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

[jira] [Assigned] (CASSANDRA-12918) Create hint directory in FailureDetectorTest

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

sankalp kohli reassigned CASSANDRA-12918:
-----------------------------------------

    Assignee: sankalp kohli

> Create hint directory in FailureDetectorTest
> --------------------------------------------
>
>                 Key: CASSANDRA-12918
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12918
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: sankalp kohli
>            Assignee: sankalp kohli
>            Priority: Trivial
>
> We see the below exception while running the FailureDetectorTest
> FSReadError in build/test/cassandra/hints:181
> 	at org.apache.cassandra.hints.HintsCatalog.load(HintsCatalog.java:70)
> 	at org.apache.cassandra.hints.HintsService.<init>(HintsService.java:88)
> 	at org.apache.cassandra.hints.HintsService.<clinit>(HintsService.java:63)
> 	at org.apache.cassandra.service.StorageService.excise(StorageService.java:2239)
> 	at org.apache.cassandra.service.StorageService.excise(StorageService.java:2252)
> 	at org.apache.cassandra.service.StorageService.handleStateLeft(StorageService.java:2156)
> 	at org.apache.cassandra.service.StorageService.onChange(StorageService.java:1744)
> 	at org.apache.cassandra.gms.FailureDetectorTest.testConvictAfterLeft(FailureDetectorTest.java:75)
> Caused by: java.nio.file.NoSuchFileException: build/test/cassandra/hints:181
> 	at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
> 	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
> 	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
> 	at sun.nio.fs.UnixFileSystemProvider.newDirectoryStream(UnixFileSystemProvider.java:427)
> 	at java.nio.file.Files.newDirectoryStream(Files.java:457)
> 	at java.nio.file.Files.list(Files.java:3451)
> 	at org.apache.cassandra.hints.HintsCatalog.load(HintsCatalog.java:62)



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