Github user tweise commented on a diff in the pull request:

    https://github.com/apache/incubator-apex-core/pull/314#discussion_r60797952
  
    --- Diff: 
engine/src/main/java/com/datatorrent/stram/StreamingContainerManager.java ---
    @@ -2272,7 +2329,7 @@ public void deploy(Set<PTContainer> 
releaseContainers, Collection<PTOperator> un
             for (PTOperator oper : e.getValue()) {
               // operator will be deployed after it has been undeployed, if 
still referenced by the container
               if (oper.getState() != PTOperator.State.PENDING_UNDEPLOY) {
    -            oper.setState(PTOperator.State.PENDING_DEPLOY);
    +            oper.setState(PTOperator.State.PENDING_UNDEPLOY);
    --- End diff --
    
    Can you please check what happens in the initial for loop that sets all 
operators to UNDEPLOY? Why isn't the operator marked there?


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

Reply via email to