[JENKINS] Lucene-Solr-7.x-Windows (64bit/jdk-9.0.4) - Build # 825 - Unstable!

2018-10-07 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/825/ Java: 64bit/jdk-9.0.4 -XX:+UseCompressedOops -XX:+UseG1GC 6 tests failed. FAILED: org.apache.solr.cloud.BasicDistributedZk2Test.test Error Message: .response[3][id][0]:17!=14 Stack Trace: junit.framework.AssertionFailedError:

[JENKINS] Lucene-Solr-Tests-7.x - Build # 930 - Still Unstable

2018-10-07 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/930/ 1 tests failed. FAILED: org.apache.solr.cloud.autoscaling.sim.TestSimTriggerIntegration.testEventQueue Error Message: action wasn't interrupted Stack Trace: java.lang.AssertionError: action wasn't interrupted at

[GitHub] lucene-solr pull request #455: WIP: SOLR-12638

2018-10-07 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/455#discussion_r223244019 --- Diff: solr/core/src/java/org/apache/solr/update/processor/AtomicUpdateDocumentMerger.java --- @@ -461,5 +466,33 @@ private static boolean

[GitHub] lucene-solr pull request #455: WIP: SOLR-12638

2018-10-07 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/455#discussion_r223243871 --- Diff: solr/core/src/java/org/apache/solr/update/processor/AtomicUpdateDocumentMerger.java --- @@ -461,5 +466,33 @@ private static boolean

[GitHub] lucene-solr pull request #455: WIP: SOLR-12638

2018-10-07 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/455#discussion_r223244909 --- Diff: solr/core/src/test/org/apache/solr/update/processor/AtomicUpdateBlockTest.java --- @@ -181,6 +182,180 @@ public void testBlockRealTimeGet()

[GitHub] lucene-solr pull request #455: WIP: SOLR-12638

2018-10-07 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/455#discussion_r223244186 --- Diff: solr/core/src/java/org/apache/solr/update/processor/AtomicUpdateDocumentMerger.java --- @@ -461,5 +466,33 @@ private static boolean

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk-10.0.1) - Build # 7557 - Still Unstable!

2018-10-07 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/7557/ Java: 64bit/jdk-10.0.1 -XX:-UseCompressedOops -XX:+UseG1GC 2 tests failed. FAILED: org.apache.solr.cloud.autoscaling.sim.TestSimGenericDistributedQueue.testDistributedQueue Error Message: Test abandoned because suite

[jira] [Created] (SOLR-12839) add a 'resort' option to JSON faceting

2018-10-07 Thread Hoss Man (JIRA)
Hoss Man created SOLR-12839: --- Summary: add a 'resort' option to JSON faceting Key: SOLR-12839 URL: https://issues.apache.org/jira/browse/SOLR-12839 Project: Solr Issue Type: Improvement

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

2018-10-07 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/2877/ Java: 64bit/jdk-11 -XX:-UseCompressedOops -XX:+UseParallelGC 31 tests failed. FAILED: org.apache.solr.cloud.TestTlogReplica.testRecovery Error Message: Can not find doc 7 in https://127.0.0.1:46633/solr Stack Trace:

[JENKINS] Lucene-Solr-repro - Build # 1636 - Unstable

2018-10-07 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-repro/1636/ [...truncated 33 lines...] [repro] Jenkins log URL: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/929/consoleText [repro] Revision: 6f94d98d3031fd6649621f8b8efbd8f02580d760 [repro] Repro line: ant test

[jira] [Commented] (SOLR-2534) Add min() and max() on strings

2018-10-07 Thread Quentin Headen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16641271#comment-16641271 ] Quentin Headen commented on SOLR-2534: -- Hello. I am interested in working on this as a first-time

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk-9.0.4) - Build # 22992 - Still Unstable!

2018-10-07 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/22992/ Java: 64bit/jdk-9.0.4 -XX:-UseCompressedOops -XX:+UseParallelGC 4 tests failed. FAILED: org.apache.solr.cloud.TestTlogReplica.testRecovery Error Message: Can not find doc 7 in https://127.0.0.1:40295/solr Stack Trace:

[jira] [Commented] (SOLR-12829) Add plist (parallel list) Streaming Expression

