bharatviswa504 opened a new pull request #1660: URL: https://github.com/apache/ozone/pull/1660
## What changes were proposed in this pull request? Remove refreshPipeline in listKeys implementation. For client for list Keys, it needs basic info KeyName, replication type factor, etc., For more refer OzoneKey class. As RpcClient is returning only info like KeyName, length, replication type, factor, modificationTime, creationTime. So we don't really need an extra param, as previously even though server sent pipelineInfo it is not used/returned to the client. So we don't need extra param, we can remove refresh pipeline in OM Server. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-4537 ## How was this patch tested? Existing 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
