Skip to content

Commit

Permalink
Merge pull request #1735 from hashicorp/b-bootstrap-flapping
Browse files Browse the repository at this point in the history
Retry all servers on RPC call failure
  • Loading branch information
schmichael committed Sep 27, 2016
2 parents 04c7163 + 91936f4 commit 95af837
Show file tree
Hide file tree
Showing 11 changed files with 588 additions and 2,029 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ IMPROVEMENTS:
* core: Introduce node SecretID which can be used to minimize the available
surface area of RPCs to malicious Nomad Clients [GH-1597]
* cli: `nomad alloc-status` shows allocation creation time [GH-1623]
* client: Failed RPCs are retried on all servers [GH-1735]
* client: Enforce shared allocation directory disk usage [GH-1580]
* client: Introduce a `secrets/` directory to tasks where sensitive data can
be written [GH-1681]
Expand All @@ -19,6 +20,8 @@ BUG FIXES:
[GH-1668]
* discovery: Fix HTTP timeout with Server HTTP health check when there is no
leader [GH-1656]
* discovery: Fix client flapping when server is in a different datacenter as
the client [GH-1641]

## 0.4.1 (August 18, 2016)

Expand Down
Loading

0 comments on commit 95af837

Please sign in to comment.