Commit 5f0e1bf
committed
concurrency: disable kv.lock_table.unreplicated_lock_reliability.split.enabled
In cockroachdb#155318, we discovered that the RHS replica's lock table may already
have concurrently running transactions holding locks. As a result,
adding these locks may put the lock table in an unexpected state.
Informs cockroachdb#155318
Release note (bug fix): Disable a feature
(kv.lock_table.unreplicated_lock_reliability.split.enabled) that could
lead to a node crash.1 parent eee1425 commit 5f0e1bf
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
0 commit comments