Cassandra Documentation

Version:

You are viewing the documentation for a prerelease version.

setautorepairconfig

Usage

NAME
        nodetool setautorepairconfig - sets the autorepair configuration

SYNOPSIS
        nodetool [(-h <host> | --host <host>)] [(-p <port> | --port <port>)]
                [(-pp | --print-port)] [(-pw <password> | --password <password>)]
                [(-pwf <passwordFilePath> | --password-file <passwordFilePath>)]
                [(-u <username> | --username <username>)] setautorepairconfig
                [(-t <repair type> | --repair-type <repair type>)] [--]
                <autorepairparam> <value>

OPTIONS
        -h <host>, --host <host>
            Node hostname or ip address

        -p <port>, --port <port>
            Remote jmx agent port number

        -pp, --print-port
            Operate in 4.0 mode with hosts disambiguated by port number

        -pw <password>, --password <password>
            Remote jmx agent password

        -pwf <passwordFilePath>, --password-file <passwordFilePath>
            Path to the JMX password file

        -t <repair type>, --repair-type <repair type>
            Repair type

        -u <username>, --username <username>
            Remote jmx agent username

        --
            This option can be used to separate command-line options from the
            list of argument, (useful when arguments might be mistaken for
            command-line options

        <autorepairparam> <value>
            autorepair param and value. Possible autorepair parameters are as
            following: [start_scheduler|number_of_repair_threads|min_repair_interval|sstable_upper_threshold|enabled|table_max_repair_time|priority_hosts|forcerepair_hosts|ignore_dcs|history_clear_delete_hosts_buffer_interval|repair_primary_token_range_only|parallel_repair_count|parallel_repair_percentage|allow_parallel_replica_repair|allow_parallel_repair_across_schedules|materialized_view_repair_enabled|repair_max_retries|repair_retry_backoff|repair_session_timeout|min_repair_task_duration|repair_by_keyspace|mixed_major_version_repair_enabled|token_range_splitter.<property>]