-
Notifications
You must be signed in to change notification settings - Fork 964
Upgrade Netty to 4.1.119, tcnative to 2.0.70 and io_uring to 0.0.26 #4584
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
Conversation
|
|
@nodece interesting. In a different context, a reporter in this Pulsar GH discussion was saying that something changed in Netty DNS resolution in the upgrade. |
|
In the local network environment, the DNS resolution process takes as long as 15 seconds, it seems that the Java did not cache the DNS info. |
|
commented at #4585 (comment) |
That's possibly due to the default negative DNS cache setting of 10 seconds. Have you tested with these changes: #4585 (comment) . |
|
I will test that with your suggestion tomorrow. |
StevenLuMT
left a comment
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.
Great jobs
Motivation
Changes