You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2012/11/13 06:59:15 UTC

[jira] [Commented] (CASSANDRA-4916) Starting Cassandra throws EOF while reading saved cache

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

Jonathan Ellis commented on CASSANDRA-4916:
-------------------------------------------

Michael, can you test Dave's patch?
                
> Starting Cassandra throws EOF while reading saved cache
> -------------------------------------------------------
>
>                 Key: CASSANDRA-4916
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4916
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>            Reporter: Michael Kjellman
>            Assignee: Dave Brosius
>            Priority: Minor
>             Fix For: 1.2.1
>
>         Attachments: 4916.txt
>
>
> Currently seeing nodes throw an EOF while reading a saved cache on the system schema when starting cassandra
>  WARN 14:25:54,896 error reading saved cache /ssd/saved_caches/system-schema_columns-KeyCache-b.db
> java.io.EOFException
> 	at java.io.DataInputStream.readInt(DataInputStream.java:392)
> 	at org.apache.cassandra.utils.ByteBufferUtil.readWithLength(ByteBufferUtil.java:349)
> 	at org.apache.cassandra.service.CacheService$KeyCacheSerializer.deserialize(CacheService.java:378)
> 	at org.apache.cassandra.cache.AutoSavingCache.loadSaved(AutoSavingCache.java:144)
> 	at org.apache.cassandra.db.ColumnFamilyStore.<init>(ColumnFamilyStore.java:278)
> 	at org.apache.cassandra.db.ColumnFamilyStore.createColumnFamilyStore(ColumnFamilyStore.java:393)
> 	at org.apache.cassandra.db.ColumnFamilyStore.createColumnFamilyStore(ColumnFamilyStore.java:365)
> 	at org.apache.cassandra.db.Table.initCf(Table.java:334)
> 	at org.apache.cassandra.db.Table.<init>(Table.java:272)
> 	at org.apache.cassandra.db.Table.open(Table.java:102)
> 	at org.apache.cassandra.db.Table.open(Table.java:80)
> 	at org.apache.cassandra.db.SystemTable.checkHealth(SystemTable.java:320)
> 	at org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemon.java:203)
> 	at org.apache.cassandra.service.CassandraDaemon.activate(CassandraDaemon.java:395)
> 	at org.apache.cassandra.service.CassandraDaemon.main(CassandraDaemon.java:438)
> to reproduce delete all data files, start a cluster, leave cluster up long enough to build a cache. nodetool drain, kill cassandra process. start cassandra process in foreground and note EOF thrown (see above for stack trace)

--
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