influxdb/services/subscriber
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
..
config.go Fix subscriber service dropping writes under high write load 2016-10-04 14:47:36 -06:00
config_test.go rename influxdb/influxdb to influxdata/influxdb 2016-02-10 10:26:18 -07:00
http.go writes happen concurrently via chanWriter 2016-05-19 10:53:29 -06:00
service.go Fix subscriber service dropping writes under high write load 2016-10-04 14:47:36 -06:00
service_test.go Rename cluster package to coordinator 2016-05-11 11:41:05 -06:00
udp.go Rename cluster package to coordinator 2016-05-11 11:41:05 -06:00