Go to file
Jonathan Ellis a332fad07d add instrumentation for memtable attributes
The current Memtable class implements an MBean interface, but it is not
wired up. Most likely, this is because it would become defunct after
the first flush when the memtable is switched out for a new one.

The solution is to instrument ColumnFamilyStore and expose the memtable
attributes from there.

patch by Eric Evans; reviewed by jbellis for #75

git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@764840 13f79535-47bb-0310-9956-ffa450edef68
2009-04-14 15:47:51 +00:00
bin 2nd missing file from r760679 2009-04-01 02:24:46 +00:00
conf write get_columns_since test to exercise sequenceFile.next(timeRange). patch by jbellis; reviewed by Jun Rau. see #52 2009-04-06 15:10:07 +00:00
interface New thrift file added 2009-03-24 22:09:59 +00:00
lib add antlr-3.1.3 (should have been in r761805 2009-04-03 22:18:39 +00:00
src/org/apache/cassandra add instrumentation for memtable attributes 2009-04-14 15:47:51 +00:00
test add compaction test showing regression. patch by jbellis; reviewed by Todd Lipcon 2009-04-14 05:12:42 +00:00
build.xml don't manually create commitlog directory; cassandra will do it automatically. also put commitlog under cassandra/ with other server artifacts. patch by jbellis; reviewed by Eric Evans for #6 2009-04-08 20:49:33 +00:00