distributed-join
distributed-join copied to clipboard
Coordinate buffer communicator and default UCX communicator
- Currently
UCXCommunicatoruses different communication tag design thanUCXBufferCommunicator. We should make them in line with each other. - Currently when there's no comm buffer available in the buffer queue,
UCXBufferCommunicatorwill fail. A better design would give a warning and fall back toUCXCommunicator.