fdb-record-layer icon indicating copy to clipboard operation
fdb-record-layer copied to clipboard

LuceneIndexMaintenanceTest.concurrentUpdate times out saving records with parallelism=1

Open ScottDugas opened this issue 5 months ago • 1 comments

If you change the parallelism in concurrentTestWithinTransaction to have a limit of 1, the test will get an asyncToSync timeout, sometimes, while trying to save records.

ScottDugas avatar Jul 24 '25 17:07 ScottDugas

It used to fail with higher numbers, due to https://github.com/FoundationDB/fdb-record-layer/issues/2989 but even with https://github.com/FoundationDB/fdb-record-layer/pull/3494 it fails with a parallelism of 1

ScottDugas avatar Jul 24 '25 17:07 ScottDugas