You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2011/01/20 23:58:43 UTC

[jira] Created: (HBASE-3456) Fix hardcoding of 20 second socket timeout down in HBaseClient

Fix hardcoding of 20 second socket timeout down in HBaseClient
--------------------------------------------------------------

                 Key: HBASE-3456
                 URL: https://issues.apache.org/jira/browse/HBASE-3456
             Project: HBase
          Issue Type: Bug
            Reporter: stack


There is this code in HBaseClient:

{code}
            NetUtils.connect(this.socket, remoteId.getAddress(), 20000);
{code}

We need to be able to set this if only for testing.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (HBASE-3456) Fix hardcoding of 20 second socket timeout down in HBaseClient

Posted by "Andrew Purtell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-3456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Purtell reassigned HBASE-3456:
-------------------------------------

    Assignee: Andrew Purtell

> Fix hardcoding of 20 second socket timeout down in HBaseClient
> --------------------------------------------------------------
>
>                 Key: HBASE-3456
>                 URL: https://issues.apache.org/jira/browse/HBASE-3456
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: Andrew Purtell
>         Attachments: HBASE-3456.patch
>
>
> There is this code in HBaseClient:
> {code}
>             NetUtils.connect(this.socket, remoteId.getAddress(), 20000);
> {code}
> We need to be able to set this if only for testing.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HBASE-3456) Fix hardcoding of 20 second socket timeout down in HBaseClient

Posted by "Andrew Purtell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-3456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Purtell resolved HBASE-3456.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 0.92.0
                   0.90.1

Committed trivial patch to trunk and 0.90 branch.

> Fix hardcoding of 20 second socket timeout down in HBaseClient
> --------------------------------------------------------------
>
>                 Key: HBASE-3456
>                 URL: https://issues.apache.org/jira/browse/HBASE-3456
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: Andrew Purtell
>             Fix For: 0.90.1, 0.92.0
>
>         Attachments: HBASE-3456.patch
>
>
> There is this code in HBaseClient:
> {code}
>             NetUtils.connect(this.socket, remoteId.getAddress(), 20000);
> {code}
> We need to be able to set this if only for testing.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HBASE-3456) Fix hardcoding of 20 second socket timeout down in HBaseClient

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-3456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12985463#action_12985463 ] 

Hudson commented on HBASE-3456:
-------------------------------

Integrated in HBase-TRUNK #1719 (See [https://hudson.apache.org/hudson/job/HBase-TRUNK/1719/])
    

> Fix hardcoding of 20 second socket timeout down in HBaseClient
> --------------------------------------------------------------
>
>                 Key: HBASE-3456
>                 URL: https://issues.apache.org/jira/browse/HBASE-3456
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: Andrew Purtell
>             Fix For: 0.90.1, 0.92.0
>
>         Attachments: HBASE-3456.patch
>
>
> There is this code in HBaseClient:
> {code}
>             NetUtils.connect(this.socket, remoteId.getAddress(), 20000);
> {code}
> We need to be able to set this if only for testing.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HBASE-3456) Fix hardcoding of 20 second socket timeout down in HBaseClient

Posted by "Andrew Purtell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-3456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Purtell updated HBASE-3456:
----------------------------------

    Attachment: HBASE-3456.patch

> Fix hardcoding of 20 second socket timeout down in HBaseClient
> --------------------------------------------------------------
>
>                 Key: HBASE-3456
>                 URL: https://issues.apache.org/jira/browse/HBASE-3456
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: Andrew Purtell
>         Attachments: HBASE-3456.patch
>
>
> There is this code in HBaseClient:
> {code}
>             NetUtils.connect(this.socket, remoteId.getAddress(), 20000);
> {code}
> We need to be able to set this if only for testing.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HBASE-3456) Fix hardcoding of 20 second socket timeout down in HBaseClient

Posted by "stack (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-3456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984564#action_12984564 ] 

stack commented on HBASE-3456:
------------------------------

duh

Thanks Andrew.  Let me go commit test over in HBASE-3445

> Fix hardcoding of 20 second socket timeout down in HBaseClient
> --------------------------------------------------------------
>
>                 Key: HBASE-3456
>                 URL: https://issues.apache.org/jira/browse/HBASE-3456
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: Andrew Purtell
>             Fix For: 0.90.1, 0.92.0
>
>         Attachments: HBASE-3456.patch
>
>
> There is this code in HBaseClient:
> {code}
>             NetUtils.connect(this.socket, remoteId.getAddress(), 20000);
> {code}
> We need to be able to set this if only for testing.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.