influxdb/services
Jason Wilder ea21588b9e Fix subscriber service dropping writes under high write load
The subscriber write goroutine would drop points if the write load
was higher than it could process.  This could happen with a just
a few writers to the server.

Instead, process the channel with multiple writers to avoid dropping
writes so easily.  This also adds some config options to control how
large the channel buffer is as well as how many goroutines are started.

Fixes #7330
2016-10-04 14:47:36 -06:00
..
admin go generate on every package to ensure they are generated with the correct dependency 2016-08-05 14:35:07 -05:00
collectd Support loading a folder for collectd typesdb files 2016-07-07 20:57:57 -05:00
continuous_querier Move the CQ interval by the group by offset 2016-08-05 14:39:52 -05:00
graphite Use defaults from `meta` package for `CREATE DATABASE` 2016-08-30 13:23:49 -05:00
httpd Report cmdline and memstats in /debug/vars 2016-09-09 14:32:43 -05:00
meta Stablize the sorting of meta.ShardGroupInfos 2016-09-30 13:58:03 +01:00
opentsdb Refactoring the monitor service to avoid expvar 2016-07-07 11:13:58 -05:00
precreator Make logging output location more programmatically configurable (#6213) 2016-04-20 21:07:08 +01:00
retention Remove redundant error return from (Client) Database(name string) and (Client) Databases() 2016-04-30 17:04:38 -05:00
snapshotter Remove redundant error return from (Client) Database(name string) and (Client) Databases() 2016-04-30 17:04:38 -05:00
subscriber Fix subscriber service dropping writes under high write load 2016-10-04 14:47:36 -06:00
udp Update UDP buffer setting doc to 25MB 2016-07-28 12:02:56 +01:00