Skip to content

Commit 48c87fe

Browse files
committed
add retry code =4242
1 parent 8e9f707 commit 48c87fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/alipay/oceanbase/rpc/bolt/transport/ObTableRemoting.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ private boolean needFetchAll(int errorCode, int pcode) {
197197
|| errorCode == ResultCodes.OB_MAPPING_BETWEEN_TABLET_AND_LS_NOT_EXIST.errorCode
198198
|| errorCode == ResultCodes.OB_SNAPSHOT_DISCARDED.errorCode
199199
|| errorCode == ResultCodes.OB_SCHEMA_EAGAIN.errorCode
200+
|| errorCode == ResultCodes.OB_ERR_WAIT_REMOTE_SCHEMA_REFRESH.errorCode
200201
|| (pcode == Pcodes.OB_TABLE_API_LS_EXECUTE && errorCode == ResultCodes.OB_NOT_MASTER.errorCode);
201202
}
202203

0 commit comments

Comments
 (0)