Skip to content

Commit 5ac1a87

Browse files
author
Theo van Kraay
committed
edits
1 parent 3e6e1a5 commit 5ac1a87

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

articles/managed-instance-apache-cassandra/create-cluster-portal.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,9 @@ The service allows update to Cassandra YAML configuration on a datacenter via th
180180
181181
1. For non-production environments, you can pause/de-allocate resources in the cluster in order to avoid being charged for them (you will continue to be charged for storage). First change cluster type to `NonProduction`, then `deallocate`.
182182
183+
> [!WARNING]
184+
> Do not execute any schema or write operations during de-allocation - this can lead to data loss and in rare cases schema corruption requiring manual intervention from the support team.
185+
183186
:::image type="content" source="./media/create-cluster-portal/pause-cluster.png" alt-text="Screenshot of pausing a cluster." lightbox="./media/create-cluster-portal/pause-cluster.png" border="true":::
184187
185188
## Troubleshooting

articles/managed-instance-apache-cassandra/search-lucene-index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Cassandra Lucene Index, derived from Stratio Cassandra, is a plugin for Apache C
7676

7777
## Control read consistency
7878

79-
1. The index you created earlier will index all the columns in the table with the specified types, and it will be refreshed once per second. Alternatively, you can explicitly refresh all the index shards with an empty search with consistency ALL:
79+
1. The index you created earlier will index all the columns in the table with the specified types, and the read index used for searching will be refreshed once per second. Alternatively, you can explicitly refresh all the index shards with an empty search with consistency ALL:
8080

8181
```SQL
8282
CONSISTENCY ALL

0 commit comments

Comments
 (0)