You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
document rethinkcli and remove old information (#1845)
* document rethinkcli and remove old information
* document recovering from ha degraded mode #815
* fixes
* fixes
* Improve DTR troubleshoot instructions
[Learn more about RethinkDB queries](https://www.rethinkdb.com/docs/guide/javascript/).
63
+
64
+
## Recover from an unhealthy replica
51
65
52
-
* Use `-p 127.0.0.1:9999:8080` to expose the admin UI only to localhost
53
-
* Use an SSH tunnel in combination with exposing the port only to localhost
54
-
* Use a firewall to limit which IPs are allowed to connect
55
-
* Use a second proxy with TLS and basic auth to provide secure access over the Internet
66
+
When a DTR replica is unhealthy or down, the DTR web UI displays a warning:
56
67
57
-
## Accessing etcd directly
68
+
```none
69
+
Warning: The following replicas are unhealthy: 59e4e9b0a254; Reasons: Replica reported health too long ago: 2017-02-18T01:11:20Z; Replicas 000000000000, 563f02aba617 are still healthy.
70
+
```
58
71
59
-
You can execute etcd commands on a UCP node hosting a DTR replica using etcdctl
60
-
via the following docker command:
72
+
To fix this, you should remove the unhealthy replica from the DTR cluster,
0 commit comments