[
https://issues.apache.org/jira/browse/CASSANDRA-3812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yuki Morishita updated CASSANDRA-3812:
--------------------------------------
Attachment: 3812.txt
Setting row_cache_size_in_mb > 0 causes particular reads from column family
whose row cache is disabled to force cache row, and results in reading null.
Attached patch makes sure value is read from column family, not from row cache
when row caching is disabled.
> Can't start a node with row_cache_size_in_mb=1
> ----------------------------------------------
>
> Key: CASSANDRA-3812
> URL: https://issues.apache.org/jira/browse/CASSANDRA-3812
> Project: Cassandra
> Issue Type: Bug
> Components: Core
> Affects Versions: 1.1
> Environment: 'trunk' in the git repo as of 1/20/2012. Use the
> standard cassandra.yaml config file, except change row_cache_size_in_mb to 1.
> Happened on both ubuntu and osx.
> Reporter: Tyler Patterson
> Assignee: Yuki Morishita
> Fix For: 1.1
>
> Attachments: 3812.txt
>
>
> I consistently get the following error when trying to run 'bin/cassandra':
> {code}
> ERROR 12:20:28,144 Fatal exception during initialization
> org.apache.cassandra.config.ConfigurationException: Found system table files,
> but they couldn't be loaded!
> at org.apache.cassandra.db.SystemTable.checkHealth(SystemTable.java:279)
> at
> org.apache.cassandra.service.AbstractCassandraDaemon.setup(AbstractCassandraDaemon.java:174)
> at
> org.apache.cassandra.service.AbstractCassandraDaemon.activate(AbstractCassandraDaemon.java:367)
> at
> org.apache.cassandra.thrift.CassandraDaemon.main(CassandraDaemon.java:107)
> {code}
--
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