davidby-influx
davidby-influx
**ETA:** Enterprise 1.11 **PR:** https://github.com/influxdata/influxdb/pull/23351 See issue below for feature description and sampel output ##### Relevant URLs - https://github.com/influxdata/influxdb/issues/23356 - https://github.com/influxdata/plutonium/issues/3838 - https://github.com/influxdata/EAR/issues/3136 InfluxDB 1.11 Enterprise 1.11
**ETA:** 1.10.1 **PR:** https://github.com/influxdata/influxdb/pull/23616 https://github.com/influxdata/influxdb/pull/23617 Two new commands added to `influx_inspect` to help detect field type conflicts. See the PR for details and syntax. Hope to release in Influxdb OSS...
When searching for a measurement in the v2/delete API, remove any quotes put on the measurement name (e.g. to alllow special characters) before string comparisons. closes https://github.com/influxdata/influxdb/issues/25406 (cherry picked from...
Port https://github.com/influxdata/influxdb/issues/25406 to 1.11
Customer operating "shared" clusters frequently run into issues where a user will attempt to write data in to the cluster and the time is skewed either deeply into the future...
There is an occasional data race between a test and the product code. The test needs to lock the partition for writing before modifying the `MaxLogFileSize`. ``` Failed === RUN...