Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
KAFKA-15039: Reduce logging level to trace in PartitionChangeBuilder.… (
#13780) …tryElection() A CPU profile in a large cluster showed PartitionChangeBuilder.tryElection() taking significant CPU due to logging. We adjust the logging statements in that method for clean elections from DEBUG level to TRACE to mitigate the impact of this logging under normal operations. Unclean elections are now logged at the INFO level rather than DEBUG. Reviewers: Jason Gustafson <[email protected]>, Colin P. McCabe <[email protected]>
- Loading branch information