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 bf76666 commit 286573cCopy full SHA for 286573c
src/main/java/com/alipay/oceanbase/rpc/bolt/transport/ObTableRemoting.java
@@ -209,7 +209,6 @@ private boolean needFetchPartial(int errorCode) {
209
|| errorCode == ResultCodes.OB_PARTITION_IS_BLOCKED.errorCode
210
|| errorCode == ResultCodes.OB_SERVER_IS_INIT.errorCode
211
|| errorCode == ResultCodes.OB_SERVER_IS_STOPPING.errorCode
212
- || errorCode == ResultCodes.OB_TENANT_NOT_IN_SERVER.errorCode
213
|| errorCode == ResultCodes.OB_TRANS_RPC_TIMEOUT.errorCode
214
|| errorCode == ResultCodes.OB_NO_READABLE_REPLICA.errorCode;
215
}
0 commit comments