Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bring solr.xml into line with current Solr default settings. #635

Closed
gerlowskija opened this issue Sep 28, 2023 · 2 comments · Fixed by #636
Closed

Bring solr.xml into line with current Solr default settings. #635

gerlowskija opened this issue Sep 28, 2023 · 2 comments · Fixed by #636
Labels
Milestone

Comments

@gerlowskija
Copy link
Contributor

The solr.xml that the operator currently uses as a default for new solrcloud resources was crafted in the Solr 7.x timeline. A recent issue took some baby steps towards modernizing it, but it's still missing a number of settings that we can take advantage of now that our minimum Solr version is 8.11. Particularly, sysprop-driven XML tags for "sharedLibs", "allowPaths", and "metrics".

Let's add these to our default solr.xml, so that users can drive these settings as desired through system properties.

@gerlowskija
Copy link
Contributor Author

gerlowskija commented Sep 28, 2023

This is a sub-task of #616

@HoustonPutman
Copy link
Contributor

100%! The allowPaths will be great as well, so that we can eventually utilize it for the backup paths, which currently reside in the data directory... But that is not required for this release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants