Re: 0.7.2 slow memtables flushing

2011-02-21 Thread Ivan Georgiev
or compact. Sounds to me like the difference you are seeing is caused by your row size and not a regression in Cassandra. 2011/2/21 Ivan Georgiev: Some more digging. This is the code path causing the excessive rebuffer() calls. java.lang.Exception: Stack trace at java.lang.Thread.dumpSt

Re: 0.7.2 slow memtables flushing

2011-02-21 Thread Ivan Georgiev
problem ? Ivan On 21.2.2011 г. 14:07 ч., Ivan Georgiev wrote: I did some very rough measurements in a desperate attempt to see if I can find the issue (if there is an issue). Since I dont know the code base well enough i chose BufferedRandomAccessFile as my suspect, since it was rewritten from