yashmayya opened a new issue, #16005: URL: https://github.com/apache/pinot/issues/16005
- See current logic here - https://github.com/apache/pinot/blob/c15440466a0032c5f74e55940792fb16cd719760/pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/PinotHelixResourceManager.java#L2552-L2558 - This is very primitive since it relies on a hardcoded limit (100) beyond which older entries are cleaned up. - We don't currently support configuring this limit, and we re-use the same logic across different controller job types. - We should also ensure that active jobs aren't cleaned up. For instance, there could be more than 100 active rebalance jobs due to the `SegmentRelocator` on large clusters (see https://github.com/apache/pinot/issues/15683#issuecomment-2940967343). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org