Skip to content

Upgrade netty and boringssl versions #2386

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

Merged
merged 7 commits into from
May 15, 2020

Conversation

cpretzer
Copy link
Contributor

Update netty to 4.1.46.Final and boringssl to 2.0.30.Final

H2FrameCodec has been updated to use the new ConnectionHandler() constructor which includes a boolean named decoupleCloseAndGoAway. The netty PR adds functionality close the context and return if decoupleCloseAndGoAway is true.

This change defaults the value to false, which preserves the current Linkerd behavior.

Signed-off-by: Charles Pretzer charles@buoyant.io

Signed-off-by: Charles Pretzer <charles@buoyant.io>
@adleong
Copy link
Member

adleong commented Apr 16, 2020

As we discussed, let's investigate what it would take to get onto the latest finagle and netty 4.1.47: https://github.com/twitter/finagle/blob/develop/build.sbt#L9

Signed-off-by: Charles Pretzer <charles@buoyant.io>
Signed-off-by: Charles Pretzer <charles@buoyant.io>
Signed-off-by: Charles Pretzer <charles@buoyant.io>
cpretzer added 2 commits May 1, 2020 11:40
Signed-off-by: Charles Pretzer <charles@buoyant.io>
Signed-off-by: Charles Pretzer <charles@buoyant.io>
Copy link
Member

@adleong adleong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me once CI is happy.

@cpretzer
Copy link
Contributor Author

cpretzer commented May 5, 2020

Thanks! I'm working on making CI happy now

Signed-off-by: Charles Pretzer <charles@buoyant.io>
@cpretzer
Copy link
Contributor Author

cpretzer commented May 5, 2020

@adleong all checks are passing now :)

@cpretzer
Copy link
Contributor Author

fixes #2385

All tests have passed and this is ready to merge.

Copy link
Member

@adleong adleong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@cpretzer cpretzer merged commit 8c4d49d into master May 15, 2020
@cpretzer cpretzer deleted the cpretzer/upgrade-netty-4.1.46.Final branch May 15, 2020 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants