Phil Bracikowski
Phil Bracikowski
fsevents @ 10556809 ### Which version of macOS are you using? ``` ProductName: Mac OS X ProductVersion: 10.15.7 BuildVersion: 19H1217 ``` ### Please describe the issue that occurred. `FSEvents` api...
This PR addressed a data race in a test that wasn't locking and a flux test failure that was using a relative time range * https://github.com/influxdata/influxdb/pull/24613 Port as needed to...
## Issue This is minor/niche, but I want to docuement that because pr https://github.com/cluster-api-provider-k3s/cluster-api-k3s/pull/54 did not regenerate the CRD spec for the controlplane, one _cannot_ use the `kubeScheduleArgs` field (`KThreesControlPlane.spec.kthreesConfigSpec.serverConfig.kubeSchedulerArgs`)...
# Current Behavior Graph tooltips will stay visible when part of a graph is hidden due to scrolling. To reproduce, scroll your dashboard so part of a graph is hidden...
The help for the influx cli `task run list` subcommands lists two options `--before` and `--after` to filter task run logs. These flags do not filter the run log and...
Port * https://github.com/influxdata/influxdb/pull/25268 (which has a bug! in a leaking read lock) * https://github.com/influxdata/influxdb/pull/26649 (which fixes the bug) Port to 2.x and friends as needed.
For this predicate `"predicate": "_measurement!=m1"` against the v2 `api/v2/delete` api, I would expect all measurements in the bucket except `m1` to be deleted for the time range of the delete;...
A recent test failure output in file `replications/internal/queue_management_test.go` I believe it is some interaction of the queue `run` internal goroutine and timing in the test. I couldn't get it to...
Copied from this comment: * https://github.com/influxdata/influxdb/pull/26089#issuecomment-2701989707 Requires investigation to confirm the issues noted below. * `purger` uses a go map, which doesn't release backing memory ever - so it'll be...
* port https://github.com/influxdata/influxdb/pull/26691 to main-2.x branch * copy of https://github.com/influxdata/influxdb/issues/26690 ---- A bug in code last touched in 2020 causes tsm values to be used multiple times as the output...