HDFS-11403. Addendum fix for branch-2.
This commit is contained in:
parent
32a0c2b5e7
commit
4c5655ef1a
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue