On 11/7/2017 6:49 AM, richardg wrote: > vs on the master that shows the error. > > 2017-11-07 13:29:14.131 INFO (qtp1839206329-36) [ > x:solr_aggregate_production] o.a.s.c.S.Request [solr_aggregate_production] > webapp=/solr path=/admin/mbeans > params={cat=QUERYHANDLER&wt=json&_=1510061366718} status=0 QTime=2
The string "QUERYHANDLER" (all uppercase) only shows up in a 7.1.0 source code checkout in the reference guide, it is not in any code that builds the program. Its presence in the reference guide is likely a documentation error. If you are seeing QUERYHANDLER in a log for version 7.1.0, then I have to wonder exactly how you did the upgrade -- because I think there are only two ways that could happen: 1) Your 7.1.0 install includes at least some files from a version before 6.4.1. 2) You've got something (perhaps a load balancer) mixing up requests between two different versions of Solr. Thanks, Shawn