Apache9 commented on pull request #1593:
URL: https://github.com/apache/hbase/pull/1593#issuecomment-620323840


   > I think >2 masters is a common deployment pattern. Typical ZooKeeper and 
HDFS HA deploy requires three coordinator hosts minimum, so it makes sense to 
deploy 3 masters across these same hosts as well.
   
   It does not make much difference with 2 or 3 masters, if we have 10 masters 
then maybe it worths to implement the 'fan out limit' feature, but the code 
will also be harder to understand, think of a mix of the current 'sending all 
requests concurrently' and 'sending requests one by one'. Notice that, a 
blocking wait here is not allowed, so...


----------------------------------------------------------------
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:
[email protected]


Reply via email to