-
Notifications
You must be signed in to change notification settings - Fork 132
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hakman The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
dcb0130
to
633f61d
Compare
@@ -950,13 +950,13 @@ func (m *EtcdController) removeNodeFromCluster(ctx context.Context, clusterSpec | |||
peerState := m.peerState[privateapi.PeerId(id)] | |||
if peerState == nil { | |||
klog.Fatalf("peerState unexpectedly nil") | |||
} else { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change seems less desirable than what was before.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
More or less agree, but staticheck
was seeing a possible issue with the code. It's not so bad as it is now either.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any objection to merging this, now that this has been reverted?
/lgtm |
Some issues still remain, but very few:
/cc @olemarkus @justinsb