MCPcopy Create free account
hub / github.com/apple/foundationdb / catch

Function catch

fdbclient/NativeAPI.actor.cpp:862–869  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

860
861 wait(delay(CLIENT_KNOBS->CSI_STATUS_DELAY));
862 } catch (Error& e) {
863 if (e.code() == error_code_actor_cancelled) {
864 throw;
865 }
866 cx->clientStatusUpdater.outStatusQ.clear();
867 TraceEvent(SevWarnAlways, "UnableToWriteClientStatus").error(e);
868 wait(delay(10.0));
869 }
870 }
871}
872

Calls 15

TraceEventClass · 0.85
delayFunction · 0.85
timer_intFunction · 0.85
EventGetErrorClass · 0.85
nowFunction · 0.85
addEventMethod · 0.80
firstMethod · 0.80
invalidateCacheMethod · 0.80
handleUnknownTenantMethod · 0.80
addLogMethod · 0.80
dcIdMethod · 0.80
detailMethod · 0.80

Tested by

no test coverage detected