[
https://issues.apache.org/jira/browse/CASSANDRA-12711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15525861#comment-15525861
]
Marcus Eriksson commented on CASSANDRA-12711:
---------------------------------------------
The log ends with "Compacting..." but we have a node1.wait_for_compactions()
earlier so it really should not do any more compactions (all sstables have
already been flushed)
So I guess there is either a problem with wait_for_compactions or with the
pending compactions calculation in DTCS. If the problem is in DTCS I doubt we
should fix it as it is not critical and it has been deprecated.
> dtest failure in
> compaction_test.TestCompaction_with_DateTieredCompactionStrategy.bloomfilter_size_test
> -------------------------------------------------------------------------------------------------------
>
> Key: CASSANDRA-12711
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12711
> Project: Cassandra
> Issue Type: Test
> Reporter: Sean McCarthy
> Assignee: Marcus Eriksson
> Labels: dtest
> Attachments: node1.log, node1_debug.log, node1_gc.log
>
>
> example failure:
> http://cassci.datastax.com/job/trunk_novnode_dtest/485/testReport/compaction_test/TestCompaction_with_DateTieredCompactionStrategy/bloomfilter_size_test
> {code}
> Stacktrace
> File "/usr/lib/python2.7/unittest/case.py", line 329, in run
> testMethod()
> File "/home/automaton/cassandra-dtest/compaction_test.py", line 153, in
> bloomfilter_size_test
> self.assertLessEqual(bfSize, size_factor * max_bf_size)
> File "/usr/lib/python2.7/unittest/case.py", line 936, in assertLessEqual
> self.fail(self._formatMessage(msg, standardMsg))
> File "/usr/lib/python2.7/unittest/case.py", line 410, in fail
> raise self.failureException(msg)
> "457864 not less than or equal to 400000.0
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)