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.
2 parents 49624ba + 5394425 commit 50e3417Copy full SHA for 50e3417
src/main/java/com/alipay/oceanbase/rpc/protocol/payload/ResultCodes.java
@@ -360,6 +360,7 @@ public enum ResultCodes {
360
OB_CLUSTER_NO_MATCH(-4666), //
361
OB_CHECK_ZONE_MERGE_ORDER(-4667), //
362
OB_ERR_ZONE_NOT_EMPTY(-4668), //
363
+ OB_DIFFERENT_LOCALITY(-4669), //
364
OB_USE_DUP_FOLLOW_AFTER_DML(-4686), //
365
OB_LS_NOT_EXIST(-4719), //
366
OB_MAPPING_BETWEEN_TABLET_AND_LS_NOT_EXIST(-4723), //
0 commit comments