Pending deletions

Because Ozone handles deletion asynchronously, this Pending Deletion widget provides transparency into the multi-stage data deletion pipeline. It tracks how deletion requests flow from the Ozone Manager (OM) down to physical removal on the DataNodes.

Figure 1. Pending deletions

The Pending Deletion widget breaks down pending data deletions across three system components:

  • Ozone Manager (OM): Keys or directories deleted by the client, but whose underlying blocks have not yet been processed by the Storage Container Manager (SCM).
  • Storage Container Manager: Blocks that SCM has identified as ready for deletion and is actively commanding DataNodes to remove.
  • DataNodes: Blocks currently queued on individual DataNodes waiting for physical disk deletion.