Alex Dadgar
|
19024f4da0
|
Merge pull request #1322 from hashicorp/b-docker-logs-splicing
Make line copy to avoid being overriden by subsequent scans
|
2016-06-20 13:17:49 -07:00 |
|
Alex Dadgar
|
661dc200f3
|
Make line copy to avoid being overriden by subsequent scans
|
2016-06-20 13:14:43 -07:00 |
|
Alex Dadgar
|
becaeb6835
|
Merge pull request #1320 from hashicorp/b-nan
Guard against NaN in disk stats
|
2016-06-20 10:39:18 -07:00 |
|
Alex Dadgar
|
3cd9c9590b
|
guard against NaN
|
2016-06-20 10:29:46 -07:00 |
|
Alex Dadgar
|
0f2824e425
|
Merge pull request #1319 from hashicorp/b-coarse-lock
finer grain locking on LatestAllocStats
|
2016-06-20 10:19:55 -07:00 |
|
Alex Dadgar
|
7b83503596
|
finer grain locking
|
2016-06-20 10:19:06 -07:00 |
|
Diptanu Choudhury
|
7c44bcae60
|
Merge pull request #1316 from tbartelmess/patch-1
Fixed a typo
|
2016-06-18 14:05:58 -07:00 |
|
Thomas Bartelmess
|
af9958054a
|
Fixed a typo
|
2016-06-18 08:20:32 -04:00 |
|
Alex Dadgar
|
0d7fecc984
|
Merge pull request #1314 from hashicorp/f-protect-alloc-nil
Guard against bad restore in alloc runner
|
2016-06-17 15:17:20 -07:00 |
|
Alex Dadgar
|
9f5d4e11fe
|
remove bind_addr from test config
|
2016-06-17 15:05:03 -07:00 |
|
Alex Dadgar
|
744270590b
|
Guard against bad restore
|
2016-06-17 14:58:53 -07:00 |
|
Alex Dadgar
|
9406739ba8
|
remove resolving client rpc addr
|
2016-06-17 14:55:37 -07:00 |
|
Alex Dadgar
|
c9f7467ccb
|
Driver tests use client default config
|
2016-06-17 14:24:49 -07:00 |
|
Alex Dadgar
|
975d3b36e8
|
changelog
|
2016-06-17 14:15:57 -07:00 |
|
Sean Chittenden
|
9aeac0b073
|
Merge pull request #1313 from hashicorp/b-update-gopsutils
Update gopsutils
|
2016-06-17 13:42:08 -07:00 |
|
Sean Chittenden
|
7566e8a04b
|
Improve the error messages when obtaining node and alloc stats
|
2016-06-17 13:24:10 -07:00 |
|
Sean Chittenden
|
f9562cf656
|
Lump this fix in with gopsutils: guard against errors from stats.
|
2016-06-17 13:24:10 -07:00 |
|
Sean Chittenden
|
ee81917b2c
|
Update gopsutils
|
2016-06-17 13:24:10 -07:00 |
|
Sean Chittenden
|
7b9961f09b
|
Initialize the stats helpers before accessing them for the first time
|
2016-06-17 13:23:30 -07:00 |
|
Sean Chittenden
|
9cb649d247
|
Merge pull request #1307 from hashicorp/f-fingerprint-cpus
F fingerprint cpus
|
2016-06-17 12:23:40 -07:00 |
|
Sean Chittenden
|
9e287858de
|
Merge pull request #1310 from hashicorp/b-logger
Create and pass only one `logger` object around per Agent
|
2016-06-17 12:16:35 -07:00 |
|
Sean Chittenden
|
c9570350c8
|
Merge pull request #1309 from hashicorp/b-fix-consul-tls
Teach config.ConsulConfig how to construct a consulapi TLS client.
|
2016-06-17 12:16:07 -07:00 |
|
Sean Chittenden
|
21b84fc3e6
|
Memoize the CPU stats. Error if CPU fingerprinting fails.
|
2016-06-17 12:13:53 -07:00 |
|
Alex Dadgar
|
27c6398639
|
debug message when stopping container
|
2016-06-17 11:52:44 -07:00 |
|
Sean Chittenden
|
686c125fea
|
Record and use only the first Mhz from the CPU fingerprinter.
Assume all cores are the same speed.
|
2016-06-17 11:06:57 -07:00 |
|
Sean Chittenden
|
46e2d54acf
|
Provide nomad.Config with a default LogOutput of os.StdErr
|
2016-06-17 06:44:10 -07:00 |
|
Sean Chittenden
|
9a60999100
|
Pass a logger arg to NewClient and NewServer
|
2016-06-16 23:29:23 -07:00 |
|
Sean Chittenden
|
c2f96ee6ba
|
Remove the shutdownCh as an argument, it was already present in the receiver
|
2016-06-16 23:15:41 -07:00 |
|
Sean Chittenden
|
faea8921d6
|
Remove the FreeBSD exclusion rule.
Other *NIX systems may be eligible for being removed from this list
but I am not in a position to support or test them at present.
|
2016-06-16 23:07:13 -07:00 |
|
Sean Chittenden
|
c3235c9569
|
Improve FreeBSD's CPU detection. Cherrypicked from shirou/gopsutil#219.
|
2016-06-16 23:07:13 -07:00 |
|
Sean Chittenden
|
4cc90753f8
|
In the debug log, split the unit from the measurement
awk(1) friendly is UNIX(tm) friendly.
|
2016-06-16 23:07:13 -07:00 |
|
Sean Chittenden
|
2dcb591cd8
|
Warn when we're unable to fingerprint the CPU Mhz
|
2016-06-16 23:07:13 -07:00 |
|
Sean Chittenden
|
b8e63411c0
|
Explicitly call cpu.Counts() to determine the CPU core count
Much safer than counting the number of InfoStat structs returned.
|
2016-06-16 23:07:13 -07:00 |
|
Sean Chittenden
|
871a31a8ec
|
Teach config.ConsulConfig how to construct a consulapi TLS client.
Said differently, centralize the creation of consul's client config
in one place and use it everywhere.
|
2016-06-16 22:51:06 -07:00 |
|
Sean Chittenden
|
438c1e149b
|
Fix tests
|
2016-06-16 22:26:45 -07:00 |
|
Sean Chittenden
|
304f895db5
|
Update the docs for installing from source
|
2016-06-16 21:42:47 -07:00 |
|
Sean Chittenden
|
59c54e9aeb
|
Fix tests, don't take the address of DefaultConsulCommand()
|
2016-06-16 21:21:39 -07:00 |
|
Sean Chittenden
|
26f3187afb
|
Ignore log files
|
2016-06-16 21:04:09 -07:00 |
|
Sean Chittenden
|
fe17f90969
|
Merge pull request #1308 from hashicorp/b-clenaup-consulconfig-defaults
Create config.DefaultConsulConfig()
|
2016-06-16 20:58:46 -07:00 |
|
Sean Chittenden
|
d17af396ca
|
Create config.DefaultConsulConfig()
|
2016-06-16 20:41:05 -07:00 |
|
Sean Chittenden
|
8f01a2e638
|
Allow test flags to be overridden from the environment.
|
2016-06-16 18:26:31 -07:00 |
|
Sean Chittenden
|
fd18eb7fdb
|
Only register the Client services reaper when consul.auto_advertise is enabled
|
2016-06-16 18:24:58 -07:00 |
|
Sean Chittenden
|
71e3518cf8
|
Merge pull request #1306 from hashicorp/b-remove-client-rpc
Remove client registration of RPC services, only servers have an RPC …
|
2016-06-16 18:15:56 -07:00 |
|
Sean Chittenden
|
e58c2a2ed4
|
Remove client registration of RPC services, only servers have an RPC interface
|
2016-06-16 18:14:59 -07:00 |
|
Sean Chittenden
|
9c703f2119
|
Merge pull request #1305 from hashicorp/f-autoreg-checks
F autoreg checks
|
2016-06-16 17:41:25 -07:00 |
|
Sean Chittenden
|
2a2b35d1bc
|
Use /v1/agent/servers (vs /v1/agent/self ).
|
2016-06-16 17:40:47 -07:00 |
|
Sean Chittenden
|
26cc057751
|
Automatically register service checks for HTTP, RPC, and Serf.
|
2016-06-16 17:34:25 -07:00 |
|
Sean Chittenden
|
25eb3c7e22
|
Whitespace police
|
2016-06-16 17:34:09 -07:00 |
|
Alex Dadgar
|
8240e4b3a7
|
Merge pull request #1304 from hashicorp/d-plan-cli
plan cli docs
|
2016-06-16 17:24:24 -07:00 |
|
Alex Dadgar
|
2b26259f27
|
plan cli docs
|
2016-06-16 17:23:49 -07:00 |
|