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:
Trapier Marshall 2017-09-13 13:13:48 -04:00 committed by Misty Stanley-Jones
parent 272f0dbb95
commit 161094bd3f
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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