GitHub user StephanEwen opened a pull request:
https://github.com/apache/incubator-flink/pull/193
[FLINK-1323] implementation that uses callbacks on completed write
requests. Refactor I/O Manager Readers and Writers to interfaces, ...
- add
- This change also allows for a very simple way of plugging in a
synchronous version of the I/O manager.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/StephanEwen/incubator-flink ioMan
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-flink/pull/193.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 #193
----
commit 51801de74ed2d024fd5643b7e79c5e0de4b5d513
Author: Stephan Ewen <[email protected]>
Date: 2014-11-07T17:45:19Z
[FLINK-1323] Refactor I/O Manager Readers and Writers to interfaces, add
implementation that uses callbacks on completed write requests.
- This change also allows for a very simple way of plugging in a
synchronous version of the I/O manager.
----
---
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.
---