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 AA8B0200B59 for ; Mon, 8 Aug 2016 21:30:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A90BD160AB7; Mon, 8 Aug 2016 19:30: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 F0179160A77 for ; Mon, 8 Aug 2016 21:30:21 +0200 (CEST) Received: (qmail 82878 invoked by uid 500); 8 Aug 2016 19:30: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 82803 invoked by uid 99); 8 Aug 2016 19:30:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Aug 2016 19:30:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E47872C0D60 for ; Mon, 8 Aug 2016 19:30:20 +0000 (UTC) Date: Mon, 8 Aug 2016 19:30:20 +0000 (UTC) From: "Philip Thompson (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-12176) dtest failure in materialized_views_test.TestMaterializedViews.complex_repair_test MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 08 Aug 2016 19:30:22 -0000 [ https://issues.apache.org/jira/browse/CASSANDRA-12176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15412322#comment-15412322 ] Philip Thompson commented on CASSANDRA-12176: --------------------------------------------- I'd be okay closing, as we can always re-open if we see it again, but it's up to Carl. > dtest failure in materialized_views_test.TestMaterializedViews.complex_repair_test > ---------------------------------------------------------------------------------- > > Key: CASSANDRA-12176 > URL: https://issues.apache.org/jira/browse/CASSANDRA-12176 > Project: Cassandra > Issue Type: Bug > Reporter: Sean McCarthy > Assignee: Carl Yeksigian > 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, node4.log, node4_debug.log, node4_gc.log, node5.log, node5_debug.log, node5_gc.log > > > example failure: > http://cassci.datastax.com/job/cassandra-3.9_novnode_dtest/8/testReport/materialized_views_test/TestMaterializedViews/complex_repair_test > Failed on CassCI build cassandra-3.9_novnode_dtest #8 > {code} > Stacktrace > File "/usr/lib/python2.7/unittest/case.py", line 329, in run > testMethod() > File "/home/automaton/cassandra-dtest/materialized_views_test.py", line 956, in complex_repair_test > session.execute("CREATE TABLE ks.t (id int PRIMARY KEY, v int, v2 text, v3 decimal)" > File "cassandra/cluster.py", line 1941, in cassandra.cluster.Session.execute (cassandra/cluster.c:33642) > return self.execute_async(query, parameters, trace, custom_payload, timeout, execution_profile).result() > File "cassandra/cluster.py", line 3629, in cassandra.cluster.ResponseFuture.result (cassandra/cluster.c:69369) > raise self._final_exception > ' > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)