用java实现etcd分布式锁_ETCD 分布式锁实现逻辑
https://github.com/coreos/etcd/blob/master/Documentation/api.mdAtomic Compare-and-Swapetcd can be used as a centralized coordination service in a cluster, andCompareAndSwap(CAS) is the most basic op...