Skip to content

Commit 2ba121c

Browse files
authored
Merge pull request apple#11334 from sbodagala/main
Disable replica consistency check related knob
2 parents 773fb95 + bd68263 commit 2ba121c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/Knobs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ void FlowKnobs::initialize(Randomize randomize, IsSimulated isSimulated) {
305305
init( LOAD_BALANCE_TSS_MISMATCH_TRACE_FULL, false ); if( randomize && BUGGIFY ) LOAD_BALANCE_TSS_MISMATCH_TRACE_FULL = true; // If true, saves the full details of the mismatch in a trace event. If false, saves them in the DB and the trace event references the DB row.
306306
init( TSS_LARGE_TRACE_SIZE, 50000 );
307307
init( LOAD_BALANCE_FETCH_REPLICA_TIMEOUT, 5.0 );
308-
init( ENABLE_REPLICA_CONSISTENCY_CHECK_ON_READS, false ); if( randomize && BUGGIFY ) ENABLE_REPLICA_CONSISTENCY_CHECK_ON_READS = true;
308+
init( ENABLE_REPLICA_CONSISTENCY_CHECK_ON_READS, false );
309309

310310
// Health Monitor
311311
init( FAILURE_DETECTION_DELAY, 4.0 ); if( randomize && BUGGIFY ) FAILURE_DETECTION_DELAY = 1.0;

0 commit comments

Comments
 (0)