cmccabe opened a new pull request, #13540: URL: https://github.com/apache/kafka/pull/13540
When creating the QuorumController, log whether ZK migration is enabled. When applying a feature level record which sets the metadata version, log the metadata version enum rather than the numeric feature level. Improve the logging when we replay snapshots in QuorumController. Log both the beginning and the end of replay. When TRACE is enabled, log every record that is replayed in QuorumController. Since some records may contain sensitive information, create RecordRedactor to assist in logging only what is safe to put in the log4j file. Add logging to ControllerPurgatory. Successful completions are logged at DEBUG; failures are logged at INFO, and additions are logged at TRACE. Remove SnapshotReason.java, SnapshotReasonTest.java, and QuorumController#generateSnapshotScheduled. They are deadcode now that snapshot generation moved to org.apache.kafka.image.publisher.SnapshotGenerator. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org