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

Method IsRetriedQuery

be/src/service/client-request-state.h:457–457  ·  view source on GitHub ↗

Returns true if this ClientRequestState was created as a retry of a previously failed query, false otherwise. This is different from WasRetried() which tracks if this ClientRequestState was retried (retries are done in a new ClientRequestState).

Source from the content-addressed store, hash-verified

455 /// if this ClientRequestState was retried (retries are done in a new
456 /// ClientRequestState).
457 bool IsRetriedQuery() const { return original_id_ != nullptr; }
458
459 /// Only called if this is a "retried" query - e.g. it was created as a result of
460 /// retrying a failed query. It sets the 'original_id_' field, which is the query id of

Callers 6

GetLogMethod · 0.80
GetExecSummaryMethod · 0.80
get_logMethod · 0.80
DoEndChildSpanInitMethod · 0.80
DoEndChildSpanCloseMethod · 0.80
TryQueryRetryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected