Philip O'Toole
ca86fa2633
Allow WAL inter-flush time to be configurable
2015-07-02 10:40:26 -04:00
Philip O'Toole
569d23c269
Merge pull request #3209 from influxdb/parse_errors_stderr
...
Dump run errors to stderr
2015-07-01 17:05:24 -04:00
Philip O'Toole
e9574223f5
Update CHANGELOG
2015-07-01 16:47:56 -04:00
Philip O'Toole
e0a8b581af
Dump run errors to stderr
...
When run as service, stdout goes to /dev/null by default. This means
that Run() errors are not visible in the logs, which is tough to debug.
This change will ensure that when run as a service, Run() errors appear
at stderr, which are routed to the logs by default.
2015-07-01 16:44:49 -04:00
Philip O'Toole
603166a638
Switch to target branch after 'go get'
2015-07-01 12:19:35 -04:00
Philip O'Toole
607d4b31e6
Merge pull request #3204 from influxdb/remove_tsdb_autocreate
...
Remove obsolete config flags from tsdb
2015-07-01 10:14:30 -04:00
Philip O'Toole
39af8e49de
Remove obsolete retention config from tsdb
2015-07-01 09:39:11 -04:00
Philip O'Toole
071c985b5b
Remove obsolete retention auto-create from tsdb
2015-07-01 09:37:29 -04:00
Jason Wilder
656fc0d60b
Merge pull request #3201 from influxdb/jw-salted-hash
...
Use salted hashes for in memory password cache
2015-06-30 17:10:32 -06:00
Jason Wilder
30b15d3c55
Use salted hashes for in memory password cache
2015-06-30 16:55:30 -06:00
Philip O'Toole
ca417e19f6
Merge pull request #3161 from influxdb/auth-cache-3102
...
fix #3102 : add authentication cache
2015-06-30 18:32:20 -04:00
Jason Wilder
153d18f38c
Add synchronization around authcache accesses
2015-06-30 18:29:36 -04:00
David Norton
ba6bddc5f8
fix #3102 : fix race in test
2015-06-30 18:29:36 -04:00
David Norton
3463d906e9
fix #3102 : add unit test for authentication
2015-06-30 18:29:36 -04:00
David Norton
8af9e62a5d
fix #3102 : update CHANGELOG.md
2015-06-30 18:29:36 -04:00
David Norton
debc3cc11c
fix #3102 : add authentication cache
2015-06-30 18:29:11 -04:00
Philip O'Toole
9198cbd65a
SHOW STATS and collectd panics actually in 0.9.1
...
[ci skip]
2015-06-30 18:24:53 -04:00
Philip O'Toole
b063c15ec2
Merge pull request #3194 from influxdb/shard_field_func
...
Minor changes to field codec functions
2015-06-30 14:19:28 -04:00
Philip O'Toole
babc63d941
Use typed error for "field not found"
2015-06-30 14:17:04 -04:00
Philip O'Toole
7a284885f2
Add helper to decode specific field by name
2015-06-30 14:16:54 -04:00
Philip O'Toole
fde3d1f6a2
Remove unused, unexported function
2015-06-30 13:28:56 -04:00
Jason Wilder
d5f67c8f8b
Merge pull request #3172 from rdallman/master
...
client: fixes nil map assignment when writing batch points out
2015-06-30 10:41:22 -06:00
Jason Wilder
a2bf4807f0
Merge pull request #3193 from influxdb/jw-fixes
...
Fix two panics
2015-06-30 09:37:38 -06:00
Jason Wilder
af827ba485
Update changelog
2015-06-30 09:29:05 -06:00
Philip O'Toole
d76b734467
Allow path to fpm to be set by env. variable
...
Some execution contexts, like cron, don't have PATH set up as needed, so
this change allows the path to fpm to be passed in.
2015-06-30 10:13:24 -04:00
Philip O'Toole
5aaea5b4a7
Use "which" path for fpm
2015-06-30 09:42:00 -04:00
Jason Wilder
b9b80b3d55
Make show stats return error instead of panic
2015-06-29 22:53:02 -06:00
Jason Wilder
87c962d62d
Fix panics when collectd fails to start
...
If collectd fails to start, it can panic when close is called because
some variables have not be initialized yet.
2015-06-29 22:09:47 -06:00
Jason Wilder
258f0fcdfa
Merge pull request #3150 from dahankzter/master
...
Code style fix after review of #2956
2015-06-29 16:15:39 -06:00
Jason Wilder
fec1d5caec
Merge pull request #3186 from influxdb/jw-3183
...
Handle escaped commas in measurement name
2015-06-29 16:05:55 -06:00
Jason Wilder
41ae8bdae7
Handle escaped commas in measurement name
...
Fixes #3183
2015-06-29 15:15:50 -06:00
Jason Wilder
eb71f78afb
Merge pull request #3167 from influxdb/jw-2608
...
Fix panic when droppping measurement while writing to it concurrently
2015-06-29 14:05:42 -06:00
Jason Wilder
7232e6ea7c
Fix panic when droppping measurement while writing to it concurrently
...
Fixes #2608
2015-06-29 14:01:07 -06:00
Philip O'Toole
aea509474e
Revert force of -x during packaging
...
[ci skip]
2015-06-29 14:29:50 -04:00
Philip O'Toole
5b764cfc01
Force -x for package.sh
...
For debug of nightly build process.
2015-06-29 14:17:12 -04:00
Philip O'Toole
14feda713a
Update CHANGELOG for PR 3177
...
[ci skip]
2015-06-29 14:03:32 -04:00
Philip O'Toole
c4a75ffef7
Merge pull request #3180 from influxdb/log_commit
...
Log GOMAXPROCS, version, and commit on start
2015-06-29 14:01:57 -04:00
Philip O'Toole
bd3284f491
Merge pull request #3177 from jipperinbham/command-line-https-support
...
add ssl flag to convert scheme to https
2015-06-29 14:01:37 -04:00
Philip O'Toole
1c7cfe87bf
Update CHANGELOG
2015-06-29 13:53:41 -04:00
Philip O'Toole
e554115178
Log GOMAXPROCS, version, and commit on start
2015-06-29 13:52:03 -04:00
Philip O'Toole
05d660a24d
Merge pull request #3169 from jbcrail/fix-spelling-errors
...
Fix spelling errors in comments and strings.
2015-06-29 12:47:35 -04:00
Philip O'Toole
8767838541
Merge pull request #3178 from influxdb/owned_by
...
Shard supports returned OwnedBy node ID
2015-06-29 12:45:31 -04:00
Philip O'Toole
88e8babc91
Shard supports returned OwnedBy node ID
2015-06-29 12:33:10 -04:00
JP
23728340d0
add ssl flag to convert scheme to https
2015-06-29 10:49:27 -05:00
Reed Allman
7fac798b93
fixes nil map assignment when writing batch points out
2015-06-28 17:45:47 -07:00
Joseph Crail
5fccee3d16
Fix spelling errors in comments and strings.
2015-06-28 02:54:34 -04:00
Philip O'Toole
e63c59abdd
Merge pull request #3154 from marcosnils/debug_package
...
Add debug option to package script
2015-06-27 02:36:37 -04:00
Philip O'Toole
85256a2b87
Add -1 back to RPM package names
...
This is to bring the variable back into line with what fpm will actually
do.
http://www.rpm.org/max-rpm/ch-rpm-file-format.html
2015-06-27 02:33:11 -04:00
Philip O'Toole
6640580b04
Push release tarbal to S3
2015-06-27 02:31:54 -04:00
Philip O'Toole
96f2a842f3
Merge pull request #3156 from marcosnils/tar_package
...
Add support for tgz package
2015-06-27 02:29:04 -04:00