Update RegionManager.java

Signed-off-by: shiyuhang <1136742008@qq.com>
This commit is contained in:
shi yuhang 2023-05-25 21:22:00 +08:00 committed by ti-chi-bot
parent a7605a17be
commit b675c51772
1 changed files with 0 additions and 1 deletions

View File

@ -239,7 +239,6 @@ public class RegionManager {
store = getStoreById(peer.getStoreId(), backOffer);
if (store.isReachable()) {
// update replica's index
logger.info("Store {} is reachable, select it", peer.getStoreId());
region.setReplicaIdx(i);
break;
}