This is an automated email from the ASF dual-hosted git repository.

urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new c414285e5c1 Docs sync done from apache/pulsar (#3b075a6)
c414285e5c1 is described below

commit c414285e5c13dfb17219cb00ec75aec903e1ac04
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 24 01:36:22 2023 +0000

    Docs sync done from apache/pulsar (#3b075a6)
---
 .../reference/next/config/reference-configuration-broker.md   | 11 +++++++++++
 .../next/config/reference-configuration-standalone.md         | 11 +++++++++++
 2 files changed, 22 insertions(+)

diff --git a/static/reference/next/config/reference-configuration-broker.md 
b/static/reference/next/config/reference-configuration-broker.md
index 1c1c9058bfa..cb1c8c26bb6 100644
--- a/static/reference/next/config/reference-configuration-broker.md
+++ b/static/reference/next/config/reference-configuration-broker.md
@@ -946,6 +946,17 @@ Interval to flush dynamic resource quota to ZooKeeper
 
 **Category**: Load Balancer
 
+### loadBalancerServiceUnitStateCleanUpDelayTimeInSeconds
+After this delay, the service-unit state channel tombstones any service units 
(e.g., bundles) in semi-terminal states. For example, after splits, parent 
bundles will be `deleted`, and then after this delay, the parent bundles' state 
will be `tombstoned` in the service-unit state channel. Pulsar does not 
immediately remove such semi-terminal states to avoid unnecessary system 
confusion, as the bundles in the `tombstoned` state might temporarily look 
available to reassign. Rarely, one coul [...]
+
+**Type**: `long`
+
+**Default**: `604800`
+
+**Dynamic**: `false`
+
+**Category**: Load Balancer
+
 ### loadBalancerSheddingEnabled
 Enable/disable automatic bundle unloading for load-shedding
 
diff --git a/static/reference/next/config/reference-configuration-standalone.md 
b/static/reference/next/config/reference-configuration-standalone.md
index 1c1c9058bfa..cb1c8c26bb6 100644
--- a/static/reference/next/config/reference-configuration-standalone.md
+++ b/static/reference/next/config/reference-configuration-standalone.md
@@ -946,6 +946,17 @@ Interval to flush dynamic resource quota to ZooKeeper
 
 **Category**: Load Balancer
 
+### loadBalancerServiceUnitStateCleanUpDelayTimeInSeconds
+After this delay, the service-unit state channel tombstones any service units 
(e.g., bundles) in semi-terminal states. For example, after splits, parent 
bundles will be `deleted`, and then after this delay, the parent bundles' state 
will be `tombstoned` in the service-unit state channel. Pulsar does not 
immediately remove such semi-terminal states to avoid unnecessary system 
confusion, as the bundles in the `tombstoned` state might temporarily look 
available to reassign. Rarely, one coul [...]
+
+**Type**: `long`
+
+**Default**: `604800`
+
+**Dynamic**: `false`
+
+**Category**: Load Balancer
+
 ### loadBalancerSheddingEnabled
 Enable/disable automatic bundle unloading for load-shedding
 

Reply via email to