Re: Policeman Jenkins lost it's "/view/Lucene-Solr/"

2020-07-15 Thread Erick Erickson
Let me try something. In the “you’ve got to be joking” category. Tell me you wouldn’t have made the same mistake ;) In several places: String parent = new Path(leaderPath).getParent().toString(); was replaced with: String parent = Paths.get(leaderPath).getParent().toString(); BUT, the new

RE: Policeman Jenkins lost it's "/view/Lucene-Solr/"

2020-07-15 Thread Uwe Schindler
It looks like the disk full behaviour on Windows is caused by the commit of https://issues.apache.org/jira/browse/SOLR-13939 We should revert this. - Uwe Schindler Achterdiek 19, D-28357 Bremen https://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: Uwe

Re: 8.6 release

2020-07-15 Thread Erick Erickson
+1 > On Jul 15, 2020, at 11:06 AM, Ishan Chattopadhyaya > wrote: > > Thanks for the release, Bruno. And congrats on a great job with it. :-) > > On Fri, Jul 10, 2020 at 1:47 AM Shawn Heisey wrote: > On 7/9/2020 1:24 AM, Ishan Chattopadhyaya wrote: > > I wish to send out something like this

RE: Policeman Jenkins lost it's "/view/Lucene-Solr/"

2020-07-15 Thread Uwe Schindler
This job was a new checkout (the first one after the cleanup). Again it filled up the disk: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/9096/consoleText Search for: "There is not enough space on the disk" It looks like it's caused by Test:

RE: Policeman Jenkins lost it's "/view/Lucene-Solr/"

2020-07-15 Thread Uwe Schindler
Hi, some job again filled all of the disk. There seems to be a bug on Solr tests running on Windows so that it fills all remaining space on disk (18 Gigabytes). Uwe - Uwe Schindler Achterdiek 19, D-28357 Bremen https://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- >

Re: 8.6 release

2020-07-15 Thread Ishan Chattopadhyaya
Thanks for the release, Bruno. And congrats on a great job with it. :-) On Fri, Jul 10, 2020 at 1:47 AM Shawn Heisey wrote: > On 7/9/2020 1:24 AM, Ishan Chattopadhyaya wrote: > > I wish to send out something like this to coincide with the release > > announcement. > > Please review: > > >

Re: [ANNOUNCE] Apache Solr 8.6.0 released

2020-07-15 Thread Ishan Chattopadhyaya
Dear Solr Users, In this release (Solr 8.6), we have deprecated the following: 1. Data Import Handler 2. HDFS support 3. Cross Data Center Replication (CDCR) All of these are scheduled to be removed in a future 9.x release. It was decided that these components did not meet the

[ANNOUNCE] Apache Solr 8.6.0 released

2020-07-15 Thread Bruno Roustant
The Lucene PMC is pleased to announce the release of Apache Solr 8.6.0. Solr is the popular, blazing fast, open source NoSQL search platform from the Apache Lucene project. Its major features include powerful full-text search, hit highlighting, faceted search, dynamic clustering, database

[ANNOUNCE] Apache Lucene 8.6.0 released

2020-07-15 Thread Bruno Roustant
The Lucene PMC is pleased to announce the release of Apache Lucene 8.6.0. Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java. It is a technology suitable for nearly any application that requires full-text search, especially cross-platform.