From 554ee7beb24e6ce4e27a6471bbe210d6180635b7 Mon Sep 17 00:00:00 2001 From: foesa <35463247+foesa-yang@users.noreply.github.com> Date: Thu, 29 Dec 2022 15:37:28 +0800 Subject: [PATCH] Remove toss and update yaml --- .../3.nebula-graph-architecture/4.storage-service.md | 1 - docs-2.0/20.appendix/release-notes/nebula-comm-release-note.md | 2 +- .../6.deploy-text-based-index/3.deploy-listener.md | 2 +- .../1.configurations/3.graph-config.md | 1 - docs-2.0/reuse/source-monitoring-metrics.md | 3 +-- 5 files changed, 3 insertions(+), 6 deletions(-) diff --git a/docs-2.0/1.introduction/3.nebula-graph-architecture/4.storage-service.md b/docs-2.0/1.introduction/3.nebula-graph-architecture/4.storage-service.md index 1354fb394ff..10d851a80d9 100644 --- a/docs-2.0/1.introduction/3.nebula-graph-architecture/4.storage-service.md +++ b/docs-2.0/1.introduction/3.nebula-graph-architecture/4.storage-service.md @@ -138,7 +138,6 @@ EdgeA_Out 和 EdgeA_In 以方向相反的两条边的形式存在于存储层, 如 EdgeA_Out 和 EdgeA_In 一样,NebulaGraph 冗余了存储每条边的信息,导致存储边所需的实际空间翻倍。因为边对应的 key 占用的硬盘空间较小,但 value 占用的空间与属性值的长度和数量成正比,所以,当边的属性值较大或数量较多时候,硬盘空间占用量会比较大。 - ### 分片算法 diff --git a/docs-2.0/20.appendix/release-notes/nebula-comm-release-note.md b/docs-2.0/20.appendix/release-notes/nebula-comm-release-note.md index a1bff4af0c4..c55a4d043ee 100644 --- a/docs-2.0/20.appendix/release-notes/nebula-comm-release-note.md +++ b/docs-2.0/20.appendix/release-notes/nebula-comm-release-note.md @@ -18,7 +18,7 @@ - 优化 job manager。 [#4446](https://github.com/vesoft-inc/nebula/pull/4446) [#4442](https://github.com/vesoft-inc/nebula/pull/4442) [#4444](https://github.com/vesoft-inc/nebula/pull/4444) [#4460](https://github.com/vesoft-inc/nebula/pull/4460) [#4500](https://github.com/vesoft-inc/nebula/pull/4500) [#4633](https://github.com/vesoft-inc/nebula/pull/4633) [#4654](https://github.com/vesoft-inc/nebula/pull/4654) [#4663](https://github.com/vesoft-inc/nebula/pull/4663) [#4722](https://github.com/vesoft-inc/nebula/pull/4722) [#4742](https://github.com/vesoft-inc/nebula/pull/4742) -- 添加实验功能的 flag,`BALANCE DATA` 的 `enable_data_balance`。 [#4728](https://github.com/vesoft-inc/nebula/pull/4728) +- 添加实验功能的 flag,`BALANCE DATA` 的 `enable_data_balance`。 [#4728](https://github.com/vesoft-inc/nebula/pull/4728) - 启动进程时统计日志打印到控制台。 [#4550](https://github.com/vesoft-inc/nebula/pull/4550) diff --git a/docs-2.0/4.deployment-and-installation/6.deploy-text-based-index/3.deploy-listener.md b/docs-2.0/4.deployment-and-installation/6.deploy-text-based-index/3.deploy-listener.md index 4e5d76e44af..b989045505a 100644 --- a/docs-2.0/4.deployment-and-installation/6.deploy-text-based-index/3.deploy-listener.md +++ b/docs-2.0/4.deployment-and-installation/6.deploy-text-based-index/3.deploy-listener.md @@ -33,7 +33,7 @@ listener 进程与 storaged 进程使用相同的二进制文件,但是二者 | 名称 | 预设值 | 说明 | | :----------- | :----------------------- | :------------------| | `daemonize` | `true` | 是否启动守护进程。 | -| `pid_file` | `pids_listener/nebula-storaged.pid` | 记录进程 ID 的文件。 | +| `pid_file` | `pids/nebula-metad-listener.pid` | 记录进程 ID 的文件。 | | `meta_server_addrs` | - | 全部 Meta 服务的 IP 地址和端口。多个 Meta 服务用英文逗号(,)分隔。 | | `local_ip` | - | listener 服务的本地 IP 地址。 | | `port` | - | listener 服务的 RPC 守护进程监听端口。 | diff --git a/docs-2.0/5.configurations-and-logs/1.configurations/3.graph-config.md b/docs-2.0/5.configurations-and-logs/1.configurations/3.graph-config.md index 733f6b4c99e..829fda20860 100644 --- a/docs-2.0/5.configurations-and-logs/1.configurations/3.graph-config.md +++ b/docs-2.0/5.configurations-and-logs/1.configurations/3.graph-config.md @@ -129,7 +129,6 @@ Graph 服务提供了两份初始配置文件`nebula-graphd.conf.default`和`neb | ------------------- | ------------------------ | ------------------------------------------ | |`enable_experimental_feature`|`false`|实验性功能开关。可选值为`true`和`false`。当前支持的实验性功能请参见下文。| |`enable_data_balance`|`true`|是否开启[均衡分片](../../8.service-tuning/load-balance.md)功能。仅当`enable_experimental_feature`为`true`时生效。 | - {{ ent.ent_begin }} diff --git a/docs-2.0/reuse/source-monitoring-metrics.md b/docs-2.0/reuse/source-monitoring-metrics.md index 58d8b48f0c5..1e0fb1f7d90 100644 --- a/docs-2.0/reuse/source-monitoring-metrics.md +++ b/docs-2.0/reuse/source-monitoring-metrics.md @@ -118,8 +118,7 @@ | `num_lookup` | LookupProcessor 执行的次数。 | | `num_sync_data` | Storage 同步 Drainer 数据的次数。 | | `num_sync_data_errors` | Storage 同步 Drainer 数据出错的次数。 | -| `sync_data_latency_us` | Storage 同步 Drainer 数据的延迟时间。 | - +| `sync_data_latency_us` | Storage 同步 Drainer 数据的延迟时间。 | ### 图空间级别监控指标