Re: Replication strange behaviour

2012-12-07 Thread Tomás Fernández Löbbe
This log seems to be from when you start Solr, is it? This is master's log, right? It would be more useful to see the log when the replication actually happens. You should see something like: Master's generation: Slave's generation: Starting replication process ... On Fri, Dec 7, 2012 at 2:16 P

Re: Replication strange behaviour

2012-12-07 Thread André Maldonado
No excpetions... INFO: Opening Searcher@21fb3211 main Dec 6, 2012 5:09:55 PM org.apache.solr.update.DirectUpdateHandler2$CommitTracker INFO: AutoCommit: disabled Dec 6, 2012 5:09:55 PM org.apache.solr.handler.component.SearchHandler inform INFO: Adding component:org.apache.solr.handler.component

Re: Replication strange behaviour

2012-12-07 Thread Tomás Fernández Löbbe
hmm then I'm not sure what can be happening. Do you see anything in the logs? any exception? Maybe you can share a piece of log that includes the replication. On Fri, Dec 7, 2012 at 12:09 PM, André Maldonado wrote: > Yes, I'm sure. Files were changed yesterday, this morning we had a full > reind

Re: Replication strange behaviour

2012-12-07 Thread André Maldonado
Yes, I'm sure. Files were changed yesterday, this morning we had a full reindexation... Thank's * -- * *"E conhecereis a verdade, e a verdade vos libertará." (João 8:32)* *andre.maldonado*@gmail.com (1

Re: Replication strange behaviour

2012-12-07 Thread Tomás Fernández Löbbe
Have you committed the changes on the master? Are you sure that the replication didn't happen before you change the configuration files? On Fri, Dec 7, 2012 at 11:56 AM, André Maldonado wrote: > The index (documents), was also updated. But the two servers have the same > index version. > > Thank

Re: Replication strange behaviour

2012-12-07 Thread André Maldonado
The index (documents), was also updated. But the two servers have the same index version. Thank's * -- * *"E conhecereis a verdade, e a verdade vos libertará." (João 8:32)* *andre.maldonado*@gmail.com

Re: Replication strange behaviour

2012-12-07 Thread Tomás Fernández Löbbe
If I remember correctly, updated files in the master only get replicated if there is a change in the index (if the index version from the master and the slave are the same, nothing gets replicated, not even the configuration files). Are you currently updating the index or just the configuration fil

Replication strange behaviour

2012-12-07 Thread André Maldonado
Hi all. I have a master/slave server configuration that seems to be working for a while. Yesterday we updated synonyms.txt in master, and the replication did not copied the file for slave server. When we check these files in servers, we can see that the dates are different for several files. Th