Solr 7.7.2 IndexWriter is closed as a result of NullPointerException at SchemaSimilarityFactory.SchemaSimilarity.get

2021-01-27 Thread evgeniak
Issue: IndexWriter of a specific core has been closed as a result of NullPointerException at "SchemaSimilarityFactory.SchemaSimilarity.get" when updating one of the documents. After this exception, Solr stops indexing the next documents to this specific core and we have to restart the Solr process

[jira] [Created] (SOLR-13586) Solr 7.7.2 - Autoscaling ignores sysprop rules if no nodes able to satisfy

2019-06-28 Thread Andrew Kettmann (JIRA)
Andrew Kettmann created SOLR-13586: -- Summary: Solr 7.7.2 - Autoscaling ignores sysprop rules if no nodes able to satisfy Key: SOLR-13586 URL: https://issues.apache.org/jira/browse/SOLR-13586 Project

Re: [ANNOUNCE] Apache Solr 7.7.2 released

2019-06-05 Thread Bram Van Dam
On 05/06/2019 16:26, Jan Høydahl wrote: > 4 June 2019, Apache Solr™ 7.7.2 available Thanks for making this happen, Jan, much appreciated! - Bram

[ANNOUNCE] Apache Lucene 7.7.2 released

2019-06-05 Thread Jan Høydahl
4 June 2019, Apache Lucene™ 7.7.2 available The Lucene PMC is pleased to announce the release of Apache Lucene 7.7.2. 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

[ANNOUNCE] Apache Solr 7.7.2 released

2019-06-05 Thread Jan Høydahl
4 June 2019, Apache Solr™ 7.7.2 available The Lucene PMC is pleased to announce the release of Apache Solr 7.7.2. 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

Re: Lucene/Solr 7.7.2

2019-06-04 Thread Jan Høydahl
The 7.7.2 release is pushed and has made it to 91% of the mirrors. The website has been updated to reflect the new version, please see if it looks ok: https://lucene.apache.org/core/downloads.html https://lucene.apache.org/solr/downloads.html https://lucene.apache.org/core/corenews.html https

[RESULT] [VOTE] Release Lucene/Solr 7.7.2 RC1

2019-06-04 Thread Jan Høydahl
>> >> +1 >> >> SUCCESS! [0:51:25.880324] >> >> On Wed, May 29, 2019 at 5:24 AM Jan Høydahl wrote: >>> >>> Please vote for release candidate 1 for Lucene/Solr 7.7.2 >>> >>> The artifacts can be downloaded from: >>&g

Re: [VOTE] Release Lucene/Solr 7.7.2 RC1

2019-06-01 Thread Ishan Chattopadhyaya
M Jan Høydahl wrote: >> >> Please vote for release candidate 1 for Lucene/Solr 7.7.2 >> >> The artifacts can be downloaded from: >> https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-7.7.2-RC1-revd4c30fc2856154f2c1fefc589eb7cd070a415b94 >> >> Yo

Re: [VOTE] Release Lucene/Solr 7.7.2 RC1

2019-06-01 Thread Andrzej Białecki
+1 SUCCESS! [1:44:46.792802] > On 31 May 2019, at 14:45, Shalin Shekhar Mangar > wrote: > > +1 > > SUCCESS! [0:51:25.880324] > > On Wed, May 29, 2019 at 5:24 AM Jan Høydahl <mailto:jan@cominvent.com>> wrote: > Please vote for release candidate 1 for

Re: [VOTE] Release Lucene/Solr 7.7.2 RC1

2019-05-31 Thread Shalin Shekhar Mangar
+1 SUCCESS! [0:51:25.880324] On Wed, May 29, 2019 at 5:24 AM Jan Høydahl wrote: > Please vote for release candidate 1 for Lucene/Solr 7.7.2 > > The artifacts can be downloaded from: > > https://dist.apache.org/repos/dist/dev/lucene/lucene

Re: [VOTE] Release Lucene/Solr 7.7.2 RC1

2019-05-30 Thread Jan Høydahl
The log file is the stout/err from gpg, and its encoding is probably depending on system Terminal default. Therefore it should be opened also using system default encoding, not hard coded to USF-8. Feel free to open a Jira for this. I won’t be able to look at this before Tuesday. Sendt fra min

Re: [VOTE] Release Lucene/Solr 7.7.2 RC1

