You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/01/18 00:47:00 UTC

[jira] [Commented] (SAMZA-1560) Skip checkpoint validations for Key Serdes

    [ https://issues.apache.org/jira/browse/SAMZA-1560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16329775#comment-16329775 ] 

ASF GitHub Bot commented on SAMZA-1560:
---------------------------------------

GitHub user vjagadish1989 opened a pull request:

    https://github.com/apache/samza/pull/408

    SAMZA-1560: Handle key-serde errors in KafkaCheckpointManager

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/vjagadish1989/samza kcm-fix

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/samza/pull/408.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #408
    
----
commit 25ee459014fd4daec43013f76249217d5d849154
Author: Jagadish <jv...@...>
Date:   2018-01-17T23:58:49Z

    Skip checkpoint validations for Key Serdes

commit 2bbd9ef56e26ca207a78a1b5e4b5dc8527e4f670
Author: Jagadish <jv...@...>
Date:   2018-01-18T00:44:04Z

    Handle Serde errors in KafkaCheckpointManager with a validateCheckpoints flag

----


> Skip checkpoint validations for Key Serdes
> ------------------------------------------
>
>                 Key: SAMZA-1560
>                 URL: https://issues.apache.org/jira/browse/SAMZA-1560
>             Project: Samza
>          Issue Type: Bug
>            Reporter: Jagadish
>            Assignee: Jagadish
>            Priority: Major
>
> Currently, when "validateCheckpoints" is set to false, we ignore validation errors for the KafkaCheckpointManager. We should extend this behavior to also handle serialization errors in checkpointKeySerde



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)