disablehandoff — 힌티드 핸드오프 저장 비활성화

disablehandoff — 힌티드 핸드오프 저장 비활성화

nodetool disablehandoff 명령은 힌티드 핸드오프(hinted handoff) 저장을 비활성화하는 명령이에요.

출처: nodetool disablehandoff

본문

disablehandoff은 노드가 다운된 사이의 쓰기를 힌트로 저장해 두는 힌티드 핸드오프 메커니즘을 끄는 명령이에요. 데이터 일관성 관리를 위해 일시적으로 끌 때 사용해요. 아래는 완전한 사용법이에요.

NAME
        nodetool disablehandoff - Disable storing hinted handoffs

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>)] disablehandoff

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

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

더 알아보기 (Learn more)