2019-05-30 Thread Andrzej Białecki
It’s failing for me in every place where the keys are read using ‘utf-8’. Changing it to ISO-8859-1 “fixes” this error but it’s not clear to me why this is happening in my environment and not in others'. > On 30 May 2019, at 17:13, Jan Høydahl wrote: > > Try with encoding=‘ISO-8859-1’ in this

Re: [VOTE] Release Lucene/Solr 7.7.2 RC1

2019-05-30 Thread Jan Høydahl
Try with encoding=‘ISO-8859-1’ in this line: https://github.com/apache/lucene-solr/blob/faaee86efb01fa6e431fcb129cfb956c7d62d514/dev-tools/scripts/smokeTestRelease.py#L378 Jan Høydahl > 30. mai 2019 kl. 15:21 skrev Jan Høydahl : > > Hmm 0xf8 is the ascii code for letter «ø» which is part of m

Re: [VOTE] Release Lucene/Solr 7.7.2 RC1

2019-05-30 Thread Jan Høydahl
Hmm 0xf8 is the ascii code for letter «ø» which is part of my surname and probably in my gpg key. Sounds like the keys file is attempted parsed as utf-8 but is ISO encoded or something? Can you check exactly what line of smoketester script that barfs? Jan Høydahl > 30. mai 2019 kl. 15:06 skrev

Re: [VOTE] Release Lucene/Solr 7.7.2 RC1

2019-05-30 Thread Andrzej Białecki
Hi, For some reason I’m getting the following error (Mac OSX Mojave, clean checkout of branch_7_7): JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home python3 -u dev-tools/scripts/smokeTestRelease.py https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-7.7.2-RC1

Re: [VOTE] Release Lucene/Solr 7.7.2 RC1

2019-05-30 Thread Martin Grigorov
Hi, +1 Tested with my application that uses just Lucene, no Solr. Regards, Martin On Wed, May 29, 2019 at 2:54 AM Jan Høydahl wrote: > Please vote for release candidate 1 for Lucene/Solr 7.7.2 > > The artifacts can be downloaded from: > > https://dist.apache.org/repos/dist/de

Re: [VOTE] Release Lucene/Solr 7.7.2 RC1

2019-05-29 Thread Bram Van Dam
I don't get a vote, but smoke tests pass for me. On 29/05/2019 01:54, Jan Høydahl wrote: > Please vote for release candidate 1 for Lucene/Solr 7.7.2 > > The artifacts can be downloaded from: > https://dist.apache.org/repos/dist/dev/lucene/luce

Re: Lucene/Solr 7.7.2

2019-05-29 Thread Jan Høydahl
w that 8.1.1 vote has passed, I'll proceed with the 7.7.2 release. > > -- > Jan Høydahl, search solution architect > Cominvent AS - www.cominvent.com <http://www.cominvent.com/> > >> 21. mai 2019 kl. 16:13 skrev Uwe Schindler > <mailto:u...@thetaphi.de>>: >

Re: [VOTE] Release Lucene/Solr 7.7.2 RC1

2019-05-28 Thread Kevin Risden
+1 SUCCESS! [1:14:45.390365] Kevin Risden On Tue, May 28, 2019 at 7:54 PM Jan Høydahl wrote: > Please vote for release candidate 1 for Lucene/Solr 7.7.2 > > The artifacts can be downloaded from: > > https://dist.apache.org/repos/dist/dev/lucene/lucene

[VOTE] Release Lucene/Solr 7.7.2 RC1

2019-05-28 Thread Jan Høydahl
Please vote for release candidate 1 for Lucene/Solr 7.7.2 The artifacts can be downloaded from: https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-7.7.2-RC1-revd4c30fc2856154f2c1fefc589eb7cd070a415b94 You can run the smoke tester directly with this command: python3 -u dev-tools/scripts

Re: Lucene/Solr 7.7.2

2019-05-28 Thread Jan Høydahl
Now that 8.1.1 vote has passed, I'll proceed with the 7.7.2 release. -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com > 21. mai 2019 kl. 16:13 skrev Uwe Schindler : > > Please wait for: https://issues.apache.org/jira/browse/LUCENE-8807 > <https

RE: Lucene/Solr 7.7.2

