Sean McCarthy created CASSANDRA-13401: -----------------------------------------
Summary: dtest failure in upgrade_tests.regression_test.TestForRegressionsUpgrade_current_3_0_x_To_indev_trunk.test13294 Key: CASSANDRA-13401 URL: https://issues.apache.org/jira/browse/CASSANDRA-13401 Project: Cassandra Issue Type: Bug Components: Testing Reporter: Sean McCarthy Attachments: node1_debug.log, node1_gc.log, node1.log, node2_debug.log, node2_gc.log, node2.log example failure: http://cassci.datastax.com/job/trunk_dtest_upgrade/102/testReport/upgrade_tests.regression_test/TestForRegressionsUpgrade_current_3_0_x_To_indev_trunk/test13294 {code} Error Message Command '('/usr/lib/jvm/jdk1.8.0_121/bin/java', '-cp', '/usr/lib/jvm/jdk1.8.0_121/lib/tools.jar:lib/jolokia-jvm-1.2.3-agent.jar', 'org.jolokia.jvmagent.client.AgentLauncher', '--host', '127.0.0.1', 'start', '6348')' returned non-zero exit status 1 {code}{code} Stacktrace File "/usr/lib/python2.7/unittest/case.py", line 329, in run testMethod() File "/home/automaton/cassandra-dtest/upgrade_tests/regression_test.py", line 110, in test13294 self.compact_sstable(node1, first_sstable) File "/home/automaton/cassandra-dtest/upgrade_tests/regression_test.py", line 121, in compact_sstable with JolokiaAgent(node) as jmx: File "/home/automaton/cassandra-dtest/tools/jmxutils.py", line 314, in __enter__ self.start() File "/home/automaton/cassandra-dtest/tools/jmxutils.py", line 205, in start subprocess.check_output(args, stderr=subprocess.STDOUT) File "/usr/lib/python2.7/subprocess.py", line 574, in check_output raise CalledProcessError(retcode, cmd, output=output) {code}{code} Standard Output /home/automaton/cassandra/ local:/home/automaton/cassandra/:add855ae177d28d02f1172fb0070ef487237ead5 Failed to start jolokia agent (command was: /usr/lib/jvm/jdk1.8.0_121/bin/java -cp /usr/lib/jvm/jdk1.8.0_121/lib/tools.jar:lib/jolokia-jvm-1.2.3-agent.jar org.jolokia.jvmagent.client.AgentLauncher --host 127.0.0.1 start 6348): Command '('/usr/lib/jvm/jdk1.8.0_121/bin/java', '-cp', '/usr/lib/jvm/jdk1.8.0_121/lib/tools.jar:lib/jolokia-jvm-1.2.3-agent.jar', 'org.jolokia.jvmagent.client.AgentLauncher', '--host', '127.0.0.1', 'start', '6348')' returned non-zero exit status 1 Exit status was: 1 Output was: Illegal Argument (command: start) : Cannot attach to process-ID 6348. See --help for possible reasons. {code} -- This message was sent by Atlassian JIRA (v6.3.15#6346)