MetricSign
Start free
High severityconfigurationAzure Data Factory

ADF Pipeline Error:
ADF Pipeline Error 3251

What does this error mean?

Pool heeft onvoldoende resources beschikbaar om de pipeline-activiteit uit te voeren.

Common causes

  • 1Pool heeft de maximale vCore-capaciteit bereikt door gelijktijdig draaiende jobs
  • 2Aangevraagde vCores per activiteit overschrijden de beschikbare pool-grootte
  • 3Pool max size is te laag geconfigureerd voor de huidige workload
  • 4Andere pipelines of notebooks blokkeren resources op dezelfde pool

How to fix it

  1. 1Identificeer en beëindig draaiende jobs in dezelfde pool via Azure Portal → Synapse/ADF Monitor → Apache Spark applications of SQL requests.
  2. 2Verlaag het aantal aangevraagde vCores (driver/executor sizing of node count) in de pipeline-activiteit of notebook-config.
  3. 3Verhoog de maximum pool size in de pool-instellingen als de workload structureel groter is dan de huidige limiet.
  4. 4Wijs de activiteit toe aan een andere pool met vrije capaciteit, of splits zware pipelines naar een dedicated pool.
  5. 5Hertrigger de pipeline run nadat capaciteit is vrijgemaakt of de pool is opgeschaald.

Frequently asked questions

What causes ADF Pipeline Error 3251?

Pipeline configuration or connectivity issue

Where can I find more details?

Open Azure Data Factory Monitor, find the failed run, click on the activity, and view the full error output in the Output tab.

Source · learn.microsoft.com/en-us/azure/data-factory/data-factory-troubleshoot-guide#error-code-3251

Other configuration errors