-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Comparing changes
Open a pull request
base repository: grpc/grpc-java
base: v1.49.0
head repository: grpc/grpc-java
compare: v1.49.1
- 9 commits
- 39 files changed
- 5 contributors
Commits on Aug 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for cf10676 - Browse repository at this point
Copy the full SHA cf10676View commit details
Commits on Sep 6, 2022
-
xDS interop: enable pod log collection in the buildscripts (#9495) (#…
…9512) - Enables pod log collection in all PSM interop jobs implemented in grpc/grpc#30594. - Associate test suite runs with their own log file, so it's displayed on the "Target Log" tab - Updates security job to not stop after a failed suite, so that authz_test run even if security_test failed - Fix run_test not returning correct exit status, causing false positives in some cases. See grpc/grpc#30768
Configuration menu - View commit details
-
Copy full SHA for 46eb94d - Browse repository at this point
Copy the full SHA 46eb94dView commit details
Commits on Sep 12, 2022
-
[core,api,auth: Choose executor based on need for thread affinity (#9504
) (#9524) * core,api,auth: Choose the callOptions executor when applying request metadata to credentials during newStream based upon whether AppEngineCredentials are being used as they require a specific thread to do the processing. Add an interface to differentiate whether the specific thread is needed. Fixes b/244209681
Configuration menu - View commit details
-
Copy full SHA for d0848ef - Browse repository at this point
Copy the full SHA d0848efView commit details
Commits on Sep 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e55bf31 - Browse repository at this point
Copy the full SHA e55bf31View commit details
Commits on Sep 15, 2022
-
core: Update outlier detection max ejection logic. (#9489) (#9550)
Instead of strictly enforcing the max ejection percentage setting, allow one additional ejection past the maximum. This quarantees at least one ejection and matches Envoy proxy behavior.
Configuration menu - View commit details
-
Copy full SHA for 0e4e716 - Browse repository at this point
Copy the full SHA 0e4e716View commit details -
core: outlier detection to min host request volume (#9490) (#9551)
When doing the failure percentage algorithm, ejections should be skipped if there are not enough addresses that meet the minimum volume requirement.
Configuration menu - View commit details
-
Copy full SHA for 0707aac - Browse repository at this point
Copy the full SHA 0707aacView commit details -
core: outlier detection max ejection logic update (#9492) (#9552)
Stop further ejection if the ejection percentage is lesser than or equal to the maximum ejection percentage. Previously this was only done when the current ejection percentage was lesser than the maximum.
Configuration menu - View commit details
-
Copy full SHA for 8b9acff - Browse repository at this point
Copy the full SHA 8b9acffView commit details -
Configuration menu - View commit details
-
Copy full SHA for c1e9c2b - Browse repository at this point
Copy the full SHA c1e9c2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb32ed1 - Browse repository at this point
Copy the full SHA eb32ed1View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.49.0...v1.49.1