Skip to content

Commit

Permalink
Fix lock bug
Browse files Browse the repository at this point in the history
  • Loading branch information
elandau committed Oct 21, 2016
1 parent 31bae12 commit 1cb6dc1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ public void markServerDown(String id) {
}

Lock writeLock = upServerLock.writeLock();

writeLock.lock();
try {
final List<Server> changedServers = new ArrayList<Server>();

Expand Down

0 comments on commit 1cb6dc1

Please sign in to comment.