You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@samza.apache.org by xinyuiscool <gi...@git.apache.org> on 2018/07/27 20:51:43 UTC

[GitHub] samza pull request #588: SAMZA-1768: Handle corrupted OFFSET file

GitHub user xinyuiscool opened a pull request:

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

    SAMZA-1768: Handle corrupted OFFSET file

    This patch addresses the following tickets:
    
    SAMZA-1778: SIGSEGV when reading properties (metrics) on a closed RocksDB store
    SAMZA-1777: Logged store OFFSET file write during flush should be atomic
    SAMZA-1768: Handle corrupted OFFSET file elegantly

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

    $ git pull https://github.com/xinyuiscool/samza SAMZA-1768

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

    https://github.com/apache/samza/pull/588.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 #588
    
----
commit 27e24e8238b39f0cf927d34fbada8f6e8d22e2c0
Author: xinyuiscool <xi...@...>
Date:   2018-07-26T18:14:45Z

    SAMZA-1768: Handle corrupted OFFSET file elegantly

commit 853f48ab9909fcad410f651d03f2f98507e6222d
Author: xinyuiscool <xi...@...>
Date:   2018-07-26T18:31:50Z

    Minor changes

----


---

[GitHub] samza pull request #588: SAMZA-1768: Handle corrupted OFFSET file

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

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


---