We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eaee2f commit 5e7bab8Copy full SHA for 5e7bab8
specification/snapshot/status/SnapshotStatusRequest.ts
@@ -32,7 +32,7 @@ import { Duration } from '@_types/Time'
32
* This usage is preferred.
33
* Note that if a node has been restarted or has left the cluster since completing a shard snapshot the stats for that shard will be unavailable.
34
* Loading the stats from the repository is an expensive operation (see the WARNING below), so to minimize latency for returning stats for currently
35
- * running snapshots the stats values will be zero for these shards even though the "stage" value will be "DONE". A "description" field will be set
+ * running snapshots the stats values will be -1 for these shards even though the "stage" value will be "DONE". A "description" field will be set
36
* on these shard stats instances indicating why they are empty. Note that the total stats for the index will be less than expected due to the
37
* missing values from these shards.
38
* If needed, you can specify `<repository>` and `<snapshot>` to retrieve information for specific snapshots, even if they're not currently running.
0 commit comments