David Ribeiro Alves has submitted this change and it was merged. Change subject: Remove/downgrade a few very verbose useless log statements ......................................................................
Remove/downgrade a few very verbose useless log statements When running tests that use a tablet server the log is full of thread/reactor/maintenance manager statetments that are useless. This is particularly annoying at VLOG(5) level where we expect to see printouts of compaction inputs/outputs. These get lost in a sea of useless statements. This outright removes the "timer tick" reactor statement, downgrades another reactor statement to VLOG(10) and makes the maintenance_manager much quieter when it's disabled. Change-Id: I7863f067f49cc7432e8ca3b532a208d3c4005300 Reviewed-on: http://gerrit.cloudera.org:8080/5226 Reviewed-by: Todd Lipcon <[email protected]> Tested-by: Kudu Jenkins --- M src/kudu/rpc/reactor.cc M src/kudu/util/maintenance_manager.cc 2 files changed, 8 insertions(+), 7 deletions(-) Approvals: Todd Lipcon: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/5226 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I7863f067f49cc7432e8ca3b532a208d3c4005300 Gerrit-PatchSet: 5 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: David Ribeiro Alves <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: David Ribeiro Alves <[email protected]> Gerrit-Reviewer: Jean-Daniel Cryans <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Mike Percy <[email protected]> Gerrit-Reviewer: Tidy Bot Gerrit-Reviewer: Todd Lipcon <[email protected]>
