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

Method MainLoop

be/src/statestore/statestore.cc:1798–1802  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1796}
1797
1798void Statestore::MainLoop() {
1799 subscriber_topic_update_threadpool_.Join();
1800 subscriber_priority_topic_update_threadpool_.Join();
1801 subscriber_heartbeat_threadpool_.Join();
1802}
1803
1804void Statestore::ShutdownForTesting() {
1805 CHECK(TestInfo::is_be_test()) << "Only valid to call in backend tests.";

Callers 1

StatestoredMainFunction · 0.80

Calls 1

JoinMethod · 0.45

Tested by

no test coverage detected