Re: How to check for uncommitted changes

2020-02-26 Thread Walter Underwood
There is a “docsPending” value in Solr metrics. It is probably available through JMX. You can get to it through the admin UI, too. Choose a replica, then look at Plugins/Stats, then Update, then updateHandler. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blo

Re: How to check for uncommitted changes

2020-02-26 Thread Paras Lehana
Hey Connor, You can use metrics API which has an attribute - docsPending. API: host:port/solr/admin/metrics?group=core&prefix=UPDATE.updateHandler.docsPending Read more here: https://lucene.apache.org/solr/guide/8_4/performance-statistics-reference.html#update-handler On Wed, 26 Feb 2020 at 02