GitHub user sohami opened a pull request: https://github.com/apache/drill/pull/919
Drill 5721 You can merge this pull request into a Git repository by running: $ git pull https://github.com/sohami/drill DRILL-5721 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/drill/pull/919.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #919 ---- commit 64f85c893020da5fda12fb27635321326dfb544f Author: Sorabh Hamirwasia <shamirwa...@maprtech.com> Date: 2017-08-17T23:48:37Z DRILL-5721: Refactor for FragmentManager, setupRootFragment and startNewFragment commit 7a004688510862e73785ba275e6173fcd4dba344 Author: Sorabh Hamirwasia <shamirwa...@maprtech.com> Date: 2017-08-18T22:00:10Z DRILL-5721: Query with only root fragment and no non-root fragment hangs when Drillbit to Drillbit Control Connection has network issues Note: To resolve the issue all the fragments including root fragment which are assigned to be executed on Foreman node are scheduled locally and not sent over Control Tunnel. Also the FragmentStatusReporter is updated to sent the status update locally by fragments running on Foreman node. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---