swamirishi opened a new pull request, #7418: URL: https://github.com/apache/ozone/pull/7418
## What changes were proposed in this pull request? Currently there is no validation of the DatanodeID that happens when a ContainerCommandRequest is fired on a datanode. There should be a check in place added to verify if the client is trying interact with the correct datanode since datanodeID is the primary identifier for a datanode in Ozone system. This check should also be performed when a datanode also rejoins an existing raft group pipeline on startup. Basically checking if the datanodeID is present in the peer list of the group on statemachine initialize. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-11667 ## How was this patch tested? Unit tests and integration tests -- 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]
