Skip to content

Commit

Permalink
change zone-related fields to dynamically configurable (#3056)
Browse files Browse the repository at this point in the history
  • Loading branch information
abby-cyber authored Oct 17, 2023
1 parent 3e791f2 commit 038047a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ Graph 服务提供了两份初始配置文件`nebula-graphd.conf.default`和`neb
| 名称 | 预设值 | 说明 | 是否支持运行时动态修改 |
| :-------------------- | :----- | :------------------- | :--------------------- |
| `assigned_zone` || 当开启 Zone 功能时,设置一个已存在的 Zone 名称以定向访问该 Zone。详情参见[管理 Zone](../../4.deployment-and-installation/5.zone.md)| 不支持 |
| `prioritize_intra_zone_reading` | `false` | 当值为`true`并在`assigned_zone`中指定了 Zone,将优先读该 Zone 内的副本数据,如果该 Zone 内查询失败,再根据`stick_to_intra_zone_on_failure`的值判断是否读Leader 副本数据。<br/>当值为`false`时,将读取 Leader 副本数据。 | 不支持 |
|`stick_to_intra_zone_on_failure`|`false`|当值为`true`时,如果`assigned_zone`中指定的 Zone 内查询失败,返回报错。<br/>为`false`时,将读取 Leader 副本数据。|不支持|
| `prioritize_intra_zone_reading` | `false` | 当值为`true`并在`assigned_zone`中指定了 Zone,将优先读该 Zone 内的副本数据,如果该 Zone 内查询失败,再根据`stick_to_intra_zone_on_failure`的值判断是否读Leader 副本数据。<br/>当值为`false`时,将读取 Leader 副本数据。 | 支持 |
|`stick_to_intra_zone_on_failure`|`false`|当值为`true`时,如果`assigned_zone`中指定的 Zone 内查询失败,返回报错。<br/>为`false`时,将读取 Leader 副本数据。|支持|

{{ ent.ent_end }}

0 comments on commit 038047a

Please sign in to comment.