From 62ef6ca2064d0496bf9a88468f04d308b9558f1f Mon Sep 17 00:00:00 2001 From: Serdar Ozmen Date: Wed, 3 Apr 2024 10:36:15 +0300 Subject: [PATCH] Adding RN for Platform 5.3.7 (#1062) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Adding DMT command reference content to 5.3 * Replace Helm Chart redirection with Operator one (#1003) (cherry picked from commit da0b845e6819e5f7331a18a0628a4ce0e715cea0) * Fixing unresolved link (#1019) (cherry picked from commit 8b1fc5b9c0ed3f930eec9da8164a604077e53486) * Minor update (jobId -> jobName) (#1028) As per https://github.com/hazelcast/hazelcast/pull/23744/files (cherry picked from commit 03e8f69f16301481027147d68f77d86d67408596) * Fixes DOCS-687 (#1044) * Fixes DOCS-687 https://hazelcast.atlassian.net/browse/DOCS-687?atlOrigin=eyJpIjoiOGZhYzQyY2ExNzgwNGFhMTlmYWIwNzg1Njc1YTJjYjAiLCJwIjoiaiJ9 * Update docs/modules/data-structures/pages/preventing-out-of-memory.adoc Co-authored-by: rebekah-lawrence <142301480+rebekah-lawrence@users.noreply.github.com> --------- Co-authored-by: rebekah-lawrence <142301480+rebekah-lawrence@users.noreply.github.com> (cherry picked from commit 1d923477658e522c3ce9cdd609d02c719a2d4153) * Add data structure metadata notice to Persistence overview. (#1046) * Add data structure metadata notice to Persistence overview. * Update docs/modules/storage/pages/persistence.adoc Co-authored-by: rebekah-lawrence <142301480+rebekah-lawrence@users.noreply.github.com> * Update docs/modules/storage/pages/persistence.adoc Co-authored-by: rebekah-lawrence <142301480+rebekah-lawrence@users.noreply.github.com> * Update docs/modules/storage/pages/persistence.adoc Co-authored-by: rebekah-lawrence <142301480+rebekah-lawrence@users.noreply.github.com> * Update docs/modules/storage/pages/persistence.adoc Co-authored-by: rebekah-lawrence <142301480+rebekah-lawrence@users.noreply.github.com> * Update docs/modules/storage/pages/persistence.adoc Co-authored-by: rebekah-lawrence <142301480+rebekah-lawrence@users.noreply.github.com> --------- Co-authored-by: rebekah-lawrence <142301480+rebekah-lawrence@users.noreply.github.com> (cherry picked from commit 302533b3c575bca59938d6199bb6bea03cf95ca7) * Fixes DOCS-834 (#1054) Also improved the whole WAN replication content for consistency. (cherry picked from commit e977c3fd794701c91edea9aa4b53193c86f87df0) * Fixes DOCS-837 (#1056) * Fixes DOCS-837 As per https://hazelcast.slack.com/archives/C035HQET5/p1710171595222679 * Update docs/modules/pipelines/pages/configuring-jobs.adoc Co-authored-by: Krzysztof Jamróz <79092062+k-jamroz@users.noreply.github.com> * Clarify "0" for userCanceled job metrics. * Addressing review comments. * Linking job monitoring and jot metrics topics. --------- Co-authored-by: Krzysztof Jamróz <79092062+k-jamroz@users.noreply.github.com> (cherry picked from commit 8021b8bd7feed04311c588b498f648f214a9ed43) * Adding RN for Platform 5.3.7 --------- Co-authored-by: Hasan Çelik --- docs/modules/ROOT/nav.adoc | 1 + .../migrate/pages/dmt-command-reference.adoc | 45 +------------------ docs/modules/release-notes/pages/5-3-7.adoc | 11 +++++ .../modules/release-notes/pages/releases.adoc | 1 + 4 files changed, 15 insertions(+), 43 deletions(-) create mode 100644 docs/modules/release-notes/pages/5-3-7.adoc diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc index 7d16dff84..1783a3077 100644 --- a/docs/modules/ROOT/nav.adoc +++ b/docs/modules/ROOT/nav.adoc @@ -109,6 +109,7 @@ include::architecture:partial$nav.adoc[] .Release Notes * xref:release-notes:releases.adoc[Releases] +** xref:release-notes:5-3-7.adoc[5.3.7] ** xref:release-notes:5-3-6.adoc[5.3.6] ** xref:release-notes:5-3-5.adoc[5.3.5] ** xref:release-notes:5-3-2.adoc[5.3.2] diff --git a/docs/modules/migrate/pages/dmt-command-reference.adoc b/docs/modules/migrate/pages/dmt-command-reference.adoc index c7b2dcaff..bea0a582b 100644 --- a/docs/modules/migrate/pages/dmt-command-reference.adoc +++ b/docs/modules/migrate/pages/dmt-command-reference.adoc @@ -1,16 +1,14 @@ = DMT Command Reference -The DMT commands allow you to manage your migration. DMT extends CLC, and uses the same the configuration. For further information on the configuration. refer to the https://docs.hazelcast.com/clc/latest/configuration[Configuration for Hazelcast CLC,window=_blank] topic in the CLC documentation. DMT adds migration configuration, which is provided as a path to the migration config folder. +The DMT commands allow you to manage your migration. The DMT commands have the following format: [source,bash] ---- -dmt [command] [dmt-config-path] [flags] +dmt [command] [flags] ---- -[dmt-config-path] is the path of the "migration_config" folder that includes your migration config, which is explained in xref:migrate:data-migration-tool.adoc[Using the Data Migration Tool] section. - == Commands * <> @@ -44,12 +42,6 @@ Parameters: |Optional |If set, the migration starts immediately, without any confirmation. |`false` - -|`--config` -|Required if no named config has been added -|The configuration for connecting to the migration cluster. This can be omitted if a named config has been added. -|See CLC configuration https://docs.hazelcast.com/clc/latest/configuration[page] to learn more about how DMT will choose a named configuration if this flag was not provided. - |=== == dmt status @@ -73,12 +65,6 @@ Parameters: |Optional |Output directory for the migration report. |Current working directory - -|`--config` -|Required if no named config has been added -|The configuration for connecting to the migration cluster. This can be omitted if a named config has been added. -|See CLC configuration https://docs.hazelcast.com/clc/latest/configuration[page] to learn more about how DMT will choose a named configuration if this flag was not provided. - |=== == dmt cancel @@ -92,19 +78,6 @@ Usage: dmt cancel ---- -Parameters: - -[cols="1m,1a,2a,1a"] -|=== -|Parameter|Required|Description|Default - -|`--config` -|Required if no named config has been added -|The configuration for connecting to the migration cluster. This can be omitted if a named config has been added. -|See CLC configuration https://docs.hazelcast.com/clc/latest/configuration[page] to learn more about how DMT will choose a named configuration if this flag was not provided. - -|=== - == dmt estimate Estimates the duration of the migration using the specified configuration. @@ -115,17 +88,3 @@ Usage: ---- dmt estimate [dmt-config-path] ---- - - -Parameters: - -[cols="1m,1a,2a,1a"] -|=== -|Parameter|Required|Description|Default - -|`--config` -|Required if no named config has been added -|The configuration for connecting to the migration cluster. This can be omitted if a named config has been added. -|See CLC configuration https://docs.hazelcast.com/clc/latest/configuration[page] to learn more about how DMT will choose a named configuration if this flag was not provided. - -|=== diff --git a/docs/modules/release-notes/pages/5-3-7.adoc b/docs/modules/release-notes/pages/5-3-7.adoc new file mode 100644 index 000000000..567ed2e32 --- /dev/null +++ b/docs/modules/release-notes/pages/5-3-7.adoc @@ -0,0 +1,11 @@ += 5.3.7 Release Notes + +== Enhancements + +* Improved the time spent on the first partition migration, in case a new member joins a cluster with high partition count. [#1201] +* Updated the versions of following dependencies: +** gRPC to 1.60.0 +** Jetty to 9.4.53.v20231009 +** AWS SDK to 1.12.688 ++ +[#1207], [#1208], [#1209] diff --git a/docs/modules/release-notes/pages/releases.adoc b/docs/modules/release-notes/pages/releases.adoc index 63e956c63..50365ed79 100644 --- a/docs/modules/release-notes/pages/releases.adoc +++ b/docs/modules/release-notes/pages/releases.adoc @@ -1,5 +1,6 @@ = Hazelcast Platform 5.3.X Release Notes +- xref:5-3-7.adoc[5.3.7] - xref:5-3-6.adoc[5.3.6] - xref:5-3-5.adoc[5.3.5] - xref:5-3-2.adoc[5.3.2]