You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Michael Semb Wever (Jira)" <ji...@apache.org> on 2020/06/14 08:48:00 UTC

[jira] [Updated] (CASSANDRA-14508) Jenkins Slave doesn't have permission to write to /tmp/ directory

     [ https://issues.apache.org/jira/browse/CASSANDRA-14508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Semb Wever updated CASSANDRA-14508:
-------------------------------------------
    Resolution: Won't Fix
        Status: Resolved  (was: Open)

This got fixed in CASSANDRA-15777

> Jenkins Slave doesn't have permission to write to /tmp/ directory
> -----------------------------------------------------------------
>
>                 Key: CASSANDRA-14508
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14508
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Build, CI
>            Reporter: Jay Zhuang
>            Priority: Normal
>              Labels: CI
>
> Which is causing uTest failed, e.g.:
> https://builds.apache.org/view/A-D/view/Cassandra/job/Cassandra-trunk-test/lastCompletedBuild/testReport/org.apache.cassandra.streaming.compression/CompressedInputStreamTest/testCompressedReadUncompressedChunks/
> h3. Error Message
> {noformat}
> java.nio.file.AccessDeniedException: /tmp/na-1-big-Data.db
> {noformat}
> h3. Stacktrace
> {noformat}
> java.lang.RuntimeException: java.nio.file.AccessDeniedException: /tmp/na-1-big-Data.db at org.apache.cassandra.io.util.SequentialWriter.openChannel(SequentialWriter.java:119) at org.apache.cassandra.io.util.SequentialWriter.<init>(SequentialWriter.java:141) at org.apache.cassandra.io.compress.CompressedSequentialWriter.<init>(CompressedSequentialWriter.java:82) at org.apache.cassandra.streaming.compression.CompressedInputStreamTest.testCompressedReadWith(CompressedInputStreamTest.java:118) at org.apache.cassandra.streaming.compression.CompressedInputStreamTest.testCompressedReadUncompressedChunks(CompressedInputStreamTest.java:83) Caused by: java.nio.file.AccessDeniedException: /tmp/na-1-big-Data.db at sun.nio.fs.UnixException.translateToIOException(UnixException.java:84) at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) at sun.nio.fs.UnixFileSystemProvider.newFileChannel(UnixFileSystemProvider.java:177) at java.nio.channels.FileChannel.open(FileChannel.java:287) at java.nio.channels.FileChannel.open(FileChannel.java:335) at org.apache.cassandra.io.util.SequentialWriter.openChannel(SequentialWriter.java:100)
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org