Skip to content

Commit

Permalink
[ISSUE apache#7574] Fix RunningFlags conflict
Browse files Browse the repository at this point in the history
Co-authored-by: guyinyou <[email protected]>
  • Loading branch information
guyinyou and guyinyou authored Nov 20, 2023
1 parent 01a2aef commit 8e7e2b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class RunningFlags {

private static final int FENCED_BIT = 1 << 5;

private static final int LOGIC_DISK_FULL_BIT = 1 << 5;
private static final int LOGIC_DISK_FULL_BIT = 1 << 6;

private volatile int flagBits = 0;

Expand Down

0 comments on commit 8e7e2b5

Please sign in to comment.