-
Notifications
You must be signed in to change notification settings - Fork 2.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
fix node routing in slotClosestNode #3043
Conversation
@monkey92t please review this fix for the issue:#3023 |
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.
Good, but using the nearest node each time will put a lot of stress on that node. We can optimize it further later.
@monkey92t when can we expect the next release? |
v9.5.3 |
@monkey92t this release doesn't include commits of this pr |
Changes
??? |
Line 732 in f752b9a
The commits are there in master branch, but the release seems to be behind it |
It seems to have been affected. I'll take a look. |
@srikar-jilugu I've added a new version. v9.5.4 |
Thankyou! |
* fix node routing when all nodes are failing * fix minlatency zero value
No description provided.