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/07/16 03:05:00 UTC

[jira] [Created] (SAMZA-2664) Checkpoint validation enabled needs to be false forever if grouper factory was changed.

Lakshmi Manasa Gaduputi created SAMZA-2664:
----------------------------------------------

             Summary: Checkpoint validation enabled needs to be false forever if grouper factory was changed.
                 Key: SAMZA-2664
                 URL: https://issues.apache.org/jira/browse/SAMZA-2664
             Project: Samza
          Issue Type: Bug
            Reporter: Lakshmi Manasa Gaduputi
            Assignee: Lakshmi Manasa Gaduputi


TO change the grouper factory of the job, checkpoint validation should be disabled (using the config = ). This ensures the new checkpoints can be written with the new factory and job can use the new checkpoints. However, since the factory is part of the checkpoint key, the older checkpoints are never cleaned up. This leads to job reading those old checkpoints on every deploy and failing checkpoint validation. to get job running, checkpoint validation needs to be disabled forever.

 

one solution is to clean out the older checkpoints when validation fails due to grouper factory.



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