[
https://issues.apache.org/jira/browse/CASSANDRA-12442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15417473#comment-15417473
]
Joel Knighton commented on CASSANDRA-12442:
-------------------------------------------
[~philipthompson] At the moment, we're only ignoring it in 2.0/2.1 logs, so
this probably occurred on a later C* version. It will be fixed with
[CASSANDRA-12260], which I expected to be merged soon (I will attach a patch
today). That said, if you wanted to ignore this error until then, that would
make sense to me. It shouldn't cause any correctness problems.
> dtest failure in
> upgrade_tests.cql_tests.TestCQLNodes3RF3_Upgrade_current_3_x_To_indev_3_x.cas_simple_test
> ----------------------------------------------------------------------------------------------------------
>
> Key: CASSANDRA-12442
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12442
> Project: Cassandra
> Issue Type: Test
> Reporter: Craig Kodman
> Assignee: DS Test Eng
> Labels: dtest
>
> example failure:
> http://cassci.datastax.com/job/cassandra-3.9_dtest_upgrade/20/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_3_x_To_indev_3_x/cas_simple_test
> {code}
> Stacktrace
> File "/usr/lib/python2.7/unittest/case.py", line 358, in run
> self.tearDown()
> File "/home/automaton/cassandra-dtest/upgrade_tests/upgrade_base.py", line
> 216, in tearDown
> super(UpgradeTester, self).tearDown()
> File "/home/automaton/cassandra-dtest/dtest.py", line 666, in tearDown
> raise AssertionError('Unexpected error in log, see stdout')
> "Unexpected error in log, see stdout\n-------------------- >> begin captured
> logging << --------------------\ndtest: DEBUG: Upgrade test beginning,
> setting CASSANDRA_VERSION to 3.7, and jdk to 8. (Prior values will be
> restored after test).\ndtest: DEBUG: cluster ccm directory:
> /mnt/tmp/dtest-jGuOLx\ndtest: DEBUG: Done setting configuration options:\n{
> 'initial_token': None,\n 'num_tokens': '32',\n 'phi_convict_threshold':
> 5,\n 'range_request_timeout_in_ms': 10000,\n
> 'read_request_timeout_in_ms': 10000,\n 'request_timeout_in_ms': 10000,\n
> 'truncate_request_timeout_in_ms': 10000,\n 'write_request_timeout_in_ms':
> 10000}\ndtest: DEBUG: Upgrade test beginning, setting CASSANDRA_VERSION to
> 3.7, and jdk to 8. (Prior values will be restored after test).\ndtest: DEBUG:
> removing ccm cluster test at: /mnt/tmp/dtest-jGuOLx\ndtest: DEBUG: clearing
> ssl stores from [/mnt/tmp/dtest-jGuOLx] directory\ndtest: DEBUG: cluster ccm
> directory: /mnt/tmp/dtest-7LSAP2\ndtest: DEBUG: Done setting configuration
> options:\n{ 'initial_token': None,\n 'num_tokens': '32',\n
> 'phi_convict_threshold': 5,\n 'range_request_timeout_in_ms': 10000,\n
> 'read_request_timeout_in_ms': 10000,\n 'request_timeout_in_ms': 10000,\n
> 'truncate_request_timeout_in_ms': 10000,\n 'write_request_timeout_in_ms':
> 10000}\ndtest: DEBUG: upgrading node1 to
> git:15fd71f9a3b07bbac7a1182f2e6bffd32e79b955\nccm: INFO: Fetching Cassandra
> updates...\ndtest: DEBUG: Querying upgraded node\ndtest: DEBUG: Querying old
> node\ndtest: DEBUG: removing ccm cluster test at:
> /mnt/tmp/dtest-7LSAP2\ndtest: DEBUG: clearing ssl stores from
> [/mnt/tmp/dtest-7LSAP2] directory\n--------------------- >> end captured
> logging << ---------------------"
> {code}
> {code}
> Standard Output
> http://git-wip-us.apache.org/repos/asf/cassandra.git
> git:15fd71f9a3b07bbac7a1182f2e6bffd32e79b955
> Unexpected error in node1 log, error:
> ERROR [CompactionExecutor:1] 2016-08-11 02:36:24,280 CassandraDaemon.java:217
> - Exception in thread Thread[CompactionExecutor:1,1,main]
> java.util.concurrent.RejectedExecutionException: ThreadPoolExecutor has shut
> down
> at
> org.apache.cassandra.concurrent.DebuggableThreadPoolExecutor$1.rejectedExecution(DebuggableThreadPoolExecutor.java:61)
> ~[apache-cassandra-3.7.jar:3.7]
> at
> java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
> ~[na:1.8.0_51]
> at
> java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
> ~[na:1.8.0_51]
> at
> org.apache.cassandra.concurrent.DebuggableThreadPoolExecutor.execute(DebuggableThreadPoolExecutor.java:165)
> ~[apache-cassandra-3.7.jar:3.7]
> at
> java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)
> ~[na:1.8.0_51]
> at
> org.apache.cassandra.db.compaction.CompactionManager.submitBackground(CompactionManager.java:184)
> ~[apache-cassandra-3.7.jar:3.7]
> at
> org.apache.cassandra.db.compaction.CompactionManager$BackgroundCompactionCandidate.run(CompactionManager.java:270)
> ~[apache-cassandra-3.7.jar:3.7]
> at
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
> ~[na:1.8.0_51]
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> ~[na:1.8.0_51]
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> ~[na:1.8.0_51]
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> [na:1.8.0_51]
> at java.lang.Thread.run(Thread.java:745) [na:1.8.0_51]
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)