Skip to content

Commit

Permalink
address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
weekface committed Jul 22, 2019
1 parent fc490eb commit 1c0e652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/manager/member/tidb_failover.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func (tf *tidbFailover) Failover(tc *v1alpha1.TidbCluster) error {
_, exist := tc.Status.TiDB.FailureMembers[tidbMember.Name]
if exist && tidbMember.Health {
delete(tc.Status.TiDB.FailureMembers, tidbMember.Name)
glog.Errorf("tidb failover: delete %s from tidb failoverMembers", tidbMember.Name)
glog.Infof("tidb failover: delete %s from tidb failoverMembers", tidbMember.Name)
}
}

Expand Down

0 comments on commit 1c0e652

Please sign in to comment.