nodetool pausehandoff — 힌트 전달 일시 중지
nodetool pausehandoff — 힌트 전달 일시 중지
pausehandoff 명령은 힌트(hint) 전달 과정을 일시 중지하는 nodetool 명령이에요. 잠시 힌트 전달을 멈추고 싶을 때 씁니다. 다시 재개하려면 resumehandoff를 사용해요.
본문
이 명령은 노드의 힌트 전달 프로세스를 일시 중지해요. 중지된 동안에는 힌트가 전달되지 않고 쌓이게 됩니다. 전달을 다시 시작하려면 resumehandoff 명령을 실행하세요.
원문의 사용법은 다음과 같습니다.
NAME
nodetool pausehandoff - Pause hints delivery process
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>)] pausehandoff
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
이 명령은 인자를 받지 않는 단순 명령이라, 표준 연결 옵션만 사용해요.
-h <host>, --host <host>— 대상 노드의 호스트명 또는 IP 주소를 지정해요.-p <port>, --port <port>— 원격 JMX 에이전트 포트 번호를 지정해요.-pp, --print-port— 호스트를 포트 번호로 구분하는 4.0 모드로 동작해요.-pw <password>, --password <password>— 원격 JMX 에이전트 비밀번호를 지정해요.-pwf <passwordFilePath>, --password-file <passwordFilePath>— JMX 비밀번호 파일의 경로를 지정해요.-u <username>, --username <username>— 원격 JMX 에이전트 사용자 이름을 지정해요.
더 알아보기
- nodetool resumehandoff — 힌트 전달 재개
- nodetool disablehandoff — 힌트 저장 비활성화