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

   ## What changes were proposed in this pull request?
   
   Implement debug subcommand to show Ozone internal component versions like:
   
   ```
   $ ozone debug version
   {
     "client" : {
       "name" : "BUCKET_LAYOUT_SUPPORT",
       "protoValue" : 3
     },
     "datanode" : {
       "name" : "COMBINED_PUTBLOCK_WRITECHUNK_RPC",
       "protoValue" : 2
     },
     "om" : {
       "name" : "S3_OBJECT_TAGGING_API",
       "protoValue" : 9
     }
   }
   ```
   
   It can be used in compatibility tests to help validate not only releases, 
but any specific commit.  (Of course this will require further changes in the 
tests.)
   
   https://issues.apache.org/jira/browse/HDDS-11740
   
   ## How was this patch tested?
   
   Added basic test case to exercise the command in acceptance tests.
   
   CI:
   https://github.com/adoroszlai/ozone/actions/runs/11881652506


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