You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Joshua McKenzie (JIRA)" <ji...@apache.org> on 2015/05/19 17:01:01 UTC

[jira] [Resolved] (CASSANDRA-9414) CommitLogTest failing intermittently on Windows

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

Joshua McKenzie resolved CASSANDRA-9414.
----------------------------------------
    Resolution: Not A Problem

No longer occurring either locally or on CI box on 15 runs (was about 90% failure rate when I opened this ticket).

Closing as Not a Problem as there's enough other things to fix (see CASSANDRA-9418) that it's not worth chasing a transient utest failure right now.

> CommitLogTest failing intermittently on Windows
> -----------------------------------------------
>
>                 Key: CASSANDRA-9414
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-9414
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Joshua McKenzie
>            Assignee: Joshua McKenzie
>            Priority: Minor
>              Labels: Windows
>             Fix For: 2.2.0 rc1
>
>
> Failure is intermittent enough that bisect is proving to be more hassle than it's worth. Seems pretty consistent in CI.
> {noformat}
>     [junit] Testcase: testDeleteIfNotDirty(org.apache.cassandra.db.CommitLogTest):      Caused an ERROR
>     [junit] java.nio.file.AccessDeniedException: build\test\cassandra\commitlog;0\CommitLog-5-1431965988394.log
>     [junit] FSWriteError in build\test\cassandra\commitlog;0\CommitLog-5-1431965988394.log
>     [junit]     at org.apache.cassandra.io.util.FileUtils.deleteWithConfirm(FileUtils.java:131)
>     [junit]     at org.apache.cassandra.io.util.FileUtils.deleteWithConfirm(FileUtils.java:148)
>     [junit]     at org.apache.cassandra.db.commitlog.CommitLogSegmentManager.recycleSegment(CommitLogSegmentManager.java:360)
>     [junit]     at org.apache.cassandra.db.commitlog.CommitLog.recover(CommitLog.java:166)
>     [junit]     at org.apache.cassandra.db.commitlog.CommitLog.startUnsafe(CommitLog.java:416)
>     [junit]     at org.apache.cassandra.db.commitlog.CommitLog.resetUnsafe(CommitLog.java:389)
>     [junit]     at org.apache.cassandra.db.CommitLogTest.testDeleteIfNotDirty(CommitLogTest.java:178)
>     [junit] Caused by: java.nio.file.AccessDeniedException: build\test\cassandra\commitlog;0\CommitLog-5-1431965988394.log
>     [junit]     at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:83)
>     [junit]     at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)
>     [junit]     at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102)
>     [junit]     at sun.nio.fs.WindowsFileSystemProvider.implDelete(WindowsFileSystemProvider.java:269)
>     [junit]     at sun.nio.fs.AbstractFileSystemProvider.delete(AbstractFileSystemProvider.java:103)
>     [junit]     at java.nio.file.Files.delete(Files.java:1126)
>     [junit]     at org.apache.cassandra.io.util.FileUtils.deleteWithConfirm(FileUtils.java:125)
> {noformat}



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