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 8A0E810D41 for ; Wed, 19 Jun 2013 19:09:20 +0000 (UTC) Received: (qmail 11315 invoked by uid 500); 19 Jun 2013 19:09:20 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 11294 invoked by uid 500); 19 Jun 2013 19:09: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 11285 invoked by uid 99); 19 Jun 2013 19:09:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Jun 2013 19:09:20 +0000 Date: Wed, 19 Jun 2013 19:09:19 +0000 (UTC) From: "Ryan McGuire (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CASSANDRA-5668) NPE in net.OutputTcpConnection when tracing is enabled MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Ryan McGuire created CASSANDRA-5668: --------------------------------------- Summary: NPE in net.OutputTcpConnection when tracing is enabled Key: CASSANDRA-5668 URL: https://issues.apache.org/jira/browse/CASSANDRA-5668 Project: Cassandra Issue Type: Bug Reporter: Ryan McGuire I get multiple NullPointerException when trying to trace INSERT statements. To reproduce: {code} $ ccm create -v git:trunk $ ccm populate -n 3 $ ccm start $ ccm node1 cqlsh < npe_ddl.cql $ ccm node1 cqlsh < npe_insert.cql {code} And see many exceptions like this in the logs of node1: {code} ERROR [WRITE-/127.0.0.3] 2013-06-19 14:54:35,885 OutboundTcpConnection.java (line 197) error writing to /127.0.0.3 java.lang.NullPointerException at org.apache.cassandra.net.OutboundTcpConnection.writeConnected(OutboundTcpConnection.java:182) at org.apache.cassandra.net.OutboundTcpConnection.run(OutboundTcpConnection.java:144) {code} This is similar to CASSANDRA-5658 -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira