You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: