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 2021/09/15 23:21:00 UTC

[jira] [Updated] (SAMZA-2688) Elasticity: introduce configs and sub-partition concept

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

Lakshmi Manasa Gaduputi updated SAMZA-2688:
-------------------------------------------
    Description: 
Introduce config: task.elasticity.factor which defaults to 1. If elasticity factor = 1 then each task consumes the whole input SSP. If elasticity factor = X, then each task is split into X elastic tasks and each elastic task consumes 1/X th of the input SSP. Each of the 1/X th of the input SSP is referred to as the sub-SSP.

Additionally, introduce sub-SSP concept as SystemStreamParitionKeyHash where each SSP has X KeyHashes.

  was:
Introduce config: task.elasticity.factor which defaults to 1. If elasticity factor = 1 then each task consumes the whole input SSP. If elasticity factor = X, then each task is split into X virtual tasks and each virtual task consumes 1/X th of the input SSP. Each of the 1/X th of the input SSP is referred to as the sub-SSP.

Additionally, introduce sub-SSP concept as SystemStreamParitionKeyHash where each SSP has X KeyHashes.


> Elasticity: introduce configs and sub-partition concept
> -------------------------------------------------------
>
>                 Key: SAMZA-2688
>                 URL: https://issues.apache.org/jira/browse/SAMZA-2688
>             Project: Samza
>          Issue Type: Sub-task
>            Reporter: Lakshmi Manasa Gaduputi
>            Assignee: Lakshmi Manasa Gaduputi
>            Priority: Major
>
> Introduce config: task.elasticity.factor which defaults to 1. If elasticity factor = 1 then each task consumes the whole input SSP. If elasticity factor = X, then each task is split into X elastic tasks and each elastic task consumes 1/X th of the input SSP. Each of the 1/X th of the input SSP is referred to as the sub-SSP.
> Additionally, introduce sub-SSP concept as SystemStreamParitionKeyHash where each SSP has X KeyHashes.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)