[ https://issues.apache.org/jira/browse/KAFKA-19576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Chia-Ping Tsai resolved KAFKA-19576. ------------------------------------ Resolution: Fixed trunk: https://github.com/apache/kafka/commit/66b3c07954c94ed2f3c7dec95128d3bc5c1b7049 4.1: https://github.com/apache/kafka/commit/fc030b411c3881e752856c443c7b14f393d4c46e 4.0: https://github.com/chia7712/kafka/commit/0f9b3127030f596c8c187e22b1badd88e4bf9662 > Fix typo in state-change log filename after rotate > -------------------------------------------------- > > Key: KAFKA-19576 > URL: https://issues.apache.org/jira/browse/KAFKA-19576 > Project: Kafka > Issue Type: Bug > Reporter: Chia-Ping Tsai > Assignee: Jared Harley > Priority: Blocker > Fix For: 4.0.1, 4.1.0 > > > The log4j2 config file was incorrectly rotating the state-change.log to > {{stage-change.log.[date]}} (changing the filename from state to stage). The > below PR corrects the file name for rotated logs. > After this change is applied, the log4j2 config will not take any actions > with previously-created {{stage-change.log.[date]}} files. These may need to > be manually removed by users. > [https://github.com/apache/kafka/pull/20269] > -- This message was sent by Atlassian Jira (v8.20.10#820010)