chef-solrcloud
chef-solrcloud copied to clipboard
Chef cookbook to Manage Apache Solr
After a restart of the solr service the cores that existed before the restart are not reloaded on during the restart process. After a little bit of investigation this is...
With solr 6.0.0 the current regex brings `adminPath` back and prevents solr from starting. I'd suggest changing line `38` in `solx.xml.erb` to use `~ /^1\.|^3\.|^4\.[0-9]\.\d/` instead of `!~ /^4\.[1-9][0-9]\.\d|^5/` that...
``` bash # ls -l /usr/local/solr/webapps/solr.war lrwxrwxrwx 1 solr solr 39 Sep 17 13:38 /usr/local/solr/webapps/solr.war -> /usr/local/solr/server/webapps/solr.war # ls -l /usr/local/solr/server/webapps/solr.war ls: cannot access /usr/local/solr/server/webapps/solr.war: No such file or directory...
for solr `v5.2.x` comp we have added two new attribute `default['solrcloud']['solr_config']['gc_log_opts']` and `default['solrcloud']['solr_config']['gc_tune']` to the cookbook. IMHO, it would be better to just use `node['solrcloud']['java_options']` and drop both of them...