[jboss-jira] [JBoss JIRA] Commented: (JBAS-6803) java.lang.InterruptedException thrown from getNonDurableSubscriptionsCount
David Lloyd (JIRA)
jira-events at lists.jboss.org
Fri May 8 13:01:46 EDT 2009
[ https://jira.jboss.org/jira/browse/JBAS-6803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12466570#action_12466570 ]
David Lloyd commented on JBAS-6803:
-----------------------------------
Someone on the JBM team needs to reevaluate this code. IIRC it's falling out because it happens in a method which throws Exception so someone "forgot" to handle it. There needs to be some kind of reasonable semantics for when this code is interrupted.
> java.lang.InterruptedException thrown from getNonDurableSubscriptionsCount
> ----------------------------------------------------------------------------
>
> Key: JBAS-6803
> URL: https://jira.jboss.org/jira/browse/JBAS-6803
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Reporter: Shelly McGowan
> Assignee: Shelly McGowan
> Fix For: JBossAS-5.1.0.GA
>
> Attachments: cargo-JBAS6803.log
>
>
> This InterruptedException was discussed as part of JBAS-6546 which was closed as the hang was no longer seen. This InterruptedException is still unresolved and seen in the admin-console test: org.jboss.jopr.jsfunit.as5.JMSTest#testQueueStopOperation
> java.lang.InterruptedException
> at EDU.oswego.cs.dl.util.concurrent.WriterPreferenceReadWriteLock$ReaderLock.acquire(WriterPreferenceReadWriteLock.java:157)
> at org.jboss.messaging.core.impl.postoffice.MessagingPostOffice.getQueuesForCondition(MessagingPostOffice.java:524)
> at org.jboss.jms.server.destination.ManagedTopic.getSubscriptionsCount(ManagedTopic.java:308)
> at org.jboss.jms.server.destination.ManagedTopic.getNonDurableSubscriptionsCount(ManagedTopic.java:104)
> at org.jboss.jms.server.destination.TopicService.getNonDurableSubscriptionsCount(TopicService.java:305)
> Previously discussed here:
> https://jira.jboss.org/jira/browse/JBAS-6546?focusedCommentId=12455886#action_12455886
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list