There is a way to run IB over TCP using SDP as an intermediate layer: https://docs.oracle.com/javase/tutorial/sdp/sockets/overview.html <https://docs.oracle.com/javase/tutorial/sdp/sockets/overview.html>
This will not require you to provide IB for Ignite’s communication SPI. However, you will loose some performance having SDP on top of IB. — Denis > On May 11, 2017, at 6:50 AM, Nikolai Tikhonov <[email protected]> wrote: > > Hi, > > Ignite doesn't support native Infiniband protocol. Ignite has pluggable > architecture and it possible to implement own CommunicationSpi which will > work over native IB protocol. Feel free to contribute! :) > > On Wed, May 10, 2017 at 5:24 PM, connie.woodward <[email protected] > <mailto:[email protected]>> wrote: > I see posts about people using IP over IB for inter-node communication, but > is it possible to use native IB protocols? (IB RDMA, etc.). I googled > around and saw that this was possible with Apache Spark, but what about for > Ignite? instructions? > > thanks > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/Using-Native-Infiniband-for-node-interconnect-tp12591.html > > <http://apache-ignite-users.70518.x6.nabble.com/Using-Native-Infiniband-for-node-interconnect-tp12591.html> > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >
