This is an automated email from the ASF dual-hosted git repository. junrao pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git
from 67b46fec15c MINOR: introduce structure to keep member assignment with topic Ids (#19645) add 3094ce2c202 KAFKA-19212: Correct the unclean leader election metric calculation (#19590) No new revisions were added by this update. Summary of changes: .../kafka/controller/PartitionChangeBuilder.java | 8 ++--- .../metrics/ControllerMetricsChanges.java | 30 ++++++++-------- .../java/org/apache/kafka/image/TopicDelta.java | 40 ++++++++++++++++++---- .../kafka/metadata/PartitionRegistration.java | 11 ++---- .../metrics/ControllerMetricsChangesTest.java | 17 +++++++++ .../org/apache/kafka/image/TopicsImageTest.java | 38 ++++++++++++++++++++ .../kafka/metadata/PartitionRegistrationTest.java | 15 ++------ 7 files changed, 115 insertions(+), 44 deletions(-)