mirror of https://github.com/apache/cassandra
merge with cassandra-0.4 branch
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@834351 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d97be8f5e4
commit
4d44ddfc99
|
|
@ -443,7 +443,7 @@ public final class ColumnFamilyStore implements ColumnFamilyStoreMBean
|
|||
|
||||
public void forceFlushBinary()
|
||||
{
|
||||
if (memtable_.isClean())
|
||||
if (binaryMemtable_.get().isClean())
|
||||
return;
|
||||
|
||||
submitFlush(binaryMemtable_.get());
|
||||
|
|
|
|||
Loading…
Reference in New Issue