GitHub user zuyu opened a pull request:
https://github.com/apache/incubator-quickstep/pull/4
Added Async DataExchange Service.
This PR added the async data exchange service, covered by a new unittest
`DataExchange_unittest`.
With the help of `BlockLocator`, a `Worker` that consists of a
`StorageManager` and `DataExchangerAsync` could exchange a block or blob with
another `Worker`. More specifically, a `StorageManager` could pull a block or
blob from other `DataExchangerAsync`s.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/incubator-quickstep async-dex
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-quickstep/pull/4.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 #4
----
commit 492ffa1e868d489d81bb1489ad8605f962d312ed
Author: Zuyu Zhang <[email protected]>
Date: 2016-05-29T05:55:05Z
Added Async DataExchange Service.
----
---
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.
---