Houston Putman
Houston Putman
You can use this issue still. What version of Solr are you running?
Yes the Solr Operator is production ready, and has been used in production by multiple large companies. (Hard to actually get a sense for this. We hear from people as...
Is there an issue that this is just querying a core instead of a collection after this change?
Thanks for finding and reporting this! Yeah for some reason in #689 I set `err = nil`, at https://github.com/apache/solr-operator/blob/b2c951052828f88e9fc415f54aec189b805117e9/controllers/solrcloud_controller.go#L493, which might be the cause for this. I'll need to investigate...
The Solr Operator currently supports Solr 7.7 (and 8.0), which do not have this option unfortunately, so we cannot add it by default. We will soon release the next version...
Hmmm the solr operator doesn't support that currently. Have you set Solr to listen to a different host context other than "/solr"? The solr operator assumes this path quite a...
That sounds like a race-condition for bootstrapping the security.json... How strange. This only happens when creating the cloud for the first time, correct?
After more research, its still blocked: https://github.com/rancher/local-path-provisioner/pull/350
I think you used the wrong JIRA in the title and description. Could you add some content to the title in addition to the backport?
Solr is never going to work when ZK is unavailable, so this is definitely something to think about. I did find this: https://github.com/pravega/zookeeper-operator/issues/438 And looking at the code it doesn't...