[
https://issues.apache.org/jira/browse/CASSANDRA-12617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15488053#comment-15488053
]
Philip Thompson commented on CASSANDRA-12617:
---------------------------------------------
[~carlyeks], this is what I see on the normal dtest:
{code}
For sstables in
/private/var/folders/v3/z4wf_34n1q506_xjdy49gb780000gn/T/dtest-nWLXFU/test/node1/data0/keyspace1/standard1-0daa676079e211e69bab773a8f7be4c7:
Current leveling:
L0=80
New leveling:
L0=0
L1=9
L2=71
For sstables in
/private/var/folders/v3/z4wf_34n1q506_xjdy49gb780000gn/T/dtest-nWLXFU/test/node1/data1/keyspace1/standard1-0daa676079e211e69bab773a8f7be4c7:
Current leveling:
L0=79
New leveling:
L0=0
L1=9
L2=70
For sstables in
/private/var/folders/v3/z4wf_34n1q506_xjdy49gb780000gn/T/dtest-nWLXFU/test/node1/data2/keyspace1/standard1-0daa676079e211e69bab773a8f7be4c7:
Current leveling:
L0=78
New leveling:
L0=0
L1=9
L2=69
{code}
And on the offheap dtest:
{code}
dtest: DEBUG: For sstables in
/tmp/dtest-d2tQUr/test/node1/data0/keyspace1/standard1-840adce071e611e6841f95ca7a588410:
Current leveling:
L0=77
New leveling:
L0=0
L1=77
For sstables in
/tmp/dtest-d2tQUr/test/node1/data2/keyspace1/standard1-840adce071e611e6841f95ca7a588410:
Current leveling:
L0=86
New leveling:
L0=0
L1=86
For sstables in
/tmp/dtest-d2tQUr/test/node1/data1/keyspace1/standard1-840adce071e611e6841f95ca7a588410:
Current leveling:
L0=74
New leveling:
L0=0
L1=74
{code}
No idea why we are leveling differently between the two.
> dtest failure in
> offline_tools_test.TestOfflineTools.sstableofflinerelevel_test
> -------------------------------------------------------------------------------
>
> Key: CASSANDRA-12617
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12617
> Project: Cassandra
> Issue Type: Test
> Reporter: Sean McCarthy
> Assignee: DS Test Eng
> Labels: dtest
> Attachments: node1.log, node1_debug.log, node1_gc.log
>
>
> example failure:
> http://cassci.datastax.com/job/trunk_offheap_dtest/391/testReport/offline_tools_test/TestOfflineTools/sstableofflinerelevel_test/
> {code}
> Stacktrace
> File "/usr/lib/python2.7/unittest/case.py", line 329, in run
> testMethod()
> File "/home/automaton/cassandra-dtest/offline_tools_test.py", line 212, in
> sstableofflinerelevel_test
> self.assertGreater(max(final_levels), 1)
> File "/usr/lib/python2.7/unittest/case.py", line 942, in assertGreater
> self.fail(self._formatMessage(msg, standardMsg))
> File "/usr/lib/python2.7/unittest/case.py", line 410, in fail
> raise self.failureException(msg)
> "1 not greater than 1
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)