[ 
https://issues.apache.org/jira/browse/ARTEMIS-4065?focusedWorklogId=833178&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-833178
 ]

ASF GitHub Bot logged work on ARTEMIS-4065:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 13/Dec/22 19:38
            Start Date: 13/Dec/22 19:38
    Worklog Time Spent: 10m 
      Work Description: clebertsuconic commented on code in PR #4265:
URL: https://github.com/apache/activemq-artemis/pull/4265#discussion_r1047652737


##########
artemis-server/src/main/java/org/apache/activemq/artemis/core/server/ActiveMQMessageBundle.java:
##########
@@ -522,6 +522,9 @@ IllegalStateException invalidRoutingTypeUpdate(String 
queueName,
    @Message(id = 229243, value = "Embedded web server restart failed")
    ActiveMQException embeddedWebServerRestartFailed(Exception e);
 
-   @Message(id = 229244, value = "Meters already registered for {}")
+   @Message(id = 229244, value = "Management controller is busy with another 
task. Please try again")
+   ActiveMQTimeoutException managementBusy();
+
+   @Message(id = 229245, value = "Meters already registered for {}")

Review Comment:
   git-fu merge/rebase ... thanks





Issue Time Tracking
-------------------

    Worklog Id:     (was: 833178)
    Time Spent: 3.5h  (was: 3h 20m)

> Option to use non persistent counters in paging. Rebuild them upon start if 
> persistence is disabled on them
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: ARTEMIS-4065
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-4065
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>            Reporter: Clebert Suconic
>            Priority: Major
>          Time Spent: 3.5h
>  Remaining Estimate: 0h
>
> Instead of storing records on journal for counting how many records there are 
> in paging, the system should instead just swipe the paging system in parallel 
> with processing data.
> The changes I'm making will take a snapshot of the current records of paging, 
> and then it will read all the pages to rebuild the counters.
> On tests I am making from a real data server, a system that had a lot of 
> pages (700) needed less than 1 minute to rebuild the counters, and the 
> messages were available to be delivered while the swipe was being done.



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

Reply via email to