yiguolei commented on code in PR #46738: URL: https://github.com/apache/doris/pull/46738#discussion_r1910214216
########## fe/fe-core/src/main/java/org/apache/doris/planner/OlapScanNode.java: ########## @@ -921,7 +921,7 @@ private void addScanRangeLocations(Partition partition, replica.getId()); } String err = "replica " + replica.getId() + "'s backend " + backendId - + " with tag " + backend.getLocationTag() + " does not exist or not alive"; Review Comment: 这个不要直接删了啊, 判断一下backend 是不是null,把不是null的输出 -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org