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 f71f0ff commit 3cfeaaeCopy full SHA for 3cfeaae
src/main/java/com/alipay/oceanbase/rpc/ObTableClient.java
@@ -328,6 +328,9 @@ private void initProperties() {
328
tableEntryRefreshLockTimeout = parseToLong(TABLE_ENTRY_REFRESH_LOCK_TIMEOUT.getKey(),
329
tableEntryRefreshLockTimeout);
330
331
+ ODPTableEntryRefreshLockTimeout = parseToLong(ODP_TABLE_ENTRY_REFRESH_LOCK_TIMEOUT.getKey(),
332
+ ODPTableEntryRefreshLockTimeout);
333
+
334
tableEntryRefreshTryTimes = parseToInt(TABLE_ENTRY_REFRESH_TRY_TIMES.getKey(),
335
tableEntryRefreshTryTimes);
336
0 commit comments