GitHub user kishorvpatil opened a pull request:
https://github.com/apache/storm/pull/2337
[STORM2751] Removing AsyncLoggerContext from Supervisor Configuration
If disk can not keep it up with all logging, the {{AsyncLoggingContext}}
causes large heap memory be utilized causing the JVM to churn CPU.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kishorvpatil/incubator-storm storm2751
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2337.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2337
----
commit b7ed06f82650dd762ec2f422b024268c561076a2
Author: Kishor Patil <[email protected]>
Date: 2017-09-21T15:09:05Z
Removing AsyncLoggerContext from Supervisor Configuration
----
---