davidby-influx

Results 16 issues of davidby-influx

adds two commands, `check-schema` and `merge-schema`, to `influx_inspect`. These test for field type conflicts in all fields.idx beneath a directory and merge the derived schemas if "check-schema" has been run...

area/cli
1.x
kind/feature
team/edge

Avoid unnecessarily deleting series from the series file Try harder to delete series from InMem indices Log all errors on shard deletion

area/tsm
kind/bug
1.x
team/edge

`kapacitord` ignores command line verbs like `help`, `version`, and `downgrade` if a configuration file is passed with the `-config` flag. This means that the `downgrade` flag cannot be used for...

bug
team/edge

**ETA:** Next kapacitor release, ~15 February_ **PR:** https://github.com/influxdata/kapacitor/pull/2742 **Issue:** https://github.com/influxdata/kapacitor/issues/2723 The topic store format in kapacitor has been changed to allow incremental updates. This should significantly speed up saving topic...

__Proposal:__ To support large data imports, `influx write` should have the following improvements: - [ ] Error handling - failing lines are written out to a log file with the...

Epic

This is actually the second fix for https://github.com/influxdata/influxdb/issues/20238 for when the time zone falls back in autumn. closes https://github.com/influxdata/influxdb/issues/25078 (cherry picked from commit d60741b5063ce829cf32ca86f4746b16d1c4d31c) closes https://github.com/influxdata/influxdb/issues/25079

area/queries
kind/bug
1.x
team/edge

port https://github.com/influxdata/influxdb/issues/25078 to 1.11

area/queries
kind/bug
1.x
team/edge

![image](https://github.com/influxdata/influxdb/assets/72418212/7b02dc01-7713-4398-9567-9db0c4b0a926) Stack: https://github.com/influxdata/influxdb/blob/79ae559f40ec7cad3311ac458f61a8d8cfd49417/tsdb/series_file.go#L344 https://github.com/influxdata/influxdb/blob/79ae559f40ec7cad3311ac458f61a8d8cfd49417/tsdb/index/tsi1/log_file.go#L697 https://github.com/influxdata/influxdb/blob/79ae559f40ec7cad3311ac458f61a8d8cfd49417/tsdb/index/tsi1/log_file.go#L658 https://github.com/influxdata/influxdb/blob/79ae559f40ec7cad3311ac458f61a8d8cfd49417/tsdb/index/tsi1/log_file.go#L564 https://github.com/influxdata/influxdb/blob/79ae559f40ec7cad3311ac458f61a8d8cfd49417/tsdb/index/tsi1/partition.go#L709 https://github.com/influxdata/influxdb/blob/79ae559f40ec7cad3311ac458f61a8d8cfd49417/tsdb/index/tsi1/index.go#L679

area/tooling
area/tsm
kind/bug
area/tsi
1.x

Series file compaction should only proceed if the bloat percentage (entries which will not be copied) exceeeds a configurable paramter. This will prevent unnecessary recompaction of files which are near-optimal.

area/tsm
kind/feature-request
1.x
team/edge

[http-write-timeout](https://docs.influxdata.com/influxdb/v2/reference/config-options/#http-write-timeout) This parameter is actually not related to write requests, but to the time permitted to write a response to an HTTP request. It is used to set [this timeout](https://pkg.go.dev/net/http#Server.WriteTimeout)...

bug
InfluxDB v2
InfluxDB v1
Enterprise 1.x