Anonymitaet commented on a change in pull request #5794: [release][website] Add 
release notes for Release 2.4.2
URL: https://github.com/apache/pulsar/pull/5794#discussion_r354120541
 
 

 ##########
 File path: site2/website/release-notes.md
 ##########
 @@ -1,6 +1,107 @@
 
 ## Apache
 
+### 2.4.2 &mdash; 2019-12-04 <a id="2.4.2"></a>
+
+#### Fixes
+
+* Fixed don't set interrupt flag again after catching interrupt exception in 
Pulsar Client [#5643](https://github.com/apache/pulsar/pull/5643)
+* Fixed data is not deleted after expiration due to connected readers 
[#5621](https://github.com/apache/pulsar/pull/5621)
+* Fixed typo in BrokersBase file 
[#5596](https://github.com/apache/pulsar/pull/5596)
+* Fixed the go client docs missing in website 
[#5595](https://github.com/apache/pulsar/pull/5595)
+* Fixed schema def build error with protobuf schema 
[#5569](https://github.com/apache/pulsar/pull/5569)
+* Fixed docs about reset cursor 
[#5551](https://github.com/apache/pulsar/pull/5551)
+* Fixed repeated initialization of connectorsManager 
[#5545](https://github.com/apache/pulsar/pull/5545)
+* Fixed Functions unnecessarily restart during FunctionRuntimeManager init 
phase [#5527](https://github.com/apache/pulsar/pull/5527)
+* Fixed list non-persistent topics shows the persistent topics 
[#5502](https://github.com/apache/pulsar/pull/5502)
+* Return after triggering callback with empty result 
[#5500](https://github.com/apache/pulsar/pull/5500)
+* Fixed dispatcher skipping delivery of a batch during concurrent replays 
[#5499](https://github.com/apache/pulsar/pull/5499)
+* Fixed reader_listener option for Python API 
[#5487](https://github.com/apache/pulsar/pull/5487)
+* Fixed wrongly report "3600 messages have timed-out" 
[#5477](https://github.com/apache/pulsar/pull/5477)
+* Fixed broken custom auth-provider that uses authenticationData 
[#5462](https://github.com/apache/pulsar/pull/5462)
+* Fixed negative ack tracker constructor sequence 
[#5453](https://github.com/apache/pulsar/pull/5453)
+* Fixed StringSchema static initialization  
[#5445](https://github.com/apache/pulsar/pull/5445)
+* Fixed message corruption on OOM for batch messages 
[#5443](https://github.com/apache/pulsar/pull/5443)
+* Fixed couple functions related integration tests 
[#5434](https://github.com/apache/pulsar/pull/5434)
+* Fixed bug that namespace policies does not take effect due to NPE 
[#5408](https://github.com/apache/pulsar/pull/5408)
+* Fixed race condition : Failed to read-more entries on dispatcher 
[#5391](https://github.com/apache/pulsar/pull/5391)
+* Fixed potential deadlock that can occur in addConsumer 
[#5371](https://github.com/apache/pulsar/pull/5371)
+* Fixed proxy to be able to re-send request body 
[#5361](https://github.com/apache/pulsar/pull/5361)
+* Fixed pulsar can't load the customized SerDe 
[#5357](https://github.com/apache/pulsar/pull/5357)
+* Fixed instability in Pulsar Function window integration test 
[#5337](https://github.com/apache/pulsar/pull/5337)
+* Fixed bk write failure part 2 
[#5322](https://github.com/apache/pulsar/pull/5322)
+* Fixed bad_weak_ptr error when closing producer 
[#5315](https://github.com/apache/pulsar/pull/5315)
+* Fixed typo in prometheus metrics 
[#5299](https://github.com/apache/pulsar/pull/5299)
+* Fixed invalidate cache on zk-cache timeout 
[#5298](https://github.com/apache/pulsar/pull/5298)
+* Don't attempt to append on read-only cursor ledger 
[#5297](https://github.com/apache/pulsar/pull/5297)
+* Fixed memory leak caused by not being executed ClientConnection destructor 
[#5286](https://github.com/apache/pulsar/pull/5286)
+* Fixed producer blocked after send an over size message while batch enabled 
[#5282](https://github.com/apache/pulsar/pull/5282)
+* Fixed race condition while triggering message redelivery after an 
ack-timeout event [#5276](https://github.com/apache/pulsar/pull/5276)
+* Fixed behavior when getting a key from functions state that doesn't exist 
[#5272](https://github.com/apache/pulsar/pull/5272)
+* Fixed Cmake to build _pulsar for osx #5263
+* Fixed client backoff #5261
+* Fixed memory leak caused by deadline_timer holding object reference 
[#5246](https://github.com/apache/pulsar/pull/5246)
+* Fixed in Message Deduplication that may cause incorrect client/broker 
interaction [#5243](https://github.com/apache/pulsar/pull/5243)
+* Fixed bug that fails to search namespace bundle due to NPE 
[#5191](https://github.com/apache/pulsar/pull/5191)
+* Fixed bug that message delivery stops after resetting cursor for failover 
subscription [#5185](https://github.com/apache/pulsar/pull/5185)
+* Fixed exception type check order bug 
[#5174](https://github.com/apache/pulsar/pull/5174)
+* Fixed spark receiver to account for all the consumer config options 
[#5152](https://github.com/apache/pulsar/pull/5152)
+* Fixed broker fails to start with function worker enabled and broker client 
using TLS [#5151](https://github.com/apache/pulsar/pull/5151)
+* Fixed deadlock when resetting cursor 
[#5136](https://github.com/apache/pulsar/pull/5136)
+* Fixed windowed functions were broken when we changed java function instance 
to use classloaders [#5117](https://github.com/apache/pulsar/pull/5117)
+* Fixed storage size always 0 without subscription #5108
 
 Review comment:
   need add a link for #5108?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to