Skip to content
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

[#4357] Fix possible assert error in GlobalEventExecutor #4367

Closed
wants to merge 1 commit into from

Conversation

normanmaurer
Copy link
Member

Motivation:

We started the thread before store it in a field which could lead to an assert error when the thread is executed before we actually store it.

Modifications:

Store thread before start it.

Result:

No more assert error possible.

Motivation:

We started the thread before store it in a field which could lead to an assert error when the thread is executed before we actually store it.

Modifications:

Store thread before start it.

Result:

No more assert error possible.
@normanmaurer normanmaurer self-assigned this Oct 16, 2015
@normanmaurer normanmaurer added this to the 4.0.33.Final milestone Oct 16, 2015
@normanmaurer
Copy link
Member Author

@Scottmitch @nmittler PTAL

@Scottmitch
Copy link
Member

lgtm

@normanmaurer
Copy link
Member Author

Cherry-picked into 4.0 (562c2d1) , 4.1 (b7e9477) and master (4c8bc81)

@normanmaurer normanmaurer deleted the global_executor branch October 16, 2015 18:57
@nmittler
Copy link
Member

LGTM

@testn
Copy link

testn commented Oct 21, 2015

any plan to release this soon? For some reasons, since I upgraded to this Netty version. The assertion seems to happen much more often.

@normanmaurer
Copy link
Member Author

Will try to getbthe release out this week

Am 21.10.2015 um 21:04 schrieb testn notifications@github.com:

any plan to release this soon? For some reasons, since I upgraded to this Netty version. The assertion seems to happen much more often.


Reply to this email directly or view it on GitHub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants