On 9/23/2015 10:10 AM, vsilgalis wrote: > Thanks guys, this is exactly what I needed, something to dig into and follow > up on. > > I do have question in regards to searcher warmup, when looking here: > http://0.0.0.0.43:8080/solr/#/collections/plugins/core?entry=searcher > > is the warmuptime specific to the last searcher warmup time? > > Are there any other important things I can track with graphite?
The warmup time on the stats page is specific to the active searcher. When a commit happens that makes new documents visible, a new searcher is created, warmed, and swapped into service. The old searcher is no longer accessible at that point and will eventually be reclaimed by the Java garbage collector, so all statistics info on that searcheris lost. Thanks, Shawn