RepoNotes
Toggle theme
Loading ...
Sign in
grpc/grpc-java
The Java gRPC implementation. HTTP/2 based RPC
11784
30
505
Readme
Notes
New Note
Sign in to add notes for this repository
RN
grpc
2260
Followers
0
Following
31
Repos
No Twitter
A high performance, open source, general-purpose RPC framework
Branches
v1.26.x
v1.25.x
v1.24.x
Releases
V1.73.0
V1.72.0
V1.71.0
Commits
netty: Associate netty stream eagerly to avoid client hang In #12185, RPCs were randomly hanging. In #12207 this was tracked down to the headers promise completing successfully, but the netty stream
Guarantee missing stream promise delivery In observed cases, whether RST_STREAM or another failure from netty or the server, listeners can fail to be notified when a connection yields a null stream f
LBs should avoid calling LBs after lb.shutdown() LoadBalancers shouldn't be called after shutdown(), but RingHashLb could have enqueued work to the SynchronizationContext that executed after shutdown
Issues
Panic! This is a bug!, cause=java.lang.IllegalStateException: Index is past the end of the address group list
Tracking for Tracing and Stats APIs for OpenCensus
A75 Aggregate cluster fixes