Azure / Azure/azure-rest-api-specs

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

Open
#19,078 1 comment 0 reactions 1 assignee Assigned to @qbradley View on GitHub
Cosmos Service Attention
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.