Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jul 12, 2023

Bumps pulsar-broker from 2.9.1 to 2.10.4.

Release notes

Sourced from pulsar-broker's releases.

v2.10.4

Broker

  • [improve][broker] Add ref count for sticky hash to optimize the performance of Key_Shared subscription (#19167)
  • [fix][broker] Pass subName for subscription operations in ServerCnx (#19184)
  • [fix][broker] AbstractBatchedMetadataStore - use AlreadyClosedException instead of IllegalStateException (#19284)
  • [fix][broker] Fix open cursor with null-initialPosition result with earliest position (#18416)
  • [fix] [ml] Topics stats shows msgBacklog but there reality no backlog (#19275)
  • [improve][broker] Added isActive in ManagedCursorImpl (#19341)
  • [improve][broker] Replaced checkBackloggedCursors with checkBackloggedCursor(single subscription check) upon subscription (#19343)
  • [fix][broker] fixed the build error for pattern matching variable in lower JVM versions (#19362)
  • [fix][broker]optimize the shutdown sequence of broker service when it close (#16756)
  • [fix][broker] Pass subscriptionName to auth service (#17123) (#19423)
  • [fix][broker]fix multi invocation for ledger createComplete (#18975)
  • [fix] [broker] getLastMessageId returns a wrong batch index of last message if enabled read compacted (#18877)
  • [fix][broker] Support deleting partitioned topics with the keyword -partition- (#19230)
  • [fix] [ml] Fix the incorrect total size if use ML interceptor (#19404)
  • [improve][broker] Added isActive in ManagedCursorImpl (#19341)
  • [improve][broker] Added isActive in ManagedCursorImpl (#19341)
  • [improve][broker] Copy subscription properties during updating the topic partition number. (#19223)
  • [fix][broker] Expect msgs after server initiated CloseProducer (#19446)
  • [fix][broker] Fix PulsarRegistrationClient and ZkRegistrationClient not aware rack info problem. (#18672)
  • [fix][ml] Fix potential NPE cause future never complete. (#19415)
  • [fix] [ml] The atomicity of multiple fields of ml is broken (#19346)
  • [fix][broker] Fix race condition while updating partition number (#19199)
  • [Improve][broker] Support clear old bookie data for BKCluster (#16744)
  • [fix][ml] Reset individualDeletedMessagesSerializedSize after acked all messages. (#19428)
  • [fix][broker] Make ServerCnx#originalAuthData volatile (#19507)
  • [fix][broker] ServerCnx broken after recent cherry-picks (#19521)
  • [fix][broker] Fix loadbalance score caculation problem (#19420)
  • [fix] [ml] messagesConsumedCounter of NonDurableCursor was initialized incorrectly (#19355)
  • [fix][broker][branch-2.10] Replace sync method call in async call chain to prevent ZK event thread deadlock (#19539)
  • [improve][broker] Require authRole is proxyRole to set originalPrincipal (#19455)
  • [improve][broker] ServerCnx: go to Failed state when auth fails (#19312)
  • [feat][broker] Cherry-pick tests from (#19409)
  • [improve][broker] Add test to verify authRole cannot change (#19430)
  • [feat][broker] OneStageAuth State: move authn out of constructor (#19295)
  • [fix][broker] Correct MockAlwaysExpiredAuthenticationState test impl
  • [cleanup][broker] Validate originalPrincipal earlier in ServerCnx (#19270)
  • [fix][broker] ServerCnx broken after recent cherry-picks (#19521)
  • [fix][broker] Fix loadbalance score caculation problem (#19420)
  • [fix] [ml] messagesConsumedCounter of NonDurableCursor was initialized incorrectly (#19355)
  • [fix][broker][branch-2.10] Replace sync method call in async call chain to prevent ZK event thread deadlock (#19539)
  • [improve][broker] Require authRole is proxyRole to set originalPrincipal (#19455)
  • [improve][broker] ServerCnx: go to Failed state when auth fails (#19312
  • [feat][broker] Cherry-pick tests from (#19409)
  • [improve][broker] Add test to verify authRole cannot change (#19430)
  • [fix][broker] Call originalAuthState.authenticate in ServerCnx
  • [fix][broker] Correct MockAlwaysExpiredAuthenticationState test impl
  • [fix][broker] Make authentication refresh threadsafe (#19506)
  • [fix][broker] Allow proxy to pass same role for authRole and originalRole (#19557)

... (truncated)

Commits
  • 1fe05d5 [fix] [cli] Fix Broker crashed by too much memory usage of pulsar tools (#20031)
  • 4b9befa [refactor][broker] Use AuthenticationParameters for rest producer (#20046)
  • cf40926 [refactor][fn] Use AuthorizationServer more in Function Worker API (#19975)
  • 716db37 [improve][txn] Cleanup how superusers abort txns (#19976)
  • 36f0db5 [fix][broker] Only validate superuser access if authz enabled (#19989)
  • b93176c [fix][broker] Ignore and remove the replicator cursor when the remote cluster...
  • cef4f71 [branch-2.10] [fix] [auth] fix not forward compatible config saslJaasServerRo...
  • a19879b [Build] Make the test JVM exit if OOME occurs (#14509)
  • 9381b85 [branch-2.10][fix][broker] Fix index generator is not rollback after entries ...
  • c3282bc [fix][ci][branch-2.10] Fix the release tools (#19711)
  • Additional commits viewable in compare view

Dependabot compatibility score

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [pulsar-broker](https://github.com/apache/pulsar) from 2.9.1 to 2.10.4.
- [Release notes](https://github.com/apache/pulsar/releases)
- [Commits](apache/pulsar@v2.9.1...v2.10.4)

---
updated-dependencies:
- dependency-name: org.apache.pulsar:pulsar-broker
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 12, 2023
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant