Skip to content

Commit d34bbed

Browse files
committed
link
Signed-off-by: 童剑 <[email protected]>
1 parent d7835d5 commit d34bbed

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

errors.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -566,11 +566,6 @@ error = '''
566566
keyspace group %v does not exist
567567
'''
568568

569-
["PD:keyspace:ErrKeyspaceGroupVersionStale"]
570-
error = '''
571-
keyspace group version is stale
572-
'''
573-
574569
["PD:keyspace:ErrKeyspaceGroupNotInMerging"]
575570
error = '''
576571
keyspace group %v is not in merging state
@@ -586,6 +581,11 @@ error = '''
586581
primary of keyspace group does not exist
587582
'''
588583

584+
["PD:keyspace:ErrKeyspaceGroupVersionStale"]
585+
error = '''
586+
keyspace group version is stale
587+
'''
588+
589589
["PD:keyspace:ErrKeyspaceGroupWithEmptyKeyspace"]
590590
error = '''
591591
keyspace group with empty keyspace

0 commit comments

Comments
 (0)