• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

grpc / grpc-java / #19929

Builds Branch Commit Type Ran Committer Via Coverage
#19929 master Update README etc to reference 1.74.0 push 29 Jul 2025 03:01PM UTC ejona86 github
88.58
#19928 master Xds: Aggregate cluster fixes (A75) (#12186) Instead of representing an aggregate cluster as a single cluster whose priorities come from different underlying clusters, represent an aggregate cluster as an instance of a priority LB policy where eac... push 29 Jul 2025 12:47PM UTC web-flow github
88.59
#19927 master xds: Envoy proto sync to (#12224) push 28 Jul 2025 03:37PM UTC web-flow github
88.6
#19926 master bazel: Use jarjar to avoid xds deps (#12243) Avoiding so many deps will allow us to upgrade the protos without being forced to upgrade to protobuf-java 4.x. It also removes the remaining non-bzlmod dependencies. It'd be really easy to get this w... push 28 Jul 2025 07:10AM UTC web-flow github
88.61
#19925 master xds: Do RLS fallback policy eagar start (#12211) The resource subscription to the fallback target was done only at the time of falling back, which can cause rpcs to fail. This change makes the fallback target to be subscribed and cached earlier, ... push 27 Jul 2025 08:07PM UTC web-flow github
88.59
#19924 v1.74.x Bump version to 1.74.1-SNAPSHOT push 25 Jul 2025 05:18PM UTC ejona86 github
88.57
#19923 master xds: Do RLS fallback policy eagar start (#12211) The resource subscription to the fallback target was done only at the time of falling back, which can cause rpcs to fail. This change makes the fallback target to be subscribed and cached earlier, ... push 24 Jul 2025 11:38AM UTC web-flow github
88.57
#19922 master xds: Align PriorityLB child selection with A56 The PriorityLB predates A56. tryNextPriority() now matches ChoosePriority() from the gRFC. The biggest change is waiting on CONNECTING children instead of failing after the failOverTimer fires. The ... push 23 Jul 2025 01:48PM UTC ejona86 github
88.57
#19921 master core: Don't pre-compute DEADLINE_EXCEEDED message for delayed calls The main reason I made a change here was to fix the tense from the deadline "will be exceeded in" to "was exceeded after". But we really don't want to be doing the string formatt... push 22 Jul 2025 02:06PM UTC ejona86 github
88.6
#19920 master api: Size Sets and Maps correctly in handling of Metadata values to be exchanged during a call (#12229) Fix HashSet / HashMap initializations to have sufficient capacity allocated based on the number of keys to be inserted, without which it would... push 22 Jul 2025 03:54AM UTC web-flow github
88.58
#19919 master 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 was null. This was because the headers write ha... push 20 Jul 2025 08:06PM UTC ejona86 github
88.57
#19918 v1.74.x 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 was null. This was because the headers write ha... push 18 Jul 2025 04:16PM UTC ejona86 github
88.58
#19917 v1.74.x 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 for the selected streamId. This causes hangs in ... push 18 Jul 2025 04:16PM UTC ejona86 github
88.58
#19916 v1.74.x 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(). This commit fixes problems discovered when ... push 18 Jul 2025 04:15PM UTC ejona86 github
88.59
#19915 v1.74.x xds: Implement equals in RingHashConfig Lack of equals causes cluster_resolver to consider every update a different configuration and restart itself. b/430347751 push 18 Jul 2025 04:15PM UTC ejona86 github
88.58
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • …
  • 1135
  • 1136
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc