mreutegg commented on pull request #289:
URL: https://github.com/apache/jackrabbit-oak/pull/289#issuecomment-833652073
There also another suggestion I have, though it is unrelated to the issue.
The executor service should be stopped, otherwise its pooled threads will
linger around and use memory.
```
public void after() {
ClusterNodeInfo.resetClockToDefault();
new ExecutorCloser(executor).close();
}
```
--
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]