cloudera-labs / cloudera.cluster

An Ansible collection for lifecycle and management of Cloudera CDP Private Cloud resources on bare metal, IaaS, and PaaS.
Apache License 2.0
32 stars 46 forks source link

Using SOLR and INFRA_SOLR together is not working properply #210

Open hadoopch opened 3 months ago

hadoopch commented 3 months ago

Hi,

if you use INFRA_SOLR and SOLR at the same time you will have issues in importing the cluster template. Because both services use the same configuration.

image

Regards

Uli

muhammadfaizanmukhtar commented 4 weeks ago

@hadoopch You can either use one of each Solr or Infra-solr. Or you need to change the port and directories for solr service, both Solr and infra-solr should use different port and configurations.

hadoopch commented 4 weeks ago

Hi Muhammad, thank you for answering. SOLR and SOLR_INFRA are two different services and should have different default configuration settings to avoid error like seen in the screenshot. By defining everything it in the defintion.yml it works. But this should be handled by default settings. Best regards Uli