Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/19375 )
Change subject: [log] Reduce prompt log printing frequency ...................................................................... [log] Reduce prompt log printing frequency I notice the UpdateStats() function prints too frequently for the soft-deleted tables, or the tables that compaction disabled manually. If we can reduce the frequency of these duplicate logs, it will help us find useful information in the log more quickly. So I added a new flag '--update_stats_log_throttling_interval_sec' to control the printing frequency in UpdateStats() function. Change-Id: I06ecf355c504a931b7c3d193c129c2a757bf0e03 Reviewed-on: http://gerrit.cloudera.org:8080/19375 Tested-by: Kudu Jenkins Reviewed-by: Alexey Serbin <[email protected]> --- M src/kudu/tablet/tablet_mm_ops.cc M src/kudu/tablet/tablet_replica_mm_ops.cc 2 files changed, 15 insertions(+), 7 deletions(-) Approvals: Kudu Jenkins: Verified Alexey Serbin: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/19375 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I06ecf355c504a931b7c3d193c129c2a757bf0e03 Gerrit-Change-Number: 19375 Gerrit-PatchSet: 12 Gerrit-Owner: KeDeng <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: KeDeng <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Tidy Bot (241) Gerrit-Reviewer: Yingchun Lai <[email protected]>
