sajjad-moradi opened a new issue, #9039: URL: https://github.com/apache/pinot/issues/9039
PR #8663 adds a new endpoint to recreate consuming segments which have been deleted manually by admins. Now this resume endpoint is used in pause/resume consumption in PR #8986 @mcvsubbu brought up a good point that we can block deleting consuming segments in segment deletion endpoint. If we do this, then periodic RealtimeSegmentValidationManager job - which ensures all partitions are properly consuming - only fixes the issues that might happen in edge cases of commit protocol and it won't fix the user errors. This will simplify the code on the periodic job. -- 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]
