Azure / Azure/azure-rest-api-specs
The properties cannot be updated immediately after CassandraDatacenter.CreateUpdate.WaitForCompletionRef API returned
- Dominant language
- TypeSpec
- Stars
- 3.1k
- Forks
- 5.9k
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 444
Description
After tested, I found the properties cannot be updated immediately after CassandraDatacenter.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. Create Cassandra DataCenter
6. You will find the nodeCount property is "3"
7. Update the nodeCount property is "5"
8. You will find the nodeCount property is still "3"
Good case - Repro steps:
1. Create Resource Group
2. Create VNet
3. Create Subnet
4. Create Cassandra Cluster
5. Create Cassandra DataCenter
6. You will find the nodeCount property is "3"
7. Update the nodeCount property is "5"
8. Wait for several minutes
9. You will find the nodeCount property is still "5"
Contributor guide
Assessment
This issue has not been assessed yet.