Oleg Guba
Oleg Guba
Unlike the json encoder, this bencode implementation tries to encode unexported struct fields. Would it make sense to change the behavior to ignore such fields? I can work on PR.
datastoreTargetState() calculates `short` value of ip addresses not taking into account addresses in cooldown. On nodes with a high churn rate it leads to failures during address allocation (note 2...
**What type of PR is this?**: feature **Which issue does this PR fix**: https://github.com/aws/amazon-vpc-cni-k8s/issues/1700 **What does this PR do / Why do we need it**: TODO **Testing done on this...
There are a few places in the codebase where different methods of the same object have different receiver names. Sometimes it might be slightly confusing, updating the code to have...
fixes https://github.com/grpc/grpc-go/issues/7389
### What version of gRPC are you using? v1.63.2 ### What version of Go are you using (`go version`)? 1.19.9 ### What operating system (Linux, Windows, …) and version? Linux...
### Bug report criteria - [X] This bug report is not security related, security issues should be disclosed privately via [etcd maintainers](mailto:[email protected]). - [X] This is not a support request...
Under some conditions serverWatchStream.close() leaves recvLoop goroutine blocked on sending data to ctrlStream channel: ``` goroutine profile: total 177241 43832 @ 0x43fe6e 0x40a6a5 0x40a2f7 0xd9bb8d 0xd9af66 0x473181 # 0xd9bb8c go.etcd.io/etcd/server/v3/etcdserver/api/v3rpc.(*serverWatchStream).recvLoop+0x70c...