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

2019-02-17 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-repro/2853/ [...truncated 29 lines...] [repro] Jenkins log URL: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-8.x/27/consoleText [repro] Revision: 3f0dd8a70f07d3a00312788abae7c431eac3136c [repro] Repro line: ant test -Dtestcase=Mult

[JENKINS-EA] Lucene-Solr-8.x-Linux (64bit/jdk-13-ea+8) - Build # 184 - Still Unstable!

2019-02-17 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/184/ Java: 64bit/jdk-13-ea+8 -XX:-UseCompressedOops -XX:+UseSerialGC 8 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.OverseerTest Error Message: SOLR-11606: ByteBuddy used by Mockito is not working with this JVM

[JENKINS] Lucene-Solr-NightlyTests-8.x - Build # 25 - Failure

2019-02-17 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.x/25/ 6 tests failed. FAILED: org.apache.lucene.index.TestBinaryDocValuesUpdates.testTonsOfUpdates Error Message: GC overhead limit exceeded Stack Trace: java.lang.OutOfMemoryError: GC overhead limit exceeded at sun.nio.cs.

[JENKINS-EA] Lucene-Solr-8.0-Linux (64bit/jdk-12-ea+shipilev-fastdebug) - Build # 192 - Unstable!

2019-02-17 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.0-Linux/192/ Java: 64bit/jdk-12-ea+shipilev-fastdebug -XX:+UseCompressedOops -XX:+UseParallelGC 5 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest Error Message: ObjectTracker f

[JENKINS] Lucene-Solr-Tests-8.0 - Build # 2 - Unstable

