You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/09/06 21:57:00 UTC

[jira] [Commented] (GEODE-3516) TXManagerImpl.tryResume call may add itself again into the waiting thread queue

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

ASF subversion and git services commented on GEODE-3516:
--------------------------------------------------------

Commit a94fd4dd288277df54b1b3b90959097c928ff67d in geode's branch refs/heads/develop from [~eshu]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=a94fd4d ]

GEODE-3516: Avoid tryResume call to add the thread again into the waiting thread queue

    Avoid tryResume add a thread multiple times into the waiting queue.
    Add a unit test that verify the fix.


> TXManagerImpl.tryResume call may add itself again into the waiting thread queue
> -------------------------------------------------------------------------------
>
>                 Key: GEODE-3516
>                 URL: https://issues.apache.org/jira/browse/GEODE-3516
>             Project: Geode
>          Issue Type: Bug
>          Components: transactions
>    Affects Versions: 1.1.0, 1.2.0, 1.3.0
>            Reporter: Eric Shu
>            Assignee: Eric Shu
>
> Need to avoid adding tryResume thread again into the thread queue when it is spuriously returned from LockSupport.parkNanos call.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)