2018-10-07 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16641263#comment-16641263 ] Joel Bernstein commented on SOLR-12829: --- New patch with updates to the ListStream and TupStream to

[jira] [Updated] (SOLR-12829) Add plist (parallel list) Streaming Expression

2018-10-07 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-12829: -- Attachment: SOLR-12829.patch > Add plist (parallel list) Streaming Expression >

[jira] [Commented] (LUCENE-8496) Explore selective dimension indexing in BKDReader/Writer

2018-10-07 Thread Lucene/Solr QA (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16641236#comment-16641236 ] Lucene/Solr QA commented on LUCENE-8496: | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote ||

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk-10.0.1) - Build # 22991 - Still unstable!

2018-10-07 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/22991/ Java: 64bit/jdk-10.0.1 -XX:+UseCompressedOops -XX:+UseParallelGC 3 tests failed. FAILED: org.apache.solr.cloud.autoscaling.sim.TestSimPolicyCloud.testCreateCollectionAddReplica Error Message: Timeout waiting for collection

[JENKINS] Lucene-Solr-Tests-7.x - Build # 929 - Still Unstable

2018-10-07 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/929/ 2 tests failed. FAILED: org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testSplitIntegration Error Message: did not finish processing in time Stack Trace: java.lang.AssertionError: did not finish processing in time

[JENKINS-EA] Lucene-Solr-master-Windows (64bit/jdk-12-ea+12) - Build # 7556 - Still Unstable!

2018-10-07 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/7556/ Java: 64bit/jdk-12-ea+12 -XX:-UseCompressedOops -XX:+UseG1GC 22 tests failed. FAILED: org.apache.solr.cloud.TestTlogReplica.testRecovery Error Message: IOException occured when talking to server at:

[jira] [Commented] (SOLR-12555) Replace try-fail-catch test patterns

2018-10-07 Thread Bar Rotstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16641176#comment-16641176 ] Bar Rotstein commented on SOLR-12555: - Just filed a new pull request for the tests in package

[GitHub] lucene-solr pull request #464: WIP SOLR-12555: refactor tests for package or...

2018-10-07 Thread barrotsteindev
GitHub user barrotsteindev opened a pull request: https://github.com/apache/lucene-solr/pull/464 WIP SOLR-12555: refactor tests for package org.apache.solr.search Tests are refactored to use expectThrows instead of try/catch. You can merge this pull request into a Git repository by

[JENKINS] Lucene-Solr-7.x-Linux (32bit/jdk1.8.0_172) - Build # 2875 - Still Unstable!

2018-10-07 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/2875/ Java: 32bit/jdk1.8.0_172 -server -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.solr.cloud.autoscaling.sim.TestSimPolicyCloud.testCreateCollectionAddReplica Error Message: Timeout waiting for collection to become active

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

2018-10-07 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/22990/ Java: 64bit/jdk-9.0.4 -XX:+UseCompressedOops -XX:+UseSerialGC All tests passed Build Log: [...truncated 13213 lines...] [junit4] JVM J2: stdout was not empty, see:

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

2018-10-07 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Solaris/849/ Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseParallelGC 4 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.rest.TestManagedResourceStorage Error Message: ObjectTracker found 1 object(s) that were not

[jira] [Assigned] (SOLR-12838) Improve diagnostics for olsRegress Stream Evaluator

2018-10-07 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein reassigned SOLR-12838: - Assignee: Joel Bernstein > Improve diagnostics for olsRegress Stream Evaluator >

[jira] [Updated] (SOLR-12838) Improve diagnostics for olsRegress Stream Evaluator

