Search containing dot (.) in Threat Intelligence page generates a red message will pop up with a 500 server error in 7.7.0 or higher.
During cbupgrade the cbfeeds core migration loops with a 500 error on 7.9.1 or higher.
request to http://localhost:8080/solr/cbfeeds/select failed with error <500 - Server Error>. Parameters:- wt => 'json' - rows => 0
"metadata":["error-class","org.apache.solr.core.SolrCoreInitializationException","root-error-class","java.lang.IllegalArgumentException"],
"msg":"SolrCore 'cbfeeds' is not available due to init failure: Error opening new searcher",
"trace":"org.apache.solr.core.SolrCoreInitializationException: SolrCore 'cbfeeds' is not available due to init failure: Error opening new searcher
The schema for the cbfeeds Solr core was updated and the already existing feed data is still on the old schema
mv /var/cb/data/solr/cbfeeds /var/cb/cbfeeds_backup
/usr/share/cb/virtualenv/bin/python -m cb.maintenance.cbstartup.main --stage startup
/usr/share/cb/cbservice cb-redis start /usr/share/cb/cbservice cb-solr start
/usr/share/cb/cb-solr-reindexer --solr-port 8080 --solr-address 127.0.0.1 cbfeeds /var/cb/cbfeeds_backup/data/index
/usr/share/cb/cbservice cb-solr stop /usr/share/cb/cbservice cb-redis stop
rm -rf /var/cb/cbfeeds_backup
curl -s "http://localhost:8080/solr/cbfeeds/select?q=*:*&rows=0&wt=json" | /usr/share/cb/virtualenv/bin/python3 -m json.tool | grep numFound