[ https://issues.apache.org/jira/browse/FELIX-4976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14646036#comment-14646036 ]
ASF GitHub Bot commented on FELIX-4976: --------------------------------------- GitHub user cschneider opened a pull request: https://github.com/apache/felix/pull/31 [FELIX-4976] Fix for ORPHANED problem You can merge this pull request into a Git repository by running: $ git pull https://github.com/cschneider/felix FELIX-4976 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/felix/pull/31.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #31 ---- commit 50bbe0a8631ae6323f2dee197b7aabfbe96f573d Author: Christian Schneider <ch...@die-schneider.net> Date: 2015-07-29T13:30:51Z [FELIX-4976] Fix for ORPHANED problem ---- > Coordinations are always ORPHANED if the only are on the thread stack > --------------------------------------------------------------------- > > Key: FELIX-4976 > URL: https://issues.apache.org/jira/browse/FELIX-4976 > Project: Felix > Issue Type: Bug > Components: Coordinator Service > Affects Versions: coordinator-1.0.0 > Reporter: Christian Schneider > Priority: Critical > Fix For: coordinator-1.0.2 > > > The calls below should work but failed as the coordination is regarded as > ORPHANED. > coordinator.begin("test", 0); > System.gc(); > coordinator.pop().end(); > I can try to provide a fix if you want. -- This message was sent by Atlassian JIRA (v6.3.4#6332)