Skip to content

Commit

Permalink
Update go/vt/vttablet/tabletmanager/vreplication/vreplicator.go
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Lord <mattalord@gmail.com>
Signed-off-by: Olga Shestopalova <olgash@mit.edu>
  • Loading branch information
olyazavr and mattlord authored Sep 12, 2023
1 parent 25d67cb commit 3fa1d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/vttablet/tabletmanager/vreplication/vreplicator.go
Original file line number Diff line number Diff line change
Expand Up @@ -1039,7 +1039,7 @@ func (vr *vreplicator) readExistingRowsCopiedAndUpdateSelfIfNeeded() {
if err != nil {
log.Warningf("Failed to read existing rows copied value for %s worfklow: %v", vr.WorkflowName, err)
} else if rowsCopiedExisting != 0 {
log.Infof("resuming vreplication from another tablet, setting rows copied counter to %v", rowsCopiedExisting)
log.Infof("Resuming the %s vreplication workflow started on another tablet, setting rows copied counter to %v", vr.WorkflowName, rowsCopiedExisting)
vr.stats.CopyRowCount.Set(rowsCopiedExisting)
}
}
Expand Down

0 comments on commit 3fa1d4f

Please sign in to comment.