You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apex.apache.org by tushargosavi <gi...@git.apache.org> on 2016/08/05 06:14:37 UTC

[GitHub] apex-malhar pull request #351: APEXMALHAR-2169 Fixed the issue of dynamic pa...

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

    https://github.com/apache/apex-malhar/pull/351#discussion_r73646280
  
    --- Diff: contrib/src/main/java/com/datatorrent/contrib/kafka/AbstractKafkaInputOperator.java ---
    @@ -628,6 +630,11 @@ else if (newWaitingPartition.size() != 0) {
               }
             }
     
    +        if (kPIntakeRate.size() == 0) {
    --- End diff --
    
    add a comment for this condition.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---