sankalp kohli created CASSANDRA-12918:
-----------------------------------------
Summary: 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
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)