We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2c042f commit eb4a27aCopy full SHA for eb4a27a
pkg/ccl/logictestccl/testdata/logic_test/buffered_writes_lock_loss
@@ -1,7 +1,8 @@
1
# LogicTest: !3node-tenant !local-mixed-25.2
2
# cluster-opt: disable-mvcc-range-tombstones-for-point-deletes
3
4
-# TODO(#151895): investigate why setting it to 1B deadlocks the test.
+# We set the max_buffer_size to avoid unexpected buffer flush since this test expects certain writes to have been
5
+# buffered. If those writes are flushed, the attempts it makes to coordinate a lock-loss event are foiled.
6
statement ok
7
SET CLUSTER SETTING kv.transaction.write_buffering.max_buffer_size = '2KiB';
8
0 commit comments