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

Method ErrorLog

be/src/runtime/runtime-state.cc:185–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185string RuntimeState::ErrorLog() {
186 lock_guard<SpinLock> l(error_log_lock_);
187 return PrintErrorMapToString(error_log_);
188}
189
190bool RuntimeState::LogError(const ErrorMsg& message, int vlog_level) {
191 lock_guard<SpinLock> l(error_log_lock_);

Callers 4

ProcessSplitMethod · 0.80
GetNextMethod · 0.80
WriteFieldsMethod · 0.80

Calls 1

PrintErrorMapToStringFunction · 0.85

Tested by

no test coverage detected