WIP - Refactor External Compactions monitor view to use snapshot-backed Top 50 data#6211
Conversation
Originally posted by @dlmarion in #6174 This branch still keeps the full running compactions set internally so ec/details can continue to work. A follow-on could drop that details support and keep only a Top N set in memory. Another follow-on would be to move Top N collection fully into the Monitor by polling each Compactor while building SystemInformation, instead of asking the manager/coordinator for that info. That would reduce reliance on the manager/coordinator, but would add more collection logic complexity so we would need to consider that. |
Fixes #6174
This PR:
InformationFetcher/SystemInformationsnapshot flowrest-v2/compactions/detailpath