[ 
https://issues.apache.org/jira/browse/ARTEMIS-2496?focusedWorklogId=315643&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-315643
 ]

ASF GitHub Bot logged work on ARTEMIS-2496:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 20/Sep/19 12:52
            Start Date: 20/Sep/19 12:52
    Worklog Time Spent: 10m 
      Work Description: clebertsuconic commented on issue #2843: ARTEMIS-2496 
Revert catch up with zero-copy, as it's causing issues i…
URL: https://github.com/apache/activemq-artemis/pull/2843#issuecomment-533541903
 
 
   @wy96f is this really a feature you really would like to have?
   
   - as we moved through this task, we realized the RegionFile is not actually 
doing zero-copy. it's using a ByteBuf just like before.
   
   I bet there's an issue within Wildfly where the execution happens twice, and 
the actual move would happen on a secondary buffer or something...there's a 
loop within xnio capturing packets from HTTP into Netty (Wildfly has a single 
port for everything).
   
   We had a few people working on it this week, this feature is getting lot of 
attention for little benefit.
   
   If you really think this is a nice feature to have.. perhaps you can keep 
going... but as it stands I would say to keep it out!
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 315643)
    Time Spent: 2h 20m  (was: 2h 10m)

> Use of Netty FileRegion on ReplicationCatch is breaking wildfly integration 
> with artemis
> ----------------------------------------------------------------------------------------
>
>                 Key: ARTEMIS-2496
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2496
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>    Affects Versions: 2.10.0
>            Reporter: clebert suconic
>            Assignee: clebert suconic
>            Priority: Major
>             Fix For: 2.11.0
>
>         Attachments: runTillFails.sh
>
>          Time Spent: 2h 20m
>  Remaining Estimate: 0h
>
> This is of course an issue on Wildfly integration, but it seems something on 
> our recent changes is breaking replication on Wildfly.
> My biggest concern is that it seems that paging catch up is silently failing 
> in our testsuite and some other issues are currently hidden.
> Wildfly has an extra layer on top of Netty: 
> https://github.com/xnio/netty-xnio-transport/tree/0.1
> But the main thing here, is that it seems that are other issues within 
> Artemis.
> For now I'm reverting the change from ARTEMIS-2336
> And we need more investigation to bring it back



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to