cassandra_maxhintwindow -- Set the specified max hint window in ms.

Synopsis

Set the specified max hint window in ms.

Requirements

The below requirements are needed on the host that executes this module.

Parameters

value (True, int, None)
MS value to set the max hint window to.
host (optional, str, 127.0.0.1)
The hostname.
port (optional, int, 7199)
The Cassandra TCP port.
password (optional, str, None)
The password to authenticate with.
password_file (optional, str, None)
Path to a file containing the password.
username (optional, str, None)
The username to authenticate with.
nodetool_path (optional, str, None)
The path to nodetool.
nodetool_flags (optional, str, -Dcom.sun.jndi.rmiURLParsing=legacy)
Flags to pass to nodetool.
debug (optional, bool, False)
Enable additional debug output.

Examples

- name: Set max hint window with module
  cassandra_maxhintwindow:
    value: 10800000

Return Values

msg (success, str, )
A breif description of what happened

Status

Authors

  • Rhys Campbell (@rhysmeister)