[jira] [Commented] (ARTEMIS-4432) openwire connection failure handling is bypassing the actor and ignoring the operation context leading to contention in error

2023-09-21 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ARTEMIS-4432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17767482#comment-17767482
 ] 

ASF subversion and git services commented on ARTEMIS-4432:
--

Commit ef1a17e54829ec08d9fd4f30d972b9db470d0e85 in activemq-artemis's branch 
refs/heads/main from Gary Tully
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=ef1a17e548 ]

ARTEMIS-4432 remove unused commit count from the test


> openwire connection failure handling is bypassing the actor and ignoring the 
> operation context leading to contention in error
> -
>
> Key: ARTEMIS-4432
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4432
> Project: ActiveMQ Artemis
>  Issue Type: Bug
>  Components: OpenWire
>Affects Versions: 2.30.0
>Reporter: Gary Tully
>Assignee: Gary Tully
>Priority: Major
> Fix For: 2.32.0
>
>
> On a kill -9 test, for a transacted batch openwire consumer, it is possibly 
> for a batch to get stuck in delivery due to contention on the current 
> transaction. A restart is needed to have redeliver happen in this case.
> The contention can be avoided by respecting the ordered actor and operation 
> context in the fail handling that originates from the netty handler when a 
> connection dies due to socket error.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (ARTEMIS-4432) openwire connection failure handling is bypassing the actor and ignoring the operation context leading to contention in error

2023-09-20 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ARTEMIS-4432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17767137#comment-17767137
 ] 

ASF subversion and git services commented on ARTEMIS-4432:
--

Commit 8f9a72d257f6c75810a8d354006e1a6f015bf082 in activemq-artemis's branch 
refs/heads/main from Gary Tully
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=8f9a72d257 ]

ARTEMIS-4432 respect actor and operation context for openwire connection 
failure processing


> openwire connection failure handling is bypassing the actor and ignoring the 
> operation context leading to contention in error
> -
>
> Key: ARTEMIS-4432
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4432
> Project: ActiveMQ Artemis
>  Issue Type: Bug
>  Components: OpenWire
>Affects Versions: 2.30.0
>Reporter: Gary Tully
>Assignee: Gary Tully
>Priority: Major
>
> On a kill -9 test, for a transacted batch openwire consumer, it is possibly 
> for a batch to get stuck in delivery due to contention on the current 
> transaction. A restart is needed to have redeliver happen in this case.
> The contention can be avoided by respecting the ordered actor and operation 
> context in the fail handling that originates from the netty handler when a 
> connection dies due to socket error.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)