Re: Mismatch between replication API & index.properties

2019-08-01 Thread Atita Arora
I am not sure but just guessing is this node acting as a repeater? This seems legitimate as Jai mentioned above, the discrepancy could be because of unsuccessful replication due to disk space constraints. On Thu, Aug 1, 2019 at 6:19 AM Aman Tandon wrote: > Yes, that is what my understanding is

Re: Mismatch between replication API & index.properties

2019-07-31 Thread Aman Tandon
Yes, that is what my understanding is but if you see the Replication handler response it is saying it is referring to the index folder not to the one shown in index.properties. Due to that confusion I am not able to delete the folder. Is this some bug or default behavior where irrespective of the

Re: Mismatch between replication API & index.properties

2019-07-31 Thread jai dutt
It's correct behaviour , Solr put replica index file in this format only and you can find latest index pointing in index.properties file. Usually afer successful full replication Solr remove old timestamp dir. On Wed, 31 Jul, 2019, 8:02 PM Aman Tandon, wrote: > Hi, > > We are having a situation