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 EC03910F6F for ; Fri, 10 Jan 2014 14:36:53 +0000 (UTC) Received: (qmail 16780 invoked by uid 500); 10 Jan 2014 14:36:09 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 16681 invoked by uid 500); 10 Jan 2014 14:36:00 -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 16657 invoked by uid 99); 10 Jan 2014 14:35:57 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jan 2014 14:35:57 +0000 Date: Fri, 10 Jan 2014 14:35:57 +0000 (UTC) From: "Eric Newton (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (ACCUMULO-2168) WriteAheadLogIT failed 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-2168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Newton reassigned ACCUMULO-2168: ------------------------------------- Assignee: Eric Newton > WriteAheadLogIT failed > ---------------------- > > Key: ACCUMULO-2168 > URL: https://issues.apache.org/jira/browse/ACCUMULO-2168 > Project: Accumulo > Issue Type: Bug > Reporter: Keith Turner > Assignee: Eric Newton > Fix For: 1.6.0 > > > Saw the following the tserver log when WriteAheadLogIT failed. I think this prevented the table from loading, which caused the test timeout. The message was repeated. I the // in hdfs:// is what zookeeper is complaining about. > {noformat} > 2014-01-09 19:45:54,791 [util.MetadataTableUtil] ERROR: java.lang.IllegalArgumentException: Invalid path string "/accumulo/af3b249b-d1ff-4c94-acd5-83f35e3647b8/root_tablet/walogs/hdfs://localhost:52141/accumulo/wal/node1+41165/fb6791ec-9cdc-4d73-aef5-60ad59bb7a15" caused by empty node name specified @72 > java.lang.IllegalArgumentException: Invalid path string "/accumulo/af3b249b-d1ff-4c94-acd5-83f35e3647b8/root_tablet/walogs/hdfs://localhost:52141/accumulo/wal/node1+41165/fb6791ec-9cdc-4d73-aef5-60ad59bb7a15" caused by empty node name specified @72 > at org.apache.zookeeper.common.PathUtils.validatePath(PathUtils.java:99) > at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1231) > at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1277) > at org.apache.accumulo.fate.zookeeper.ZooUtil.recursiveDelete(ZooUtil.java:103) > at org.apache.accumulo.fate.zookeeper.ZooUtil.recursiveDelete(ZooUtil.java:117) > at org.apache.accumulo.fate.zookeeper.ZooReaderWriter.recursiveDelete(ZooReaderWriter.java:65) > at org.apache.accumulo.server.util.MetadataTableUtil.removeUnusedWALEntries(MetadataTableUtil.java:611) > at org.apache.accumulo.tserver.Tablet.(Tablet.java:1393) > at org.apache.accumulo.tserver.Tablet.(Tablet.java:1235) > at org.apache.accumulo.tserver.Tablet.(Tablet.java:1090) > at org.apache.accumulo.tserver.Tablet.(Tablet.java:1079) > at org.apache.accumulo.tserver.TabletServer$AssignmentHandler.run(TabletServer.java:2895) > at org.apache.accumulo.core.util.LoggingRunnable.run(LoggingRunnable.java:34) > at org.apache.accumulo.tserver.TabletServer$ThriftClientHandler$3.run(TabletServer.java:2262) > {noformat} -- This message was sent by Atlassian JIRA (v6.1.5#6160)