When writing storage table, the remote server returned an error: (409) conflict.

Source: Internet
Author: User

When I wrote a record to the azure storage table today, the remote server returned an error: (409) conflict. exception was reported at the beginning. After a while, it was better. Finally, I found an explanation in msdn:

When a table is successfully deleted, it is immediately marked for deletion and is no longer accessible to clients. The table is later removed from the table service during garbage collection.

Note that deleting a table is likely to take at least 40 seconds to complete. if an operation is attempted against the table while it was being deleted, the service returns status code 409 (conflict), with additional error information indicating that the table is being deleted.

It happened exactly within 40 seconds after I deleted the table. After that, the problem does not occur after the table is deleted for 40 seconds.

 

When writing storage table, the remote server returned an error: (409) conflict.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.