Commit Graph

4355 Commits

Author SHA1 Message Date
James Phillips 94c0e961eb
Fixes error message in test. 2016-09-01 09:48:08 -07:00
James Phillips d04a706a7c
Tweaks comment to be more correct. 2016-08-31 23:54:53 -07:00
James Phillips 4dd9b4b08a
Adds check that aborts bootstrap mode if there's an existing cluster. 2016-08-31 21:25:56 -07:00
James Phillips 1cb0bc6fe3
Release v0.7.0-rc2 2016-08-30 17:33:01 -07:00
James Phillips 30a895d196
Preps tree for 0.7.0-rc2 release. 2016-08-30 17:32:01 -07:00
James Phillips dc7273ed21 Merge pull request #2316 from hashicorp/b-operator
Copies the member data instead of referencing by pointer.
2016-08-30 17:29:53 -07:00
James Phillips 750e1751ac
Copies the member data instead of referencing by pointer. 2016-08-30 16:54:21 -07:00
James Phillips 5e4db081f7
Removes Raft types from public API interface.
This will cause a lot of breakage because we've currently vendored a
branch of the Raft library.
2016-08-30 14:59:16 -07:00
James Phillips ee0e331aca Update CHANGELOG.md 2016-08-30 14:45:15 -07:00
James Phillips 23e6901e94 Merge pull request #2315 from hashicorp/f-allow-stale
Changes default DNS allow_stale to true.
2016-08-30 14:42:34 -07:00
James Phillips 3304352272
Changes default DNS allow_stale to true. 2016-08-30 13:55:19 -07:00
James Phillips 16b24c3d5f Update CHANGELOG.md 2016-08-30 13:18:33 -07:00
James Phillips 7b85294e98 Merge pull request #2312 from hashicorp/f-op-command
Adds new consul operator endpoint, CLI, and ACL and some basic Raft commands.
2016-08-30 13:16:24 -07:00
James Phillips c063a1a8d0
Updates documentation with details on the Consul operator actions. 2016-08-30 13:15:37 -07:00
James Phillips 6be1e07fec
Makes the Raft configuration API easier to consume. 2016-08-30 11:30:56 -07:00
James Phillips 5df4b6bef2
Adds a log warning when operator peer changes occur. 2016-08-30 10:23:32 -07:00
James Phillips 209f003b12
Fixes a stale comment. 2016-08-30 00:10:46 -07:00
James Phillips 1b7a16b7d3
Adds new consul operator endpoint, CLI, and ACL and some basic Raft commands. 2016-08-30 00:02:50 -07:00
James Phillips 29e52307cb
Makes empty checkServiceNode return a nil.
The change in #2308 had an inadvertent interface change, so we fix that with
a special case in this fix.
2016-08-29 19:12:07 -07:00
James Phillips dceda4db27 Tweaks platform information in the README. 2016-08-26 21:51:07 -07:00
James Phillips 5dc274d446 Merge pull request #2308 from hashicorp/f-pre-allocate
Preallocates result struct, which was a profiling hot spot.
2016-08-26 16:38:28 -07:00
James Phillips 327fe725d9
Preallocates result struct, which was a profiling hot spot. 2016-08-26 16:34:28 -07:00
James Phillips 6f030a1167
Tweaks formatting of Consul version. 2016-08-25 17:12:55 -07:00
James Phillips 1e5c4b4bcb Adds top-level link to performance guide. 2016-08-25 16:54:29 -07:00
James Phillips 757cbce708
Sorts the guides (redux). 2016-08-25 16:47:54 -07:00
James Phillips ff4dd5e590 Sorts the guides. 2016-08-25 16:44:52 -07:00
James Phillips 668cf9cea2 Fixes a typo in the performance guide. 2016-08-25 16:13:54 -07:00
James Phillips 07df993129 Adds a note about 2 CPU cores. 2016-08-25 15:59:18 -07:00
James Phillips 0f3ba7a435 Update CHANGELOG.md 2016-08-25 15:54:14 -07:00
James Phillips 5df4fffd09 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 c5b6ac3655
Removes leader_lease_timeout from stats. 2016-08-25 15:39:19 -07:00
James Phillips 2f4c237cff
Adds a max raft multiplier and tweaks documentation. 2016-08-25 15:36:05 -07:00
James Phillips 5df36fbd82
Stops scaling the commit timeout. 2016-08-25 15:05:40 -07:00
James Phillips f65ef936cb
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 8775760483 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 40f3470696
Redacts the Circonus API token from stats JSON. 2016-08-24 23:27:25 -07:00
James Phillips 69bcf86535
Tweaks wording in performance guide. 2016-08-24 22:10:59 -07:00
James Phillips b339b0d2fc
Adds performance tuning capability for Raft, detuned defaults, and supplemental docs. 2016-08-24 21:58:37 -07:00
James Phillips 47a73b9920 Fix link to outage recovery guide.
Fixes #2291.
2016-08-18 16:52:15 -07:00
James Phillips 4fc91cc12f Merge pull request #2289 from hashicorp/jbs-typofix
Fix typo
2016-08-18 10:02:29 -07:00
Brian Shumate b1164d256e Fix typo 2016-08-18 09:14:15 -04:00
James Phillips 18701c5019 Update outage.html.markdown 2016-08-17 18:41:56 -07:00
James Phillips 1820de27fc 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 77cfe8432f 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 2aeaf35c41
Removed bad error message for health check status. 2016-08-17 17:54:09 -07:00
James Phillips 0bdbdf1ba8 Merge pull request #2226 from abhinavdahiya/rm-health-unknown
Fixes #1775; Removes 'unknown' state
2016-08-17 17:51:04 -07:00
James Phillips 5c466be4fd
Puts tree back in dev mode. 2016-08-17 12:44:58 -07:00
James Phillips 186e3abcaa
Release v0.7.0-rc1 2016-08-17 12:30:32 -07:00
James Phillips 6b36f032de
Preps for RC1 release. 2016-08-17 12:30:14 -07:00
James Phillips d2be7d2b07 Merge pull request #2287 from hashicorp/f-version-tweaks
Makes protocol version a little clearer.
2016-08-17 11:30:16 -07:00