From fac2b3fb267f3a0a7f8b9739eccd9cbc4515f560 Mon Sep 17 00:00:00 2001 From: roxananeo <149395913+roxananeo@users.noreply.github.com> Date: Tue, 19 Nov 2024 12:38:51 -0500 Subject: [PATCH 1/3] Update DSE_6.9_Release_Notes.md Append new information from a ticket (DSP-24431) that was merged before release but it was not closed. --- DSE_6.9_Release_Notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/DSE_6.9_Release_Notes.md b/DSE_6.9_Release_Notes.md index 8e6f9e4..b4848f2 100644 --- a/DSE_6.9_Release_Notes.md +++ b/DSE_6.9_Release_Notes.md @@ -19,6 +19,7 @@ If you're developing applications, please refer to the [Java Driver documentatio ## 6.9.4 DSE Core * Updated the JDK used to build DSE to versions `8u422` and `11.0.24`. (DSP-23997) +* Changed the MAX_HEAP_SIZE to avoid OOM errors with new Java11 Garbage Collector. The change is done in the following scrips: bin/dse, bin/dsetool, dse-db/bin/nodetool , resources/cassandra/bin/nodetool . (DSP-24431) ## 6.9.4 DSE Docker * Changed DSE 6.9 images to load the OSS Management API as a Java Agent. As of DSE 6.9.3, the outdated in-tree Management API has been removed, and the OSS Management API has been bundled to replace it. (DSP-24564) From a77f25c729d739824706238417dfdc24b0aa18b5 Mon Sep 17 00:00:00 2001 From: roxananeo <149395913+roxananeo@users.noreply.github.com> Date: Tue, 19 Nov 2024 18:28:17 -0500 Subject: [PATCH 2/3] Update DSE_6.9_Release_Notes.md remove dse-db/nodetool as it doesn't show up in the package we provide --- DSE_6.9_Release_Notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DSE_6.9_Release_Notes.md b/DSE_6.9_Release_Notes.md index b4848f2..6347aad 100644 --- a/DSE_6.9_Release_Notes.md +++ b/DSE_6.9_Release_Notes.md @@ -19,7 +19,7 @@ If you're developing applications, please refer to the [Java Driver documentatio ## 6.9.4 DSE Core * Updated the JDK used to build DSE to versions `8u422` and `11.0.24`. (DSP-23997) -* Changed the MAX_HEAP_SIZE to avoid OOM errors with new Java11 Garbage Collector. The change is done in the following scrips: bin/dse, bin/dsetool, dse-db/bin/nodetool , resources/cassandra/bin/nodetool . (DSP-24431) +* Changed the MAX_HEAP_SIZE to avoid OOM errors with new Java11 Garbage Collector. The change is done in the following scrips: bin/dse, bin/dsetool, resources/cassandra/bin/nodetool . (DSP-24431) ## 6.9.4 DSE Docker * Changed DSE 6.9 images to load the OSS Management API as a Java Agent. As of DSE 6.9.3, the outdated in-tree Management API has been removed, and the OSS Management API has been bundled to replace it. (DSP-24564) From cc19b3c9ee5825dada3141b3c659edb604757106 Mon Sep 17 00:00:00 2001 From: roxananeo <149395913+roxananeo@users.noreply.github.com> Date: Wed, 20 Nov 2024 08:22:48 -0500 Subject: [PATCH 3/3] Update DSE_6.9_Release_Notes.md --- DSE_6.9_Release_Notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DSE_6.9_Release_Notes.md b/DSE_6.9_Release_Notes.md index 6347aad..ebfb775 100644 --- a/DSE_6.9_Release_Notes.md +++ b/DSE_6.9_Release_Notes.md @@ -19,7 +19,7 @@ If you're developing applications, please refer to the [Java Driver documentatio ## 6.9.4 DSE Core * Updated the JDK used to build DSE to versions `8u422` and `11.0.24`. (DSP-23997) -* Changed the MAX_HEAP_SIZE to avoid OOM errors with new Java11 Garbage Collector. The change is done in the following scrips: bin/dse, bin/dsetool, resources/cassandra/bin/nodetool . (DSP-24431) +* Changed the MAX_HEAP_SIZE to avoid OOM errors with new Java 11 Garbage Collector. The change is done in the following scrips: `bin/dse`, `bin/dsetool`, `resources/cassandra/bin/nodetool`. (DSP-24431) ## 6.9.4 DSE Docker * Changed DSE 6.9 images to load the OSS Management API as a Java Agent. As of DSE 6.9.3, the outdated in-tree Management API has been removed, and the OSS Management API has been bundled to replace it. (DSP-24564)