Internal Parameter :"execute timeout" value for Azure Synapse Analytics endpoint to take effect to all queries
Hi, All
Microsoft Azure Synapse Analytics target endpoint has a "executeTimeout" internal parameter. I changed this value from 60(default) to 1800, but the changed value did not take effect on some query.
for example, we got execute timeout error with query for getting target column information "SELECT c.name AS [Column Name] FROM sys.pdw_column_distribution_properties AS d INNER JOIN…" just 60 secs.
My customer often got execute timeout error with 60 secs from Azure Synapse Analytics during Full Load and some tables loading processes were suspended due to execute timeout error.
I know this timeout is mostly Azure Synapse Analytics' issue. Microsoft had tried to resolve this issue , but not completely resolved yet.
So, please "executeTimeout" internal parameter value take effect to all query.
I was able to get a hold of our account rep and am working with Gopi Nair on resolving this. It seems based on what you said that we may have upgraded to a version that does not have this fix in it. I'll keep that in when I meet with them.
I noticed you opened another article Microsoft Azure Databricks Delta ConnectionTimeout , your issue is irrelevant to Azure Synapse Analytics system table access. I'm afraid upgrading to 2021.5 may not help your issue. Instead, you may try internal parameters "executeTimeout" and/or "loadTimeout", set one or both of them to proper higher values and run task again. If the problem persists, let's discuss in another article, or open a support case.
Regards,
John.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.