You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should not need to specify the following variables when using Session consistency level:
max_interval_in_seconds
max_staleness_prefix
Actual Behavior
It complains that max_staleness_prefix needs to be greater then 100000 and max_interval_in_seconds needs to be greater then 300
After change the values to 100000 and 300, re-apply changes, it then detect the values should be changed from defaults:
max_interval_in_seconds = 5 -> 300
max_staleness_prefix = 100 -> 100000
Note: The above change was never applied (after 20 min)
The text was updated successfully, but these errors were encountered:
smartpcr
changed the title
Inconsistent behavior when applying consistency level Session in azurerm_cosmosdb_account
Inconsistent behavior using consistency level [Session] when creating cosmos db account
Aug 19, 2019
The issue appears to occur whenever there are multiple geo locations configured, provider insists on max_staleness_prefix and max_interval_in_seconds being set to the minimums required for BoundedStaleness
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks!
ghost
locked and limited conversation to collaborators
Oct 10, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Community Note
Terraform (and AzureRM Provider) Version
v0.12.6
Affected Resource(s)
azurerm_cosmosdb_account
Terraform Configuration Files
Expected Behavior
Should not need to specify the following variables when using
Session
consistency level:Actual Behavior
It complains that
max_staleness_prefix
needs to be greater then 100000 andmax_interval_in_seconds
needs to be greater then 300After change the values to 100000 and 300, re-apply changes, it then detect the values should be changed from defaults:
Note: The above change was never applied (after 20 min)
The text was updated successfully, but these errors were encountered: