Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
If ozone.replication.type is EC, background pipeline creator will not create any pipeline for ratis. When a block allocate request comes to the SCM, the SCM will try to find an existing container to allocate the block. If it is not able to find a suitable container this will lead to creating a ratis container on the fly. While trying to create a container it will look for existing pipelines in the system and if there is no pipeline, a pipeline will be created and if there is only a single pipeline in the system, the same pipeline will be used to create a container over and over again for all blocks. This will happen till the DN doesn't run out of space and another pipeline would be created. But this would lead to writes getting choked to just 3 nodes at a time.