demery-pivotal opened a new pull request #6708:
URL: https://github.com/apache/geode/pull/6708


   Change `NestedFunctionExecutionDistributedTest` to create fewer threads.
   
   The test creates a number of threads that is a multiple of
   `MAX_FE_THREADS`. On a CI machine, the default value of `MAX_FE_THREADS`
   can be very high, causing this test to create thousands of threads. This
   can leave the system unable to create threads for other processes, which
   in turn can cause Gradle processes or other tests to fail or hang.
   
   This test now sets `MAX_FE_THREADS` to a lower value (100), which
   suffices for the purpose of the test, and results in greatly reduced
   consumption of threads.
   
   Co-authored-by: Dale Emery <[email protected]>
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to