Robert Macaulay

Results 9 issues of Robert Macaulay

I was tracking down a seemingly slow call, and found that the call.request(1) for the initial stream happened lazily in grpc-kotlin compared to where it happens in the observer version....

Was doing a bit of performance testing of a streaming flow interface, and was finding the request.collect was taking quite some time from the initial invocation of the method. Up...

The mutex and atomicBolean aren't needed in this context. The mutex is only contained in a local variable in sequential code. It isn't shared w/ any other threads. The same...

Using the latest 170227 relase. This existed in the prior 16XXXX release I had. I have the "Copy on Left Button release" set in Mark/Copy, and in mouse, "Mouse button...

settings
input-selection

I think this is probably more of a bug report, but I cannot find the proper channels. Version Info: EKS: 1.29 Eks Pod ID agent: v1.2.0-eksbuild.1 We are using eks-pod-identity....

Proposed

After some gradle guessing, this got it building on linux arms in docker buildx on github actions

Checklist: * [X] I've included steps to reproduce the bug. * [X] I've included the version of argo rollouts. **Describe the bug** We use rollouts with istio traffic management. Initially,...

bug

I am having a similar issue as reported in https://github.com/aws/amazon-vpc-cni-k8s/issues/1912 I installed the cni-metric-helper via the helm chart, 1.18.5 1.30 EKS cluster, all the addons pretty must updated to at...

bug

Every pod that we startup gets this one Warning level event one time. `Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for...

question
needs investigation