add debug info
This commit is contained in:
parent
460fce5fbd
commit
149f17477b
@ -180,6 +180,7 @@ func (this *EventsStreamer) StreamEvents(canStopStreaming func() bool) error {
|
||||
var successiveFailures int64
|
||||
var lastAppliedRowsEventHint mysql.BinlogCoordinates
|
||||
for {
|
||||
this.migrationContext.Log.Debugf("Am I gonna stop??, %v", canStopStreaming())
|
||||
if canStopStreaming() {
|
||||
return nil
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user