Hello Alexey Serbin, Andrew Wong,

I'd like you to do a code review. Please visit

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

to review the following change.


Change subject: KUDU-2965: cut down on task-related log spew in the catalog 
manager
......................................................................

KUDU-2965: cut down on task-related log spew in the catalog manager

- All "sending RPC" messages are relegated to VLOG. These aren't terribly
  useful in troubleshooting (i.e. the tserver's log is the source of truth
  for what RPCs were actually received), and it was already the case for
  some tasks, so it made sense to do it across the board.
- Failure messages that don't end a task are throttled, because they're very
  likely to repeat. I toyed with the idea of throttling across a particular
  facet (e.g. per tserver) but the complexity outweighs the usefulness.
- Generic retry messages are relegated to VLOG. Sure it was nice to see the
  exponential backoff get logged, but after years of that, I think we know
  that the math works as expected.
- A few other cosmetic changes, including the removal of a function that had
  no effect since the dawn of time.

Change-Id: I6d852eefdcb7903f6cfa330a423744a0ca5b7e80
---
M src/kudu/master/catalog_manager.cc
M src/kudu/master/catalog_manager.h
2 files changed, 43 insertions(+), 51 deletions(-)



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

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I6d852eefdcb7903f6cfa330a423744a0ca5b7e80
Gerrit-Change-Number: 14395
Gerrit-PatchSet: 1
Gerrit-Owner: Adar Dembo <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Andrew Wong <[email protected]>

Reply via email to