tanvipenumudy opened a new pull request, #6368: URL: https://github.com/apache/ozone/pull/6368
## What changes were proposed in this pull request? 1. The changes introduced in PR: [#5391](https://github.com/apache/ozone/pull/5391) involve reconstructing the hierarchical cluster tree object that represents the network topology on the Ozone Manager side. 2. Under the NetworkTopology class, various operations employ the **`==`/`!=`** operator for comparison. 3. However, this comparator needs to be modified to utilize the InnerNode#equals method instead. This adjustment is required as certain use cases, as described in **`1`**., involve object reconstruction necessitating custom equality comparisons based on individual object attributes. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-10507 ## How was this patch tested? -- 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]