2019-05-21 Thread Uwe Schindler
iek 19, D-28357 Bremen https://www.thetaphi.de eMail: u...@thetaphi.de From: Jan Høydahl Sent: Thursday, May 16, 2019 6:20 PM To: dev@lucene.apache.org Subject: Re: Lucene/Solr 7.7.2 Here is the first draft of the release notes for Lucene and Solr 7.7.2 https://wiki.apache.org/lucen

Re: Lucene/Solr 7.7.2

2019-05-16 Thread Andrzej Białecki
t;> collection. >>> SOLR-13254: Correct message that is logged in solrj's ConnectionManager >>> when an exception… >>> >>> I see no BLOCKERS, and the only JIRA I have on my list for potential >>> backport now is >>> SOLR-12833:

Re: Lucene/Solr 7.7.2

2019-05-16 Thread Jan Høydahl
t;> collection. >>> SOLR-13254: Correct message that is logged in solrj's ConnectionManager >>> when an exception… >>> >>> I see no BLOCKERS, and the only JIRA I have on my list for potential >>> backport now is >>> SOLR-12833:

Re: Lucene/Solr 7.7.2

2019-05-16 Thread Jan Høydahl
ial >> backport now is >> SOLR-12833: Use timed-out lock in DistributedUpdateProcessor >> >> Ishan, Hoss, Andrzej, Smiley, you recently worked with it, what is your >> evaluation of whether it should go in 7.7.2? >> >> -- >> Jan Høydahl, search so

Re: Lucene/Solr 7.7.2

2019-05-16 Thread Jan Høydahl
Here is the first draft of the release notes for Lucene and Solr 7.7.2 https://wiki.apache.org/lucene-java/ReleaseNote772 https://wiki.apache.org/solr/ReleaseNote772 I see no reason for choosing some of the 25 Solr bug fixes to highlight. Some of them are high imact and some are security related

Re: Lucene/Solr 7.7.2

2019-05-16 Thread Andrzej Białecki
j's ConnectionManager when > an exception… > > I see no BLOCKERS, and the only JIRA I have on my list for potential backport > now is > SOLR-12833: Use timed-out lock in DistributedUpdateProcessor > > Ishan, Hoss, Andrzej, Smiley, you recently worked with it, what is

Re: Lucene/Solr 7.7.2

2019-05-16 Thread Uwe Schindler
med-out lock in DistributedUpdateProcessor > >Ishan, Hoss, Andrzej, Smiley, you recently worked with it, what is your >evaluation of whether it should go in 7.7.2? > >-- >Jan Høydahl, search solution architect >Cominvent AS - www.cominvent.com > >> 14. mai 2019 kl. 1

Re: Lucene/Solr 7.7.2

2019-05-16 Thread Jan Høydahl
the only JIRA I have on my list for potential backport now is SOLR-12833: Use timed-out lock in DistributedUpdateProcessor Ishan, Hoss, Andrzej, Smiley, you recently worked with it, what is your evaluation of whether it should go in 7.7.2? -- Jan Høydahl, search solution architect Cominvent AS - w

Re: Lucene/Solr 7.7.2

2019-05-14 Thread Ishan Chattopadhyaya
. mai 2019 kl. 23:07 skrev Cassandra Targett : >> >> Someone brought https://issues.apache.org/jira/browse/SOLR-13112 to my >> attention today, which upgraded the Jackson dependencies to 2.9.8. Would it >> be possible for those to be backported to branch_7_7 for inclusion i

Re: Lucene/Solr 7.7.2

2019-05-14 Thread Jan Høydahl
which upgraded the Jackson dependencies to 2.9.8. Would it be possible for >> those to be backported to branch_7_7 for inclusion in 7.7.2? >> >> Cassandra >> On May 8, 2019, 2:51 PM -0500, Jan Høydahl > <mailto:jan@cominvent.com>>, wrote: >>> Yes please do

Re: Lucene/Solr 7.7.2

2019-05-10 Thread Kevin Risden
rev Cassandra Targett : > > Someone brought https://issues.apache.org/jira/browse/SOLR-13112 to my > attention today, which upgraded the Jackson dependencies to 2.9.8. Would it > be possible for those to be backported to branch_7_7 for inclusion in 7.7.2? > > Cassandra > On May 8, 2019, 2

Re: Lucene/Solr 7.7.2

