[GitHub] [pulsar] codelipenghui commented on a change in pull request #5794: [release][website] Add release notes for Release 2.4.2

2019-12-04 Thread GitBox
codelipenghui 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_r354095953
 
 

 ##
 File path: site2/website/release-notes.md
 ##
 @@ -1,6 +1,107 @@
 
 ## Apache
 
+### 2.4.2 — 2019-12-04 
+
+ 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
 
 Review comment:
   Need  a clear briefly description here


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


[GitHub] [pulsar] codelipenghui commented on a change in pull request #5794: [release][website] Add release notes for Release 2.4.2

2019-12-04 Thread GitBox
codelipenghui 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_r354094188
 
 

 ##
 File path: site2/website/release-notes.md
 ##
 @@ -1,6 +1,107 @@
 
 ## Apache
 
+### 2.4.2 — 2019-12-04 
+
+ 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)
 
 Review comment:
   We'd better have a briefly description for the failure


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


[GitHub] [pulsar] codelipenghui commented on a change in pull request #5794: [release][website] Add release notes for Release 2.4.2

2019-12-04 Thread GitBox
codelipenghui 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_r354093972
 
 

 ##
 File path: site2/website/release-notes.md
 ##
 @@ -1,6 +1,107 @@
 
 ## Apache
 
+### 2.4.2 — 2019-12-04 
+
+ Fixes
+
+* Fixed don't set interrupt flag again after catching interrupt exception in 
Pulsar Client [#5643](https://github.com/apache/pulsar/pull/5643)
 
 Review comment:
   It's not a clear briefly description for this PR, i think you'd better to 
check the PR


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


[GitHub] [pulsar] codelipenghui commented on a change in pull request #5794: [release][website] Add release notes for Release 2.4.2

2019-12-04 Thread GitBox
codelipenghui 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_r354094343
 
 

 ##
 File path: site2/website/release-notes.md
 ##
 @@ -1,6 +1,107 @@
 
 ## Apache
 
+### 2.4.2 — 2019-12-04 
+
+ 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)
 
 Review comment:
   Is also a typo


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


[GitHub] [pulsar] codelipenghui commented on a change in pull request #5794: [release][website] Add release notes for Release 2.4.2

2019-12-04 Thread GitBox
codelipenghui 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_r354095710
 
 

 ##
 File path: site2/website/release-notes.md
 ##
 @@ -1,6 +1,107 @@
 
 ## Apache
 
+### 2.4.2 — 2019-12-04 
+
+ 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)
 
 Review comment:
   I think this PR is a enhancement,  Avoid persistent Unack Ranges while 
cursor recovering


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


[GitHub] [pulsar] codelipenghui commented on a change in pull request #5794: [release][website] Add release notes for Release 2.4.2

2019-12-04 Thread GitBox
codelipenghui 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_r354093181
 
 

 ##
 File path: site2/website/release-notes.md
 ##
 @@ -1,6 +1,107 @@
 
 ## Apache
 
+### 2.4.2 — 2019-12-04 
+
+ 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)
 
 Review comment:
   No need to add the typo fix in to release note, right?


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


[GitHub] [pulsar] codelipenghui commented on a change in pull request #5794: [release][website] Add release notes for Release 2.4.2

2019-12-04 Thread GitBox
codelipenghui 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_r354092046
 
 

 ##
 File path: site2/website/release-notes.md
 ##
 @@ -1,6 +1,107 @@
 
 ## Apache
 
+### 2.4.2 — 2019-12-04 
+
+ 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

[GitHub] [pulsar] codelipenghui commented on a change in pull request #5794: [release][website] Add release notes for Release 2.4.2

2019-12-03 Thread GitBox
codelipenghui 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_r353585946
 
 

 ##
 File path: site2/website/release-notes.md
 ##
 @@ -1,6 +1,109 @@
 
 ## Apache
 
+### 2.4.2 — 2019-12-04 
+
+ Fixes
+
+* Fixed don't set interrupt flag again after catching interrupt exception in 
Pulsar Client #5643
+* Fixed data is not deleted after expiration due to connected readers #5621
+* Fixed typo in BrokersBase file #5596
+* Fixed the go client docs missing in website #5595
+* Fixed schema def build error with protobuf schema #5569
+* Fixed docs about reset cursor #5551
+* Fixed repeated initialization of connectorsManager #5545
+* Fixed Functions unnecessarily restart during FunctionRuntimeManager init 
phase #5527
+* Fixed list non-persistent topics shows the persistent topics #5502
+* Return after triggering callback with empty result #5500
+* Fixed dispatcher skipping delivery of a batch during concurrent replays #5499
+* Fixed reader_listener option for Python API #5487
+* Fixed wrongly report "3600 messages have timed-out" #5477
+* Fixed broken custom auth-provider that uses authenticationData #5462
+* Fixed negative ack tracker constructor sequence #5453
+* Fixed StringSchema static initialization  #5445
+* Fixed message corruption on OOM for batch messages #5443
+* Fixed couple functions related integration tests #5434
+* Fixed bug that namespace policies does not take effect due to NPE #5408
+* Fixed race condition : Failed to read-more entries on dispatcher #5391
+* Fixed potential deadlock that can occur in addConsumer #5371
+* Fixed proxy to be able to re-send request body #5361
+* Fixed pulsar can't load the customized SerDe #5357
+* Fixed instability in Pulsar Function window integration test #5337
+* Fixed bk write failure part 2 #5322
+* Allow to specify delivery delay in C++ client #5317
 
 Review comment:
   It looks like a enhancement


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


