Hello,
We've just migrated one of our services from solr 7.3.1 to solr 9.2.1 in
production.
We have 6 servers, each with one solr instance, all conf is automated with
puppet, git, etc. so they all have same conf, but they dont behave the
same way. We have two servers with solr response time much
Check your clocksource
cat /sys/devices/system/clocksource/clocksource0/current_clocksource
Also check your other hardware characteristics, like cpu freq and governor,
ram speed, drive performance/schedulers. Perhaps additional checks like cpu
bench, fio will not hurt.
Also disable java security m
FYI Solr will soon be publishing metrics in the Prometheus format
natively (i.e. without the "exporter" process). No, it is not the
exporter embedded. On one hand it's more convenient and highly
efficient. On the other hand, it is not nearly so flexible. The
Prometheus Exporter isn't necessaril
Dear All,
In our project, we were using Solr as search engine and recently we started
upgrading spring boot 2.7.7 to spring boot 3.x version and in doing that we got
some information in spring boot upgrade guide saying that support for solr has
been removed from spring boot starting from spring