Azure / azure-rest-api-specs

The source for REST API specifications for Microsoft Azure.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The properties cannot be updated immediately after CassandraCluster.CreateUpdate.WaitForCompletionRef API returned

neil-yechenwei opened this issue · comments

After tested, I found the properties cannot be updated immediately after CassandraCluster.CreateUpdate.WaitForCompletionRef API returned. It has to wait several minutes, then the property can be updated successfully. So seems it's a long running issue. Please have a look. Thanks.

Bad case - Repro steps:

  1. Create Resource Group
  2. Create VNet
  3. Create Subnet
  4. Create Cassandra Cluster
  5. You will find the tags property is "Test1"
  6. Update Cassandra Cluster to "Test2"
  7. You will find the tags property is still "Test1"

Good case - Repro steps:

  1. Create Resource Group

  2. Create VNet

  3. Create Subnet

  4. Create Cassandra Cluster

  5. You will find the tags property is "Test1"

  6. Update the tags property to "Test2"

  7. Wait for several minutes

  8. You will find the tags property is "Test2"

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @wmengmsft, @MehaKaushik.

Issue Details

After tested, I found the properties cannot be updated immediately after CassandraCluster.CreateUpdate.WaitForCompletionRef API returned. It has to wait several minutes, then the property can be updated successfully. So seems it's a long running issue. Please have a look. Thanks.

Bad case - Repro steps:

  1. Create Resource Group
  2. Create VNet
  3. Create Subnet
  4. Create Cassandra Cluster
  5. You will find the tags property is "Test1"
  6. Update Cassandra Cluster to "Test2"
  7. You will find the tags property is still "Test1"

Good case - Repro steps:

  1. Create Resource Group

  2. Create VNet

  3. Create Subnet

  4. Create Cassandra Cluster

  5. You will find the tags property is "Test1"

  6. Update the tags property to "Test2"

  7. Wait for several minutes

  8. You will find the tags property is "Test2"

Author: neil-yechenwei
Assignees: -
Labels:

Cosmos, Service Attention, needs-triage

Milestone: -