I have SOLR 8.11.2 running with 5 nodes in Cloud
configurationĀ and it works great. In fact it was an upgrade from an
earlier version that's been stable for a few years.


Since upgrading to 8.11.2 the WEB UI no longer displays the Cloud menu
on the left. I can still access it via direct URL because I know the
links and I can see the graph & nodes. But the nodes for example don't
show any status such as uptime, used space, etc. I don't see any
errors in the logs.


In the browser console I see it tries to access two URLs which always
fail and show up in red:


http://192.168.1.10:8983/solr/admin/info/system?_=1697493975084&wt=json



and this one:


http://192.168.1.10:8983/solr/admin/info/system?_=1697493975084&nodes=192.168.1.10:8983_solr,192.168.1.11:8983_solr,192.168.1.13:8983_solr,192.168.1.4:8983_solr,192.168.1.9:8983_solr&wt=json



with payload:



        * 
_: 
1697493975084
        * 
nodes: 
192.168.1.10:8983_solr,192.168.1.11:8983_solr,192.168.1.13:8983_solr,192.168.1.4:8983_solr,192.168.1.9:8983_solr
        * 
wt: 
json



Again, the system works fine but it's the Cloud menu that's wonky.


Is this a known bug or does anyone know what else might be happening ?


Thanks!

Reply via email to