[jira] [Commented] (LUCENE-8075) Possible null pointer dereference in core/src/java/org/apache/lucene/codecs/blocktree/IntersectTermsEnum.java

2017-12-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16280494#comment-16280494 ] ASF GitHub Bot commented on LUCENE-8075: Github user jpountz commented on a diff

[GitHub] lucene-solr pull request #286: [LUCENE-8075] Possible null pointer dereferen...

2017-12-06 Thread jpountz
Github user jpountz commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/286#discussion_r155295185 --- Diff: lucene/core/src/java/org/apache/lucene/codecs/blocktree/IntersectTermsEnum.java --- @@ -106,37 +106,37 @@ public IntersectTermsEnum(FieldRead

[jira] [Commented] (SOLR-9743) An UTILIZENODE command

2017-12-06 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16280487#comment-16280487 ] ASF subversion and git services commented on SOLR-9743: --- Commit 4638e

Re: [JENKINS] Lucene-Solr-master-Windows (64bit/jdk1.8.0_144) - Build # 7042 - Still Unstable!

2017-12-06 Thread David Smiley
Is it known why sometimes a bunch of seemingly random tests fail, purportedly because some index files couldn't be cleaned up? In the build I'm replying to, 2 tests failed with this sort of error. The third (org.apache.solr.util.UtilsToolTest.testRelativePath) failed due to an actual assertion an

[jira] [Commented] (SOLR-9743) An UTILIZENODE command

2017-12-06 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16280485#comment-16280485 ] ASF subversion and git services commented on SOLR-9743: --- Commit 2f231

[jira] [Commented] (LUCENE-8075) Possible null pointer dereference in core/src/java/org/apache/lucene/codecs/blocktree/IntersectTermsEnum.java

2017-12-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16280476#comment-16280476 ] ASF GitHub Bot commented on LUCENE-8075: Github user imgpulak commented on a diff

[GitHub] lucene-solr pull request #286: [LUCENE-8075] Possible null pointer dereferen...

2017-12-06 Thread imgpulak
Github user imgpulak commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/286#discussion_r155292700 --- Diff: lucene/core/src/java/org/apache/lucene/codecs/blocktree/IntersectTermsEnum.java --- @@ -106,37 +106,37 @@ public IntersectTermsEnum(FieldRea

Re: branch_7_2 created

2017-12-06 Thread Adrien Grand
Thank you for the note Christine. It looks like it was added by mistake when backporting SOLR-9743. I will remove it. Le mer. 6 déc. 2017 à 17:12, Cassandra Targett a écrit : > I just noticed that 'solr/CHANGES.txt' on branch_7_2 still has a section > for 8.0.0 (but 'lucene/CHANGES.txt' is fine)

[GitHub] lucene-solr pull request #:

2017-12-06 Thread jpountz
Github user jpountz commented on the pull request: https://github.com/apache/lucene-solr/commit/962313b83ba9c69379e1f84dffc881a361713ce9#commitcomment-26091410 In solr/core/src/java/org/apache/solr/util/SolrPluginUtils.java: In solr/core/src/java/org/apache/solr/util/SolrPluginUtil

[jira] [Commented] (LUCENE-8075) Possible null pointer dereference in core/src/java/org/apache/lucene/codecs/blocktree/IntersectTermsEnum.java

2017-12-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16280464#comment-16280464 ] ASF GitHub Bot commented on LUCENE-8075: Github user jpountz commented on a diff

[GitHub] lucene-solr pull request #286: [LUCENE-8075] Possible null pointer dereferen...

2017-12-06 Thread jpountz
Github user jpountz commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/286#discussion_r155291224 --- Diff: lucene/core/src/java/org/apache/lucene/codecs/blocktree/IntersectTermsEnum.java --- @@ -106,37 +106,37 @@ public IntersectTermsEnum(FieldRead

[jira] [Commented] (SOLR-11078) Solr query performance degradation since Solr 6.4.2

2017-12-06 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16280457#comment-16280457 ] Adrien Grand commented on SOLR-11078: - bq. I would either leave out the "or use StrFie

[jira] [Resolved] (LUCENE-8051) Typo in LevensHtein distance

2017-12-06 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-8051. -- Resolution: Fixed Fix Version/s: 7.3 master (8.0) > Typo in LevensHte

[jira] [Commented] (LUCENE-8051) Typo in LevensHtein distance

2017-12-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16280438#comment-16280438 ] ASF GitHub Bot commented on LUCENE-8051: Github user asfgit closed the pull reque

