Github user sachingoel0101 commented on the pull request:
https://github.com/apache/flink/pull/1026#issuecomment-131853677
I have implemented a `TaskRuntimeInfo` which holds descriptive information
about the task, such as name, index, parallelism, etc. Also renamed the
`TaskManagerRuntimeInfo` to `TaskManagerContext` and included the `IOManager`,
`MemoryManager` and `NetworkEnvironment`.
The `RuntimeContext`s now use these two fields in their constructor.
Further, for minimizing number of changes while modifying the
`RuntimeContext`s in future, I have also modified the test classes to use a
*create runtime* utility function.
Waiting for travis to give the green light for now.
---
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.
---