It may happen that you may never find the queries/query time being logged for the queries which caused OOM and your app never got chance to log how much time it took...
So if you had proper exception handled in your client code, you may see exception being logged but not see the query time for such queries. Thnx On Fri, Sep 22, 2017 at 6:32 AM, shamik <sham...@gmail.com> wrote: > I usually log queries that took more than 1sec. Based on the logs, I > haven't > seen anything alarming or surge in terms of slow queries, especially around > the time when the CPU spike happened. > > I don't necessarily have the data for deep paging, but the usage of sort > parameter (date in our case) has been typically low. We also restrict 10 > results per page for pagination. Are there are recommendations around this? > > Again, I don't want to sound like a broken record, but I still don't get > the > part why these issues crop in 6.6 as compared to 5.5 > > > > -- > Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html >