Samuel Arnold

Results 4 issues of Samuel Arnold

https://github.com/influxdata/influxdb/blob/f4e9ae94ca803162fb2ebb1ce63492e03e6add23/v1/services/storage/store.go#L141-L146 `validateArgs` for OSS2 removes negative timestamps / zero timestamp from conditions for flux reads __Expected behavior:__ InfluxDB should support the full range of timestamps from [MinInt64+2, MaxInt64-1] inclusive. This...

If we re-apply a template, it is difficult to know whether existing objects in the template are changing or not. This is especially difficult for e.g.: * `check` entities that...

From community slack: ``` I am unable to backup data: PS C:\Temp\influxbackup> influx backup . 2021/12/21 09:52:07 INFO: Downloading legacy KV snapshot 2021/12/21 09:52:07 INFO: Extracting bucket manifest from legacy...

Previously, we had a flux REPL in the CLI. It was removed due to various concerns. The following concerns we believe we can fix: * The flux version in the...