Skip to content

Commit

Permalink
NO-JIRA Debug statement on paging manager
Browse files Browse the repository at this point in the history
  • Loading branch information
clebertsuconic committed Oct 16, 2022
1 parent 10a93f9 commit e1e728a
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -515,7 +515,9 @@ public synchronized void stop() throws Exception {

@Override
public void processReload() throws Exception {
logger.debug("Processing reload");
for (PagingStore store : stores.values()) {
logger.debug("Processing reload on page store {}", store.getAddress());
store.processReload();
}
}
Expand Down

0 comments on commit e1e728a

Please sign in to comment.