Copied! Copy Stacktrace Search Stackoverflow Search Google Exception

Elasticsearch Database Exceptionyii\elasticsearch\Exception

Elasticsearch request failed with code 429. Response body:
{"error":{"root_cause":[{"type":"cluster_block_exception","reason":"index [goods] blocked by: [TOO_MANY_REQUESTS/12/disk usage exceeded flood-stage watermark, index has read-only-allow-delete block];"}],"type":"cluster_block_exception","reason":"index [goods] blocked by: [TOO_MANY_REQUESTS/12/disk usage exceeded flood-stage watermark, index has read-only-allow-delete block];"},"status":429}

Error Info: Array
(
    [requestMethod] => POST
    [requestUrl] => http://127.0.0.1:9200/goods/_doc/8006/_update
    [requestBody] => {"doc":{"fields":[{"id":72661,"good_id":8006,"field_id":223,"type_id":72,"category_id":76,"subcategory_id":0,"value":null,"value_int":820},{"id":72662,"good_id":8006,"field_id":224,"type_id":72,"category_id":76,"subcategory_id":0,"value":null,"value_int":440},{"id":72663,"good_id":8006,"field_id":225,"type_id":72,"category_id":76,"subcategory_id":0,"value":null,"value_int":21050}]}}
    [responseCode] => 429
    [responseHeaders] => Array
        (
            [warning] => 299 Elasticsearch-7.10.2-747e1cc71def077253878a59143c1f785afa92b9 "[types removal] Specifying types in document update requests is deprecated, use the endpoint /{index}/_update/{id} instead."
            [content-type] => application/json; charset=UTF-8
            [content-length] => 393
        )

    [responseBody] => Array
        (
            [error] => Array
                (
                    [root_cause] => Array
                        (
                            [0] => Array
                                (
                                    [type] => cluster_block_exception
                                    [reason] => index [goods] blocked by: [TOO_MANY_REQUESTS/12/disk usage exceeded flood-stage watermark, index has read-only-allow-delete block];
                                )

                        )

                    [type] => cluster_block_exception
                    [reason] => index [goods] blocked by: [TOO_MANY_REQUESTS/12/disk usage exceeded flood-stage watermark, index has read-only-allow-delete block];
                )

            [status] => 429
        )

)
$_GET = [
    'id' => 8006,
];