File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ go_library(
1313 "//pkg/kv/kvserver/closedts/ctpb" ,
1414 "//pkg/settings" ,
1515 "//pkg/util/hlc" ,
16+ "//pkg/util/metamorphic" ,
1617 ],
1718)
1819
Original file line number Diff line number Diff line change 99 "time"
1010
1111 "github.com/cockroachdb/cockroach/pkg/settings"
12+ "github.com/cockroachdb/cockroach/pkg/util/metamorphic"
1213)
1314
1415// NB: These settings are SystemVisible because they need to be read by e.g.
@@ -86,6 +87,6 @@ var LeadForGlobalReadsAutoTuneEnabled = settings.RegisterBoolSetting(
8687 "furthest follower will be used to adjust closed timestamp policies for ranges" +
8788 "ranges configured to serve global reads. " +
8889 "kv.closed_timestamp.lead_for_global_reads_override takes precedence if set." ,
89- false ,
90+ metamorphic . ConstantWithTestBool ( "kv.closed_timestamp.lead_for_global_reads_auto_tune.enabled" , false ) ,
9091 settings .WithPublic ,
9192)
You can’t perform that action at this time.
0 commit comments