Andrey Polyakov
Andrey Polyakov
SIGTERM _is_ handled https://github.com/andreas-schroeder/kafka-health-check/blob/master/main.go#L31, but in our setup with k8s, the container doesn't shutdown within a 60 second grace period. The logs indicate the check is trying to delete the...
In my case, it turned out the reason the health check was just sitting there was because the Kafka broker running in the same k8s pod was the topic leader,...
We also observe the same behaviour in Burrow when it restarts: a temporary large spike in lag. Without looking at the code, I have basically the same theory as you...
Either one works wonderfully! It's still the slowest function, but very acceptable and not noticeable anymore for the same file: ``` FUNCTIONS SORTED ON TOTAL TIME count total (s) self...
We're operating our Agents on Linux (in a K8s cluster). The BUILDKITE_PLUGINS environment variable for the build in question is 168KiB in size, so hitting the error makes sense in...