You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@etch.apache.org by "Holger Grandy (JIRA)" <ji...@apache.org> on 2010/10/14 09:19:32 UTC

[jira] Created: (ETCH-108) C Binding: Race condition for simultaneous connection loss and runtime cleanup

C Binding: Race condition for simultaneous connection loss and runtime cleanup
------------------------------------------------------------------------------

                 Key: ETCH-108
                 URL: https://issues.apache.org/jira/browse/ETCH-108
             Project: Etch
          Issue Type: Bug
          Components: c-binding
            Reporter: Holger Grandy
            Priority: Minor
             Fix For: 1.2


when stopping and destroying the runtime on client side in the same moment as the server closes the socket, a race condition might occur. 
Fix: join client receive thread even in case of errors

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


[jira] Updated: (ETCH-108) C Binding: Race condition for simultaneous connection loss and runtime cleanup

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

Holger Grandy updated ETCH-108:
-------------------------------

    Affects Version/s: 1.1

> C Binding: Race condition for simultaneous connection loss and runtime cleanup
> ------------------------------------------------------------------------------
>
>                 Key: ETCH-108
>                 URL: https://issues.apache.org/jira/browse/ETCH-108
>             Project: Etch
>          Issue Type: Bug
>          Components: c-binding
>    Affects Versions: 1.1
>            Reporter: Holger Grandy
>            Assignee: Holger Grandy
>            Priority: Minor
>             Fix For: 1.2
>
>
> when stopping and destroying the runtime on client side in the same moment as the server closes the socket, a race condition might occur. 
> Fix: join client receive thread even in case of errors

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


[jira] Assigned: (ETCH-108) C Binding: Race condition for simultaneous connection loss and runtime cleanup

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

Holger Grandy reassigned ETCH-108:
----------------------------------

    Assignee: Holger Grandy

> C Binding: Race condition for simultaneous connection loss and runtime cleanup
> ------------------------------------------------------------------------------
>
>                 Key: ETCH-108
>                 URL: https://issues.apache.org/jira/browse/ETCH-108
>             Project: Etch
>          Issue Type: Bug
>          Components: c-binding
>            Reporter: Holger Grandy
>            Assignee: Holger Grandy
>            Priority: Minor
>             Fix For: 1.2
>
>
> when stopping and destroying the runtime on client side in the same moment as the server closes the socket, a race condition might occur. 
> Fix: join client receive thread even in case of errors

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


[jira] Resolved: (ETCH-108) C Binding: Race condition for simultaneous connection loss and runtime cleanup

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

Holger Grandy resolved ETCH-108.
--------------------------------

    Resolution: Fixed

> C Binding: Race condition for simultaneous connection loss and runtime cleanup
> ------------------------------------------------------------------------------
>
>                 Key: ETCH-108
>                 URL: https://issues.apache.org/jira/browse/ETCH-108
>             Project: Etch
>          Issue Type: Bug
>          Components: c-binding
>    Affects Versions: 1.1
>            Reporter: Holger Grandy
>            Assignee: Holger Grandy
>            Priority: Minor
>             Fix For: 1.2
>
>
> when stopping and destroying the runtime on client side in the same moment as the server closes the socket, a race condition might occur. 
> Fix: join client receive thread even in case of errors

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