[JBoss JIRA] (JGRP-2359) Route list can be empty
by Bela Ban (Jira)
[ https://issues.jboss.org/browse/JGRP-2359?page=com.atlassian.jira.plugin.... ]
Bela Ban edited comment on JGRP-2359 at 7/30/19 8:04 AM:
---------------------------------------------------------
OK, for the backport, I renamed branch {{4.0.20}} -> {{4.0.x}}. The release will be {{4.0.21}}.
was (Author: belaban):
OK, for the backport, I renamed branch `4.0.20` -> `4.0.x`. The release will be `4.0.21`.
> 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
> Fix For: 4.1.2, 4.0.21
>
>
> 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)
6 years, 10 months
[JBoss JIRA] (JGRP-2359) Route list can be empty
by Bela Ban (Jira)
[ https://issues.jboss.org/browse/JGRP-2359?page=com.atlassian.jira.plugin.... ]
Bela Ban commented on JGRP-2359:
--------------------------------
OK, for the backport, I renamed branch `4.0.20` -> `4.0.x`. The release will be `4.0.21`.
> 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
> Fix For: 4.1.2, 4.0.21
>
>
> 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)
6 years, 10 months
[JBoss JIRA] (JGRP-2359) Route list can be empty
by Bela Ban (Jira)
[ https://issues.jboss.org/browse/JGRP-2359?page=com.atlassian.jira.plugin.... ]
Bela Ban updated JGRP-2359:
---------------------------
Fix Version/s: 4.0.21
> 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
> Fix For: 4.1.2, 4.0.21
>
>
> 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)
6 years, 10 months
[JBoss JIRA] (DROOLS-4306) [DMN Designer] Search feature - Apply UX and enable search feature
by Jozef Marko (Jira)
[ https://issues.jboss.org/browse/DROOLS-4306?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-4306:
--------------------------------
Description:
Update the {{SearchBarComponentView}} and related classes with the expected user experience.
Prototypes:
!prototype1.png|thumbnail!
!prototype2.png|thumbnail!
Source:
https://marvelapp.com/952d4ei/screen/59382605
https://marvelapp.com/78223cd/screen/59382206
Notice:
The tooltip triggered by the hover in the icon.
h3. Acceptance test
On both Firefox and Chrome
- Search multiple terms (/)
- Cancel searching (/)
- Search with hit (/)
- Search without hit (/)
- Keyboard control - Enter, Esc (/)
- Search in different assets (/)
- Resize columns and search - highlighting (/)
was:
Update the {{SearchBarComponentView}} and related classes with the expected user experience.
Prototypes:
!prototype1.png|thumbnail!
!prototype2.png|thumbnail!
Source:
https://marvelapp.com/952d4ei/screen/59382605
https://marvelapp.com/78223cd/screen/59382206
Notice:
The tooltip triggered by the hover in the icon.
h3. Acceptance test
On both Firefox and Chrome
- Search multiple terms
- Cancel searching
- Search with hit
- Search without hit
- Keyboard control - Enter, Esc
- Search in different assets
- Resize columns and search - highlighting
> [DMN Designer] Search feature - Apply UX and enable search feature
> ------------------------------------------------------------------
>
> Key: DROOLS-4306
> URL: https://issues.jboss.org/browse/DROOLS-4306
> Project: Drools
> Issue Type: Task
> Components: DMN Editor
> Reporter: Guilherme Gomes
> Assignee: Guilherme Gomes
> Priority: Major
> Labels: drools-tools
> Attachments: prototype1.png, prototype2.png
>
>
> Update the {{SearchBarComponentView}} and related classes with the expected user experience.
> Prototypes:
> !prototype1.png|thumbnail!
> !prototype2.png|thumbnail!
> Source:
> https://marvelapp.com/952d4ei/screen/59382605
> https://marvelapp.com/78223cd/screen/59382206
> Notice:
> The tooltip triggered by the hover in the icon.
> h3. Acceptance test
> On both Firefox and Chrome
> - Search multiple terms (/)
> - Cancel searching (/)
> - Search with hit (/)
> - Search without hit (/)
> - Keyboard control - Enter, Esc (/)
> - Search in different assets (/)
> - Resize columns and search - highlighting (/)
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 10 months
[JBoss JIRA] (WFCORE-4560) HTTP management interface fails to start if backed by a "https" socket-binding
by Richard Opalka (Jira)
[ https://issues.jboss.org/browse/WFCORE-4560?page=com.atlassian.jira.plugi... ]
Richard Opalka commented on WFCORE-4560:
----------------------------------------
Thanks [~jaikiran]. [~jmesnil] this behaviour was intentional but backward compatibility has precedence.
I created https://issues.jboss.org/browse/MSC-247 to fix this.
> HTTP management interface fails to start if backed by a "https" socket-binding
> ------------------------------------------------------------------------------
>
> Key: WFCORE-4560
> URL: https://issues.jboss.org/browse/WFCORE-4560
> Project: WildFly Core
> Issue Type: Bug
> Components: Server
> Affects Versions: 9.0.2.Final, 10.0.0.Beta1
> Reporter: Jaikiran Pai
> Assignee: Jeff Mesnil
> Priority: Major
> Fix For: 10.0.0.Beta2
>
>
> A user has reported that WildFly 17.0.0.Final fails to start when ManagementRealm is backed by a socket-binding which uses HTTPS. More details about this issue are here https://developer.jboss.org/thread/280311.
> There's actually more than one issue in that thread:
> 1. The failure to start
> 2. The absence of any error message indicating what failed.
> This JIRA is mainly to track the failure to start and a separate JIRA can/will probably be opened for dealing with the absence of the error message (since I am guessing that it's going to be a more generic issue/change).
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 10 months