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

   ## What changes were proposed in this pull request?
   
   ozone debug print-log-dag has a few implementation issues:
   
   The command goes over the network, but writes the resulting graph locally to 
the server
   The command requires the OM to be online, which may not be the case if it 
has crashed or we are examining disk state we received from a cluster we cannot 
access
   
   Like other debug commands, This PR makes make this run only on the disk 
state present on OM. The OM process may be running while this is happening, but 
this is not required.
   
   Most of the changes are of code refactoring to reduce code duplication 
between the command and RocksDBCheckpointDiffer.
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-12053
   
   ## How was this patch tested?
   
   Tested manually using the tools jar created. The dag is obtained:
   
![dag1001](https://github.com/user-attachments/assets/19a58462-9c48-43bb-8ef7-3d9305a27419)
   
   


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