Jon Marius Venstad
Jon Marius Venstad
@baldersheim please review. #19218 for context.
I'm always frustrated when it takes too long to evaluate an `OrItem` with lots of `RangeItem`s inside. This is typically the case when using the result of one query to...
The document type `system` is not assigned to any cluster. This gives the following responses: ```sh ➜ app git:(master) ✗ fcurl /document/v1/db/system/docid/7.230.4 -X PUT -d '{ "fields": { "name": {"assign":...
This PR fixes the shutdown errors that were added in #157, and also avoids a common NPE during ZK shutdown from a learner, when the leader shuts down (first commit)....
This fixes two bugs in shutdown logic, in the zookeeper server. 1. The `SendAckRequestProcessor` may die when attempting to close its `Learner` owner's socket, to signal that something went wrong,...
# Description This PR adds support for obtaining Athenz credentials via a `siad` tool in BuildKite containers, from a configurable `InstanceBuildKiteProvider` in the ZTS server. # Contribution Checklist: - [x]...
It would be great to have access to Athenz credentials through `siad` in BuildKite, as in Github Actions. #2706 adds the ZTS `InstanceBuildKiteProvider` and the `sia-buildkite` SIA daemon required for...