arpadboda commented on a change in pull request #716: MINIFICPP-1127 -
Provenance repo performance should be improved
URL: https://github.com/apache/nifi-minifi-cpp/pull/716#discussion_r374670873
##########
File path: libminifi/include/core/Repository.h
##########
@@ -85,6 +85,10 @@ class Repository : public virtual
core::SerializableComponent, public core::Trac
virtual void flush();
+ virtual void printStats() {
+ return;
+ }
+
Review comment:
Wanted to remove and follow up in
https://issues.apache.org/jira/browse/MINIFICPP-1145.
Done.
----------------------------------------------------------------
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