collective / collective.recipe.solrinstance

Buildout recipe to configure a Solr instance
https://pypi.python.org/pypi/collective.recipe.solrinstance
5 stars 13 forks source link

XML config is not recreated in mc setup #58

Closed tomgross closed 7 years ago

tomgross commented 7 years ago

If an element in a MultiCore setup is changed the configuration files are not recreated. This is counter intuitive to how zc.buildout works normally.

The configuration files ARE recreated if the main part changes.

Version 6.0b3

tomgross commented 7 years ago

A workaround is to change the main part by adding / changing a comment, like this:

[solr]
recipe = collective.recipe.solrinstance:mc
...
additional-schema-config =
    <!-- Hi -->
mauritsvanrees commented 7 years ago

I am seeing this too. If was fixed before in issue #24 but it has returned.

mauritsvanrees commented 7 years ago

This was fixed in the merged pull request.