elastic/elasticsearch
Automatically release resources when scrolls are entirely consumed
オープン
#23,269 opened on 2017/02/20
:Search Foundations/Search>enhancementTeam:Search Foundationshelp wanted
Repository metrics
- Stars
- (76,700 個のスター)
- PR merge metrics
- (平均マージ 2d) (30d で 1,000 merged PRs)
説明
Automatically closing scroll contexts when they are entirely consumed proved controversial as it would make subsequent DELETE calls return a 404 error code. However, we could release associated resources without deleting it.