KeDeng has uploaded this change for review. ( http://gerrit.cloudera.org:8080/21572
Change subject: [log] fix the Ranger client log count limit not working ...................................................................... [log] fix the Ranger client log count limit not working In scenarios where authentication is enabled, the master starts a Ranger subprocess to communicate with the KMS process. I noticed that in these scenarios, the number of log files generated by the Java subprocess was not limited, causing a waste of disk space. To address this issue, I updated the configuration file for the Java subprocess. To verify the effectiveness of this commit, I also added new unit tests to ensure it. Change-Id: Idc528d68947c222fa7be338057ea7af134eb0dd4 --- A java/kudu-subprocess/src/main/java/org/apache/kudu/subprocess/log/LoggingTestMain.java M src/kudu/subprocess/subprocess_proxy-test.cc M src/kudu/subprocess/subprocess_proxy.cc M src/kudu/subprocess/subprocess_proxy.h 4 files changed, 132 insertions(+), 3 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/72/21572/1 -- To view, visit http://gerrit.cloudera.org:8080/21572 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Idc528d68947c222fa7be338057ea7af134eb0dd4 Gerrit-Change-Number: 21572 Gerrit-PatchSet: 1 Gerrit-Owner: KeDeng <[email protected]>
