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 fd7e6fc83e4 Docs sync done from apache/pulsar (#90b9dd4)
fd7e6fc83e4 is described below
commit fd7e6fc83e4f683b11ed1d5968223fd84e2fc955
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Apr 9 01:37:36 2023 +0000
Docs sync done from apache/pulsar (#90b9dd4)
---
static/reference/next/config/reference-configuration-broker.md | 4 ++--
static/reference/next/config/reference-configuration-standalone.md | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/static/reference/next/config/reference-configuration-broker.md
b/static/reference/next/config/reference-configuration-broker.md
index a20fe7d2209..df4bd03c796 100644
--- a/static/reference/next/config/reference-configuration-broker.md
+++ b/static/reference/next/config/reference-configuration-broker.md
@@ -957,12 +957,12 @@ Interval to flush dynamic resource quota to ZooKeeper
**Category**: Load Balancer
-### loadBalancerServiceUnitStateCleanUpDelayTimeInSeconds
+### loadBalancerServiceUnitStateTombstoneDelayTimeInSeconds
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`
+**Default**: `3600`
**Dynamic**: `false`
diff --git a/static/reference/next/config/reference-configuration-standalone.md
b/static/reference/next/config/reference-configuration-standalone.md
index a20fe7d2209..df4bd03c796 100644
--- a/static/reference/next/config/reference-configuration-standalone.md
+++ b/static/reference/next/config/reference-configuration-standalone.md
@@ -957,12 +957,12 @@ Interval to flush dynamic resource quota to ZooKeeper
**Category**: Load Balancer
-### loadBalancerServiceUnitStateCleanUpDelayTimeInSeconds
+### loadBalancerServiceUnitStateTombstoneDelayTimeInSeconds
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`
+**Default**: `3600`
**Dynamic**: `false`