You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@quickstep.apache.org by zuyu <gi...@git.apache.org> on 2016/05/29 05:58:43 UTC

[GitHub] incubator-quickstep pull request: Added Async DataExchange Service...

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 <zz...@pivotal.io>
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-quickstep pull request: Added Async DataExchange Service...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-quickstep/pull/4


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---