Update RegionManager.java

Signed-off-by: shiyuhang <1136742008@qq.com>
This commit is contained in:
shi yuhang 2023-05-25 12:34:34 +08:00 committed by ti-chi-bot
parent 8ffe2be912
commit 1417e52397
1 changed files with 1 additions and 1 deletions

View File

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