wxdwfc
wxdwfc
Hi , According to > [rnic.hpp:60] query port_id 1 on device 1 not active. > It seems that the device on your machine is not active. Could you please check...
Hi, Thanks for sending me more information. According to the results of `ibstatus`, the port 1 on the NIC is not available. To specific which port used by each thread,...
Hi, I think you understand correctly. It’s strange that using the first device not address the issue, because I’ve not met the same issue before. I’m sorry I could not...
Hi, Thanks for trying ROCC ! Basically, ROCC is guaranteed to work correctly, if the condition is satisfied. I think the main problem is that: RWorker assumes each machine has...
> one RWorker's qp only connects to the corresponding qp of the same RWorker (i.e., the same worker id) in the cluster for all machines? > Yes, in default RWorker,...
Hi, can you use GDB to check where does the actual segmentation fault happen?
Thanks for your information. This function will register a callback to the client's RDMA connection request, but it seems unclear to me where the detailed segmentation fault happens. Could you...
Hi, thanks for your feedback! It appears that the region memory has been corrupted. I noticed that one thing seems to be the problem, due to the memory configuration: ```...
It's quite strange. From the gdb information, it seems that the memory of global region manager in server/main.cc is corrupted, which I have never met before. ``` static RegionManager rm((char*)alloc_huge_page(global_mem_sz,...
Hi I'm quite busy these days and will checkout these issues later in this week.