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

Method num_failed

be/src/kudu/util/debug-util.h:271–271  ·  view source on GitHub ↗

Return the number of threads which failed to collect a stack trace.

Source from the content-addressed store, hash-verified

269
270 // Return the number of threads which failed to collect a stack trace.
271 int num_failed() const { return num_failed_; }
272
273 private:
274 std::vector<StackTraceSnapshot::ThreadInfo> infos_;

Callers 2

TEST_FFunction · 0.80
StacksHandlerFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64