On Mon, Apr 01, 2019 at 11:46:44PM +0000, Hefty, Sean wrote: > An issue showed up when integrating rsockets into Java: the behavior > of the socket poll() call differs from the RDMA poll() operation. > Specifically, socket poll() releases all waiting threads, where the > RDMA stack releases one. For example, see wake_up_interruptible() > when writing a CQ event here: This is just a bug, it should be fixed. Jason