Skip to content

Commit 8e7e2b5

Browse files
guyinyouguyinyou
and
guyinyou
authored
[ISSUE #7574] Fix RunningFlags conflict
Co-authored-by: guyinyou <[email protected]>
1 parent 01a2aef commit 8e7e2b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

store/src/main/java/org/apache/rocketmq/store/RunningFlags.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class RunningFlags {
3030

3131
private static final int FENCED_BIT = 1 << 5;
3232

33-
private static final int LOGIC_DISK_FULL_BIT = 1 << 5;
33+
private static final int LOGIC_DISK_FULL_BIT = 1 << 6;
3434

3535
private volatile int flagBits = 0;
3636

0 commit comments

Comments
 (0)