You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by he...@apache.org on 2024/04/16 03:41:21 UTC

(pulsar-site) branch heesung-sn-patch-2 created (now 1909da09f868)

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

heesung pushed a change to branch heesung-sn-patch-2
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


      at 1909da09f868 Update concepts-broker-load-balancing-concepts.md

This branch includes the following new commits:

     new 1909da09f868 Update concepts-broker-load-balancing-concepts.md

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



(pulsar-site) 01/01: Update concepts-broker-load-balancing-concepts.md

Posted by he...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

heesung pushed a commit to branch heesung-sn-patch-2
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git

commit 1909da09f868f51d5e30c3cd06c225beccd100ee
Author: Heesung Sohn <10...@users.noreply.github.com>
AuthorDate: Mon Apr 15 20:41:16 2024 -0700

    Update concepts-broker-load-balancing-concepts.md
---
 docs/concepts-broker-load-balancing-concepts.md | 24 +++++++++++-------------
 1 file changed, 11 insertions(+), 13 deletions(-)

diff --git a/docs/concepts-broker-load-balancing-concepts.md b/docs/concepts-broker-load-balancing-concepts.md
index 68c09e0218fd..8013f0edde7e 100644
--- a/docs/concepts-broker-load-balancing-concepts.md
+++ b/docs/concepts-broker-load-balancing-concepts.md
@@ -458,6 +458,17 @@ The unloaded bundles are assigned to less loaded brokers, and the clients connec
 
 When unloading happens, the client experiences a small latency blip while the topic is reassigned. 
 
+</TabItem>
+<TabItem value="Manual bundle unloading">
+
+#### Step 1: find target bundles
+
+Based on the broker resource usage (for example, CPU, network, and memory usage), you can choose hot bundles to unload.
+
+#### Step 2: unload hot bundles
+
+Unload hot bundles to available brokers. Target bundles' ownerships will be transferred, and topic connections will be closed.
+
 For how to unload bundles manually, please refer to [`unload`](pathname:///reference/#/@pulsar:version_reference@/pulsar-admin/namespaces?id=unload) admin command.
 
 Examples:
@@ -474,19 +485,6 @@ Unload all bundles in a namespace
 
 `pulsar-admin namespaces unload my-tenant/my-namespace`
 
-</TabItem>
-<TabItem value="Manual bundle unloading">
-
-#### Step 1: find target bundles
-
-Based on the broker resource usage (for example, CPU, network, and memory usage), you can choose hot bundles to unload.
-
-#### Step 2: unload hot bundles
-
-Unload hot bundles to available brokers. Target bundles' ownerships will be transferred, and topic connections will be closed.
-
-For how to unload bundles manually, see TBD (the docs is WIP, stay tuned!).
-
 </TabItem>
 
 </Tabs>