[GitHub] lucene-solr pull request #284: [LUCENE-8051] Typo in LevensHtein distance

2017-12-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/lucene-solr/pull/284 --- - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

[jira] [Commented] (LUCENE-8051) Typo in LevensHtein distance

2017-12-06 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16280434#comment-16280434 ] ASF subversion and git services commented on LUCENE-8051: - Commit

[jira] [Commented] (LUCENE-8051) Typo in LevensHtein distance

2017-12-06 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16280435#comment-16280435 ] ASF subversion and git services commented on LUCENE-8051: - Commit

[jira] [Updated] (LUCENE-8015) TestBasicModelIne.testRandomScoring failure

2017-12-06 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-8015: - Attachment: LUCENE-8015.patch If we are fine with removing support for {{NoAfterEffect}}, maybe w

[jira] [Commented] (SOLR-11078) Solr query performance degradation since Solr 6.4.2

2017-12-06 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16280422#comment-16280422 ] ASF subversion and git services commented on SOLR-11078: Commit 12

[jira] [Commented] (SOLR-11078) Solr query performance degradation since Solr 6.4.2

2017-12-06 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16280417#comment-16280417 ] ASF subversion and git services commented on SOLR-11078: Commit 29

[jira] [Commented] (SOLR-11078) Solr query performance degradation since Solr 6.4.2

2017-12-06 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16280414#comment-16280414 ] ASF subversion and git services commented on SOLR-11078: Commit d8

Re: branch_7_2 created

2017-12-06 Thread Cassandra Targett
I just noticed that 'solr/CHANGES.txt' on branch_7_2 still has a section for 8.0.0 (but 'lucene/CHANGES.txt' is fine) - did one of the "make-a-release-branch" steps not finish correctly perhaps? On Wed, Dec 6, 2017 at 9:18 AM, Steve Rowe wrote: > Hi Adrien, > > I set up 7.2 jobs on ASF Jenkins.

Re: branch_7_2 created

2017-12-06 Thread Adrien Grand
Thank you, Steve and Uwe! Le mer. 6 déc. 2017 à 16:18, Steve Rowe a écrit : > Hi Adrien, > > I set up 7.2 jobs on ASF Jenkins. > > -- > Steve > www.lucidworks.com > > > On Dec 6, 2017, at 5:53 AM, Uwe Schindler wrote: > > > > Hi, > > > > Will do Policeman in the next meeting break! > > > > Uwe

[jira] [Commented] (SOLR-11508) Make coreRootDirectory configurable via an environment variable (SOLR_CORE_HOME)

2017-12-06 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-11508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16280377#comment-16280377 ] Jan Høydahl commented on SOLR-11508: I still don't get it. What benefit exactly would

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk1.8.0_144) - Build # 7042 - Still Unstable!

2017-12-06 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/7042/ Java: 64bit/jdk1.8.0_144 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 3 tests failed. FAILED: junit.framework.TestSuite.org.apache.lucene.store.TestMultiMMap Error Message: Could not remove the following files (in the orde

[jira] [Commented] (SOLR-11624) _default configset overwrites a a configset if collection.configName isn't specified even if a confiset of the same name already exists.

2017-12-06 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16280346#comment-16280346 ] Erick Erickson commented on SOLR-11624: --- [~ichattopadhyaya] This behavior has been a

[JENKINS-MAVEN] Lucene-Solr-Maven-7.x #90: POMs out of sync

2017-12-06 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Maven-7.x/90/ No tests ran. Build Log: [...truncated 17187 lines...] [mvn] # There is insufficient memory for the Java Runtime Environment to continue. [mvn] # Native memory allocation (mmap) failed to map 265289728 bytes for committi

Re: branch_7_2 created

2017-12-06 Thread Steve Rowe
Hi Adrien, I set up 7.2 jobs on ASF Jenkins. -- Steve www.lucidworks.com > On Dec 6, 2017, at 5:53 AM, Uwe Schindler wrote: > > Hi, > > Will do Policeman in the next meeting break! > > Uwe > > - > Uwe Schindler > Achterdiek 19, D-28357 Bremen > http://www.thetaphi.de > eMail: u...@th

[jira] [Commented] (SOLR-11624) _default configset overwrites a a configset if collection.configName isn't specified even if a confiset of the same name already exists.

2017-12-06 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16280288#comment-16280288 ] Shawn Heisey commented on SOLR-11624: - bq. Use a special prefix for auto created confi

[JENKINS] Lucene-Tests-MMAP-master - Build # 468 - Failure

2017-12-06 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Tests-MMAP-master/468/ 1 tests failed. FAILED: org.apache.lucene.search.similarities.TestBasicModelG.testRandomScoring Error Message: score(1.0,33)=2.71640013E9 < score(1.0,34)=2.71640038E9 Stack Trace: java.lang.AssertionError: score(1.0,33)=2.716400

Re: Lucene/Solr 7.2

2017-12-06 Thread Andrzej Białecki
> On 6 Dec 2017, at 15:35, Andrzej Białecki > wrote: > > SOLR-11458 is committed and resolved - thanks for the patience. Actually, one more thing … ;) SOLR-11714 is a more serious bug in a new feature (searchRate autoscaling trigger). It’s probably best to disable this feature in 7.2 rather

