Skip to content

Commit 99b4f49

Browse files
Merge pull request #257712 from kevinjaku/known-issues
Update known-issues.md
2 parents af8466c + 9b399eb commit 99b4f49

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

articles/synapse-analytics/known-issues.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.reviewer: wiassaf
1313

1414
# Azure Synapse Analytics known issues
1515

16-
This page lists the known issues in [Azure Synapse Analytics](overview-what-is.md), as well as their resolution date or possible workaround.
16+
This page lists the known issues in [Azure Synapse Analytics](overview-what-is.md), and their resolution date or possible workaround.
1717
Before submitting a Support request, please review this list to see if the issue that you're experiencing is already known and being addressed.
1818

1919
To learn more about Azure Synapse Analytics, see the [Azure Synapse Analytics Overview](index.yml), and [What's new in Azure Synapse Analytics?](whats-new.md).
@@ -27,6 +27,7 @@ To learn more about Azure Synapse Analytics, see the [Azure Synapse Analytics Ov
2727
|Azure Synapse dedicated SQL pool|[Queries failing with Data Exfiltration Error](#queries-failing-with-data-exfiltration-error)|Has Workaround|
2828
|Azure Synapse Workspace|[Blob storage linked service with User Assigned Managed Identity (UAMI) is not getting listed](#blob-storage-linked-service-with-user-assigned-managed-identity-uami-is-not-getting-listed)|Has Workaround|
2929
|Azure Synapse Workspace|[Failed to delete Synapse workspace & Unable to delete virtual network](#failed-to-delete-synapse-workspace--unable-to-delete-virtual-network)|Has Workaround|
30+
|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)|Has Workaround|
3031

3132
## Azure Synapse Analytics serverless SQL pool active known issues summary
3233

@@ -66,7 +67,7 @@ Sometimes you may not be able to execute the ALTER DATABASE SCOPED CREDENTIAL qu
6667

6768
### Queries failing with Data Exfiltration Error
6869

69-
Synapse workspaces created from an existing dedicated SQL Pool report query failures related to [Data Exfiltration Protection](security/workspace-data-exfiltration-protection.md) with generic error message while Data Exfiltration Protection is turned off in Synapse Analytics:
70+
Synapse workspaces created from an existing dedicated SQL Pool report query failure related to [Data Exfiltration Protection](security/workspace-data-exfiltration-protection.md) with generic error message while Data Exfiltration Protection is turned off in Synapse Analytics:
7071

7172
`Data exfiltration to '{****}' is blocked. Add destination to allowed list for data exfiltration and try again.`
7273

@@ -102,6 +103,19 @@ When using an ARM template, Bicep template, or direct REST API PUT operation to
102103

103104
**Workaround**: The problem can be mitigated by using a REST API PATCH operation or the Azure Portal UI to reverse and retry the desired configuration changes. The engineering team is aware of this behavior and working on a fix.
104105

106+
## Azure Synapse Analytics Apache Spark pool active known issues summary
107+
108+
The following are known issues with the Synapse Spark.
109+
110+
### Certain spark job or task fails too early with Error Code 503 due to storage account throttling
111+
112+
Starting at 00:00 UTC on October 3, 2023, few Azure Synapse Analytics Apache Spark pools might experience spark job/task failures due to storage API limit threshold being exceeded.
113+
114+
**Workaround**: The engineering team is currently aware of this behavior and working on a fix. We recommend setting the following spark config at [pool level](spark/apache-spark-azure-create-spark-configuration.md#create-an-apache-spark-configuration)
115+
116+
`spark.hadoop.fs.azure.io.retry.max.retries 19`
117+
118+
105119
## Recently Closed Known issues
106120

107121
|Synapse Component|Issue|Status|Date Resolved
@@ -116,7 +130,7 @@ When using an ARM template, Bicep template, or direct REST API PUT operation to
116130

117131
### Queries using Microsoft Entra authentication fails after 1 hour
118132

119-
SQL connections using Microsoft Entra authentication that remain active for more than 1 hour will start to fail. This includes querying storage using Microsoft Entra pass-through authentication and statements that interact with Microsoft Entra ID, like CREATE EXTERNAL PROVIDER. This affects every tool that keeps connections active, like query editor in SSMS and ADS. Tools that open new connection to execute queries aren't affected, like Synapse Studio.
133+
SQL connections using Microsoft Entra authentication that remain active for more than 1 hour starts to fail. This includes querying storage using Microsoft Entra pass-through authentication and statements that interact with Microsoft Entra ID, like CREATE EXTERNAL PROVIDER. This affects every tool that keeps connections active, like query editor in SSMS and ADS. Tools that open new connection to execute queries aren't affected, like Synapse Studio.
120134

121135
**Status**: Resolved
122136

0 commit comments

Comments
 (0)