facebook / rocksdb

A library that provides an embeddable, persistent key-value store for fast storage.
http://rocksdb.org
GNU General Public License v2.0
27.9k stars 6.21k forks source link

Disable iterator refresh for CoalescingIterator in TestIterateAgainstExpected #12723

Closed ltamasi closed 1 month ago

ltamasi commented 1 month ago

Summary: CoalescingIterator doesn't support Refresh currently; the patch adds a check that was missing from https://github.com/facebook/rocksdb/pull/12721 to disable this operation when multi-CF iterators are in use in the stress test.

Differential Revision: D58053334

facebook-github-bot commented 1 month ago

This pull request was exported from Phabricator. Differential Revision: D58053334

facebook-github-bot commented 1 month ago

This pull request was exported from Phabricator. Differential Revision: D58053334

facebook-github-bot commented 1 month ago

This pull request has been merged in facebook/rocksdb@023a8084173d5c0664c8afafb8634b8b750aca9b.