[jira] [Commented] (SOLR-11458) Bugs in MoveReplicaCmd handling of failures

2017-12-06 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16280256#comment-16280256 ] ASF subversion and git services commented on SOLR-11458: Commit 5d

Re: Lucene/Solr 7.2

2017-12-06 Thread Andrzej Białecki
SOLR-11458 is committed and resolved - thanks for the patience. > On 6 Dec 2017, at 14:02, Adrien Grand wrote: > > Thanks for the heads up, Anshum. > > This leaves us with only SOLR-11458 to wait for before building a RC (which > might be ready but just not marked as resolved). > > > Le m

[jira] [Resolved] (SOLR-11458) Bugs in MoveReplicaCmd handling of failures

2017-12-06 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrzej Bialecki resolved SOLR-11458. -- Resolution: Fixed > Bugs in MoveReplicaCmd handling of failures > --

[jira] [Commented] (SOLR-11304) Exception while returning document if LatLonPointSpatialField field is not stored

2017-12-06 Thread Karthik Ramachandran (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16280228#comment-16280228 ] Karthik Ramachandran commented on SOLR-11304: - [~dsmiley] Is there any reason

[jira] [Updated] (LUCENE-8080) GeoExactCircle improvement

2017-12-06 Thread Ignacio Vera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ignacio Vera updated LUCENE-8080: - Attachment: (was: LUCENE-8080.patch) > GeoExactCircle improvement > -

[jira] [Updated] (LUCENE-8080) GeoExactCircle improvement

2017-12-06 Thread Ignacio Vera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ignacio Vera updated LUCENE-8080: - Attachment: LUCENE-8080.patch > GeoExactCircle improvement > -- > >

[jira] [Commented] (SOLR-11624) _default configset overwrites a a configset if collection.configName isn't specified even if a confiset of the same name already exists.

2017-12-06 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16280206#comment-16280206 ] David Smiley commented on SOLR-11624: - Come to think of it, given that we now have a "

[jira] [Commented] (SOLR-11458) Bugs in MoveReplicaCmd handling of failures

2017-12-06 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16280194#comment-16280194 ] Shalin Shekhar Mangar commented on SOLR-11458: -- +1 LGTM > Bugs in MoveReplic

[jira] [Commented] (SOLR-11624) _default configset overwrites a a configset if collection.configName isn't specified even if a confiset of the same name already exists.

2017-12-06 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16280183#comment-16280183 ] David Smiley commented on SOLR-11624: - BTW RE TimeRoutedAliasUpdateProcessorTest, as i

Re: Lucene/Solr 7.2

2017-12-06 Thread Christine Poerschke (BLOOMBERG/ LONDON 3Q)
Hi Adrien, One more potential ticket for the pre-RC list: SOLR-9743 seems to need some sort of follow-up w.r.t. solr/CHANGES.txt edits. I stumbled across it yesterday but beyond adding a note haven't had bandwidth to help out with the follow-up. Christine From: dev@lucene.apache.org At: 12/06/

[JENKINS] Lucene-Solr-7.2-Windows (64bit/jdk1.8.0_144) - Build # 2 - Unstable!

2017-12-06 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.2-Windows/2/ Java: 64bit/jdk1.8.0_144 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 3 tests failed. FAILED: junit.framework.TestSuite.org.apache.lucene.analysis.en.TestKStemmer Error Message: Could not remove the following files (in the order

Heads up: Lucene 8 to require positive scores

2017-12-06 Thread Adrien Grand
Hello, I just merged a change to the Scorer contract: Scorer.score() must now return a positive float, see https://issues.apache.org/jira/browse/LUCENE-7996. As a side effect, negative boosts are now disallowed. Since FunctionScoreQuery and FunctionQuery can't ensure that the value source only p

[JENKINS] Lucene-Solr-NightlyTests-7.x - Build # 99 - Still Failing

2017-12-06 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/99/ 3 tests failed. FAILED: org.apache.lucene.spatial3d.TestGeo3DPoint.testRandomMedium Error Message: Test abandoned because suite timeout was reached. Stack Trace: java.lang.Exception: Test abandoned because suite timeout was r

[jira] [Comment Edited] (SOLR-11648) Create a web UI to display and execute suggestions

2017-12-06 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16280153#comment-16280153 ] Noble Paul edited comment on SOLR-11648 at 12/6/17 1:10 PM: Hi

[jira] [Updated] (SOLR-11648) Create a web UI to display and execute suggestions

2017-12-06 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-11648: -- Description: Steps to show suggestions {code} bin/solr start -e cloud #give the following inputs for p

[jira] [Resolved] (LUCENE-7996) Should we require positive scores?

2017-12-06 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-7996. -- Resolution: Fixed Fix Version/s: master (8.0) > Should we require positive scores? > ---

[jira] [Commented] (LUCENE-7996) Should we require positive scores?

2017-12-06 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16280154#comment-16280154 ] ASF subversion and git services commented on LUCENE-7996: - Commit

[jira] [Commented] (SOLR-11648) Create a web UI to display and execute suggestions

2017-12-06 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16280153#comment-16280153 ] Noble Paul commented on SOLR-11648: --- Hi, I looked at the patch . It looks great. The onl

Re: Lucene/Solr 7.2

2017-12-06 Thread Adrien Grand
Thanks for the heads up, Anshum. This leaves us with only SOLR-11458 to wait for before building a RC (which might be ready but just not marked as resolved). Le mer. 6 déc. 2017 à 13:47, Ishan Chattopadhyaya a écrit : > Hi Adrien, > I'm planning to skip SOLR-11624 for this release (as per my l

[jira] [Commented] (SOLR-11458) Bugs in MoveReplicaCmd handling of failures

2017-12-06 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16280144#comment-16280144 ] Adrien Grand commented on SOLR-11458: - [~ab] I see some commits from yesterday. Is it

[jira] [Commented] (LUCENE-8080) GeoExactCircle improvement

2017-12-06 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16280139#comment-16280139 ] Karl Wright commented on LUCENE-8080: - [~ivera], I will not have time today to look a

[jira] [Assigned] (LUCENE-8080) GeoExactCircle improvement

2017-12-06 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright reassigned LUCENE-8080: --- Assignee: Karl Wright > GeoExactCircle improvement > -- > >

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk-9.0.1) - Build # 21042 - Unstable!

2017-12-06 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21042/ Java: 64bit/jdk-9.0.1 -XX:-UseCompressedOops -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth Error Message: Error from server at http://127.0.0.1:37379

Re: Lucene/Solr 7.2

2017-12-06 Thread Ishan Chattopadhyaya
Hi Adrien, I'm planning to skip SOLR-11624 for this release (as per my last comment https://issues.apache.org/jira/browse/SOLR-11624?focusedCommentId=16280121&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-16280121). If someone has an objection, please let me know; ot

[jira] [Updated] (SOLR-11624) _default configset overwrites a a configset if collection.configName isn't specified even if a confiset of the same name already exists.

2017-12-06 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-11624: Attachment: SOLR-11624-2.patch Here's what we agreed to: {quote} # Do not delete/ove

[JENKINS] Lucene-Solr-Tests-7.x - Build # 272 - Still Failing

2017-12-06 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/272/ 8 tests failed. FAILED: org.apache.solr.cloud.TestPullReplica.testAddRemovePullReplica Error Message: Could not load collection from ZK: pull_replica_test_add_remove_pull_replica Stack Trace: org.apache.solr.common.SolrException: C

[jira] [Commented] (LUCENE-8051) Typo in LevensHtein distance

2017-12-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16280087#comment-16280087 ] ASF GitHub Bot commented on LUCENE-8051: Github user imgpulak commented on the is

[GitHub] lucene-solr issue #284: [LUCENE-8051] Typo in LevensHtein distance

2017-12-06 Thread imgpulak
Github user imgpulak commented on the issue: https://github.com/apache/lucene-solr/pull/284 @jpountz Thanks. I have updated under solr/ subfolder too. --- - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org

[jira] [Commented] (LUCENE-8075) Possible null pointer dereference in core/src/java/org/apache/lucene/codecs/blocktree/IntersectTermsEnum.java

2017-12-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16280079#comment-16280079 ] ASF GitHub Bot commented on LUCENE-8075: Github user imgpulak commented on a diff

[GitHub] lucene-solr pull request #286: [LUCENE-8075] Possible null pointer dereferen...

2017-12-06 Thread imgpulak
Github user imgpulak commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/286#discussion_r155178451 --- Diff: lucene/core/src/java/org/apache/lucene/codecs/blocktree/IntersectTermsEnum.java --- @@ -106,37 +106,37 @@ public IntersectTermsEnum(FieldRea

[JENKINS] Lucene-Solr-7.x-Solaris (64bit/jdk1.8.0) - Build # 323 - Failure!

2017-12-06 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Solaris/323/ Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseParallelGC All tests passed Build Log: [...truncated 3075 lines...] [junit4] ERROR: JVM J0 ended with an exception, command line: /usr/jdk/instances/jdk1.8.0/jre/bin/java -X

[JENKINS] Lucene-Solr-7.x-Linux (64bit/jdk-9.0.1) - Build # 947 - Still Unstable!

2017-12-06 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/947/ Java: 64bit/jdk-9.0.1 -XX:-UseCompressedOops -XX:+UseParallelGC 4 tests failed. FAILED: org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested Error Message: Missing backcompat test files: 6.7.0-cfs 7.2.0-cf

RE: branch_7_2 created

2017-12-06 Thread Uwe Schindler
Hi, Will do Policeman in the next meeting break! Uwe - Uwe Schindler Achterdiek 19, D-28357 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de From: Adrien Grand [mailto:jpou...@gmail.com] Sent: Wednesday, December 6, 2017 10:02 AM To: Lucene D

[jira] [Commented] (LUCENE-8028) Arabic Stemmer improvement for Better Search Accuracy

2017-12-06 Thread Ayah Shamandi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16280009#comment-16280009 ] Ayah Shamandi commented on LUCENE-8028: --- [~rcmuir ] , Has you got an opportunity to

[jira] [Updated] (LUCENE-8080) GeoExactCircle improvement

2017-12-06 Thread Ignacio Vera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ignacio Vera updated LUCENE-8080: - Attachment: LUCENE-8080-test.patch LUCENE-8080.patch Attached is the patch with t

[jira] [Created] (LUCENE-8080) GeoExactCircle improvement

2017-12-06 Thread Ignacio Vera (JIRA)
Ignacio Vera created LUCENE-8080: Summary: GeoExactCircle improvement Key: LUCENE-8080 URL: https://issues.apache.org/jira/browse/LUCENE-8080 Project: Lucene - Core Issue Type: Improvement

[jira] [Commented] (LUCENE-8051) Typo in LevensHtein distance

2017-12-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16279973#comment-16279973 ] ASF GitHub Bot commented on LUCENE-8051: Github user jpountz commented on the iss

[GitHub] lucene-solr issue #284: [LUCENE-8051] Typo in LevensHtein distance

2017-12-06 Thread jpountz
Github user jpountz commented on the issue: https://github.com/apache/lucene-solr/pull/284 Some changes need to be made in the solr/ subfolder as well, including in the ref guide. --- - To unsubscribe, e-mail: dev-u

Re: branch_7_2 created

2017-12-06 Thread Adrien Grand
Uwe, Steve, could you help me set up Jenkins jobs for the 7.2 branch? Le mer. 6 déc. 2017 à 10:08, Adrien Grand a écrit : > Hi all, > > I just created the 7.2 branch. You may now merge again against branch_7x > for changes that can wait for 7.3 to be released. If you are working on a > 7.2 bugfi

[jira] [Commented] (LUCENE-8079) TestTopFieldCollectorEarlyTermination.testEarlyTermination() failures

2017-12-06 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16279916#comment-16279916 ] Simon Willnauer commented on LUCENE-8079: - ah nevermind jim fixed it already I di

[jira] [Commented] (LUCENE-8079) TestTopFieldCollectorEarlyTermination.testEarlyTermination() failures

2017-12-06 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16279917#comment-16279917 ] Adrien Grand commented on LUCENE-8079: -- Jim pushed a fix for it earlier, we should b

[jira] [Updated] (SOLR-11648) Create a web UI to display and execute suggestions

2017-12-06 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-11648: -- Description: Steps to show suggestions {code} bin/solr start -e cloud #give the following inputs for p

[jira] [Commented] (LUCENE-8079) TestTopFieldCollectorEarlyTermination.testEarlyTermination() failures

2017-12-06 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16279907#comment-16279907 ] Simon Willnauer commented on LUCENE-8079: - this is a test bug, off by one: {code

Re: Lucene/Solr 7.2

2017-12-06 Thread Adrien Grand
FYI I created the new branch for 7.2, so you will have to backport to this branch. No hurry though, I mostly created the branch so that it's fine to cherry-pick changes that may wait for 7.3 to be released. Le mer. 6 déc. 2017 à 08:53, Adrien Grand a écrit : > Sorry to hear that Ishan, I hope yo

branch_7_2 created

2017-12-06 Thread Adrien Grand
Hi all, I just created the 7.2 branch. You may now merge again against branch_7x for changes that can wait for 7.3 to be released. If you are working on a 7.2 bugfix, do not forget to backport to this new branch.

[jira] [Resolved] (LUCENE-8079) TestTopFieldCollectorEarlyTermination.testEarlyTermination() failures

2017-12-06 Thread Jim Ferenczi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Ferenczi resolved LUCENE-8079. -- Resolution: Fixed Fix Version/s: 7.2 master (8.0) > TestTopFieldColle

[jira] [Comment Edited] (SOLR-11624) _default configset overwrites a a configset if collection.configName isn't specified even if a confiset of the same name already exists.

2017-12-06 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16279754#comment-16279754 ] Ishan Chattopadhyaya edited comment on SOLR-11624 at 12/6/17 8:54 AM: --

[jira] [Commented] (LUCENE-8075) Possible null pointer dereference in core/src/java/org/apache/lucene/codecs/blocktree/IntersectTermsEnum.java

2017-12-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16279864#comment-16279864 ] ASF GitHub Bot commented on LUCENE-8075: Github user jpountz commented on the iss

[GitHub] lucene-solr issue #286: [LUCENE-8075] Possible null pointer dereference in c...

2017-12-06 Thread jpountz
Github user jpountz commented on the issue: https://github.com/apache/lucene-solr/pull/286 Actually I wonder that we should instead remove the `if (fr.index == null)` branch. @mikemccand We do not seem to use the ability to skip the load of the terms index anymore? ---

[jira] [Created] (SOLR-11728) Grouping + Facets error

2017-12-06 Thread Priya (JIRA)
Priya created SOLR-11728: Summary: Grouping + Facets error Key: SOLR-11728 URL: https://issues.apache.org/jira/browse/SOLR-11728 Project: Solr Issue Type: Bug Security Level: Public (Default Se

Re: lucene-solr:master: LUCENE-8079: Fix test bug

2017-12-06 Thread Adrien Grand
Thanks Jim! Le mer. 6 déc. 2017 à 09:01, a écrit : > Repository: lucene-solr > Updated Branches: > refs/heads/master 071d9270d -> 32ffea6f2 > > > LUCENE-8079: Fix test bug > > > Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo > Commit: http://git-wip-us.apache.org/repos/asf/lu

[JENKINS] Lucene-Solr-7.x-Linux (64bit/jdk-9.0.1) - Build # 946 - Still unstable!

2017-12-06 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/946/ Java: 64bit/jdk-9.0.1 -XX:+UseCompressedOops -XX:+UseParallelGC 4 tests failed. FAILED: org.apache.solr.cloud.CollectionTooManyReplicasTest.testAddShard Error Message: Error from server at https://127.0.0.1:42083/solr: createshard

[jira] [Commented] (LUCENE-8079) TestTopFieldCollectorEarlyTermination.testEarlyTermination() failures

2017-12-06 Thread Jim Ferenczi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16279812#comment-16279812 ] Jim Ferenczi commented on LUCENE-8079: -- Thanks [~steve_rowe], it was a test bug. I p

[jira] [Commented] (LUCENE-8079) TestTopFieldCollectorEarlyTermination.testEarlyTermination() failures

2017-12-06 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16279810#comment-16279810 ] ASF subversion and git services commented on LUCENE-8079: - Commit

[jira] [Commented] (LUCENE-8079) TestTopFieldCollectorEarlyTermination.testEarlyTermination() failures

2017-12-06 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16279807#comment-16279807 ] ASF subversion and git services commented on LUCENE-8079: - Commit

<    1   2