Jackie-Jiang commented on issue #10788: URL: https://github.com/apache/pinot/issues/10788#issuecomment-1557589266
Allowing committing segment without persisting it to deep store is risky because there is always possibility that we lost all the servers. I think we should avoid doing downtime rebalance when segments are not guaranteed to be persisted in deep store. We don't want to always check download url though because that might be costly. We can check that only when peer download is enabled. We can also consider adding a flag to skip this check in case the cluster runs into a weird state and we have to perform a downtime rebalance even though it can cause data loss -- 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 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