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 8F633F6D9 for ; Fri, 10 May 2013 18:37:17 +0000 (UTC) Received: (qmail 94126 invoked by uid 500); 10 May 2013 18:37:16 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 94066 invoked by uid 500); 10 May 2013 18:37:16 -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 93904 invoked by uid 99); 10 May 2013 18:37:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 May 2013 18:37:15 +0000 Date: Fri, 10 May 2013 18:37:15 +0000 (UTC) From: "Lars Hofhansl (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-8525) Use sleep multilier when choosing sinks in ReplicationSource MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Lars Hofhansl created HBASE-8525: ------------------------------------ Summary: Use sleep multilier when choosing sinks in ReplicationSource Key: HBASE-8525 URL: https://issues.apache.org/jira/browse/HBASE-8525 Project: HBase Issue Type: Bug Reporter: Lars Hofhansl Fix For: 0.98.0, 0.94.8, 0.95.1 Currently we see this every second. Filling up the log: {code} 2013-05-10 18:36:00,766 INFO org.apache.zookeeper.ClientCnxn: Opening socket connection to server ist6-mnds1-2-sfm.ops.sfdc.net/10.224.156.197:2181. Will not attempt to authenticate using SASL (Unable to locate a login configuration) 2013-05-10 18:36:00,767 WARN org.apache.zookeeper.ClientCnxn: Session 0x0 for server null, unexpected error, closing socket connection and attempting reconnect java.net.ConnectException: Connection refused at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:599) at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1068) 2013-05-10 18:36:01,868 INFO org.apache.zookeeper.ClientCnxn: Opening socket connection to server ist6-mnds1-4-sfm.ops.sfdc.net/10.224.156.199:2181. Will not attempt to authenticate using SASL (Unable to locate a login configuration) 2013-05-10 18:36:01,870 WARN org.apache.zookeeper.ClientCnxn: Session 0x0 for server null, unexpected error, closing socket connection and attempting reconnect java.net.ConnectException: Connection refused at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:599) at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1068) 2013-05-10 18:36:01,971 INFO org.apache.zookeeper.ClientCnxn: Opening socket connection to server ist6-mnds1-3-sfm.ops.sfdc.net/10.224.156.198:2181. Will not attempt to authenticate using SASL (Unable to locate a login configuration) {code} Patch is trivial. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira