This is an automated email from the ASF dual-hosted git repository.
cmccabe pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git.
from 61b6539 MINOR: Fix a startup NPE in BrokerServer (#10989)
add 03890ff MINOR: Fix NPE from addingReplicas and removingReplicas
(#10992)
No new revisions were added by this update.
Summary of changes:
.../test/scala/unit/kafka/server/ReplicaManagerTest.scala | 14 +++++++-------
.../apache/kafka/controller/ReplicationControlManager.java | 8 ++++----
.../main/resources/common/metadata/PartitionRecord.json | 4 ++--
.../org/apache/kafka/controller/QuorumControllerTest.java | 8 ++++----
.../kafka/controller/ReplicationControlManagerTest.java | 4 ++--
.../test/java/org/apache/kafka/image/TopicsImageTest.java | 5 +++--
.../apache/kafka/metadata/PartitionRegistrationTest.java | 12 ++++++------
7 files changed, 28 insertions(+), 27 deletions(-)