2018-10-07 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-12838: -- Description: This ticket will add two addition diagnostics to the olsRegress (Multivariate

[jira] [Updated] (SOLR-12838) Improve diagnostics for olsRegress Stream Evaluator

2018-10-07 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-12838: -- Summary: Improve diagnostics for olsRegress Stream Evaluator (was: Improve diagnostic

[jira] [Created] (SOLR-12838) Improve diagnostic olsRegress Stream Evaluator

2018-10-07 Thread Joel Bernstein (JIRA)
Joel Bernstein created SOLR-12838: - Summary: Improve diagnostic olsRegress Stream Evaluator Key: SOLR-12838 URL: https://issues.apache.org/jira/browse/SOLR-12838 Project: Solr Issue Type:

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

2018-10-07 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16641096#comment-16641096 ] Yonik Seeley commented on LUCENE-7996: -- {quote}Agreed some users are going to be annoyed by the

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

2018-10-07 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/2874/ Java: 64bit/jdk-9.0.4 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 4 tests failed. FAILED: org.apache.solr.cloud.TestTlogReplica.testRecovery Error Message: Can not find doc 7 in https://127.0.0.1:37511/solr Stack Trace:

[JENKINS] Lucene-Solr-Tests-7.x - Build # 928 - Still Unstable

2018-10-07 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/928/ 2 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.TestCryptoKeys Error Message: 1 thread leaked from SUITE scope at org.apache.solr.cloud.TestCryptoKeys: 1) Thread[id=17506,

[JENKINS] Lucene-Solr-BadApples-Tests-7.x - Build # 179 - Still Unstable

2018-10-07 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-7.x/179/ 1 tests failed. FAILED: org.apache.lucene.index.TestIndexFileDeleter.testExcInDecRef Error Message: ReaderPool is already closed Stack Trace: org.apache.lucene.store.AlreadyClosedException: ReaderPool is already closed

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

2018-10-07 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/22989/ Java: 64bit/jdk-10.0.1 -XX:-UseCompressedOops -XX:+UseParallelGC 4 tests failed. FAILED: org.apache.solr.cloud.TestTlogReplica.testRecovery Error Message: Can not find doc 7 in https://127.0.0.1:33723/solr Stack Trace:

[JENKINS-MAVEN] Lucene-Solr-Maven-master #2375: POMs out of sync

2018-10-07 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Maven-master/2375/ No tests ran. Build Log: [...truncated 17795 lines...] BUILD FAILED /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-master/build.xml:672: The following error occurred while executing this line:

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

2018-10-07 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Maven-7.x/324/ No tests ran. Build Log: [...truncated 17822 lines...] BUILD FAILED /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-7.x/build.xml:672: The following error occurred while executing this line:

[JENKINS] Lucene-Solr-repro - Build # 1631 - Unstable

2018-10-07 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-repro/1631/ [...truncated 35 lines...] [repro] Jenkins log URL: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/927/consoleText [repro] Revision: 6f94d98d3031fd6649621f8b8efbd8f02580d760 [repro] Repro line: ant test

[JENKINS] Lucene-Solr-NightlyTests-master - Build # 1660 - Still Failing

2018-10-07 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1660/ 1 tests failed. FAILED: org.apache.solr.uninverting.TestDocTermOrdsUninvertLimit.testTriggerUnInvertLimit Error Message: Java heap space Stack Trace: java.lang.OutOfMemoryError: Java heap space at

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

2018-10-07 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/2873/ Java: 64bit/jdk-9.0.4 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 7 tests failed. FAILED: org.apache.solr.cloud.TestTlogReplica.testRecovery Error Message: Can not find doc 7 in https://127.0.0.1:41759/solr Stack Trace:

[JENKINS] Lucene-Solr-repro - Build # 1629 - Unstable

2018-10-07 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-repro/1629/ [...truncated 28 lines...] [repro] Jenkins log URL: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-master/173/consoleText [repro] Revision: e2b8beccb03b6f9068c00e4711eac2500d120d44 [repro] Repro line: ant test

[JENKINS] Lucene-Solr-Tests-master - Build # 2854 - Still unstable

2018-10-07 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2854/ 5 tests failed. FAILED: org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaFromClusterState Error Message: Collection not found: deleteFromClusterState_false Stack Trace: org.apache.solr.common.SolrException: Collection not

[JENKINS] Lucene-Solr-7.x-Windows (64bit/jdk-11) - Build # 823 - Unstable!

2018-10-07 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/823/ Java: 64bit/jdk-11 -XX:-UseCompressedOops -XX:+UseSerialGC 17 tests failed. FAILED: org.apache.solr.cloud.TestTlogReplica.testRealTimeGet Error Message: Unexpected replica count null Live Nodes: [127.0.0.1:53482_solr,