zhang-arvin commented on PR #20089: URL: https://github.com/apache/druid/pull/20089#issuecomment-5373197806
Thanks @clintropolis and @FrankChen021 for the feedback! I've addressed the issues: - **P1**: Stale timer now re-checks under the same lock, preventing race conditions - **P1**: Segment is now immediately removed from timeline — only selector cleanup is delayed, so pure drop scenarios are unaffected - **P2**: Timer that fires before pending state is published now triggers inline cleanup The fix is pushed — please re-review when you have time. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
