-
Notifications
You must be signed in to change notification settings - Fork 300
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
content/en/blog/2021: add "Announcing etcd 3.5" #312
Conversation
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
@chalin Done. Thanks! |
@gyuho - I submitted a commit with fixes to the links, and added an The page preview now works: https://deploy-preview-312--etcd.netlify.app/blog/2021/announcing-etcd-3.5/ /cc @nate-double-u |
Preview looks good to me. Thanks! |
@gyuho - I propose that we merge this PR. I'll make a pass and submit copyedits in a followup PR. How does that sound? |
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.
Approved to merge as a draft page. As I mentioned in the previous comment, I'll review it after from and submit followup PRs.
lgtm |
Sounds good. Let's merge then. Thanks! |
@hexfusion @xiang90 et all: for followup edits, see #331 |
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.
same behavior as 3.3? @gyuho
transactions. etcd 3.5 made multiple improvements to further increase the | ||
transaction concurrency: (1) If a transaction includes a PUT(update) operation, | ||
the transaction instead shares the transaction buffer between reads and writes | ||
(same behavior as 3.4) in order to avoid copying buffers. This transaction mode |
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.
same behavior as 3.3?
Google)](https://github.com/etcd-io/etcd/pull/11613), (5) client cancelling | ||
watch does not signal server creating leaky watchers, and the fix was to | ||
explicitly send a cancel request to the server -- see [jackkleeman@'s fix (from | ||
Apple)](https://github.com/etcd-io/etcd/pull/11613). |
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.
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.
i have submitted pr #384 to fix the above two typo issues.
/cc @xiang90 @ptabor @hexfusion
ref. etcd-io/etcd#12330
ref. etcd-io/etcd#12970