You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2022/09/03 17:29:39 UTC

[GitHub] [iotdb] dependabot[bot] opened a new pull request, #7224: Bump pulsar-client from 2.6.0 to 2.6.4

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

   Bumps [pulsar-client](https://github.com/apache/pulsar) from 2.6.0 to 2.6.4.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/apache/pulsar/releases">pulsar-client's releases</a>.</em></p>
   <blockquote>
   <h2>v2.6.4</h2>
   <p>Official release notes:
   <a href="http://pulsar.apache.org/release-notes/%5B#2%5D(https://github-redirect.dependabot.com/apache/pulsar/issues/2).6.4">apache/pulsar#2</a></p>
   <p>Download area:
   <a href="http://pulsar.apache.org/en/download/">http://pulsar.apache.org/en/download/</a></p>
   <h4>Broker</h4>
   <ul>
   <li>Disallow parsing of token with none signature in authenticateToken <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/9172">#9172</a></li>
   <li>Fix marking individual deletes as dirty <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/9732">#9732</a></li>
   <li>Issue 9082: Broker expires messages one at a time after topic unload <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/9083">#9083</a></li>
   <li>[logging] Upgrade Log4j2 version to 2.14.0, replace legacy log4j dependency with log4j-1.2-api <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/8880">#8880</a></li>
   <li>Upgrade Bouncy castle to newest version <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/8047">#8047</a></li>
   <li>Fixed logic for forceful topic deletion <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/7356">#7356</a></li>
   <li>Perform periodic flush of ManagedCursor mark-delete posistions <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/8634">#8634</a></li>
   <li>Fix the batch index ack persistent issue. <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/9504">#9504</a></li>
   <li>Fix the partition number not equals expected error <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/9446">#9446</a></li>
   <li>fix the closed ledger did not delete after expired <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/9136">#9136</a></li>
   <li>Fix testBrokerSelectionForAntiAffinityGroup by increasing OverloadedThreshold <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/9393">#9393</a></li>
   </ul>
   <h3>Tiered storage</h3>
   <ul>
   <li>[tiered-storage] Allow AWS credentials to be refreshed <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/9387">#9387</a></li>
   </ul>
   <h3>Java client</h3>
   <ul>
   <li>Compression must be applied during deferred schema preparation and enableBatching is enabled <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/9396">#9396</a></li>
   </ul>
   <h3>C++ client</h3>
   <ul>
   <li>[C++] Remove namespace check for MultiTopicsConsumerImpl <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/9520">#9520</a></li>
   </ul>
   <h2>v2.6.2</h2>
   <p>The following lists fixes and enhancements in the 2.6.2 release.</p>
   <h4>Broker</h4>
   <p>[Broker] Catch throwable when start pulsar <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/7221">7221</a>
   [Broker] Protobuf-shaded package can not update version <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/7228">7228</a>
   [Broker] Check for null arguments in Namespaces Rest API <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/7247">7247</a>
   [Broker] Handle SubscriptionBusyException in resetCursor api <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/7335">7335</a>
   [Broker] Converted the namespace bundle unload into async operation <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/7364">7364</a>
   [Broker] Update Jersey to 2.31 <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/7515">7515</a>
   [Broker] Stop to dispatch when skip message temporally since Key_Shared consumer stuck on delivery <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/7553">7553</a>
   [Broker] Fix bug where producer for geo-replication is not closed when topic is unloaded <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/7735">7735</a>
   [Broker] Make resetting cursor in REST API asynchronous <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/7744">7744</a>
   [Broker] Reestablish namespace bundle ownership from false negative releasing and false positive acquiring <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/7773">7773</a>
   [Broker] make pulsar executor pool size configurable <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/7782">7782</a>
   [Broker] Redirect Get message by id request when broker not serve for the topic <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/7786">7786</a>
   [Broker] Make zk cache executor thread pool size configurable <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/7794">7794</a>
   [Broker] Implement toString() method for TopicMessageIdImpl class <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/7807">7807</a>
   [Broker] Fix pending batchIndexAcks bitSet batchSize in PersistentAcknowledgmentsGroupingTracker <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/7828">7828</a>
   [Broker] Fix deadlock when adding consumer <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/7841">7841</a></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/apache/pulsar/commit/28f141d968b6ccccaf22ab6f8882ae7d22007199"><code>28f141d</code></a> Release 2.6.4</li>
   <li><a href="https://github.com/apache/pulsar/commit/67e7e0cd23157ebbc8c18f40ce0eb87f600dafb6"><code>67e7e0c</code></a> Disallow parsing of token with none signature in authenticateToken (<a href="https://github-redirect.dependabot.com/apache/pulsar/issues/9172">#9172</a>)</li>
   <li><a href="https://github.com/apache/pulsar/commit/8874d116ed1e342b5f72530d74bfebc72999ef10"><code>8874d11</code></a> Fix marking individual deletes as dirty (<a href="https://github-redirect.dependabot.com/apache/pulsar/issues/9732">#9732</a>)</li>
   <li><a href="https://github.com/apache/pulsar/commit/4eb808cc15ff16002e11846eed84e266a9ff431c"><code>4eb808c</code></a> Fix the build error</li>
   <li><a href="https://github.com/apache/pulsar/commit/88446de5bc625e8817d30e6657901394f6e3a5fc"><code>88446de</code></a> Issue 9082: Broker expires messages one at a time after topic unload (<a href="https://github-redirect.dependabot.com/apache/pulsar/issues/9083">#9083</a>)</li>
   <li><a href="https://github.com/apache/pulsar/commit/fe963bc5d602a18140c861a330ae971c7e177b0a"><code>fe963bc</code></a> [logging] Upgrade Log4j2 version to 2.14.0, replace legacy log4j dependency w...</li>
   <li><a href="https://github.com/apache/pulsar/commit/68fd84c2deab60e18f4ee7097c8660031d7a88e8"><code>68fd84c</code></a> Upgrade Bouncy castle to newest version (<a href="https://github-redirect.dependabot.com/apache/pulsar/issues/8047">#8047</a>)</li>
   <li><a href="https://github.com/apache/pulsar/commit/f90738c6ca6e1137f58adb133e5d9112ae49c603"><code>f90738c</code></a> Fix testBrokerSelectionForAntiAffinityGroup by increasing OverloadedThreshold...</li>
   <li><a href="https://github.com/apache/pulsar/commit/52049789eb1c49e6f4053d8a39f05efbac713945"><code>5204978</code></a> Fixed logic for forceful topic deletion (<a href="https://github-redirect.dependabot.com/apache/pulsar/issues/7356">#7356</a>)</li>
   <li><a href="https://github.com/apache/pulsar/commit/63df4cdbdfe2234d140b21ecee3a5f71b6a8f7f9"><code>63df4cd</code></a> Perform periodic flush of ManagedCursor mark-delete posistions (<a href="https://github-redirect.dependabot.com/apache/pulsar/issues/8634">#8634</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/apache/pulsar/compare/v2.6.0...v2.6.4">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.pulsar:pulsar-client&package-manager=maven&previous-version=2.6.0&new-version=2.6.4)](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: reviews-unsubscribe@iotdb.apache.org

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


[GitHub] [iotdb] HTHou closed pull request #7224: Bump pulsar-client from 2.6.0 to 2.6.4

Posted by GitBox <gi...@apache.org>.
HTHou closed pull request #7224: Bump pulsar-client from 2.6.0 to 2.6.4
URL: https://github.com/apache/iotdb/pull/7224


-- 
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: reviews-unsubscribe@iotdb.apache.org

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


[GitHub] [iotdb] dependabot[bot] commented on pull request #7224: Bump pulsar-client from 2.6.0 to 2.6.4

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #7224:
URL: https://github.com/apache/iotdb/pull/7224#issuecomment-1236650586

   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: reviews-unsubscribe@iotdb.apache.org

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