dino2895 commented on code in PR #23250:
URL: https://github.com/apache/kafka/pull/23250#discussion_r3889016044
##########
clients/clients-integration-tests/src/test/java/org/apache/kafka/clients/MetricsDuringTopicCreationDeletionTest.java:
##########
@@ -77,23 +78,33 @@ public void testMetricsDuringTopicCreateDelete() throws
Exception {
final int initialPreferredReplicaImbalanceCount =
getGauge("PreferredReplicaImbalanceCount").value();
final int initialUnderReplicatedPartitionsCount =
getGauge("UnderReplicatedPartitions").value();
+ AtomicInteger offlinePartitionsCount =
Review Comment:
Okay, I will change them.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]