Skip to content

Commit

Permalink
add debugging message
Browse files Browse the repository at this point in the history
  • Loading branch information
tanjinx committed Oct 16, 2023
1 parent 9c2ed2d commit 2849158
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go/vt/vttablet/tabletmanager/replmanager.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ func (rm *replManager) checkActionLocked() {
if err != mysql.ErrNotReplica {
return
}
log.Infof("slack error: check replication status failed with %v", err)
} else {
// If only one of the threads is stopped, it's probably
// intentional. So, we don't repair replication.
Expand Down

0 comments on commit 2849158

Please sign in to comment.