You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by "Anonymitaet (via GitHub)" <gi...@apache.org> on 2023/04/24 01:25:45 UTC

[GitHub] [pulsar-site] Anonymitaet commented on a diff in pull request #534: Release 2.9.5

Anonymitaet commented on code in PR #534:
URL: https://github.com/apache/pulsar-site/pull/534#discussion_r1174702254


##########
release-notes/versioned/client-java-2.9.5.md:
##########
@@ -0,0 +1,15 @@
+---
+id: client-java-2.9.5
+title: Client Java 2.9.5
+sidebar_label: Client Java 2.9.5
+---
+
+* [fix][client] Fix reader listener can't auto ack with pooled message. (#19354)
+* [fix][client] Prevent DNS reverse lookup when physical address is an IP address (#19028)
+* [fix][client] Set fields earlier for correct ClientCnx initialization (#19327)
+* [improve][client] Change the get lastMessageId to debug level (#18421)
+* [fix][client] For exclusive subscriptions, if two consumers are created repeatedly, the second consumer will block #18633
+* [fix][client] Fix async completion in ConsumerImpl#processPossibleToDLQ (#19392)
+* [fix][client] Broker address resolution wrong if connect through a multi-dns names proxy (#19597)
+* [fix] [client] fix memory leak if enabled pooled messages (#19585)
+* [fix][client] Fix IllegalThreadStateException when using newThread in ExecutorProvider.ExtendedThreadFactory (#18268)`

Review Comment:
   ```suggestion
   * [fix][client] Fix IllegalThreadStateException when using newThread in ExecutorProvider.ExtendedThreadFactory (#18268)
   ```



##########
release-notes/versioned/pulsar-2.9.5.md:
##########
@@ -0,0 +1,123 @@
+---
+id: pulsar-2.9.5
+title: Apache Pulsar2.9.5
+sidebar_label: Apache Pulsar 2.9.5
+---
+
+#### 2023-4-23
+
+### Broker
+
+* [improve][broker] Omit making a copy of CommandAck when there are no broker interceptors [#18997](https://github.com/apache/pulsar/pull/18997)
+* [fix][broker] Copy proto command fields into final variables in ServerCnx [#18987](https://github.com/apache/pulsar/pull/18987)
+* [improve][broker] Add logs for why namespace bundle been split (#19003)
+* [fix][broker] Fix deadlock in PendingAckHandleImpl (#18989)
+* [fix][broker]Update interceptor handler exception (#18940)
+* [improve][broker] Make Consumer#equals more effective (#18662)
+* [fix][broker]add test case for deleting namespace fail when has partitioned system topic (#17338)
+* [fix][broker] Fix open cursor with null-initialPosition result with earliest position (#18416)
+* [improve][broker] Add ref count for sticky hash to optimize the performance of Key_Shared subscription (#19167)
+* [fix][broker] Support deleting partitioned topics with the keyword -partition- (#19230)
+* [improve][broker] Follow up #19230 to tighten the validation scope (#19234)
+* [branch-2.9] Fix compile error caused by cherry-pick #19167. (#19241)
+* [improve][websocket][branch-2.9] Add ping support (#19245)
+* [fix][ml] Topics stats shows msgBacklog but there reality no backlog (#19275)
+* [fix][websocket][branch-2.9] Fix webSocketPingDurationSeconds config (#19293)
+* [fix] [ml] Fix the incorrect total size if use ML intercepto (#19404)

Review Comment:
   ```suggestion
   * [fix] [ml] Fix the incorrect total size if using ML interceptor (#19404)
   ```



##########
release-notes/versioned/pulsar-2.9.5.md:
##########
@@ -0,0 +1,123 @@
+---
+id: pulsar-2.9.5
+title: Apache Pulsar2.9.5
+sidebar_label: Apache Pulsar 2.9.5
+---
+
+#### 2023-4-23
+
+### Broker
+
+* [improve][broker] Omit making a copy of CommandAck when there are no broker interceptors [#18997](https://github.com/apache/pulsar/pull/18997)
+* [fix][broker] Copy proto command fields into final variables in ServerCnx [#18987](https://github.com/apache/pulsar/pull/18987)
+* [improve][broker] Add logs for why namespace bundle been split (#19003)
+* [fix][broker] Fix deadlock in PendingAckHandleImpl (#18989)
+* [fix][broker]Update interceptor handler exception (#18940)
+* [improve][broker] Make Consumer#equals more effective (#18662)
+* [fix][broker]add test case for deleting namespace fail when has partitioned system topic (#17338)
+* [fix][broker] Fix open cursor with null-initialPosition result with earliest position (#18416)
+* [improve][broker] Add ref count for sticky hash to optimize the performance of Key_Shared subscription (#19167)
+* [fix][broker] Support deleting partitioned topics with the keyword -partition- (#19230)
+* [improve][broker] Follow up #19230 to tighten the validation scope (#19234)
+* [branch-2.9] Fix compile error caused by cherry-pick #19167. (#19241)
+* [improve][websocket][branch-2.9] Add ping support (#19245)
+* [fix][ml] Topics stats shows msgBacklog but there reality no backlog (#19275)
+* [fix][websocket][branch-2.9] Fix webSocketPingDurationSeconds config (#19293)
+* [fix] [ml] Fix the incorrect total size if use ML intercepto (#19404)
+* [fix][broker] Expect msgs after server initiated CloseProducer (#19446)
+* [cleanup][broker] Validate originalPrincipal earlier in ServerCnx (#19270)
+* [fix][Branch-2.9] Fix bookie JVM param BOOKIE_MEM, BOOKIE_GC miss problem. #19441
+* [improve][broker] ServerCnx: go to Failed state when auth fails (#19312)
+* [fix][broker][branch-2.9] Fix geo-replication admin (#19614)
+* [fix] [ml] messagesConsumedCounter of NonDurableCursor was initialized incorrectly (#19355)
+* [fix][ml] Fix potential NPE cause future never complete. (#19415)
+* [fix] [ml] topic load fail by ledger lost (#19444)
+* [fix] [broker] getLastMessageId returns a wrong batch index of last message if enabled read compacted (#18877)
+* [fix][broker] Remove timestamp from broker metrics (#17419)
+* [fix][broker]fix multi invocation for ledger createComplete (#18975)
+* [improve][broker] Use shrink map for trackerCache (#19534)
+* [fix] [broker] Incorrect service name selection logic (#19505)
+* [fix] [broker] Make the service name resolver cache of PulsarWebResource expire after access (#19532)
+* [fix][branch-2.9] Support zookeeper read-only config (#19693)
+* [fix][branch-2.9] Fix validatePersistencePolicies that Namespace/Topic persistent policies cannot set to < 0 #19687

Review Comment:
   ```suggestion
   * [fix][branch-2.9] Fix validatePersistencePolicies that Namespace/Topic persistent policies cannot be set to < 0 #19687
   ```



##########
release-notes/versioned/pulsar-2.9.5.md:
##########
@@ -0,0 +1,123 @@
+---
+id: pulsar-2.9.5
+title: Apache Pulsar2.9.5
+sidebar_label: Apache Pulsar 2.9.5
+---
+
+#### 2023-4-23
+
+### Broker
+
+* [improve][broker] Omit making a copy of CommandAck when there are no broker interceptors [#18997](https://github.com/apache/pulsar/pull/18997)
+* [fix][broker] Copy proto command fields into final variables in ServerCnx [#18987](https://github.com/apache/pulsar/pull/18987)
+* [improve][broker] Add logs for why namespace bundle been split (#19003)
+* [fix][broker] Fix deadlock in PendingAckHandleImpl (#18989)
+* [fix][broker]Update interceptor handler exception (#18940)
+* [improve][broker] Make Consumer#equals more effective (#18662)
+* [fix][broker]add test case for deleting namespace fail when has partitioned system topic (#17338)
+* [fix][broker] Fix open cursor with null-initialPosition result with earliest position (#18416)
+* [improve][broker] Add ref count for sticky hash to optimize the performance of Key_Shared subscription (#19167)
+* [fix][broker] Support deleting partitioned topics with the keyword -partition- (#19230)
+* [improve][broker] Follow up #19230 to tighten the validation scope (#19234)
+* [branch-2.9] Fix compile error caused by cherry-pick #19167. (#19241)
+* [improve][websocket][branch-2.9] Add ping support (#19245)
+* [fix][ml] Topics stats shows msgBacklog but there reality no backlog (#19275)
+* [fix][websocket][branch-2.9] Fix webSocketPingDurationSeconds config (#19293)
+* [fix] [ml] Fix the incorrect total size if use ML intercepto (#19404)
+* [fix][broker] Expect msgs after server initiated CloseProducer (#19446)
+* [cleanup][broker] Validate originalPrincipal earlier in ServerCnx (#19270)
+* [fix][Branch-2.9] Fix bookie JVM param BOOKIE_MEM, BOOKIE_GC miss problem. #19441
+* [improve][broker] ServerCnx: go to Failed state when auth fails (#19312)
+* [fix][broker][branch-2.9] Fix geo-replication admin (#19614)
+* [fix] [ml] messagesConsumedCounter of NonDurableCursor was initialized incorrectly (#19355)
+* [fix][ml] Fix potential NPE cause future never complete. (#19415)
+* [fix] [ml] topic load fail by ledger lost (#19444)
+* [fix] [broker] getLastMessageId returns a wrong batch index of last message if enabled read compacted (#18877)
+* [fix][broker] Remove timestamp from broker metrics (#17419)
+* [fix][broker]fix multi invocation for ledger createComplete (#18975)

Review Comment:
   ```suggestion
   * [fix][broker]Fix multi invocation for ledger createComplete (#18975)
   ```
   Please keep consistent on the first letter of a sentence and check all occurrences 



##########
release-notes/versioned/pulsar-2.9.5.md:
##########
@@ -0,0 +1,123 @@
+---
+id: pulsar-2.9.5
+title: Apache Pulsar2.9.5
+sidebar_label: Apache Pulsar 2.9.5
+---
+
+#### 2023-4-23
+
+### Broker
+
+* [improve][broker] Omit making a copy of CommandAck when there are no broker interceptors [#18997](https://github.com/apache/pulsar/pull/18997)
+* [fix][broker] Copy proto command fields into final variables in ServerCnx [#18987](https://github.com/apache/pulsar/pull/18987)
+* [improve][broker] Add logs for why namespace bundle been split (#19003)
+* [fix][broker] Fix deadlock in PendingAckHandleImpl (#18989)
+* [fix][broker]Update interceptor handler exception (#18940)
+* [improve][broker] Make Consumer#equals more effective (#18662)
+* [fix][broker]add test case for deleting namespace fail when has partitioned system topic (#17338)
+* [fix][broker] Fix open cursor with null-initialPosition result with earliest position (#18416)
+* [improve][broker] Add ref count for sticky hash to optimize the performance of Key_Shared subscription (#19167)
+* [fix][broker] Support deleting partitioned topics with the keyword -partition- (#19230)
+* [improve][broker] Follow up #19230 to tighten the validation scope (#19234)
+* [branch-2.9] Fix compile error caused by cherry-pick #19167. (#19241)
+* [improve][websocket][branch-2.9] Add ping support (#19245)
+* [fix][ml] Topics stats shows msgBacklog but there reality no backlog (#19275)
+* [fix][websocket][branch-2.9] Fix webSocketPingDurationSeconds config (#19293)
+* [fix] [ml] Fix the incorrect total size if use ML intercepto (#19404)
+* [fix][broker] Expect msgs after server initiated CloseProducer (#19446)
+* [cleanup][broker] Validate originalPrincipal earlier in ServerCnx (#19270)
+* [fix][Branch-2.9] Fix bookie JVM param BOOKIE_MEM, BOOKIE_GC miss problem. #19441
+* [improve][broker] ServerCnx: go to Failed state when auth fails (#19312)
+* [fix][broker][branch-2.9] Fix geo-replication admin (#19614)
+* [fix] [ml] messagesConsumedCounter of NonDurableCursor was initialized incorrectly (#19355)
+* [fix][ml] Fix potential NPE cause future never complete. (#19415)
+* [fix] [ml] topic load fail by ledger lost (#19444)
+* [fix] [broker] getLastMessageId returns a wrong batch index of last message if enabled read compacted (#18877)
+* [fix][broker] Remove timestamp from broker metrics (#17419)
+* [fix][broker]fix multi invocation for ledger createComplete (#18975)
+* [improve][broker] Use shrink map for trackerCache (#19534)
+* [fix] [broker] Incorrect service name selection logic (#19505)
+* [fix] [broker] Make the service name resolver cache of PulsarWebResource expire after access (#19532)
+* [fix][branch-2.9] Support zookeeper read-only config (#19693)
+* [fix][branch-2.9] Fix validatePersistencePolicies that Namespace/Topic persistent policies cannot set to < 0 #19687
+* [fix][branch-2.9] fix txn coordinator recover handle committing and aborting txn race condition. #19699
+* [fix][branch-2.9] Fix race condition while updating partition number (#19691)
+* [improve] upgrade the bookkeeper version to 4.14.7 (#19178)
+* [improve] Upgrade lombok to 1.8.26 (#19426)
+* [fix][cli][branch-2.9] Fix release tool (#19712)
+* [fix] [broker] Topic close failure leaves subscription in a permanent fence state (#19692)
+* [fix][meta] Fix deadlock causes session notification not to work (#19754)
+* [improve][misc] Upgrade Netty to 4.1.87.Final (#19417)
+* [fix][broker] Fix potential exception cause the policy service init fail. (#19746)

Review Comment:
   ```suggestion
   * [fix][broker] Fix potential exception causing the policy service init to fail. (#19746)
   ```



-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org