technicianted
technicianted
This PR adds a new method `GetOrSet` to handle the case where we run into a race when multiple threads do "if not found then set" sequence. Without using `GetOrSet`,...
When using `ClusterClient` with Redis cluster and multiple node IP addresses change, the client may not be able to update its internal list and it never picks up the new...
Current implementation does not propagate headers if grpc error is returned. This PR fixes ordering of header forwarding in handler.go such that it carries headers even if there was an...
**Is your feature request related to a problem? Please describe.** I want to implement accounting per-user for tasks. At any given point in time, I want to be able to...
This PR fixes a bug in not properly propagating external references when merging schemas of `allOf`. If `oneOf` is used with a type with external reference that itself has a...
For larger number of services (~700 in our case), gRPC xDS client fails to read data due to max receive message size exceeded. A workaround is to increase the limit...
**What happened**: When starting a pod with in-line CSI volume, it intermittently fails to mount with the error: ``` Events: Type Reason Age From Message ---- ------ ---- ---- -------...
This PR adds support for flag grouping. `Group` can be set either directly on `Flag` or using `SetGroup()` function. A new function `Groups()` can be used to obtain a list...
This PR adds support and `libunwind` bindings for linux aarch64. Most work is mirrored from existing arm code, also exposing `r5`.