You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "yejiabao (Code Review)" <ge...@cloudera.org> on 2022/10/07 09:06:35 UTC

[kudu-CR] [Log] KUDU-3369 Support compress Kudu log and use size and number of files to manage

Hello Tidy Bot, Alexey Serbin, Kudu Jenkins, Bankim Bhavsar, 

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

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

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

Change subject: [Log] KUDU-3369 Support compress Kudu log and use size and number of files to manage
......................................................................

[Log] KUDU-3369 Support compress Kudu log and use size and number of files to manage

This patch adds support for compressing rotated log files.
Use --max_compressed_log_files to control the
maximum number of compressed log files to keep.
Use --max_all_compressed_files_size_mb to control the
total size of all compressed files under a Kudu server.

Change-Id: I418743a0d521177bd3ca3343eb2774af2689d38a
---
M src/kudu/client/symbols.map
M src/kudu/server/server_base.cc
M src/kudu/util/env.h
M src/kudu/util/env_posix.cc
M src/kudu/util/env_util.cc
M src/kudu/util/env_util.h
M src/kudu/util/logging-test.cc
M src/kudu/util/logging.cc
M src/kudu/util/logging.h
M src/kudu/util/rolling_log.cc
M src/kudu/util/rolling_log.h
11 files changed, 296 insertions(+), 100 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/54/18554/19
-- 
To view, visit http://gerrit.cloudera.org:8080/18554
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I418743a0d521177bd3ca3343eb2774af2689d38a
Gerrit-Change-Number: 18554
Gerrit-PatchSet: 19
Gerrit-Owner: yejiabao <ye...@huawei.com>
Gerrit-Reviewer: Alexey Serbin <al...@apache.org>
Gerrit-Reviewer: Bankim Bhavsar <ba...@cloudera.com>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Tidy Bot (241)
Gerrit-Reviewer: yejiabao <ye...@huawei.com>