Skip to content

Commit 73c8714

Browse files
authored
Merge pull request #155414 from stevendanna/ssd/disable-split-lock-reliability-25.3.3-rc
release-25.3.3-rc: concurrency: disable kv.lock_table.unreplicated_lock_reliability.split.enabled
2 parents eee1425 + 5f0e1bf commit 73c8714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/kv/kvserver/concurrency/concurrency_manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ var UnreplicatedLockReliabilitySplit = settings.RegisterBoolSetting(
123123
settings.SystemOnly,
124124
"kv.lock_table.unreplicated_lock_reliability.split.enabled",
125125
"whether the replica should attempt to keep unreplicated locks during range splits",
126-
metamorphic.ConstantWithTestBool("kv.lock_table.unreplicated_lock_reliability.split.enabled", true),
126+
false,
127127
)
128128

129129
// UnreplicatedLockReliabilityLeaseTransfer controls whether the replica will attempt

0 commit comments

Comments
 (0)