Skip to content

Commit f5a75f4

Browse files
committed
remove local tso part code
Signed-off-by: okJiang <[email protected]>
1 parent be4a366 commit f5a75f4

File tree

9 files changed

+7
-887
lines changed

9 files changed

+7
-887
lines changed

Diff for: errors.toml

-5
Original file line numberDiff line numberDiff line change
@@ -901,11 +901,6 @@ error = '''
901901
reset user timestamp failed, %s
902902
'''
903903

904-
["PD:tso:ErrSetLocalTSOConfig"]
905-
error = '''
906-
set local tso config failed, %s
907-
'''
908-
909904
["PD:tso:ErrSyncMaxTS"]
910905
error = '''
911906
sync max ts failed, %s

Diff for: pkg/errs/errno.go

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ var (
4040

4141
// tso errors
4242
var (
43-
ErrSetLocalTSOConfig = errors.Normalize("set local tso config failed, %s", errors.RFCCodeText("PD:tso:ErrSetLocalTSOConfig"))
4443
ErrGetAllocator = errors.Normalize("get allocator failed, %s", errors.RFCCodeText("PD:tso:ErrGetAllocator"))
4544
ErrGetLocalAllocator = errors.Normalize("get local allocator failed, %s", errors.RFCCodeText("PD:tso:ErrGetLocalAllocator"))
4645
ErrSyncMaxTS = errors.Normalize("sync max ts failed, %s", errors.RFCCodeText("PD:tso:ErrSyncMaxTS"))

0 commit comments

Comments
 (0)