[
https://issues.apache.org/jira/browse/ARTEMIS-5694?focusedWorklogId=986130&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-986130
]
ASF GitHub Bot logged work on ARTEMIS-5694:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 07/Oct/25 13:41
Start Date: 07/Oct/25 13:41
Worklog Time Spent: 10m
Work Description: clebertsuconic commented on code in PR #5952:
URL: https://github.com/apache/activemq-artemis/pull/5952#discussion_r2410683036
##########
artemis-server/src/main/java/org/apache/activemq/artemis/core/config/Configuration.java:
##########
@@ -1538,4 +1538,9 @@ default String resolvePropertiesSources(String
propertiesFileUrl) {
default boolean isUsingDatabasePersistence() {
return getStoreConfiguration() != null &&
getStoreConfiguration().getStoreType() == StoreConfiguration.StoreType.DATABASE;
}
+
+ /** Timeout applied when closing sessions or connections. */
+ Configuration setCloseTimeout(int timeout);
Review Comment:
I did it on purpose.. but I will remove it as we will change to use the
CriticalAnalyzer
Issue Time Tracking
-------------------
Worklog Id: (was: 986130)
Time Spent: 50m (was: 40m)
> Lingering sessions after a storage timeout
> ------------------------------------------
>
> Key: ARTEMIS-5694
> URL: https://issues.apache.org/jira/browse/ARTEMIS-5694
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Affects Versions: 2.42.0
> Reporter: Clebert Suconic
> Assignee: Clebert Suconic
> Priority: Major
> Labels: pull-request-available
> Fix For: 2.43.0
>
> Time Spent: 50m
> Remaining Estimate: 0h
>
> We had reports of sessions not closing for an unkown situation, probably on
> storage.
> I am adding a timeout verification and adding extra logs in case this happens.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact