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

Method NumExecutors

be/src/scheduling/executor-group.cc:214–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214int ExecutorGroup::NumExecutors() const {
215 int count = 0;
216 for (const auto& executor_list : executor_map_) count += executor_list.second.size();
217 return count;
218}
219
220bool ExecutorGroup::IsHealthy() const {
221 int num_executors = NumExecutors();

Callers 14

scheduler.ccFile · 0.80
AssignmentCtxMethod · 0.80
GetClusterSizeMethod · 0.80
RemoveExecutorAndGroupFunction · 0.80
UpdateMetricsMethod · 0.80
ComputeMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by 3

ComputeMethod · 0.64
GetDefaultGroupSizeMethod · 0.64
TESTFunction · 0.64