arcadedb icon indicating copy to clipboard operation
arcadedb copied to clipboard

Unknown issue with using unique index + loading multi-page records under heavy load

Open lvca opened this issue 1 year ago • 4 comments

By experimenting with some modifications to the test RandomTestMultiThreadsTest, I was able to reproduce under heavy load a recurrent exception about loading a multi-page record.

  • [x] fix load of multi-page record under heavy load
  • [ ] issue with the retrieved UUID (only when a unique index is defined)

lvca avatar Dec 27 '23 03:12 lvca

Another issue is with checking the retrieved UUID is correct. This happens only when a unique index is defined.

lvca avatar Dec 27 '23 17:12 lvca

The error with RandomTestMultiThreadsTest happens only when a unique index is created on uuid property.

lvca avatar Mar 09 '24 19:03 lvca