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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ To learn more about Azure Synapse Analytics, see the [Azure Synapse Analytics Ov
27
27
|Azure Synapse dedicated SQL pool|[Query failure when ingesting a parquet file into a table with AUTO_CREATE_TABLE='ON'](#query-failure-when-ingesting-a-parquet-file-into-a-table-with-auto_create_tableon)|Has workaround|
28
28
|Azure Synapse dedicated SQL pool|[Queries failing with Data Exfiltration Error](#queries-failing-with-data-exfiltration-error)|Has workaround|
29
29
|Azure Synapse dedicated SQL pool|[UPDATE STATISTICS statement fails with error: "The provided statistics stream is corrupt."](#update-statistics-failure)|Has workaround|
30
-
|Azure Synapse dedicated SQL pool|[Enabling TDE gateway timeouts in ARM deployment](#enabling-tde-gateway-timeouts-in-arm-deployment)|Has workaround|
30
+
|Azure Synapse dedicated SQL pool|[Enable TDE gateway time-outs in ARM deployment](#enable-tde-gateway-time-outs-in-arm-deployment)|Has workaround|
31
31
|Azure Synapse serverless SQL pool|[Query failures from serverless SQL pool to Azure Cosmos DB analytical store](#query-failures-from-serverless-sql-pool-to-azure-cosmos-db-analytical-store)|Has workaround|
32
32
|Azure Synapse serverless SQL pool|[Azure Cosmos DB analytical store view propagates wrong attributes in the column](#azure-cosmos-db-analytical-store-view-propagates-wrong-attributes-in-the-column)|Has workaround|
@@ -85,11 +85,11 @@ When a new constraint is added to a table, a related statistic is created in the
85
85
86
86
**Workaround**: Identify if a constraint and clustered index exist on the table. If so, DROP both the constraint and clustered index. After that, recreate the clustered index and then the constraint *ensuring that both include the same columns in the same order.* If the table does not have a constraint and clustered index, or if the above step results in the same error, contact the Microsoft Support Team for assistance.
87
87
88
-
### Enabling TDE gateway timeouts in ARM deployment
88
+
### Enable TDE gateway time-outs in ARM deployment
89
89
90
-
Updating TDE is internally implemented as a synchronous operation, subject to a timeout which can be exceeded. Although the timeout has been exceeded, behind the scenes the TDE operation in most cases succeeds, but causes successor operations in the ARM template to be rejected.
90
+
Updating TDE (Transparent data encryption) is internally implemented as a synchronous operation, subject to a time-out which can be exceeded. Although the time-out has been exceeded, behind the scenes the TDE operation in most cases succeeds, but causes successor operations in the ARM template to be rejected.
91
91
92
-
**Workaround**: There are two ways to mitigate this. The preferred options is to split the ARM template into multiple templates, so that one of those contains TDE update. That will reduce the chance of a timeout.
92
+
**Workaround**: There are two ways to mitigate this. The preferred option is to split the ARM template into multiple templates, so that one of those contains TDE update. That will reduce the chance of a time-out.
93
93
Other option is to retry the deployment after several minutes. During the wait time the TDE update operation most likely will succeed and re-deploying the template the second time could execute previously rejected operations.
0 commit comments