James Phillips
d64d53a0de
Merge pull request #2303 from hashicorp/f-tunes
...
Adds performance tuning capability for Raft, detuned defaults, and supplemental docs.
2016-08-25 15:45:49 -07:00
James Phillips
80d1d88590
Removes leader_lease_timeout from stats.
2016-08-25 15:39:19 -07:00
James Phillips
17b70c7efd
Adds a max raft multiplier and tweaks documentation.
2016-08-25 15:36:05 -07:00
James Phillips
2822334bce
Stops scaling the commit timeout.
2016-08-25 15:05:40 -07:00
James Phillips
679b3c0c6b
Increases RPC hold timeout for new default timing.
...
Rather than scale this we just bump it up a bit. It'll be on the edge in
the lower-performance default mode, and will have plenty of margin in the
high-performance mode. This seems like a reasonable compromise to keep the
logic here simple vs. scaling, and seems inline with the expectations of
the different modes of operation.
2016-08-24 23:35:28 -07:00
James Phillips
07943339dc
Merge pull request #2304 from hashicorp/b-circonus-token
...
Redacts the Circonus API token from stats JSON.
2016-08-24 23:27:58 -07:00
James Phillips
53c73f0ee5
Redacts the Circonus API token from stats JSON.
2016-08-24 23:27:25 -07:00
James Phillips
c432aa540d
Tweaks wording in performance guide.
2016-08-24 22:10:59 -07:00
James Phillips
57db4bcce6
Adds performance tuning capability for Raft, detuned defaults, and supplemental docs.
2016-08-24 21:58:37 -07:00
James Phillips
36dc9201f2
Fix link to outage recovery guide.
...
Fixes #2291 .
2016-08-18 16:52:15 -07:00
James Phillips
94e83001a3
Merge pull request #2289 from hashicorp/jbs-typofix
...
Fix typo
2016-08-18 10:02:29 -07:00
Brian Shumate
3d71951c97
Fix typo
2016-08-18 09:14:15 -04:00
James Phillips
3c2a73e670
Update outage.html.markdown
2016-08-17 18:41:56 -07:00
James Phillips
861efcc8c8
Merge pull request #2235 from robwdux/patch-1
...
update ca tutorial to one more recent and relevant
2016-08-17 18:00:03 -07:00
James Phillips
1a4c8a123e
Merge pull request #2288 from hashicorp/b-unknown
...
Removed bad error message for health check status.
2016-08-17 17:54:48 -07:00
James Phillips
a48463f100
Removed bad error message for health check status.
2016-08-17 17:54:09 -07:00
James Phillips
defa2a6180
Merge pull request #2226 from abhinavdahiya/rm-health-unknown
...
Fixes #1775 ; Removes 'unknown' state
2016-08-17 17:51:04 -07:00
James Phillips
9f2c0da85a
Puts tree back in dev mode.
2016-08-17 12:44:58 -07:00
James Phillips
4a07a5cb78
Release v0.7.0-rc1
2016-08-17 12:30:32 -07:00
James Phillips
69aa83a01b
Preps for RC1 release.
2016-08-17 12:30:14 -07:00
James Phillips
5e0ad0c838
Merge pull request #2287 from hashicorp/f-version-tweaks
...
Makes protocol version a little clearer.
2016-08-17 11:30:16 -07:00
James Phillips
bedd0c5a9e
Makes protocol version a little clearer.
2016-08-17 11:29:09 -07:00
James Phillips
9d154a55ad
Update acl.html.markdown
2016-08-17 10:21:59 -07:00
James Phillips
5d8fdc0da0
Merge pull request #2286 from kyhavlov/patch-1
...
Fix doc links for ACL replication status
2016-08-17 10:09:57 -07:00
kyhavlov
c0b5e0ee06
Fix links for ACL replication status
2016-08-17 12:41:04 -04:00
James Phillips
8dfdef6424
Update CHANGELOG.md
2016-08-16 21:58:10 -07:00
James Phillips
2af4ee0928
Update outage.html.markdown
2016-08-16 15:48:22 -07:00
James Phillips
917827d2af
Bumps Travis to Go 1.6.3.
2016-08-16 15:25:43 -07:00
James Phillips
942b554abb
Merge pull request #2283 from hashicorp/f-outage-docs
...
Updates docs for new peers.json behavior.
2016-08-16 15:13:50 -07:00
James Phillips
ee5740847c
Updates the changelog with peers.json info.
2016-08-16 15:13:04 -07:00
James Phillips
23c981385d
Updates the 0.7-specific upgrade notes.
2016-08-16 15:10:52 -07:00
James Phillips
49dda31f4e
Updates the outage docs with details about new Raft behavior.
2016-08-16 15:10:37 -07:00
James Phillips
462bc71eea
Merge pull request #2282 from hashicorp/b-upgrade-docs
...
Updates version documentation.
2016-08-16 14:16:14 -07:00
James Phillips
7a23a25402
Updates version documentation.
2016-08-16 14:15:13 -07:00
James Phillips
d95a498d8a
Update CHANGELOG.md
2016-08-16 12:57:10 -07:00
James Phillips
62b926819a
Update CHANGELOG.md
2016-08-16 12:56:38 -07:00
James Phillips
7ca76a613c
Merge pull request #2276 from hashicorp/f-deregister-critical
...
Adds ability to deregister a service based on critical check state longer than a timeout.
2016-08-16 12:54:41 -07:00
James Phillips
4c7a0ed3b0
Merge branch 'master' into f-deregister-critical
2016-08-16 12:53:21 -07:00
James Phillips
ba60afd5d8
Cleans up based on code review feedback.
2016-08-16 12:52:30 -07:00
James Phillips
9246966d00
Update CHANGELOG.md
2016-08-16 11:40:48 -07:00
James Phillips
0bca03bea0
Update CHANGELOG.md
2016-08-16 11:38:39 -07:00
James Phillips
16e30e072f
Update CHANGELOG.md
2016-08-16 11:38:25 -07:00
James Phillips
60ff598d11
Update CHANGELOG.md
2016-08-16 11:37:58 -07:00
James Phillips
1d130a679a
Merge pull request #2280 from hashicorp/f-lan-tag
...
Adds missing TaggedAddress structures to Go API client, adapts for address translation.
2016-08-16 11:35:00 -07:00
James Phillips
9f7a973ace
Adds an `X-Consul-Translate-Addresses` to signal translation is enabled.
2016-08-16 11:31:41 -07:00
James Phillips
fbdd021ab9
Adds an "lan" tagged address so we have a way to get them all.
...
If we didn't have this, then there would be no way to know the LAN
address if address translation was turned on.
2016-08-16 10:49:03 -07:00
James Phillips
1d5eb36689
Adds missing TaggedAddress structures to API client.
2016-08-16 10:30:30 -07:00
James Phillips
231f5a957f
Fixes a typo and adds an admonition about only being in Consul 0.7+.
2016-08-16 09:27:20 -07:00
James Phillips
4a3d7db24f
Adds ability to deregister a service based on critical check state longer than a timeout.
2016-08-16 01:00:26 -07:00
James Phillips
315b9d4ea4
Tweaks translate_wan_addr documentation.
...
Adds a note about HTTP being 0.7 and later only.
2016-08-15 16:23:01 -07:00