[GitHub] [pulsar] codelipenghui commented on a change in pull request #5794: [release][website] Add release notes for Release 2.4.2

2019-12-03 Thread GitBox
codelipenghui 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_r353586841
 
 

 ##
 File path: site2/website/release-notes.md
 ##
 @@ -1,6 +1,109 @@
 
 ## Apache
 
+### 2.4.2 — 2019-12-04 
+
+ Fixes
+
+* Fixed don't set interrupt flag again after catching interrupt exception in 
Pulsar Client #5643
+* Fixed data is not deleted after expiration due to connected readers #5621
+* Fixed typo in BrokersBase file #5596
+* Fixed the go client docs missing in website #5595
+* Fixed schema def build error with protobuf schema #5569
+* Fixed docs about reset cursor #5551
+* Fixed repeated initialization of connectorsManager #5545
+* Fixed Functions unnecessarily restart during FunctionRuntimeManager init 
phase #5527
+* Fixed list non-persistent topics shows the persistent topics #5502
+* Return after triggering callback with empty result #5500
+* Fixed dispatcher skipping delivery of a batch during concurrent replays #5499
+* Fixed reader_listener option for Python API #5487
+* Fixed wrongly report "3600 messages have timed-out" #5477
+* Fixed broken custom auth-provider that uses authenticationData #5462
+* Fixed negative ack tracker constructor sequence #5453
+* Fixed StringSchema static initialization  #5445
+* Fixed message corruption on OOM for batch messages #5443
+* Fixed couple functions related integration tests #5434
+* Fixed bug that namespace policies does not take effect due to NPE #5408
+* Fixed race condition : Failed to read-more entries on dispatcher #5391
+* Fixed potential deadlock that can occur in addConsumer #5371
+* Fixed proxy to be able to re-send request body #5361
+* Fixed pulsar can't load the customized SerDe #5357
+* Fixed instability in Pulsar Function window integration test #5337
+* Fixed bk write failure part 2 #5322
+* Allow to specify delivery delay in C++ client #5317
+* Fixed bad_weak_ptr error when closing producer #5315
+* Fixed typo in prometheus metrics #5299
+* Fixed invalidate cache on zk-cache timeout #5298
+* Don't attempt to append on read-only cursor ledger #5297
+* Fixed memory leak caused by not being executed ClientConnection destructor 
#5286
+* Fixed producer blocked after send an over size message while batch enabled 
#5282
+* Fixed race condition while triggering message redelivery after an 
ack-timeout event #5276
+* Fixed behavior when getting a key from functions state that doesn't exist 
#5272
+* Fixed Cmake to build _pulsar for osx #5263
+* Fixed client backoff #5261
+* Fixed memory leak caused by deadline_timer holding object reference #5246
+* Fixed in Message Deduplication that may cause incorrect client/broker 
interaction #5243
+* Fixed bug that fails to search namespace bundle due to NPE #5191
+* Fixed bug that message delivery stops after resetting cursor for failover 
subscription #5185
+* Fixed exception type check order bug #5174
+* Fixed spark receiver to account for all the consumer config options #5152
+* Fixed broker fails to start with function worker enabled and broker client 
using TLS #5151
+* Fixed deadlock when resetting cursor #5139
+* Fixed windowed functions were broken when we changed java function instance 
to use classloaders #5117
+* Fixed storage size always 0 without subscription #5108
+
+ Enhancements
+
+* Add subscribe position param for consumer of sink #5532
+* Efficiency improvements for delay delivery tracker #5498
+* Add is_read_compacted to create_reader() in python API #5483
+* Make some common use method of ManagedLedger public #5472
+* Print unknown exception stacktrace #5444
+* Avoid leak on publish failure on batch message #5442
+* Record message failure and avoid exiting from process on publish failure 
#5441
+* Add support for partitioned topic consumer seek by time #5435
+* Add default loader for latest pyyaml #5432
+* Trim messages which less than mark delete position for message redelivery 
#5378
+* Make skip all messages async #5375
+* Set default ensemble size to 2 in service conf, to match broker.conf #5359
+* Only seek when reading unexpected entry #5356
+* Don't require both region and endpoint to be specified #5355
+* If cursor is not durable, close dispatcher when all consumers are removed 
from subscription #5340
+* Disable stickyRead by default #5321
+* Add debug log + fix thread-factory name  #5302
+* Close previous dispatcher when subscription type changes #5288
+* Improve error handling logic for effectively once #5271
+* Upgrade dependencies for security fixes #5232
+* Allow for topic deletions with regex consumers #5230
+* Ensure consumer background tasks are cancelled after subscribe failures #5204
+* Added missing enum value KeyShared on the python wrapper #5196
+* Make some member variables of Dispatcher volatile #5193
+* Ensure getting list of topics for namespace is handled asynchronously #5188
+* Close RateLimiter instance #5155
+* Throw an error if the key 

[GitHub] [pulsar] codelipenghui commented on a change in pull request #5794: [release][website] Add release notes for Release 2.4.2

2019-12-03 Thread GitBox
codelipenghui 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_r353586287
 
 

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


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


[GitHub] [pulsar] codelipenghui commented on a change in pull request #5794: [release][website] Add release notes for Release 2.4.2

2019-12-03 Thread GitBox
codelipenghui 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_r353585013
 
 

 ##
 File path: site2/website/release-notes.md
 ##
 @@ -1,6 +1,109 @@
 
 ## Apache
 
+### 2.4.2 — 2019-12-04 
+
+ Fixes
+
+* Fixed don't set interrupt flag again after catching interrupt exception in 
Pulsar Client #5643
 
 Review comment:
   Please ensure #5643 can link to the PR


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