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 C8DED17A04 for ; Tue, 29 Sep 2015 13:20:38 +0000 (UTC) Received: (qmail 48019 invoked by uid 500); 29 Sep 2015 13:20:04 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 47970 invoked by uid 500); 29 Sep 2015 13:20:04 -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 47957 invoked by uid 99); 29 Sep 2015 13:20:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Sep 2015 13:20:04 +0000 Date: Tue, 29 Sep 2015 13:20:04 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-14437) ArithmeticException in ReplicationInterClusterEndpoint 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-14437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14935145#comment-14935145 ] Hudson commented on HBASE-14437: -------------------------------- SUCCESS: Integrated in HBase-1.3-IT #190 (See [https://builds.apache.org/job/HBase-1.3-IT/190/]) HBASE-14437 - ArithmeticException in ReplicationInterClusterEndpoint (Ram) (ramkrishna: rev d0d79f46c4cb6887ec2e620083937f6e8aa7d0d4) * hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/HBaseInterClusterReplicationEndpoint.java > ArithmeticException in ReplicationInterClusterEndpoint > ------------------------------------------------------ > > Key: HBASE-14437 > URL: https://issues.apache.org/jira/browse/HBASE-14437 > Project: HBase > Issue Type: Bug > Reporter: ramkrishna.s.vasudevan > Assignee: ramkrishna.s.vasudevan > Priority: Minor > Fix For: 2.0.0, 1.2.0, 1.3.0 > > Attachments: HBASE-14437.patch, HBASE-14437_1.patch > > > {code} > 2015-09-15 21:49:36,923 WARN [ReplicationExecutor-0.replicationSource,1-stobdtserver1,16041,1442333166156.replicationSource.stobdtserver1%2C16041%2C1442333166156.default,1-stobdtserver1,16041,1442333166156] regionserver.ReplicationSource: org.apache.hadoop.hbase.replication.regionserver.HBaseInterClusterReplicationEndpoint threw unknown exception:java.lang.ArithmeticException: / by zero > at org.apache.hadoop.hbase.replication.regionserver.HBaseInterClusterReplicationEndpoint.replicate(HBaseInterClusterReplicationEndpoint.java:178) > at org.apache.hadoop.hbase.replication.regionserver.ReplicationSource$ReplicationSourceWorkerThread.shipEdits(ReplicationSource.java:906) > at org.apache.hadoop.hbase.replication.regionserver.ReplicationSource$ReplicationSourceWorkerThread.run(ReplicationSource.java:616) > {code} > This happened where a two node cluster set up with one acting as a master and the other peer. The peer cluster went down and this warning log msg started coming the main cluster RS logs. -- This message was sent by Atlassian JIRA (v6.3.4#6332)