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
When the compaction planner runs, if it cannot acquire
a lock on the files it plans to compact, it returns a
nil list of compaction groups. This, in turn, sets the
engine statistics for compactions queues to zero,
which is incorrect. Instead, use the length of pending
files which would have been returned.
closes#22138
(cherry picked from commit 7d3efe1)
closes#22141
(cherry picked from commit 9923d2e)
closes#22142
When the compaction planner runs, if it cannot acquire
a lock on the files it plans to compact, it returns a
nil list of compaction groups. This, in turn, sets the
engine statistics for compactions queues to zero,
which is incorrect. Instead, use the length of pending
files which would have been returned.
closes#22138
(cherry picked from commit 7d3efe1)
closes#22141
(cherry picked from commit 9923d2e)
closes#22142
Port #22138 to the 2.0 branch
The text was updated successfully, but these errors were encountered: