Skip to content

Commit 3cfeaae

Browse files
committed
add odp refresh lock timeout into initProperties
1 parent f71f0ff commit 3cfeaae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/com/alipay/oceanbase/rpc/ObTableClient.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,9 @@ private void initProperties() {
328328
tableEntryRefreshLockTimeout = parseToLong(TABLE_ENTRY_REFRESH_LOCK_TIMEOUT.getKey(),
329329
tableEntryRefreshLockTimeout);
330330

331+
ODPTableEntryRefreshLockTimeout = parseToLong(ODP_TABLE_ENTRY_REFRESH_LOCK_TIMEOUT.getKey(),
332+
ODPTableEntryRefreshLockTimeout);
333+
331334
tableEntryRefreshTryTimes = parseToInt(TABLE_ENTRY_REFRESH_TRY_TIMES.getKey(),
332335
tableEntryRefreshTryTimes);
333336

0 commit comments

Comments
 (0)