Jordan Bonecutter

Results 15 comments of Jordan Bonecutter

As mentioned this will be reproducible in any bazel repo with any build rule, so let's try `bazelbuild/bazel` itself. 1. Clone the repository with `git clone [email protected]:bazelbuild/bazel --depth=1` 2. `cd...

I fixed this by upgrading the protobuf version from 3.13 to 3.14. Not sure if this is a universal solution though

No, I can do: `go mod init github ` Then I can make the subdirectory: `gin-gonic/gin` Now the code in that directory will be importable with github/gin-gonic/gin

> While that's a clever way to make the specific case work, that won't _always_ be valid, and if its not always valid, it's invalid - think about a tautology...

> Today it is valid though. If the day comes that the repository is renamed/archived, yes, you will then be correct at that point in time. If you argued this...

This is a pretty big issue. From my experience, 1 bad handshaker and a wonky config can pretty much take down the entire server (default 30s handshake timeout, client may...

@bazelbuild/triage this is still an issue with the newest version of bazel (6.4.0). Can this issue remain open?

> This proposal will definitely be accepted as soon as someone can provide a clear and concise plan forward on how to implement this. For that reason, we have marked...

> > [@jordan-bonecutter](https://github.com/jordan-bonecutter) would you have any guidance on how to debug this issue? > > It seems to be a race condition that happens only at scale (ie, when...

Yeah, the bug won’t be in this line but we’ll be able to see what’s being freed and that could be super useful. I no longer work for the company...