dependabot[bot] opened a new pull request, #20934: URL: https://github.com/apache/flink/pull/20934
Bumps [pulsar-broker](https://github.com/apache/pulsar) from 2.10.0 to 2.10.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/pulsar/releases">pulsar-broker's releases</a>.</em></p> <blockquote> <h2>v2.10.1</h2> <h3>Important notice</h3> <ul> <li>[fix][broker] Fix broker LoadBalance uneffective <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/15314">15314</a></li> <li>[fix][admin] Fix producer/consume permission can’t get schema <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/15956">15956</a></li> </ul> <h3>Broker</h3> <ul> <li>[fix][broker] Fix race condition in getManagedLedgerInternalStats when includeLedgerMetadata=true <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/15918">15918</a></li> <li>[improve][broker] Avoid contended synchronized block on topic load <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/15883">15883</a></li> <li>[fix][broker] Fix NPE in MessageDeduplication <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/15820">15820</a></li> <li>[improve][broker] Add timeout to closing CoordinationServiceImpl <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/15777">15777</a></li> <li>[improve][broker] Store Subscription properties <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/15757">15757</a></li> <li>[improve][broker] Support for updating the Subscription properties <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/15751">15751</a></li> <li>[improve][broker] Disable memory limit controller for broker client and replication clients <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/15723">15723</a></li> <li>[fix][broker] Fix NPE when put value to <code>RangeCache</code>. <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/15707">15707</a></li> <li>[fix][broker] Fast return if ack cumulative illegal <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/15695">15695</a></li> <li>[fix][broker] Fix creating producer failure when set backlog quota. <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/15663">15663</a></li> <li>[fix][broker] Expose configurationMetadataStore and localMetadataStore <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/15661">15661</a></li> <li>[fix][broker] Fix NPE when set <code>AutoTopicCreationOverride</code> <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/15653">15653</a></li> <li>[fix][broker] Fix MetadataStoreException$NotFoundException while doing topic lookup <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/15633">15633</a></li> <li>[fix][broker] Fix calculation in getNumberOfEntriesInStorage <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/15627">15627</a></li> <li>[fix][broker] Use dispatchRateLimiterLock to update dispatchRateLimiter <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/15601">15601</a></li> <li>[fix][broker] Sync topicPublishRateLimiter update <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/15599">15599</a></li> <li>[fix][broker] Fix deadlock in broker after race condition in topic creation failure <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/15570">15570</a></li> <li>[cleanup][broker] Override close method to avoid caching exception. <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/15529">15529</a></li> <li>[fix][broker] Close publishLimiter when disable it <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/15520">15520</a></li> <li>[fix][broker] Fix to avoid TopicStatsImpl NPE even if producerName is null <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/15502">15502</a></li> <li>[fix][broker] Fix key-shared delivery of messages with interleaved delays <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/15409">15409</a></li> <li>[fix][Broker] Fix bug in contructor of RocksdbMetadataStore <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/15405">15405</a></li> <li>[feature][broker] EntryFilter (PIP-105) - support per-Consumer filtering <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/15391">15391</a></li> <li>[fix][broker/client] Close connection if a ping or pong message cannot be sent <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/15382">15382</a></li> <li>[improve][broker] Support shrink for ConcurrentSortedLongPairSet <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/15354">15354</a></li> <li>[improve][broker] Support properties on NonDurable subscriptions (PIP-105) <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/15345">15345</a></li> <li>[improve][broker] Use shrink map for message redelivery. <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/15342">15342</a></li> <li>[fix][Broker] Fix error on recycled SubscriptionPropertiesList <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/15335">15335</a></li> <li>[fix][broker] Fix problem at RateLimiter#tryAcquire <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/15306">15306</a></li> <li>[fix][broker] Fix totalEntries calculation problem in AbstractBaseDispatcher#filterEntriesForConsumere <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/15298">15298</a></li> <li>[fix][broker] Fix resource group does not report usage <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/15292">15292</a></li> <li>[fix][Broker] Fix race condition between timeout and completion in <code>OpAddEntry</code> <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/15233">15233</a></li> <li>[fix][broker] Fix MessageDeduplication#inactiveProducers may not be persistence correctly <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/15206">15206</a></li> <li>[fix][broker] Cancel <code>fencedTopicMonitoringTask</code> when topic closed normally <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/15202">15202</a></li> <li>[fix][broker] Fix parameter saslJaasBrokerSectionName in broker.conf <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/15110">15110</a></li> <li>[cleanup][broker] Remove useless code to avoid confusion in OpReadEntry#checkReadCompletion <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/15104">15104</a></li> <li>[fix][broker] Ensure NamespaceEphemeralData has equals() operator <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/15092">15092</a></li> <li>[fix][broker] Fix potential to add duplicated consumer <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/15051">15051</a></li> <li>[fix][broker] Fix rewind failed when <code>redeliverUnacknowledgedMessages</code> <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/15046">15046</a></li> <li>[fix][broker]Fix race condition in updating lastMarkDeleteEntry field <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/15031">15031</a></li> <li>[improve][broker] Avoid using blocking calls for the async method <code>checkTopicOwnership</code> <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/15023">15023</a></li> <li>[fix][broker] Avoid heartbeat topic to offload. <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/15008">15008</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/0702b51ce09cc99044f4110e6bf98e82a0e86283"><code>0702b51</code></a> Release 2.10.1</li> <li><a href="https://github.com/apache/pulsar/commit/f3b4e8632b6a69e5a175fec472310bf520d98051"><code>f3b4e86</code></a> [fix][admin] Fix producer/consume permission can’t get schema (<a href="https://github-redirect.dependabot.com/apache/pulsar/issues/15956">#15956</a>) (<a href="https://github-redirect.dependabot.com/apache/pulsar/issues/16026">#16026</a>)</li> <li><a href="https://github.com/apache/pulsar/commit/ff7762b21bed2a75a49fa6710176f97a8a3a707b"><code>ff7762b</code></a> Fix cherry-pick issue of using JDK10 API</li> <li><a href="https://github.com/apache/pulsar/commit/9796eb40bc68b0aefde722fd1f4f698812fca7a2"><code>9796eb4</code></a> [broker][monitoring] add message ack rate metric for consumer (<a href="https://github-redirect.dependabot.com/apache/pulsar/issues/15674">#15674</a>)</li> <li><a href="https://github.com/apache/pulsar/commit/99cc4a96475552ce14be8338005a45bedda38b55"><code>99cc4a9</code></a> non-persistent topic metrics (<a href="https://github-redirect.dependabot.com/apache/pulsar/issues/13827">#13827</a>)</li> <li><a href="https://github.com/apache/pulsar/commit/49087fa4fb763339a40cffe592fbcc774765b1ba"><code>49087fa</code></a> [Function] provide default error handler for function log appender (<a href="https://github-redirect.dependabot.com/apache/pulsar/issues/15728">#15728</a>)</li> <li><a href="https://github.com/apache/pulsar/commit/7c88bd1b20bb57bb420b9eb4f30946afcc1d83cd"><code>7c88bd1</code></a> [fix][security] Add timeout of sync methods and avoid call sync method for Au...</li> <li><a href="https://github.com/apache/pulsar/commit/a7f3efa43abe414afd7f986d77ecb20aa47b279b"><code>a7f3efa</code></a> [Broker]make revokePermissionsOnTopic method async (<a href="https://github-redirect.dependabot.com/apache/pulsar/issues/14149">#14149</a>)</li> <li><a href="https://github.com/apache/pulsar/commit/4a82c5be8f258645899e6ecafed6e95064c7f040"><code>4a82c5b</code></a> [cleanup][function] refine file io connector (<a href="https://github-redirect.dependabot.com/apache/pulsar/issues/15250">#15250</a>)</li> <li><a href="https://github.com/apache/pulsar/commit/a1d327e5378c66766b4dd583257cdbea165a995f"><code>a1d327e</code></a> [fix] [admin] fix reach max tenants error if the tenant already exists (<a href="https://github-redirect.dependabot.com/apache/pulsar/issues/15961">#15961</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/pulsar/compare/v2.10.0...v2.10.1">compare view</a></li> </ul> </details> <br /> [](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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/flink/network/alerts). </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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
