Skip to content

Commit 286573c

Browse files
authored
remove unneeded retry codes (#173)
1 parent bf76666 commit 286573c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ private boolean needFetchPartial(int errorCode) {
209209
|| errorCode == ResultCodes.OB_PARTITION_IS_BLOCKED.errorCode
210210
|| errorCode == ResultCodes.OB_SERVER_IS_INIT.errorCode
211211
|| errorCode == ResultCodes.OB_SERVER_IS_STOPPING.errorCode
212-
|| errorCode == ResultCodes.OB_TENANT_NOT_IN_SERVER.errorCode
213212
|| errorCode == ResultCodes.OB_TRANS_RPC_TIMEOUT.errorCode
214213
|| errorCode == ResultCodes.OB_NO_READABLE_REPLICA.errorCode;
215214
}

0 commit comments

Comments
 (0)