xulinjintu opened a new issue #6688:
URL: https://github.com/apache/incubator-pinot/issues/6688


   To make instance rack awareness so that we can achieve high availability 
later, we can add a simple field called "failureDomain" under 
/CONFIGS/PARTICIPANT/<instance>. This field can be either written manually or 
by calling cloud provider metadata APIs like [Azure Instance Metadata 
Service](https://docs.microsoft.com/en-us/azure/virtual-machines/windows/instance-metadata-service?tabs=linux).
 After this value is set, the next step is to leverage this failure domain 
metadata together with [pool-based instance assignment 
strategy](https://docs.pinot.apache.org/operators/operating-pinot/instance-assignment#pool-based-instance-assignment)
 to achieve high availability. @mcvsubbu @rkanumul @kishoreg @fx19880617 
@daniellavoie 


----------------------------------------------------------------
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.

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

Reply via email to