Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OCPBUGS-20560: [4.15] Rebase openshift/etcd to 3.5.10 #224

Merged
merged 99 commits into from Oct 30, 2023

Conversation

tjungblu
Copy link

No description provided.

yellowzf and others added 30 commits May 16, 2023 11:35
If start grpc proxy with --resolver-prefix, memberlist will return all alive proxy nodes, when one grpc proxy node is down, it is expected to not return the down node, but it is still return

Signed-off-by: yellowzf <zzhf3311@163.com>
[release-3.5]grpcproxy: fix memberlist results not update when proxy node down
fixes bug with multiple endpoints with same prefix

Signed-off-by: Ramil Mirhasanov <ramil600@yahoo.com>
Signed-off-by: Hubert Zhang <hubert.zyk@gmail.com>
[release-3.5]naming/endpoints: backport of etcd-io#15021, fix endpoints prefix bug
Signed-off-by: scuzk373x@gmai.com <zhuanwajiang@pinduoduo.com>
Signed-off-by: daljitdokal <daljit.dokal@yahoo.co.nz>
[3.5] Backport updating go to latest patch release 1.19.10
Signed-off-by: kkkkun <scuzk373x@gmail.com>
Signed-off-by: kkkkun <scuzk373x@gmail.com>
Mitigates etcd-io#15993 by not checking each key individually for permission
when auth is entirely disabled or admin user is calling the method.

Signed-off-by: Thomas Jungblut <tjungblu@redhat.com>
This contains a slight refactoring to expose enough information
to write meaningful tests for auth applier v3.

Signed-off-by: Thomas Jungblut <tjungblu@redhat.com>
…te workflow.

Signed-off-by: James Blair <mail@jamesblair.net>
…ation

[3.5]  Backport .github/workflows: Read .go-version as a step and not separate workflow
[3.5] etcdserver: fix corruption check when server has just been compacted
[3.5] Early exit auth check on lease puts
Signed-off-by: Sameer Natu <sameer.natu@gmail.com>
Add e2e-arm64.yaml and Tests-arm64.yaml to release-3.5
This reverts commit cb38980, reversing
changes made to f565a94.

Changes reversed as scheduled github actions must exist in default branch.

Signed-off-by: James Blair <mail@jamesblair.net>
Signed-off-by: Allen Ray <alray@redhat.com>
Signed-off-by: Thomas Jungblut <tjungblu@redhat.com>
…flags in snapshot restore command

Signed-off-by: Benjamin Wang <wachao@vmware.com>
Signed-off-by: Thomas Jungblut <tjungblu@redhat.com>
[3.5] Adding optional revision bump and mark compacted to snapshot restore
Revert backport of arm64 scheduled workflows
fix the unexpected blocking when using Barrier.Wait(), e.g.
NewBarrier(client, "a").Wait() will block if key "a" is not existed but "a0" is existed, but it should return immediately.

Signed-off-by: zhangwenkang <zwenkang@vmware.com>
[3.5] clientv3: remove v3.WithFirstKey() in Barrier.Wait()
Signed-off-by: shitao.lst <acm_tach@163.com>
@openshift-ci-robot openshift-ci-robot added the jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. label Oct 27, 2023
@openshift-merge-robot openshift-merge-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Oct 27, 2023
@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Oct 27, 2023
@openshift-merge-robot openshift-merge-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Oct 27, 2023
@openshift-merge-robot openshift-merge-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Oct 27, 2023
@openshift-merge-robot openshift-merge-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Oct 27, 2023
@dusk125
Copy link

dusk125 commented Oct 27, 2023

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Oct 27, 2023
@openshift-ci
Copy link

openshift-ci bot commented Oct 27, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dusk125, tjungblu

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@deads2k deads2k added jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. and removed jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. labels Oct 27, 2023
@tjungblu
Copy link
Author

/override ci/prow/e2e-aws-etcd-recovery

@openshift-ci
Copy link

openshift-ci bot commented Oct 30, 2023

@tjungblu: Overrode contexts on behalf of tjungblu: ci/prow/e2e-aws-etcd-recovery

In response to this:

/override ci/prow/e2e-aws-etcd-recovery

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.

@jmguzik
Copy link

jmguzik commented Oct 30, 2023

/hold

@openshift-ci openshift-ci bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Oct 30, 2023
@jmguzik
Copy link

jmguzik commented Oct 30, 2023

/hold cancel

@openshift-ci openshift-ci bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Oct 30, 2023
@jmguzik
Copy link

jmguzik commented Oct 30, 2023

/test all

@openshift-ci
Copy link

openshift-ci bot commented Oct 30, 2023

@tjungblu: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-aws-etcd-recovery c89a290 link false /test e2e-aws-etcd-recovery

Full PR test history. Your PR dashboard.

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. I understand the commands that are listed here.

@openshift-ci openshift-ci bot merged commit 9651438 into openshift:openshift-4.15 Oct 30, 2023
7 of 8 checks passed
@openshift-ci-robot
Copy link

@tjungblu: Jira Issue OCPBUGS-20560: All pull requests linked via external trackers have merged:

Jira Issue OCPBUGS-20560 has been moved to the MODIFIED state.

In 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.

@openshift-merge-robot
Copy link

Fix included in accepted release 4.15.0-0.nightly-2023-10-30-224022

@tjungblu tjungblu deleted the openshift_4_15_3_5_10 branch November 3, 2023 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet