Skip to content

Commit 2369f2e

Browse files
authored
Update known issues for Azure Synapse Analytics
Removed the known issue regarding Spark session startup times and added its resolution status.
1 parent bae0be1 commit 2369f2e

1 file changed

Lines changed: 7 additions & 31 deletions

File tree

articles/synapse-analytics/known-issues.md

Lines changed: 7 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ To learn more about Azure Synapse Analytics, see the [Azure Synapse Analytics Ov
4343
|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|
4444
|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|
4545
|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|
4746

4847

4948
## Azure Synapse Analytics dedicated SQL pool active known issues summary
@@ -309,36 +308,6 @@ ORDER BY [schema_name], [table_name], [column_name];
309308
```
310309

311310
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-
342311

343312
## Recently closed known issues
344313

@@ -349,6 +318,7 @@ There is a known issue impacting session startup time when python libraries (req
349318
|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|
350319
|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|
351320
|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|
352322

353323
## Azure Synapse Analytics serverless SQL pool recently closed known issues summary
354324

@@ -392,6 +362,12 @@ The open source Apache Spark 3.4 has introduced an [issue](https://issues.apache
392362

393363
**Status**: Resolved
394364

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+
395371
## Related content
396372

397373
- [Synapse Studio troubleshooting](troubleshoot/troubleshoot-synapse-studio.md)

0 commit comments

Comments
 (0)