JAS: JVM-Based Active Storage Framework for Object-based Storage Systems

Xiangyu Li,Shuibing He,Xianbin Xu,Yang Wang
DOI: https://doi.org/10.14257/ijdta.2016.9.7.11
2016-01-01
International Journal of Database Theory and Application
Abstract:We propose JAS, a JVM-based active storage framework for object-based storage systems. JAS programs the active storage functions of users as Java codes, and allows them to be executed on different OSD platforms (Operating systems and hardware) without recompiling. JAS offloads the active storage code from a client to the OSD by extending the standard OSD command set, and execute the Java code on the OSD ondemand by triggering them through extended client interfaces. We have implemented JAS under an object-based storage system. Experimental results show that the JVM-based active storage framework has been successfully set up, and this cross-platform design can largely improve system performance.
What problem does this paper attempt to address?