Robert Gutschale

Results 14 comments of Robert Gutschale

Sounds like a good proposal to me. @divio: Is there an "official" opinion about this?

This works, although I had to change the ZooKeeper.CLUSTER_STATE before initializing the ZooKeeper instance, as described in https://github.com/django-haystack/pysolr/issues/224#issuecomment-385271162: ``` [...] ZooKeeper.CLUSTER_STATE = '/collections/{}/state.json'.format(connection_options['COLLECTION']) zookeeper = ZooKeeper(connection_options['URL']) [...] ``` Plus, the...

I'll investigate some more as to what is actually causing this issue. It seems like no real database connection is made during the probes.

I keep in mind to test that when I have the opportunity.

@vvvityaaa Yes, the log contains at least the `The 'file' attribute has no file associated with it.` error, but not the traceback.

@Schille Do we have something to do here? We're using hurricane on some projects with 3.2

Thank you @wfehr! Do you happen to know whether aldryn-search is deprecated? It isn't marked as such, but given that your PR is open for months now...

We could also include a third option and read them from env. What do you think about that?