[
https://issues.apache.org/jira/browse/APEXCORE-494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15416583#comment-15416583
]
ASF GitHub Bot commented on APEXCORE-494:
-----------------------------------------
GitHub user tweise opened a pull request:
https://github.com/apache/apex-core/pull/365
APEXCORE-494 Fix scale up from single partition when partition remain…
…s unchanged.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tweise/apex-core APEXCORE-494
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/apex-core/pull/365.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 #365
----
commit 326cd04aab940bfac27d22fdedf1df69d6a43318
Author: Thomas Weise <[email protected]>
Date: 2016-08-11T05:11:56Z
APEXCORE-494 Fix scale up from single partition when partition remains
unchanged.
----
> Window id of downstream operator is not moving after dynamic partition of
> upstream operator.
> --------------------------------------------------------------------------------------------
>
> Key: APEXCORE-494
> URL: https://issues.apache.org/jira/browse/APEXCORE-494
> Project: Apache Apex Core
> Issue Type: Bug
> Reporter: Chaitanya
> Assignee: Chaitanya
> Attachments: PhysicalDAGAfterKafkaRepartition.png,
> PhysicalDAGBeforeKafkaRepartition.png,
> PhysicalOperatorAfterKafkaRepartition.png
>
>
> Created the following application to reproduce this issue.
> Application has the following DAG:
> KafkaSinglePortStringInputOperator(Input) -> ConsoleOutputOperator(Output)
>
> I launched the application with below configuration:
> Kafka topic created with single partition and replication factor as 1.
> Partition Strategy: ONE_TO_ONE
> Launched the application successfully. After some time, I increased the
> topic partitions to 2. After re-partition, the window of down stream operator
> is not moving. By looking into the app Physical DAG, it looks like there is
> an issue in construction of Physical DAG after re-partition.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)