[JENKINS] Lucene-Solr-8.x-Windows (64bit/jdk-12.0.1) - Build # 355 - Unstable!

2019-07-07 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/355/ Java: 64bit/jdk-12.0.1 -XX:-UseCompressedOops -XX:+UseSerialGC 14 tests failed. FAILED: org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica Error Message: Timeout occurred while waiting response

[JENKINS-EA] Lucene-Solr-master-Windows (64bit/jdk-13-ea+26) - Build # 8041 - Unstable!

2019-07-07 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/8041/ Java: 64bit/jdk-13-ea+26 -XX:+UseCompressedOops -XX:+UseSerialGC 2 tests failed. FAILED: org.apache.solr.handler.TestReplicationHandlerBackup.doTestBackup Error Message: Test abandoned because suite timeout was reached.

Re: Concerned about Solr's V2 API synchronized with V1

2019-07-07 Thread Noble Paul
This is a problem. V2 APIs need a lot more metadata and nobody is doing it. This leads to a lot of technical debt On Fri, May 17, 2019, 3:42 AM David Smiley wrote: > I'm concerned about Solr's V2 API and the maintenance burden of attempting > to maintain consistency with V1. For example upon

[GitHub] [lucene-solr] chatman opened a new pull request #768: SOLR-13472: Defer authorization to be done on forwarded nodes

2019-07-07 Thread GitBox
chatman opened a new pull request #768: SOLR-13472: Defer authorization to be done on forwarded nodes URL: https://github.com/apache/lucene-solr/pull/768 # Description Please provide a short description of the changes you're making with this pull request. #

[JENKINS] Lucene-Solr-NightlyTests-master - Build # 1892 - Failure

2019-07-07 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1892/ 2 tests failed. FAILED: org.apache.lucene.util.packed.TestPackedInts.testPackedLongValues Error Message: Test abandoned because suite timeout was reached. Stack Trace: java.lang.Exception: Test abandoned because suite

[jira] [Commented] (SOLR-13472) HTTP requests to a node that does not hold a core of the collection are unauthorized

2019-07-07 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16879967#comment-16879967 ] Ishan Chattopadhyaya commented on SOLR-13472: - Attaching a patch. As per this, the

[jira] [Updated] (SOLR-13472) HTTP requests to a node that does not hold a core of the collection are unauthorized

2019-07-07 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-13472: Attachment: SOLR-13472.patch > HTTP requests to a node that does not hold a core

[JENKINS] Lucene-Solr-8.x-Solaris (64bit/jdk1.8.0) - Build # 223 - Unstable!

2019-07-07 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Solaris/223/ Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseParallelGC 2 tests failed. FAILED: org.apache.solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete Error Message: Error from

[JENKINS] Lucene-Solr-NightlyTests-8.x - Build # 143 - Still Unstable

2019-07-07 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.x/143/ 5 tests failed. FAILED: org.apache.lucene.index.TestDuelingCodecsAtNight.testEquals Error Message: Test abandoned because suite timeout was reached. Stack Trace: java.lang.Exception: Test abandoned because suite timeout was

[jira] [Updated] (SOLR-13257) Enable replica routing affinity for better cache usage

2019-07-07 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-13257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-13257: --- Issue Type: New Feature (was: Improvement) > Enable replica routing affinity for better cache usage

[jira] [Updated] (SOLR-13257) Enable replica routing affinity for better cache usage

2019-07-07 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-13257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-13257: --- Affects Version/s: (was: master (9.0)) (was: 7.4) > Enable replica

[jira] [Commented] (SOLR-13257) Enable replica routing affinity for better cache usage

2019-07-07 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-13257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16879951#comment-16879951 ] Jan Høydahl commented on SOLR-13257: I extracted a patch file from your PR and attached here to

[jira] [Updated] (SOLR-13257) Enable replica routing affinity for better cache usage

2019-07-07 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-13257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-13257: --- Status: Patch Available (was: Open) > Enable replica routing affinity for better cache usage >

[jira] [Updated] (SOLR-13257) Enable replica routing affinity for better cache usage

2019-07-07 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-13257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-13257: --- Attachment: SOLR-13257.patch > Enable replica routing affinity for better cache usage >

[GitHub] [lucene-solr] msokolov commented on a change in pull request #767: LUCENE-8904: enhance Nori DictionaryBuilder tool

2019-07-07 Thread GitBox
msokolov commented on a change in pull request #767: LUCENE-8904: enhance Nori DictionaryBuilder tool URL: https://github.com/apache/lucene-solr/pull/767#discussion_r300883767 ## File path:

[GitHub] [lucene-solr] msokolov commented on a change in pull request #767: LUCENE-8904: enhance Nori DictionaryBuilder tool

2019-07-07 Thread GitBox
msokolov commented on a change in pull request #767: LUCENE-8904: enhance Nori DictionaryBuilder tool URL: https://github.com/apache/lucene-solr/pull/767#discussion_r300883524 ## File path:

[GitHub] [lucene-solr] janhoy commented on issue #677: SOLR-13257: support for stable replica routing preferences

2019-07-07 Thread GitBox
janhoy commented on issue #677: SOLR-13257: support for stable replica routing preferences URL: https://github.com/apache/lucene-solr/pull/677#issuecomment-509026898 Linking with SOLR-13257 This is an automated message from

[JENKINS] Lucene-Solr-8.x-MacOSX (64bit/jdk-12.0.1) - Build # 229 - Unstable!

