You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/01/25 21:16:26 UTC

[GitHub] [pulsar] sijie commented on a change in pull request #9308: Wait for broker port listeners to shutdown in BrokerService.close

sijie commented on a change in pull request #9308:
URL: https://github.com/apache/pulsar/pull/9308#discussion_r564048450



##########
File path: pulsar-broker/src/main/java/org/apache/pulsar/broker/service/BrokerService.java
##########
@@ -175,6 +175,7 @@
 @Setter(AccessLevel.PROTECTED)
 public class BrokerService implements Closeable, ZooKeeperCacheListener<Policies> {
     private static final Logger log = LoggerFactory.getLogger(BrokerService.class);
+    private static final int CHANNEL_CLOSE_TIMEOUT_SECONDS = 10;

Review comment:
       Can you make it configurable?




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org