Skip to content

Latest commit

 

History

History
42 lines (36 loc) · 1.83 KB

gted-grid-task-ended.adoc

File metadata and controls

42 lines (36 loc) · 1.83 KB
permalink sidebar keywords summary
audit/gted-grid-task-ended.html
sidebar
storagegrid, audit, message, GTED, Grid Task Ended
This audit message indicates that the CMN service has finished processing the specified grid task and has moved the task to the Historical table. If the result is SUCS, ABRT, or ROLF, there will be a corresponding Grid Task Started audit message. The other results indicate that processing of this grid task never started.

GTED: Grid Task Ended

This audit message indicates that the CMN service has finished processing the specified grid task and has moved the task to the Historical table. If the result is SUCS, ABRT, or ROLF, there will be a corresponding Grid Task Started audit message. The other results indicate that processing of this grid task never started.

Code Field Description

TSID

Task ID

This field uniquely identifies a generated grid task and allows the grid task to be managed over its lifecycle.

Note: The Task ID is assigned at the time that a grid task is generated, not the time that it is submitted. It is possible for a given grid task to be submitted multiple times, and in this case the Task ID field is not sufficient to uniquely link the Submitted, Started, and Ended audit messages.

RSLT

Result

The final status result of the grid task:

  • SUCS: The grid task completed successfully.

  • ABRT: The grid task was terminated without a rollback error.

  • ROLF: The grid task was terminated and was unable to complete the rollback process.

  • CANC: The grid task was canceled by the user before it was started.

  • EXPR: The grid task expired before it was started.

  • IVLD: The grid task was invalid.

  • AUTH: The grid task was unauthorized.

  • DUPL: The grid task was rejected as a duplicate.