[jboss-jira] [JBoss JIRA] Commented: (JBMESSAGING-505) RoundRobinPointToPointRouter occasionally throws ArithmeticException: / by zero
Tim Fox (JIRA)
jira-events at jboss.com
Fri Sep 1 20:05:43 EDT 2006
[ http://jira.jboss.com/jira/browse/JBMESSAGING-505?page=comments#action_12342657 ]
Tim Fox commented on JBMESSAGING-505:
-------------------------------------
The current solution to this makes a copy of the entire receivers list for every message that is sent through the router.
This is likely to have an adverse effect on performance, especially when there are many receivers.
A better solution should be found to the race condition that does not involve cloning the list.
> RoundRobinPointToPointRouter occasionally throws ArithmeticException: / by zero
> -------------------------------------------------------------------------------
>
> Key: JBMESSAGING-505
> URL: http://jira.jboss.com/jira/browse/JBMESSAGING-505
> Project: JBoss Messaging
> Issue Type: Bug
> Components: Messaging Core
> Affects Versions: 1.0.1.CR4
> Reporter: Ovidiu Feodorov
> Assigned To: Ovidiu Feodorov
> Priority: Minor
> Fix For: 1.0.1.CR5
>
>
> This error message shows up in logs when all receivers are removed from the router. It is harmless and it doesn't affect functionality.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list