This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git
The following commit(s) were added to refs/heads/master by this push:
new 28f3dfa6b1 Update banyandb target comments (#12498)
28f3dfa6b1 is described below
commit 28f3dfa6b1073679e9e1ec2952ea099edad8637a
Author: Gao Hongtao <[email protected]>
AuthorDate: Mon Aug 5 13:12:46 2024 +0800
Update banyandb target comments (#12498)
---
docs/en/setup/backend/storages/banyandb.md | 3 ++-
.../server-tools/data-generator/src/main/resources/application.yml | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/docs/en/setup/backend/storages/banyandb.md
b/docs/en/setup/backend/storages/banyandb.md
index a37d225c5e..4cd02e30c7 100644
--- a/docs/en/setup/backend/storages/banyandb.md
+++ b/docs/en/setup/backend/storages/banyandb.md
@@ -10,7 +10,8 @@ storage:
banyandb:
# Targets is the list of BanyanDB servers, separated by commas.
# Each target is a BanyanDB server in the format of `host:port`
- # The host is the IP address or domain name of the BanyanDB server, and
the port is the port number of the BanyanDB server.
+ # If the BanyanDB is deployed as a standalone server, the target should be
the IP address or domain name and port of the BanyanDB server.
+ # If the BanyanDB is deployed in a cluster, the targets should be the IP
address or domain name and port of the `liaison` nodes, separated by commas.
targets: ${SW_STORAGE_BANYANDB_TARGETS:127.0.0.1:17912}
# The max number of records in a bulk write request.
# Bigger value can improve the write performance, but also increase the
OAP and BanyanDB Server memory usage.
diff --git
a/oap-server/server-tools/data-generator/src/main/resources/application.yml
b/oap-server/server-tools/data-generator/src/main/resources/application.yml
index f7b1d5ea1c..6aa06b8dbd 100755
--- a/oap-server/server-tools/data-generator/src/main/resources/application.yml
+++ b/oap-server/server-tools/data-generator/src/main/resources/application.yml
@@ -166,7 +166,8 @@ storage:
banyandb:
# Targets is the list of BanyanDB servers, separated by commas.
# Each target is a BanyanDB server in the format of `host:port`
- # The host is the IP address or domain name of the BanyanDB server, and
the port is the port number of the BanyanDB server.
+ # If the BanyanDB is deployed as a standalone server, the target should be
the IP address or domain name and port of the BanyanDB server.
+ # If the BanyanDB is deployed in a cluster, the targets should be the IP
address or domain name and port of the `liaison` nodes, separated by commas.
targets: ${SW_STORAGE_BANYANDB_TARGETS:127.0.0.1:17912}
# The max number of records in a bulk write request.
# Bigger value can improve the write performance, but also increase the
OAP and BanyanDB Server memory usage.