Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6DF3A10908 for ; Fri, 24 Jan 2014 20:27:05 +0000 (UTC) Received: (qmail 52674 invoked by uid 500); 24 Jan 2014 20:26:57 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 52633 invoked by uid 500); 24 Jan 2014 20:26:56 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 52487 invoked by uid 99); 24 Jan 2014 20:26:50 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Jan 2014 20:26:50 +0000 Date: Fri, 24 Jan 2014 20:26:50 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-684) npe during randomwalk test 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/ACCUMULO-684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13881397#comment-13881397 ] ASF subversion and git services commented on ACCUMULO-684: ---------------------------------------------------------- Commit 6593a9f5466e465ea7b8d46edfdef0544c42ada9 in branch refs/heads/master from [~bhavanki] [ https://git-wip-us.apache.org/repos/asf?p=accumulo.git;h=6593a9f ] ACCUMULO-2252 Backport ACCUMULO-684 to 1.4.x A one-line manual backport of the one-line fix in ACCUMULO-684. The ZooUtil class modified here is the one residing under the fate component in later releases. > npe during randomwalk test > -------------------------- > > Key: ACCUMULO-684 > URL: https://issues.apache.org/jira/browse/ACCUMULO-684 > Project: Accumulo > Issue Type: Bug > Components: test > Reporter: Eric Newton > Assignee: Eric Newton > Priority: Trivial > Fix For: 1.5.0 > > > Running a Concurrent test on the 10 node test cluster: > {noformat} > java.lang.Exception: Error running node Concurrent.xml > at org.apache.accumulo.server.test.randomwalk.Module.visit(Module.java:259) > at org.apache.accumulo.server.test.randomwalk.Framework.run(Framework.java:61) > at org.apache.accumulo.server.test.randomwalk.Framework.main(Framework.java:116) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.apache.accumulo.start.Main$1.run(Main.java:87) > at java.lang.Thread.run(Thread.java:662) > Caused by: java.lang.Exception: Error running node ct.CreateUser > at org.apache.accumulo.server.test.randomwalk.Module.visit(Module.java:259) > at org.apache.accumulo.server.test.randomwalk.Module.visit(Module.java:251) > ... 8 more > Caused by: org.apache.accumulo.core.client.AccumuloException: java.lang.NullPointerException > at org.apache.accumulo.core.client.admin.SecurityOperationsImpl.execute(SecurityOperationsImpl.java:61) > at org.apache.accumulo.core.client.admin.SecurityOperationsImpl.createUser(SecurityOperationsImpl.java:111) > at org.apache.accumulo.server.test.randomwalk.concurrent.CreateUser.visit(CreateUser.java:43) > at org.apache.accumulo.server.test.randomwalk.Module.visit(Module.java:251) > ... 9 more > Caused by: java.lang.NullPointerException > at org.apache.accumulo.fate.zookeeper.ZooUtil.getLockData(ZooUtil.java:226) > at org.apache.accumulo.core.client.impl.ServerClient.getConnection(ServerClient.java:136) > at org.apache.accumulo.core.client.impl.ServerClient.getConnection(ServerClient.java:122) > at org.apache.accumulo.core.client.impl.ServerClient.executeRaw(ServerClient.java:104) > at org.apache.accumulo.core.client.admin.SecurityOperationsImpl.execute(SecurityOperationsImpl.java:49) > ... 12 more > {noformat} -- This message was sent by Atlassian JIRA (v6.1.5#6160)