You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Xline employs RocksDB's OptimisticTransaction as the underlying storage transaction implementation. However, we encountered an issue where the transaction conflicted with others and we failed to handle the error appropriately. To address this, I've introduced a retry mechanism in the write_batch, resolving the error. We should do a performance regression test for this modification. @bsbds
Description about the bug
The test case
curp::it server::shutdown_rpc_should_shutdown_the_cluster
failed sometimes. The output log has been pasted below.FYI: https://github.com/xline-kv/Xline/actions/runs/8626722031/job/23645355082?pr=772
Version
0.6.1 (Default)
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: