[
https://issues.apache.org/activemq/browse/AMQ-2129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=49831#action_49831
]
Hiram Chirino commented on AMQ-2129:
------------------------------------
Seeing these now.. not 100% sure if ti's related to the patch:
{code}
RemoteConnection error: java.lang.IndexOutOfBoundsException: Index: 5, Size: 5
java.lang.IndexOutOfBoundsException: Index: 5, Size: 5
RemoteConnection error: java.lang.IndexOutOfBoundsException: Index: 6, Size: 5
at java.util.ArrayList.RangeCheck(ArrayList.java:546)
at java.util.ArrayList.get(ArrayList.java:321)
at
org.apache.activemq.dispatch.AbstractPooledDispatcher.chooseDispatcher(AbstractPooledDispatcher.java:132)
at
org.apache.activemq.dispatch.PriorityDispatcher$2$1.execute(PriorityDispatcher.java:89)
at
org.apache.activemq.flow.FlowController.checkUnblockSources(FlowController.java:424)
at
org.apache.activemq.flow.FlowController.dispatchOverflowQueue(FlowController.java:341)
at
org.apache.activemq.flow.FlowController.onUnthrottled(FlowController.java:300)
at
org.apache.activemq.flow.FlowController$1.onUnthrottled(FlowController.java:83)
RemoteConnection error: java.lang.IndexOutOfBoundsException: Index: 7, Size: 5
at
org.apache.activemq.flow.AbstractLimiter.notifyUnThrottleListeners(AbstractLimiter.java:41)
at org.apache.activemq.flow.SizeLimiter.remove(SizeLimiter.java:68)
at
org.apache.activemq.flow.RemoteConnection$WindowLimiter.remove(RemoteConnection.java:308)
at
org.apache.activemq.flow.RemoteConnection$WindowLimiter.onProtocolMessage(RemoteConnection.java:323)
at
org.apache.activemq.flow.RemoteConnection.onCommand(RemoteConnection.java:92)
at
org.apache.activemq.transport.InactivityMonitor.onCommand(InactivityMonitor.java:210)
at
org.apache.activemq.transport.TransportSupport.doConsume(TransportSupport.java:84)
at
org.apache.activemq.transport.tcp.TcpTransport.doRun(TcpTransport.java:234)
at
org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:216)
at java.lang.Thread.run(Thread.java:613)
{code}
> Various Dispatcher improvements aimed at allowing for extensibility.
> --------------------------------------------------------------------
>
> Key: AMQ-2129
> URL: https://issues.apache.org/activemq/browse/AMQ-2129
> Project: ActiveMQ
> Issue Type: Improvement
> Affects Versions: incubation
> Environment: n/a
> Reporter: Colin MacNaughton
> Fix For: incubation
>
> Attachments: AMQ-2129patch.txt
>
>
> Refactoring of org.apache.activemq.dispatcher.* to make PriorityDispatcher
> easier to extend, as well as simplification of the PooledDispatcher api.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.