You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
changyubi
fec5c8deb8
Remove NUMA setting for benchmark-linux (#11180)
Summary:
benchmark-linux is failing on main branch after https://github.com/facebook/rocksdb/issues/11074 with the following error msg:
```
/usr/bin/time -f '%e %U %S' -o /tmp/benchmark-results/8.0.0/benchmark_overwriteandwait.t1.s0.log.time numactl --interleave=all timeout 1200 ./db_bench --benchmarks=overwrite,waitforcompaction,stats --use_existing_db=1 --sync=0 --level0_file_num_compaction_trigger=4 --level0_slowdown_writes_trigger=20 --level0_stop_writes_trigger=30 --max_background_jobs=4 --max_write_buffer_number=8 --undefok=use_blob_cache,use_shared_block_and_blob_cache,blob_cache_size,blob_cache_numshardbits,prepopulate_blob_cache,multiread_batched,cache_low_pri_pool_ratio,prepopulate_block_cache --db=/tmp/rocksdb-benchmark-datadir --wal_dir=/tmp/rocksdb-benchmark-datadir --num=20000000 --key_size=20 --value_size=400 --block_size=8192 --cache_size=10737418240 --cache_numshardbits=6 --compression_max_dict_bytes=0 --compression_ratio=0.5 --compression_type=none --bytes_per_sync=1048576 --cache_index_and_filter_blocks=1 --cache_high_pri_pool_ratio=0.5 --cache_low_pri_pool_ratio=0 --benchmark_write_rate_limit=0 --write_buffer_size=16777216 --target_file_size_base=16777216 --max_bytes_for_level_base=67108864 --verify_checksum=1 --delete_obsolete_files_period_micros=62914560 --max_bytes_for_level_multiplier=8 --statistics=0 --stats_per_interval=1 --stats_interval_seconds=20 --report_interval_seconds=1 --histogram=1 --memtablerep=skip_list --bloom_bits=10 --open_files=-1 --subcompactions=1 --compaction_style=0 --num_levels=8 --min_level_to_compress=3 --level_compaction_dynamic_level_bytes=true --pin_l0_filter_and_index_blocks_in_cache=1 --duration=600 --threads=1 --merge_operator="put" --seed=1675372532 --report_file=/tmp/benchmark-results/8.0.0/benchmark_overwriteandwait.t1.s0.log.r.csv 2>&1 | tee -a /tmp/benchmark-results/8.0.0/benchmark_overwriteandwait.t1.s0.log
/usr/bin/time: cannot run numactl: No such file or directory
```
This PR removes the newly added NUMA setting.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/11180
Test Plan: check next main branch run for benchmark-linux
Reviewed By: ajkr
Differential Revision: D42975930
Pulled By: cbi42
fbshipit-source-id: f084d39aeba9877c0752502e879c5e612b507653
|
2 years ago |
.. |
advisor
|
Fix lint issues after enable BLACK (#10717)
|
2 years ago |
block_cache_analyzer
|
Remove RocksDB LITE (#11147)
|
2 years ago |
dump
|
Remove RocksDB LITE (#11147)
|
2 years ago |
CMakeLists.txt
|
Mark dependencies as PRIVATE and fix missing dependencies in tools. (#6790)
|
5 years ago |
Dockerfile
|
adding docker build script and dockerfile
|
10 years ago |
analyze_txn_stress_test.sh
|
Add copyright headers per FB open-source checkup tool. (#5199)
|
6 years ago |
auto_sanity_test.sh
|
Add copyright headers per FB open-source checkup tool. (#5199)
|
6 years ago |
backup_db.sh
|
Revamp check_format_compatible.sh (#8012)
|
4 years ago |
benchmark.sh
|
Fix file modes (#10815)
|
2 years ago |
benchmark_ci.py
|
Remove NUMA setting for benchmark-linux (#11180)
|
2 years ago |
benchmark_compare.sh
|
Fix file modes (#10815)
|
2 years ago |
benchmark_leveldb.sh
|
Add copyright headers per FB open-source checkup tool. (#5199)
|
6 years ago |
blob_dump.cc
|
Remove RocksDB LITE (#11147)
|
2 years ago |
check_all_python.py
|
Enable BLACK for internal_repo_rocksdb (#10710)
|
2 years ago |
check_format_compatible.sh
|
Update HISTORY.md/version.h/format compatiblity test for 7.10 release (#11114)
|
2 years ago |
db_bench.cc
|
Add (& fix) some simple source code checks (#8821)
|
3 years ago |
db_bench_tool.cc
|
Remove RocksDB LITE (#11147)
|
2 years ago |
db_bench_tool_test.cc
|
Remove deprecated util functions in options_util.h (#11126)
|
2 years ago |
db_crashtest.py
|
Cleanup, improve, stress test LockWAL() (#11143)
|
2 years ago |
db_repl_stress.cc
|
Remove RocksDB LITE (#11147)
|
2 years ago |
db_sanity_test.cc
|
Remove RocksDB LITE (#11147)
|
2 years ago |
dbench_monitor
|
Fix /bin/bash shebangs
|
8 years ago |
generate_random_db.sh
|
Add copyright headers per FB open-source checkup tool. (#5199)
|
6 years ago |
ingest_external_sst.sh
|
Add copyright headers per FB open-source checkup tool. (#5199)
|
6 years ago |
io_tracer_parser.cc
|
Remove RocksDB LITE (#11147)
|
2 years ago |
io_tracer_parser_test.cc
|
Remove RocksDB LITE (#11147)
|
2 years ago |
io_tracer_parser_tool.cc
|
Remove RocksDB LITE (#11147)
|
2 years ago |
io_tracer_parser_tool.h
|
Remove RocksDB LITE (#11147)
|
2 years ago |
ldb.cc
|
Remove RocksDB LITE (#11147)
|
2 years ago |
ldb_cmd.cc
|
Remove RocksDB LITE (#11147)
|
2 years ago |
ldb_cmd_impl.h
|
Run clang format against files under tools/ and db_stress_tool/ (#10868)
|
2 years ago |
ldb_cmd_test.cc
|
Remove RocksDB LITE (#11147)
|
2 years ago |
ldb_test.py
|
Enable BLACK for internal_repo_rocksdb (#10710)
|
2 years ago |
ldb_tool.cc
|
Remove RocksDB LITE (#11147)
|
2 years ago |
pflag
|
Fix /bin/bash shebangs
|
8 years ago |
reduce_levels_test.cc
|
Remove RocksDB LITE (#11147)
|
2 years ago |
regression_test.sh
|
regression_test.sh: kill very old db_bench (and more) (#10441)
|
3 years ago |
restore_db.sh
|
Revamp check_format_compatible.sh (#8012)
|
4 years ago |
rocksdb_dump_test.sh
|
Add copyright headers per FB open-source checkup tool. (#5199)
|
6 years ago |
run_blob_bench.sh
|
Support prepopulating/warming the blob cache (#10298)
|
3 years ago |
run_flash_bench.sh
|
Add copyright headers per FB open-source checkup tool. (#5199)
|
6 years ago |
run_leveldb.sh
|
Add copyright headers per FB open-source checkup tool. (#5199)
|
6 years ago |
sample-dump.dmp
|
First version of rocksdb_dump and rocksdb_undump.
|
10 years ago |
simulated_hybrid_file_system.cc
|
Remove RocksDB LITE (#11147)
|
2 years ago |
simulated_hybrid_file_system.h
|
Remove RocksDB LITE (#11147)
|
2 years ago |
sst_dump.cc
|
Remove RocksDB LITE (#11147)
|
2 years ago |
sst_dump_test.cc
|
Remove RocksDB LITE (#11147)
|
2 years ago |
sst_dump_tool.cc
|
Remove RocksDB LITE (#11147)
|
2 years ago |
trace_analyzer.cc
|
Remove RocksDB LITE (#11147)
|
2 years ago |
trace_analyzer_test.cc
|
Remove RocksDB LITE (#11147)
|
2 years ago |
trace_analyzer_tool.cc
|
Remove RocksDB LITE (#11147)
|
2 years ago |
trace_analyzer_tool.h
|
Remove RocksDB LITE (#11147)
|
2 years ago |
verify_random_db.sh
|
Fix some bugs in verify_random_db.sh (#10112)
|
3 years ago |
write_external_sst.sh
|
Revamp check_format_compatible.sh (#8012)
|
4 years ago |
write_stress.cc
|
Remove RocksDB LITE (#11147)
|
2 years ago |
write_stress_runner.py
|
Enable BLACK for internal_repo_rocksdb (#10710)
|
2 years ago |