-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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 HISTORY.md to mention a bug fix #5215
Conversation
It might be helpful to users to describe the impact. Can it cause corruption? If so is it localized to an SST or can it spread to the whole DB (e.g., if LSM invariants are violated)? Would it be a problem with all configurations or only certain ones? |
HISTORY.md
Outdated
@@ -17,6 +17,7 @@ | |||
* Fix a race condition between WritePrepared::Get and ::Put with duplicate keys. | |||
* Fix crash when memtable prefix bloom is enabled and read/write a key out of domain of prefix extractor. | |||
* Adjust WriteBufferManager's dummy entry size to block cache from 1MB to 256KB. | |||
* Fix a bug in GetOverlappingInputsRangeBinarySearch where a pointer should be dereferenced. |
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.
It needs to be clearer. Right now it is not very helpful to users as a part of the release note.
Also, it is under release 6.1.1, which claims to be cut in 4/9/2019. Something must be wrong somewhere.
7cbd604
to
080bbd1
Compare
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.
It's better but is still very confusing to me. I give an approval anyway, thinking that maybe that's all what we know by ourselves and we aren't be able to improve it further.
Can we merge it? |
@riversand963 ping |
No description provided.