Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 34AE418CED for ; Mon, 1 Jun 2015 17:47:20 +0000 (UTC) Received: (qmail 86463 invoked by uid 500); 1 Jun 2015 17:47:20 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 86434 invoked by uid 500); 1 Jun 2015 17:47:20 -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 86420 invoked by uid 99); 1 Jun 2015 17:47:19 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Jun 2015 17:47:19 +0000 Date: Mon, 1 Jun 2015 17:47:19 +0000 (UTC) From: "Philip Thompson (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-9512) CqlTableTest.testCqlNativeStorageCollectionColumnTable failed in trunk MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-9512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14567639#comment-14567639 ] Philip Thompson commented on CASSANDRA-9512: -------------------------------------------- The failure Ariel linked is the exact same failure. It seems the driver is throwing NoHostAvailableException, with no indicated cause, implying it believes all nodes are down. I see nothing in the system.log to indicate why the node would have failed. I am only able to reproduce this failure every few hundred runs. > CqlTableTest.testCqlNativeStorageCollectionColumnTable failed in trunk > ---------------------------------------------------------------------- > > Key: CASSANDRA-9512 > URL: https://issues.apache.org/jira/browse/CASSANDRA-9512 > Project: Cassandra > Issue Type: Test > Components: Tests > Reporter: Michael Shuler > Assignee: Philip Thompson > Labels: test-failure > Fix For: 3.x > > > Error: > {{expected:<1> but was:<2>}} > The trace shows: > {noformat} > java.io.IOException: java.lang.RuntimeException: failed to prepare cql query update cql3ks.collectiontable set n = ? WHERE "m" = ? > at org.apache.cassandra.hadoop.cql3.CqlRecordWriter$RangeClient.run(CqlRecordWriter.java:357) ~[main/:na] > {noformat} > http://cassci.datastax.com/view/trunk/job/trunk_testall/123/testReport/junit/org.apache.cassandra.pig/CqlTableTest/testCqlNativeStorageCollectionColumnTable/ -- This message was sent by Atlassian JIRA (v6.3.4#6332)