Skip to content

Commit

Permalink
sink/mysql: fix statistics print status missing in MySQL sink (#1023) #…
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-srebot authored Oct 23, 2020
1 parent 2cb98dc commit 3801ffa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cdc/sink/mysql.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ func (s *mysqlSink) FlushRowChangedEvents(ctx context.Context, resolvedTs uint64
checkpointTs = workerCheckpointTs
}
}
s.statistics.PrintStatus()
return checkpointTs, nil
}

Expand Down

0 comments on commit 3801ffa

Please sign in to comment.