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/11/17 11:30:05 UTC

[PR] Bump grpc.version from 1.53.0 to 1.59.0 [pinot]

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

   Bumps `grpc.version` from 1.53.0 to 1.59.0.
   Updates `io.grpc:grpc-netty-shaded` from 1.53.0 to 1.59.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/grpc/grpc-java/releases">io.grpc:grpc-netty-shaded's releases</a>.</em></p>
   <blockquote>
   <h2>v1.59.0</h2>
   <h2>gRPC Java 1.59.0 Release Notes</h2>
   <p><strong>PLANNED ABI BREAKAGE!</strong></p>
   <p>This breaks the ABI of the <code>@ExperimentalApi</code> classes listed below.
   This does not impact source code (API); it only impacts code compiled with a different version of gRPC than it runs with (ABI).</p>
   <p>Users that recompiled their code using grpc-java <a href="https://github.com/grpc/grpc-java/releases/tag/v1.36.0"><code>v1.36.0</code></a> (released on Feb 23, 2021) and later, <strong>ARE NOT AFFECTED</strong>.
   Users that compiled their source using grpc-java earlier than <code>v1.36.0</code> may need to recompile when upgrading to grpc-java <code>v1.59.0</code>.</p>
   <p>See details in <a href="https://redirect.github.com/grpc/grpc-java/issues/10406">#10406</a>.</p>
   <p><strong>Affected classes</strong></p>
   <p>Class <code>io.grpc.internal.AbstractManagedChannelImplBuilder</code> is deleted, and no longer in the class hierarchy of the channel builders:</p>
   <ul>
   <li><code>io.grpc.netty.NettyChannelBuilder</code></li>
   <li><code>io.grpc.okhttp.OkhttpChannelBuilder</code></li>
   <li><code>io.grpc.cronet.CronetChannelBuilder</code></li>
   </ul>
   <p>Class <code>io.grpc.internal.AbstractServerImplBuilder</code> is deleted, and no longer in the class hierarchy of the server builders:</p>
   <ul>
   <li><code>io.grpc.netty.NettyServerBuilder</code></li>
   <li><code>io.grpc.inprocess.InProcessServerBuilder</code></li>
   </ul>
   <hr />
   <h3>API Changes</h3>
   <ul>
   <li>core: <code>AbstractManagedChannelImplBuilder</code> and <code>AbstractServerImplBuilder</code> are removed (<a href="https://redirect.github.com/grpc/grpc-java/issues/10530">#10530</a>). This is ABI-breaking, see the warning above. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10406">#10406</a>)</li>
   <li>core: Removed .class file hack previously introduced in <a href="https://github.com/grpc/grpc-java/releases/tag/v1.36.0"><code>v1.36.0</code></a> to ease removal of internal ABIs. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10406">#10406</a>)</li>
   <li>api: Add <code>ForwardingChannelBuilder2</code>, an ABI-safe version of <code>ForwardingChannelBuilder</code>, which will be deprecated in the following release. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10585">#10585</a>, <a href="https://redirect.github.com/grpc/grpc-java/issues/10406">#10406</a>)</li>
   <li>api: Add <code>LoadBalancer.FixedResultPicker</code> convenience class for load balancer implementations. It is a replacement for <code>ErrorPicker</code> and <code>EMPTY_PICKER</code> added in 1.58.0</li>
   <li>testing: Stabilize TestMethodDescriptors (<a href="https://redirect.github.com/grpc/grpc-java/issues/10530">#10530</a>)</li>
   </ul>
   <h3>Behavior Changes</h3>
   <ul>
   <li>core: de-expermentalize pick first config parsing (<a href="https://redirect.github.com/grpc/grpc-java/issues/10531">#10531</a>)</li>
   <li>netty: Respect -Dio.netty.allocator.type=unpooled when getting Netty Allocator instead of ignoring it (<a href="https://redirect.github.com/grpc/grpc-java/issues/10543">#10543</a>)</li>
   <li>netty: Use UNAVAILABLE for connections closed while writing. Previously this would result in UNKNOWN</li>
   <li>binder: Enable indirect addressing using <!-- raw HTML omitted -->s. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10550">#10550</a>)</li>
   </ul>
   <h3>Improvements</h3>
   <ul>
   <li>core: only use reflection to resolve InternalCensusStatsAccessor once instead of once per channel</li>
   <li>core: enhance error message in the case of DEADLINE_EXCEEDED to indicate name resolution delay.</li>
   <li>netty: When creating a connection, use java.util.logging formatting instead of String.format to avoid work when not logged</li>
   <li>netty: Touch ByteBuf when message framing has been decoded. If the buffer is leaked, this helps narrow down the source of reference counting bug</li>
   <li>java_grpc_library.bzl: Disable Automatic Exec Groups inside grpc libraries (<a href="https://redirect.github.com/grpc/grpc-java/issues/10514">#10514</a>). This improves compatibility with future Bazel versions while retaining Bazel 5.x compatibility</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>netty: Avoid NettyAdaptiveCumulator incorrectly releasing its input ByteBuf twice when reading messages under certain error conditions (<a href="https://redirect.github.com/grpc/grpc-java/issues/10537">#10537</a>)</li>
   <li>xds: Add fix for xdstp replacement for percent-encoded authorities (<a href="https://redirect.github.com/grpc/grpc-java/issues/10571">#10571</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/ae49d275b3fdc143e6f2203747c96fd94146439b"><code>ae49d27</code></a> Bump version to 1.59.0</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/fe8616072f8eda3c7461c15dab9379995633f069"><code>fe86160</code></a> Update README etc to reference 1.59.0</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/694004f4d8b17e69df9ebda8619a7fd255fb7ad2"><code>694004f</code></a> cleanup: protobuf_java_lite typo in IO_GRPC_GRPC_JAVA_OVERRIDE_TARGETS (<a href="https://redirect.github.com/grpc/grpc-java/issues/1059">#1059</a>...</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/16a6bfda6c39284c0c732f25cb8f7df608d56553"><code>16a6bfd</code></a> gradle: Downgrade mockito to 4.4.0</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/0e03654add902c7ecfbba9ba6c510efa4d1c6bed"><code>0e03654</code></a> core: Remove temporary AbstractManagedChannelImplBuilder</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/050ae18e2a53019f5d199427c91e7d519686fc05"><code>050ae18</code></a> core: Remove temporary AbstractServerImplBuilder</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/2cbc290755639bcbd57d7a1e5ecebe49a6562537"><code>2cbc290</code></a> okhttp: Make grpc-util an implementation dependency</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/1d03bb80a9e45c3f0ff542703bae497dac11e218"><code>1d03bb8</code></a> Bump rules_jvm_external to 5.3</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/bc784c0ef9f7727497f8543492979c60d5ce5ef8"><code>bc784c0</code></a> Revert &quot;Change Round Robin and WeightedRoundRobin into petiole policies (<a href="https://redirect.github.com/grpc/grpc-java/issues/105">#105</a>...</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/cf4cf03d79e321083015fe2e62b4e244112d88f0"><code>cf4cf03</code></a> api: Replace ErrorPicker with FixedResultPicker</li>
   <li>Additional commits viewable in <a href="https://github.com/grpc/grpc-java/compare/v1.53.0...v1.59.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.grpc:grpc-protobuf` from 1.53.0 to 1.59.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/grpc/grpc-java/releases">io.grpc:grpc-protobuf's releases</a>.</em></p>
   <blockquote>
   <h2>v1.59.0</h2>
   <h2>gRPC Java 1.59.0 Release Notes</h2>
   <p><strong>PLANNED ABI BREAKAGE!</strong></p>
   <p>This breaks the ABI of the <code>@ExperimentalApi</code> classes listed below.
   This does not impact source code (API); it only impacts code compiled with a different version of gRPC than it runs with (ABI).</p>
   <p>Users that recompiled their code using grpc-java <a href="https://github.com/grpc/grpc-java/releases/tag/v1.36.0"><code>v1.36.0</code></a> (released on Feb 23, 2021) and later, <strong>ARE NOT AFFECTED</strong>.
   Users that compiled their source using grpc-java earlier than <code>v1.36.0</code> may need to recompile when upgrading to grpc-java <code>v1.59.0</code>.</p>
   <p>See details in <a href="https://redirect.github.com/grpc/grpc-java/issues/10406">#10406</a>.</p>
   <p><strong>Affected classes</strong></p>
   <p>Class <code>io.grpc.internal.AbstractManagedChannelImplBuilder</code> is deleted, and no longer in the class hierarchy of the channel builders:</p>
   <ul>
   <li><code>io.grpc.netty.NettyChannelBuilder</code></li>
   <li><code>io.grpc.okhttp.OkhttpChannelBuilder</code></li>
   <li><code>io.grpc.cronet.CronetChannelBuilder</code></li>
   </ul>
   <p>Class <code>io.grpc.internal.AbstractServerImplBuilder</code> is deleted, and no longer in the class hierarchy of the server builders:</p>
   <ul>
   <li><code>io.grpc.netty.NettyServerBuilder</code></li>
   <li><code>io.grpc.inprocess.InProcessServerBuilder</code></li>
   </ul>
   <hr />
   <h3>API Changes</h3>
   <ul>
   <li>core: <code>AbstractManagedChannelImplBuilder</code> and <code>AbstractServerImplBuilder</code> are removed (<a href="https://redirect.github.com/grpc/grpc-java/issues/10530">#10530</a>). This is ABI-breaking, see the warning above. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10406">#10406</a>)</li>
   <li>core: Removed .class file hack previously introduced in <a href="https://github.com/grpc/grpc-java/releases/tag/v1.36.0"><code>v1.36.0</code></a> to ease removal of internal ABIs. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10406">#10406</a>)</li>
   <li>api: Add <code>ForwardingChannelBuilder2</code>, an ABI-safe version of <code>ForwardingChannelBuilder</code>, which will be deprecated in the following release. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10585">#10585</a>, <a href="https://redirect.github.com/grpc/grpc-java/issues/10406">#10406</a>)</li>
   <li>api: Add <code>LoadBalancer.FixedResultPicker</code> convenience class for load balancer implementations. It is a replacement for <code>ErrorPicker</code> and <code>EMPTY_PICKER</code> added in 1.58.0</li>
   <li>testing: Stabilize TestMethodDescriptors (<a href="https://redirect.github.com/grpc/grpc-java/issues/10530">#10530</a>)</li>
   </ul>
   <h3>Behavior Changes</h3>
   <ul>
   <li>core: de-expermentalize pick first config parsing (<a href="https://redirect.github.com/grpc/grpc-java/issues/10531">#10531</a>)</li>
   <li>netty: Respect -Dio.netty.allocator.type=unpooled when getting Netty Allocator instead of ignoring it (<a href="https://redirect.github.com/grpc/grpc-java/issues/10543">#10543</a>)</li>
   <li>netty: Use UNAVAILABLE for connections closed while writing. Previously this would result in UNKNOWN</li>
   <li>binder: Enable indirect addressing using <!-- raw HTML omitted -->s. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10550">#10550</a>)</li>
   </ul>
   <h3>Improvements</h3>
   <ul>
   <li>core: only use reflection to resolve InternalCensusStatsAccessor once instead of once per channel</li>
   <li>core: enhance error message in the case of DEADLINE_EXCEEDED to indicate name resolution delay.</li>
   <li>netty: When creating a connection, use java.util.logging formatting instead of String.format to avoid work when not logged</li>
   <li>netty: Touch ByteBuf when message framing has been decoded. If the buffer is leaked, this helps narrow down the source of reference counting bug</li>
   <li>java_grpc_library.bzl: Disable Automatic Exec Groups inside grpc libraries (<a href="https://redirect.github.com/grpc/grpc-java/issues/10514">#10514</a>). This improves compatibility with future Bazel versions while retaining Bazel 5.x compatibility</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>netty: Avoid NettyAdaptiveCumulator incorrectly releasing its input ByteBuf twice when reading messages under certain error conditions (<a href="https://redirect.github.com/grpc/grpc-java/issues/10537">#10537</a>)</li>
   <li>xds: Add fix for xdstp replacement for percent-encoded authorities (<a href="https://redirect.github.com/grpc/grpc-java/issues/10571">#10571</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/ae49d275b3fdc143e6f2203747c96fd94146439b"><code>ae49d27</code></a> Bump version to 1.59.0</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/fe8616072f8eda3c7461c15dab9379995633f069"><code>fe86160</code></a> Update README etc to reference 1.59.0</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/694004f4d8b17e69df9ebda8619a7fd255fb7ad2"><code>694004f</code></a> cleanup: protobuf_java_lite typo in IO_GRPC_GRPC_JAVA_OVERRIDE_TARGETS (<a href="https://redirect.github.com/grpc/grpc-java/issues/1059">#1059</a>...</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/16a6bfda6c39284c0c732f25cb8f7df608d56553"><code>16a6bfd</code></a> gradle: Downgrade mockito to 4.4.0</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/0e03654add902c7ecfbba9ba6c510efa4d1c6bed"><code>0e03654</code></a> core: Remove temporary AbstractManagedChannelImplBuilder</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/050ae18e2a53019f5d199427c91e7d519686fc05"><code>050ae18</code></a> core: Remove temporary AbstractServerImplBuilder</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/2cbc290755639bcbd57d7a1e5ecebe49a6562537"><code>2cbc290</code></a> okhttp: Make grpc-util an implementation dependency</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/1d03bb80a9e45c3f0ff542703bae497dac11e218"><code>1d03bb8</code></a> Bump rules_jvm_external to 5.3</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/bc784c0ef9f7727497f8543492979c60d5ce5ef8"><code>bc784c0</code></a> Revert &quot;Change Round Robin and WeightedRoundRobin into petiole policies (<a href="https://redirect.github.com/grpc/grpc-java/issues/105">#105</a>...</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/cf4cf03d79e321083015fe2e62b4e244112d88f0"><code>cf4cf03</code></a> api: Replace ErrorPicker with FixedResultPicker</li>
   <li>Additional commits viewable in <a href="https://github.com/grpc/grpc-java/compare/v1.53.0...v1.59.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.grpc:grpc-stub` from 1.53.0 to 1.59.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/grpc/grpc-java/releases">io.grpc:grpc-stub's releases</a>.</em></p>
   <blockquote>
   <h2>v1.59.0</h2>
   <h2>gRPC Java 1.59.0 Release Notes</h2>
   <p><strong>PLANNED ABI BREAKAGE!</strong></p>
   <p>This breaks the ABI of the <code>@ExperimentalApi</code> classes listed below.
   This does not impact source code (API); it only impacts code compiled with a different version of gRPC than it runs with (ABI).</p>
   <p>Users that recompiled their code using grpc-java <a href="https://github.com/grpc/grpc-java/releases/tag/v1.36.0"><code>v1.36.0</code></a> (released on Feb 23, 2021) and later, <strong>ARE NOT AFFECTED</strong>.
   Users that compiled their source using grpc-java earlier than <code>v1.36.0</code> may need to recompile when upgrading to grpc-java <code>v1.59.0</code>.</p>
   <p>See details in <a href="https://redirect.github.com/grpc/grpc-java/issues/10406">#10406</a>.</p>
   <p><strong>Affected classes</strong></p>
   <p>Class <code>io.grpc.internal.AbstractManagedChannelImplBuilder</code> is deleted, and no longer in the class hierarchy of the channel builders:</p>
   <ul>
   <li><code>io.grpc.netty.NettyChannelBuilder</code></li>
   <li><code>io.grpc.okhttp.OkhttpChannelBuilder</code></li>
   <li><code>io.grpc.cronet.CronetChannelBuilder</code></li>
   </ul>
   <p>Class <code>io.grpc.internal.AbstractServerImplBuilder</code> is deleted, and no longer in the class hierarchy of the server builders:</p>
   <ul>
   <li><code>io.grpc.netty.NettyServerBuilder</code></li>
   <li><code>io.grpc.inprocess.InProcessServerBuilder</code></li>
   </ul>
   <hr />
   <h3>API Changes</h3>
   <ul>
   <li>core: <code>AbstractManagedChannelImplBuilder</code> and <code>AbstractServerImplBuilder</code> are removed (<a href="https://redirect.github.com/grpc/grpc-java/issues/10530">#10530</a>). This is ABI-breaking, see the warning above. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10406">#10406</a>)</li>
   <li>core: Removed .class file hack previously introduced in <a href="https://github.com/grpc/grpc-java/releases/tag/v1.36.0"><code>v1.36.0</code></a> to ease removal of internal ABIs. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10406">#10406</a>)</li>
   <li>api: Add <code>ForwardingChannelBuilder2</code>, an ABI-safe version of <code>ForwardingChannelBuilder</code>, which will be deprecated in the following release. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10585">#10585</a>, <a href="https://redirect.github.com/grpc/grpc-java/issues/10406">#10406</a>)</li>
   <li>api: Add <code>LoadBalancer.FixedResultPicker</code> convenience class for load balancer implementations. It is a replacement for <code>ErrorPicker</code> and <code>EMPTY_PICKER</code> added in 1.58.0</li>
   <li>testing: Stabilize TestMethodDescriptors (<a href="https://redirect.github.com/grpc/grpc-java/issues/10530">#10530</a>)</li>
   </ul>
   <h3>Behavior Changes</h3>
   <ul>
   <li>core: de-expermentalize pick first config parsing (<a href="https://redirect.github.com/grpc/grpc-java/issues/10531">#10531</a>)</li>
   <li>netty: Respect -Dio.netty.allocator.type=unpooled when getting Netty Allocator instead of ignoring it (<a href="https://redirect.github.com/grpc/grpc-java/issues/10543">#10543</a>)</li>
   <li>netty: Use UNAVAILABLE for connections closed while writing. Previously this would result in UNKNOWN</li>
   <li>binder: Enable indirect addressing using <!-- raw HTML omitted -->s. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10550">#10550</a>)</li>
   </ul>
   <h3>Improvements</h3>
   <ul>
   <li>core: only use reflection to resolve InternalCensusStatsAccessor once instead of once per channel</li>
   <li>core: enhance error message in the case of DEADLINE_EXCEEDED to indicate name resolution delay.</li>
   <li>netty: When creating a connection, use java.util.logging formatting instead of String.format to avoid work when not logged</li>
   <li>netty: Touch ByteBuf when message framing has been decoded. If the buffer is leaked, this helps narrow down the source of reference counting bug</li>
   <li>java_grpc_library.bzl: Disable Automatic Exec Groups inside grpc libraries (<a href="https://redirect.github.com/grpc/grpc-java/issues/10514">#10514</a>). This improves compatibility with future Bazel versions while retaining Bazel 5.x compatibility</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>netty: Avoid NettyAdaptiveCumulator incorrectly releasing its input ByteBuf twice when reading messages under certain error conditions (<a href="https://redirect.github.com/grpc/grpc-java/issues/10537">#10537</a>)</li>
   <li>xds: Add fix for xdstp replacement for percent-encoded authorities (<a href="https://redirect.github.com/grpc/grpc-java/issues/10571">#10571</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/ae49d275b3fdc143e6f2203747c96fd94146439b"><code>ae49d27</code></a> Bump version to 1.59.0</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/fe8616072f8eda3c7461c15dab9379995633f069"><code>fe86160</code></a> Update README etc to reference 1.59.0</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/694004f4d8b17e69df9ebda8619a7fd255fb7ad2"><code>694004f</code></a> cleanup: protobuf_java_lite typo in IO_GRPC_GRPC_JAVA_OVERRIDE_TARGETS (<a href="https://redirect.github.com/grpc/grpc-java/issues/1059">#1059</a>...</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/16a6bfda6c39284c0c732f25cb8f7df608d56553"><code>16a6bfd</code></a> gradle: Downgrade mockito to 4.4.0</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/0e03654add902c7ecfbba9ba6c510efa4d1c6bed"><code>0e03654</code></a> core: Remove temporary AbstractManagedChannelImplBuilder</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/050ae18e2a53019f5d199427c91e7d519686fc05"><code>050ae18</code></a> core: Remove temporary AbstractServerImplBuilder</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/2cbc290755639bcbd57d7a1e5ecebe49a6562537"><code>2cbc290</code></a> okhttp: Make grpc-util an implementation dependency</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/1d03bb80a9e45c3f0ff542703bae497dac11e218"><code>1d03bb8</code></a> Bump rules_jvm_external to 5.3</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/bc784c0ef9f7727497f8543492979c60d5ce5ef8"><code>bc784c0</code></a> Revert &quot;Change Round Robin and WeightedRoundRobin into petiole policies (<a href="https://redirect.github.com/grpc/grpc-java/issues/105">#105</a>...</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/cf4cf03d79e321083015fe2e62b4e244112d88f0"><code>cf4cf03</code></a> api: Replace ErrorPicker with FixedResultPicker</li>
   <li>Additional commits viewable in <a href="https://github.com/grpc/grpc-java/compare/v1.53.0...v1.59.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
   - `@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


Re: [PR] Bump grpc.version from 1.53.0 to 1.59.0 [pinot]

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

   ## [Codecov](https://app.codecov.io/gh/apache/pinot/pull/12023?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Report
   All modified and coverable lines are covered by tests :white_check_mark:
   > Comparison is base [(`41d1a12`)](https://app.codecov.io/gh/apache/pinot/commit/41d1a1216045fc0e1b40b9356cc996c35de34016?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) 61.62% compared to head [(`bed4f8b`)](https://app.codecov.io/gh/apache/pinot/pull/12023?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) 34.92%.
   
   
   <details><summary>Additional details and impacted files</summary>
   
   
   ```diff
   @@              Coverage Diff              @@
   ##             master   #12023       +/-   ##
   =============================================
   - Coverage     61.62%   34.92%   -26.71%     
   + Complexity     1150      943      -207     
   =============================================
     Files          2385     2309       -76     
     Lines        129275   125527     -3748     
     Branches      20016    19458      -558     
   =============================================
   - Hits          79668    43835    -35833     
   - Misses        43806    78571    +34765     
   + Partials       5801     3121     -2680     
   ```
   
   | [Flag](https://app.codecov.io/gh/apache/pinot/pull/12023/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Coverage Δ | |
   |---|---|---|
   | [custom-integration1](https://app.codecov.io/gh/apache/pinot/pull/12023/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `?` | |
   | [integration](https://app.codecov.io/gh/apache/pinot/pull/12023/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `0.00% <ø> (-0.01%)` | :arrow_down: |
   | [integration1](https://app.codecov.io/gh/apache/pinot/pull/12023/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `?` | |
   | [integration2](https://app.codecov.io/gh/apache/pinot/pull/12023/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `0.00% <ø> (ø)` | |
   | [java-11](https://app.codecov.io/gh/apache/pinot/pull/12023/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `?` | |
   | [java-21](https://app.codecov.io/gh/apache/pinot/pull/12023/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `34.92% <ø> (-26.57%)` | :arrow_down: |
   | [skip-bytebuffers-false](https://app.codecov.io/gh/apache/pinot/pull/12023/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `34.91% <ø> (-26.71%)` | :arrow_down: |
   | [skip-bytebuffers-true](https://app.codecov.io/gh/apache/pinot/pull/12023/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `46.76% <ø> (-14.70%)` | :arrow_down: |
   | [temurin](https://app.codecov.io/gh/apache/pinot/pull/12023/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `34.92% <ø> (-26.71%)` | :arrow_down: |
   | [unittests](https://app.codecov.io/gh/apache/pinot/pull/12023/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `46.78% <ø> (-14.84%)` | :arrow_down: |
   | [unittests1](https://app.codecov.io/gh/apache/pinot/pull/12023/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `46.78% <ø> (-0.20%)` | :arrow_down: |
   | [unittests2](https://app.codecov.io/gh/apache/pinot/pull/12023/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `?` | |
   
   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.
   
   
   </details>
   
   [:umbrella: View full report in Codecov by Sentry](https://app.codecov.io/gh/apache/pinot/pull/12023?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache).   
   :loudspeaker: Have feedback on the report? [Share it here](https://about.codecov.io/codecov-pr-comment-feedback/?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


Re: [PR] Bump grpc.version from 1.53.0 to 1.59.0 [pinot]

Posted by "Jackie-Jiang (via GitHub)" <gi...@apache.org>.
Jackie-Jiang merged PR #12023:
URL: https://github.com/apache/pinot/pull/12023


-- 
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