Re: Solr 4.0 to Solr 4.1 upgrade

2013-03-12 Thread richardg
This ended up being a SPM issue. I noticed the same issue w/ 4.2 and decided to upgrade to monitor version 1.9.0 and it is now showing correct data. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-4-0-to-Solr-4-1-upgrade-tp4044990p4046631.html Sent from the Solr - User

Re: Solr 4.0 to Solr 4.1 upgrade

2013-03-06 Thread richardg
Otis, I noticed this in my logs repeatedly during that time period: Mar 5, 2013 1:28:00 PM org.apache.solr.core.CachingDirectoryFactory close INFO: Releasing directory:/usr/local/solr_aggregate/solr_aggregate/data/index It wasn't in my logs any other time. I found this: https://issues.apache.o

Re: Solr 4.0 to Solr 4.1 upgrade

2013-03-05 Thread Otis Gospodnetic
Hello Richard, Did you see anything in the logs? What did other metrics look like? I'l look at system metrics like disk IO and network IO, CPU, and also JVM/GC metrics first. Any sudden changes in those metrics could point you in the right direction. Otis -- Solr & ElasticSearch Support http://

Solr 4.0 to Solr 4.1 upgrade

2013-03-05 Thread richardg
I upgrade one of my slaves by replacing the solr.war, all other slaves and master were still 4.0. When I started to monitor it w/ SPM I noticed that the request rate was way up while the request count was way down. I've since put back the solr.war for 4.0 and the slave has returned to normal.