Skip to content

Commit d9afa21

Browse files
committed
Orphaned index blocks scale up/down
1 parent 6105f4d commit d9afa21

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/search/search-capacity-planning.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: HeidiSteen
88
ms.author: heidist
99
ms.service: cognitive-search
1010
ms.topic: conceptual
11-
ms.date: 08/15/2022
11+
ms.date: 03/15/2023
1212
---
1313

1414
# Estimate and manage capacity of a search service
@@ -197,10 +197,12 @@ The error message "Service update operations are not allowed at this time becaus
197197
Resolve this error by checking service status to verify provisioning status:
198198

199199
1. Use the [Management REST API](/rest/api/searchmanagement/2020-08-01/services), [Azure PowerShell](search-manage-powershell.md), or [Azure CLI](/cli/azure/search) to get service status.
200-
1. Call [Get Service](/rest/api/searchmanagement/2020-08-01/services/get)
200+
1. Call [Get Service (REST)](/rest/api/searchmanagement/2020-08-01/services/get) or equivalent for PowerShell or the CLI.
201201
1. Check the response for ["provisioningState": "provisioning"](/rest/api/searchmanagement/2020-08-01/services/get#provisioningstate)
202202

203-
If status is "Provisioning", then wait for the request to complete. Status should be either "Succeeded" or "Failed" before another request is attempted. There is no status for backup. Backup is an internal operation and it's unlikely to be a factor in any disruption of a scale exercise.
203+
If status is "Provisioning", wait for the request to complete. Status should be either "Succeeded" or "Failed" before another request is attempted. There is no status for backup. Backup is an internal operation and it's unlikely to be a factor in any disruption of a scale exercise.
204+
205+
If your search service appears to be stalled in a provisioning state, check for orphaned indexes that are unusable, with zero query volumes and no index updates. An unusable index can block changes to service capacity. In particular, look for indexes that are [CMK-encrypted](search-security-manage-encryption-keys.md), whose keys are no longer valid. You should either delete the index or restore the keys to bring the index back online and unblock your scale operation.
204206

205207
<a id="chart"></a>
206208

0 commit comments

Comments
 (0)