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

Function CatalogRpcDebugFn

be/src/exec/catalog-op-executor.cc:71–75  ·  view source on GitHub ↗

Used purely for debug actions. The DEBUG_ACTION is only executed on the first RPC attempt.

Source from the content-addressed store, hash-verified

69/// Used purely for debug actions. The DEBUG_ACTION is only executed on the first RPC
70/// attempt.
71static Status CatalogRpcDebugFn(int* attempt) {
72 return (*attempt)++ == 0 ?
73 DebugAction(FLAGS_debug_actions, "CATALOG_RPC_FIRST_ATTEMPT") :
74 Status::OK();
75}
76
77/// Used in LocalCatalog mode to verify the catalog RPC reponse only contains minimal
78/// catalog objects, i.e. database objects have only db names and table objects have only

Callers 10

ExecMethod · 0.85
GetCatalogObjectMethod · 0.85
PrioritizeLoadMethod · 0.85
GetPartitionStatsMethod · 0.85
UpdateTableUsageMethod · 0.85
GetNullPartitionNameMethod · 0.85
GetLatestCompactionsMethod · 0.85
WaitForHmsEventMethod · 0.85

Calls 2

DebugActionFunction · 0.85
OKFunction · 0.85

Tested by

no test coverage detected