[
https://issues.apache.org/jira/browse/SAMZA-864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Boris Shkolnik updated SAMZA-864:
---------------------------------
Attachment: rb43053-1.patch
Found the problem. I tested it by running one test at a time. Turns out the
checkpoint topics are created once for ALL the tests.
Fixed it and found another small existing bug and fixed it too.
I've also updated the documentation.
> 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
> Attachments: patch, rb43053-1.patch, rb43053.patch
>
>
> 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)