mirror of https://github.com/apache/cassandra
de-obfuscate. patch by jbellis
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@888280 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8417db8fa9
commit
ccdb63acfe
|
|
@ -685,8 +685,7 @@ public final class ColumnFamilyStore implements ColumnFamilyStoreMBean
|
|||
void doMajorCompactionInternal(long skip) throws IOException
|
||||
{
|
||||
Collection<SSTableReader> sstables;
|
||||
boolean major = skip < 1L;
|
||||
if (!major)
|
||||
if (skip > 0)
|
||||
{
|
||||
sstables = new ArrayList<SSTableReader>();
|
||||
for (SSTableReader sstable : ssTables_)
|
||||
|
|
|
|||
Loading…
Reference in New Issue