Skip to content

[STORM-2753] Avoid shutting down netty server on netty exception#2340

Closed
Ethanlm wants to merge 1 commit into
apache:masterfrom
Ethanlm:STORM-2753
Closed

[STORM-2753] Avoid shutting down netty server on netty exception#2340
Ethanlm wants to merge 1 commit into
apache:masterfrom
Ethanlm:STORM-2753

Conversation

@Ethanlm

@Ethanlm Ethanlm commented Sep 21, 2017

Copy link
Copy Markdown
Contributor

JIRA-STORM-2753

NettyUncaughtExceptionHandler should only exit if there is an Error

@Ethanlm

Ethanlm commented Sep 21, 2017

Copy link
Copy Markdown
Contributor Author

Test failed in org.apache.storm.st.tests.window.TumblingWindowTest.testTumbleCount seems unrelated.

@HeartSaVioR

Copy link
Copy Markdown
Contributor

Storm is designed as fail-fast, and all exceptions which we should catch and handle should not go there. So if it reaches to NettyUncaughtExceptionHandler, I think there's nothing to do.

@Ethanlm

Ethanlm commented Sep 22, 2017

Copy link
Copy Markdown
Contributor Author

Per @revans2 's suggestion, I moved this commit to #2341

@Ethanlm Ethanlm closed this Sep 28, 2017
@Ethanlm Ethanlm deleted the STORM-2753 branch September 28, 2017 13:38
@Ethanlm Ethanlm restored the STORM-2753 branch September 28, 2017 13:38
@Ethanlm Ethanlm deleted the STORM-2753 branch September 28, 2017 13:43
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.

2 participants