You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/07/24 11:40:22 UTC

[GitHub] [pinot] dependabot[bot] opened a new pull request, #11159: Bump io.grpc:grpc-context from 1.14.0 to 1.56.1

dependabot[bot] opened a new pull request, #11159:
URL: https://github.com/apache/pinot/pull/11159

   Bumps [io.grpc:grpc-context](https://github.com/grpc/grpc-java) from 1.14.0 to 1.56.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/grpc/grpc-java/releases">io.grpc:grpc-context's releases</a>.</em></p>
   <blockquote>
   <h2>v1.56.1</h2>
   <h3>Bug fixes</h3>
   <ul>
   <li>core: Fix regression in 1.54.0 where polling NameResolvers would not refresh after a resolution error (<a href="https://redirect.github.com/grpc/grpc-java/issues/10328">#10328</a>). The symptom is a transient failure like &quot;UNAVAILABLE: Unable to resolve host&quot; continuing potentially forever. This did not impact DnsNameResolver, but it did impacted GrpclbNameResolver which is the dns name resolver used when <code>grpc-grpclb</code> is in the classpath. So even users that think &quot;I don't use grpclb&quot; may have been impacted. <code>round_robin</code> is mainly impacted on startup, but if the error happened afterward it would commonly fix itself for short transient DNS failures. <code>pick_first</code> is impacted at all times; any failed DNS resolution could cause all future RPCs on the channel to fail.</li>
   </ul>
   <h2>v1.56.0</h2>
   <h3>API Changes</h3>
   <ul>
   <li>api: Stabilize the <code>SynchronizationContext</code> class (<a href="https://redirect.github.com/grpc/grpc-java/issues/10130">#10130</a>).</li>
   <li>api: Stabilize <code>io.grpc.CallCredentials</code> (<a href="https://redirect.github.com/grpc/grpc-java/issues/10208">#10208</a>, <a href="https://redirect.github.com/grpc/grpc-java/issues/10211">#10211</a>). <code>thisUsesUnstableApi()</code> is <code>@Deprecated</code> and has a default implementation. <code>CallCredentials</code> implementations should delete their implementation or remove <code>@Overrides</code>, as the method will be deleted in the future.</li>
   <li>api: Stabilize the <code>ProxyDetector</code> hierarchy and <code>ManagedChannelBuilder.proxyDetector</code> method.</li>
   </ul>
   <h3>Behavior Changes</h3>
   <ul>
   <li>core: Sticky <code>TRANSIENT_FAILURE</code> in <code>PickFirstLoadBalancer</code> (<a href="https://redirect.github.com/grpc/grpc-java/issues/10106">#10106</a>). See <a href="https://github.com/grpc/proposal/blob/master/A62-pick-first.md#sticky-transient-failure">gRFC A62</a>. If it can't connect, pick-first will now immediately fail RPCs until after it successfully connects. RPCs will no longer be delayed while it performs those attempts, which previously could cause significant (error) latency. It now also performs reconnect attempts after failure and backoff without prompting; previously it required an RPC to trigger the reconnect. <code>ManagedChannel.idleTimeout</code> (defaults to 30 minutes) still applies and forces the channel idle after a period of no RPCs.</li>
   <li>stub: Add a null check for <code>responseObserver</code> into the methods for initiating a call that takes a <code>responseObserver</code> argument. This ensures a fail fast with a clearer cause instead of an NPE when the observer is first used.</li>
   <li>xds: Flip default for RLS being enabled to true for XDS (<a href="https://redirect.github.com/grpc/grpc-java/issues/10248">#10248</a>) (<a href="https://redirect.github.com/grpc/grpc-java/issues/10252">#10252</a>).  If there are no RLS configurations in your XDS or you already enabled it with the environment variable this will have no effect.  To disable it, set the flag <code>GRPC_EXPERIMENTAL_XDS_RLS_LB</code> to false.</li>
   <li>xds: Rename <code>weighted_round_robin_experimental</code> LB Policy to <code>weighted_round_robin</code> (<a href="https://redirect.github.com/grpc/grpc-java/issues/10162">#10162</a>).</li>
   </ul>
   <h3>New Features</h3>
   <ul>
   <li>protobuf,protobuf-lite: Allow to configure protobuf recursion limit (<a href="https://redirect.github.com/grpc/grpc-java/issues/10094">#10094</a>).</li>
   <li>core: Optional address shuffle in <code>PickFirstLoadBalancer</code> (<a href="https://redirect.github.com/grpc/grpc-java/issues/10110">#10110</a>).</li>
   <li>xds: <code>pick_first</code> LB configuration (<a href="https://redirect.github.com/grpc/grpc-java/issues/10181">#10181</a>).</li>
   </ul>
   <h3>Improvements</h3>
   <ul>
   <li>xds: Add <code>error-per-second</code> in weight formula for client-side WRR (<a href="https://redirect.github.com/grpc/grpc-java/issues/10177">#10177</a>).</li>
   <li>xds: Use<code> application_utilization</code> and fallback to <code>cpu_utilization</code> if unset in weight formula for client-side WRR. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10256">#10256</a>).</li>
   <li>bazel: The README now mentions Bazel and where to find the example. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10217">#10217</a>).</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>binder: Handle unexpected exceptions on binder threads. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10092">#10092</a>.</li>
   <li>​​android,binder,cronet: <code>.aar</code> file when publishing. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10138">#10138</a>).</li>
   <li>api: Fix boundary check in <code>Status.fromCodeValue()</code>. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10155">#10155</a>).</li>
   <li>core: Don't use system Locale for content-type matching. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10097">#10097</a>).</li>
   <li>okhttp: Fix signed-byte comparison in server when checking for ASCII in header (<a href="https://redirect.github.com/grpc/grpc-java/issues/10151">#10151</a>). Without fix, authority could contain utf-8.</li>
   </ul>
   <h3>Dependencies</h3>
   <ul>
   <li>Version pinning (e.g., <code>[1.56.0]</code> instead of <code>1.56.0</code>) has been removed from POMs, for both Netty and gRPC dependencies. The pinning was unreliable in Maven and ignored in Gradle, yet caused downloads during the build to fetch the version list. For a while we've had a BOM that helps reduce version skew. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10175">#10175</a>).</li>
   <li>bazel: Add java toolchain type to all rules using <code>java_common</code>. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10225">#10225</a>).</li>
   <li>Upgraded <code>netty-tcnative-boringssl-static</code> in <code>grpc-netty-shaded</code> to 2.0.61.Final (<a href="https://redirect.github.com/grpc/grpc-java/issues/10260">#10260</a>). Netty itself was not updated.</li>
   <li>Upgraded AndroidX Annotation to 1.6.0 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded AndroidX Core to 1.10.0 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded AndroidX Lifecycle-Common to 2.6.1 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded OpenCensus to 0.31.1 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded Cronet API to 108.5359.79 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded <code>proto-google-common-protos</code> to 2.17.0 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded Gson to 2.10.1 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded PerfMark API to 0.26.0 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded RE2/J to 1.7 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   </ul>
   <h3>Acknowledgements</h3>
   <ul>
   <li><a href="https://github.com/chenwei321"><code>@​chenwei321</code></a></li>
   <li><a href="https://github.com/cushon"><code>@​cushon</code></a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/grpc/grpc-java/commit/0583c9257922ee312322823407200b8ba39226e1"><code>0583c92</code></a> Bump version to 1.56.1</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/ce0239ccac55fc426fb8479275aacbf94b11fe7c"><code>ce0239c</code></a> Update README etc to reference 1.56.1</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/3689c4000bf75670b535e85262fbfe8513072f7b"><code>3689c40</code></a> core: ManagedChannelImpl to always use RetryingNameResolver (<a href="https://redirect.github.com/grpc/grpc-java/issues/10328">#10328</a>) (<a href="https://redirect.github.com/grpc/grpc-java/issues/10332">#10332</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/dbe818de78572b3121f049044e24d2e83564eab1"><code>dbe818d</code></a> [PSM interop] Don't fail url_map target if sub-target already failed (<a href="https://redirect.github.com/grpc/grpc-java/issues/10295">#10295</a>)...</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/558b5b0bfac8e21755c223063274a779b3898afe"><code>558b5b0</code></a> Bump version to 1.56.1-SNAPSHOT</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/d25095c2a714bb9abccdb6622a13b8bc768dc18a"><code>d25095c</code></a> Bump version to 1.56.0</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/6168330b9ece0b2af227afc8d3778a1047109cc7"><code>6168330</code></a> Update README etc to reference 1.56.0</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/b89207fe1a9461b0572531c5ef202bc89f26b2d5"><code>b89207f</code></a> Upgrade netty-tcnative to 2.0.61.Final</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/caeeb063c81318308152da7b042ce691ed36e145"><code>caeeb06</code></a> services, xds, orca: use application_utilization and fallback to cpu_utilizat...</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/311e7bc65ed98d83ba760fa1dfdd915934f00d49"><code>311e7bc</code></a> Download Maven from Maven Central</li>
   <li>Additional commits viewable in <a href="https://github.com/grpc/grpc-java/compare/v1.14.0...v1.56.1">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.grpc:grpc-context&package-manager=maven&previous-version=1.14.0&new-version=1.56.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [pinot] dependabot[bot] commented on pull request #11159: Bump io.grpc:grpc-context from 1.14.0 to 1.56.1

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #11159:
URL: https://github.com/apache/pinot/pull/11159#issuecomment-1654140205

   OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [pinot] walterddr closed pull request #11159: Bump io.grpc:grpc-context from 1.14.0 to 1.56.1

Posted by "walterddr (via GitHub)" <gi...@apache.org>.
walterddr closed pull request #11159: Bump io.grpc:grpc-context from 1.14.0 to 1.56.1
URL: https://github.com/apache/pinot/pull/11159


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [pinot] dependabot[bot] commented on pull request #11159: Bump io.grpc:grpc-context from 1.14.0 to 1.56.1

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #11159:
URL: https://github.com/apache/pinot/pull/11159#issuecomment-1655548324

   Superseded by #11206.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [pinot] dependabot[bot] closed pull request #11159: Bump io.grpc:grpc-context from 1.14.0 to 1.56.1

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] closed pull request #11159: Bump io.grpc:grpc-context from 1.14.0 to 1.56.1
URL: https://github.com/apache/pinot/pull/11159


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [pinot] codecov-commenter commented on pull request #11159: Bump io.grpc:grpc-context from 1.14.0 to 1.56.1

Posted by "codecov-commenter (via GitHub)" <gi...@apache.org>.
codecov-commenter commented on PR #11159:
URL: https://github.com/apache/pinot/pull/11159#issuecomment-1647843614

   ## [Codecov](https://app.codecov.io/gh/apache/pinot/pull/11159?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Report
   > Merging [#11159](https://app.codecov.io/gh/apache/pinot/pull/11159?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) (0af1f25) into [master](https://app.codecov.io/gh/apache/pinot/commit/5eafe76ee89adfd12007db17de7a50c5dd7a43ac?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) (5eafe76) will **not change** coverage.
   > The diff coverage is `n/a`.
   
   ```diff
   @@           Coverage Diff           @@
   ##           master   #11159   +/-   ##
   =======================================
     Coverage    0.11%    0.11%           
   =======================================
     Files        2208     2208           
     Lines      118583   118583           
     Branches    17944    17944           
   =======================================
     Hits          137      137           
     Misses     118426   118426           
     Partials       20       20           
   ```
   
   | Flag | Coverage Δ | |
   |---|---|---|
   | integration1temurin11 | `0.00% <ø> (ø)` | |
   | integration1temurin17 | `0.00% <ø> (ø)` | |
   | integration1temurin20 | `0.00% <ø> (ø)` | |
   | integration2temurin17 | `0.00% <ø> (ø)` | |
   | integration2temurin20 | `?` | |
   | unittests1temurin11 | `0.00% <ø> (ø)` | |
   | unittests1temurin17 | `0.00% <ø> (ø)` | |
   | unittests1temurin20 | `0.00% <ø> (ø)` | |
   | unittests2temurin11 | `0.11% <ø> (ø)` | |
   | unittests2temurin17 | `0.11% <ø> (ø)` | |
   | unittests2temurin20 | `0.11% <ø> (ø)` | |
   
   Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#carryforward-flags-in-the-pull-request-comment) to find out more.
   
   
   :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org