You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eventmesh.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/04/24 03:15:19 UTC

[GitHub] [eventmesh] dependabot[bot] opened a new pull request, #3809: Bump org.apache.pulsar:pulsar-client from 2.10.1 to 2.11.1

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

   Bumps [org.apache.pulsar:pulsar-client](https://github.com/apache/pulsar) from 2.10.1 to 2.11.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/apache/pulsar/releases">org.apache.pulsar:pulsar-client's releases</a>.</em></p>
   <blockquote>
   <h2>v2.11.1</h2>
   <h3>Broker</h3>
   <ul>
   <li>AbstractBatchedMetadataStore - use AlreadyClosedException instead of IllegalStateException <a href="https://redirect.github.com/apache/pulsar/pull/19284">#19284</a></li>
   <li>Add ref count for sticky hash to optimize the performance of Key_Shared subscription <a href="https://redirect.github.com/apache/pulsar/pull/19167">#19167</a></li>
   <li>Pass subName for subscription operations in ServerCnx <a href="https://redirect.github.com/apache/pulsar/pull/19184">#19184</a></li>
   <li>Enable custom metadata stores <a href="https://redirect.github.com/apache/pulsar/pull/19208">#19208</a></li>
   <li>Topics stats shows msgBacklog but there reality no backlog <a href="https://redirect.github.com/apache/pulsar/pull/19275">#19275</a></li>
   <li>Fix open cursor with null-initialPosition result with earliest position <a href="https://redirect.github.com/apache/pulsar/pull/18416">#18416</a></li>
   <li>Added isActive in ManagedCursorImpl <a href="https://redirect.github.com/apache/pulsar/pull/19341">#19341</a></li>
   <li>Replaced checkBackloggedCursors with checkBackloggedCursor(single subscription check) upon subscription <a href="https://redirect.github.com/apache/pulsar/pull/19343">#19343</a></li>
   <li>Close TransactionBuffer when MessageDeduplication#checkStatus failed <a href="https://redirect.github.com/apache/pulsar/pull/19289">#19289</a></li>
   <li>Fix the incorrect total size if use ML interceptor <a href="https://redirect.github.com/apache/pulsar/pull/19404">#19404</a></li>
   <li>Support deleting partitioned topics with the keyword -partition- <a href="https://redirect.github.com/apache/pulsar/pull/19230">#19230</a></li>
   <li>Correct the prompt message <a href="https://redirect.github.com/apache/pulsar/pull/17009">#17009</a></li>
   <li>Expect msgs after server initiated CloseProducer <a href="https://redirect.github.com/apache/pulsar/pull/19446">#19446</a></li>
   <li>Fix Npe thrown by splitBundle <a href="https://redirect.github.com/apache/pulsar/pull/17370">#17370</a></li>
   <li>Fix executeWithRetry result is null <a href="https://redirect.github.com/apache/pulsar/pull/17694">#17694</a></li>
   <li>ManagedLedger: move to FENCED state in case of BadVersionException <a href="https://redirect.github.com/apache/pulsar/pull/17736">#17736</a></li>
   <li>Fix can not revoke permission after update topic partition <a href="https://redirect.github.com/apache/pulsar/pull/17393">#17393</a></li>
   <li>Allow deletion of a namespace that was left in deleted status <a href="https://redirect.github.com/apache/pulsar/pull/17592">#17592</a></li>
   <li>Add UncaughtExceptionHandler for every thread pool <a href="https://redirect.github.com/apache/pulsar/pull/18211">#18211</a></li>
   <li>Support setting ForceDeleteNamespaceAllowed dynamically <a href="https://redirect.github.com/apache/pulsar/pull/18181">#18181</a></li>
   <li>Support setting forceDeleteTenantAllowed dynamically <a href="https://redirect.github.com/apache/pulsar/pull/18192">#18192</a></li>
   <li>Remove locallyAcquiredLock when removeOwnership <a href="https://redirect.github.com/apache/pulsar/pull/18197">#18197</a></li>
   <li>Update the log print content of createSubscriptions <a href="https://redirect.github.com/apache/pulsar/pull/18024">#18024</a></li>
   <li>Unify time unit at dropping the backlog on a topic <a href="https://redirect.github.com/apache/pulsar/pull/17957">#17957</a></li>
   <li>Fix mutex never released when trimming <a href="https://redirect.github.com/apache/pulsar/pull/17911">#17911</a></li>
   <li>Fix getChildren in MemoryMetadataStore and EtcdMetadataStore <a href="https://redirect.github.com/apache/pulsar/pull/18172">#18172</a></li>
   <li>Fix the order of resource close in the InMemoryDelayedDeliveryTracker <a href="https://redirect.github.com/apache/pulsar/pull/18000">#18000</a></li>
   <li>Allow to configure and disable the size of lookahead for detecting fixed delays in messages <a href="https://redirect.github.com/apache/pulsar/pull/17907">#17907</a></li>
   <li>Make BookieId work with PulsarRegistrationDriver <a href="https://redirect.github.com/apache/pulsar/pull/17922">#17922</a></li>
   <li>In the trimDeletedEntries method, release the removed entry <a href="https://redirect.github.com/apache/pulsar/pull/18305">#18305</a></li>
   <li>Make Consumer#equals more effective <a href="https://redirect.github.com/apache/pulsar/pull/18662">#18662</a></li>
   <li>PulsarRegistrationClient - implement getAllBookies and follow BookieServiceInfo updates <a href="https://redirect.github.com/apache/pulsar/pull/18133">#18133</a></li>
   <li>Fix PulsarRegistrationClient and ZkRegistrationClient not aware rack info problem <a href="https://redirect.github.com/apache/pulsar/pull/18672">#18672</a></li>
   <li>Simplify extract entryMetadata code in filterEntriesForConsumer <a href="https://redirect.github.com/apache/pulsar/pull/18729">#18729</a></li>
   <li>Fix uncompleted future when getting the topic policies of a deleted topic <a href="https://redirect.github.com/apache/pulsar/pull/18824">#18824</a></li>
   <li>Close transactionBuffer after MessageDeduplication#checkStatus failed <a href="https://redirect.github.com/apache/pulsar/pull/19157">#19157</a></li>
   <li>GetLastMessageId returns a wrong batch index of last message if enabled read compacted <a href="https://redirect.github.com/apache/pulsar/pull/18877">#18877</a></li>
   <li>Fix multi invocation for ledger createComplete <a href="https://redirect.github.com/apache/pulsar/pull/18975">#18975</a></li>
   <li>Fix txn coordinator recover handle committing and aborting txn race condition <a href="https://redirect.github.com/apache/pulsar/pull/19201">#19201</a></li>
   <li>Reset individualDeletedMessagesSerializedSize after acked all messages <a href="https://redirect.github.com/apache/pulsar/pull/19428">#19428</a></li>
   <li>Fix potential NPE cause future never complete <a href="https://redirect.github.com/apache/pulsar/pull/19415">#19415</a></li>
   <li>Fix the return value of canConsumeAsync <a href="https://redirect.github.com/apache/pulsar/pull/19412">#19412</a></li>
   <li>Close TransactionBuffer when creating persistent topic timeout <a href="https://redirect.github.com/apache/pulsar/pull/19384">#19384</a></li>
   <li>Handle changeToReadyState failure correctly in TC client <a href="https://redirect.github.com/apache/pulsar/pull/19308">#19308</a></li>
   <li>The atomicity of multiple fields of ml is broken <a href="https://redirect.github.com/apache/pulsar/pull/19346">#19346</a></li>
   <li>MessagesConsumedCounter of NonDurableCursor was initialized incorrectly <a href="https://redirect.github.com/apache/pulsar/pull/19355">#19355</a></li>
   <li>Improve PersistentMessageExpiryMonitor expire speed when ledger not existed <a href="https://redirect.github.com/apache/pulsar/pull/17842">#17842</a></li>
   <li>Always send correct transaction id in end txn response <a href="https://redirect.github.com/apache/pulsar/pull/19137">#19137</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/apache/pulsar/commit/500833ac01fddf660e5ff1afccce1c7271fccd4c"><code>500833a</code></a> Release 2.11.1</li>
   <li><a href="https://github.com/apache/pulsar/commit/6b8ff3f1ab7be8e83f7293496d672a19bc76d13f"><code>6b8ff3f</code></a> [improve][doc] Improve Pulsar function document (<a href="https://redirect.github.com/apache/pulsar/issues/20073">#20073</a>)</li>
   <li><a href="https://github.com/apache/pulsar/commit/728554d08755b86ac3090504d0121adf6de79520"><code>728554d</code></a> [fix] [cli] Fix Broker crashed by too much memory usage of pulsar tools (<a href="https://redirect.github.com/apache/pulsar/issues/20031">#20031</a>)</li>
   <li><a href="https://github.com/apache/pulsar/commit/bae4962d09ac259b50a726882cced7a8262a7ee3"><code>bae4962</code></a> [fix] [broker] Fix estimateBacklogFromPosition if position is greater than th...</li>
   <li><a href="https://github.com/apache/pulsar/commit/0fd5af03dcab29f4fb50cecfda1c4ddec7b70d2b"><code>0fd5af0</code></a> [fix] [ml] Fix uncompleted future when remove cursor (<a href="https://redirect.github.com/apache/pulsar/issues/20050">#20050</a>)</li>
   <li><a href="https://github.com/apache/pulsar/commit/02b27e8e5aa0280a5b0f8a8cd80409b1cfe8d2db"><code>02b27e8</code></a> [refactor][broker] Use AuthenticationParameters for rest producer (<a href="https://redirect.github.com/apache/pulsar/issues/20046">#20046</a>)</li>
   <li><a href="https://github.com/apache/pulsar/commit/54c97adfcde183a93a9a67b2b2be0ccec4a82b36"><code>54c97ad</code></a> [refactor][fn] Use AuthorizationServer more in Function Worker API (<a href="https://redirect.github.com/apache/pulsar/issues/19975">#19975</a>)</li>
   <li><a href="https://github.com/apache/pulsar/commit/c9ae4339a5caae3ceb9bc7237c8a04b544894100"><code>c9ae433</code></a> Fix cherry-pick <a href="https://redirect.github.com/apache/pulsar/issues/19934">#19934</a> cause compile issue.</li>
   <li><a href="https://github.com/apache/pulsar/commit/644c6e43813dae37b30c56f48d15705123fe6110"><code>644c6e4</code></a> [fix][broker] Return if AbstractDispatcherSingleActiveConsumer closed (<a href="https://redirect.github.com/apache/pulsar/issues/19934">#19934</a>)</li>
   <li><a href="https://github.com/apache/pulsar/commit/6be0317cf35f24380b754d4f397d3d30403d72fb"><code>6be0317</code></a> [fix][proxy] Fix connection read timeout handling in Pulsar Proxy (<a href="https://redirect.github.com/apache/pulsar/issues/20014">#20014</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/apache/pulsar/compare/v2.10.1...v2.11.1">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=gradle&previous-version=2.10.1&new-version=2.11.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: dev-unsubscribe@eventmesh.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


[GitHub] [eventmesh] codecov[bot] commented on pull request #3809: Bump org.apache.pulsar:pulsar-client from 2.10.1 to 2.11.1

Posted by "codecov[bot] (via GitHub)" <gi...@apache.org>.
codecov[bot] commented on PR #3809:
URL: https://github.com/apache/eventmesh/pull/3809#issuecomment-1519338658

   ## [Codecov](https://codecov.io/gh/apache/eventmesh/pull/3809?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#3809](https://codecov.io/gh/apache/eventmesh/pull/3809?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (4ef90a2) into [master](https://codecov.io/gh/apache/eventmesh/commit/7d3bbde05289982d19ab39ff1a8f1c55a382e5d5?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (7d3bbde) will **decrease** coverage by `0.02%`.
   > The diff coverage is `n/a`.
   
   > :exclamation: Current head 4ef90a2 differs from pull request most recent head 792cd98. Consider uploading reports for the commit 792cd98 to get more accurate results
   
   ```diff
   @@             Coverage Diff              @@
   ##             master    #3809      +/-   ##
   ============================================
   - Coverage     13.80%   13.79%   -0.02%     
     Complexity     1291     1291              
   ============================================
     Files           571      571              
     Lines         29154    29147       -7     
     Branches       2856     2844      -12     
   ============================================
   - Hits           4024     4020       -4     
   + Misses        24756    24754       -2     
   + Partials        374      373       -1     
   ```
   
   
   [see 7 files with indirect coverage changes](https://codecov.io/gh/apache/eventmesh/pull/3809/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   
   :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=The+Apache+Software+Foundation)
   


-- 
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: issues-unsubscribe@eventmesh.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: issues-help@eventmesh.apache.org