]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commit
Temporarily disable block-based filter when stress testing timestamp (#8703)
authorYanqin Jin <yanqin@fb.com>
Wed, 25 Aug 2021 02:03:58 +0000 (19:03 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Wed, 25 Aug 2021 02:04:58 +0000 (19:04 -0700)
commitd8eb824325e7c648ea9d576118621900db4579a6
tree6f595cbf2779c2283b92d789c5d6eb1097c0a5cf
parentf235f4b0a3236037905ef5fec2a28bbb74121770
Temporarily disable block-based filter when stress testing timestamp (#8703)

Summary:
Current implementation does not support user-defined timestamp when
block-based filter is used. Will implement the support in the future, or
wait to see if block-based filter can be deprecated and removed.

Pull Request resolved: https://github.com/facebook/rocksdb/pull/8703

Test Plan: make whitebox_crash_test_with_ts

Reviewed By: pdillinger

Differential Revision: D30528931

Pulled By: riversand963

fbshipit-source-id: 60dd74ee0a6194e69072069d8c4bd876f249f38d
tools/db_crashtest.py