maobaolong commented on pull request #929: URL: https://github.com/apache/hadoop-ozone/pull/929#issuecomment-629728685
@xiaoyuyao Thanks for review my PR. `ozone.scm.ratis.pipeline.limit` is different with `ozone.scm.pipeline.creation.auto.limit`. - `ozone.scm.ratis.pipeline.limit` is the total limit, if achieve this limit, no more pipeline would be created. - `ozone.scm.pipeline.creation.auto.limit` is a limitation for `BackgroundPipelineCreator`, before `BackgroundPipelineCreator` want to create a pipeline periodically, it will check if the count of current available pipeline achieve the `ozone.scm.pipeline.creation.auto.limit`, if achieved already, `BackgroundPipelineCreator` will skip this loop. ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: ozone-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: ozone-issues-h...@hadoop.apache.org