-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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] etcdserver,pkg: remove temp files in snap dir when etcdserver starting #14246
Conversation
@ahrtr looks like I've missed a few things, I'll have it fixed in sometime. |
8d74e80
to
abefeea
Compare
I would be worried about making improvements/patches to cherry-picked commits. When cherry-picking we should do minimal changes to original code so it works with older branch. We should not improve the code during cherry-pick. Back-porting should be focused on fixing bug and not alter the code from |
Actually there are already some changes on the main branch, and they are exactly what I pointed out. The |
Specifically, the PR 12846 is already out of date in the main branch. |
- Backporting: etcd-io#12846 - Reference: etcd-io#14232 Signed-off-by: vivekpatani <9080894+vivekpatani@users.noreply.github.com>
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.
LGTM
Thank you @vivekpatani
IT's a minor and accordingly safe change, merging... |
Please read https://github.com/etcd-io/etcd/blob/main/CONTRIBUTING.md#contribution-flow.