[
https://issues.jboss.org/browse/WFLY-12304?page=com.atlassian.jira.plugin...
]
Clebert Suconic edited comment on WFLY-12304 at 9/4/19 6:01 PM:
----------------------------------------------------------------
I believe the issue is on the netty-http-bridge (netty-xnio-transport)
Artemis is using this API now to transfer file, making the transfer zero-copy:
A ChunkedFile will be sent downstream on netty on these two events:
https://github.com/apache/activemq-artemis/blob/0106329816a4ea8cc641ebcee...
https://github.com/apache/activemq-artemis/blob/0106329816a4ea8cc641ebcee...
And apparently the netty-http-bridge does not know how to handle such object.
Is it possible to update the Netty-http-bridge to accept such events.
was (Author: clebert.suconic):
I believe the issue is on the netty-http-bridge.
Artemis is using this API now to transfer file, making the transfer zero-copy:
A ChunkedFile will be sent downstream on netty on these two events:
https://github.com/apache/activemq-artemis/blob/0106329816a4ea8cc641ebcee...
https://github.com/apache/activemq-artemis/blob/0106329816a4ea8cc641ebcee...
And apparently the netty-http-bridge does not know how to handle such object.
Is it possible to update the Netty-http-bridge to accept such events.
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)