imay commented on a change in pull request #1138: Fix some bugs
URL: https://github.com/apache/incubator-doris/pull/1138#discussion_r282791672
 
 

 ##########
 File path: fe/src/main/java/org/apache/doris/catalog/Tablet.java
 ##########
 @@ -51,6 +51,7 @@
         HEALTHY,
         REPLICA_MISSING, // not enough alive replica num
         VERSION_INCOMPLETE, // alive replica num is enough, but version is 
missing
+        REPLICA_UNAVAILABLE, // replica is alive and version complete, but 
some BE of replicas may under decommission
 
 Review comment:
   change a name, what about RELOCATING?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to