Skip to content

Commit c2d13f9

Browse files
committed
*: fix syntax
1 parent 1e59d8e commit c2d13f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pump/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ func (s *Server) detectDrainerCheckPoints(ctx context.Context, gcTS int64) {
646646
zap.String("drainer", drainer.NodeID),
647647
zap.Int64("alert gc ts", gcTS),
648648
zap.Int64("drainer checkpoint", drainer.MaxCommitTS),
649-
zap.Duration("alert time", earlyAlertGC)
649+
zap.Duration("alert time", earlyAlertGC),
650650
)
651651
// will add test when binlog have failpoint
652652
// NOTE: this metrics do not mean the binlogs have been purge, but mean some binlogs will be purge after alert time.

0 commit comments

Comments
 (0)