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 <pmahe...@linkedin.com> Date: 2017-10-19T21:08:53Z Added concurrent write perf test for KVStore. commit a504e4b6675ef17a45312d5757c60a55f7fb883e Author: Prateek Maheshwari <pmahe...@linkedin.com> Date: 2017-10-19T21:12:08Z Made RocksDB operations check if DB is still open to avoid segfaults. ---- ---