Skip to content

Commit 8e9f707

Browse files
committed
TABLE_ENTRY_LOCATION_REFRESH_THRESHOLD -> 0
1 parent 7e8f9ea commit 8e9f707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/alipay/oceanbase/rpc/location/LocationUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ public class LocationUtil {
214214

215215
// limit the size of get tableEntry location from remote each time
216216
private static final int MAX_TABLET_NUMS_EPOCH = Integer.parseInt(System.getProperty("max.table.num.epoch","300"));
217-
private static final int TABLE_ENTRY_LOCATION_REFRESH_THRESHOLD = Integer.parseInt(System.getProperty("table.entry.location.refresh.threshold","100"));
217+
private static final int TABLE_ENTRY_LOCATION_REFRESH_THRESHOLD = Integer.parseInt(System.getProperty("table.entry.location.refresh.threshold","0"));
218218

219219
private abstract static class TableEntryRefreshWithPriorityCallback<T> {
220220
abstract T execute(ObServerAddr obServerAddr) throws ObTableEntryRefreshException;

0 commit comments

Comments
 (0)