[GitHub] flink pull request #2599: [FLINK-4746] Make TaskManagerRuntimeInfo an interf...

2016-10-12 Thread tillrohrmann
Github user tillrohrmann closed the pull request at:

https://github.com/apache/flink/pull/2599


---
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.
---


[GitHub] flink pull request #2599: [FLINK-4746] Make TaskManagerRuntimeInfo an interf...

2016-10-05 Thread tillrohrmann
GitHub user tillrohrmann opened a pull request:

https://github.com/apache/flink/pull/2599

[FLINK-4746] Make TaskManagerRuntimeInfo an interface

This PR is based on #2594.

Let the `TaskManagerConfiguration` implement the `TaskManagerRuntimeInfo` 
interface to make some of the TaskManager's configuration values accessible 
from different components.

This change makes the `TaskManager` easier to test because we don't create 
an additional `TaskManagerRuntimeInfo` which would depend on the 
`TaskManagerConfiguration`. Furthermore, we avoid to store duplicate 
information.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/tillrohrmann/flink taskManagerConfiguration

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/flink/pull/2599.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 #2599


commit a7703f8a7aad94632019cb2d026073bd92be9cf3
Author: Till Rohrmann 
Date:   2016-09-28T12:39:51Z

[FLINK-4738] [TaskManager] Port TaskManager logic to new Flip-6 TaskManager

The ported logic contains the task lifecycle management methods, JobManager 
association and
setup of TaskManager components.

Introduce Rpc implementations for TaskManager components

Implement metrics setup

Move more TaskManager components out of the constructor to make 
TaskExecutor more testable

commit e9b504d2aaea79c40a2b04c9ba274807f2678b7a
Author: Till Rohrmann 
Date:   2016-10-05T12:47:24Z

[FLINK-4746] Make TaskManagerRuntimeInfo an interface

Let the TaskManagerConfiguration implement the 
TaskManagerRuntimeInformation to make some of
the TaskManager's configuration values accessible from different components.




---
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.
---