Skip to content

Commit

Permalink
note for storaged port showing red (#1214)
Browse files Browse the repository at this point in the history
  • Loading branch information
abby-cyber authored Mar 31, 2022
1 parent dc2483c commit 83bde95
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs-2.0/20.appendix/0.FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ Got 1 rows (time spent 1235/1934 us)

- The second number `1934` shows the time spent from the client's perspective, that is, the time it takes for the client from sending a request, receiving a response, and displaying the result on the screen.

### Why does the port number of the `nebula-storaged` process keep showing red after connecting Nebula Graph?
### Why does the port number of the `nebula-storaged` process keep showing red after connecting to Nebula Graph?

Because the `nebula-storaged` process waits for `nebula-metad` to add the current Storage service during the startup process. The Storage works after it receives the ready signal. Starting from Nebula Graph 3.0.0, the Meta service cannot directly read or write data in the Storage service that you add in the configuration file. The configuration file only registers the Storage service to the Meta service. You must run the `ADD HOSTS` command to enable the Meta to read and write data in the Storage service. For more information, see [Manage Storage hosts](../4.deployment-and-installation/manage-storage-host.md).

Expand Down
4 changes: 4 additions & 0 deletions docs-2.0/reuse/source_manage-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@ $ sudo /usr/local/nebula/scripts/nebula.service status all
[INFO] nebula-storaged(02b2091): Running as 26709, Listening on 9779
```

!!! note

After starting Nebula Graph, the port of the `nebula-storaged` process is shown in red. Because the `nebula-storaged` process waits for the `nebula-metad` to add the current Storage service during the startup process. The Storage works after it receives the ready signal. Starting from Nebula Graph 3.0.0, the Meta service cannot directly read or write data in the Storage service that you add in the configuration file. The configuration file only registers the Storage service to the Meta service. You must run the `ADD HOSTS` command to enable the Meta to read and write data in the Storage service. For more information, see [Manage Storage hosts](../4.deployment-and-installation/manage-storage-host.md).

* If the returned result is similar to the following one, there is a problem. You may also go to the [Nebula Graph community](https://discuss.nebula-graph.io/) for help.

```bash
Expand Down

0 comments on commit 83bde95

Please sign in to comment.