Attila Doroszlai created HDDS-8929:
--------------------------------------

             Summary: Avoid list allocation for pipeline search
                 Key: HDDS-8929
                 URL: https://issues.apache.org/jira/browse/HDDS-8929
             Project: Apache Ozone
          Issue Type: Sub-task
          Components: SCM
            Reporter: Attila Doroszlai
            Assignee: Attila Doroszlai


{{Pipeline#equals}} includes equality of {{getNodes()}}, which wraps the set of 
nodes in a new {{ArrayList}} (defensive "copy").  This is unnecessary, we can 
compare the underlying {{Set}}.



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