[JENKINS] Lucene-Solr-NightlyTests-master - Build # 1165 - Still unstable

2016-11-26 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1165/ 12 tests failed. FAILED: org.apache.solr.cloud.DocValuesNotIndexedTest.testGroupingSorting Error Message: Documents in wrong order for field: boolGSF expected:<[2]> but was:<[1]> Stack Trace:

[JENKINS-EA] Lucene-Solr-6.x-Linux (64bit/jdk-9-ea+140) - Build # 2279 - Failure!

2016-11-26 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/2279/ Java: 64bit/jdk-9-ea+140 -XX:-UseCompressedOops -XX:+UseG1GC 1 tests failed. FAILED: org.apache.solr.handler.component.SpellCheckComponentTest.test Error Message: List size mismatch @ spellcheck/suggestions Stack Trace:

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

2016-11-26 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6249/ Java: 32bit/jdk1.8.0_102 -client -XX:+UseSerialGC 4 tests failed. FAILED: org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testProcessing Error Message: unknown UpdateRequestProcessorChain:

[JENKINS] Lucene-Solr-master-Linux (32bit/jdk1.8.0_102) - Build # 18383 - Still Unstable!

2016-11-26 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18383/ Java: 32bit/jdk1.8.0_102 -client -XX:+UseParallelGC 5 tests failed. FAILED: org.apache.solr.cloud.DocValuesNotIndexedTest.testGroupingSorting Error Message: Documents in wrong order for field: stringGSF expected:<[2]> but

[jira] [Commented] (SOLR-5260) Faceting on a field in SolrCloud with docValues=true and indexed=false fails

2016-11-26 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15699156#comment-15699156 ] ASF subversion and git services commented on SOLR-5260: --- Commit

[jira] [Commented] (SOLR-5260) Faceting on a field in SolrCloud with docValues=true and indexed=false fails

2016-11-26 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15699145#comment-15699145 ] ASF subversion and git services commented on SOLR-5260: --- Commit

[jira] [Commented] (SOLR-5260) Faceting on a field in SolrCloud with docValues=true and indexed=false fails

2016-11-26 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15699143#comment-15699143 ] ASF subversion and git services commented on SOLR-5260: --- Commit

[jira] [Updated] (SOLR-9803) Memory leak when creating/deleting collections in VersionBucket

2016-11-26 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson updated SOLR-9803: - Description: I was doing some stress testing for creating/deleting collections to see if

[jira] [Updated] (SOLR-9803) Memory leak when creating/deleting collections in VersionBucket

2016-11-26 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson updated SOLR-9803: - Attachment: Main.java Here's the SolrJ program I was running when I saw this. > Memory leak when

[jira] [Created] (SOLR-9803) Memory leak when creating/deleting collections in VersionBucket

2016-11-26 Thread Erick Erickson (JIRA)
Erick Erickson created SOLR-9803: Summary: Memory leak when creating/deleting collections in VersionBucket Key: SOLR-9803 URL: https://issues.apache.org/jira/browse/SOLR-9803 Project: Solr

[jira] [Resolved] (SOLR-7936) Bogus failure when deleting collections.

2016-11-26 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson resolved SOLR-7936. -- Resolution: Cannot Reproduce Can't get this to fail now. > Bogus failure when deleting

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

2016-11-26 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Solaris/517/ Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseSerialGC 1 tests failed. FAILED: org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithSourceCluster Error Message: Document mismatch on target after sync expected:<2>

[JENKINS] Lucene-Solr-6.x-Linux (32bit/jdk1.8.0_102) - Build # 2278 - Unstable!

2016-11-26 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/2278/ Java: 32bit/jdk1.8.0_102 -server -XX:+UseG1GC 2 tests failed. FAILED: org.apache.solr.cloud.DocValuesNotIndexedTest.testGroupingDVOnly Error Message: Unexpected number of elements in the group for intGSF: 9 Stack Trace:

