elastic/elasticsearch
在 GitHub 查看Make SnapshotHistoryStore retry indexing history data on EsRejectedExecutionException
Open
#141,887 建立於 2026年2月4日
:Distributed/SLM>bugTeam:Distributedgood first issue
倉庫指標
- Star
- (76,700 star)
- PR 合併指標
- (平均合併 2天) (30 天內合併 1,000 個 PR)
描述
ILMHistoryStore uses BulkProcessor to retry indexing history up to 3 times if it hits a EsRejectedExecutionException because the cluster was too busy. From what I can tell, SnapshotHistoryStore just makes a single attempt, and logs an error and moves on if it hits EsRejectedExecutionException. I have seen this several times in production logs. We ought to have SnapshotHistoryStore use BulkProcessor to make a few attempts before giving up.