[
https://issues.apache.org/jira/browse/APEXCORE-560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15591398#comment-15591398
]
ASF GitHub Bot commented on APEXCORE-560:
-----------------------------------------
GitHub user bhupeshchawda opened a pull request:
https://github.com/apache/apex-core/pull/413
APEXCORE-560: Fixed logical operator removal when all physical partit…
…ions are removed
Added unit test.
@tushargosavi Please review
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bhupeshchawda/apex-core
APEXCORE-560-remove-logical-operator
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/apex-core/pull/413.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 #413
----
commit 15d8460a9a21db661f3117171c674c95263bd1aa
Author: bhupeshchawda <[email protected]>
Date: 2016-10-20T09:42:04Z
APEXCORE-560: Fixed logical operator removal when all physical partitions
are removed
----
> Logical plan is not changed when all physical partitions of operator are
> removed from DAG
> -----------------------------------------------------------------------------------------
>
> Key: APEXCORE-560
> URL: https://issues.apache.org/jira/browse/APEXCORE-560
> Project: Apache Apex Core
> Issue Type: Bug
> Reporter: Bhupesh Chawda
>
> Throwing a ShutdownException() from an input operator removes them from the
> physical plan, but can still be seen in the logical plan. Ideally the
> corresponding logical operator must also be removed.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)