lifepuzzlefun commented on code in PR #19793: URL: https://github.com/apache/pulsar/pull/19793#discussion_r1136416131
########## pulsar-broker/src/test/java/org/apache/pulsar/broker/stats/MetadataStoreStatsTest.java: ########## @@ -69,6 +69,9 @@ protected void cleanup() throws Exception { @Test public void testMetadataStoreStats() throws Exception { + // if this test fail see link below to find something. Review Comment: fixed ########## pulsar-broker/src/test/java/org/apache/pulsar/broker/zookeeper/MultiBrokerMetadataConsistencyTest.java: ########## @@ -43,6 +44,9 @@ protected int numberOfAdditionalBrokers() { TestZKServer testZKServer; + private final ConcurrentHashMap<MetadataStoreExtended, Object> needCloseStore = Review Comment: fixed -- 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: commits-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org