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

[QUERY] Tables CreateIfNotExists Error Logs #28084

Closed
FabianTrottmann opened this issue Apr 8, 2022 · 2 comments · Fixed by #30849
Closed

[QUERY] Tables CreateIfNotExists Error Logs #28084

FabianTrottmann opened this issue Apr 8, 2022 · 2 comments · Fixed by #30849
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. customer-reported Issues that are reported by GitHub users external to the Azure organization. needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Tables

Comments

@FabianTrottmann
Copy link

FabianTrottmann commented Apr 8, 2022

Library name and version

Azure.Data.Tables 12.5.0

Query/Question

Why does the following code, throw a 409 (conflict) if the table exists. The purpose of this call is to create a table if it dosn't exists. This is not an exception case. It leads to a ton of error messages in application insight (dependency Exceptions). It seems that it is handled by the library, so it does not throw it to the client but it sillt fills the logs. Is this fixed in a further release?

tableClient = new TableClient(new Uri("tableuri"), "mytablename", new DefaultAzureCredential()); await tableClient.CreateIfNotExistsAsync() .ConfigureAwait(false);

Environment

Azure Functions dotnet 6

@ghost ghost added needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. customer-reported Issues that are reported by GitHub users external to the Azure organization. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that labels Apr 8, 2022
@azure-sdk azure-sdk added Client This issue points to a problem in the data-plane of the library. needs-team-triage Workflow: This issue needs the team to triage. Tables labels Apr 8, 2022
@ghost ghost removed the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Apr 8, 2022
@jsquire jsquire changed the title [QUERY] [QUERY] Tables CreateIfNotExists Error Logs Apr 8, 2022
@jsquire jsquire added needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team and removed needs-team-triage Workflow: This issue needs the team to triage. labels Apr 8, 2022
@jsquire
Copy link
Member

jsquire commented Apr 8, 2022

Thank you for your feedback. Tagging and routing to the team member best able to assist.

@christothes
Copy link
Member

Hi @FabianTrottmann - This is a known issue and is being tracked by #25626

We expect to address this in a future release.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Client This issue points to a problem in the data-plane of the library. customer-reported Issues that are reported by GitHub users external to the Azure organization. needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Tables
Projects
None yet
4 participants