You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2018/12/04 09:52:02 UTC

[GitHub] cbornet opened a new issue #3119: [Feature request] Make brokers read on closest Bookie

cbornet opened a new issue #3119: [Feature request] Make brokers read on closest Bookie
URL: https://github.com/apache/pulsar/issues/3119
 
 
   Rack-aware policy can be used to place bookies on different racks/AZ/regions.
   Brokers can be isolated in racks/AZ/regions with a namespace-isolation-policy (#3104). With this cross-dc bandwitdh can be minimized between clients and brokers.
   Now to minimize cross-dc bandwidth between brokers and bookies, brokers should be aware of their own rack and of the rack location of bookies. Then they can do read requests by first attempting to read on their own rack, then falling back to other racks (with speculative reads ?).
   
   References:
   * DistributedLog: https://bookkeeper.apache.org/distributedlog/docs/0.5.0/user_guide/globalreplicatedlog/main.html#cross-region-speculative-reads-1
   * Kafka: https://cwiki.apache.org/confluence/display/KAFKA/KIP-392%3A+Allow+consumers+to+fetch+from+closest+replica
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services