caiconghui commented on a change in pull request #7155:
URL: https://github.com/apache/incubator-doris/pull/7155#discussion_r756994075



##########
File path: fe/fe-core/src/main/java/org/apache/doris/catalog/MetadataViewer.java
##########
@@ -84,7 +84,7 @@
                             
                             ReplicaStatus status = ReplicaStatus.OK;
                             Backend be = 
infoService.getBackend(replica.getBackendId());
-                            if (be == null || !be.isAvailable() || 
replica.isBad()) {
+                            if (be == null || !be.isAlive() || 
replica.isBad()) {

Review comment:
       replica is normal when be is alive,here when be is under decommission,it 
can still provide normal service




-- 
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]



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

Reply via email to