You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by dguy <gi...@git.apache.org> on 2017/01/12 18:04:44 UTC

[GitHub] kafka pull request #2359: KAFKA-3452: follow up - fix state store restoratio...

GitHub user dguy opened a pull request:

    https://github.com/apache/kafka/pull/2359

    KAFKA-3452: follow up - fix state store restoration for session and window stores

    The refactoring of the stores in https://github.com/apache/kafka/pull/2166 introduced `ChangeLoggingSegmentedBytesStore`, thus removing the change logging from the `RocksDBWindowStore` etc. However, the inner most store still needs to know whether or not logging is enabled such that it can register correctly with `ProcessorContext` and enable StateStore restoration

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

    $ git pull https://github.com/dguy/kafka hot-fix-store-logging

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

    https://github.com/apache/kafka/pull/2359.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 #2359
    
----
commit 0416c1dccf0b36d7614ccd58d478415176577cb3
Author: Damian Guy <da...@gmail.com>
Date:   2017-01-12T17:59:57Z

    fix changelogging in session and window stores

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] kafka pull request #2359: KAFKA-3452: follow up - fix state store restoratio...

Posted by dguy <gi...@git.apache.org>.
Github user dguy closed the pull request at:

    https://github.com/apache/kafka/pull/2359


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---