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

Function WaitForLocalServer

be/src/rpc/thrift-util.cc:245–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243}
244
245Status WaitForLocalServer(const ThriftServer& server, int num_retries,
246 int retry_interval_ms) {
247 return WaitForServer("localhost", server.port(), num_retries, retry_interval_ms);
248}
249
250Status WaitForServer(const string& host, int port, int num_retries,
251 int retry_interval_ms) {

Callers 2

StartMethod · 0.85
InitStatestoreHaMethod · 0.85

Calls 2

WaitForServerFunction · 0.85
portMethod · 0.45

Tested by 2

StartMethod · 0.68
InitStatestoreHaMethod · 0.68