Skip to content

Commit

Permalink
review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
NSAmelchev committed Jul 4, 2023
1 parent 2cc9e37 commit f56edd7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
public class CdcDeleteLostSegmentLinksCommand implements ComputeCommand<CdcDeleteLostSegmentLinksCommandArg, Void> {
/** {@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} */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ If the file name isn't specified the output file name is: '<typeId>.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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ If the file name isn't specified the output file name is: '<typeId>.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:
Expand Down

0 comments on commit f56edd7

Please sign in to comment.