David Ribeiro Alves has uploaded a new change for review.

  http://gerrit.cloudera.org:8080/5226

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 a few statements to VLOG(10) and makes the
maintenance_manager much quieter when it's disabled.

Change-Id: I7863f067f49cc7432e8ca3b532a208d3c4005300
---
M src/kudu/rpc/reactor.cc
M src/kudu/util/maintenance_manager.cc
M src/kudu/util/thread.cc
3 files changed, 8 insertions(+), 8 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/26/5226/1
-- 
To view, visit http://gerrit.cloudera.org:8080/5226
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7863f067f49cc7432e8ca3b532a208d3c4005300
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: David Ribeiro Alves <dral...@apache.org>

Reply via email to