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 00EDF17A43 for ; Fri, 31 Oct 2014 16:11:35 +0000 (UTC) Received: (qmail 79042 invoked by uid 500); 31 Oct 2014 16:11:34 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 79002 invoked by uid 500); 31 Oct 2014 16:11:34 -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 78883 invoked by uid 99); 31 Oct 2014 16:11:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Oct 2014 16:11:34 +0000 Date: Fri, 31 Oct 2014 16:11:34 +0000 (UTC) From: "Josh Elser (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-3279) BackupMasterIT failed with BadVersion ZK Exception 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-3279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14191985#comment-14191985 ] Josh Elser commented on ACCUMULO-3279: -------------------------------------- Thanks for confirming, [~ecn]. I'll make the change. > BackupMasterIT failed with BadVersion ZK Exception > -------------------------------------------------- > > Key: ACCUMULO-3279 > URL: https://issues.apache.org/jira/browse/ACCUMULO-3279 > Project: Accumulo > Issue Type: Bug > Components: master > Reporter: Josh Elser > Assignee: Josh Elser > Fix For: 1.6.2, 1.7.0 > > > Saw this one after I did some work on our ZK code. Need to investigate the failure and make sure I didn't screw anything up. > {noformat} > E AssertionError: KeeperErrorCode = BadVersion for /accumulo/02b584de-03df-463d-8c86-947297d609b2/masters/lock/zlock-0000000000 > E org.apache.zookeeper.KeeperException$BadVersionException: KeeperErrorCode = BadVersion for /accumulo/02b584de-03df-463d-8c86-947297d609b2/masters/lock/zlock-0000000000 > E at org.apache.zookeeper.KeeperException.create(KeeperException.java:115) > E at org.apache.zookeeper.KeeperException.create(KeeperException.java:51) > E at org.apache.zookeeper.ZooKeeper.delete(ZooKeeper.java:873) > E at org.apache.accumulo.fate.zookeeper.ZooUtil.recursiveDelete(ZooUtil.java:226) > E at org.apache.accumulo.fate.zookeeper.ZooUtil.recursiveDelete(ZooUtil.java:256) > E at org.apache.accumulo.fate.zookeeper.ZooReaderWriter.recursiveDelete(ZooReaderWriter.java:62) > E at org.apache.accumulo.test.functional.BackupMasterIT.test(BackupMasterIT.java:60) > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)