the most common causes of OpenContexts spikes in Elasticsearch 6.8, even if you’re not using Scroll Queries or Point-in-Time (PIT).
In Elasticsearch, an “Open Context” is created whenever a search requires a point-in-time snapshot of the data. Scroll and PIT make this obvious, but regular searches can also create contexts depending on how they are executed.