File tree Expand file tree Collapse file tree
hadoop-hdds/docs/content/design Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -96,17 +96,17 @@ The Recon API will expose a single endpoint that returns a JSON object with the
9696
9797| Field | Type | Description |
9898| -----------------------| --------| --------------------------------------------------------|
99- | openKeysBytes | Long | Bytes currently held by open keys (not yet committed). |
100- | committedBytes | Long | Bytes committed to existing keys. |
101- | containerPreAllocated | Long | Pre-allocated space for open containers. |
102- | deletionPendingBytes | Object | Bytes pending deletion. |
99+ | openKeyBytes | Long | Bytes currently held by open keys (not yet committed). |
100+ | committedKeyBytes | Long | Bytes committed to existing keys. |
101+ | preAllocatedContainerBytes | Long | Pre-allocated space for open containers. |
102+ | pendingDeletionBytes | Object | Bytes pending deletion. |
103103
104104#### deletionPendingBytes Object
105105
106106| Field | Type | Description |
107107| ---------| --------| -------------------------------------------------|
108108| total | Long | Total bytes pending deletion across all stages. |
109- | byStage | Object | Breakdown of pending deletion bytes by stage . |
109+ | byComponent | Object | Breakdown of pending deletion bytes by component . |
110110
111111#### byStage Object
112112
You can’t perform that action at this time.
0 commit comments