[
https://issues.apache.org/jira/browse/IGNITE-22253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Maksim Timonin updated IGNITE-22253:
------------------------------------
Description:
Command should do a few things:
# Reset WAL state
# Reset CDC mode state
# Clear all state files (cache, types...)
was:
Users cleans cdc directory with `rm -rf` that might delete system files and
break CDC pipeline.
Users goal is to clean segments as they require disk space while a cdc receiver
is off. Steps are as the following:
# Disable CDC by setting the flag cdc.disabled = true
# Remove the segments.
# Await while the receiver come back.
# Set cdc.disabled = false
# Resend whole data with the `resend` command.
We need a control.sh command to clean the directory. Should the command disable
CDC also?
> Add a command to reset CDC to default settings
> ----------------------------------------------
>
> Key: IGNITE-22253
> URL: https://issues.apache.org/jira/browse/IGNITE-22253
> Project: Ignite
> Issue Type: Improvement
> Reporter: Maksim Timonin
> Assignee: Maksim Timonin
> Priority: Major
> Labels: ise
> Fix For: 2.18
>
>
> Command should do a few things:
> # Reset WAL state
> # Reset CDC mode state
> # Clear all state files (cache, types...)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)