We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a27ea7 commit e384fe8Copy full SHA for e384fe8
src/main/java/com/alipay/oceanbase/rpc/location/LocationUtil.java
@@ -218,8 +218,6 @@ public class LocationUtil {
218
private static final int MAX_TABLET_NUMS_EPOCH = Integer.parseInt(System.getProperty("max.table.num.epoch","300"));
219
private static final int TABLE_ENTRY_LOCATION_REFRESH_THRESHOLD = Integer.parseInt(System.getProperty("table.entry.location.refresh.threshold","0"));
220
221
- private static final AtomicBoolean DRIVER_LOADED = new AtomicBoolean();
222
-
223
private abstract static class TableEntryRefreshWithPriorityCallback<T> {
224
abstract T execute(ObServerAddr obServerAddr) throws ObTableEntryRefreshException;
225
}
0 commit comments