szaszm commented on a change in pull request #715: MINIFICPP-1126 - Reduce
sawtooth in memory usage of rocksdb flowfile …
URL: https://github.com/apache/nifi-minifi-cpp/pull/715#discussion_r372360823
##########
File path: extensions/rocksdb-repos/FlowFileRepository.cpp
##########
@@ -89,23 +82,28 @@ void FlowFileRepository::flush() {
}
}
-void FlowFileRepository::run() {
- // threshold for purge
+void FlowFileRepository::printStats() {
Review comment:
I'd also suggest logging the stats in a single line. It reduces log spam
while keeping usefulness.
----------------------------------------------------------------
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]
With regards,
Apache Git Services