commit | b05d45cb736b233c28bcd53acd43b9768e4b4887 | [log] [tgz] |
---|---|---|
author | Clebert Suconic <clebertsuconic@apache.org> | Thu May 30 21:11:01 2024 -0400 |
committer | Clebert Suconic <clebertsuconic@apache.org> | Thu May 30 21:11:03 2024 -0400 |
tree | f4a815f2457a27d442a761d92f1bbe06337ae746 | |
parent | 892c1225b09cad90b1cbbb24654f6fcaa10512ae [diff] |
NO-JIRA Removing TODO block When we reload the page-stores I need to mark the page counter started.
diff --git a/artemis-server/src/main/java/org/apache/activemq/artemis/core/paging/impl/PagingManagerImpl.java b/artemis-server/src/main/java/org/apache/activemq/artemis/core/paging/impl/PagingManagerImpl.java index eed6b2a..aa054c3 100644 --- a/artemis-server/src/main/java/org/apache/activemq/artemis/core/paging/impl/PagingManagerImpl.java +++ b/artemis-server/src/main/java/org/apache/activemq/artemis/core/paging/impl/PagingManagerImpl.java
@@ -393,7 +393,7 @@ if (oldStore != null) { oldStore.stop(); } - store.getCursorProvider().counterRebuildStarted(); // TODO-NOW-DONT-MERGE maybe this should be removed + store.getCursorProvider().counterRebuildStarted(); store.start(); stores.put(store.getStoreName(), store); }