cmu-db / peloton

The Self-Driving Database Management System
http://pelotondb.io
Apache License 2.0
2.03k stars 623 forks source link

Change line 7588 in src/index/bwtree_index.cpp to LOG_TRACE #1351

Closed poojanilangekar closed 6 years ago

poojanilangekar commented 6 years ago

After merging #1190, the following log message gets printed every epoch:

[src/index/bwtree_index.cpp:7588:~EpochManager] DEBUG - Clearing the epoch in ~EpochManager()...

I think this is an overkill and makes the real debug messages get lost. It should be changed to LOG_TRACE

apavlo commented 6 years ago

Fixed in #1372