Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xds: fixed unsupported unsigned 32 bits issue for circuit breaker (1.69.x backport) #11832

Merged

Conversation

ejona86
Copy link
Member

@ejona86 ejona86 commented Jan 15, 2025

Added change for circuit breaking by converting signed 32-bit Int to Unsigned 64-bit Long For MaxRequest negative value ( -1)

Fixes #11695

Backport of #11735

…pc#11735)

Added change for circuit breaking by converting signed 32-bit Int to Unsigned 64-bit Long For MaxRequest negative value ( -1)

Fixes grpc#11695
@ejona86 ejona86 requested a review from larry-safran January 15, 2025 22:02
@ejona86 ejona86 merged commit 112dccb into grpc:v1.69.x Jan 15, 2025
14 of 15 checks passed
@ejona86 ejona86 deleted the backport-defect-11695-CB-support-change-1.69 branch January 15, 2025 22:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants