[
https://issues.apache.org/jira/browse/ARTEMIS-3436?focusedWorklogId=640351&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-640351
]
ASF GitHub Bot logged work on ARTEMIS-3436:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 20/Aug/21 18:58
Start Date: 20/Aug/21 18:58
Worklog Time Spent: 10m
Work Description: clebertsuconic commented on a change in pull request
#3704:
URL: https://github.com/apache/activemq-artemis/pull/3704#discussion_r693157727
##########
File path:
artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ActiveMQServerImpl.java
##########
@@ -480,8 +481,14 @@ public NetworkHealthCheck getNetworkHealthCheck() {
return networkHealthCheck;
}
- // life-cycle methods
- // ----------------------------------------------------------------
+
+ @Override
+ public void replay(Date start, Date end, String address, String target,
String filter) throws Exception {
+ if (replayManager == null) {
+ throw new NullPointerException("replayManager not set");
Review comment:
I will use the logger...
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 640351)
Time Spent: 40m (was: 0.5h)
> Expose Retention as a JMX Operation replay
> ------------------------------------------
>
> Key: ARTEMIS-3436
> URL: https://issues.apache.org/jira/browse/ARTEMIS-3436
> Project: ActiveMQ Artemis
> Issue Type: New Feature
> Reporter: Clebert Suconic
> Priority: Major
> Time Spent: 40m
> Remaining Estimate: 0h
>
> This should expose the journal retention as an operation replay on the JMX
> Console.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)