Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
cofyc committed Nov 6, 2019
1 parent 0603fe5 commit 28544c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/manager/member/pd_member_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ func (pmm *pdMemberManager) syncPDStatefulSetForTidbCluster(tc *v1alpha1.TidbClu
if err != nil && !errors.IsNotFound(err) {
return err
}
glog.Errorf("cofyc: get error %v", err)
if errors.IsNotFound(err) {
err = SetLastAppliedConfigAnnotation(newPDSet)
if err != nil {
Expand Down

0 comments on commit 28544c3

Please sign in to comment.