Skip to content

Commit

Permalink
OAK-7072 - Add log message upon compacted call in GCMonitor in Lucene…
Browse files Browse the repository at this point in the history
… indexer

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/oak/trunk@1818528 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
chetanmeh committed Dec 18, 2017
1 parent 73bd798 commit cc18ab0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ public void leave(NodeState before, NodeState after) {
}

void refresh() {
log.info("Marked tracker to refresh upon next cycle");
refresh = true;
}

Expand Down

0 comments on commit cc18ab0

Please sign in to comment.