Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A112618B91 for ; Thu, 29 Oct 2015 05:03:29 +0000 (UTC) Received: (qmail 77101 invoked by uid 500); 29 Oct 2015 05:03:28 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 77016 invoked by uid 500); 29 Oct 2015 05:03:28 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 76961 invoked by uid 99); 29 Oct 2015 05:03:28 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Oct 2015 05:03:28 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D2C152C1F60 for ; Thu, 29 Oct 2015 05:03:27 +0000 (UTC) Date: Thu, 29 Oct 2015 05:03:27 +0000 (UTC) From: "Yu Li (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-14699) Replication crashes regionservers when hbase.wal.provider is set to multiwal 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/HBASE-14699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14979818#comment-14979818 ] Yu Li commented on HBASE-14699: ------------------------------- Thanks [~eclark] for help integrating HBASE-6617 into branch-1.2, it seems we could close this JIRA now? > Replication crashes regionservers when hbase.wal.provider is set to multiwal > ---------------------------------------------------------------------------- > > Key: HBASE-14699 > URL: https://issues.apache.org/jira/browse/HBASE-14699 > Project: HBase > Issue Type: Bug > Components: Replication > Affects Versions: 1.2.0, 1.2.1 > Reporter: Ashu Pachauri > Assignee: Ashu Pachauri > Priority: Blocker > > When the hbase.wal.provider is set to multiwal and replication is enabled, the regionservers start crashing with the following exception: > {code} > ,16020,1445495411258: Failed to write replication wal position (filename=%2C16020%2C1445495411258.null0.1445495898373, position=1322399) > org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /hbase/replication/rs/,16020,1445495411258/1/%2C16020%2C1445495411258.null0.1445495898373 > at org.apache.zookeeper.KeeperException.create(KeeperException.java:111) > at org.apache.zookeeper.KeeperException.create(KeeperException.java:51) > at org.apache.zookeeper.ZooKeeper.setData(ZooKeeper.java:1270) > at org.apache.hadoop.hbase.zookeeper.RecoverableZooKeeper.setData(RecoverableZooKeeper.java:429) > at org.apache.hadoop.hbase.zookeeper.ZKUtil.setData(ZKUtil.java:940) > at org.apache.hadoop.hbase.zookeeper.ZKUtil.setData(ZKUtil.java:990) > at org.apache.hadoop.hbase.zookeeper.ZKUtil.setData(ZKUtil.java:984) > at org.apache.hadoop.hbase.replication.ReplicationQueuesZKImpl.setLogPosition(ReplicationQueuesZKImpl.java:129) > at org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceManager.logPositionAndCleanOldLogs(ReplicationSourceManager.java:177) > at org.apache.hadoop.hbase.replication.regionserver.ReplicationSource.run(ReplicationSource.java:388) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)