[JBoss JIRA] (JGRP-2359) Route list can be empty
by Pedro Ruivo (Jira)
[ https://issues.jboss.org/browse/JGRP-2359?page=com.atlassian.jira.plugin.... ]
Pedro Ruivo reassigned JGRP-2359:
---------------------------------
Assignee: Pedro Ruivo (was: Bela Ban)
> Route list can be empty
> -----------------------
>
> Key: JGRP-2359
> URL: https://issues.jboss.org/browse/JGRP-2359
> Project: JGroups
> Issue Type: Bug
> Affects Versions: 4.1.1, 4.0.20
> Reporter: Pedro Ruivo
> Assignee: Pedro Ruivo
> Priority: Major
>
> The list of routes is changed without proper synchronization. One example, I got an empty list when in Infinispan when try to select the route to use:
> {code}
> Caused by: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
> at java.util.ArrayList.rangeCheck(ArrayList.java:657)
> at java.util.ArrayList.get(ArrayList.java:433)
> at org.infinispan.remoting.transport.jgroups.SiteMasterPickerImpl.pickRoute(SiteMasterPickerImpl.java:26)
> at org.jgroups.protocols.relay.Relayer.getRoute(Relayer.java:126)
> at org.jgroups.protocols.relay.RELAY2.route(RELAY2.java:566)
> at org.jgroups.protocols.relay.RELAY2.down(RELAY2.java:425)
> at org.jgroups.stack.Protocol.down(Protocol.java:317)
> at org.jgroups.fork.ForkProtocol.down(ForkProtocol.java:42)
> at org.jgroups.fork.ForkProtocolStack.down(ForkProtocolStack.java:62)
> at org.jgroups.fork.ForkChannel.send(ForkChannel.java:222)
> at org.jgroups.fork.ForkChannel.send(ForkChannel.java:21)
> at org.infinispan.remoting.transport.jgroups.JGroupsTransport.send(JGroupsTransport.java:1035)
> {code}
> One possible solution is to do a copy of the list before changing it in the view change method invocation (for the bridge)
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years
[JBoss JIRA] (JGRP-2359) Route list can be empty
by Pedro Ruivo (Jira)
Pedro Ruivo created JGRP-2359:
---------------------------------
Summary: Route list can be empty
Key: JGRP-2359
URL: https://issues.jboss.org/browse/JGRP-2359
Project: JGroups
Issue Type: Bug
Affects Versions: 4.0.20, 4.1.1
Reporter: Pedro Ruivo
Assignee: Bela Ban
The list of routes is changed without proper synchronization. One example, I got an empty list when in Infinispan when try to select the route to use:
{code}
Caused by: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.rangeCheck(ArrayList.java:657)
at java.util.ArrayList.get(ArrayList.java:433)
at org.infinispan.remoting.transport.jgroups.SiteMasterPickerImpl.pickRoute(SiteMasterPickerImpl.java:26)
at org.jgroups.protocols.relay.Relayer.getRoute(Relayer.java:126)
at org.jgroups.protocols.relay.RELAY2.route(RELAY2.java:566)
at org.jgroups.protocols.relay.RELAY2.down(RELAY2.java:425)
at org.jgroups.stack.Protocol.down(Protocol.java:317)
at org.jgroups.fork.ForkProtocol.down(ForkProtocol.java:42)
at org.jgroups.fork.ForkProtocolStack.down(ForkProtocolStack.java:62)
at org.jgroups.fork.ForkChannel.send(ForkChannel.java:222)
at org.jgroups.fork.ForkChannel.send(ForkChannel.java:21)
at org.infinispan.remoting.transport.jgroups.JGroupsTransport.send(JGroupsTransport.java:1035)
{code}
One possible solution is to do a copy of the list before changing it in the view change method invocation (for the bridge)
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years
[JBoss JIRA] (DROOLS-4245) [DMN Designer] Documentation - Enhance presentation
by Edson Tirelli (Jira)
[ https://issues.jboss.org/browse/DROOLS-4245?page=com.atlassian.jira.plugi... ]
Edson Tirelli commented on DROOLS-4245:
---------------------------------------
[~bdellasc] looks good, the main thing to add I believe is some company/project/product branding in there. First page or header or footer.
Regarding the actual boxed expressions/tables, we can adjust the colours/fonts, but it needs to retain all elements, like in option A, to comply with the DMN standard.
> [DMN Designer] Documentation - Enhance presentation
> ---------------------------------------------------
>
> Key: DROOLS-4245
> URL: https://issues.jboss.org/browse/DROOLS-4245
> Project: Drools
> Issue Type: Task
> Components: DMN Editor
> Reporter: Elizabeth Clayton
> Assignee: Brian Dellascio
> Priority: Major
> Labels: UX, UXTeam, VisualDesign, drools-tools
> Attachments: doc.pdf, new_doc.pdf
>
>
> Enhance styles and presentation of the Documentation output.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years