GitHub user zuyu reopened a pull request: https://github.com/apache/incubator-quickstep/pull/142
Distributed Multi-shiftboss Query Execution Unit Test Do not merge until #137 is in. This PR allows the distributed unit test to use multi-Shiftboss so that it simulates the full-functional distributed query execution engine. Note that this naive `WorkOrder` scheduling implementation uses a simple round-robin manner. You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/incubator-quickstep multi-shiftboss-test Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-quickstep/pull/142.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 #142 ---- commit 76cf1897ab795caa3034800cbc67a312d6ceac22 Author: Zuyu Zhang <zu...@apache.org> Date: 2016-11-13T06:31:42Z Used multiple Shiftbosses in the distributed unit tests. commit 4d935f40bbe7a913c84eadfdaa6a63ceaf55b34d Author: Zuyu Zhang <zu...@apache.org> Date: 2016-11-14T04:20:56Z Scheduled HashJoinWorkOrder on the same Shiftboss of BuildHashWorkOrder. commit a98e4a147781ea883daeb8c6223b60ce0f839a26 Author: Zuyu Zhang <zu...@apache.org> Date: 2016-11-17T20:01:26Z Scheduled FinalizeAggr / DestroyAggr WorkOrder on the same Shiftboss of AggrWorkOrder. commit d2862e5783b5af3c096db3872a6820fcf08c23c5 Author: Zuyu Zhang <zu...@apache.org> Date: 2016-11-17T23:10:03Z A better debug log for worker. ---- --- 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. ---