Skip to content

Commit 0b24bf9

Browse files
Apply suggestions from code review
Co-authored-by: Ethan Rose <33912936+errose28@users.noreply.github.com>
1 parent 78d11ba commit 0b24bf9

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

hadoop-hdds/docs/content/design/storage-distribution.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)