horizonzy commented on code in PR #15680:
URL: https://github.com/apache/pulsar/pull/15680#discussion_r878141667


##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/PulsarService.java:
##########
@@ -578,21 +574,34 @@ public CompletableFuture<Void> closeAsync() {
         }
     }
 
+    private void close(AutoCloseable closeable, ScheduledExecutorService 
shutdownExecutor) {

Review Comment:
   private void close(AutoCloseable closeable, String resourceName, 
ScheduledExecutorService shutdownExecutor)



##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/PulsarService.java:
##########
@@ -578,21 +574,34 @@ public CompletableFuture<Void> closeAsync() {
         }
     }
 
+    private void close(AutoCloseable closeable, ScheduledExecutorService 
shutdownExecutor) {

Review Comment:
   private void close(AutoCloseable closeable, String resource, 
ScheduledExecutorService shutdownExecutor)



-- 
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]

Reply via email to