Re: Solr 8.1 issue with collection aliases

2019-05-16 Thread Andrzej Białecki
Yes, I can work on 8.1.1 release - I’ll announce this shortly. > On 16 May 2019, at 13:51, Ishan Chattopadhyaya > wrote: > > Absolutely. This is a critical feature. > Andrzej, would you have time to do a 8.1.1 release? We also need to > coordinate with Jan, since he's doing a 7.7.2 release

Re: Solr 8.1 issue with collection aliases

2019-05-16 Thread Ishan Chattopadhyaya
Absolutely. This is a critical feature. Andrzej, would you have time to do a 8.1.1 release? We also need to coordinate with Jan, since he's doing a 7.7.2 release right now. On Thu, May 16, 2019 at 5:18 PM Jörn Franke wrote: > > For the specific client the Solr 8.1 is not usable with this bug. >

Re: Solr 8.1 issue with collection aliases

2019-05-16 Thread Jörn Franke
For the specific client the Solr 8.1 is not usable with this bug. Collection aliases are also a crucial feature for doing “zero-downtime” reindexing or changing the Schema of a collection or for switching back to an old Index if the new Index structure has bugs etc. However I also understand

Re: Solr 8.1 issue with collection aliases

2019-05-16 Thread Ishan Chattopadhyaya
Does this warrant a 8.1.1 release? I think this is serious enough. On Thu, May 16, 2019 at 12:03 PM Jörn Franke wrote: > > SOLR-13475 > > > Am 16.05.2019 um 05:24 schrieb Ishan Chattopadhyaya > > : > > > > Please open a JIRA. > > > >> On Thu, 16 May, 2019, 8:09 AM Jörn Franke, wrote: > >>

Re: Solr 8.1 issue with collection aliases

2019-05-16 Thread Jörn Franke
SOLR-13475 > Am 16.05.2019 um 05:24 schrieb Ishan Chattopadhyaya > : > > Please open a JIRA. > >> On Thu, 16 May, 2019, 8:09 AM Jörn Franke, wrote: >> Sorry autocorrection. It is not only a admin UI issue. I described in my >> previous email that access through the collection alias does not

Re: Solr 8.1 issue with collection aliases

2019-05-15 Thread Ishan Chattopadhyaya
Please open a JIRA. On Thu, 16 May, 2019, 8:09 AM Jörn Franke, wrote: > Sorry autocorrection. It is not only a admin UI issue. I described in my > previous email that access through the collection alias does not work. I > cannot even do execute the select query handler if I use the collection >

Re: Solr 8.1 issue with collection aliases

2019-05-15 Thread Jörn Franke
Sorry autocorrection. It is not only a admin UI issue. I described in my previous email that access through the collection alias does not work. I cannot even do execute the select query handler if I use the collection alias instead of the collection name. So it is maybe more problematic. > Am

Re: Solr 8.1 issue with collection aliases

2019-05-15 Thread Jörn Franke
Note only an admin UI issue. Access collections via their alias does not work. > Am 15.05.2019 um 15:47 schrieb Mikhail Khludnev : > > It seems creating alias in Solr Admin UI is broken. It's a minor issue for > 8.1.0 > I've alias via REST call >

Re: Solr 8.1 issue with collection aliases

2019-05-15 Thread Ishan Chattopadhyaya
Thanks Jörn for reporting this. Sounds like some backward comparability break with aliases. Can you please open a JIRA? I'll take a look at reproducing it soon. On Wed, 15 May, 2019, 7:18 PM Mikhail Khludnev, wrote: > It seems creating alias in Solr Admin UI is broken. It's a minor issue for >

Re: Solr 8.1 issue with collection aliases

2019-05-15 Thread Mikhail Khludnev
It seems creating alias in Solr Admin UI is broken. It's a minor issue for 8.1.0 I've alias via REST call http://localhost:8983/solr/admin/collections?action=CREATEALIAS=testalias=gettingstarted successfully. Jörn, thanks for reporting. On Tue, May 14, 2019 at 11:03 PM Jörn Franke wrote: > Hi,