priyeshkaratha opened a new pull request, #9250:
URL: https://github.com/apache/ozone/pull/9250

   ## What changes were proposed in this pull request?
   The PR adds support in Recon to expose information regarding multipart 
upload (MPU) keys or files that are still in progress or uncommitted. Its 
already merged and tested in feature branch.
   
   - As of today, the Recon Overview Page - Open Keys Summary Tile shows the 
summary of open key / file entries (count / unreplicated size / replicated 
size) based on `OpenKeyTable` and `OpenFileTable`, but does not include data 
from `MultipartInfoTable`.
   - This change introduces a new endpoint, GET 
`/api/v1/keys/open/mpu/summary`, which exposes the MPU-related key / file 
information from the MultipartInfoTable.
   - The total size of open (uncommitted) keys and files can be derived by 
combining entries from the `OpenKeyTable`, `OpenFileTable`, and 
`MultipartInfoTable`.
   
   ## What is the link to the Apache JIRA
   
   [HDDS-13187](https://issues.apache.org/jira/browse/HDDS-13187)
   
   (Please replace this section with the link to the Apache JIRA)
   
   ## How was this patch tested?
   CI is success. Tested using unit testcases.
   other test details can be found here - 
https://github.com/apache/ozone/pull/8651


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to