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
I have builed rundb and rundl using makefile. When I try to run rundb, an assert cnt == g_total_node_cnt failed because cnt is the number of lines of ifconfig.txt file, but I don't know what is the content of the needed ifconfig.txt. I assume it isn't the output of ifconfig command.
The text was updated successfully, but these errors were encountered:
I have builed rundb and rundl using makefile. When I try to run rundb, an assert cnt == g_total_node_cnt failed because cnt is the number of lines of ifconfig.txt file, but I don't know what is the content of the needed ifconfig.txt. I assume it isn't the output of ifconfig command.
The host address you own for each action in ifconfig.txt
Suppose you enter three lines representing three hosts,
You can set the first two as servers (databases) and the last as clients (load query generation).
First you have to set NODE_CNT to 2 and CLIENT_NODE_CNT to 1 in config.h
Then at runtime, the first host needs to run the command: ./rundb-nid0
The second host is ./rundb-nid1
The third host is ./runcl-nid2 (The client must be opened last).
I have builed rundb and rundl using makefile. When I try to run rundb, an assert cnt == g_total_node_cnt failed because cnt is the number of lines of ifconfig.txt file, but I don't know what is the content of the needed ifconfig.txt. I assume it isn't the output of ifconfig command.
The text was updated successfully, but these errors were encountered: