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 2018/05/10 02:18:38 UTC

[GitHub] samza pull request #513: Fixed test failure for TestRocksDbKeyValueStoreJava...

GitHub user prateekm opened a pull request:

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

    Fixed test failure for TestRocksDbKeyValueStoreJava#testIterate

    RocksDB Snapshots and any iterators obtained from them need to be closed before the store is closed. 
    
    Otherwise the process aborts with the following message (at least on OSX):
    `Assertion failed: (is_last_reference), function ~ColumnFamilyData, file db/column_family.cc, line 457.`


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

    $ git pull https://github.com/prateekm/samza rocksdb-test-fi

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

    https://github.com/apache/samza/pull/513.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 #513
    
----
commit 93fb295e684aa7cb2571cad663ba38377cd165ed
Author: Prateek Maheshwari <pm...@...>
Date:   2018-05-10T02:15:08Z

    Fixed test failure for TestRocksDbKeyValueStoreJava#testIterate

----


---

[GitHub] samza pull request #513: Fixed test failure for TestRocksDbKeyValueStoreJava...

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

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


---