influxdb/services
Jonathan A. Sternberg c6764914a9
Fix the http handler to not mislabel series as partial
If a series was split by the encoder because of chunking and it was
reconstructed by the http handler, it would not reset the partial
indicator for the series to indicate if the series was still partial or
not. That meant that a result that returned more than the 10,000 values
in a single series with chunking disabled would say that the series was
partial, but it was not.

This fixes it so the handler now correctly sets the partial attribute of
the series to indicate if the series is still partial or not. This was
done when merging results, but was not done with series.
2019-07-23 11:52:16 -05:00
..
collectd Fix typos (#11494) 2019-02-21 08:28:01 -08:00
continuous_querier Fix #10261 ABS(int64) 2018-09-11 21:53:44 +01:00
graphite Fix golint warnings 2018-10-23 18:19:52 -07:00
httpd Fix the http handler to not mislabel series as partial 2019-07-23 11:52:16 -05:00
meta feat(flux): Add user authentication and authorization support 2018-12-19 14:46:12 -07:00
opentsdb implement using tls configuration 2018-08-02 14:29:07 -06:00
precreator Update logging calls to take advantage of structured logging 2018-02-20 10:04:19 -06:00
retention Ensure go fmt passes on 1.10/11 2018-08-21 17:39:42 +01:00
snapshotter Merge pull request #10332 from ludweeg/ludweeg/unslice 2019-02-11 10:24:43 +00:00
storage Remove a debugging println call (#14297) 2019-07-10 11:47:24 -05:00
subscriber implement using tls configuration 2018-08-02 14:29:07 -06:00
udp Update example config with UDP precision option 2018-07-09 10:07:05 -07:00