Prevent Nimbus from hanging if random data is sent to nimbus thrift port#3
Merged
Conversation
Contributor
|
+1 |
asfgit
pushed a commit
that referenced
this pull request
Jul 16, 2014
update from apache/incubator-storm
asfgit
pushed a commit
that referenced
this pull request
Aug 25, 2014
Remove unncessary use of streams from GzipBridgeSerializationDelegate
jfota
pushed a commit
to mapr/incubator-storm
that referenced
this pull request
Nov 5, 2014
maprfs test topology
HeartSaVioR
pushed a commit
to HeartSaVioR/storm
that referenced
this pull request
Jan 20, 2015
…2_6_2 Bump up Jedis version to 2.6.2
asfgit
pushed a commit
that referenced
this pull request
Jan 22, 2015
Merge from apache/storm master to caofangkun/apache-storm master
knusbaum
pushed a commit
to knusbaum/incubator-storm
that referenced
this pull request
Feb 11, 2015
Fixed merge conflicts with latest pull requests in community
knusbaum
pushed a commit
to knusbaum/incubator-storm
that referenced
this pull request
Feb 11, 2015
Merge from storm/storm Master security
ptgoetz
pushed a commit
to ptgoetz/storm
that referenced
this pull request
Aug 6, 2015
fix for BUG-23186.
arunmahadevan
pushed a commit
to arunmahadevan/storm
that referenced
this pull request
Aug 17, 2017
FIX some of the tests and metrics for the system bolt
ludovico99
added a commit
to ludovico99/storm
that referenced
this pull request
May 27, 2022
StefanoBelli
added a commit
to StefanoBelli/isw2-storm
that referenced
this pull request
Mar 21, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Currently if random data is sent to Nimbus' thrift port, it will result in the following error, causing Nimbus to hang:
java.lang.OutOfMemoryError: Java heap spaceSituations where this can happen:
ssh nimbus -p 6627)telnet nimbus 6627)The solution is to set a limit on the size of the buffers Thrift uses for reading messages. With this fix in place when any of the above occurs, the following will appear in the nimbus log (but nimbus will not hang or crash):