nodetool settimeout

Set the specified timeout in milliseconds, or 0 to disable timeout.

Synopsis

Set the specified timeout in milliseconds, or 0 to disable timeout. (Cassandra 3.4 and later).

C:\> %CASSANDRA_HOME%\bin\nodetool [options] settimeout [--] <timeout_type> <timeout_in_ms>
Options
Short Long Description
-h --host Hostname or IP address.
-p --port Port number.
-pwf --password-file Password file path.
-pw --password Password.
-u --username Remote JMX agent username.
timeout_type Type of timeout. Type should be one of read, range, write, counterwrite, cascontention, truncate, streamingsocket, misc (general rpc_timeout_in_ms).
timeout_in_ms Timeout in in milliseconds. To disable socket streaming, set to 0.
-- Separates an option from an argument that could be mistaken for a option.
Note:
  • If a username and password for RMI authentication are set explicitly in the cassandra-env.ps1 file for the host, then you must specify credentials.
  • -- separates an option and argument that could be mistaken for a option.
  • The timeout type:
    • read
    • range
    • write
    • counterwrite
    • cascontention
    • truncate
    • streamingsocket
    • misc, such as general rpc_timeout_in_ms

Description

The nodetool gettimeout command sets the specified timeout in milliseconds. Use "0" to disable a timeout. Several timeouts are available.

Examples

C:\> %CASSANDRA_HOME%\bin\nodetool -u cassandra -pw cassandra settimeout read 100
The location of the cassandra-env.ps1 is:
Windows 3.0 installations C:\Program Files\DataStax Community\apache-cassandra\conf\cassandra-env.ps1
Windows 3.x installations C:\Program Files\DataStax-DDC\apache-cassandra\conf\cassandra-env.ps1
CASSANDRA_HOME
Windows 3.0 installations C:\Program Files\Datastax Community\apache-cassandra\
Windows 3.x installations C:\Program Files\Datastax-DDC\apache-cassandra\
On a standard Windows installation, the installation wizard creates %CASSANDRA_HOME% as an environment variable.