You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ur...@apache.org on 2023/11/09 01:30:42 UTC

(pulsar-site) branch main updated: Docs sync done from apache/pulsar (#51202a6)

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 59815b95ac04 Docs sync done from apache/pulsar (#51202a6)
59815b95ac04 is described below

commit 59815b95ac04cfff8ea5efd2d1575b5a3c59232f
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Thu Nov 9 01:30:37 2023 +0000

    Docs sync done from apache/pulsar (#51202a6)
---
 .../next/client/client-configuration-client.md     |  4 ++--
 .../next/config/reference-configuration-broker.md  | 22 +++++++++++-----------
 .../next/config/reference-configuration-client.md  |  4 ++--
 .../config/reference-configuration-pulsar-proxy.md |  2 +-
 .../config/reference-configuration-standalone.md   | 22 +++++++++++-----------
 .../config/reference-configuration-websocket.md    |  4 ++--
 static/swagger/master/swagger.json                 | 13 ++++++-------
 static/swagger/master/v2/swagger.json              | 13 ++++++-------
 8 files changed, 41 insertions(+), 43 deletions(-)

diff --git a/static/reference/next/client/client-configuration-client.md b/static/reference/next/client/client-configuration-client.md
index 681413b13a73..681d1501aea2 100644
--- a/static/reference/next/client/client-configuration-client.md
+++ b/static/reference/next/client/client-configuration-client.md
@@ -182,14 +182,14 @@ Number of IO threads.
 
 **Type**: `int`
 
-**Default**: `2`
+**Default**: `4`
 
 ### numListenerThreads
 Number of consumer listener threads.
 
 **Type**: `int`
 
-**Default**: `2`
+**Default**: `4`
 
 ### operationTimeoutMs
 Client operation timeout (in milliseconds).
diff --git a/static/reference/next/config/reference-configuration-broker.md b/static/reference/next/config/reference-configuration-broker.md
index c2c9b6715286..49b7c831b17e 100644
--- a/static/reference/next/config/reference-configuration-broker.md
+++ b/static/reference/next/config/reference-configuration-broker.md
@@ -3194,7 +3194,7 @@ Max memory size for broker handling messages sending from producers.
 
 **Type**: `int`
 
-**Default**: `866`
+**Default**: `1998`
 
 **Dynamic**: `true`
 
@@ -3473,7 +3473,7 @@ Number of threads to use for pulsar broker service. The executor in thread pool
 
 **Type**: `int`
 
-**Default**: `2`
+**Default**: `4`
 
 **Dynamic**: `false`
 
@@ -3495,7 +3495,7 @@ Number of threads to use for Netty IO. Default is set to `2 * Runtime.getRuntime
 
 **Type**: `int`
 
-**Default**: `4`
+**Default**: `8`
 
 **Dynamic**: `false`
 
@@ -3701,7 +3701,7 @@ Number of worker threads to serve topic ordered executor
 
 **Type**: `int`
 
-**Default**: `2`
+**Default**: `4`
 
 **Dynamic**: `false`
 
@@ -3995,7 +3995,7 @@ Number of BookKeeper client IO threads. Default is Runtime.getRuntime().availabl
 
 **Type**: `int`
 
-**Default**: `4`
+**Default**: `8`
 
 **Dynamic**: `false`
 
@@ -4006,7 +4006,7 @@ Number of BookKeeper client worker threads. Default is Runtime.getRuntime().avai
 
 **Type**: `int`
 
-**Default**: `2`
+**Default**: `4`
 
 **Dynamic**: `false`
 
@@ -4557,7 +4557,7 @@ This memory is allocated from JVM direct memory and it's shared across all the t
 
 **Type**: `int`
 
-**Default**: `346`
+**Default**: `799`
 
 **Dynamic**: `true`
 
@@ -4891,7 +4891,7 @@ Number of threads to be used for managed ledger scheduled tasks
 
 **Type**: `int`
 
-**Default**: `2`
+**Default**: `4`
 
 **Dynamic**: `false`
 
@@ -5133,7 +5133,7 @@ Number of threads to use for pulsar transaction replay PendingAckStore or Transa
 
 **Type**: `int`
 
-**Default**: `2`
+**Default**: `4`
 
 **Dynamic**: `false`
 
@@ -5276,7 +5276,7 @@ Number of connections per Broker in Pulsar Client used in WebSocket proxy
 
 **Type**: `int`
 
-**Default**: `2`
+**Default**: `4`
 
 **Dynamic**: `false`
 
@@ -5298,7 +5298,7 @@ Number of IO threads in Pulsar Client used in WebSocket proxy
 
 **Type**: `int`
 
-**Default**: `2`
+**Default**: `4`
 
 **Dynamic**: `false`
 
diff --git a/static/reference/next/config/reference-configuration-client.md b/static/reference/next/config/reference-configuration-client.md
index 681413b13a73..681d1501aea2 100644
--- a/static/reference/next/config/reference-configuration-client.md
+++ b/static/reference/next/config/reference-configuration-client.md
@@ -182,14 +182,14 @@ Number of IO threads.
 
 **Type**: `int`
 
-**Default**: `2`
+**Default**: `4`
 
 ### numListenerThreads
 Number of consumer listener threads.
 
 **Type**: `int`
 
-**Default**: `2`
+**Default**: `4`
 
 ### operationTimeoutMs
 Client operation timeout (in milliseconds).
diff --git a/static/reference/next/config/reference-configuration-pulsar-proxy.md b/static/reference/next/config/reference-configuration-pulsar-proxy.md
index e015f52ddb4a..2b495dec11cd 100644
--- a/static/reference/next/config/reference-configuration-pulsar-proxy.md
+++ b/static/reference/next/config/reference-configuration-pulsar-proxy.md
@@ -882,7 +882,7 @@ Number of threads used for Netty IO. Default is set to `2 * Runtime.getRuntime()
 
 **Type**: `int`
 
-**Default**: `4`
+**Default**: `8`
 
 **Dynamic**: `false`
 
diff --git a/static/reference/next/config/reference-configuration-standalone.md b/static/reference/next/config/reference-configuration-standalone.md
index c2c9b6715286..49b7c831b17e 100644
--- a/static/reference/next/config/reference-configuration-standalone.md
+++ b/static/reference/next/config/reference-configuration-standalone.md
@@ -3194,7 +3194,7 @@ Max memory size for broker handling messages sending from producers.
 
 **Type**: `int`
 
-**Default**: `866`
+**Default**: `1998`
 
 **Dynamic**: `true`
 
@@ -3473,7 +3473,7 @@ Number of threads to use for pulsar broker service. The executor in thread pool
 
 **Type**: `int`
 
-**Default**: `2`
+**Default**: `4`
 
 **Dynamic**: `false`
 
@@ -3495,7 +3495,7 @@ Number of threads to use for Netty IO. Default is set to `2 * Runtime.getRuntime
 
 **Type**: `int`
 
-**Default**: `4`
+**Default**: `8`
 
 **Dynamic**: `false`
 
@@ -3701,7 +3701,7 @@ Number of worker threads to serve topic ordered executor
 
 **Type**: `int`
 
-**Default**: `2`
+**Default**: `4`
 
 **Dynamic**: `false`
 
@@ -3995,7 +3995,7 @@ Number of BookKeeper client IO threads. Default is Runtime.getRuntime().availabl
 
 **Type**: `int`
 
-**Default**: `4`
+**Default**: `8`
 
 **Dynamic**: `false`
 
@@ -4006,7 +4006,7 @@ Number of BookKeeper client worker threads. Default is Runtime.getRuntime().avai
 
 **Type**: `int`
 
-**Default**: `2`
+**Default**: `4`
 
 **Dynamic**: `false`
 
@@ -4557,7 +4557,7 @@ This memory is allocated from JVM direct memory and it's shared across all the t
 
 **Type**: `int`
 
-**Default**: `346`
+**Default**: `799`
 
 **Dynamic**: `true`
 
@@ -4891,7 +4891,7 @@ Number of threads to be used for managed ledger scheduled tasks
 
 **Type**: `int`
 
-**Default**: `2`
+**Default**: `4`
 
 **Dynamic**: `false`
 
@@ -5133,7 +5133,7 @@ Number of threads to use for pulsar transaction replay PendingAckStore or Transa
 
 **Type**: `int`
 
-**Default**: `2`
+**Default**: `4`
 
 **Dynamic**: `false`
 
@@ -5276,7 +5276,7 @@ Number of connections per Broker in Pulsar Client used in WebSocket proxy
 
 **Type**: `int`
 
-**Default**: `2`
+**Default**: `4`
 
 **Dynamic**: `false`
 
@@ -5298,7 +5298,7 @@ Number of IO threads in Pulsar Client used in WebSocket proxy
 
 **Type**: `int`
 
-**Default**: `2`
+**Default**: `4`
 
 **Dynamic**: `false`
 
diff --git a/static/reference/next/config/reference-configuration-websocket.md b/static/reference/next/config/reference-configuration-websocket.md
index 0d5938739c42..8c7aafbd951e 100644
--- a/static/reference/next/config/reference-configuration-websocket.md
+++ b/static/reference/next/config/reference-configuration-websocket.md
@@ -528,7 +528,7 @@ Number of connections per broker in Pulsar client used in WebSocket proxy
 
 **Type**: `int`
 
-**Default**: `2`
+**Default**: `4`
 
 **Dynamic**: `false`
 
@@ -550,7 +550,7 @@ Number of IO threads in Pulsar client used in WebSocket proxy
 
 **Type**: `int`
 
-**Default**: `2`
+**Default**: `4`
 
 **Dynamic**: `false`
 
diff --git a/static/swagger/master/swagger.json b/static/swagger/master/swagger.json
index 8fe5a3845c9e..29b81d25ee59 100644
--- a/static/swagger/master/swagger.json
+++ b/static/swagger/master/swagger.json
@@ -1342,23 +1342,22 @@
                     "format": "int64",
                     "type": "integer"
                 },
-                "isOffloaded": {
-                    "type": "boolean"
-                },
                 "ledgerId": {
                     "format": "int64",
                     "type": "integer"
                 },
-                "offloadedContextUuid": {
+                "metadata": {
                     "type": "string"
                 },
+                "offloaded": {
+                    "type": "boolean"
+                },
                 "size": {
                     "format": "int64",
                     "type": "integer"
                 },
-                "timestamp": {
-                    "format": "int64",
-                    "type": "integer"
+                "underReplicated": {
+                    "type": "boolean"
                 }
             },
             "type": "object"
diff --git a/static/swagger/master/v2/swagger.json b/static/swagger/master/v2/swagger.json
index 8fe5a3845c9e..29b81d25ee59 100644
--- a/static/swagger/master/v2/swagger.json
+++ b/static/swagger/master/v2/swagger.json
@@ -1342,23 +1342,22 @@
                     "format": "int64",
                     "type": "integer"
                 },
-                "isOffloaded": {
-                    "type": "boolean"
-                },
                 "ledgerId": {
                     "format": "int64",
                     "type": "integer"
                 },
-                "offloadedContextUuid": {
+                "metadata": {
                     "type": "string"
                 },
+                "offloaded": {
+                    "type": "boolean"
+                },
                 "size": {
                     "format": "int64",
                     "type": "integer"
                 },
-                "timestamp": {
-                    "format": "int64",
-                    "type": "integer"
+                "underReplicated": {
+                    "type": "boolean"
                 }
             },
             "type": "object"