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

Automatically add cores found in skipchunk_data folder #14

Open
binarymax opened this issue Sep 15, 2020 · 2 comments
Open

Automatically add cores found in skipchunk_data folder #14

binarymax opened this issue Sep 15, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@binarymax
Copy link
Contributor

Solr cores are currently created by copying configsets to the skipchunk project inheriting folder, in skipchunk_data. When Solr is restarted, those cores are not "remembered" and need to be added to Solr again.

@binarymax binarymax added the bug Something isn't working label Sep 15, 2020
@epugh
Copy link
Member

epugh commented Sep 15, 2020

Think about using the API's that SolrCloud offers instead of the older "let me put magic files in magic dirs" to make things work.

@binarymax
Copy link
Contributor Author

Yeah I'm quickly finding myself in a common situation of needing two different solutions for whether Solr is running in cloud mode or not :)

I probably just need to support cloud mode only.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants