[ 
https://issues.apache.org/jira/browse/CASSANDRA-3566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13161919#comment-13161919
 ] 

Jonathan Ellis commented on CASSANDRA-3566:
-------------------------------------------

All the cache tests fail with an exception like this:

{noformat}
    [junit] Testcase: testKeyCacheLoad(org.apache.cassandra.db.KeyCacheTest):   
Caused an ERROR
    [junit] java.lang.RuntimeException: java.io.IOException: Unable to rename 
build\test\cassandra\saved_caches\KeyCacheSpace-Standard3-KeyCache7847563715233372577.tmp
 to build\test\cassandra\saved_caches\KeyCacheSpace-Standard3-KeyCache
    [junit] java.util.concurrent.ExecutionException: 
java.lang.RuntimeException: java.io.IOException: Unable to rename 
build\test\cassandra\saved_caches\KeyCacheSpace-Standard3-KeyCache7847563715233372577.tmp
 to build\test\cassandra\saved_caches\KeyCacheSpace-Standard3-KeyCache
    [junit]     at 
java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:222)
    [junit]     at java.util.concurrent.FutureTask.get(FutureTask.java:83)
    [junit]     at 
org.apache.cassandra.db.KeyCacheTest.testKeyCacheLoad(KeyCacheTest.java:87)
    [junit] Caused by: java.lang.RuntimeException: java.io.IOException: Unable 
to rename 
build\test\cassandra\saved_caches\KeyCacheSpace-Standard3-KeyCache7847563715233372577.tmp
 to build\test\cassandra\saved_caches\KeyCacheSpace-Standard3-KeyCache
    [junit]     at 
org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:37)
    [junit]     at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
    [junit]     at 
java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
    [junit]     at java.util.concurrent.FutureTask.run(FutureTask.java:138)
    [junit]     at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
    [junit]     at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    [junit]     at java.lang.Thread.run(Thread.java:662)
    [junit] Caused by: java.io.IOException: Unable to rename 
build\test\cassandra\saved_caches\KeyCacheSpace-Standard3-KeyCache7847563715233372577.tmp
 to build\test\cassandra\saved_caches\KeyCacheSpace-Standard3-KeyCache
    [junit]     at 
org.apache.cassandra.cache.AutoSavingCache$Writer.saveCache(AutoSavingCache.java:265)
    [junit]     at 
org.apache.cassandra.db.compaction.CompactionManager$10.runMayThrow(CompactionManager.java:907)
    [junit]     at 
org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [junit]
    [junit]
    [junit] Test org.apache.cassandra.db.KeyCacheTest FAILED
{noformat}

                
> Cache saving broken on windows
> ------------------------------
>
>                 Key: CASSANDRA-3566
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3566
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.6
>            Reporter: Jonathan Ellis
>            Assignee: Sylvain Lebresne
>             Fix For: 1.0.6
>
>
> CASSANDRA-1740 broke cache saving on Windows.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to