Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: unknown command line flag'compaction_measure_io_stats' is reported in the universal_compaction test in the rocksdb database. #13202

Open
cs99999999 opened this issue Dec 10, 2024 · 0 comments

Comments

@cs99999999
Copy link

cs99999999 commented Dec 10, 2024

Expected behavior

The benchmark.sh script can execute the universal_compaction normally.

Actual behavior

When the benchmark.sh script is used to execute universal_compaction, the following error message is displayed:
ERROR: unknown command line flag 'compaction measure io stats'
grep: man_compact_fillrandom_1: No such file or directorye
grep: man_compact fillrandom_1: No such file or directorya
grep: man_compact fillrandom 1: No such file or directorya
grep: man_compact_fillrandom_1: No such file or directorya
failed

Steps to reproduce the behavior

Run the following command to reproduce the problem:
env WAL_DIR="/mnt/rocksdb/rocksdb/data/bulkload_db" DB_DIR="/mnt/rocksdb/rocksdb/data/bulkload_db" NUM_THREADS=32 NUM_KEYS=900000000 CACHE_SIZE=6442450944 COMPRESSION_TYPE=zstd DURATION=3600 numactl -C 0-31 --membind=0-3 tools/benchmark.sh universal_compaction

@cs99999999 cs99999999 changed the title rocksdb测universal_compaction报ERROR: unknown command line flag 'compaction_measure_io_stats' Error: unknown command line flag'compaction_measure_io_stats' is reported in the universal_compaction test in the rocksdb database. Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant