You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[improve][broker] Skip loading the NAR packages if not configured #21867 (@BewareMyPower)
[improve][broker] defer the ownership checks if the owner is inactive (ExtensibleLoadManager) #21811 (@heesung-sn)
[improve][broker] cleanup the empty subscriptionAuthenticationMap in zk when revoke subscription permission #21696 (@TakaHiR07)
[improve][broker] Not close the socket if lookup failed caused by bundle unloading or metadata ex #21211 (@poorbarcode)
[fix][broker][branch-3.1] Fix broker not starting when both transactions and the Extensible Load Manager are enabled #22194 (@dragosvictor)
[fix][broker] print non log when delete partitioned topic failed #22153 (@poorbarcode)
[fix][broker] Return getOwnerAsync without waiting on source broker upon Assigning and Releasing and handle role change during role init #22112 (@heesung-sn)
[fix][broker] Enabling batch causes negative unackedMessages due to ack and delivery concurrency #22090 (@poorbarcode)
[fix][broker] Support running docker container with gid != 0 #22081 (@lhotari)
[fix][broker] Set ServiceUnitStateChannel topic compaction threshold explicitly, improve getOwnerAsync, and fix other bugs #22064 (@heesung-sn)
[fix][broker] Fix hash collision when using a consumer name that ends with a number #22053 (@lhotari)
[fix][broker] Sanitize values before logging in apply-config-from-env.py script #22044 (@lhotari)
[fix][broker] Fix can not subscribe partitioned topic with a suffix-matched regexp #22025 (@poorbarcode)
[fix][broker] Subscription stuck due to called Admin API analyzeSubscriptionBacklog #22019 (@poorbarcode)
[fix][broker][branch-3.1] Avoid PublishRateLimiter use an already closed RateLimiter #22011 (@coderzc)
[fix][broker] Support setting autoSkipNonRecoverableData dynamically in expiryMon… #21991 (@chenhongSZ)
[fix][broker] add timeout for health check read. #21990 (@thetumbled)
[fix][broker] Fix schema deletion error when deleting a partitioned topic with many partitions and schema #21977 (@heesung-sn)
[fix][broker] Fix reader stuck when read from compacted topic with read compact mode disable #21969 (@thetumbled)
[fix][broker] Replication stopped due to unload topic failed #21947 (@poorbarcode)
[fix][broker] Expire messages according to ledger close time to avoid client clock skew #21940 (@315157973)
[fix][broker] Restore the broker id to match the format used in existing Pulsar releases #21937 (@lhotari)
[fix][txn] Get previous position by managed ledger. #22024 (@thetumbled)
[fix][txn] Fix getting last message ID when there are ongoing transactions #21466 (@liangyepianzhou)
[fix][offload] Fix Offload readHandle cannot close multi times. #22162 (@dao-jun)
[improve][ml] Filter out deleted entries before read entries from ledger. #21739 (@dao-jun)
[fix][ml] Fix retry mechanism of deleting ledgers to invalidate #21869 (@poorbarcode)
[fix][ml] Make mlOwnershipChecker asynchronous so that it doesn't block/deadlock threads #21333 (@lhotari)
Client
[improve][client] Prevent reserve memory with a negative memory size to avoid send task stuck #21804 (@poorbarcode)
[fix][client] fix huge permits if acked a half batched message #22091 (@poorbarcode)
[fix][client] Do no retrying for error subscription not found when disabled allowAutoSubscriptionCreation #22078 (@zifengmo)
[fix][client] Fix ConsumerBuilderImpl#subscribe silent stuck when using pulsar-client:3.0.x with jackson-annotations prior to 2.12.0 #21985 (@Shawyeok)
[fix][client] Fix multi-topics consumer could receive old messages after seek #21945 (@BewareMyPower)
[fix][client] Fix messages in the batch container timed out unexpectedly #21889 (@BewareMyPower)
[fix][client] Messages lost due to TopicListWatcher reconnect #21853 (@poorbarcode)