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

   ## What changes were proposed in this pull request?
   The DN pending deletion API is fetched with limit=15, returning pending 
block size data for at most 15 datanodes. However, the node-selector dropdown 
on the Capacity page was populated from storageDistribution, which returns all 
datanodes in the cluster. This caused a mismatch: the dropdown could list nodes 
for which no pending deletion data existed, while the nodes actually covered by 
the API response might be missing from the dropdown. Selecting such a node 
would show a pending block size of zero regardless of the actual value.
   
   Corrected two broken regex patterns that did not match the actual rendered 
text, updated totalReplicatedBlockSize to 3072 (= 3× totalBlocksize, consistent 
with Ratis RF3), and adjusted the dependent numeric assertions accordingly.
   
   Also fixed the polling issue found during testing the code.
   
   ## What is the link to the Apache JIRA
   
   HDDS-15679
   
   ## How was this patch tested?
   
   Tested manually.


-- 
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