brickpattern

Results 7 comments of brickpattern

I faced the exact same issue but in my case it was just 1 replica count. ( copying only the first page of helm chart values). ``` affinity: {} args:...

If i had started with inbuilt ZK, would the above approach of specifying zk.address for a standalone ZK will still work? I would like to retain the data in the...

Solr Operator logs ``` 2023-12-14T21:39:42Z INFO Update required because field changed {"controller": "solrcloud", "controllerGroup": "solr.apache.org", "controllerKind": "SolrCloud", "SolrCloud": {"name":"solr","namespace":"solr"}, "namespace": "solr", "name": "solr", "reconcileID": "c747c5ad-f7b1-400a-8957-ff60a71b7531", "statefulSet": "solr-solrcloud", "kind": "statefulSet", "field":...

changing the configs and eliminated the dependency on ZK being on same node as solrcloud pod. Regardless of the dataStorage type (ephemeral or persistent), when the POD comes up ......

I have tested using both Persistent and Ephemeral resulting in loss of data for that solr node. For Persistent storage , using the local volume provisioner. As long as the...

yes, PVs are setup correctly. Solr PODS come up correctly either by evicting or restarting. The specific scenario I'm certifying is EKS node taint n drain ( replace node with...