issues
search
minio
/
dsync
A distributed sync package.
Apache License 2.0
400
stars
41
forks
source link
Early fail mechanism and brought server side in sync with lock-rpc-server
#15
Closed
fwessels
closed
8 years ago
fwessels
commented
8 years ago
Three things done:
drwmutex.go: Add early fail mechanism (fixes
https://github.com/minio/minio/issues/2569
)
Renamed dmutex_test.go → dsync_test.go (dmutex.go file is gone), brought lock server in sync with lock-rpc-server.go.
Update examples/chaos.go to match changes above.
Three things done: