You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by GitBox <gi...@apache.org> on 2022/03/04 16:21:47 UTC

[GitHub] [storm] bipinprasad opened a new pull request #3410: [STORM-3792] Change forkCount from 1 to 1.0C and reuseForks=false

bipinprasad opened a new pull request #3410:
URL: https://github.com/apache/storm/pull/3410


   
   ## What is the purpose of the change
   
   *When JVM is reused in test threads, changed to singleton classes will persist and may interfere yield incorrect test results. Change the default behavior to fork a new JVM. Places where the forkCount was set to 1, change it to 1.0C so that one JVM thread is created per available CPU.*
   
   ## How was the change tested
   
   *Run tests*


-- 
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-unsubscribe@storm.apache.org

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



[GitHub] [storm] bipinprasad closed pull request #3410: [STORM-3792] Change forkCount from 1 to 1.0C and reuseForks=false

Posted by GitBox <gi...@apache.org>.
bipinprasad closed pull request #3410:
URL: https://github.com/apache/storm/pull/3410


   


-- 
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-unsubscribe@storm.apache.org

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