Hello Adar Dembo,
I'd like you to do a code review. Please visit
http://gerrit.cloudera.org:8080/5380
to review the following change.
Change subject: client: don't log retriable scanner errors
......................................................................
client: don't log retriable scanner errors
Retriable scanner errors are a normal part of life. Prior to this patch,
every such error (eg SERVER_TOO_BUSY) resulted in both an INFO and a
WARNING message logged in the client.
In an Impala stress scenario this was producing several hundred logs per
second, even while queries were mostly succeeding.
This downgrades them to a VLOG(1) level.
Change-Id: I32e16dd10f9de8a015d420da4b58b2f363045f67
---
M src/kudu/client/client.cc
M src/kudu/client/scanner-internal.cc
2 files changed, 9 insertions(+), 7 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/80/5380/1
--
To view, visit http://gerrit.cloudera.org:8080/5380
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I32e16dd10f9de8a015d420da4b58b2f363045f67
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Todd Lipcon <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>