You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During a long running webindex test I ran into apache/fluo-recipes#70. Workers were dying and as a result transactions were aborted. After the dust settled and all of the backed up transactions completed, compactions of the transient ranges did not clear all data from those ranges. What was left was del lock and data entries, and the GC iterator would never remove these.
The text was updated successfully, but these errors were encountered:
During a long running webindex test I ran into apache/fluo-recipes#70. Workers were dying and as a result transactions were aborted. After the dust settled and all of the backed up transactions completed, compactions of the transient ranges did not clear all data from those ranges. What was left was del lock and data entries, and the GC iterator would never remove these.
The text was updated successfully, but these errors were encountered: