[
https://issues.apache.org/jira/browse/ARTEMIS-2654?focusedWorklogId=402150&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-402150
]
ASF GitHub Bot logged work on ARTEMIS-2654:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 12/Mar/20 13:25
Start Date: 12/Mar/20 13:25
Worklog Time Spent: 10m
Work Description: clebertsuconic commented on pull request #3015:
ARTEMIS-2654 Improving Page cleanup and Operation Context
URL: https://github.com/apache/activemq-artemis/pull/3015#discussion_r391617834
##########
File path:
artemis-server/src/main/java/org/apache/activemq/artemis/core/server/ActiveMQServerLogger.java
##########
@@ -530,11 +529,6 @@ void slowConsumerDetected(String sessionID,
@Message(id = 222023, value = "problem cleaning page address {0}", format =
Message.Format.MESSAGE_FORMAT)
void problemCleaningPageAddress(@Cause Exception e, SimpleString address);
- @LogMessage(level = Logger.Level.WARN)
- @Message(id = 222024, value = "Could not complete operations on IO context
{0}",
Review comment:
On another fix there was a loop removed here.. the thread is exausting the
pool and causing the log.warn.
notice I'm also fixing the context used on cleanup.
----------------------------------------------------------------
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: 402150)
Time Spent: 1h 20m (was: 1h 10m)
> Improve Paging.Stop cleanup
> ---------------------------
>
> Key: ARTEMIS-2654
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2654
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Affects Versions: 2.11.0
> Reporter: Clebert Suconic
> Priority: Major
> Fix For: 2.12.0
>
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> There's a Blocking operation on Page.stopPaging and cleanup should use its
> own OperationContext.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)