You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "Mahesh Reddy (Code Review)" <ge...@cloudera.org> on 2020/09/03 00:39:04 UTC

[kudu-CR] KUDU-3012: Add a Log Throttler

Hello Kudu Jenkins, Andrew Wong, Grant Henke, Bankim Bhavsar, 

I'd like you to reexamine a change. Please visit

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

to look at the new patch set (#2).

Change subject: KUDU-3012: Add a Log Throttler
......................................................................

KUDU-3012: Add a Log Throttler

ThrottlerLogUtil uses an instance of Logger and only logs one message
per a time period that can be set at the call-site. Each instance of
this class is designed to throttle regardless of message.

Change-Id: Ia2089b6fc905a5b54d664b7200060cabb965f40f
---
M java/kudu-client/src/main/java/org/apache/kudu/client/AsyncKuduSession.java
A java/kudu-client/src/main/java/org/apache/kudu/util/ThrottlerLogUtil.java
A java/kudu-client/src/test/java/org/apache/kudu/util/TestLogThrottler.java
3 files changed, 189 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/00/16400/2
-- 
To view, visit http://gerrit.cloudera.org:8080/16400
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ia2089b6fc905a5b54d664b7200060cabb965f40f
Gerrit-Change-Number: 16400
Gerrit-PatchSet: 2
Gerrit-Owner: Mahesh Reddy <mr...@cloudera.com>
Gerrit-Reviewer: Andrew Wong <aw...@cloudera.com>
Gerrit-Reviewer: Bankim Bhavsar <ba...@cloudera.com>
Gerrit-Reviewer: Grant Henke <gr...@apache.org>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Mahesh Reddy <mr...@cloudera.com>