You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/synapse-analytics/known-issues.md
+7-31Lines changed: 7 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,6 @@ To learn more about Azure Synapse Analytics, see the [Azure Synapse Analytics Ov
43
43
|Azure Synapse Workspace|[Known issue incorporating square brackets [] in the value of Tags](#known-issue-incorporating-square-brackets--in-the-value-of-tags)|Has workaround|
44
44
|Azure Synapse Workspace|[Deployment Failures in Synapse Workspace using Synapse-workspace-deployment v1.8.0 in GitHub actions with ARM templates](#deployment-failures-in-synapse-workspace-using-synapse-workspace-deployment-v180-in-github-actions-with-arm-templates)|Has workaround|
45
45
|Azure Synapse Workspace|[No `GET` API operation dedicated to the `Microsoft.Synapse/workspaces/trustedServiceBypassEnabled` setting](#no-get-api-operation-dedicated-to-the-microsoftsynapseworkspacestrustedservicebypassenabled-setting)|Has workaround|
46
-
|Azure Synapse Apache Spark pool|[Starting a Spark session (with custom python libraries) is taking longer than usual](#starting-a-spark-session-with-custom-python-libraries-is-taking-longer-than-usual)|Has mitigation|
47
46
48
47
49
48
## Azure Synapse Analytics dedicated SQL pool active known issues summary
@@ -309,36 +308,6 @@ ORDER BY [schema_name], [table_name], [column_name];
309
308
```
310
309
311
310
In addition to mitigating this issue, maintaining fresh statistics can improve overall query performance.
312
-
313
-
314
-
## Azure Synapse Apache Spark pool active known issues summary
315
-
316
-
### Starting a Spark session (with custom python libraries) is taking longer than usual
317
-
318
-
There is a known issue impacting session startup time when python libraries (requirements.txt or .whl) are attached to the spark pool. Customers will experience slow session startup times intermittently. This is impacting both Fabric and Synapse.
319
-
320
-
**Workaround**: The mitigation has been applied to following regions. With this mitigation, the session startup has been improved significantly, but might still be 1.5x slower than original baseline.
321
-
322
-
|Mitigated Synapse Regions|
323
-
|------------------------|
324
-
|PolandCentral|
325
-
|EastUS|
326
-
|EastUS2EUAP|
327
-
|SouthEastAsia|
328
-
|AustraliaEast|
329
-
|WestUS2|
330
-
|NorthEurope|
331
-
|SwedenCentral|
332
-
|WestUS3|
333
-
|QatarCentral|
334
-
|JioIndiaWest|
335
-
|SouthIndia|
336
-
|IsraelCentral|
337
-
|ItalyNorth|
338
-
|SwitzerlandWest|
339
-
|WestEurope|
340
-
341
-
342
311
343
312
## Recently closed known issues
344
313
@@ -349,6 +318,7 @@ There is a known issue impacting session startup time when python libraries (req
349
318
|Azure Synapse Apache Spark pool|[Failed to write to SQL Dedicated Pool from Synapse Spark using Azure Synapse dedicated SQL pool Connector for Apache Spark when using notebooks in pipelines](#failed-to-write-to-sql-dedicated-pool-from-synapse-spark-using-azure-synapse-dedicated-sql-pool-connector-for-apache-spark-when-using-notebooks-in-pipelines)|Resolved|June 2023|
350
319
|Azure Synapse Apache Spark pool|[Certain spark job or task fails too early with Error Code 503 due to storage account throttling](#certain-spark-job-or-task-fails-too-early-with-error-code-503-due-to-storage-account-throttling)|Resolved|November 2023|
351
320
|Azure Synapse Apache Spark pool|[Query failure with a LIKE clause using Synapse Dedicated SQL Pool Connector in Spark 3.4 runtime](#query-failure-with-a-like-clause-using-synapse-dedicated-sql-pool-connector-in-spark-34-runtime)|Resolved|October 2024|
321
+
|Azure Synapse Apache Spark pool|[Starting a Spark session (with custom python libraries) is taking longer than usual](#starting-a-spark-session-with-custom-python-libraries-is-taking-longer-than-usual)|Resolved|January 2026|
352
322
353
323
## Azure Synapse Analytics serverless SQL pool recently closed known issues summary
354
324
@@ -392,6 +362,12 @@ The open source Apache Spark 3.4 has introduced an [issue](https://issues.apache
392
362
393
363
**Status**: Resolved
394
364
365
+
### Starting a Spark session (with custom python libraries) is taking longer than usual
366
+
367
+
There was an issue impacting session startup time when python libraries (requirements.txt or .whl) are attached to the spark pool. Customers will experience slow session startup times intermittently.
368
+
369
+
**Status**: Resolved
370
+
395
371
## Related content
396
372
397
373
-[Synapse Studio troubleshooting](troubleshoot/troubleshoot-synapse-studio.md)
0 commit comments