Was this page helpful?
Nodetool tasks¶
tasks - Nodetool supercommand for managing task manager tasks.
Task manager is an API-based tool for tracking long-running background operations, such as repair or compaction, which makes them observable and controllable. Task manager operates per node.
Task Status Retention¶
When a task completes, its status is temporarily stored on the executing node
Status information is retained for up to
task_ttl_in_seconds
seconds
Supported tasks suboperations¶
abort - Aborts the task.
drain - Unregisters all finished local tasks.
list - Lists tasks in the module.
modules - Lists supported modules.
status - Gets status of the task.
tree - Gets statuses of the task and all its descendants.
ttl - Gets or sets task_ttl value.
wait - Waits for the task and gets its status.