Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
Normal
Description
In db/compaction/LazilyCompactedRow.java
we only check for < MaxPurgeableTimeStamp
eg:
(this.maxRowTombstone.markedForDeleteAt < getMaxPurgeableTimestamp())
this should probably be <=