-
Notifications
You must be signed in to change notification settings - Fork 26
Description
Hi,
I am running Fasst on Cloudlab apt cluster with 3 machines ( specs-> ubuntu 18.04 LTS, MLNX_OFED_LINUX-5.0-2.1.8.0, mlx4_0 , gcc 7.5.0, boost 1.6). I changed the configuration to run with a single port as mentioned in the top read me file. I am particularly running rpc_test program with 14 worker threads in each machine. my rpc_test.json file looks something like this.
{"num_coro": 21, "base_port_index": 0, "num_ports": 1, "num_qps": 1, "postlist": 16, "numa_node": 0, "num_machines": 3, "workers_per_machine": 14, "req_batch_size": 1, "size_req": 32, "size_resp": 32}
I am getting this following assertion failed error when connecting the third/last machine (i.e. when running ./run-servers.sh 2)
main: /usr/local/include/boost/coroutine/standard_stack_allocator.hpp:39: void boost::coroutines::basic_standard_stack_allocator::allocate(boost::coroutines::stack_context&, std::size_t) [with traitsT = boost::coroutines::stack_traits; std::size_t = long unsigned int]: Assertion `traits_type::minimum_size() <= size' failed.
I would greatly appreciate any help. thanks.