sodonnel commented on PR #4922: URL: https://github.com/apache/ozone/pull/4922#issuecomment-1597675745
> So you mean that one EC pipeline only maps to one EC container? Does that mean that the owner should be on the pipeline, instead of the container level? Yes, a pipeline is created and a container assigned immediately. When that container is full, the pipeline and container are both closed. EC pipelines creation is cheap, as its really just picking a set of nodes to use. There are also limits on the number of EC pipelines. An EC key for 3-2 cannot go into the same container as a 6-3 container, so there is a group of pipelines per EC scheme. If we add owner, then there will need to be a group of pipelines per owner and per EC scheme, so each owner would double the EC pipelines and potentially open containers in the system. That is why we should question if the separation is really needed before jumping into doing it. -- 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]
