You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Alex Rudyy (JIRA)" <ji...@apache.org> on 2015/08/12 10:10:46 UTC

[jira] [Assigned] (QPID-6690) [Java Broker] Errors like NoClassDefFoundError do not interrupt ListenableFuture.get() in ACO#doSync(ListenableFuture) blocking the configuration thread and hanging the Broker on creation of BDB VHN/VH when JE library is not available in classpath

     [ https://issues.apache.org/jira/browse/QPID-6690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Rudyy reassigned QPID-6690:
--------------------------------

    Assignee: Alex Rudyy

> [Java Broker] Errors like NoClassDefFoundError do not interrupt ListenableFuture.get() in ACO#doSync(ListenableFuture)  blocking the configuration thread and hanging the Broker on creation of BDB VHN/VH when JE library is not available in classpath
> --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: QPID-6690
>                 URL: https://issues.apache.org/jira/browse/QPID-6690
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>            Reporter: Alex Rudyy
>            Assignee: Alex Rudyy
>            Priority: Blocker
>
> Creation of BDB VHN/VH via UI hangs without any error reported via REST or into broker logs when JE library is not available in the classpath. Additionally, Broker hangs to start-up when BDB VHN/VH are present in the configuration store but JE library is not available.
> The issues is caused by call to ListenableFuture.get() in AbstractConfiguredObject#doSync(ListenableFuture) . Errors like NoClassDefFoundError do not interrupt  ListenableFuture.get() and swallowed in the ExecutorService. As result, configuration thread is waiting forever until Broker process is stopped.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org