ArafatKhan2198 commented on PR #4940: URL: https://github.com/apache/ozone/pull/4940#issuecomment-1601019985
@devmadhuu @smitajoshi12 <p>Regarding point number 3, the data shown in the earlier screenshots on the UI was just dummy data and not from an actual cluster. However, I have now verified the API calls with real cluster data, and they are functioning correctly. The <code>getKeysForContainer()</code> API called on the expansion box accurately lists the keys present in the specific container.</p> <p>For point number 4, dummy data has once again been used.</p> <p>Regarding point number 5, I have suggested some changes in the table structure, including additions and modifications. The table now should display the following columns mapped to their respective JSON attributes:</p> JSON Response Attribute | Table Column Name -- | -- fileName | Key Name keyName | Path creationTime | Creation Time Sum of dataSize attribute of each object in omKeyInfoList | Total Data Size Count of all keys inside omKeyInfoList | Total Keys <p>Furthermore, I have suggested an expansion button where the details of the keys present in each <code>omKeyInfoList</code> (unique to every record in the table) will be shown.</p> <p><strong>Expanded Table for Each Row ➖</strong></p> Key Data Size | Replicated Data Size | Creation Time | Modification Time -- | -- | -- | -- dataSize | replicatedSize | creationTime | modificationTime -- 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]
