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

[3.4] Backport: non mutating requests pass through quotaKVServer when NOSPACE #14254

Merged
merged 1 commit into from
Jul 22, 2022

Conversation

ramses
Copy link

@ramses ramses commented Jul 21, 2022

This is a backport of #13435 and is
part of the work for 3.4.20
#14232.

The original change had a second commit that modifies a changelog file.
The 3.4 branch does not include any changelog file, so that part was not
cherry-picked.

Local Testing:

  • make build
  • make test

Both succeed.

Please read https://github.com/etcd-io/etcd/blob/main/CONTRIBUTING.md#contribution-flow.

@ramses ramses mentioned this pull request Jul 21, 2022
25 tasks
@chaochn47
Copy link
Member

chaochn47 commented Jul 21, 2022

Would you mind follow the instruction how to fix DCO failure?

Screen Shot 2022-07-21 at 1 03 55 PM

Try git rebase HEAD~1 --signoff if this can append you sign in the commit message.

@ahrtr
Copy link
Member

ahrtr commented Jul 21, 2022

@ramses Thanks for the PR, please signoff the commit,

git commit --signoff --amend

@ahrtr
Copy link
Member

ahrtr commented Jul 21, 2022

The original change had a second commit that modifies a changelog file.
The 3.4 branch does not include any changelog file, so that part was not
cherry-picked.

No worry, I will take care of the CHANGELOG myself later.

This is a backport of etcd-io#13435 and is
part of the work for 3.4.20
etcd-io#14232.

The original change had a second commit that modifies a changelog file.
The 3.4 branch does not include any changelog file, so that part was not
cherry-picked.

Local Testing:

- `make build`
- `make test`

Both succeed.

Signed-off-by: Ramsés Morales <ramses@gmail.com>
@ramses
Copy link
Author

ramses commented Jul 21, 2022

Thanks @chaochn47 and @ahrtr .

@ahrtr ahrtr changed the title Backport: non mutating requests pass through quotaKVServer when NOSPACE [3.4] Backport: non mutating requests pass through quotaKVServer when NOSPACE Jul 22, 2022
Copy link
Member

@ahrtr ahrtr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Thank you @ramses

@ahrtr
Copy link
Member

ahrtr commented Jul 22, 2022

it's minor and accordingly safe change, so merging...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants