cherry pick from #38198
This commit is contained in:
@ -231,7 +231,9 @@ public class Tablet extends MetaObject implements Writable {
|
||||
|
||||
ReplicaState state = replica.getState();
|
||||
if (state.canLoad()
|
||||
|| (state == ReplicaState.DECOMMISSION && replica.getPostWatermarkTxnId() < 0)) {
|
||||
|| (state == ReplicaState.DECOMMISSION
|
||||
&& replica.getPostWatermarkTxnId() < 0
|
||||
&& replica.getLastFailedVersion() < 0)) {
|
||||
map.put(replica.getBackendId(), replica.getPathHash());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user