You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Philip Thompson (JIRA)" <ji...@apache.org> on 2014/11/14 21:02:35 UTC

[jira] [Created] (CASSANDRA-8321) SStablesplit behavior changed

Philip Thompson created CASSANDRA-8321:
------------------------------------------

             Summary: SStablesplit behavior changed
                 Key: CASSANDRA-8321
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-8321
             Project: Cassandra
          Issue Type: Bug
            Reporter: Philip Thompson
            Assignee: Marcus Eriksson
            Priority: Minor
             Fix For: 2.1.3


The dtest sstablesplit_test.py has begun failing due to an incorrect number of sstables being created after running sstablesplit.

http://cassci.datastax.com/job/cassandra-2.1_dtest/559/changes#detail1
is the run where the failure began.

In 2.1.x, the test expects 7 sstables to be created after split, but instead 12 are being created. All of the data is there, and the sstables add up to the expected size, so this simply may be a change in default behavior. The test runs sstablesplit without the --size argument, and the default has not changed, so it is unexpected that the behavior would change in a minor point release.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)