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 2020/11/13 14:49:37 UTC

[GitHub] [pulsar] Huanli-Meng commented on a change in pull request #8561: [broker] Close topics that remain fenced forcefully

Huanli-Meng commented on a change in pull request #8561:
URL: https://github.com/apache/pulsar/pull/8561#discussion_r522996374



##########
File path: conf/broker.conf
##########
@@ -452,6 +452,10 @@ systemTopicEnabled=false
 # Please enable the system topic first.
 topicLevelPoliciesEnabled=false
 
+# If a topic remains fenced for this number of seconds, it will be closed forcefully.
+# If it is 0 or less, the fenced topic will not be closed.

Review comment:
       ```suggestion
   # If it is set to 0 or a negative number, the fenced topic will not be closed.
   ```




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