Re: lucene-solr:master: SOLR-8871 - added suppress forbidden for toUpperCase usage

2016-11-26 Thread Steve Rowe
Hi Tommaso, Rather than suppressing the forbidden api failure for the no-arg version of String.toUpperCase(), I think you should be using the version that takes a Locale, e.g.: algorithmString.toUpperCase(Locale.ROOT); -- Steve www.lucidworks.com > On Nov 24, 2016, at 7:12 PM,

[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-9-ea+140) - Build # 18382 - Still Unstable!

2016-11-26 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18382/ Java: 64bit/jdk-9-ea+140 -XX:-UseCompressedOops -XX:+UseG1GC 4 tests failed. FAILED: org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testProcessing Error Message: unknown UpdateRequestProcessorChain:

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

2016-11-26 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/973/ Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseG1GC 7 tests failed. FAILED: org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithSourceCluster Error Message: Document mismatch on target after sync expected:<2>

[JENKINS] Lucene-Solr-Tests-master - Build # 1503 - Still Unstable

2016-11-26 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/1503/ 5 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.CollectionsAPIDistributedZkTest Error Message: 1 thread leaked from SUITE scope at org.apache.solr.cloud.CollectionsAPIDistributedZkTest: 1)

Re: [JENKINS] Lucene-Solr-6.x-MacOSX (64bit/jdk1.8.0) - Build # 539 - Unstable!

2016-11-26 Thread Erick Erickson
Both of those seeds succeed on my machine, this may take a bit. On Sat, Nov 26, 2016 at 6:13 PM, Policeman Jenkins Server wrote: > Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-MacOSX/539/ > Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseG1GC > > 1 tests

Re: [JENKINS] Lucene-Solr-Tests-master - Build # 1502 - Still Unstable

2016-11-26 Thread Erick Erickson
Digging into the DocValuesNotIndexedTest failure. The UIMA has been failing even without the changes for SOLR-5260 On Sat, Nov 26, 2016 at 3:49 PM, Apache Jenkins Server wrote: > Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/1502/ > > 5 tests failed. >

[JENKINS] Lucene-Solr-6.x-MacOSX (64bit/jdk1.8.0) - Build # 539 - Unstable!

2016-11-26 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-MacOSX/539/ Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseG1GC 1 tests failed. FAILED: org.apache.solr.cloud.DocValuesNotIndexedTest.testGroupingSorting Error Message: Documents in wrong order for field: boolGSF expected:<[2]> but

[JENKINS] Lucene-Solr-Tests-6.x - Build # 562 - Still Unstable

2016-11-26 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/562/ 1 tests failed. FAILED: org.apache.solr.cloud.DocValuesNotIndexedTest.testGroupingSorting Error Message: Documents in wrong order for field: stringGSF expected:<[2]> but was:<[3]> Stack Trace: org.junit.ComparisonFailure:

[jira] [Resolved] (SOLR-5260) Faceting on a field in SolrCloud with docValues=true and indexed=false fails

2016-11-26 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson resolved SOLR-5260. -- Resolution: Fixed Fix Version/s: 6.4 trunk > Faceting on a field in

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

2016-11-26 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/3672/ Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseG1GC 4 tests failed. FAILED: org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testErrorHandling Error Message: unknown UpdateRequestProcessorChain:

[JENKINS-EA] Lucene-Solr-master-Linux (32bit/jdk-9-ea+140) - Build # 18381 - Still Unstable!

2016-11-26 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18381/ Java: 32bit/jdk-9-ea+140 -client -XX:+UseSerialGC 4 tests failed. FAILED: org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testErrorHandling Error Message: unknown UpdateRequestProcessorChain:

[JENKINS] Lucene-Solr-Tests-master - Build # 1502 - Still Unstable

2016-11-26 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/1502/ 5 tests failed. FAILED: org.apache.solr.cloud.DocValuesNotIndexedTest.testGroupingSorting Error Message: Documents in wrong order for field: stringGSF expected:<[2]> but was:<[3]> Stack Trace: org.junit.ComparisonFailure:

