[
https://issues.apache.org/jira/browse/FLINK-3467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15157417#comment-15157417
]
ASF GitHub Bot commented on FLINK-3467:
---------------------------------------
GitHub user greghogan opened a pull request:
https://github.com/apache/flink/pull/1691
[FLINK-3467] Remove superfluous objects from DataSourceTask.invoke
This reverts the object reuse logic to that of commit e8734b24.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/greghogan/flink
3467_remove_superfluous_objects_from_datasourcetask_invoke
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/1691.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 #1691
----
commit 171e37e4518a6c0295e078f4499e4fa8d3a2724a
Author: Greg Hogan <[email protected]>
Date: 2016-02-22T16:21:40Z
[FLINK-3467] Remove superfluous objects from DataSourceTask.invoke
----
> Remove superfluous objects from DataSourceTask.invoke
> -----------------------------------------------------
>
> Key: FLINK-3467
> URL: https://issues.apache.org/jira/browse/FLINK-3467
> Project: Flink
> Issue Type: Improvement
> Components: Distributed Runtime
> Affects Versions: 1.0.0
> Reporter: Greg Hogan
> Assignee: Greg Hogan
> Priority: Minor
>
> In the object reuse case we cycle between three objects. This is a vestige of
> an earlier bug fix, but does not appear to solve any issue.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)