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
我使用3个节点,1个master两个slave节点。做好配置后,启动master上的obscmdbench进程。两个slave能够看到在做任务,但是master收集不到slave的结果,报错如下:
All threads started...
Close old connections
Start to collect data from slaves...
Traceback (most recent call last):
File "./run.py", line 4287, in
run_in_distributed_mode(Mode.DISTRIBUTED)
File "./run.py", line 3956, in run_in_distributed_mode
tps_list.append(float(Util.generate_response(tps)))
ValueError: could not convert string to float: ls: 无法访问result/*_brief.txt: 没有那个文件或目录
The text was updated successfully, but these errors were encountered:
我使用3个节点,1个master两个slave节点。做好配置后,启动master上的obscmdbench进程。两个slave能够看到在做任务,但是master收集不到slave的结果,报错如下:
All threads started...
Close old connections
Start to collect data from slaves...
Traceback (most recent call last):
File "./run.py", line 4287, in
run_in_distributed_mode(Mode.DISTRIBUTED)
File "./run.py", line 3956, in run_in_distributed_mode
tps_list.append(float(Util.generate_response(tps)))
ValueError: could not convert string to float: ls: 无法访问result/*_brief.txt: 没有那个文件或目录
The text was updated successfully, but these errors were encountered: