Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-18991

Test failure: sstableutil_test.TestSSTableUtil.test_abortedcompaction

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Normal
    • Resolution: Duplicate
    • None
    • CI
    • None
    • Correctness - Test Failure
    • Normal
    • Normal
    • User Report
    • All
    • None

    Description

      Seen here:

      https://app.circleci.com/pipelines/github/ekaterinadimitrova2/cassandra/2544/workflows/f221b339-c336-475c-b094-daab486756d3/jobs/44832/tests

      failed on teardown with "Unexpected error found in node logs (see stdout for full details). Errors: [[node1] 'ERROR [SSTableBatchOpen:1] 2023-11-01 00:49:29,910 JVMStabilityInspector.java:68 - Exception in thread Thread[SSTableBatchOpen:1,5,SSTableBatchOpen]\njava.lang.AssertionError: Stats component is missing for sstable /tmp/dtest-14cqh6up/test/node1/data0/system/prepared_statements-18a9c2576a0c3841ba718cd529849fef/nb-4-big\n\tat org.apache.cassandra.io.sstable.format.SSTableReader.open(SSTableReader.java:470)\n\tat org.apache.cassandra.io.sstable.format.SSTableReader.open(SSTableReader.java:381)\n\tat org.apache.cassandra.io.sstable.format.SSTableReader$2.run(SSTableReader.java:551)\n\tat org.apache.cassandra.concurrent.FutureTask$1.call(FutureTask.java:96)\n\tat org.apache.cassandra.concurrent.FutureTask.call(FutureTask.java:61)\n\tat org.apache.cassandra.concurrent.FutureTask.run(FutureTask.java:71)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)\n\tat io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)\n\tat java.base/java.lang.Thread.run(Thread.java:829)', [node1] 'ERROR [SSTableBatchOpen:3] 2023-11-01 00:49:29,910 JVMStabilityInspector.java:68 - Exception in thread Thread[SSTableBatchOpen:3,5,SSTableBatchOpen]\njava.lang.AssertionError: Stats component is missing for sstable /tmp/dtest-14cqh6up/test/node1/data0/system/prepared_statements-18a9c2576a0c3841ba718cd529849fef/nb-5-big\n\tat org.apache.cassandra.io.sstable.format.SSTableReader.open(SSTableReader.java:470)\n\tat org.apache.cassandra.io.sstable.format.SSTableReader.open(SSTableReader.java:381)\n\tat org.apache.cassandra.io.sstable.format.SSTableReader$2.run(SSTableReader.java:551)\n\tat org.apache.cassandra.concurrent.FutureTask$1.call(FutureTask.java:96)\n\tat org.apache.cassandra.concurrent.FutureTask.call(FutureTask.java:61)\n\tat org.apache.cassandra.concurrent.FutureTask.run(FutureTask.java:71)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)\n\tat io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)\n\tat java.base/java.lang.Thread.run(Thread.java:829)']" Unexpected error found in node logs (see stdout for full details). Errors: [[node1] 'ERROR [SSTableBatchOpen:1] 2023-11-01 00:49:29,910 JVMStabilityInspector.java:68 - Exception in thread Thread[SSTableBatchOpen:1,5,SSTableBatchOpen]\njava.lang.AssertionError: Stats component is missing for sstable /tmp/dtest-14cqh6up/test/node1/data0/system/prepared_statements-18a9c2576a0c3841ba718cd529849fef/nb-4-big\n\tat org.apache.cassandra.io.sstable.format.SSTableReader.open(SSTableReader.java:470)\n\tat org.apache.cassandra.io.sstable.format.SSTableReader.open(SSTableReader.java:381)\n\tat org.apache.cassandra.io.sstable.format.SSTableReader$2.run(SSTableReader.java:551)\n\tat org.apache.cassandra.concurrent.FutureTask$1.call(FutureTask.java:96)\n\tat org.apache.cassandra.concurrent.FutureTask.call(FutureTask.java:61)\n\tat org.apache.cassandra.concurrent.FutureTask.run(FutureTask.java:71)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)\n\tat io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)\n\tat java.base/java.lang.Thread.run(Thread.java:829)', [node1] 'ERROR [SSTableBatchOpen:3] 2023-11-01 00:49:29,910 JVMStabilityInspector.java:68 - Exception in thread Thread[SSTableBatchOpen:3,5,SSTableBatchOpen]\njava.lang.AssertionError: Stats component is missing for sstable /tmp/dtest-14cqh6up/test/node1/data0/system/prepared_statements-18a9c2576a0c3841ba718cd529849fef/nb-5-big\n\tat org.apache.cassandra.io.sstable.format.SSTableReader.open(SSTableReader.java:470)\n\tat org.apache.cassandra.io.sstable.format.SSTableReader.open(SSTableReader.java:381)\n\tat org.apache.cassandra.io.sstable.format.SSTableReader$2.run(SSTableReader.java:551)\n\tat org.apache.cassandra.concurrent.FutureTask$1.call(FutureTask.java:96)\n\tat org.apache.cassandra.concurrent.FutureTask.call(FutureTask.java:61)\n\tat org.apache.cassandra.concurrent.FutureTask.run(FutureTask.java:71)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)\n\tat io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)\n\tat java.base/java.lang.Thread.run(Thread.java:829)']

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              e.dimitrova Ekaterina Dimitrova
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: