You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Lars Hofhansl (JIRA)" <ji...@apache.org> on 2013/05/22 02:54:20 UTC

[jira] [Comment Edited] (HBASE-8525) Use sleep multilier when choosing sinks in ReplicationSource

    [ https://issues.apache.org/jira/browse/HBASE-8525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13663639#comment-13663639 ] 

Lars Hofhansl edited comment on HBASE-8525 at 5/22/13 12:52 AM:
----------------------------------------------------------------

Slight improvement. Allows to set socketTimeoutMultiplier manually. maxretriesmultiplier^2 does not make any sense for larger values of maxretriesmultiplier.
                
      was (Author: lhofhansl):
    Slight improvement. Allows to set socketTimeoutMultiplier manual. maxretriesmultiplier^2 does not make any sense for larger values of maxretriesmultiplier.
                  
> 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
>            Assignee: Lars Hofhansl
>            Priority: Trivial
>             Fix For: 0.98.0, 0.94.8, 0.95.1
>
>         Attachments: 8525-0.94.txt, 8525-0.94-v2.txt, 8525-0.94-v3.txt, 8525-trunk.txt
>
>
> 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