Elasticsearch circuit_breaking_exception

Jmnote (토론 | 기여)님의 2020년 5월 18일 (월) 12:42 판 (새 문서: ==개요== {{DISPLAYTITLE:Elasticsearch circuit_breaking_exception}} ;Elasticsearch circuit_breaking_exception <source lang='text'> {"error":{"root_cause":[{"type":"circuit_breaking_...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요

Elasticsearch circuit_breaking_exception
{"error":{"root_cause":[{"type":"circuit_breaking_exception","reason":"[parent] Data too large, data for [<http_request>] would be [1018342960/971.1mb], which is larger than the limit of [986061209/940.3mb], real usage: [1018342960/971.1mb], new bytes reserved: [0/0b]","bytes_wanted":1018342960,"bytes_limit":986061209,"durability":"TRANSIENT"}],"type":"circuit_breaking_exception","reason":"[parent] Data too large, data for [<http_request>] would be [1018342960/971.1mb], which is larger than the limit of [986061209/940.3mb], real usage: [1018342960/971.1mb], new bytes reserved: [0/0b]","bytes_wanted":1018342960,"bytes_limit":986061209,"durability":"TRANSIENT"},"status":429}
{
  "error": {
    "root_cause": [
      {
        "type": "circuit_breaking_exception",
        "reason": "[parent] Data too large, data for [<http_request>] would be [1018342960/971.1mb], which is larger than the limit of [986061209/940.3mb], real usage: [1018342960/971.1mb], new bytes reserved: [0/0b]",
        "bytes_wanted": 1018342960,
        "bytes_limit": 986061209,
        "durability": "TRANSIENT"
      }
    ],
    "type": "circuit_breaking_exception",
    "reason": "[parent] Data too large, data for [<http_request>] would be [1018342960/971.1mb], which is larger than the limit of [986061209/940.3mb], real usage: [1018342960/971.1mb], new bytes reserved: [0/0b]",
    "bytes_wanted": 1018342960,
    "bytes_limit": 986061209,
    "durability": "TRANSIENT"
  },
  "status": 429
}

2 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}