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
ClosedSegments lock for reads during the whole compaction process which isn't necessary when using a copy-on-write approach. After retrieving the segmentsToCompact the old segments can be accessed until the new ones take place.
ClosedSegments lock for reads during the whole compaction process which isn't necessary when using a copy-on-write approach. After retrieving the segmentsToCompact the old segments can be accessed until the new ones take place.