Skip to content

v2.10.7.3

Compare
Choose a tag to compare
@ascentstream-bot ascentstream-bot released this 11 Sep 20:15

2.10.7.3 (2024-09-11)

  • chore: release 2.10.7.3 (0935a97)
  • [cleanup][broker] Follow up on apache#16968 to restore some behavior in PersistentDispatcherMultipleConsum (6176720)
  • [fix] [broker] maintain last active info in memory only. (apache#22794) (8f31136)
  • [fix] [broker] Messages lost on the remote cluster when using topic level replication (apache#22890) (a630009)
  • [fix] [broker] Topic can never be loaded up due to broker maintains a failed topic creation future ( (3e63ef6)
  • [fix][broker] Clean stats when resource is closed (e6acd0f)
  • [fix][broker] Duplicate ByteBuffer when Caching Backlogged Consumers (apache#17105) (49fcf57)
  • [fix][broker] Fix broker OOM when upload a large package. (apache#22989) (8c939d5)
  • [fix][broker] fix exception may hidden and result in stuck when topic loading (apache#23102) (170a1f0)
  • [fix][broker] Fix memory leak if entry exists in cache (apache#16996) (23203a2)
  • [fix][broker] Fix MessageDeduplication replay timeout cause topic loading stuck (apache#23004) (69d5fae)
  • [fix][broker] Fix schema deletion error when deleting a partitioned topic with many partitions and s (a5ebf73)
  • [fix][broker] Fix stuck when enable topic level replication and build remote admin fails (apache#23028) (85fd190)
  • [fix][broker] Fix the bug that elected leader thinks it's a follower (apache#23138) (eb06f66)
  • [fix][broker] Fix unexpected subscription deletion caused by the cursor last active time not updated (3167b73)
  • [fix][broker] Terminate replicator when topic is closed (1ab3a2f)
  • [fix][broker] The topic might reference a closed ledger (apache#22860) (9ed3e28)
  • [fix][broker]Prevent StackOverFlowException in SHARED subscription(apache#16968) (433b22b)
  • [fix][build] Call sendMessagesToConsumers (3e37978)
  • [fix][build] fix license (7bc4039)
  • [fix][ci] upgrade actions/upload-artifact to v4 from v2 (c8460b2)
  • [fix][meta] Fix close borrowed executor (apache#19761) (0fb2d30)
  • [fix][test] Fix test (14e29a0)
  • [fix][test] use @BeforeMethod(alwaysRun = true) (292ba53)
  • [improve][admin] Improve BrokerStats.allocatorStats (apache#23242) (ed1184e)
  • [improve][broker] Refactor update topic partitions endpoint. (apache#19166) (68f470d)
  • [improve][build] Move docker-push profile to submodule (apache#23093) (7ddc16a)
  • [improve][build] Reduce the intermediate layer (aa84c6e)
  • [improve][build] Upgrade docker-maven-plugin to 0.45.0 (apache#23091) (d1a579f)
  • [improve][meta] Make session notification to be async. (apache#19869) (937f10b)
  • [managed-ledger] Do not send duplicate reads to BK/offloaders (apache#17241) (f264db7)
  • [pulsar-broker] Support caching to drain backlog consumers (apache#12258) (e85ff54)
  • [Tests] Adapt FastThreadLocalStateCleaner to Netty changes: suppress excessive logging (apache#15269) (35e64fa)
  • InflightReadsLimiter - limit the memory used by reads end-to-end (from storage/cache to the write to (f974ddf)