You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Nigel Daley (JIRA)" <ji...@apache.org> on 2007/05/15 00:34:16 UTC

[jira] Created: (HADOOP-1365) Inconsistent synchronization of Client$Connection.shouldCloseConnection; locked 66% of time

Inconsistent synchronization of Client$Connection.shouldCloseConnection; locked 66% of time
-------------------------------------------------------------------------------------------

                 Key: HADOOP-1365
                 URL: https://issues.apache.org/jira/browse/HADOOP-1365
             Project: Hadoop
          Issue Type: Bug
          Components: ipc
    Affects Versions: 0.12.3
            Reporter: Nigel Daley
            Priority: Blocker
             Fix For: 0.13.0


Client.java line 244

The shouldCloseConnection field of this class appears to be accessed inconsistently with respect to synchronization.

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


[jira] Updated: (HADOOP-1365) Inconsistent synchronization of Client$Connection.shouldCloseConnection; locked 66% of time

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

Doug Cutting updated HADOOP-1365:
---------------------------------

    Fix Version/s:     (was: 0.13.0)
                   0.14.0
         Assignee: Devaraj Das

If this isn't a blocker then it should be moved to 0.14.  Or should it be marked "won't fix"?  Devaraj?

> Inconsistent synchronization of Client$Connection.shouldCloseConnection; locked 66% of time
> -------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-1365
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1365
>             Project: Hadoop
>          Issue Type: Bug
>          Components: ipc
>    Affects Versions: 0.12.3
>            Reporter: Nigel Daley
>         Assigned To: Devaraj Das
>            Priority: Minor
>             Fix For: 0.14.0
>
>
> Client.java line 244
> The shouldCloseConnection field of this class appears to be accessed inconsistently with respect to synchronization.

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


[jira] Resolved: (HADOOP-1365) Inconsistent synchronization of Client$Connection.shouldCloseConnection; locked 66% of time

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

Devaraj Das resolved HADOOP-1365.
---------------------------------

    Resolution: Won't Fix

The synchronization is there really.

> Inconsistent synchronization of Client$Connection.shouldCloseConnection; locked 66% of time
> -------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-1365
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1365
>             Project: Hadoop
>          Issue Type: Bug
>          Components: ipc
>    Affects Versions: 0.12.3
>            Reporter: Nigel Daley
>         Assigned To: Devaraj Das
>            Priority: Minor
>             Fix For: 0.14.0
>
>
> Client.java line 244
> The shouldCloseConnection field of this class appears to be accessed inconsistently with respect to synchronization.

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


[jira] Updated: (HADOOP-1365) Inconsistent synchronization of Client$Connection.shouldCloseConnection; locked 66% of time

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

Devaraj Das updated HADOOP-1365:
--------------------------------

    Priority: Minor  (was: Blocker)

This is not a blocker - the method setCloseConnection (that accesses shouldCloseConnection) is synchronized on the connection object at the place the method is invoked.

> Inconsistent synchronization of Client$Connection.shouldCloseConnection; locked 66% of time
> -------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-1365
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1365
>             Project: Hadoop
>          Issue Type: Bug
>          Components: ipc
>    Affects Versions: 0.12.3
>            Reporter: Nigel Daley
>            Priority: Minor
>             Fix For: 0.13.0
>
>
> Client.java line 244
> The shouldCloseConnection field of this class appears to be accessed inconsistently with respect to synchronization.

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