Alexey Serbin has submitted this change and it was merged. ( 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 Reviewed-on: http://gerrit.cloudera.org:8080/21572 Reviewed-by: Zoltan Chovan <[email protected]> Reviewed-by: Yingchun Lai <[email protected]> Tested-by: Yingchun Lai <[email protected]> Reviewed-by: Alexey Serbin <[email protected]> --- 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, 133 insertions(+), 3 deletions(-) Approvals: Zoltan Chovan: Looks good to me, but someone else must approve Yingchun Lai: Looks good to me, approved; Verified Alexey Serbin: Looks good to me, approved -- 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: merged Gerrit-Change-Id: Idc528d68947c222fa7be338057ea7af134eb0dd4 Gerrit-Change-Number: 21572 Gerrit-PatchSet: 3 Gerrit-Owner: KeDeng <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: KeDeng <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Yingchun Lai <[email protected]> Gerrit-Reviewer: Zoltan Chovan <[email protected]>
