Re: memory leaks in 1.0.5

2011-12-11 Thread Radim Kolar
Possible, but unlikely. See https://issues.apache.org/jira/browse/CASSANDRA-3537 for an example of a "memory leak" that wasn't. I didnt get the point. I have slowly increasing memory load on node, no flushable memtables. How it could not be memory leak? Also running nodetool upgradesstables

Re: memory leaks in 1.0.5

2011-12-10 Thread Radim Kolar
and rows forever stuck in HintsColumnFamily You need to remove the hints data files to clear out the incomplete hints from< 1.0.3; I did. hints there are slowly increasing. I checked it today.

Re: memory leaks in 1.0.5

2011-12-09 Thread Jonathan Ellis
2011/12/9 Radim Kolar : > I have problem with reproducible memory leaks in 1.0.5 - node ends with OOM, > it worked fine with 1.0.3. Can someone write guide how to report memory > leaks - i can collect jmap dumps. It would be best to write wiki page about > it. Possible, but unlikely. See https://