[jira] [Created] (ARTEMIS-4433) improve Reproducible Builds

2023-09-20 Thread Herve Boutemy (Jira)
Herve Boutemy created ARTEMIS-4433:
--

 Summary: improve Reproducible Builds
 Key: ARTEMIS-4433
 URL: https://issues.apache.org/jira/browse/ARTEMIS-4433
 Project: ActiveMQ Artemis
  Issue Type: Improvement
Affects Versions: 2.31.0
Reporter: Herve Boutemy
 Fix For: 2.32.0


there are a few issues easy to fix: 
https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/activemq/artemis/README.md

we'll see later for the remaining ones: need to go step by step



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


[jira] [Updated] (ARTEMIS-4433) improve Reproducible Builds

2023-09-20 Thread Herve Boutemy (Jira)


 [ 
https://issues.apache.org/jira/browse/ARTEMIS-4433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Herve Boutemy updated ARTEMIS-4433:
---
Description: 
there are 2 issues easy to fix: 
https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/activemq/artemis/README.md
- dependency-reduced-pom.xml stored in source-release archives
- old maven-rar-plugin

we'll see later for the remaining ones: we need to go step by step

  was:
there are a few issues easy to fix: 
https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/activemq/artemis/README.md

we'll see later for the remaining ones: need to go step by step


> improve Reproducible Builds
> ---
>
> Key: ARTEMIS-4433
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4433
> Project: ActiveMQ Artemis
>  Issue Type: Improvement
>Affects Versions: 2.31.0
>Reporter: Herve Boutemy
>Priority: Major
> Fix For: 2.32.0
>
>
> there are 2 issues easy to fix: 
> https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/activemq/artemis/README.md
> - dependency-reduced-pom.xml stored in source-release archives
> - old maven-rar-plugin
> we'll see later for the remaining ones: we need to go step by step



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


[jira] [Commented] (ARTEMIS-4433) improve Reproducible Builds

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


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

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

Commit cbbc29db355bbdc4840f70a031a82cd8b69b03f8 in activemq-artemis's branch 
refs/heads/main from Herve Boutemy
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=cbbc29db35 ]

ARTEMIS-4433 fix Reproducible Builds issues


> improve Reproducible Builds
> ---
>
> Key: ARTEMIS-4433
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4433
> Project: ActiveMQ Artemis
>  Issue Type: Improvement
>Affects Versions: 2.31.0
>Reporter: Herve Boutemy
>Priority: Major
> Fix For: 2.32.0
>
>
> there are 2 issues easy to fix: 
> https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/activemq/artemis/README.md
> - dependency-reduced-pom.xml stored in source-release archives
> - old maven-rar-plugin
> we'll see later for the remaining ones: we need to go step by step



--
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)


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

2023-09-20 Thread Gary Tully (Jira)


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

Gary Tully resolved ARTEMIS-4432.
-
Fix Version/s: 2.32.0
   Resolution: Fixed

> 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] [Resolved] (ARTEMIS-4433) improve Reproducible Builds

2023-09-20 Thread Robbie Gemmell (Jira)


 [ 
https://issues.apache.org/jira/browse/ARTEMIS-4433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robbie Gemmell resolved ARTEMIS-4433.
-
  Assignee: Robbie Gemmell
Resolution: Fixed

> improve Reproducible Builds
> ---
>
> Key: ARTEMIS-4433
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4433
> Project: ActiveMQ Artemis
>  Issue Type: Improvement
>Affects Versions: 2.31.0
>Reporter: Herve Boutemy
>Assignee: Robbie Gemmell
>Priority: Major
> Fix For: 2.32.0
>
>
> there are 2 issues easy to fix: 
> https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/activemq/artemis/README.md
> - dependency-reduced-pom.xml stored in source-release archives
> - old maven-rar-plugin
> we'll see later for the remaining ones: we need to go step by step



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


[jira] [Updated] (AMQ-8325) Implement JMS 2.0 XA methods

2023-09-20 Thread Matt Pavlovich (Jira)


 [ 
https://issues.apache.org/jira/browse/AMQ-8325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matt Pavlovich updated AMQ-8325:

Fix Version/s: 5.18.3

> Implement JMS 2.0 XA methods
> 
>
> Key: AMQ-8325
> URL: https://issues.apache.org/jira/browse/AMQ-8325
> Project: ActiveMQ
>  Issue Type: Task
>Reporter: Matt Pavlovich
>Assignee: Matt Pavlovich
>Priority: Major
>  Labels: #jms2
> Fix For: 6.0.0, 5.18.3
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>




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


[jira] [Resolved] (AMQ-8325) Implement JMS 2.0 XA methods

2023-09-20 Thread Matt Pavlovich (Jira)


 [ 
https://issues.apache.org/jira/browse/AMQ-8325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matt Pavlovich resolved AMQ-8325.
-
Resolution: Fixed

> Implement JMS 2.0 XA methods
> 
>
> Key: AMQ-8325
> URL: https://issues.apache.org/jira/browse/AMQ-8325
> Project: ActiveMQ
>  Issue Type: Task
>Reporter: Matt Pavlovich
>Assignee: Matt Pavlovich
>Priority: Major
>  Labels: #jms2
> Fix For: 6.0.0, 5.18.3
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>




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