JacksonYao287 commented on PR #3455: URL: https://github.com/apache/ozone/pull/3455#issuecomment-1196930808
thanks @lokeshj1703 for the review! >Do we want to balance EC containers using average EC utilization of DNs as well? containers of different type could be exist in the same datanode, so they should be equal for balancing and no need to distinguish them on utilization. the only difference is the target datanode is selected according to different placement policy, which is what this patch does >Does RM handle move for EC containers today in the move API? yes , move api is also not aware of the container type. it just send a replication command to target datanode and then send a deletion command to source datanode. no changes need to be carried out on move api. -- 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]
