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

Yi Pan (Data Infrastructure) updated SAMZA-864:
-----------------------------------------------
    Description: 
Today, if there is an incorrect number of partitions on the job's checkpoint 
topic, the job will fail right away. The topic should have 1 partition.

Unfortunately, there is no easy solution for this problem, since the number of 
partitions on the topic cannot be decreased (or topic cannot be deleted).

We should add a config that will allow just to issue a warning in this case and 
keep going. We also need to make sure the checkpoints are written to partition 
0 only.

  was:
Today, if there is an incorrect number of partitions on the job's checkpoint 
topic, the job will fail right away. The topic should have 0 partitions.

Unfortunately, there is no easy solution for this problem, since the number of 
partitions on the topic cannot be decreased (or topic cannot be deleted).

We should add a config that will allow just to issue a warning in this case and 
keep going. We also need to make sure the checkpoints are written to partition 
0 only.


> allow job not to fail in case of incorrect number of partitions on checkpoint 
> topic
> -----------------------------------------------------------------------------------
>
>                 Key: SAMZA-864
>                 URL: https://issues.apache.org/jira/browse/SAMZA-864
>             Project: Samza
>          Issue Type: Bug
>            Reporter: Boris Shkolnik
>            Assignee: Boris Shkolnik
>
> Today, if there is an incorrect number of partitions on the job's checkpoint 
> topic, the job will fail right away. The topic should have 1 partition.
> Unfortunately, there is no easy solution for this problem, since the number 
> of partitions on the topic cannot be decreased (or topic cannot be deleted).
> We should add a config that will allow just to issue a warning in this case 
> and keep going. We also need to make sure the checkpoints are written to 
> partition 0 only.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to