Open
Description
Is there an existing issue for this?
- I have searched the existing issues
What would you like to be added?
Move the sort stats task into sort compaction:
- Treat the sort task as a type of
mixCompaction
task; - Leverage the mutual exclusion mechanism on channels between
mixCompaction
and L0Compaction to ensure exclusivity between sort andL0Compaction
; - The
isStating
flag can be removed; - The stats task no longer needs to mark the segment as
compacting
orisStating
.
Why is this needed?
No response
Anything else?
No response