Geoffrey Wossum
Geoffrey Wossum
Backport https://github.com/influxdata/influxdb/pull/23467 to 1.0
Backport https://github.com/influxdata/influxdb/pull/23467 to 1.9
Small fix so `inch` will work against TLS-enabled clusters using self-signed certificates or private certificate authorities.
InfluxDB 2.x should support hot reload of TLS certificate and key whenever changes to those files are detected. This is required to support certificate replacement without possibly length restarts.
Caching of meta user does not seem to work. Even when a user should be cached, the auth service will still get the user from the meta API. The following...
Using 1.6.5 as a starting point, create a 1.6 / 1.6.6 branch and backport #2754 to it.
Backport #25076 (retention service hang fix for main-2.x) to 2.7
Under certain conditions, the retention service can become hung waiting on a shard's reference count to drop to zero. When this happens, no other shards can be removed by the...