Files
openide/platform/util
Ruslan Cheremin 148b86edb2 [indexes] IJPL-157329: remove the assert
+ There are cases there assert is violated, but the cases themselves are legitimate: .needsCompacting could be changed during a read (because lazy snapshot is loaded), which could run in parallel with flush() because only readLock is involved in both operations. This does not violate the container state, though: container could save its state as either full snapshot, or a diff -- both representations are correct (added tests for that).

There are still doubts about possible data races presented there, but at least there are no more them than were before.

GitOrigin-RevId: 527fb9b16b81094fcee1c972745687b12a9a4473
2024-07-17 21:23:10 +00:00
..