MCPcopy Create free account
hub / github.com/apache/impala / Join

Method Join

be/src/service/impala-server.cc:3594–3605  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3592}
3593
3594void ImpalaServer::Join() {
3595 // The server shuts down by exiting the process, so just block here until the process
3596 // exits.
3597 exec_env_->rpc_mgr()->Join();
3598
3599 if (FLAGS_is_coordinator) {
3600 beeswax_server_->Join();
3601 hs2_server_->Join();
3602 beeswax_server_.reset();
3603 hs2_server_.reset();
3604 }
3605}
3606
3607bool ImpalaServer::AreServicesReady() const {
3608 return services_started_.load() && exec_env_->IsStatestoreRegistrationCompleted();

Callers 10

MainLoopMethod · 0.45
ShutdownForTestingMethod · 0.45
FinalizeMethod · 0.45
WaitInternalMethod · 0.45
ImpaladMainFunction · 0.45
WaitForAllMethod · 0.45
CancelMethod · 0.45
TESTFunction · 0.45
mainFunction · 0.45

Calls 2

resetMethod · 0.65
rpc_mgrMethod · 0.45

Tested by 4

MainLoopMethod · 0.36
ShutdownForTestingMethod · 0.36
TESTFunction · 0.36
mainFunction · 0.36