Skip to content

Commit b05d45c

Browse files
NO-JIRA Removing TODO block
When we reload the page-stores I need to mark the page counter started.
1 parent 892c122 commit b05d45c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

artemis-server/src/main/java/org/apache/activemq/artemis/core/paging/impl/PagingManagerImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ public void reloadStores() throws Exception {
393393
if (oldStore != null) {
394394
oldStore.stop();
395395
}
396-
store.getCursorProvider().counterRebuildStarted(); // TODO-NOW-DONT-MERGE maybe this should be removed
396+
store.getCursorProvider().counterRebuildStarted();
397397
store.start();
398398
stores.put(store.getStoreName(), store);
399399
}

0 commit comments

Comments
 (0)