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
+17-3Lines changed: 17 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ms.reviewer: wiassaf
13
13
14
14
# Azure Synapse Analytics known issues
15
15
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.
17
17
Before submitting a Support request, please review this list to see if the issue that you're experiencing is already known and being addressed.
18
18
19
19
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
27
27
|Azure Synapse dedicated SQL pool|[Queries failing with Data Exfiltration Error](#queries-failing-with-data-exfiltration-error)|Has Workaround|
28
28
|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|
29
29
|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|
30
31
31
32
## Azure Synapse Analytics serverless SQL pool active known issues summary
32
33
@@ -66,7 +67,7 @@ Sometimes you may not be able to execute the ALTER DATABASE SCOPED CREDENTIAL qu
66
67
67
68
### Queries failing with Data Exfiltration Error
68
69
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:
70
71
71
72
`Data exfiltration to '{****}' is blocked. Add destination to allowed list for data exfiltration and try again.`
72
73
@@ -102,6 +103,19 @@ When using an ARM template, Bicep template, or direct REST API PUT operation to
102
103
103
104
**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.
104
105
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
+
105
119
## Recently Closed Known issues
106
120
107
121
|Synapse Component|Issue|Status|Date Resolved
@@ -116,7 +130,7 @@ When using an ARM template, Bicep template, or direct REST API PUT operation to
116
130
117
131
### Queries using Microsoft Entra authentication fails after 1 hour
118
132
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.
0 commit comments