2019-07-07 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/229/ Java: 64bit/jdk-12.0.1 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.security.AuditLoggerIntegrationTest.testAsync Error Message: expected:<3> but was:<2> Stack Trace:

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk-11.0.3) - Build # 24363 - Failure!

2019-07-07 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/24363/ Java: 64bit/jdk-11.0.3 -XX:-UseCompressedOops -XX:+UseG1GC 2 tests failed. FAILED: org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitShardWithRule Error Message: Error from server at http://127.0.0.1:37067:

[jira] [Commented] (LUCENE-8878) Provide alternative sorting utility from SortField other than FieldComparator

2019-07-07 Thread Haoyu Zhai (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16879908#comment-16879908 ] Haoyu Zhai commented on LUCENE-8878: [~rcmuir] If I understand LatLonPointDistanceComparator

[JENKINS] Lucene-Solr-SmokeRelease-8.x - Build # 142 - Still Failing

2019-07-07 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-8.x/142/ No tests ran. Build Log: [...truncated 24989 lines...] [asciidoctor:convert] asciidoctor: ERROR: about-this-guide.adoc: line 1: invalid part, must have at least one section (e.g., chapter, appendix, etc.)

[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk-11.0.3) - Build # 5245 - Failure!

2019-07-07 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/5245/ Java: 64bit/jdk-11.0.3 -XX:-UseCompressedOops -XX:+UseSerialGC All tests passed Build Log: [...truncated 64729 lines...] -ecj-javadoc-lint-tests: [mkdir] Created dir:

[GitHub] [lucene-solr] danmuzi opened a new pull request #767: LUCENE-8904: enhance Nori DictionaryBuilder tool

2019-07-07 Thread GitBox
danmuzi opened a new pull request #767: LUCENE-8904: enhance Nori DictionaryBuilder tool URL: https://github.com/apache/lucene-solr/pull/767 It is the Nori version of LUCENE-8863. This patch has two changes. 1) Improve exception handling 2) Enable external dictionary for testing

[jira] [Created] (LUCENE-8904) Enhance Nori DictionaryBuilder tool

2019-07-07 Thread Namgyu Kim (JIRA)
Namgyu Kim created LUCENE-8904: -- Summary: Enhance Nori DictionaryBuilder tool Key: LUCENE-8904 URL: https://issues.apache.org/jira/browse/LUCENE-8904 Project: Lucene - Core Issue Type:

[JENKINS] Lucene-Solr-SmokeRelease-8.1 - Build # 54 - Still Failing

2019-07-07 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-8.1/54/ No tests ran. Build Log: [...truncated 23880 lines...] [asciidoctor:convert] asciidoctor: ERROR: about-this-guide.adoc: line 1: invalid part, must have at least one section (e.g., chapter, appendix, etc.)

[jira] [Commented] (SOLR-10564) NPE in QueryComponent when RTG

2019-07-07 Thread Munendra S N (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16879831#comment-16879831 ] Munendra S N commented on SOLR-10564: - Based on above comments, this doesn't look like an issue but

[JENKINS] Lucene-Solr-8.x-Linux (64bit/jdk-11.0.3) - Build # 835 - Unstable!

2019-07-07 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/835/ Java: 64bit/jdk-11.0.3 -XX:+UseCompressedOops -XX:+UseSerialGC 2 tests failed. FAILED: org.apache.solr.schema.TestUseDocValuesAsStored.testMultipleSearchResults Error Message: mismatch: 'myid1'!='myid' @ response/docs/[0]/id

[JENKINS] Lucene-Solr-Tests-8.x - Build # 283 - Unstable

2019-07-07 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-8.x/283/ 1 tests failed. FAILED: org.apache.solr.cloud.SystemCollectionCompatTest.testBackCompat Error Message: Error from server at http://127.0.0.1:38802/solr/.system: Error reading input String Can't find resource 'schema.xml' in

[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-13-ea+26) - Build # 24360 - Unstable!

2019-07-07 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/24360/ Java: 64bit/jdk-13-ea+26 -XX:+UseCompressedOops -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.solr.cloud.ReindexCollectionTest.testLossySchema Error Message: Solr11035BandAid failed, counts differ after updates:

[JENKINS] Lucene-Solr-SmokeRelease-master - Build # 1383 - Failure

2019-07-07 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-master/1383/ No tests ran. Build Log: [...truncated 24573 lines...] [asciidoctor:convert] asciidoctor: ERROR: about-this-guide.adoc: line 1: invalid part, must have at least one section (e.g., chapter, appendix, etc.)

[GitHub] [lucene-solr] atris edited a comment on issue #754: LUCENE-8875: Introduce Optimized Collector For Large Number Of Hits

2019-07-07 Thread GitBox
atris edited a comment on issue #754: LUCENE-8875: Introduce Optimized Collector For Large Number Of Hits URL: https://github.com/apache/lucene-solr/pull/754#issuecomment-508914746 @jpountz @tokee Thanks for your comments. I am planning to maintain an ArrayList of ScoreDocs and

[JENKINS] Lucene-Solr-NightlyTests-8.1 - Build # 54 - Still unstable

2019-07-07 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.1/54/ 1 tests failed. FAILED: org.apache.solr.search.mlt.SimpleMLTQParserTest.doTest Error Message: Exception during query Stack Trace: java.lang.RuntimeException: Exception during query at