I have setup solr master slave architecture to separate read and write traffic to our solr machines. The 'replicateAfter' parameter is set as 'commit,startup' on master configuration.The configuration works fine except for a one glitch.Whenever data import is running on master,the data gets deleted on slave machine.Do we need to disable replication before running data import on master?
I have read solr official documentation but it doesn't provide any insights regarding the same.