Eddy Ashton

Results 81 comments of Eddy Ashton

Deeper discussion of this in #4401.

2 further discrepancies, added in #5698: - `/members` and `/member/{memberId}` responses include `publicEncryptionKey`, if present - `/jwk` response includes a `keys` field, describing current JWKs and not merely their issuers

- `Acks.StateDigest` response currently returns `stateDigest` _and_ `memberId`, but spec says single field called `digest`

#6118 proposes adding 2 new endpoints, which should be added to the TypeSpec/OpenAPI: - `GET /gov/service/users` - Returns list of users - `GET /gov/service/users/{userId}` - Returns single users Where the...

Leader stickiness is interesting independently from PreVote, because it gives some defense against another node's clock running fast.

This is the behaviour on both 1.5 and 1.6, afaict.

Another data point - this weirdness on the last line of a file also affects `input_line_number`, which is off-by-one on the final line of the final file: ``` $ jq...

@pkoppstein Thanks for the clarification. So my proposed change in #2375 does actually break backwards compatibility here, as it now breaks at EOF when processing raw input: ``` $ jq...

We should also look at batching IO operations on the host side, as I believe CCF services in Azure are occasionally hitting IOPS limits on the disk/VM, despite being nowhere...

Another thing that would be interesting to add is some metrics on our IO. Are we doing a lot of Raft resends, what's the ratio of Raft headers to payload,...