You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "David Sargrad (JIRA)" <ji...@apache.org> on 2019/06/03 16:05:00 UTC

[jira] [Created] (NIFI-6343) nifi-ignite-processors fails to build because /tmp/ignite was owned by another

David Sargrad created NIFI-6343:
-----------------------------------

             Summary: nifi-ignite-processors fails to build because /tmp/ignite was owned by another
                 Key: NIFI-6343
                 URL: https://issues.apache.org/jira/browse/NIFI-6343
             Project: Apache NiFi
          Issue Type: Bug
         Environment: centos 7
java-1.8.0-openjdk-1.8.0.191.b12-1.el7_6.x86_64
            Reporter: David Sargrad
         Attachments: image-2019-06-03-11-57-12-907.png, image-2019-06-03-11-58-15-523.png, image-2019-06-03-12-00-44-650.png, image-2019-06-03-12-01-35-030.png, image-2019-06-03-12-02-59-709.png, image-2019-06-03-12-04-06-699.png

The nifi build fails again and again on nifi-ignite-processors. It seems to build everything else successfully. 

 

 

  !image-2019-06-03-12-04-06-699.png!

 

 

 

It turns out that the test case attempts to write to /tmp/ignite.

 

!image-2019-06-03-12-02-59-709.png!

 

 

 

However if another user on the same computer ran a past build of nifi, then that /tmp/ignite directory is not writable (nor is it cleaned up). It would seem that such test cases should not write in a /tmp directory that is shared.

 

 

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)