Re: Replication with managed resources?

2016-08-04 Thread rosbaldeston
Raised as https://issues.apache.org/jira/browse/SOLR-9382 -- View this message in context: http://lucene.472066.n3.nabble.com/Replication-with-managed-resources-tp4289880p4290386.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Replication with managed resources?

2016-08-03 Thread rosbaldeston
I was just running my own test and it seems it doesn't replicate or reload the managed schema synonyms file. Not on a manual replication request after a synonym change and not on an index change triggering an automatic replication at least. Used this as the slaves confFiles, not sure if this allow

Re: Replication with managed resources?

2016-08-03 Thread rosbaldeston
Erick Erickson wrote > It Depends. When running in Cloud mode then "yes". If you're running > stand-alone > then there is no Zookeeper running so the answer is "no". Ah that helps, so no zookeeper in my case. I did wonder if it wasn't just sharing the same config files between master and slave fro

Re: Replication with managed resources?

2016-08-03 Thread rosbaldeston
Am I right in saying managed resources are handled by zookeeper rather than files on the filesystem and I should ignore any files such as: managed-schema, _rest_managed.json, _schema_analysis_stopwords_english.json, _schema_analysis_synonyms_english.json ... I should not try to copy any of th

Replication with managed resources?

2016-08-01 Thread rosbaldeston
I've a single core index with a managed schema, synonyms and stopwords that I'm thinking of making a master/slave pair via replication. How does does the replication confFiles option work with managed resources? Should I use their internal '_managed_xxx' filenames? -- View this message in con