Skip to content

Commit 95af837

Browse files
authored
Merge pull request #1735 from hashicorp/b-bootstrap-flapping
Retry all servers on RPC call failure
2 parents 04c7163 + 91936f4 commit 95af837

11 files changed

+588
-2029
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ IMPROVEMENTS:
44
* core: Introduce node SecretID which can be used to minimize the available
55
surface area of RPCs to malicious Nomad Clients [GH-1597]
66
* cli: `nomad alloc-status` shows allocation creation time [GH-1623]
7+
* client: Failed RPCs are retried on all servers [GH-1735]
78
* client: Enforce shared allocation directory disk usage [GH-1580]
89
* client: Introduce a `secrets/` directory to tasks where sensitive data can
910
be written [GH-1681]
@@ -19,6 +20,8 @@ BUG FIXES:
1920
[GH-1668]
2021
* discovery: Fix HTTP timeout with Server HTTP health check when there is no
2122
leader [GH-1656]
23+
* discovery: Fix client flapping when server is in a different datacenter as
24+
the client [GH-1641]
2225

2326
## 0.4.1 (August 18, 2016)
2427

0 commit comments

Comments
 (0)