Stuart Carnie
|
7e16da8f74
|
chore: Consolidate `v1/internal` to `internal`
Take the opportunity to combines duplicated types in both packages
under the root `internal` package
|
2020-09-11 11:37:43 -07:00 |
Stuart Carnie
|
6f0cf049ca
|
feat: Port shard precreation service from InfluxDB 1.x
Provides new configuration parameters:
```
--storage-shard-precreator-advance-period
--storage-shard-precreator-check-interval
```
Closes #19520
|
2020-09-09 13:34:22 -07:00 |
Stuart Carnie
|
e265f60b55
|
fix: Improvements in response to PR feedback
* Pass context.Context to Service.Open
* Remove redundant comments
* Bind to retention.Config configuration to be consistent with 1.x
|
2020-09-09 10:32:06 -07:00 |
Stuart Carnie
|
7c2be6e780
|
feat: Port 1.x retention policy enforcement service
Configuration of the check interval is available via
```
--storage-retention-check-interval
```
Closes #19309
|
2020-09-09 10:32:06 -07:00 |
Stuart Carnie
|
7f94b0d5db
|
fix: Rewrite predicate to remove _field from schema physical operations
Fixes #19488
|
2020-09-02 11:10:40 -07:00 |
Stuart Carnie
|
b3138d2ead
|
fix: Ensure TemporaryEngine returns new inner TSDB store
|
2020-09-01 10:50:44 -07:00 |
Brett Buddin
|
b917d8d9b0
|
chore(influxdb): Placate the linter.
|
2020-08-27 15:46:32 -04:00 |
Stuart Carnie
|
dee8977d2c
|
chore: move v2/v1/tsdb → v2/tsdb
|
2020-08-26 10:46:47 -07:00 |
Stuart Carnie
|
afd5120221
|
fix(storage): Ensure _field tag key has special handling
Fixes #19120
|
2020-08-21 13:06:00 -07:00 |
Stuart Carnie
|
d67b034868
|
fix(storage): Fix panic when no shards exists
|
2020-08-03 10:26:32 -07:00 |
Stuart Carnie
|
21c3733464
|
fix(storage): meta.Client persists to kv and updates via BucketService
Includes initial migration to add metadata bucket
|
2020-08-03 09:21:02 -07:00 |
Stuart Carnie
|
e772333b6b
|
feat(meta): Use kv.Store abstraction to read and write to files or kv
|
2020-08-03 09:20:51 -07:00 |
Stuart Carnie
|
89532f0c29
|
refactor: move v2/v1/models to v2/models
|
2020-08-03 09:20:51 -07:00 |
Stuart Carnie
|
7c225cb3ac
|
chore: More cleanup
|
2020-08-03 09:20:50 -07:00 |
Stuart Carnie
|
26c18ac0a5
|
chore: Converging on 1.x tsdb
|
2020-08-03 09:20:48 -07:00 |
Stuart Carnie
|
a97ec1f34e
|
feat: Initial commit with working reads
|
2020-08-03 09:18:34 -07:00 |
Stuart Carnie
|
92efddbfbe
|
chore(tsdb): Initial commit of tsdb package
* pulls in 1.x tsdb, compiles and passes test
|
2020-08-03 09:17:23 -07:00 |