[jira] [Commented] (SOLR-5260) Faceting on a field in SolrCloud with docValues=true and indexed=false fails

2016-11-26 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15698587#comment-15698587 ] ASF subversion and git services commented on SOLR-5260: --- Commit

[jira] [Updated] (SOLR-5260) Faceting on a field in SolrCloud with docValues=true and indexed=false fails

2016-11-26 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson updated SOLR-5260: - Attachment: SOLR-5260.patch Patch. The actual code change is one line, the rest is testing. Tried

[jira] [Commented] (SOLR-5260) Faceting on a field in SolrCloud with docValues=true and indexed=false fails

2016-11-26 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15698570#comment-15698570 ] ASF subversion and git services commented on SOLR-5260: --- Commit

[JENKINS] Lucene-Solr-master-Linux (32bit/jdk1.8.0_102) - Build # 18380 - Still Unstable!

2016-11-26 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18380/ Java: 32bit/jdk1.8.0_102 -server -XX:+UseConcMarkSweepGC 4 tests failed. FAILED: org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testTwoUpdates Error Message: unknown UpdateRequestProcessorChain: 1The Apache

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

2016-11-26 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6248/ Java: 32bit/jdk1.8.0_102 -client -XX:+UseG1GC 4 tests failed. FAILED: org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testMultiplierProcessing Error Message: unknown UpdateRequestProcessorChain:

[jira] [Updated] (SOLR-5260) Faceting on a field in SolrCloud with docValues=true and indexed=false fails

