Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 99C41200B66 for ; Thu, 18 Aug 2016 20:58:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 953C1160A86; Thu, 18 Aug 2016 18:58:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id DD9DC160AB7 for ; Thu, 18 Aug 2016 20:58:21 +0200 (CEST) Received: (qmail 46807 invoked by uid 500); 18 Aug 2016 18:58:21 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 46796 invoked by uid 99); 18 Aug 2016 18:58:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Aug 2016 18:58:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 832682C02AA for ; Thu, 18 Aug 2016 18:58:20 +0000 (UTC) Date: Thu, 18 Aug 2016 18:58:20 +0000 (UTC) From: "Philip Thompson (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (CASSANDRA-12494) dtest failure in topology_test.TestTopology.crash_during_decommission_test MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 18 Aug 2016 18:58:22 -0000 [ https://issues.apache.org/jira/browse/CASSANDRA-12494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philip Thompson reassigned CASSANDRA-12494: ------------------------------------------- Assignee: Philip Thompson (was: DS Test Eng) > dtest failure in topology_test.TestTopology.crash_during_decommission_test > -------------------------------------------------------------------------- > > Key: CASSANDRA-12494 > URL: https://issues.apache.org/jira/browse/CASSANDRA-12494 > Project: Cassandra > Issue Type: Test > Reporter: Sean McCarthy > Assignee: Philip Thompson > Labels: dtest > Attachments: node1.log, node1_debug.log, node1_gc.log, node2.log, node2_debug.log, node2_gc.log, node3.log, node3_debug.log, node3_gc.log > > > example failure: > http://cassci.datastax.com/job/trunk_offheap_dtest/376/testReport/topology_test/TestTopology/crash_during_decommission_test > {code} > Stacktrace > File "/usr/lib/python2.7/unittest/case.py", line 358, in run > self.tearDown() > File "/home/automaton/cassandra-dtest/dtest.py", line 673, in tearDown > raise AssertionError('Unexpected error in log, see stdout') > "Unexpected error in log, see stdout > {code} > {code} > Standard Output > Unexpected error in node1 log, error: > ERROR [RMI TCP Connection(2)-127.0.0.1] 2016-08-18 02:15:31,444 StorageService.java:3719 - Error while decommissioning node > org.apache.cassandra.streaming.StreamException: Stream failed > at org.apache.cassandra.streaming.StreamResultFuture.maybeComplete(StreamResultFuture.java:215) ~[main/:na] > at org.apache.cassandra.streaming.StreamResultFuture.handleSessionComplete(StreamResultFuture.java:191) ~[main/:na] > at org.apache.cassandra.streaming.StreamSession.closeSession(StreamSession.java:448) ~[main/:na] > at org.apache.cassandra.streaming.StreamSession.onError(StreamSession.java:551) ~[main/:na] > at org.apache.cassandra.streaming.StreamSession.start(StreamSession.java:249) ~[main/:na] > at org.apache.cassandra.streaming.StreamCoordinator$StreamSessionConnector.run(StreamCoordinator.java:263) ~[main/:na] > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) ~[na:1.8.0_45] > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) ~[na:1.8.0_45] > at java.lang.Thread.run(Thread.java:745) ~[na:1.8.0_45] > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)