[jira] [Commented] (ARTEMIS-4483) Log.warn messages with AMQP during regular closing of AMQP clients.

2023-12-13 Thread Geert Schuring (Jira)


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

Geert Schuring commented on ARTEMIS-4483:
-

I was about to log this issue, so thanks for fixing it!

> Log.warn messages with AMQP during regular closing of AMQP clients.
> ---
>
> Key: ARTEMIS-4483
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4483
> Project: ActiveMQ Artemis
>  Issue Type: Bug
>Affects Versions: 2.31.2
>Reporter: Clebert Suconic
>Assignee: Clebert Suconic
>Priority: Major
> Fix For: 2.32.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> As I was fixing ARTEMIS-4476, I realized why regular closes in AMQP are 
> throwing log.warn in the log for cleaning up sessions and even invalid 
> connections at certain points.



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


[jira] [Commented] (ARTEMIS-4483) Log.warn messages with AMQP during regular closing of AMQP clients.

2023-11-13 Thread ASF subversion and git services (Jira)


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

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

Commit 3cdd6cc672460ba1770831dd7fe0ad600850aede in activemq-artemis's branch 
refs/heads/main from Clebert Suconic
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=3cdd6cc672 ]

ARTEMIS-4483 Avoid log.warn on regular AMQP closing


> Log.warn messages with AMQP during regular closing of AMQP clients.
> ---
>
> Key: ARTEMIS-4483
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4483
> Project: ActiveMQ Artemis
>  Issue Type: Bug
>Affects Versions: 2.31.2
>Reporter: Clebert Suconic
>Assignee: Clebert Suconic
>Priority: Major
> Fix For: 2.32.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> As I was fixing ARTEMIS-4476, I realized why regular closes in AMQP are 
> throwing log.warn in the log for cleaning up sessions and even invalid 
> connections at certain points.



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


[jira] [Commented] (ARTEMIS-4483) Log.warn messages with AMQP during regular closing of AMQP clients.

2023-11-06 Thread Clebert Suconic (Jira)


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

Clebert Suconic commented on ARTEMIS-4483:
--

[~erwindon] I updated the PR now so the fix is isolated from the other fix.

> Log.warn messages with AMQP during regular closing of AMQP clients.
> ---
>
> Key: ARTEMIS-4483
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4483
> Project: ActiveMQ Artemis
>  Issue Type: Bug
>Affects Versions: 2.31.2
>Reporter: Clebert Suconic
>Assignee: Clebert Suconic
>Priority: Major
> Fix For: 2.32.0
>
>
> As I was fixing ARTEMIS-4476, I realized why regular closes in AMQP are 
> throwing log.warn in the log for cleaning up sessions and even invalid 
> connections at certain points.



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


[jira] [Commented] (ARTEMIS-4483) Log.warn messages with AMQP during regular closing of AMQP clients.

2023-11-06 Thread Clebert Suconic (Jira)


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

Clebert Suconic commented on ARTEMIS-4483:
--

However, they will still be shown if a failed connection is dropped.

> Log.warn messages with AMQP during regular closing of AMQP clients.
> ---
>
> Key: ARTEMIS-4483
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4483
> Project: ActiveMQ Artemis
>  Issue Type: Bug
>Affects Versions: 2.31.2
>Reporter: Clebert Suconic
>Assignee: Clebert Suconic
>Priority: Major
> Fix For: 2.32.0
>
>
> As I was fixing ARTEMIS-4476, I realized why regular closes in AMQP are 
> throwing log.warn in the log for cleaning up sessions and even invalid 
> connections at certain points.
> So, this is a complimentar task to ARTEMIS-4476. It will be part of the same 
> git commit, but it's an unrelated issue that is going to be fixed altogether



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


[jira] [Commented] (ARTEMIS-4483) Log.warn messages with AMQP during regular closing of AMQP clients.

2023-11-02 Thread Erwin Dondorp (Jira)


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

Erwin Dondorp commented on ARTEMIS-4483:


[~clebertsuconic] 

what error message codes does this apply to?

is it these two?:
{code:java}
2023-11-02 12:30:18,557 WARN  [org.apache.activemq.artemis.core.server] 
AMQ222107: Cleared up resources for session 6e9fbac0-796a-11ee-87c0-fe52de550f9b
2023-11-02 12:30:18,557 WARN  [org.apache.activemq.artemis.core.server] 
AMQ222061: Client connection failed, clearing up resources for session 
6ea18f81-796a-11ee-87c0-fe52de550f9b{code}
and what does the updated version change? does it skip these messages, or make 
it a lower level, or ...?
the referenced PR was just a little bit too extensive for me to predict the new 
situation...

> Log.warn messages with AMQP during regular closing of AMQP clients.
> ---
>
> Key: ARTEMIS-4483
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4483
> Project: ActiveMQ Artemis
>  Issue Type: Bug
>Affects Versions: 2.31.2
>Reporter: Clebert Suconic
>Assignee: Clebert Suconic
>Priority: Major
> Fix For: 2.32.0
>
>
> As I was fixing ARTEMIS-4476, I realized why regular closes in AMQP are 
> throwing log.warn in the log for cleaning up sessions and even invalid 
> connections at certain points.
> So, this is a complimentar task to ARTEMIS-4476. It will be part of the same 
> git commit, but it's an unrelated issue that is going to be fixed altogether



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