AlfrescoArchive / acs-community-deployment

NOTE: This repository is now deprecated and archived as the https://github.com/Alfresco/acs-deployment repository is now the centralized place to find containerized deployment artefacts and documentation.

Home Page:https://hub.alfresco.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FYI SOLR_ALFRESCO_HOST set to wrong host name

sanderPostma opened this issue · comments

I deployed a test cluster using helm script alfresco-incubator/alfresco-content-services-community
I ran into an issue where the search pod logged an UnknownHostException to host "alfresco-cs-incubator-alfresco-content-services-community-repository" That looks like a longer name which does not exists.
I'm not sure in which file this is set, but I could override by adding parameter:
--set alfresco-search.environment.SOLR_ALFRESCO_HOST="alfresco-cs-incubator-alfresco-cs-ce-repository"
But this is a small misconfiguration that you may want to iron out for the next release. I ran into this error when calling "Recent files" from the adf-content-app, it got stuck.

Thank you for bringing this to our attention.
Could you raise an issue at https://issues.alfresco.com (Alfresco project) for us, please? We'll be happy to follow up and resolve the issue.

This is actually the same issue as Alfresco/acs-deployment#24 which has already been fixed for Enterprise.