-
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
wal: fix crc mismatch crash bug #11924
Conversation
/cc @jpbetz |
Codecov Report
@@ Coverage Diff @@
## master #11924 +/- ##
==========================================
- Coverage 66.34% 66.07% -0.27%
==========================================
Files 403 403
Lines 37245 37250 +5
==========================================
- Hits 24709 24614 -95
- Misses 11017 11113 +96
- Partials 1519 1523 +4
Continue to review full report at Codecov.
|
2227d80
to
a2e5868
Compare
@gyuho @jpbetz i added a testcase to reproduce it,it is easy to reproduce it. could we need to release a new 3.4/3.3 version ? |
47b008f
to
9a520eb
Compare
lgtm, I will backport with new release. Thanks for the fix! /cc @jpbetz |
9a520eb
to
02b9ad3
Compare
Yikes. This is my fault. Thanks for fixing. lgtm |
fix #11918