zhangmeng916 opened a new issue #672: Add Helix Distributed Lock
URL: https://github.com/apache/helix/issues/672
 
 
   For distributed systems that use Helix, there is a common request for a 
mechanism to make sure different processes can cooperate correctly. For 
example, if two processes that run on different machines, or different 
networks, or even different data centers would like to work on the same 
resource, we must have a mutually exclusive lock to secure their operations do 
not step on each other. Only when a process acquires the lock, it can perform 
the operation. 
   Therefore, we want to implement a distributed lock in Helix to benefit 
clients. We will provide interface and basic implementation. But the 
distributed lock may have a variety of implementations based on the specific 
requirement.

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to