[infinispan-issues] [JBoss JIRA] (ISPN-6926) Server hang on start

Gustavo Fernandes (JIRA) issues at jboss.org
Thu Aug 4 05:55:00 EDT 2016


    [ https://issues.jboss.org/browse/ISPN-6926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13274950#comment-13274950 ] 

Gustavo Fernandes commented on ISPN-6926:
-----------------------------------------

The deadlock is exposed due to the conversion from scala to java, on class {{NettyTransport}}. In scala the epoll detection was done via {{lazy val}} block while in Java it is done in a static initializer block.

> Server hang on start
> --------------------
>
>                 Key: ISPN-6926
>                 URL: https://issues.jboss.org/browse/ISPN-6926
>             Project: Infinispan
>          Issue Type: Bug
>          Components: Server, Test Suite - Server
>            Reporter: Gustavo Fernandes
>            Assignee: Gustavo Fernandes
>            Priority: Critical
>         Attachments: server, surefire
>
>
> Server testsuite is hanging with the stack attached. Arquillian starts the server, and after it does not respond, tries to kill it, and block.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the infinispan-issues mailing list