You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexey Goncharuk (JIRA)" <ji...@apache.org> on 2015/08/13 22:32:45 UTC

[jira] [Commented] (IGNITE-854) Make Ignite File System mountable on Linux via Fuse.

    [ https://issues.apache.org/jira/browse/IGNITE-854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14695889#comment-14695889 ] 

Alexey Goncharuk commented on IGNITE-854:
-----------------------------------------

FUSE exposes two sets of APIs [1]
 - High-level API works with paths and is very easy to integrate with IGFS API, however some of the users reported stability and performance issues of high-level API
 - Low-level API works with kernel inodes and implementation will need to translate between inodes and IGFS paths. 

We need to carefully investigate the performance overhead of high-level API and implementation effort required to implement low-level integration and make a decision what approach to use.

[1] http://sourceforge.net/p/fuse/mailman/message/31925484/

> Make Ignite File System mountable on Linux via Fuse. 
> -----------------------------------------------------
>
>                 Key: IGNITE-854
>                 URL: https://issues.apache.org/jira/browse/IGNITE-854
>             Project: Ignite
>          Issue Type: New Feature
>          Components: general
>    Affects Versions: sprint-2
>            Reporter: Nikita Ivanov
>            Assignee: Alexey Goncharuk
>
> See http://fuse.sourceforge.net/ for more details on making user-space file sytem mountable on Linux.
> Specifically, Java bindings: http://fuse-j.sourceforge.net/



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)