clebertsuconic commented on a change in pull request #3580:
URL: https://github.com/apache/activemq-artemis/pull/3580#discussion_r632892149



##########
File path: 
artemis-journal/src/main/java/org/apache/activemq/artemis/core/journal/impl/JournalImpl.java
##########
@@ -1858,6 +1988,8 @@ public synchronized void compact() throws Exception {
          journalLock.writeLock().unlock();
       }
 
+      processBackup();

Review comment:
       processBackup() will copy the BKP files to the retention folder.
   
   Before I do the computation I need any BKP files cleared so they can be 
treated. So, the backup is before compacting, hence I'm calling processBackup 
before compacting here.




-- 
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]


Reply via email to