Skip to content

Commit

Permalink
HDDS-11354. Intermittent failure in TestOzoneManagerSnapshotAcl#testL…
Browse files Browse the repository at this point in the history
…ookupKeyWithNotAllowedUserForPrefixAcl (apache#7205)
  • Loading branch information
chungen0126 authored Sep 23, 2024
1 parent 0fcb645 commit e2e30b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@ private OzoneManagerDoubleBuffer(Builder b) {
}

public OzoneManagerDoubleBuffer start() {
daemon.start();
isRunning.set(true);
daemon.start();
return this;
}

Expand Down

0 comments on commit e2e30b8

Please sign in to comment.