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 e12e86e commit 9c2ed2d
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 @@ -114,6 +114,7 @@ func (rm *replManager) checkActionLocked() {
if status.SQLHealthy() || status.IOHealthy() {
return
}
log.Infof("slack error: either sql or io thread is not healthy: sql: %v, io: %v", status.SQLHealthy(), status.IOHealthy())
}

if !rm.failed {
Expand Down

0 comments on commit 9c2ed2d

Please sign in to comment.