iamqq23ue commented on a change in pull request #3382:
URL: https://github.com/apache/rocketmq/pull/3382#discussion_r724756944



##########
File path: 
common/src/main/java/org/apache/rocketmq/common/protocol/ResponseCode.java
##########
@@ -20,7 +20,9 @@
 import org.apache.rocketmq.remoting.protocol.RemotingSysResponseCode;
 
 public class ResponseCode extends RemotingSysResponseCode {
-
+       
+    public static final int FLUSH_DISK_FAILED = 9;

Review comment:
       public static final int FLUSH_DISK_FAILED = 9;  
   change into  
   public static final int FLUSH_DISK_FAILED = 29;  




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to