[
https://issues.apache.org/jira/browse/KAFKA-18219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17905078#comment-17905078
]
Nick Guo commented on KAFKA-18219:
----------------------------------
Hi [~chia7712] , if you are not working on this,may I take it?
> Use INFO level instead of ERROR after successfully performing an unclean
> leader election
> ----------------------------------------------------------------------------------------
>
> Key: KAFKA-18219
> URL: https://issues.apache.org/jira/browse/KAFKA-18219
> Project: Kafka
> Issue Type: Improvement
> Reporter: Chia-Ping Tsai
> Assignee: Chia-Ping Tsai
> Priority: Trivial
>
> https://github.com/apache/kafka/blob/4c5ea05ec85aba18abae1308f78345ff949659a5/metadata/src/main/java/org/apache/kafka/controller/ReplicationControlManager.java#L1770
> ```
> log.error("Triggering unclean leader election for offline
> partition {}-{}.",
> topic.name, topicIdPartition.partitionId());
> ```
> it should be `info` rather than `error`
--
This message was sent by Atlassian Jira
(v8.20.10#820010)