Skip to content

Commit 210ea8c

Browse files
committed
fix typo
1 parent 9245360 commit 210ea8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ private boolean needFetchAll(int errorCode, int pcode) {
189189
|| errorCode == ResultCodes.OB_TABLET_NOT_EXIST.errorCode
190190
|| errorCode == ResultCodes.OB_LS_NOT_EXIST.errorCode
191191
|| (pcode == Pcodes.OB_TABLE_API_LS_EXECUTE && errorCode == ResultCodes.OB_NOT_MASTER.errorCode)
192-
// Theoretically, this code should not be executed since there is no corresponding handling within the DOP.
192+
// Theoretically, this code should not be executed since there is no corresponding handling within the ODP.
193193
// However, the observer has flagged the following three error codes.
194194
// Adding this handling as a precautionary measure.
195195
|| errorCode == ResultCodes.OB_NO_READABLE_REPLICA.errorCode

0 commit comments

Comments
 (0)