Skip to content

Commit

Permalink
Update pump_member_manager.go
Browse files Browse the repository at this point in the history
  • Loading branch information
shonge authored Dec 19, 2019
1 parent 1d59cf3 commit 5486edd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/manager/member/pump_member_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ func (pmm *pumpMemberManager) syncPumpStatefulSetForTidbCluster(tc *v1alpha1.Tid

if err := pmm.syncTiDBClusterStatus(tc, oldPumpSet); err != nil {
glog.Errorf("failed to sync TidbCluster: [%s/%s]'s status, error: %v", tc.Namespace, tc.Name, err)
return err
}
return nil
}
Expand Down

0 comments on commit 5486edd

Please sign in to comment.