Re: /var/solr/data has lots of index* directories

2018-03-05 Thread Tom Peters
Thanks. I went ahead and did that. I think the multiple directories stemmed from an issue I sent to the list a week or two ago about deleteByQueries knocking my replicas offline. > On Mar 5, 2018, at 1:44 PM, Shalin Shekhar Mangar > wrote: > > You can look inside the

Re: /var/solr/data has lots of index* directories

2018-03-05 Thread Shalin Shekhar Mangar
You can look inside the index.properties. The directory name mentioned in that properties file is the one being used actively. The rest are old directories that should be cleaned up on Solr restart but you can delete them yourself without any issues. On Mon, Mar 5, 2018 at 11:43 PM, Tom Peters

/var/solr/data has lots of index* directories

2018-03-05 Thread Tom Peters
While trying to debug an issue with CDCR, I noticed that the /var/solr/data directories on my source cluster have wildly different sizes. % for i in solr2-{a..e}; do echo -n "$i: "; ssh -A $i du -sh /var/solr/data; done solr2-a: 9.5G /var/solr/data solr2-b: 29G/var/solr/data