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_r374664831
##########
File path: extensions/rocksdb-repos/ProvenanceRepository.h
##########
@@ -56,21 +55,13 @@ class ProvenanceRepository : public core::Repository,
public std::enable_shared_
db_ = NULL;
}
- // Destructor
- virtual ~ProvenanceRepository() {
- if (db_)
- delete db_;
- }
-
- virtual void flush();
+ virtual void printStats();
Review comment:
Removed.
----------------------------------------------------------------
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