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
bug in https://github.com/infiniflow/infinity/actions/runs/11663273438/job/32471372736
Actual behavior and How to reproduce it
reason: TxnTableStore::Commit is not commit as atomic operation.
bug happens in python/parallel_test/test_index_parallel.py: test_index_creation_deletion_parallel
possible reason:
consider following case:
thread1: recreate a dropped index and populate to existed data
thread2: insert a line
thread1@TxnTableStore::Commit first commit table_index_entry, then thread2@TableEntry::MemIndexInsert found not segment index entry and create new one. thread1 then commit another segment index entry. That's the bug.
Expected behavior
No response
Additional information
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for the same bug?
Version or Commit ID
0daca36
Other environment information
bug in https://github.com/infiniflow/infinity/actions/runs/11663273438/job/32471372736
Actual behavior and How to reproduce it
reason: TxnTableStore::Commit is not commit as atomic operation.
bug happens in python/parallel_test/test_index_parallel.py: test_index_creation_deletion_parallel
possible reason:
consider following case:
thread1: recreate a dropped index and populate to existed data
thread2: insert a line
thread1@TxnTableStore::Commit first commit table_index_entry, then thread2@TableEntry::MemIndexInsert found not segment index entry and create new one. thread1 then commit another segment index entry. That's the bug.
Expected behavior
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: