GitHub user zuyu opened a pull request: https://github.com/apache/incubator-quickstep/pull/127
Use BlockLocator and DataExchangerAsync in the distributed tests. Assigned to @hbdeshmukh. Thanks. This goal of the distributed unit test is to simulate a distributed query execution engine that uses multiple separate execution sites (`Shiftboss`). In particular, this PR adds `BlockLocator` and `DataExchangerAsync`, to locate all the blocks, and fetch a remote block in an async manner. There will be some future PRs that make full use of these components. You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/incubator-quickstep dist-test Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-quickstep/pull/127.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 #127 ---- commit ba7333065d015aa7242867cc301a3cb60a42d76b Author: Zuyu Zhang <zu...@apache.org> Date: 2016-11-05T06:12:09Z Use BlockLocator and DataExchangerAsync in the distributed tests. ---- --- 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. ---