You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by "Jackie-Jiang (via GitHub)" <gi...@apache.org> on 2023/05/22 17:05:56 UTC

[GitHub] [pinot] Jackie-Jiang commented on issue #10788: Rebalance with Downtime Can Cause Data Loss

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-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org