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

   ## What changes were proposed in this pull request?
   
   * Identify non-shaded protobuf message classes used in @Replicate method 
parameters and register them with 
`ScmNonShadedGeneratedMessageCodec<>(T.parser())`, including element types used 
in collection parameters such as `List<T>`.
   * Based on this investigation, no classes implementing 
`org.apache.ratis.thirdparty.com.google.protobuf.Message` were found.
   * Therefore the generic codec registration codecs.put(Message.class, new 
`ScmGeneratedMessageCodec())` is removed.
   * Change `ScmNonShadedGeneratedMessageCodec` to support generic type
   * Add a `ScmNonShadedGeneratedMessageCodec` for each proto class.
   
   ## What is the link to the Apache JIRA
   https://issues.apache.org/jira/browse/HDDS-14748
   ## How was this patch tested?
   - All CI checks passed
      - https://github.com/Russole/ozone/actions/runs/22728755676


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