Github user amansinha100 commented on a diff in the pull request:
https://github.com/apache/drill/pull/1117#discussion_r167441485
--- Diff:
exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/FragmentsRunner.java
---
@@ -61,7 +61,7 @@
private static final org.slf4j.Logger logger =
org.slf4j.LoggerFactory.getLogger(FragmentsRunner.class);
private static final ControlsInjector injector =
ControlsInjectorFactory.getInjector(FragmentsRunner.class);
- private static final long RPC_WAIT_IN_MSECS_PER_FRAGMENT = 5000;
+ private static final long RPC_WAIT_IN_MSECS_PER_FRAGMENT = 30000;
--- End diff --
Not sure why this and the memory settings changes are in this PR..they are
unrelated to DRILL-6089.
---