NationalSecurityAgency / timely

Accumulo backed time series database
https://code.nsa.gov/timely/
Apache License 2.0
380 stars 108 forks source link

Prevent deadlock in balancer distributed read/write lock #187

Closed billoley closed 5 years ago

billoley commented 5 years ago

Prevent deadlock of the assignmentsIPRWLock by timing out lock acquisition after 60 seconds and looping until success.