You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Eugene Kirpichov (JIRA)" <ji...@apache.org> on 2009/06/23 15:57:07 UTC

[jira] Created: (HBASE-1570) HBaseClient.Connection.sendParam is not synchronized, which may lead to an NPE

HBaseClient.Connection.sendParam is not synchronized, which may lead to an NPE
------------------------------------------------------------------------------

                 Key: HBASE-1570
                 URL: https://issues.apache.org/jira/browse/HBASE-1570
             Project: Hadoop HBase
          Issue Type: Bug
    Affects Versions: 0.19.3, 0.19.2
            Reporter: Eugene Kirpichov


Suppose that two threads are concurrently calling HBaseClient.getConnection() to an address to which no connection has been made yet, or one existed but has been dropped due to an error.
One of the threads creates a Connection object, puts it into the 'connections' map, and there, starts doing before connection.setupIOStreams, goes a context switch

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


[jira] Updated: (HBASE-1570) HBaseClient.Connection.sendParam is not synchronized, which may lead to an NPE

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

Eugene Kirpichov updated HBASE-1570:
------------------------------------

    Description: [Sorry, pressed Ctrl-Enter accidentally. Please remove this issue]  (was: Suppose that two threads are concurrently calling HBaseClient.getConnection() to an address to which no connection has been made yet, or one existed but has been dropped due to an error.
One of the threads creates a Connection object, puts it into the 'connections' map, and there, starts doing before connection.setupIOStreams, goes a context switch)

> HBaseClient.Connection.sendParam is not synchronized, which may lead to an NPE
> ------------------------------------------------------------------------------
>
>                 Key: HBASE-1570
>                 URL: https://issues.apache.org/jira/browse/HBASE-1570
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.19.2, 0.19.3
>            Reporter: Eugene Kirpichov
>
> [Sorry, pressed Ctrl-Enter accidentally. Please remove this issue]

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


[jira] Resolved: (HBASE-1570) HBaseClient.Connection.sendParam is not synchronized, which may lead to an NPE

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

Eugene Kirpichov resolved HBASE-1570.
-------------------------------------

    Resolution: Invalid

> HBaseClient.Connection.sendParam is not synchronized, which may lead to an NPE
> ------------------------------------------------------------------------------
>
>                 Key: HBASE-1570
>                 URL: https://issues.apache.org/jira/browse/HBASE-1570
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.19.2, 0.19.3
>            Reporter: Eugene Kirpichov
>
> [Sorry, pressed Ctrl-Enter accidentally. Please remove this issue]

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