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

Jason Brown updated CASSANDRA-3734:
-----------------------------------

    Attachment: 3734-v2.diff

Now that we've made java7 the default for 2.0, there's no reason not to go 
ahead with this ticket. I've taken Peter's code and basically simplified it as 
we no longer need to keep the java6/jna piece around. I also kept Peter's 
createTemporaryDirectory() methods around on FileUtils even though I didn't 
find a parallel on CLibrary.
                
> Support native link w/o JNA in Java7
> ------------------------------------
>
>                 Key: CASSANDRA-3734
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3734
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Jonathan Ellis
>            Assignee: Peter Schuller
>            Priority: Minor
>             Fix For: 2.0
>
>         Attachments: 3734-v2.diff, CASSANDRA-3734-trunk-v1.txt
>
>
> Java7 provides native support for hard links: 
> http://docs.oracle.com/javase/7/docs/api/java/nio/file/Files.html#createLink(java.nio.file.Path,
>  java.nio.file.Path)
> We should prefer this method when Java7 is the host.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to