Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] High SNI_CONN_DUP Wait #1047

Open
ppozeti opened this issue Oct 3, 2024 · 1 comment
Open

[Question] High SNI_CONN_DUP Wait #1047

ppozeti opened this issue Oct 3, 2024 · 1 comment

Comments

@ppozeti
Copy link

ppozeti commented Oct 3, 2024

Hi everyone,

This isn't directly related to DBA Dash, but the tool provided visibility into a metric that caught our attention.

We connected DBA Dash to our Azure SQL Server databases, which run on Elastic Pools.

While investigating an unrelated issue and reviewing some wait metrics, we noticed that about a week ago, there was a significant and sustained increase in SNI_CONN_DUP waits. We resolved this by scaling up the Azure SQL elastic pool. You can see the metrics over time and right after the scale up operation.
image

After looking into it further in Azure, we discovered that maintenance had been initiated just before the increase in SNI_CONN_DUP waits. We opened a ticket with Azure support, but they told us not to worry.

Even though they said it’s not a concern, we have some questions and would appreciate your input:

  1. Have you experienced issues with sustained high SNI_CONN_DUP waits?
  2. Does anyone have more information about this specific wait type?
  3. If it’s not important, should we just exclude the wait in SQLWaits.sql?
@DavidWiseman
Copy link
Collaborator

Hi,

I can identify this wait type occurring on some Azure SQL DBs in my repository. I don't see this wait type at all on regular SQL instances. There is very little information on this wait type.

image

SQLSkills doesn't provide any additional information. I guess SNI refers to "Server Network Interface".

I suspect this can be added as an ignorable wait type, though it would be useful to know more about it.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants