[GitHub] flink pull request #2846: [FLINK-5112] [ExecutionGraph] Remove unused accumu...

2016-11-27 Thread asfgit
Github user asfgit closed the pull request at:

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


---
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 #2846: [FLINK-5112] [ExecutionGraph] Remove unused accumu...

2016-11-21 Thread tillrohrmann
GitHub user tillrohrmann opened a pull request:

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

[FLINK-5112] [ExecutionGraph] Remove unused accumulator aggregation code 
from ArchivedExecutionJobVertex

The ArchivedExecutionJobVertex calculated for its ExecutionVertices the 
aggregated accumulator
value. However, the result was nowhere stored. This indicates that this 
code is no longer used
and can be removed.

Review @zentol.

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

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

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

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


commit 8d5fc2f91dfa8dd706cc4e7e9a934910bde23543
Author: Till Rohrmann 
Date:   2016-11-21T14:57:06Z

[FLINK-5112] [ExecutionGraph] Remove unused accumulator aggregation code 
from ArchivedExecutionJobVertex

The ArchivedExecutionJobVertex calculated for its ExecutionVertices the 
aggregated accumulator
value. However, the result was nowhere stored. This indicates that this 
code is no longer used
and can be removed.




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