thelabdude opened a new pull request #193: URL: https://github.com/apache/lucene-solr-operator/pull/193
Fixes: https://github.com/apache/lucene-solr-operator/issues/192 SolrCloud controller now looks for the presence of a `log4j2.xml` key in the `instance.Spec.CustomSolrKubeOptions.ConfigMapOptions.ProvidedConfigMap` The only tricky aspect of this PR is we don't save the md5 in an annotation if the provided Log4j2 config includes `monitorInterval=` as we don't need to trigger a restart of the Solr pods as Log4j2 will reload the config at runtime. If the config does not include `monitorInterval`, then we save the md5 hash of the XML in an annotation on the pod spec to trigger a restart as we do for solr.xml ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org