HDFS-11403. Addendum fix for branch-2.

This commit is contained in:
Arpit Agarwal 2017-02-11 01:25:43 -08:00
parent 32a0c2b5e7
commit 4c5655ef1a
1 changed files with 1 additions and 1 deletions

View File

@ -1073,7 +1073,7 @@ public class ActiveStandbyElector implements StatCallback, StringCallback {
private void setAclsWithRetries(final String path)
throws KeeperException, InterruptedException {
Stat stat = new Stat();
final Stat stat = new Stat();
zkDoWithRetries(new ZKAction<Void>() {
@Override
public Void run() throws KeeperException, InterruptedException {