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 8D98BDEBC for ; Fri, 24 Aug 2012 03:27:44 +0000 (UTC) Received: (qmail 34617 invoked by uid 500); 24 Aug 2012 03:27:44 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 34384 invoked by uid 500); 24 Aug 2012 03:27:43 -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 34354 invoked by uid 99); 24 Aug 2012 03:27:42 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Aug 2012 03:27:42 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 8F35D2C0A5F for ; Fri, 24 Aug 2012 03:27:42 +0000 (UTC) Date: Fri, 24 Aug 2012 14:27:42 +1100 (NCT) From: "terry zhang (JIRA)" To: issues@hbase.apache.org Message-ID: <2031448963.9171.1345778862587.JavaMail.jiratomcat@arcas> Subject: [jira] [Created] (HBASE-6652) [replication]replicationQueueSizeCapacity and replicationQueueNbCapacity default value is too big, Slave regionserver maybe outmemory after master start replication MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 terry zhang created HBASE-6652: ---------------------------------- Summary: [replication]replicationQueueSizeCapacity and replica= tionQueueNbCapacity default value is too big, Slave regionserver maybe outm= emory after master start replication Key: HBASE-6652 URL: https://issues.apache.org/jira/browse/HBASE-6652 Project: HBase Issue Type: Bug Components: replication Affects Versions: 0.94.1 Reporter: terry zhang Assignee: terry zhang now our replication replicationQueueSizeCapacity is set to 64M and replicat= ionQueueNbCapacity is set to 25000. So when a master cluster with many regi= onserver replicate to a small cluster =E3=80=82 Slave rpc queue will full a= nd out of memory . java.util.concurrent.ExecutionException: java.io.IOException: Call queue is= full, is ipc.server.max.callqueue.size too small? at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:22= 2) at java.util.concurrent.FutureTask.get(FutureTask.java:83) at org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImp= lementation.processBatchCallback(HConnectionManager.java: 1524) at org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImp= lementation.processBatch(HConnectionManager.java:1376) at org.apache.hadoop.hbase.client.HTable.batch(HTable.java:700) at org.apache.hadoop.hbase.client.HTablePool$PooledHTable.batch(HTa= blePool.java:361) at org.apache.hadoop.hbase.replication.regionserver.ReplicationSink= .batch(ReplicationSink.java:172) at org.apache.hadoop.hbase.replication.regionserver.ReplicationSink= .replicateEntries(ReplicationSink.java:129) at org.apache.hadoop.hbase.replication.regionserver.Replication.rep= licateLogEntries(Replication.java:139) at org.apache.hadoop.hbase.regionserver.HRegionServer.replicateLogE= ntries(HRegionServer.java:4018) at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethod= AccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.hadoop.hbase.ipc.WritableRpcEngine$Server.call(Writab= leRpcEngine.java:361) at org.apache.hadoop.hbase.ipc.HBaseServer$Handler.run(HBaseServer.= java:1414) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs: https://issues.apache.org/jira/secure/ContactAdministrators!default.jsp= a For more information on JIRA, see: http://www.atlassian.com/software/jira