You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Ivan Veselovsky (JIRA)" <ji...@apache.org> on 2015/04/03 20:37:52 UTC

[jira] [Created] (IGNITE-679) shmem communication does not work if Ignite node and Hadoop client running on behalf of different users

Ivan Veselovsky created IGNITE-679:
--------------------------------------

             Summary: shmem communication does not work if Ignite node and Hadoop client running on behalf of different users
                 Key: IGNITE-679
                 URL: https://issues.apache.org/jira/browse/IGNITE-679
             Project: Ignite
          Issue Type: Bug
          Components: hadoop
    Affects Versions: sprint-3
            Reporter: Ivan Veselovsky
            Assignee: Ivan Veselovsky
             Fix For: sprint-3


problem is that shmem native library loader uses global file lock /tmp/igniteshmem.lock . Upon Ignite node start this lock is created by the Ignite service user ("ignite"). When client starts, it tries to get "rws" lock on this file, but fails because that file is typically not writable for the client user. This permanently prevents the client from loading the native shmem library, and, ans a consequence, shmem communication from working.



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