nicknezis opened a new issue #3659: URL: https://github.com/apache/incubator-heron/issues/3659
**Is your feature request related to a problem? Please describe.** The current implementation will generate 5 x 100MB x # of components worth of log files with JVM GC debug output. This is in addition to the actual log files (5 x 100MB x # of components) **Describe the solution you'd like** I would like a simple toggle to enable/disable this GC debug output **Describe alternatives you've considered** We could also make the log configuration parameters configurable, but I would be happy enough with ability to toggle. **Additional context** The Heron executor also seems to have older JVM parameters (pre-JDK 9), but we are now on JDK 11, so I think we should also clean up the older code that is no longer needed. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
