arcadedb
arcadedb copied to clipboard
Index iterators are not isolated
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.
Could be related to https://github.com/ArcadeData/arcadedb/issues/1402