- Set default value of SEND_ENTIRE_VERSION_VECTOR to false.

This commit is contained in:
Sreenath Bodagala 2022-03-09 19:21:29 +00:00
parent 91b75ae014
commit bb1a8bd7bd

View File

@ -55,7 +55,7 @@ void ClientKnobs::initialize(Randomize randomize) {
init( MAX_COMMIT_PROXY_CONNECTIONS, 5 ); if( randomize && BUGGIFY ) MAX_COMMIT_PROXY_CONNECTIONS = 1;
init( MAX_GRV_PROXY_CONNECTIONS, 3 ); if( randomize && BUGGIFY ) MAX_GRV_PROXY_CONNECTIONS = 1;
init( STATUS_IDLE_TIMEOUT, 120.0 );
init( SEND_ENTIRE_VERSION_VECTOR, true );
init( SEND_ENTIRE_VERSION_VECTOR, false );
// wrong_shard_server sometimes comes from the only nonfailed server, so we need to avoid a fast spin