ivandika3 commented on PR #921:
URL: https://github.com/apache/ratis/pull/921#issuecomment-1725249304
@OneSizeFitsQuorum I think the previous contributors noted the possibility
of using daemon thread to use the `checkAndEvictCache`. Maybe worthwhile issue
to tackle.
```java
//TODO(runzhiwang): If there is performance problem, start a daemon thread
to checkAndEvictCache
checkAndEvictCache();
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]