Skip to content

Commit

Permalink
Adding RN for Platform 5.3.7 (#1062)
Browse files Browse the repository at this point in the history
* Adding DMT command reference content to 5.3

* Replace Helm Chart redirection with Operator one (#1003)

(cherry picked from commit da0b845)

* Fixing unresolved link (#1019)

(cherry picked from commit 8b1fc5b)

* Minor update (jobId -> jobName) (#1028)

As per https://github.com/hazelcast/hazelcast/pull/23744/files

(cherry picked from commit 03e8f69)

* 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 <[email protected]>

---------

Co-authored-by: rebekah-lawrence <[email protected]>
(cherry picked from commit 1d92347)

* 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 <[email protected]>

* Update docs/modules/storage/pages/persistence.adoc

Co-authored-by: rebekah-lawrence <[email protected]>

* Update docs/modules/storage/pages/persistence.adoc

Co-authored-by: rebekah-lawrence <[email protected]>

* Update docs/modules/storage/pages/persistence.adoc

Co-authored-by: rebekah-lawrence <[email protected]>

* Update docs/modules/storage/pages/persistence.adoc

Co-authored-by: rebekah-lawrence <[email protected]>

---------

Co-authored-by: rebekah-lawrence <[email protected]>
(cherry picked from commit 302533b)

* Fixes DOCS-834 (#1054)

Also improved the whole WAN replication content for consistency.

(cherry picked from commit e977c3f)

* 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 <[email protected]>

* Clarify "0" for userCanceled job metrics.

* Addressing review comments.

* Linking job monitoring and jot metrics topics.

---------

Co-authored-by: Krzysztof Jamróz <[email protected]>
(cherry picked from commit 8021b8b)

* Adding RN for Platform 5.3.7

---------

Co-authored-by: Hasan Çelik <[email protected]>
  • Loading branch information
Serdaro and hasancelik authored Apr 3, 2024
1 parent 0494b83 commit 62ef6ca
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 43 deletions.
1 change: 1 addition & 0 deletions docs/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
45 changes: 2 additions & 43 deletions docs/modules/migrate/pages/dmt-command-reference.adoc
Original file line number Diff line number Diff line change
@@ -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

* <<dmt start, dmt start>>
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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.
Expand All @@ -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.
|===
11 changes: 11 additions & 0 deletions docs/modules/release-notes/pages/5-3-7.adoc
Original file line number Diff line number Diff line change
@@ -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]
1 change: 1 addition & 0 deletions docs/modules/release-notes/pages/releases.adoc
Original file line number Diff line number Diff line change
@@ -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]
Expand Down

0 comments on commit 62ef6ca

Please sign in to comment.