Skip to content

Commit

Permalink
owner(ticdc): remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
Rustin170506 committed Dec 11, 2021
1 parent 042c747 commit cbfcad0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cdc/owner/owner.go
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ func (o *Owner) cleanUpChangefeed(state *orchestrator.ChangefeedReactorState) {
func (o *Owner) Bootstrap(state *orchestrator.GlobalReactorState) {
log.Info("Start bootstrapping", zap.Any("state", state))
fixChangefeedInfos(state)
log.Info("Bootstrap finished")
}

// fixChangefeedInfos attempts to fix incompatible or incorrect meta information in changefeed state.
Expand Down

0 comments on commit cbfcad0

Please sign in to comment.