[
https://issues.apache.org/jira/browse/YOKO-467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15873473#comment-15873473
]
David Jencks edited comment on YOKO-467 at 2/19/17 4:39 AM:
------------------------------------------------------------
commit 4d93d897fa1cdb751727a9d2ac659c9782957ab1
Author: David Jencks <[email protected]>
Date: Thu May 21 14:35:40 2015 -0400
work on shutdown logic; wait to close down pool until
GIOPConnectionThreaded shutdowns have been run
commit 31052189df9c44be0411dbfea2f49ad009d9818f
Author: Neil Richards <[email protected]>
Date: Tue May 19 00:01:46 2015 +0100
Use ReadWriteLock for receiver threads / shutdown
commit 7ddcd032e1732c423d76c456c61907c63edc9af9
Author: David Jencks <[email protected]>
Date: Sun May 17 00:23:20 2015 -0400
Fix deadlock on some jdks between write and close by synchronizing shutdown
using the sendMutex_ already used for send
commit d33611df9211e59e8bb282ce1bd29ad7d22f814e
Author: David Jencks <[email protected]>
Date: Sat May 16 18:43:14 2015 -0400
use internal ExecutorServices instead of thread groups in ORBInstance to
remove client deadlock due to expecting threads ending to notify their thread
group
commit a1cab3bca0fbe660f99dde2bbea46504f1c53b02
Author: Neil Richards <[email protected]>
Date: Tue May 19 00:01:46 2015 +0100
Use ReadWriteLock for receiver threads / shutdown
commit 07e7ccf08e7f7993dc8d306c00b95cb9947fc165
Author: David Jencks <[email protected]>
Date: Sun May 17 00:23:20 2015 -0400
Fix deadlock on some jdks between write and close by synchronizing shutdown
using the sendMutex_ already used for send
commit 52e1b45736e8b939f6286d3833aa37c5690a4b39
Author: David Jencks <[email protected]>
Date: Sat May 16 18:43:14 2015 -0400
use internal ExecutorServices instead of thread groups in ORBInstance to
remove client deadlock due to expecting threads ending to notify their thread
group
was (Author: djencks):
commit a1cab3bca0fbe660f99dde2bbea46504f1c53b02
Author: Neil Richards <[email protected]>
Date: Tue May 19 00:01:46 2015 +0100
Use ReadWriteLock for receiver threads / shutdown
commit 07e7ccf08e7f7993dc8d306c00b95cb9947fc165
Author: David Jencks <[email protected]>
Date: Sun May 17 00:23:20 2015 -0400
Fix deadlock on some jdks between write and close by synchronizing shutdown
using the sendMutex_ already used for send
commit 52e1b45736e8b939f6286d3833aa37c5690a4b39
Author: David Jencks <[email protected]>
Date: Sat May 16 18:43:14 2015 -0400
use internal ExecutorServices instead of thread groups in ORBInstance to
remove client deadlock due to expecting threads ending to notify their thread
group
> Fix a bunch of deadlocks by using executor services instead of thread groups
> ----------------------------------------------------------------------------
>
> Key: YOKO-467
> URL: https://issues.apache.org/jira/browse/YOKO-467
> Project: Yoko - CORBA Server
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: orb core
> Affects Versions: v1.1.0
> Reporter: David Jencks
> Assignee: David Jencks
>
> Yoko internal thread usage relies on thread groups and some
> jdk-implementation specific assumptions about notifications to detect thread
> shutdown. These assumptions are false on (at least) ibm jdks. Use of
> Executors is a lot clearer and avoids these deadlocks, as well as promoting
> thread reuse.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)