[ https://issues.apache.org/jira/browse/GEODE-3516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16157466#comment-16157466 ]
ASF subversion and git services commented on GEODE-3516: -------------------------------------------------------- Commit a94fd4dd288277df54b1b3b90959097c928ff67d in geode's branch refs/heads/feature/GEODE-3557 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 > Fix For: 1.3.0 > > > 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)