2019-02-17 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-8.0/2/ 1 tests failed. FAILED: org.apache.solr.cloud.autoscaling.sim.TestSimExtremeIndexing.testScaleUp Error Message: {numFound=96645,start=0,docs=[]} expected:<10> but was:<96645> Stack Trace: java.lang.AssertionError: {n

[JENKINS-EA] Lucene-Solr-8.0-Windows (64bit/jdk-13-ea+8) - Build # 39 - Unstable!

2019-02-17 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.0-Windows/39/ Java: 64bit/jdk-13-ea+8 -XX:+UseCompressedOops -XX:+UseSerialGC 18 tests failed. FAILED: org.apache.solr.cloud.CloudExitableDirectoryReaderTest.test Error Message: partialResults were expected expected: but was: Stack Trace: jav

[GitHub] tigerquoll commented on issue #577: SOLR-13260: 128 bit integer type - longlong

2019-02-17 Thread GitBox
tigerquoll commented on issue #577: SOLR-13260: 128 bit integer type - longlong URL: https://github.com/apache/lucene-solr/pull/577#issuecomment-464531776 Hi, thanks for the feedback. I picked longlong from https://en.cppreference.com/w/cpp/language/types. It is also consistent with exis

[JENKINS-EA] Lucene-Solr-8.x-Linux (64bit/jdk-13-ea+8) - Build # 183 - Unstable!

2019-02-17 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/183/ Java: 64bit/jdk-13-ea+8 -XX:+UseCompressedOops -XX:+UseG1GC 8 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.OverseerTest Error Message: SOLR-11606: ByteBuddy used by Mockito is not working with this JVM ver

[jira] [Commented] (SOLR-7987) Exception when timeallowed is exceed

2019-02-17 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16770641#comment-16770641 ] Mikhail Khludnev commented on SOLR-7987: I started working on better test coverage

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

2019-02-17 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-7.x/291/ 4 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.MultiSolrCloudTestCaseTest Error Message: org.apache.solr.common.SolrException: Could not load collection from ZK: collection2_in_cloud3 Stack Trac

[GitHub] kdebski85 commented on issue #577: SOLR-13260: 128 bit integer type - longlong

2019-02-17 Thread GitBox
kdebski85 commented on issue #577: SOLR-13260: 128 bit integer type - longlong URL: https://github.com/apache/lucene-solr/pull/577#issuecomment-464504054 I would name it int128 instead of longlong. That way we can have int256 or int512 in the future. Names like int32 or int64 are C++ standa

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

2019-02-17 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/7733/ Java: 64bit/jdk-9.0.4 -XX:+UseCompressedOops -XX:+UseSerialGC 1 tests failed. FAILED: org.apache.solr.cloud.OverseerTest.testLatchWatcher Error Message: Stack Trace: java.lang.AssertionError at __randomizedtesting

[jira] [Commented] (SOLR-12028) BadApple and AwaitsFix annotations usage

2019-02-17 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16770519#comment-16770519 ] ASF subversion and git services commented on SOLR-12028: Commit 4

[jira] [Commented] (SOLR-12028) BadApple and AwaitsFix annotations usage

2019-02-17 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16770487#comment-16770487 ] ASF subversion and git services commented on SOLR-12028: Commit 3

[JENKINS] Lucene-Solr-NightlyTests-8.0 - Build # 1 - Unstable

2019-02-17 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.0/1/ 1 tests failed. FAILED: org.apache.solr.security.TestPKIAuthenticationPlugin.test Error Message: Stack Trace: java.lang.AssertionError at __randomizedtesting.SeedInfo.seed([806B788AEC51C6D2:83F475042ADAB2A]:0)

[JENKINS] Lucene-Solr-8.x-Windows (32bit/jdk1.8.0_172) - Build # 47 - Still Unstable!

2019-02-17 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/47/ Java: 32bit/jdk1.8.0_172 -server -XX:+UseG1GC 4 tests failed. FAILED: org.apache.solr.handler.TestSQLHandler.doTest Error Message: --> http://127.0.0.1:59307/gcq/p/collection1_shard2_replica_n1:Failed to execute sqlQuery 'select

[JENKINS-EA] Lucene-Solr-8.0-Linux (64bit/jdk-12-ea+shipilev-fastdebug) - Build # 190 - Unstable!

2019-02-17 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.0-Linux/190/ Java: 64bit/jdk-12-ea+shipilev-fastdebug -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.cloud.autoscaling.sim.TestSimLargeCluster.testSearchRate Error Message: The trigger did not fire at

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

2019-02-17 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-8.x/37/ 1 tests failed. FAILED: org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.testDelegationTokenRenew Error Message: expected:<200> but was:<403> Stack Trace: java.lang.AssertionError: expected:<200> but was:<403> a

[jira] [Commented] (LUCENE-8668) Various JVM failures on PhaseIdealLoop::split_up

2019-02-17 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16770448#comment-16770448 ] Uwe Schindler commented on LUCENE-8668: --- OpenJDK bug report: https://bugs.openjdk.

[jira] [Commented] (LUCENE-8668) Various JVM failures on PhaseIdealLoop::split_up

2019-02-17 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16770447#comment-16770447 ] Uwe Schindler commented on LUCENE-8668: --- I was able to reproduce it on Policeman J

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

2019-02-17 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/7732/ Java: 64bit/jdk-13-ea+8 -XX:+UseCompressedOops -XX:+UseG1GC 11 tests failed. FAILED: org.apache.solr.cloud.OverseerRolesTest.testOverseerRole Error Message: Timed out waiting for overseer state change Stack Trace: java.lang

[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-12-ea+shipilev-fastdebug) - Build # 23696 - Still Failing!

2019-02-17 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23696/ Java: 64bit/jdk-12-ea+shipilev-fastdebug -XX:+UseSerialGC 3 tests failed. FAILED: org.apache.solr.cloud.autoscaling.sim.TestSimLargeCluster.testSearchRate Error Message: The trigger did not fire at all Stack Trace: java.lan

[jira] [Commented] (LUCENE-8369) Remove the spatial module as it is obsolete

2019-02-17 Thread Lucene/Solr QA (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16770409#comment-16770409 ] Lucene/Solr QA commented on LUCENE-8369: | (x) *{color:red}-1 overall{color}* |

[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-12-ea+shipilev-fastdebug) - Build # 23690 - Still Failing!

2019-02-17 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23690/ Java: 64bit/jdk-12-ea+shipilev-fastdebug -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC No tests ran. Build Log: [...truncated 344 lines...] [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-

[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-12-ea+32) - Build # 23686 - Failure!

2019-02-17 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23686/ Java: 64bit/jdk-12-ea+32 -XX:-UseCompressedOops -XX:+UseParallelGC All tests passed Build Log: [...truncated 14512 lines...] [junit4] JVM J1: stdout was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr

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

2019-02-17 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/994/ Java: 64bit/jdk-10.0.1 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.client.solrj.impl.CloudSolrClientTest.testRetryUpdatesWhenClusterStateIsStale Error Message: Error from server at htt

[JENKINS] Lucene-Solr-SmokeRelease-8.0 - Build # 1 - Failure

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

[GitHub] tigerquoll edited a comment on issue #577: SOLR-13260: 128 bit integer type - longlong

2019-02-17 Thread GitBox
tigerquoll edited a comment on issue #577: SOLR-13260: 128 bit integer type - longlong URL: https://github.com/apache/lucene-solr/pull/577#issuecomment-464440916 There seems to be a lot of noise in the PR from a pre-commit merge from master. Fixing and re-pushing -

[GitHub] tigerquoll commented on issue #577: SOLR-13260: 128 bit integer type - longlong

2019-02-17 Thread GitBox
tigerquoll commented on issue #577: SOLR-13260: 128 bit integer type - longlong URL: https://github.com/apache/lucene-solr/pull/577#issuecomment-464440916 There seems to be a lot of noise in the PR from a pre-commit merge from master. Not sure what is going on here as ```git diff origin/mas

[GitHub] tigerquoll opened a new pull request #577: SOLR-13260: 128 bit integer type - longlong

2019-02-17 Thread GitBox
tigerquoll opened a new pull request #577: SOLR-13260: 128 bit integer type - longlong URL: https://github.com/apache/lucene-solr/pull/577 An initial implementation of 128 bit integer point filed type. Would benefit from somebody with a bit more experience with the code base having a look

[GitHub] tigerquoll closed pull request #577: SOLR-13260: 128 bit integer type - longlong

2019-02-17 Thread GitBox
tigerquoll closed pull request #577: SOLR-13260: 128 bit integer type - longlong URL: https://github.com/apache/lucene-solr/pull/577 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] tigerquoll opened a new pull request #577: SOLR-13260: 128 bit integer type - longlong

2019-02-17 Thread GitBox
tigerquoll opened a new pull request #577: SOLR-13260: 128 bit integer type - longlong URL: https://github.com/apache/lucene-solr/pull/577 An initial implementation of 128 bit integer point filed type. Would benefit from somebody with a bit more experience with the code base having a look

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

2019-02-17 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/46/ Java: 64bit/jdk-11 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 2 tests failed. FAILED: org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigAliasReplication Error Message: timed out waiting for collection1 start

[jira] [Created] (SOLR-13260) Add support for 128 bit integer point fields

2019-02-17 Thread Dale Richardson (JIRA)
Dale Richardson created SOLR-13260: -- Summary: Add support for 128 bit integer point fields Key: SOLR-13260 URL: https://issues.apache.org/jira/browse/SOLR-13260 Project: Solr Issue Type: Imp

[JENKINS] Lucene-Solr-BadApples-Tests-8.x - Build # 27 - Still Unstable

2019-02-17 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-8.x/27/ 2 tests failed. FAILED: org.apache.solr.cloud.MultiThreadedOCPTest.test Error Message: acoll: 1550387748146 bcoll: 1550387748293 Stack Trace: java.lang.AssertionError: acoll: 1550387748146 bcoll: 1550387748293 at

[JENKINS] Lucene-Solr-master-Windows (32bit/jdk1.8.0_172) - Build # 7731 - Still Unstable!

2019-02-17 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/7731/ Java: 32bit/jdk1.8.0_172 -client -XX:+UseSerialGC 5 tests failed. FAILED: org.apache.solr.handler.TestSQLHandler.doTest Error Message: --> http://127.0.0.1:64009/collection1_shard1_replica_n2:Failed to execute sqlQuery 'sel

[JENKINS] Lucene-Solr-NightlyTests-master - Build # 1773 - Unstable

2019-02-17 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1773/ 2 tests failed. FAILED: org.apache.solr.search.TestRecovery.testExistOldBufferLog Error Message: Test abandoned because suite timeout was reached. Stack Trace: java.lang.Exception: Test abandoned because suite timeout wa