2019-05-09 Thread Jan Høydahl
LR-13112> to my attention today, > which upgraded the Jackson dependencies to 2.9.8. Would it be possible for > those to be backported to branch_7_7 for inclusion in 7.7.2? > > Cassandra > On May 8, 2019, 2:51 PM -0500, Jan Høydahl , wrote: >> Yes please do! >> &g

Re: Lucene/Solr 7.7.2

2019-05-09 Thread Cassandra Targett
Someone brought https://issues.apache.org/jira/browse/SOLR-13112 to my attention today, which upgraded the Jackson dependencies to 2.9.8. Would it be possible for those to be backported to branch_7_7 for inclusion in 7.7.2? Cassandra On May 8, 2019, 2:51 PM -0500, Jan Høydahl , wrote: >

Re: Lucene/Solr 7.7.2

2019-05-08 Thread Jan Høydahl
: >> >> Hi, >> >> I would like to back-port the recent changes in the re-opened SOLR-12833, >> since the increased memory consumption adversely affects existing 7x users. >> >> On 3 May 2019, at 10:38, Jan Høydahl wrote: >> >> To not confuse t

Re: Lucene/Solr 7.7.2

2019-05-08 Thread Ishan Chattopadhyaya
38, Jan Høydahl wrote: > > To not confuse two releases at the same time, I'll delay the first 7.7.2 RC > until after a successful 8.1 vote. > Uwe, can you re-enable the Jenkins 7.7 jobs to make sure we have a healthy > branch_7_7? > Feel free to push important bug fixes to th

Re: Lucene/Solr 7.7.2

2019-05-03 Thread Jan Høydahl
ion adversely affects existing 7x users. > >> On 3 May 2019, at 10:38, Jan Høydahl > <mailto:jan@cominvent.com>> wrote: >> >> To not confuse two releases at the same time, I'll delay the first 7.7.2 RC >> until after a successful 8.1 vote. >> Uwe

Re: Lucene/Solr 7.7.2

2019-05-03 Thread Andrzej Białecki
Hi, I would like to back-port the recent changes in the re-opened SOLR-12833, since the increased memory consumption adversely affects existing 7x users. > On 3 May 2019, at 10:38, Jan Høydahl wrote: > > To not confuse two releases at the same time, I'll delay the first 7.7

Lucene/Solr 7.7.2

2019-05-03 Thread Jan Høydahl
To not confuse two releases at the same time, I'll delay the first 7.7.2 RC until after a successful 8.1 vote. Uwe, can you re-enable the Jenkins 7.7 jobs to make sure we have a healthy branch_7_7? Feel free to push important bug fixes to the branch in the meantime, announcing them in

Re: 7.7.2?

2019-04-30 Thread Ishan Chattopadhyaya
+1 Jan for May 7th. Hopefully, 8.1 would be already out by then (or close to being there). On Tue, Apr 30, 2019 at 1:33 PM Bram Van Dam wrote: > > On 29/04/2019 23:33, Jan Høydahl wrote: > > I'll vounteer as RM for 7.7.2 and aim at first RC on Tuesday May

Re: 7.7.2?

2019-04-30 Thread Bram Van Dam
On 29/04/2019 23:33, Jan Høydahl wrote: > I'll vounteer as RM for 7.7.2 and aim at first RC on Tuesday May 7th Thank you!

Re: 7.7.2?

2019-04-29 Thread Noble Paul
Thanks Jan On Tue, Apr 30, 2019 at 7:33 AM Jan Høydahl wrote: > > I'll vounteer as RM for 7.7.2 and aim at first RC on Tuesday May 7th, a week > from now. > Please back-port important bug- or security fixes if you are aware of any > that are not in. > Who can ac

Re: 7.7.2?

2019-04-29 Thread Jan Høydahl
I'll vounteer as RM for 7.7.2 and aim at first RC on Tuesday May 7th, a week from now. Please back-port important bug- or security fixes if you are aware of any that are not in. Who can activate Jenkins jobs for branch_7_7? -- Jan Høydahl, search solution architect Cominve

7.7.2?

2019-04-29 Thread Bram Van Dam
Hey folks, Was anyone planning on releasing 7.7.2? It seems like there are quite a few bug fixes, including the one with the high CPU usage. Full list of fixes so far: SOLR-13414, SOLR-13409, SOLR-13408, SOLR-13392, SOLR-13355, SOLR-13349, SOLR-13344, SOLR-13285, SOLR-13281, SOLR-13234, SOLR