GitHub user zuyu opened 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 44674ebbd1a319550dcd8cd8d0a5bf2198bbdd81
Author: Zuyu Zhang <[email protected]>
Date: 2016-11-18T20:20:12Z
Refactored PolicyEnforcerBase::decrementNumQueuedWorkOrders.
commit 21d8b838dc514c4b745eec9322ef2ccb3b2f4a9e
Author: Zuyu Zhang <[email protected]>
Date: 2016-11-13T06:31:42Z
Used multiple Shiftbosses in the distributed unit tests.
commit 9d64a99a43f9732ea123b00c09a634f2add1ef64
Author: Zuyu Zhang <[email protected]>
Date: 2016-11-14T04:20:56Z
Scheduled HashJoinWorkOrder on the same Shiftboss of BuildHashWorkOrder.
commit 71d42d8ef290d1e4752b559a2823aa2dd59c2a46
Author: Zuyu Zhang <[email protected]>
Date: 2016-11-17T20:01:26Z
Scheduled FinalizeAggr / DestroyAggr WorkOrder on the same Shiftboss of
AggrWorkOrder.
commit e44d2545ae9434fffb604578aabc3a107f257203
Author: Zuyu Zhang <[email protected]>
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 [email protected] or file a JIRA ticket
with INFRA.
---