Commit Graph

4358 Commits (7369875cf7bccbf332eab9c77d5ef280f1d8efc0)

Author SHA1 Message Date
James Phillips 7369875cf7 Merge pull request #2320 from hashicorp/f-leave
Changes default for `leave_on_terminate` based on server or client mode.
2016-09-01 09:08:10 -07:00
James Phillips 4d05d692fc
Makes port selection atomic in unit tests. 2016-09-01 01:01:28 -07:00
James Phillips d5191741a1
Cleans up the upgrade guide. 2016-09-01 00:22:09 -07:00
James Phillips 55ef6c54a6
Changes default for `leave_on_terminate` based on server or client mode. 2016-08-31 23:39:11 -07:00
James Phillips 7bcb34d498 Puts tree back in dev mode. 2016-08-31 10:49:31 -07:00
James Phillips 4fd419d609 Adds a note about stale reads to the performance guide. 2016-08-30 18:11:05 -07:00
James Phillips dd8061b3db
Release v0.7.0-rc2 2016-08-30 17:33:01 -07:00
James Phillips a3fd12aecf
Preps tree for 0.7.0-rc2 release. 2016-08-30 17:32:01 -07:00
James Phillips d1a76b363b 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 cda2bd29a9
Copies the member data instead of referencing by pointer. 2016-08-30 16:54:21 -07:00
James Phillips 84e8fc5848
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 74a40a2de9 Update CHANGELOG.md 2016-08-30 14:45:15 -07:00
James Phillips f894f333f5 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 ed7356dd5c
Changes default DNS allow_stale to true. 2016-08-30 13:55:19 -07:00
James Phillips 672365b7d9 Update CHANGELOG.md 2016-08-30 13:18:33 -07:00
James Phillips 3effaa77bc 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 2c9885d10d
Updates documentation with details on the Consul operator actions. 2016-08-30 13:15:37 -07:00
James Phillips 3c9188c38b
Makes the Raft configuration API easier to consume. 2016-08-30 11:30:56 -07:00
James Phillips 3f16142b40
Adds a log warning when operator peer changes occur. 2016-08-30 10:23:32 -07:00
James Phillips 0558b9c44b
Fixes a stale comment. 2016-08-30 00:10:46 -07:00
James Phillips e5850d8a26
Adds new consul operator endpoint, CLI, and ACL and some basic Raft commands. 2016-08-30 00:02:50 -07:00
James Phillips 53149bd2f9
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 a7cfcc3634 Tweaks platform information in the README. 2016-08-26 21:51:07 -07:00
James Phillips 4b2cd8ce4a 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 3a855d362f
Preallocates result struct, which was a profiling hot spot. 2016-08-26 16:34:28 -07:00
James Phillips 970bb771f9
Tweaks formatting of Consul version. 2016-08-25 17:12:55 -07:00
James Phillips 8b19364964 Adds top-level link to performance guide. 2016-08-25 16:54:29 -07:00
James Phillips c1c1a340e0
Sorts the guides (redux). 2016-08-25 16:47:54 -07:00
James Phillips 7b8837f46e Sorts the guides. 2016-08-25 16:44:52 -07:00
James Phillips e1f9f2fd87 Fixes a typo in the performance guide. 2016-08-25 16:13:54 -07:00
James Phillips a9dcaa0ac9 Adds a note about 2 CPU cores. 2016-08-25 15:59:18 -07:00
James Phillips 58985a1788 Update CHANGELOG.md 2016-08-25 15:54:14 -07:00
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