2016-11-26 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson updated SOLR-5260: - Summary: Faceting on a field in SolrCloud with docValues=true and indexed=false fails (was: Facet

[JENKINS] Lucene-Solr-Tests-6.x - Build # 561 - Unstable

2016-11-26 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/561/ 1 tests failed. FAILED: org.apache.solr.core.TestDynamicLoading.testDynamicLoading Error Message: Could not get expected value 'X val' for path 'x' full output: { "responseHeader":{ "status":0, "QTime":0},

[JENKINS] Lucene-Solr-master-Linux (32bit/jdk1.8.0_102) - Build # 18379 - Still Unstable!

2016-11-26 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18379/ Java: 32bit/jdk1.8.0_102 -server -XX:+UseSerialGC 4 tests failed. FAILED: org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testTwoUpdates Error Message: unknown UpdateRequestProcessorChain: 1The Apache Software

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

2016-11-26 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Solaris/516/ Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.hdfs.HdfsRecoveryZkTest Error Message: ObjectTracker found 1 object(s) that were not

[jira] [Created] (SOLR-9802) Cannot group by a datefield in SolrCloud

2016-11-26 Thread Erick Erickson (JIRA)
Erick Erickson created SOLR-9802: Summary: Cannot group by a datefield in SolrCloud Key: SOLR-9802 URL: https://issues.apache.org/jira/browse/SOLR-9802 Project: Solr Issue Type: Bug

[jira] [Commented] (SOLR-8029) Modernize and standardize Solr APIs

2016-11-26 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15698255#comment-15698255 ] ASF subversion and git services commented on SOLR-8029: --- Commit

[jira] [Commented] (SOLR-8029) Modernize and standardize Solr APIs

2016-11-26 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15698254#comment-15698254 ] ASF subversion and git services commented on SOLR-8029: --- Commit

[JENKINS] Lucene-Solr-Tests-master - Build # 1501 - Still Unstable

2016-11-26 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/1501/ 5 tests failed. FAILED: org.apache.solr.update.HardAutoCommitTest.testCommitWithin Error Message: Exception during query Stack Trace: java.lang.RuntimeException: Exception during query at

[JENKINS] Lucene-Solr-6.x-Linux (64bit/jdk1.8.0_102) - Build # 2274 - Unstable!

2016-11-26 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/2274/ Java: 64bit/jdk1.8.0_102 -XX:+UseCompressedOops -XX:+UseG1GC 1 tests failed. FAILED: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test Error Message: Expected 2 of 3 replicas to be active but only found 1;

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

2016-11-26 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/972/ Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseSerialGC 4 tests failed. FAILED: org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testProcessing Error Message: unknown UpdateRequestProcessorChain:

[JENKINS-EA] Lucene-Solr-master-Linux (32bit/jdk-9-ea+140) - Build # 18378 - Still Unstable!

2016-11-26 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18378/ Java: 32bit/jdk-9-ea+140 -client -XX:+UseParallelGC 4 tests failed. FAILED: org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testTwoUpdates Error Message: unknown UpdateRequestProcessorChain: 1The Apache

Re: DocValues only faceting tests in distributed mode.

2016-11-26 Thread Erick Erickson
Thanks Ishan! I worked out a different approach with the minimal mutable schema stuff, we'll see if it makes sense. On Fri, Nov 25, 2016 at 3:23 PM, Ishan Chattopadhyaya wrote: > The test doesn't have anything to do with faceting, though. Wasn't sure that > you were

[jira] [Commented] (SOLR-9511) Retire using individual versions to request updates during PeerSync

2016-11-26 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15698111#comment-15698111 ] Noble Paul commented on SOLR-9511: -- The option is to make this changes to trunk and not to branch_6x. The

[jira] [Commented] (SOLR-9546) There is a lot of unnecessary boxing/unboxing going on in {{SolrParams}} class

2016-11-26 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15698105#comment-15698105 ] Noble Paul commented on SOLR-9546: -- Try applying the patch, it's already there > There is a lot of

[JENKINS] Lucene-Solr-NightlyTests-6.x - Build # 211 - Still unstable

2016-11-26 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.x/211/ 3 tests failed. FAILED: org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest.testCreateShouldFailOnExistingCore Error Message:

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

2016-11-26 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/3671/ Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseG1GC 4 tests failed. FAILED: org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testProcessing Error Message: unknown UpdateRequestProcessorChain:

[jira] [Updated] (LUCENE-7563) BKD index should compress unused leading bytes

2016-11-26 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-7563: --- Attachment: LUCENE-7563.patch Another iteration on the patch; I think it's ready. I

[JENKINS-EA] Lucene-Solr-master-Linux (32bit/jdk-9-ea+140) - Build # 18377 - Still Unstable!

2016-11-26 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18377/ Java: 32bit/jdk-9-ea+140 -client -XX:+UseConcMarkSweepGC 4 tests failed. FAILED: org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testMultiplierProcessing Error Message: unknown UpdateRequestProcessorChain:

[JENKINS] Lucene-Solr-6.x-Linux (32bit/jdk1.8.0_102) - Build # 2272 - Unstable!

2016-11-26 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/2272/ Java: 32bit/jdk1.8.0_102 -server -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.solr.schema.PreAnalyzedFieldManagedSchemaCloudTest.testAdd2Fields Error Message: No live SolrServers available to handle this

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

2016-11-26 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1164/ 13 tests failed. FAILED: org.apache.lucene.index.TestIndexWriterThreadsToSegments.testSegmentCountOnFlushRandom Error Message: Captured an uncaught exception in thread: Thread[id=3683, name=Thread-3220, state=RUNNABLE,

[JENKINS-EA] Lucene-Solr-master-Linux (32bit/jdk-9-ea+140) - Build # 18376 - Still Unstable!

2016-11-26 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18376/ Java: 32bit/jdk-9-ea+140 -client -XX:+UseConcMarkSweepGC 4 tests failed. FAILED: org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testMultiplierProcessing Error Message: unknown UpdateRequestProcessorChain:

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

2016-11-26 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6247/ Java: 64bit/jdk1.8.0_102 -XX:+UseCompressedOops -XX:+UseParallelGC 4 tests failed. FAILED: org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testMultiplierProcessing Error Message: unknown