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

Revert "Change Round Robin and WeightedRoundRobin into petiole polices (#10528) #10575

Merged
merged 1 commit into from
Sep 27, 2023

Conversation

larry-safran
Copy link
Contributor

A problem has been seen in G3 where //apiserving/performance:esf_benchmarks_presubmit is getting DEADLINE_EXCEEDED exceptions that go away when 10528 is rolled back.

This reverts commit e1334ea.

@larry-safran
Copy link
Contributor Author

Need an approver, but everyone is already OOO.

@larry-safran larry-safran merged commit bc784c0 into grpc:master Sep 27, 2023
14 checks passed
@larry-safran larry-safran deleted the revert_rr_wrr branch September 27, 2023 00:32
@@ -53,7 +53,6 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.0.0'

// You need to build grpc-java to obtain these libraries below.
implementation 'io.grpc:grpc-core:1.59.0-SNAPSHOT' // CURRENT_GRPC_VERSION
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks wrong. Nothing in this change should impact the dependencies needed by the examples. When we roll forward, we should not make this change and the change to proguard-rules.pro. The change to ManagedChannelImplTest.java is also suspicious.

(This sort of change was hard to spot in #10528 because the commits were broken and bringing in changes that already happened no master (e.g., README.md for the new release, java_grpc_library.bzl).)

DNVindhya pushed a commit to DNVindhya/grpc-java that referenced this pull request Oct 5, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants