sodonnel commented on PR #4955: URL: https://github.com/apache/ozone/pull/4955#issuecomment-1605995936
@guohao-rosicky We really need to profile the code to see the hot spots before jumping into solutions. As it stands we don't know: 1. If the problem is too few pipelines - see my comment on the Jira about this. 2. Around pipelines creation time (which could be made worse by too few pipelines) 3. Selecting pipelines from the open set If you could reproduce your test with the async profiler attached to SCM, it would be a great help. If it difficult to profile this in a simulation, as the need to open pipelines is driven by pipelines filling and closing, so it really needs a workload on a real cluster. -- 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]
