mcvsubbu commented on issue #7320: URL: https://github.com/apache/pinot/issues/7320#issuecomment-901516398
Why support all three? (1) Corrupted segment (should be few) can be fixed by just deleting the segment from the servrs, that will trigger a download on restart or enable/disable API. (2) Local cleanup needs to be thought through a bit. If you are doing this, please write down your approach. Are you doing this in a background thread? Are you doing it at segment load time? (load could take longer). Please write up something about this before we proceed further. (3) Minions are meant to do this. We need to add cpu's to do the re-build of segment _some_ place. Why not minions? It can be clean, enabled in installations that need it, and can also be manually triggered. -- 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]
