elastic/elasticsearch
Automatically release resources when scrolls are entirely consumed
开放
#23,269 创建于 2017年2月20日
:Search Foundations/Search>enhancementTeam:Search Foundationshelp wanted
仓库指标
- 星标
- (76,700 个星标)
- PR 合并指标
- (平均合并 2天) (30 天内合并 1,000 个 PR)
描述
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.