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 51C251043F for ; Thu, 23 Jan 2014 10:45:51 +0000 (UTC) Received: (qmail 22371 invoked by uid 500); 23 Jan 2014 10:45:50 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 22036 invoked by uid 500); 23 Jan 2014 10:45:42 -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 21996 invoked by uid 99); 23 Jan 2014 10:45:40 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jan 2014 10:45:40 +0000 Date: Thu, 23 Jan 2014 10:45:40 +0000 (UTC) From: "Vikram Srivastava (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (ACCUMULO-2154) NoNodeException error in master 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-2154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vikram Srivastava updated ACCUMULO-2154: ---------------------------------------- Attachment: ACCUMULO-2154.v2.patch.txt Attached patch where this exception is ignored. > NoNodeException error in master > ------------------------------- > > Key: ACCUMULO-2154 > URL: https://issues.apache.org/jira/browse/ACCUMULO-2154 > Project: Accumulo > Issue Type: Bug > Components: master > Environment: 1.6.0 sha 417902e218c566333b6ea5ac492186ae305e5e16 > Reporter: John Vines > Assignee: Vikram Srivastava > Labels: PatchAvailable > Fix For: 1.6.0 > > Attachments: ACCUMULO-2154.v1.patch.txt, ACCUMULO-2154.v2.patch.txt > > > I have a test that brings accumulo down hard after a minute and then brings it back up again. I was running it overnight and I saw this stack trace once. Not sure if it's a problem or not though. > {code}org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /accumulo/617ee3a7-98b9-4f5f-af13-8894afe7c33c/dead/tservers/10.10.1.148:9997 > org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /accumulo/617ee3a7-98b9-4f5f-af13-8894afe7c33c/dead/tservers/10.10.1.148:9997 > at org.apache.zookeeper.KeeperException.create(KeeperException.java:111) > at org.apache.zookeeper.KeeperException.create(KeeperException.java:51) > at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1151) > at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1180) > at org.apache.accumulo.fate.zookeeper.ZooReader.getData(ZooReader.java:45) > at org.apache.accumulo.server.master.state.DeadServerList.getList(DeadServerList.java:52) > at org.apache.accumulo.master.MasterClientServiceHandler.getMasterStats(MasterClientServiceHandler.java:268) > 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.trace.instrument.thrift.TraceWrap$1.invoke(TraceWrap.java:63) > at com.sun.proxy.$Proxy11.getMasterStats(Unknown Source) > at org.apache.accumulo.core.master.thrift.MasterClientService$Processor$getMasterStats.getResult(MasterClientService.java:1414) > at org.apache.accumulo.core.master.thrift.MasterClientService$Processor$getMasterStats.getResult(MasterClientService.java:1398) > at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:39) > at org.apache.thrift.TBaseProcessor.process(TBaseProcessor.java:39) > at org.apache.accumulo.server.util.TServerUtils$TimedProcessor.process(TServerUtils.java:171) > at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:206) > at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918) > at java.lang.Thread.run(Thread.java:662){code} -- This message was sent by Atlassian JIRA (v6.1.5#6160)