NealSun96 opened a new issue #778: Add leader request forwarding for 
ZkRoutingDataWriter
URL: https://github.com/apache/helix/issues/778
 
 
   Due to the potential concurrency issues raised by multiple writes to 
ZooKeeper, we have decided on the design of having one single writer for 
`ZkRoutingDataWriter`. More specifically, by utilizing 
`ZkDistributedLeaderElection`, one instance of the writer will be elected as 
the leader, and all other instances will forward write requests to the leader. 
We need to add logic in `ZkRoutingDataWriter` to support that. 

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@helix.apache.org
For additional commands, e-mail: reviews-h...@helix.apache.org

Reply via email to