Hi Chathura,
I tested ucx by running terasort with more than 200 workers at victor in standalone mode.
Sometimes, it works, but most of the time, it throws an exception.
Following exception is thrown:
Caused by: org.openucx.jucx.UcxException: Destination is unreachable
at org.openucx.jucx.ucp.UcpListener.createUcpListener(Native Method)
at org.openucx.jucx.ucp.UcpListener.<init>(UcpListener.java:25)
at org.openucx.jucx.ucp.UcpWorker.newListener(UcpWorker.java:49)
at edu.iu.dsc.tws.comms.ucx.TWSUCXChannel.createUXCWorker(TWSUCXChannel.java:100)
at edu.iu.dsc.tws.comms.ucx.TWSUCXChannel.<init>(TWSUCXChannel.java:86)
... 13 more
I attached the logs.
Ahmet