Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 5, 2023

Bumps pulsar.version from 2.3.1 to 2.10.3.
Updates pulsar-client from 2.3.1 to 2.10.3

Release notes

Sourced from pulsar-client's releases.

v2.10.3

Broker

  • [improve][broker] Omit making a copy of CommandAck when there are no broker interceptors #18997
  • [fix][broker] Copy proto command fields into final variables in ServerCnx #18987
  • [improve][broker]Add a cache eviction policy:Evicting cache data by the slowest markDeletedPosition #14985
  • [fix][broker] Fix broker cache eviction of entries read by active cursors #17273
  • [enh][broker] Add metrics for entry cache insertion, eviction #17248
  • [cleanup][broker] Extracted interface for EntryCacheManager #15933
  • [improve][broker] Support dynamic update cache config #13679
  • [improve][broker] refactor ManagedLedger cacheEvictionTask implement #14488
  • [improve][broker] Add logs for why namespace bundle been split (#19003)
  • [fix][broker] Fix deadlock in PendingAckHandleImpl (#18989)
  • [fix][broker] Branch-2.10 Avoid endless blocking call. (#18914)
  • [fix][broker][functions-worker] Ensure prometheus metrics are grouped by type (#8407, #13865) #15558
  • [fix][broker]Update interceptor handler exception (#18940)
  • [fix][broker] Fix incorrect bundle split count metric (#17970)
  • [fix][broker] Avoid OOM not trigger PulsarByteBufAllocator outOfMemoryListener when use ByteBufAllocator.DEFAULT.heapBuffer in PrometheusMetricsGeneratorUtils (#18747)
  • [improve][broker] Make Consumer#equals more effective (#18662)
  • [fix][broker] In the trimDeletedEntries method, release the removed entry (#18305)
  • [improve][broker] Remove locallyAcquiredLock when removeOwnership (#18197)
  • [improve][broker] Avoid unnecessary creation of BitSetRecyclable objects #17998
  • [fix][broker] add return for PersistentMessageExpiryMonitor#findEntryFailed #17816
  • [fix][ml] Persist correct markDeletePosition to prevent message loss (#18237)
  • [improve][broker] Support setting forceDeleteTenantAllowed dynamically (#18192)
  • Make BookieId work with PulsarRegistrationDriver (second take) #17922
  • [fix][broker] Extract additional servlets to the default directory by… (#17477)
  • [improve][broker]Improve PersistentMessageExpiryMonitor expire speed when ledger not existed (#17842)
  • [fix][broker]Fix mutex never released when trimming (#17911)
  • [fix][broker] Fix if dynamicConfig item in ZK do not exist in broker cause NPE. #17705
  • [fix][broker] Fix system service namespace create internal event topic. (#17867)
  • [bugfix] Prevent Automatic Topic Creation during namespace deletion #17609
  • [fix][broker]Cache invalidation due to concurrent access (#18076)
  • [fix][broker]add test case for deleting namespace fail when has partitioned system topic (#17338)
  • Skip creating a subscription replication snapshot if no messages have been published after the topic gets activated on a broker #16618
  • [fix][broker] Fix uncompleted future when get the topic policies of a deleted topic (#18824)
  • [fix][broker] Fix delete system topic clean topic policy (#18823)
  • [improve][broker][PIP-149]Make getList async #16221
  • [fix][flaky-test]ManagedCursorMetricsTest.testManagedCursorMetrics #16878
  • [improve][broker] System topic writer/reader connection not counted (#18603)
  • [improve][broker] System topic writer/reader connection not counted. (#18369)
  • [fix][broker]unify time unit at dropping the backlog on a topic #17957[fix][broker]unify time unit at dropping the backlog on a topic #17957
  • [improve][broker] Support setting ForceDeleteNamespaceAllowed dynamically #18181
  • [fix][broker] Fix getPositionAfterN infinite loop. (#17971)
  • [fix][broker] Update the log print content of createSubscriptions (#18024)
  • [Broker] Make PersistentTopicsBase#internalGetPartitionedMetadata async #14153
  • [fix][broker] Fix duplicated schemas creation #18701
  • [improve][broker] Using handle instead of handleAsync to avoid using common pool thread (#17403)
  • [fix][broker] Fix dispatch duplicated messages with Exclusive mode. (#17237)
  • [fix][broker] Fix the order of resource close in the InMemoryDelayedDeliveryTracker (#18000)

... (truncated)

Commits
  • b69f4ef Release 2.10.3
  • cc781f7 [improve][broker] Omit making a copy of CommandAck when there are no broker i...
  • 6b17e99 [fix][broker] Copy proto command fields into final variables in ServerCnx (#1...
  • 070c356 [cherry-pick][branch-2.10]Fix broker cache eviction of entries read by active...
  • af0bc20 [improve][broker] Add logs for why namespace bundle been split (#19003)
  • 2d958a9 [fix][broker] Fix deadlock in PendingAckHandleImpl (#18989)
  • 969b73b [fix][broker] Branch-2.10 Avoid endless blocking call. (#18914)
  • 64f8708 [branch-2.10] Group prometheus metrics (#18941)
  • 5473138 [cherry-pick][branch-2.10] delete extra code from commit feaad45433e02e527156...
  • ad9c133 [fix][broker]Update interceptor handler exception (#18940)
  • Additional commits viewable in compare view

Updates pulsar-client-admin from 2.3.1 to 2.10.3

Release notes

Sourced from pulsar-client-admin's releases.

v2.10.3

Broker

  • [improve][broker] Omit making a copy of CommandAck when there are no broker interceptors #18997
  • [fix][broker] Copy proto command fields into final variables in ServerCnx #18987
  • [improve][broker]Add a cache eviction policy:Evicting cache data by the slowest markDeletedPosition #14985
  • [fix][broker] Fix broker cache eviction of entries read by active cursors #17273
  • [enh][broker] Add metrics for entry cache insertion, eviction #17248
  • [cleanup][broker] Extracted interface for EntryCacheManager #15933
  • [improve][broker] Support dynamic update cache config #13679
  • [improve][broker] refactor ManagedLedger cacheEvictionTask implement #14488
  • [improve][broker] Add logs for why namespace bundle been split (#19003)
  • [fix][broker] Fix deadlock in PendingAckHandleImpl (#18989)
  • [fix][broker] Branch-2.10 Avoid endless blocking call. (#18914)
  • [fix][broker][functions-worker] Ensure prometheus metrics are grouped by type (#8407, #13865) #15558
  • [fix][broker]Update interceptor handler exception (#18940)
  • [fix][broker] Fix incorrect bundle split count metric (#17970)
  • [fix][broker] Avoid OOM not trigger PulsarByteBufAllocator outOfMemoryListener when use ByteBufAllocator.DEFAULT.heapBuffer in PrometheusMetricsGeneratorUtils (#18747)
  • [improve][broker] Make Consumer#equals more effective (#18662)
  • [fix][broker] In the trimDeletedEntries method, release the removed entry (#18305)
  • [improve][broker] Remove locallyAcquiredLock when removeOwnership (#18197)
  • [improve][broker] Avoid unnecessary creation of BitSetRecyclable objects #17998
  • [fix][broker] add return for PersistentMessageExpiryMonitor#findEntryFailed #17816
  • [fix][ml] Persist correct markDeletePosition to prevent message loss (#18237)
  • [improve][broker] Support setting forceDeleteTenantAllowed dynamically (#18192)
  • Make BookieId work with PulsarRegistrationDriver (second take) #17922
  • [fix][broker] Extract additional servlets to the default directory by… (#17477)
  • [improve][broker]Improve PersistentMessageExpiryMonitor expire speed when ledger not existed (#17842)
  • [fix][broker]Fix mutex never released when trimming (#17911)
  • [fix][broker] Fix if dynamicConfig item in ZK do not exist in broker cause NPE. #17705
  • [fix][broker] Fix system service namespace create internal event topic. (#17867)
  • [bugfix] Prevent Automatic Topic Creation during namespace deletion #17609
  • [fix][broker]Cache invalidation due to concurrent access (#18076)
  • [fix][broker]add test case for deleting namespace fail when has partitioned system topic (#17338)
  • Skip creating a subscription replication snapshot if no messages have been published after the topic gets activated on a broker #16618
  • [fix][broker] Fix uncompleted future when get the topic policies of a deleted topic (#18824)
  • [fix][broker] Fix delete system topic clean topic policy (#18823)
  • [improve][broker][PIP-149]Make getList async #16221
  • [fix][flaky-test]ManagedCursorMetricsTest.testManagedCursorMetrics #16878
  • [improve][broker] System topic writer/reader connection not counted (#18603)
  • [improve][broker] System topic writer/reader connection not counted. (#18369)
  • [fix][broker]unify time unit at dropping the backlog on a topic #17957[fix][broker]unify time unit at dropping the backlog on a topic #17957
  • [improve][broker] Support setting ForceDeleteNamespaceAllowed dynamically #18181
  • [fix][broker] Fix getPositionAfterN infinite loop. (#17971)
  • [fix][broker] Update the log print content of createSubscriptions (#18024)
  • [Broker] Make PersistentTopicsBase#internalGetPartitionedMetadata async #14153
  • [fix][broker] Fix duplicated schemas creation #18701
  • [improve][broker] Using handle instead of handleAsync to avoid using common pool thread (#17403)
  • [fix][broker] Fix dispatch duplicated messages with Exclusive mode. (#17237)
  • [fix][broker] Fix the order of resource close in the InMemoryDelayedDeliveryTracker (#18000)

... (truncated)

Commits
  • b69f4ef Release 2.10.3
  • cc781f7 [improve][broker] Omit making a copy of CommandAck when there are no broker i...
  • 6b17e99 [fix][broker] Copy proto command fields into final variables in ServerCnx (#1...
  • 070c356 [cherry-pick][branch-2.10]Fix broker cache eviction of entries read by active...
  • af0bc20 [improve][broker] Add logs for why namespace bundle been split (#19003)
  • 2d958a9 [fix][broker] Fix deadlock in PendingAckHandleImpl (#18989)
  • 969b73b [fix][broker] Branch-2.10 Avoid endless blocking call. (#18914)
  • 64f8708 [branch-2.10] Group prometheus metrics (#18941)
  • 5473138 [cherry-pick][branch-2.10] delete extra code from commit feaad45433e02e527156...
  • ad9c133 [fix][broker]Update interceptor handler exception (#18940)
  • Additional commits viewable in compare view

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 commands and options

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)

Bumps `pulsar.version` from 2.3.1 to 2.10.3.

Updates `pulsar-client` from 2.3.1 to 2.10.3
- [Release notes](https://github.com/apache/pulsar/releases)
- [Commits](apache/pulsar@v2.3.1...v2.10.3)

Updates `pulsar-client-admin` from 2.3.1 to 2.10.3
- [Release notes](https://github.com/apache/pulsar/releases)
- [Commits](apache/pulsar@v2.3.1...v2.10.3)

---
updated-dependencies:
- dependency-name: org.apache.pulsar:pulsar-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.pulsar:pulsar-client-admin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 5, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 1, 2023

Superseded by #298.

@dependabot dependabot bot closed this Feb 1, 2023
@dependabot dependabot bot deleted the dependabot/maven/develop/pulsar.version-2.10.3 branch February 1, 2023 05:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant