Re: Timeout Exception with row_cache enabled

2013-09-02 Thread Sávio Teles
Is it related to https://issues.apache.org/jira/browse/CASSANDRA-4973? And https://issues.apache.org/jira/browse/CASSANDRA-4785? 2013/9/2 Nate McCall > You experience is not uncommon. There was a recent thread on this with a > variety of details on when to use row caching: > http://www.mail-arc

Re: Timeout Exception with row_cache enabled

2013-09-02 Thread Nate McCall
You experience is not uncommon. There was a recent thread on this with a variety of details on when to use row caching: http://www.mail-archive.com/user@cassandra.apache.org/msg31693.html tl;dr - it depends completely on use case. Small static rows work best. On Mon, Sep 2, 2013 at 2:05 PM, Sáv

Timeout Exception with row_cache enabled

2013-09-02 Thread Sávio Teles
I'm running the Cassandra 1.2.4 and when I enable the row_cache, the system throws TImeoutExcpetion and Garbage Collection don't stop. When I disable the query returns in 700ms. *Configuration: * - *row_cache_size_in_mb: 256* - *row_cache_save_period: 0* - *# row_cache_keys_to_save: 10