Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add note for other clients #1622

Merged
merged 2 commits into from
Mar 31, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion docs-2.0/14.client/1.nebula-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,9 @@ Nebula Graph 提供多种类型客户端,便于用户连接、管理 Nebula Gr

!!! note

客户端暂不支持线程安全(thread-safe)。
目前仅 Nebula Java 客户端支持线程安全(thread-safe)。


!!! caution

其他客户端工具([Nebula PHP](https://github.com/nebula-contrib/nebula-php)、[Nebula Node](https://github.com/nebula-contrib/nebula-node)、[Nebula .net](https://github.com/nebula-contrib/nebula-net)、[Nebula JDBC](https://github.com/nebula-contrib/nebula-jdbc)、[NORM - Nebula Graph 的 Golang ORM](https://github.com/zhihu/norm)等)也可用于连接和管理 Nebula Graph。他们由非常酷的社区用户提供和维护,欢迎大家参与测试和贡献。
2 changes: 1 addition & 1 deletion docs-2.0/reuse/source_manage-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ $ sudo /usr/local/nebula/scripts/nebula.service status all

!!! note
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

不用note,用caution吧


正常启动 Nebula Graph 后,`nebula-storaged`进程的端口显示红色。这是因为`nebula-storaged`在启动流程中会等待`nebula-metad`添加当前 Storage 服务,当前 Storage 服务收到 Ready 信号后才会正式启动服务。从 3.0.0 版本开始,在配置文件中添加的 Storage 节点无法直接读写,配置文件的作用仅仅是将 Storage 节点注册至 Meta 服务中。必须使用ADD HOSTS命令后,才能正常读写 Storage 节点。更多信息,参见[管理 Storage 主机](../4.deployment-and-installation/manage-storage-host.md)。
正常启动 Nebula Graph 后,`nebula-storaged`进程的端口显示红色。这是因为`nebula-storaged`在启动流程中会等待`nebula-metad`添加当前 Storage 服务,当前 Storage 服务收到 Ready 信号后才会正式启动服务。从 3.0.0 版本开始,在配置文件中添加的 Storage 节点无法直接读写,配置文件的作用仅仅是将 Storage 节点注册至 Meta 服务中。必须使用`ADD HOSTS`命令后,才能正常读写 Storage 节点。更多信息,参见[管理 Storage 主机](../4.deployment-and-installation/manage-storage-host.md)。


- 如果返回类似如下结果,表示 Nebula Graph 服务异常,可以根据异常服务信息进一步排查,或者在 [Nebula Graph 社区](https://discuss.nebula-graph.com.cn/)寻求帮助。
Expand Down