demery-pivotal commented on a change in pull request #6708:
URL: https://github.com/apache/geode/pull/6708#discussion_r673495978
##########
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:
Currently the client does `MAX_FE_THREADS * 2` executions of
`ParentFunction`. If I don't set `MAX_FE_THREADS` in the client, I get a swarm
of failures with that many functions. Should I directly reduce the number of
functions it executes, rather than computing from `MAX_FE_THREADS`?
--
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]