mirror of https://github.com/docker/docs.git
Add current_issues table to DTR troubleshooting (#4496)
rethinkdb current_issues table is relevant in troubleshooting rethinkdb issues. Ref: https://www.rethinkdb.com/docs/system-issues/ Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
This commit is contained in:
parent
272f0dbb95
commit
161094bd3f
|
@ -92,6 +92,10 @@ queries such as:
|
|||
pk: 'cf5e8bf1197e281c747f27e203e42e22721d5c0870b06dfb1060ad0970e99ada',
|
||||
visibility: 'public' },
|
||||
...
|
||||
|
||||
# List problems detected within the rethinkdb cluster
|
||||
> r.db("rethinkdb").table("current_issues")
|
||||
...
|
||||
```
|
||||
|
||||
Indvidual DBs and tables are a private implementation detail and may change in DTR
|
||||
|
|
|
@ -92,6 +92,10 @@ queries such as:
|
|||
pk: 'cf5e8bf1197e281c747f27e203e42e22721d5c0870b06dfb1060ad0970e99ada',
|
||||
visibility: 'public' },
|
||||
...
|
||||
|
||||
# List problems detected within the rethinkdb cluster
|
||||
> r.db("rethinkdb").table("current_issues")
|
||||
...
|
||||
```
|
||||
|
||||
Indvidual DBs and tables are a private implementation detail and may change in DTR
|
||||
|
|
Loading…
Reference in New Issue