Commit Graph

2921 Commits

Author SHA1 Message Date
Diptanu Choudhury
d43af22b2b Merging the value of http advertise addr if user is providing one 2016-02-12 09:40:28 -08:00
Diptanu Choudhury
e8d3da2b2f Bumped up disk requirements in a test 2016-02-11 22:50:34 -08:00
Diptanu Choudhury
05999809aa Fixed some more tests 2016-02-11 22:33:41 -08:00
Diptanu Choudhury
5b7c03e365 Bumping up default disk size 2016-02-11 18:15:55 -08:00
Diptanu Choudhury
ef8032e626 Fixed tests 2016-02-11 17:34:46 -08:00
Diptanu Choudhury
355b88bba9 Setting the output for default logger to nomad's logoutput 2016-02-11 16:05:31 -08:00
Diptanu Choudhury
79de9d1618 Merge pull request #763 from hashicorp/f-logrotator
Implemented log rotation for drivers
2016-02-11 15:02:39 -08:00
Diptanu Choudhury
26d308dcb8 Fixed an issue with purge 2016-02-11 14:44:35 -08:00
Diptanu Choudhury
8f17f00a31 Added a validator for log storage 2016-02-11 12:30:47 -08:00
Diptanu Choudhury
2d9ea67359 Added the log config to init example 2016-02-11 12:21:19 -08:00
Alex Dadgar
611521f850 Merge pull request #778 from zanella/doc_trailing_commas
Trailing comma typos
2016-02-11 12:19:43 -08:00
Alex Dadgar
a2756a1fde Changelog 2016-02-11 11:14:23 -08:00
Diptanu Choudhury
961abeef50 Fixed more client executor tests 2016-02-11 11:13:45 -08:00
Alex Dadgar
f7b70df720 Merge pull request #790 from hashicorp/b-eval-broker-delivery-limit
Fix panic when Ack occurs at delivery limit
2016-02-11 11:09:28 -08:00
Alex Dadgar
27984d84be Merge pull request #789 from hashicorp/f-client-races
Remove data races in the client
2016-02-11 11:07:49 -08:00
Alex Dadgar
d64c83ad4f Fix panic when Ack occurs at delivery limit 2016-02-11 11:07:18 -08:00
Diptanu Choudhury
95284307c5 Fixed the executor test 2016-02-11 10:58:18 -08:00
Diptanu Choudhury
38ec33c508 Fixed some tests 2016-02-11 10:42:56 -08:00
Alex Dadgar
6ef927e0a7 Changelog 2016-02-11 09:51:28 -08:00
Alex Dadgar
49b4d39be8 Merge pull request #787 from hashicorp/f-scheduler-retries
Improved scheduler retry logic under high contention
2016-02-11 09:49:26 -08:00
Alex Dadgar
13d1fd0730 Only set eligibility if the eval hasn't escaped 2016-02-11 09:45:27 -08:00
Alex Dadgar
82ff13e468 Copy handles empty case 2016-02-11 09:08:20 -08:00
Alex Dadgar
c242612a2f Merge pull request #775 from hashicorp/d-interpreted-vars
Documentation for interpreted variables
2016-02-11 08:40:31 -08:00
Alex Dadgar
f408679a98 Unlock in error path 2016-02-11 08:38:16 -08:00
Alex Dadgar
66c7243372 Initialize the config copy after client init 2016-02-10 19:01:57 -08:00
Diptanu Choudhury
6c27ae6b91 Renamed the syslog package to logcollector 2016-02-10 18:47:46 -08:00
Diptanu Choudhury
65d5bdd746 Merge branch 'master' into f-logrotator 2016-02-10 18:18:05 -08:00
Alex Dadgar
48de53aed1 Strip as much copystructure as possible 2016-02-10 17:54:43 -08:00
Diptanu Choudhury
f3261ac9be Added a LogConfig to the mock tasks 2016-02-10 17:46:35 -08:00
Diptanu Choudhury
1d79ba7a18 Added a test to check if file size update catches up with rotation 2016-02-10 17:34:14 -08:00
Diptanu Choudhury
6f9a67c638 Made a DefaultLogConfig method 2016-02-10 16:44:31 -08:00
Diptanu Choudhury
002dee9b3e Handling errors when client can't re-attach to syslog collector 2016-02-10 16:40:36 -08:00
Diptanu Choudhury
c08f9d7731 Changed the logic of the logrotator to make updates easier 2016-02-10 16:13:13 -08:00
Diptanu Choudhury
97ece8595e Sharing the isolationconfig of syslog collector with executor 2016-02-10 15:27:40 -08:00
Diptanu Choudhury
c6daed2c00 Added some comments 2016-02-10 15:23:25 -08:00
Diptanu Choudhury
dc25fd42d6 Updating log configs 2016-02-10 15:04:41 -08:00
Diptanu Choudhury
f04b945a35 Stripping hostname, timestamps etc from docker syslog messages 2016-02-10 14:40:26 -08:00
Alex Dadgar
08d32d86cf Slightly less node copying 2016-02-10 14:09:23 -08:00
Diptanu Choudhury
d94c28b39c Fixed more tests 2016-02-10 13:54:54 -08:00
Alex Dadgar
5b3792a509 safe but slow 2016-02-10 13:44:53 -08:00
Diptanu Choudhury
adf86c2f78 Fixing the api tests 2016-02-10 13:36:47 -08:00
Diptanu Choudhury
ffd2bc59a1 Fixed docker tests 2016-02-10 13:29:06 -08:00
Diptanu Choudhury
e2768f49a3 Fixed the docker handle id test 2016-02-10 13:18:10 -08:00
Diptanu Choudhury
9f26b7606c Parsing the severity of the log lines 2016-02-10 12:09:07 -08:00
Diptanu Choudhury
045a653bb0 Adding newlines to loglines 2016-02-10 10:18:14 -08:00
Diptanu Choudhury
93d283c3a2 Updated comments 2016-02-10 08:13:08 -08:00
Diptanu Choudhury
55730424af Simplified the logic of conversion of interface{} to byte array 2016-02-10 08:03:31 -08:00
Diptanu Choudhury
4963026eab Writing log lines from docker to files 2016-02-10 07:52:15 -08:00
Alex Dadgar
c946c5e14b Fix concurrent r/w to heartbeat time 2016-02-09 22:43:16 -08:00
Alex Dadgar
79f5dd2380 Make fingerprinting thread safe 2016-02-09 22:14:24 -08:00