Attila Doroszlai created HDDS-14170:
---------------------------------------

             Summary: No need to copy BucketEncryptionKeyInfo and 
DefaultReplicationConfig
                 Key: HDDS-14170
                 URL: https://issues.apache.org/jira/browse/HDDS-14170
             Project: Apache Ozone
          Issue Type: Sub-task
          Components: common
            Reporter: Attila Doroszlai


{{OmBucketInfo#copyObject}} unnecessarily creates copies of 
{{BucketEncryptionKeyInfo}} and {{DefaultReplicationConfig}}, neither of which 
has any mutable state.

- Simplify {{OmBucketInfo#copyObject}} implementation as {{toBuilder().build()}}
- Delete {{copy()}} in both classes
- Annotate {{BucketEncryptionKeyInfo}} as {{@Immutable}}
- Implement {{equals()}} and {{hashCode()}} in {{BucketEncryptionKeyInfo}}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to