Anonymitaet commented on a change in pull request #14398: URL: https://github.com/apache/pulsar/pull/14398#discussion_r810875358
########## File path: site2/website/release-notes.md ########## @@ -1,6 +1,300 @@ ## Apache Pulsar Release Notes +### 2.10.0 +#### 2022-02-28 + +### Update notice +Remove -XX:-ResizePLAB JVM option which degrades performance on JDK11 [#12940](https://github.com/apache/pulsar/pull/12940) +Enable TCP keepAlive flag on the sockets [#12982](https://github.com/apache/pulsar/pull/12982) Review comment: ```suggestion - Enable TCP keepAlive flag on the sockets [#12982](https://github.com/apache/pulsar/pull/12982) ``` As shown in the preview, the layout is incorrect. Suggest adding `-` before each item <img width="1282" alt="image" src="https://user-images.githubusercontent.com/50226895/154915937-83b70561-bcc2-4f16-8809-f805d29110ba.png"> ########## File path: site2/website/release-notes.md ########## @@ -1,6 +1,300 @@ ## Apache Pulsar Release Notes +### 2.10.0 +#### 2022-02-28 + +### Update notice Review comment: ```suggestion ### Important notice ``` ########## File path: site2/website/release-notes.md ########## @@ -1,6 +1,300 @@ ## Apache Pulsar Release Notes +### 2.10.0 +#### 2022-02-28 + +### Update notice +Remove -XX:-ResizePLAB JVM option which degrades performance on JDK11 [#12940](https://github.com/apache/pulsar/pull/12940) +Enable TCP keepAlive flag on the sockets [#12982](https://github.com/apache/pulsar/pull/12982) +Reduce the time it takes for namespace bundle unloading to time out [#12995](https://github.com/apache/pulsar/pull/12995) +Align configurations defaults between default file and Java object (broker.conf, proxy.conf, websocket.conf) [#13272](https://github.com/apache/pulsar/pull/13272) +[PIP 118] Do not restart brokers when ZooKeeper session expires as default [#13341](https://github.com/apache/pulsar/pull/13341) +[PIP 119] Enabled consistent hashing by default on KeyShared subscriptions dispatcher [#13352](https://github.com/apache/pulsar/pull/13352) +[PIP 120] Enabled client memory limit controller by default [#13344](https://github.com/apache/pulsar/pull/13344) +Make Docker images non-root, by default, and OpenShift compliant [#13376](https://github.com/apache/pulsar/pull/13376) +[PIP 122] Change loadBalancer default loadSheddingStrategy to ThresholdShedder [#13733](https://github.com/apache/pulsar/pull/13733) +Fixed netcat returning early for probe [#14088](https://github.com/apache/pulsar/pull/14088) Review comment: Some items are in the past tense while others are in the present tense. Please keep the same tense for all items. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
