davidby-influx

Results 62 comments of davidby-influx

My immediate suspicion is that this is related to your c# program. Can you replicate this with the [inch](https://github.com/influxdata/inch) tool?

Can you create port issues for all the repos and branches, @gwossum ?

You appear to be writing to a bucket named "\u003cgg\u003e", which is not found. Do you have a bucket named those two unicode characters?

1073741824 is 2^30, which makes me suspect that this is some Windows limitation on mapped files. Just a guess.

Do you see this error with the current version 1.11.8?

The write timeout is [passed directly to the Go net/http.Server](https://github.com/influxdata/influxdb/blob/a076f24439e08cebe86333a9023250ceedaf2870/cmd/influxd/launcher/launcher.go#L1089). It is not the timeout for a write to InfluxDB, but the [timeout for writing the response to an http...

The time comparison syntax is poorly documented, and there are current limitations on which operators are supported. In the _time range_ section of the `WHERE` cause, the `not equals` operators...

We have found and fixed a bug in the retention service which could under rare circumstances cause the retention service to hang. This fix will be available in the next...

Fix was released, no further community communications on the issue.

Limiting `influx_inspect`concurrency to 12 allows it to complete successfully on the customer installation.