influxdb/storage
Stuart Carnie 07aef958f8
fix(reads): Interface to identify a remote streamed cursor
A cursor can be in process (local) or remote. Remote cursors have
already applied the `hasPoints` check, to reduce network traffic.
Testing whether the cursor has points again here:

https://github.com/influxdata/influxdb/blob/master/storage/reads/reader.go#L221

will always return `false` for a remote cursor that has applied the
NoPoints optimization.

This temporary fix allows the `hasPoints` function to differentiate
a streamCursor and always return true in that case.
2019-03-11 18:40:35 -07:00
..
compat Storage engine now validates all tags are utf-8 2019-03-07 09:56:07 +00:00
reads fix(reads): Interface to identify a remote streamed cursor 2019-03-11 18:40:35 -07:00
readservice refactor(query): make queryd present ProxyQueryService (#12360) 2019-03-07 07:32:13 -08:00
wal use tracing.StartSpanFromContext 2019-03-07 12:12:31 -07:00
Makefile chore(Makefile): add target to check generated files are accurate 2018-12-18 12:54:17 -07:00
bucket_service.go use tracing.StartSpanFromContext 2019-03-07 12:12:31 -07:00
bucket_service_test.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
config.go ddress PR feedback 2019-03-07 09:56:07 +00:00
engine.go use tracing.StartSpanFromContext 2019-03-07 12:12:31 -07:00
engine_test.go Storage engine now validates all tags are utf-8 2019-03-07 09:56:07 +00:00
metrics.go storage: respond to review comments 2019-02-04 12:26:26 -07:00
opener.go feat(influxd): Tracing refactor (#12318) 2019-03-04 11:48:11 -08:00
points_writer.go chore(influxdb): add context to storage.PointsWriter 2019-02-25 11:11:20 -05:00
retention.go storage: respond to review comments 2019-02-04 12:26:26 -07:00
retention_test.go storage: respond to review comments 2019-02-04 12:26:26 -07:00
series_cursor.go storage: fix problems with keeping resources alive 2019-02-28 10:22:01 -07:00
series_cursor_test.go feedback: Simplify reader; use constants from influxdb package 2019-02-21 11:18:08 -08:00