You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Bertrand Delacretaz (JIRA)" <ji...@apache.org> on 2014/10/15 17:02:33 UTC

[jira] [Created] (SLING-4061) Deadlock involving discovery services at startup with Oak

Bertrand Delacretaz created SLING-4061:
------------------------------------------

             Summary: Deadlock involving discovery services at startup with Oak
                 Key: SLING-4061
                 URL: https://issues.apache.org/jira/browse/SLING-4061
             Project: Sling
          Issue Type: Bug
          Components: Extensions
            Reporter: Bertrand Delacretaz


I just got a deadlock at startup when starting the launchpad integration tests instance on sling trunk revision 1632058 (so starting with Oak):

{code}
export DBG="-Xmx1G  -XX:MaxPermSize=256m -agentlib:jdwp=transport=dt_socket,address=30303,server=y,suspend=n"
export MAVEN_OPTS="-Xmx1G  -XX:MaxPermSize=256m $DBG -Dsling.run.modes=oak"
cd launchpad/testing
mvn launchpad:run
{code}

I'll attach the stack trace. The discovery HeartbeatHandler, and DiscoveryServiceImpl classes are involved.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)