This commit is contained in:
Clebert Suconic 2019-12-05 16:52:58 -05:00
commit 5d76bcbcb8
1 changed files with 1 additions and 0 deletions

View File

@ -378,6 +378,7 @@ public class PostOfficeJournalLoader implements JournalLoader {
pg.open();
List<PagedMessage> pgMessages = pg.read(storageManager);
pg.close(false, false);
Map<Long, AtomicInteger> countsPerQueueOnPage = new HashMap<>();
Map<Long, AtomicLong> sizePerQueueOnPage = new HashMap<>();