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

Method SetRandomReplica

be/src/scheduling/scheduler-test-util.h:305–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303 void SetReplicaPreference(TReplicaPreference::type p);
304
305 void SetRandomReplica(bool b) { query_options_.schedule_random_replica = b; }
306 void SetNumRemoteExecutorCandidates(int32_t num);
307 const Cluster& cluster() const { return schema_.cluster(); }
308

Callers 3

TEST_FFunction · 0.80
InitializeTestCtxFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected