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 <pmaheshw@...>
Date: 2018-05-10T02:15:08Z
Fixed test failure for TestRocksDbKeyValueStoreJava#testIterate
----
---