Github user ilooner commented on a diff in the pull request: https://github.com/apache/drill/pull/1119#discussion_r167338469 --- Diff: exec/java-exec/src/main/resources/drill-module.conf --- @@ -413,6 +413,7 @@ drill.exec.options: { # to start at least 2 partitions then HashAgg fallbacks to this case. It can be # enabled by setting this flag to true. By default it's set to false such that # query will fail if there is not enough memory + drill.exec.rpc.fragrunner.timeout: 30000, --- End diff -- Thanks for catching the ordering. I reduced the default to 10000.
---