Skip to content

Debump netty version by 1 due to ObjectCleaner bug - #1163

Merged
merlimat merged 1 commit into
apache:masterfrom
ivankelly:netty-debump
Feb 1, 2018
Merged

Debump netty version by 1 due to ObjectCleaner bug#1163
merlimat merged 1 commit into
apache:masterfrom
ivankelly:netty-debump

Conversation

@ivankelly

@ivankelly ivankelly commented Jan 31, 2018

Copy link
Copy Markdown
Contributor

The ObjectCleaner can possibly keep a process alive forever with netty
4.1.20 since it is not a daemon thread.

See: netty/netty#7617

This causes initialize-cluster-metadata to hang forever. 4.1.19
doesn't have this issue, so we should drop down to that until the fix
is in a release.

The ObjectCleaner can possibly keep a process alive forever with netty
4.1.20 since it is not a daemon thread.

See: netty/netty#7617

This causes initialize-cluster-metadata to hang forever. 4.1.19
doesn't have this issue, so we should drop down to that until the fix
is in a release.

@merlimat merlimat left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

👍

@merlimat merlimat added this to the 1.22.0-incubating milestone Feb 1, 2018
@merlimat merlimat added the type/bug The PR fixed a bug or issue reported a bug label Feb 1, 2018
@sijie

sijie commented Feb 1, 2018

Copy link
Copy Markdown
Member

retest this please

@merlimat
merlimat merged commit f2073d1 into apache:master Feb 1, 2018
@yangl

yangl commented Feb 6, 2018

Copy link
Copy Markdown
Contributor

The Netty 4.0.56.Final and 4.1.21.Final released and fix this bug

ObjectCleanerThread must be a deamon thread to ensure the JVM can always terminate (#7627)

@merlimat merlimat mentioned this pull request Feb 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type/bug The PR fixed a bug or issue reported a bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants