[
https://issues.apache.org/jira/browse/KUDU-3012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17193947#comment-17193947
]
ASF subversion and git services commented on KUDU-3012:
-------------------------------------------------------
Commit 8fc3ce7040b485424d196e6f9032c7b22b43b122 in kudu's branch
refs/heads/master from Mahesh Reddy
[ https://gitbox.apache.org/repos/asf?p=kudu.git;h=8fc3ce7 ]
KUDU-3012: Add a Log Throttler
LogThrottler implements a simple log throttler by logging at most 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
Reviewed-on: http://gerrit.cloudera.org:8080/16400
Tested-by: Kudu Jenkins
Reviewed-by: Bankim Bhavsar <[email protected]>
Reviewed-by: Grant Henke <[email protected]>
> Throttle "Applying an operation in a closed session" warning log
> ----------------------------------------------------------------
>
> Key: KUDU-3012
> URL: https://issues.apache.org/jira/browse/KUDU-3012
> Project: Kudu
> Issue Type: Improvement
> Components: client
> Affects Versions: 1.9.0
> Reporter: Grant Henke
> Assignee: Mahesh Reddy
> Priority: Major
> Labels: newbie, trivial
>
> In NIFI-6895 it was reported that the log warning about applying an operation
> in a closed session is occurring millions of times. Of course the NiFi
> integration should fix the underlying issue, but we should throttle this
> message to ensure it doesn't overflow logs.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)