-
Notifications
You must be signed in to change notification settings - Fork 27
About running workload YCSB-A/B/E #8
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 ag 8000 ree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi I'm quite busy these days and will checkout these issues later in this week. |
Thanks for your reply. I have run YCSB-A/B successfully with the same commands in YCSB-C scripts. Now the only problem existed is about YCSB-E. |
Hi, for how to run YCSB-E, you can check our scripts in
|
Hi, I have checked the script for YCSB-E and I just followed the commands in it. |
Uh oh!
There was an error while loading. Please reload this page.
I setup the system and run workload YCSB-C/D successfully.
But when I tried to reproduce the YCSB-A/B/E results with the command from ./ae_scripts, it didn't work well.
For YCSB-A/B:
./fserver -db_type ycsb --id 0 -ycsb_num=1000000 --no_train=false --step=2 --model_config=ae_scripts/ycsb-model.toml --threads 1
./ycsb -workloads ycsba -server_host 192.168.0.4 --id 1 -total_accts=1000000 -eval_type=sc --threads 1 -need_hash=false --cache_sz_m=327680 --eval_type=sc --concurrency=1 --undefok=concurrency,workloads,eval_type,total_accts,server_host,cache_sz_m,need_hash
All logs that ./ycsb print show below. It print nothing after the last log in [clients.hpp:304].
[mem_region.hpp:68] region manager alloc memory: 0x7f7576dff010
[allocator_master.hpp:50] allocator master register memory: 2147483648
[allocator_master.hpp:43] AllocatorMaster<0> inited multiple times
[main.cc:121] 192.168.0.48888
[main.cc:132] starting threads, using workload: ycsba
[controler.hpp:28] controler main loop starts
[rdma_ctrl.hpp:110] rdma ctrl started!
[lib.hpp:43] fetch mr done
[lib.hpp:50] create ud done
[controler.hpp:118] controler start listening
[clients.hpp:304] update second layer done using : 406277 msec
For YCSB-E:
./fserver --id 0 -db_type dummy -ycsb_num 1000000 --model_config=ae_scripts/ycsb-dynamic-model.toml --threads 1
./micro -server_host 192.168.0.4 -id 1 -total_accts=1000000 --force_rpc=false --workloads=dynamic_scan --threads=1 --concurrency=1 --undefok=concurrency,force_rpc,threads,workloads,total_accts
All logs that ./micro print show below.
[mem_region.hpp:68] region manager alloc memory: 0x7fe7231ff010
[allocator_master.hpp:50] allocator master register memory: 2147483648
[allocator_master.hpp:43] AllocatorMaster<0> inited multiple times
[dynamic_scan.hpp:27] client use dynamic changing workloads, V2
[main.cc:295] starting 1 threads, using workload: dynamic_scan
[main.cc:299] all threads start done
[controler.hpp:28] micro controler main loop starts
[rdma_ctrl.hpp:110] rdma ctrl started!
[controler.hpp:40] memory regsiter done 75
[lib.hpp:43] fetch mr done
[lib.hpp:50] create ud done
[controler.hpp:47] controler adapter done
[controler.hpp:143] Micro controler starts.
[dynamic_scan.hpp:478] start to bootstrap xcache!!!!!!!!!!!!!!!!!!
[single_op.hpp:129] poll till completion error: 12 transport retry counter exceeded
[seralize.hh:211] page entries: 0
[seralize.hh:212] Assertion! seq: 0 0
Aborted (core dumped)
Did I run ./ycsb or ./micro with the right commands? What should I do to run YCSB-A/B/E?
The text was updated successfully, but these errors were encountered: