We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0fbd0b commit d1d9725Copy full SHA for d1d9725
be/src/common/config.cpp
@@ -1711,7 +1711,7 @@ DEFINE_mBool(enable_update_delete_bitmap_kv_check_core, "false");
1711
DEFINE_mBool(enable_fetch_rowsets_from_peer_replicas, "false");
1712
// the max length of segments key bounds, in bytes
1713
// ATTENTION: as long as this conf has ever been enabled, cluster downgrade and backup recovery will no longer be supported.
1714
-DEFINE_mInt32(segments_key_bounds_truncation_threshold, "-1");
+DEFINE_mInt32(segments_key_bounds_truncation_threshold, "36");
1715
// ATTENTION: for test only, use random segments key bounds truncation threshold every time
1716
DEFINE_mBool(random_segments_key_bounds_truncation, "false");
1717
// p0, daily, rqg, external
0 commit comments