Re: Solr 5.2.1 replication hangs possibly during segment merge after a delete operation

2019-01-29 Thread Ravi Prakash
Thanks. I am not explicitly asking solr to optimize. I do send -commit yes in the POST command when I execute the delete query. In the master-slave node where replication is hung I see this: On the master: -bash-4.1$ ls -al data/index/segments_* -rw-rw-r--. 1 u g 1269 Jan 29 16:23 data/index/se

Re: Solr 5.2.1 replication hangs possibly during segment merge after a delete operation

2019-01-29 Thread Shawn Heisey
On 1/28/2019 5:39 PM, Ravi Prakash wrote: I have a situation where I am trying to setup a once daily cron job on the master node to delete old documents from the index based on our retention policy. This reply may not do you any good. Just wanted you to know up front that I might not be hel

Solr 5.2.1 replication hangs possibly during segment merge after a delete operation

2019-01-28 Thread Ravi Prakash
I have a situation where I am trying to setup a once daily cron job on the master node to delete old documents from the index based on our retention policy. I delete only 1days worth of data based on my schema which deletes couple of 1000 docs and not more. This is a test cluster and the doc co