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

2016-11-29 Thread Jason Brown (JIRA)

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

Jason Brown updated CASSANDRA-12918:

Status: Open  (was: Patch Available)

This fix was necessitated due to our internal implementation of 
CASSANDRA-12966. Thus, I'm closing this patch as CASSANDRA-12966 which 
introduces the problem, should be responsible for resolving it.

> 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
> Attachments: CASSANDRA-12918_trunk.diff
>
>
> 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.(HintsService.java:88)
>   at 
> org.apache.cassandra.hints.HintsService.(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)


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

2016-11-17 Thread sankalp kohli (JIRA)

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

sankalp kohli updated CASSANDRA-12918:
--
Status: Patch Available  (was: Open)

> 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
> Attachments: CASSANDRA-12918_trunk.diff
>
>
> 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.(HintsService.java:88)
>   at 
> org.apache.cassandra.hints.HintsService.(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)


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

2016-11-17 Thread sankalp kohli (JIRA)

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

sankalp kohli updated CASSANDRA-12918:
--
Status: Open  (was: Ready to Commit)

> 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
> Attachments: CASSANDRA-12918_trunk.diff
>
>
> 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.(HintsService.java:88)
>   at 
> org.apache.cassandra.hints.HintsService.(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)


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

2016-11-17 Thread sankalp kohli (JIRA)

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

sankalp kohli updated CASSANDRA-12918:
--
Status: Ready to Commit  (was: Patch Available)

> 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
> Attachments: CASSANDRA-12918_trunk.diff
>
>
> 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.(HintsService.java:88)
>   at 
> org.apache.cassandra.hints.HintsService.(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)


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

2016-11-16 Thread sankalp kohli (JIRA)

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

sankalp kohli updated CASSANDRA-12918:
--
Attachment: CASSANDRA-12918_trunk.diff

> 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
> Attachments: CASSANDRA-12918_trunk.diff
>
>
> 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.(HintsService.java:88)
>   at 
> org.apache.cassandra.hints.HintsService.(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)


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

2016-11-16 Thread sankalp kohli (JIRA)

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

sankalp kohli updated CASSANDRA-12918:
--
Status: Patch Available  (was: Open)

> 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
> Attachments: CASSANDRA-12918_trunk.diff
>
>
> 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.(HintsService.java:88)
>   at 
> org.apache.cassandra.hints.HintsService.(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)