Skip to content

Commit

Permalink
Temporarily disable block-based filter when stress testing timestamp (f…
Browse files Browse the repository at this point in the history
…acebook#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: facebook#8703

Test Plan: make whitebox_crash_test_with_ts

Reviewed By: pdillinger

Differential Revision: D30528931

Pulled By: riversand963

fbshipit-source-id: 60dd74ee0a6194e69072069d8c4bd876f249f38d
  • Loading branch information
riversand963 authored and facebook-github-bot committed Aug 25, 2021
1 parent f235f4b commit d8eb824
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/db_crashtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ def is_direct_io_supported(dbname):
"use_blob_db": 0,
"enable_compaction_filter": 0,
"ingest_external_file_one_in": 0,
"use_block_based_filter": 0,
}

def finalize_and_sanitize(src_params):
Expand Down

0 comments on commit d8eb824

Please sign in to comment.