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

Function DebugActionNoFail

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

Source from the content-addressed store, hash-verified

172}
173
174static inline void DebugActionNoFail(const string& debug_action, const char* label) {
175 Status status = DebugAction(debug_action, label);
176 if (!status.ok()) {
177 LOG(ERROR) << "Ignoring debug action failure: " << status.GetDetail();
178 }
179}
180
181/// Like DebugAction() but for use in contexts that can't safely propagate an error
182/// status. Debug action FAIL should not be used in these contexts and will be logged

Callers 15

DoSubscriberUpdateMethod · 0.85
SubmitForAdmissionMethod · 0.85
WaitOnQueuedMethod · 0.85
ExecDdlRequestImplMethod · 0.85
EndDataStreamMethod · 0.85
TransmitDataMethod · 0.85
UpdateFilterMethod · 0.85
PublishFilterMethod · 0.85
ExecQueryFInstancesMethod · 0.85

Calls 3

DebugActionFunction · 0.85
GetDetailMethod · 0.80
okMethod · 0.45

Tested by 2

DoSubscriberUpdateMethod · 0.68
TransmitDataMethod · 0.68