-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/57492/
-----------------------------------------------------------
(Updated 三月 10, 2017, 2:21 a.m.)
Review request for Ambari, Andrii Tkach and Jayush Luniya.
Bugs: AMBARI-20390
https://issues.apache.org/jira/browse/AMBARI-20390
Repository: ambari
Description
-------
Inappropriate kafka log4j configuration results in too much kafka logs which
are constantly increasing and never be removed.
Besides,DailyRollingFileAppender does not support property:maxBackupIndex and
maxFileSize, Only RollingFileAppender supports it.
Suggestion:
Change kafka log4j appender mode from DailyRollingFileAppender to
RollingFileAppender.
In this way, it will automatically remove the useless kafka log file.
Diffs
-----
ambari-server/src/main/resources/common-services/KAFKA/0.8.1/configuration/kafka-log4j.xml
0eed025
Diff: https://reviews.apache.org/r/57492/diff/1/
Testing
-------
Done
Thanks,
Wang Jie