[JBoss JIRA] (WFLY-12304) Upgrade Apache Artemis from 2.9.0 to 2.10.0
by Clebert Suconic (Jira)
[ https://issues.jboss.org/browse/WFLY-12304?page=com.atlassian.jira.plugin... ]
Clebert Suconic commented on WFLY-12304:
----------------------------------------
It's definitely the netty-xnio-transport not being able to handle DefaultFileRegion
I tried debugging netty-xnio-transport, around AbstractXnioSocketChannel, and it's not possible to handle FileRegion
It seems to me that AbstractXnioSocketChannel is missing some calls on he chain as the write is never called for any FileRegion:
https://github.com/xnio/netty-xnio-transport/blob/0.1/src/main/java/org/x...
Debugging this more carefully, I realized the object sent is actually an implementation of FileRegion, and the write is not being completed.
> Upgrade Apache Artemis from 2.9.0 to 2.10.0
> -------------------------------------------
>
> Key: WFLY-12304
> URL: https://issues.jboss.org/browse/WFLY-12304
> Project: WildFly
> Issue Type: Component Upgrade
> Components: JMS
> Reporter: Martin Stefanko
> Assignee: Emmanuel Hugonnet
> Priority: Blocker
> Labels: blocker-WF18, downstream_dependency
>
> Upgrade Apache Artemis from 2.9.0.Final to 2.10.0.Final.
> Due to HA issue with Apache Artemis 2.10.0 this may not be the final version upgrade
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
6 years, 8 months
[JBoss JIRA] (WFLY-12485) Galleon layers for embedded infinispan-based web clustering
by Brian Stansberry (Jira)
[ https://issues.jboss.org/browse/WFLY-12485?page=com.atlassian.jira.plugin... ]
Brian Stansberry updated WFLY-12485:
------------------------------------
Description:
Make it easier to create configuration profiles supporting web session clustering using in-process infinispan for the caching.
Web clustering using hotrod is a good thing to do but isn't part of this.
This is basically a matter of factoring out some of the config chunks Galleon uses to generate our standard configs into separate feature-groups, and then composing those into a layer.
was:
Make it easier to create configuration profiles supporting common clustering web cases:
1) web session clustering using in-process infinispan for the caching.
2) JPA with a distributed 2nd level cache.
The former is more urgent, so narrowing scope to that is fine if there are any problems with the JPA bit.
Web clustering using hotrod is a good thing to do but isn't part of this.
This is basically a matter of factoring out some of the config chunks Galleon uses to generate our standard configs into separate feature-groups, and then composing those into layers.
> Galleon layers for embedded infinispan-based web clustering
> -----------------------------------------------------------
>
> Key: WFLY-12485
> URL: https://issues.jboss.org/browse/WFLY-12485
> Project: WildFly
> Issue Type: Enhancement
> Components: Build System, Clustering
> Reporter: Brian Stansberry
> Assignee: Brian Stansberry
> Priority: Major
>
> Make it easier to create configuration profiles supporting web session clustering using in-process infinispan for the caching.
> Web clustering using hotrod is a good thing to do but isn't part of this.
> This is basically a matter of factoring out some of the config chunks Galleon uses to generate our standard configs into separate feature-groups, and then composing those into a layer.
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
6 years, 8 months
[JBoss JIRA] (WFLY-12485) Galleon layers for embedded infinispan-based web clustering
by Brian Stansberry (Jira)
[ https://issues.jboss.org/browse/WFLY-12485?page=com.atlassian.jira.plugin... ]
Brian Stansberry updated WFLY-12485:
------------------------------------
Summary: Galleon layers for embedded infinispan-based web clustering (was: Galleon layers for embedded infinispan-based web clustering and JPA with a distributed 2nd level cache)
> Galleon layers for embedded infinispan-based web clustering
> -----------------------------------------------------------
>
> Key: WFLY-12485
> URL: https://issues.jboss.org/browse/WFLY-12485
> Project: WildFly
> Issue Type: Enhancement
> Components: Build System, Clustering
> Reporter: Brian Stansberry
> Assignee: Brian Stansberry
> Priority: Major
>
> Make it easier to create configuration profiles supporting common clustering web cases:
> 1) web session clustering using in-process infinispan for the caching.
> 2) JPA with a distributed 2nd level cache.
> The former is more urgent, so narrowing scope to that is fine if there are any problems with the JPA bit.
> Web clustering using hotrod is a good thing to do but isn't part of this.
> This is basically a matter of factoring out some of the config chunks Galleon uses to generate our standard configs into separate feature-groups, and then composing those into layers.
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
6 years, 8 months