atulsm opened a new pull request, #3503:
URL: https://github.com/apache/storm/pull/3503

   Issue:
   May of the default worker JVM parameters is no longer supported in java 
versions > 11. This will result in the worker process getting crashed.
   eg: https://github.com/31z4/storm-docker/issues/32
   The official storm docker hub (https://hub.docker.com/_/storm) now ships 
jdk-11 and worker process fails with Error: Could not create the Java Virtual 
Machine.
   
   ## What is the purpose of the change
   To make storm workers run in jdk-11 and above
   
   *(Explain why we should have this change)*
   Storm workers are not able to start in jdk-11 and above
   
   ## How was the change tested
   Tested by running " storm supervisor -c worker.childopts= .. " with 
open-jdk11 and see that the topology is working as expected and worker process 
is getting started.
   *(Explain what tests did you do to verify the code change)*


-- 
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.

To unsubscribe, e-mail: dev-unsubscr...@storm.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to