boglesby commented on a change in pull request #6708:
URL: https://github.com/apache/geode/pull/6708#discussion_r673489081



##########
File path: 
geode-core/src/distributedTest/java/org/apache/geode/internal/cache/execute/NestedFunctionExecutionDistributedTest.java
##########
@@ -111,6 +116,7 @@ private int createServerCache() throws IOException {
 
   private void createClientCache(int port, int functionTimeout) {
     System.setProperty(GEMFIRE_PREFIX + "CLIENT_FUNCTION_TIMEOUT", 
String.valueOf(functionTimeout));
+    System.setProperty(MAX_FE_THREADS_PROPERTY, TEST_MAX_FE_THREADS);

Review comment:
       Its not necessary to set this value in the client. The Function 
Execution thread pool is not created there.




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