You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Lakshmi Manasa Gaduputi (Jira)" <ji...@apache.org> on 2022/04/15 21:52:00 UTC

[jira] [Updated] (SAMZA-2732) [Elasticity] Add elasticityFactor into the TaskName when elasticity is enabled

     [ https://issues.apache.org/jira/browse/SAMZA-2732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lakshmi Manasa Gaduputi updated SAMZA-2732:
-------------------------------------------
        Parent: SAMZA-2687
    Issue Type: Sub-task  (was: Improvement)

> [Elasticity] Add elasticityFactor into the TaskName when elasticity is enabled
> ------------------------------------------------------------------------------
>
>                 Key: SAMZA-2732
>                 URL: https://issues.apache.org/jira/browse/SAMZA-2732
>             Project: Samza
>          Issue Type: Sub-task
>            Reporter: Lakshmi Manasa Gaduputi
>            Assignee: Lakshmi Manasa Gaduputi
>            Priority: Major
>
> When elasticity is enabled, update the task name for 
> 1. GroupByPartition SSP grouper from "Partition 0 1" to "Partition 0_1_2" where 0 is the input partition, 1 is the keyBucket and 2 is the elasticity factor.
> 2. GroupBySystemStreamPartition SSP grouper from "SystemStreamPartition [systemA, streamB, 0, 1]" to "SystemStreamPartition [systemA, streamB, 0, 1]_2" where 0 is the input partition, 1 is the keyBucket and 2 is the elasticity factor.
> elasticity is not supported for other SSP groupers.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)