You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@samza.apache.org by prateekm <gi...@git.apache.org> on 2017/10/19 21:16:19 UTC

[GitHub] samza pull request #334: SAMZA-1464: Flushing a closed RocksDB store causes ...

GitHub user prateekm opened a pull request:

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

    SAMZA-1464: Flushing a closed RocksDB store causes SIGSEGVs

    Made RocksDB operations check if DB is still open to avoid segfaults.

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

    $ git pull https://github.com/prateekm/samza segfault-fix

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

    https://github.com/apache/samza/pull/334.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 #334
    
----
commit 56d8aea2ca1df5143d5744783b7dd13032b03c21
Author: Prateek Maheshwari <pm...@linkedin.com>
Date:   2017-10-19T21:08:53Z

    Added concurrent write perf test for KVStore.

commit a504e4b6675ef17a45312d5757c60a55f7fb883e
Author: Prateek Maheshwari <pm...@linkedin.com>
Date:   2017-10-19T21:12:08Z

    Made RocksDB operations check if DB is still open to avoid segfaults.

----


---

[GitHub] samza pull request #334: SAMZA-1464: Flushing a closed RocksDB store causes ...

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

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


---