-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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: Stop RM errors when using acceleratedDHT #9407
Conversation
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
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.
@ajnavarro : thinking on this more, I think we should just remove the connection with between the resource manager and "cfg.ConnMgr.HighWater". Lets let them operate independently. I made a commit with my suggested code change.
Can you then confirm that this works with both the scenarios that @lidel mentioned in #9405 and #9406 ?
Thanks
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
c6e3d54
to
14fbf0b
Compare
@BigLep confirmed that it works with both ConnMgr configurations. |
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 good to me given it's passing the configurations that @lidel mentioned.
We'll need to cut a new RC for this.
Co-authored-by: Steve Loeppky <biglep@protocol.ai>
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
It closes #9405
Signed-off-by: Antonio Navarro Perez antnavper@gmail.com