diff --git a/modules/core/src/main/java/org/apache/ignite/internal/management/cdc/CdcDeleteLostSegmentLinksCommand.java b/modules/core/src/main/java/org/apache/ignite/internal/management/cdc/CdcDeleteLostSegmentLinksCommand.java index 64e9262344fce..2655e7cfea16b 100644 --- a/modules/core/src/main/java/org/apache/ignite/internal/management/cdc/CdcDeleteLostSegmentLinksCommand.java +++ b/modules/core/src/main/java/org/apache/ignite/internal/management/cdc/CdcDeleteLostSegmentLinksCommand.java @@ -35,7 +35,8 @@ public class CdcDeleteLostSegmentLinksCommand implements ComputeCommand { /** {@inheritDoc} */ @Override public String description() { - return "Delete lost segment CDC links. For in-memory CDC, also reset the state to the last CDC disabled record"; + return "Delete lost segment CDC links. For in-memory mode state will be reset to the first record written " + + "after CDC enable again"; } /** {@inheritDoc} */ diff --git a/modules/core/src/test/resources/org.apache.ignite.util/GridCommandHandlerClusterByClassTest_help.output b/modules/core/src/test/resources/org.apache.ignite.util/GridCommandHandlerClusterByClassTest_help.output index b99e84c07f214..1079fc6f81293 100644 --- a/modules/core/src/test/resources/org.apache.ignite.util/GridCommandHandlerClusterByClassTest_help.output +++ b/modules/core/src/test/resources/org.apache.ignite.util/GridCommandHandlerClusterByClassTest_help.output @@ -383,7 +383,7 @@ If the file name isn't specified the output file name is: '.bin': control.(sh|bat) --consistency finalize [EXPERIMENTAL] - Delete lost segment CDC links. For in-memory CDC, also reset the state to the last CDC disabled record: + Delete lost segment CDC links. For in-memory mode state will be reset to the first record written after CDC enable again: control.(sh|bat) --cdc delete_lost_segment_links [--node-id node_id] [--yes] Parameters: diff --git a/modules/core/src/test/resources/org.apache.ignite.util/GridCommandHandlerClusterByClassWithSSLTest_help.output b/modules/core/src/test/resources/org.apache.ignite.util/GridCommandHandlerClusterByClassWithSSLTest_help.output index b99e84c07f214..1079fc6f81293 100644 --- a/modules/core/src/test/resources/org.apache.ignite.util/GridCommandHandlerClusterByClassWithSSLTest_help.output +++ b/modules/core/src/test/resources/org.apache.ignite.util/GridCommandHandlerClusterByClassWithSSLTest_help.output @@ -383,7 +383,7 @@ If the file name isn't specified the output file name is: '.bin': control.(sh|bat) --consistency finalize [EXPERIMENTAL] - Delete lost segment CDC links. For in-memory CDC, also reset the state to the last CDC disabled record: + Delete lost segment CDC links. For in-memory mode state will be reset to the first record written after CDC enable again: control.(sh|bat) --cdc delete_lost_segment_links [--node-id node_id] [--yes] Parameters: