There are substantial concurrent MappingDataflow executions which is causing failures due to throttling under Integration Runtime 'AutoResolveIntegrationRuntime'

Francisco Dominguez 386 Reputation points
2022-09-21T06:42:06.567+00:00

Hi,

I'm having the error above:

There are substantial concurrent MappingDataflow executions which is causing failures due to throttling under Integration Runtime 'AutoResolveIntegrationRuntime'

I have checked other questions asking the same, and they all suggest to run my pipelines at different trigger times. The issue is that I'm online running one pipeline, and I'm even using a debug session, not a trigger.

Is there anything wrong on the service?

Regards,
Francisco.

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,843 questions
0 comments No comments
{count} vote

3 answers

Sort by: Most helpful
  1. Bhargava-MSFT 31,116 Reputation points Microsoft Employee
    2022-09-22T18:56:53.377+00:00

    Hello @Francisco Dominguez ,

    Welcome to the MS Q&A platform.

    Please correct me if my understanding is wrong. You are running a debug session on a pipeline with dataflow and getting a throttling error.

    You will generally see the error when the parallel data flows go beyond the max value.

    Could you please let me know if this is a new pipeline? Did it succeed at any time(intermittent or failing every time)? When did you notice the issue for the first time?

    If you are seeing this error message consistently,

    Can you please create a new integration runtime, and split your pipelines across multiple integration runtimes, and see if it resolves the issue

    Here are the details regarding this error message from the documentation page.

    Error message:

    Type=Microsoft.DataTransfer.Execution.Core.ExecutionException,Message=There are substantial concurrent MappingDataflow executions which is causing failures due to throttling under Integration Runtime 'AutoResolveIntegrationRuntime'.

    Cause

    You've reached the integration runtime's capacity limit. You might be running a large amount of data flow by using the same integration runtime at the same time. See Azure subscription and service limits, quotas, and constraints for details.

    Resolution

    Run your pipelines at different trigger times.
    Create a new integration runtime, and split your pipelines across multiple integration runtimes.

    I hope this helps.

    https://learn.microsoft.com/en-us/azure/data-factory/pipeline-trigger-troubleshoot-guide#a-pipeline-run-fails-when-you-reach-the-capacity-limit-of-the-integration-runtime

    ------------------------------

    • Please don't forget to click on 130616-image.png or upvote 130671-image.png button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is how
    • Want a reminder to come back and check responses? Here is how to subscribe to a notification
    • If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators
    1 person found this answer helpful.

  2. Adf2023 10 Reputation points
    2023-01-30T22:30:14.9966667+00:00

    I am having same issues. I tried all workaround above. Nothing fixed the issue.


  3. Ashir Khan 0 Reputation points
    2024-09-19T14:57:09.6366667+00:00

    Hi,

    Recently I faced an issue In the dataflow

    Internal Server Error in Synapse batch operation: WorkspaceType:<ADF> CCID:<>] MaxClusterCreationAttempts=[3] Attempt=[0] ComputeNodeSize=[Small] ClusterId=AdlaResourceId=[] [Creation] -> [Cleanup]. The cluster creation has failed more than the [3] of times. IsTimeout=[True] IsTerminal=[False] IsRetryable=[True] ErrorType=[None] ErrorMessage=[]'.

    After a few days I got this error now:

    There are substantial concurrent MappingDataflow executions which is causing failures due to throttling under the Integration Runtime.

    It comes randomly, I change the dataflow runtime but it didn't work.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.