Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
Said test fails sporadically:
at org.junit.Assert.assertNull(Assert.java:562) at org.apache.jackrabbit.oak.plugins.segment.CompactionMapTest.removeSome(CompactionMapTest.java:156)
This is a regression introduced with OAK-3501: the recent map gets not cleared when segmentIdMap is empty. This can happen when a recent key is removed again while there are no other changes.
Attachments
Issue Links
- is broken by
-
OAK-3501 PersistedCompactionMap could release reference to records early
- Closed