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 and sarvekshayr committed Oct 7, 2024
1 parent ffba033 commit 6094a90
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 6094a90

Please sign in to comment.