Skip to content

Commit 5394425

Browse files
committed
adapt error code -4669
1 parent 49624ba commit 5394425

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/alipay/oceanbase/rpc/protocol/payload/ResultCodes.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,7 @@ public enum ResultCodes {
360360
OB_CLUSTER_NO_MATCH(-4666), //
361361
OB_CHECK_ZONE_MERGE_ORDER(-4667), //
362362
OB_ERR_ZONE_NOT_EMPTY(-4668), //
363+
OB_DIFFERENT_LOCALITY(-4669), //
363364
OB_USE_DUP_FOLLOW_AFTER_DML(-4686), //
364365
OB_LS_NOT_EXIST(-4719), //
365366
OB_MAPPING_BETWEEN_TABLET_AND_LS_NOT_EXIST(-4723), //

0 commit comments

Comments
 (0)