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

Update 3.5 and 3.6 changelog to cover the fix of restricting the max WAL entry #14129

Merged
merged 1 commit into from
Jun 17, 2022

Conversation

ahrtr
Copy link
Member

@ahrtr ahrtr commented Jun 17, 2022

Signed-off-by: Benjamin Wang wachao@vmware.com

Related PRs: 14122 for main, and 14127 for 3.5.

…size of each WAL entry to remaining size of the WAL file

Signed-off-by: Benjamin Wang <wachao@vmware.com>
@codecov-commenter
Copy link

Codecov Report

Merging #14129 (fa68664) into main (4c95878) will decrease coverage by 0.09%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main   #14129      +/-   ##
==========================================
- Coverage   75.35%   75.25%   -0.10%     
==========================================
  Files         455      455              
  Lines       36930    36930              
==========================================
- Hits        27827    27793      -34     
- Misses       7366     7400      +34     
  Partials     1737     1737              
Flag Coverage Δ
all 75.25% <ø> (-0.10%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
client/pkg/v3/tlsutil/tlsutil.go 83.33% <0.00%> (-8.34%) ⬇️
raft/rafttest/node.go 95.00% <0.00%> (-5.00%) ⬇️
server/storage/mvcc/watchable_store.go 85.86% <0.00%> (-3.99%) ⬇️
server/etcdserver/api/v3rpc/member.go 93.54% <0.00%> (-3.23%) ⬇️
server/etcdserver/api/v3rpc/interceptor.go 74.47% <0.00%> (-3.13%) ⬇️
client/v3/retry_interceptor.go 65.45% <0.00%> (-1.82%) ⬇️
server/etcdserver/api/rafthttp/msgappv2_codec.go 69.56% <0.00%> (-1.74%) ⬇️
server/etcdserver/api/v3rpc/key.go 82.19% <0.00%> (-1.37%) ⬇️
server/embed/serve.go 60.08% <0.00%> (-0.90%) ⬇️
raft/node.go 86.69% <0.00%> (-0.86%) ⬇️
... and 10 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4c95878...fa68664. Read the comment docs.

@ahrtr ahrtr merged commit 3e61412 into etcd-io:main Jun 17, 2022
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