Paper #15

Paper #15

Neutrino: Efficient InfiniBand Access for Java Applications

Filip Krakowski, Fabian Ruhland and Michael Schöttner 
Department Operating Systems, Heinrich Heine University, Düsseldorf, Germany {filip.krakowski,fabian.ruhland,michael.schoettner} @ hhu de

Abstract: Fast networks like InfiniBand are important for large-scale applications and big data analytics. Current InfiniBand hardware offers bandwidths of up to 200 Gbit/s with latencies of less than two microseconds. While it is mainly used in high performance computing, there are also some applications in the field of big data analytics. In addition, some cloud providers are offering instances equipped with InfiniBand hardware. Many big data applications and frameworks are written using the Java programming language, but the Java Development Kit does not provide native support for InfiniBand. To this end we propose neutrino, a network library providing comfortable and efficient access to InfiniBand hardware in Java as well as epoll based multithreaded connection management. Neutrino supports InfiniBand message passing as well as remote direct memory access, is implemented using the Java Native Interface, and can be used with any Java Virtual Machine. It also provides access to native C structures via a specially developed proxy system, which in turn enables the developer to leverage the InfiniBand hardware’s full functionality. Our experiments show that efficient access to InfiniBand hardware from within a Java Virtual Machine is possible while fully utilizing the available bandwidth.

Keywords: InfiniBand, Java Native Interface, Remote Direct Memory Access