arcadedb icon indicating copy to clipboard operation
arcadedb copied to clipboard

Index iterators are not isolated

Open lvca opened this issue 1 year ago • 1 comments

Index iterators could return records that don't match the filtered condition when concurrent modifications are executed. This is randomly reproducible with RandomTestMultiThreadsTest test case. This test case uses 2 indexes.

lvca avatar Mar 12 '24 20:03 lvca

Could be related to https://github.com/ArcadeData/arcadedb/issues/1402

lvca avatar Mar 07 '25 17:03 lvca