-
Notifications
You must be signed in to change notification settings - Fork 748
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
Valkey release 8.1.0-rc2 #1862
Valkey release 8.1.0-rc2 #1862
Conversation
Signed-off-by: Ran Shidlansik <[email protected]>
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.
Looks great.
2. add RANDOMKEY inf loop bug fix Signed-off-by: Ran Shidlansik <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 8.1 #1862 +/- ##
==========================================
- Coverage 71.06% 71.02% -0.04%
==========================================
Files 123 123
Lines 65671 65671
==========================================
- Hits 46667 46646 -21
- Misses 19004 19025 +21 🚀 New features to boost your workflow:
|
I suggest to add the following pr: #1721 Fix temp file leak druing replication error handling Thanks @ranshid It is a hard work. |
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.
Thanks @ranshid!
#1721 Fix temp file leak druing replication error handling - @enjoy-binbin - should this have also been backported? #1799 Fix hashTypeEntryDefrag returning bad pointer - @hwware this hashtype was introduced in 8.1... I am not sure we should include fixes made internally between release versions in the release docs. WDYT? |
Signed-off-by: Ran Shidlansik <[email protected]>
Signed-off-by: Ran Shidlansik <[email protected]>
#1799 Fix hashTypeEntryDefrag returning bad pointer Sorry, for this one, I think we do not need to mention it in release note. |
cool. added the others |
@ranshid you means backport to 8.1? I thought we will merge everything in unstable branch into 8.1? If you mean some older version like 8.0, that is ok to do the backport since it is pretty easy i guess and there is no harm. |
I did not get much into the fix, but we had dual channel since 8.0. so asking if this should be backported to 8.0? |
I believe it has been a problem since a very old version, including ours 7.2/8.0, i found in it an old version in our fork (just doing other stuff and doing a review and then i find it), it is not about dual channel, just about the replication error handling.. The leak is minor, it should only occur if ae fails, that is, if a call like connSetReadHandler fails, which is very rare i guess. |
ACK. so lets backport this fix then |
Signed-off-by: Ran Shidlansik <[email protected]>
Co-authored-by: Madelyn Olson <[email protected]> Signed-off-by: Ran Shidlansik <[email protected]>
Co-authored-by: Madelyn Olson <[email protected]> Signed-off-by: Ran Shidlansik <[email protected]>
Co-authored-by: Madelyn Olson <[email protected]> Signed-off-by: Ran Shidlansik <[email protected]>
Signed-off-by: Ran Shidlansik <[email protected]>
Co-authored-by: Viktor Söderqvist <[email protected]> Signed-off-by: Ran Shidlansik <[email protected]>
No description provided.