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

   ## What changes were proposed in this pull request?
   
   The block file path is incorrect for some nodes sometimes. All paths are the 
same (in the same data disks) in all the nodes, but in actuality, some of the 
nodes have the block path in different data disks. The problem is due to 
readContainer reading from the first node of the pipeline. If paths(storage 
dir) are different for different DN, then the tool needs to query every DN 
instead of just the first node similar to getBlockFromAllNodes.
   So, we are querying every data node present in the pipeline to get the block 
information to display correct block paths.
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-9356
   
   ## 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