xds: fixed unsupported unsigned 32 bits issue for circuit breaker (#1… · grpc/grpc-java@f8f6139 · GitHub
Skip to content

Commit f8f6139

Browse files
authored
xds: fixed unsupported unsigned 32 bits issue for circuit breaker (#11735)
Added change for circuit breaking by converting signed 32-bit Int to Unsigned 64-bit Long For MaxRequest negative value ( -1) Fixes #11695
1 parent 8a5f777 commit f8f6139

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

xds/src/main/java/io/grpc/xds/XdsClusterResource.java

Lines changed: 1 addition & 1 deletion

xds/src/test/java/io/grpc/xds/GrpcXdsClientImplTestBase.java

Lines changed: 19 additions & 0 deletions

0 commit comments

Comments
 (0)