ETCD-352: Adding etcd defrag goroutine#1395
ETCD-352: Adding etcd defrag goroutine#1395openshift-merge-robot merged 1 commit intoopenshift:mainfrom
Conversation
|
@dusk125: This pull request references ETCD-352 which is a valid jira issue. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
etcd/cmd/microshift-etcd/run.go
Outdated
There was a problem hiding this comment.
In Openshift, the operator will retry a failing defrag 3 times before marking the etcd node degraded.
We could retry (configurable a default of) 3 times before throwing an error and stopping things, or maybe even allow the user to specify a value that just turns it off? Thoughts?
516f251 to
98f6b8e
Compare
29974e6 to
14b3b2b
Compare
|
I have #1404 ready - it'll fix vendoring of |
|
/retest |
ea73e4a to
aed7ec9
Compare
|
/retest |
|
@dusk125: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
/retest |
|
looks good to me |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dusk125, pmtk The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dusk125, pmtk The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This is the implementation for the 'defrag goroutine' approach from this enhancement