Brian Neville

Results 10 comments of Brian Neville

Hi, I wrote a test using the latency package as you described, but unfortunately as of yet I can't seem to reproduce the bug with this test. I wrote the...

Hi, The Centos remote machine is behind a VPN, although it's worth noting that this issue can be hit even when the client is on the same VPN (it's just...

@zmb3 `TestListResources` appears to be failing due to a different problem - although it is weird that the window-size workaround for this bug can also be applied to it, so...

Thank you so much for getting this issue root-caused and fixed in the end! Really truly appreciate it!

Hi, Really sorry to resurrect this thread again but the issue still seems to persist. That is to say, following the original instructions to reproduce this error (seen in https://github.com/brianneville/grpcbug#readme),...

I compiled and ran the server and client for the repo that reproduces this bug (https://github.com/brianneville/grpcbug) using go1.17.6 and the issue is still present, so I'd be hesitant to say...

The options `grpc.WithInitialWindowSize` and `grpc.WithInitialConnWindowSize` options are independent of the `grpc.MaxCallRecvMsgSize` and `grpc.MaxCallSendMsgSize` options. You can combine these options if you wish (I'd say try it, because I'm curious to...

the `ssl-profile-id` and `grpc-server` key are not representing the same information, i don't think that these can be aligned. The `ssl-profile-id` is tracking an SSL profile (logical grouping of certs/CRLs/CAs)...

>All other protocols (certZ, attestz, gnsi artifacts in bootz bootstrap data) can create new profiles or modify the existing profiles, but that is decoupled from the grpc servers config (e.g....

Opened a new PR to add a leaf as discussed, feel free to take a look: https://github.com/openconfig/public/pull/1063