Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18366/
Java: 64bit/jdk1.8.0_102 -XX:-UseCompressedOops -XX:+UseG1GC
6 tests failed.
FAILED:
junit.framework.TestSuite.org.apache.solr.highlight.TestUnifiedSolrHighlighter
Error Message:
Can't load schema
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema-unifiedhighlight.xml:
org.xml.sax.SAXParseException; systemId: solrres:/schema-unifiedhighlight.xml;
lineNumber: 18; columnNumber: 6; The processing instruction target matching
"[xX][mM][lL]" is not allowed.
Stack Trace:
org.apache.solr.common.SolrException: Can't load schema
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema-unifiedhighlight.xml:
org.xml.sax.SAXParseException; systemId: solrres:/schema-unifiedhighlight.xml;
lineNumber: 18; columnNumber: 6; The processing instruction target matching
"[xX][mM][lL]" is not allowed.
at __randomizedtesting.SeedInfo.seed([E0695989278F4D0E]:0)
at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:598)
at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:183)
at
org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:56)
at
org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:75)
at org.apache.solr.util.TestHarness.<init>(TestHarness.java:107)
at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:641)
at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:631)
at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:473)
at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:462)
at
org.apache.solr.highlight.TestUnifiedSolrHighlighter.beforeClass(TestUnifiedSolrHighlighter.java:29)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:847)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.common.SolrException: org.xml.sax.SAXParseException;
systemId: solrres:/schema-unifiedhighlight.xml; lineNumber: 18; columnNumber:
6; The processing instruction target matching "[xX][mM][lL]" is not allowed.
at org.apache.solr.core.Config.<init>(Config.java:154)
at org.apache.solr.core.Config.<init>(Config.java:90)
at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:460)
... 33 more
Caused by: org.xml.sax.SAXParseException; systemId:
solrres:/schema-unifiedhighlight.xml; lineNumber: 18; columnNumber: 6; The
processing instruction target matching "[xX][mM][lL]" is not allowed.
at
com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203)
at
com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:177)
at
com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:400)
at
com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327)
at
com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1472)
at
com.sun.org.apache.xerces.internal.impl.XMLScanner.scanPIData(XMLScanner.java:746)
at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanPIData(XMLDocumentFragmentScannerImpl.java:1014)
at
com.sun.org.apache.xerces.internal.impl.XMLScanner.scanPI(XMLScanner.java:714)
at
com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:907)
at
com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602)
at
com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112)
at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505)
at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:841)
at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:770)
at
com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
at
com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:243)
at
com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
at org.apache.solr.core.Config.<init>(Config.java:143)
... 35 more
FAILED: org.apache.solr.cloud.RecoveryZkTest.test
Error Message:
Stack Trace:
java.util.concurrent.TimeoutException
at
__randomizedtesting.SeedInfo.seed([E0695989278F4D0E:683D6653897320F6]:0)
at
org.apache.solr.common.cloud.ZkStateReader.waitForState(ZkStateReader.java:1251)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.waitForState(CloudSolrClient.java:691)
at org.apache.solr.cloud.RecoveryZkTest.test(RecoveryZkTest.java:122)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
FAILED:
org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testMultiplierProcessing
Error Message:
unknown UpdateRequestProcessorChain: <add><doc><field
name="id">2312312321312</field><field name="text">SpellCheckComponent got
improvement related to recent Lucene changes. Add support for specifying
Spelling SuggestWord Comparator to Lucene spell checkers for
SpellCheckComponent. Issue SOLR-2053 is already fixed, patch is attached if you
need it, but it is also committed to trunk and 3_x branch. Last Lucene European
Conference has been held in Prague.</field></doc></add>
Stack Trace:
org.apache.solr.common.SolrException: unknown UpdateRequestProcessorChain:
<add><doc><field name="id">2312312321312</field><field
name="text">SpellCheckComponent got improvement related to recent Lucene
changes.
Add support for specifying Spelling SuggestWord Comparator to Lucene spell
checkers for SpellCheckComponent. Issue SOLR-2053 is already fixed, patch is
attached if you need it, but it is also committed to trunk and 3_x branch. Last
Lucene European Conference has been held in Prague.</field></doc></add>
at
__randomizedtesting.SeedInfo.seed([AEAD7D1E87888102:95ACB7B380DCADF6]:0)
at
org.apache.solr.core.SolrCore.getUpdateProcessingChain(SolrCore.java:1214)
at
org.apache.solr.core.SolrCore.getUpdateProcessorChain(SolrCore.java:1222)
at
org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:52)
at org.apache.solr.SolrTestCaseJ4.addDoc(SolrTestCaseJ4.java:1031)
at
org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testProcessing(UIMAUpdateRequestProcessorTest.java:83)
at
org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testMultiplierProcessing(UIMAUpdateRequestProcessorTest.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
FAILED:
org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testTwoUpdates
Error Message:
unknown UpdateRequestProcessorChain: <add><doc><field name="id">1</field><field
name="text">The Apache Software Foundation is happy to announce BarCampApache
Sydney, Australia, the first ASF-backed event in the Southern
Hemisphere!</field></doc></add>
Stack Trace:
org.apache.solr.common.SolrException: unknown UpdateRequestProcessorChain:
<add><doc><field name="id">1</field><field name="text">The Apache Software
Foundation is happy to announce BarCampApache Sydney, Australia, the first
ASF-backed event in the Southern Hemisphere!</field></doc></add>
at
__randomizedtesting.SeedInfo.seed([AEAD7D1E87888102:A3E72A419FA7E3AC]:0)
at
org.apache.solr.core.SolrCore.getUpdateProcessingChain(SolrCore.java:1214)
at
org.apache.solr.core.SolrCore.getUpdateProcessorChain(SolrCore.java:1222)
at
org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:52)
at org.apache.solr.SolrTestCaseJ4.addDoc(SolrTestCaseJ4.java:1031)
at
org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testTwoUpdates(UIMAUpdateRequestProcessorTest.java:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
FAILED:
org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testProcessing
Error Message:
unknown UpdateRequestProcessorChain: <add><doc><field
name="id">2312312321312</field><field name="text">SpellCheckComponent got
improvement related to recent Lucene changes. Add support for specifying
Spelling SuggestWord Comparator to Lucene spell checkers for
SpellCheckComponent. Issue SOLR-2053 is already fixed, patch is attached if you
need it, but it is also committed to trunk and 3_x branch. Last Lucene European
Conference has been held in Prague.</field></doc></add>
Stack Trace:
org.apache.solr.common.SolrException: unknown UpdateRequestProcessorChain:
<add><doc><field name="id">2312312321312</field><field
name="text">SpellCheckComponent got improvement related to recent Lucene
changes.
Add support for specifying Spelling SuggestWord Comparator to Lucene spell
checkers for SpellCheckComponent. Issue SOLR-2053 is already fixed, patch is
attached if you need it, but it is also committed to trunk and 3_x branch. Last
Lucene European Conference has been held in Prague.</field></doc></add>
at
__randomizedtesting.SeedInfo.seed([AEAD7D1E87888102:BD23796CC07B00A8]:0)
at
org.apache.solr.core.SolrCore.getUpdateProcessingChain(SolrCore.java:1214)
at
org.apache.solr.core.SolrCore.getUpdateProcessorChain(SolrCore.java:1222)
at
org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:52)
at org.apache.solr.SolrTestCaseJ4.addDoc(SolrTestCaseJ4.java:1031)
at
org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testProcessing(UIMAUpdateRequestProcessorTest.java:83)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
FAILED:
org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testErrorHandling
Error Message:
unknown UpdateRequestProcessorChain: <add><doc><field
name="id">2312312321312</field><field name="text">SpellCheckComponent got
improvement related to recent Lucene changes. Add support for specifying
Spelling SuggestWord Comparator to Lucene spell checkers for
SpellCheckComponent. Issue SOLR-2053 is already fixed, patch is attached if you
need it, but it is also committed to trunk and 3_x branch. Last Lucene European
Conference has been held in Prague.</field></doc></add>
Stack Trace:
org.apache.solr.common.SolrException: unknown UpdateRequestProcessorChain:
<add><doc><field name="id">2312312321312</field><field
name="text">SpellCheckComponent got improvement related to recent Lucene
changes.
Add support for specifying Spelling SuggestWord Comparator to Lucene spell
checkers for SpellCheckComponent. Issue SOLR-2053 is already fixed, patch is
attached if you need it, but it is also committed to trunk and 3_x branch. Last
Lucene European Conference has been held in Prague.</field></doc></add>
at
__randomizedtesting.SeedInfo.seed([AEAD7D1E87888102:9B590320D15E00D6]:0)
at
org.apache.solr.core.SolrCore.getUpdateProcessingChain(SolrCore.java:1214)
at
org.apache.solr.core.SolrCore.getUpdateProcessorChain(SolrCore.java:1222)
at
org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:52)
at org.apache.solr.SolrTestCaseJ4.addDoc(SolrTestCaseJ4.java:1031)
at
org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testErrorHandling(UIMAUpdateRequestProcessorTest.java:137)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
Build Log:
[...truncated 11487 lines...]
[junit4] Suite: org.apache.solr.highlight.TestUnifiedSolrHighlighter
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.highlight.TestUnifiedSolrHighlighter_E0695989278F4D0E-001/init-core-data-001
[junit4] 2> 463476 INFO
(SUITE-TestUnifiedSolrHighlighter-seed#[E0695989278F4D0E]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
[junit4] 2> 463476 INFO
(SUITE-TestUnifiedSolrHighlighter-seed#[E0695989278F4D0E]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 463476 INFO
(SUITE-TestUnifiedSolrHighlighter-seed#[E0695989278F4D0E]-worker) [ ]
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 463495 WARN
(SUITE-TestUnifiedSolrHighlighter-seed#[E0695989278F4D0E]-worker) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 463495 INFO
(SUITE-TestUnifiedSolrHighlighter-seed#[E0695989278F4D0E]-worker) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 463514 ERROR
(SUITE-TestUnifiedSolrHighlighter-seed#[E0695989278F4D0E]-worker) [ ]
o.a.s.c.Config Exception during parsing file:
schema:org.xml.sax.SAXParseException; systemId:
solrres:/schema-unifiedhighlight.xml; lineNumber: 18; columnNumber: 6; The
processing instruction target matching "[xX][mM][lL]" is not allowed.
[junit4] 2> at
com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203)
[junit4] 2> at
com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:177)
[junit4] 2> at
com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:400)
[junit4] 2> at
com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327)
[junit4] 2> at
com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1472)
[junit4] 2> at
com.sun.org.apache.xerces.internal.impl.XMLScanner.scanPIData(XMLScanner.java:746)
[junit4] 2> at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanPIData(XMLDocumentFragmentScannerImpl.java:1014)
[junit4] 2> at
com.sun.org.apache.xerces.internal.impl.XMLScanner.scanPI(XMLScanner.java:714)
[junit4] 2> at
com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:907)
[junit4] 2> at
com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602)
[junit4] 2> at
com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112)
[junit4] 2> at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505)
[junit4] 2> at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:841)
[junit4] 2> at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:770)
[junit4] 2> at
com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
[junit4] 2> at
com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:243)
[junit4] 2> at
com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
[junit4] 2> at org.apache.solr.core.Config.<init>(Config.java:143)
[junit4] 2> at org.apache.solr.core.Config.<init>(Config.java:90)
[junit4] 2> at
org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:460)
[junit4] 2> at
org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:183)
[junit4] 2> at
org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:56)
[junit4] 2> at
org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:75)
[junit4] 2> at
org.apache.solr.util.TestHarness.<init>(TestHarness.java:107)
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:641)
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:631)
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:473)
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:462)
[junit4] 2> at
org.apache.solr.highlight.TestUnifiedSolrHighlighter.beforeClass(TestUnifiedSolrHighlighter.java:29)
[junit4] 2> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
[junit4] 2> at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] 2> at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] 2> at java.lang.reflect.Method.invoke(Method.java:498)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:847)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2>
[junit4] 2> 463515 INFO
(SUITE-TestUnifiedSolrHighlighter-seed#[E0695989278F4D0E]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {},
docValues:{}, maxPointsInLeafNode=628, maxMBSortInHeap=5.192246847756504,
sim=RandomSimilarity(queryNorm=false): {}, locale=da-DK,
timezone=America/Indiana/Marengo
[junit4] 2> NOTE: Linux 4.4.0-47-generic amd64/Oracle Corporation
1.8.0_102 (64-bit)/cpus=12,threads=1,free=201000856,total=536870912
[junit4] 2> NOTE: All tests run in this JVM: [TestChildDocTransformer,
DeleteReplicaTest, TestReversedWildcardFilterFactory, TestZkChroot,
TestStressReorder, TestConfig, TestXmlQParser, ExitableDirectoryReaderTest,
TestFieldCacheWithThreads, TestSubQueryTransformerDistrib,
DistributedFacetExistsSmallTest, TestFieldTypeCollectionResource,
SolrCoreCheckLockOnStartupTest, TestDynamicFieldResource, AssignTest,
BitVectorTest, TestCopyFieldCollectionResource, TestWriterPerf,
TestSolrDynamicMBean, SolrTestCaseJ4Test,
DistributedQueryComponentCustomSortTest, SolrIndexConfigTest,
OverseerRolesTest, TestTrackingShardHandlerFactory, DeleteInactiveReplicaTest,
CoreAdminCreateDiscoverTest, DirectUpdateHandlerTest, CollectionsAPISolrJTest,
TestLMDirichletSimilarityFactory, HdfsChaosMonkeyNothingIsSafeTest,
TestPHPSerializedResponseWriter, TestNumericTerms64, UpdateParamsTest,
TestFieldCacheSort, PrimUtilsTest, HdfsNNFailoverTest, ConnectionReuseTest,
TestPhraseSuggestions, BinaryUpdateRequestHandlerTest,
UUIDUpdateProcessorFallbackTest, UnloadDistributedZkTest,
TestQuerySenderNoQuery, TestCloudRecovery, RollingRestartTest,
TestCollationField, SliceStateTest, TestReloadAndDeleteDocs,
CheckHdfsIndexTest, TestIBSimilarityFactory, TestGraphMLResponseWriter,
TestScoreJoinQPNoScore, TestGroupingSearch, TestDocSet, TestReload,
TestIntervalFaceting, TestFastOutputStream, TestTolerantSearch,
SimpleFacetsTest, CloudMLTQParserTest, SortSpecParsingTest,
OverriddenZkACLAndCredentialsProvidersTest, TemplateUpdateProcessorTest,
IgnoreCommitOptimizeUpdateProcessorFactoryTest, PrimitiveFieldTypeTest,
TestCoreDiscovery, UtilsToolTest, TestIndexingPerformance,
TestSQLHandlerNonCloud, TestSchemaResource, TestHashQParserPlugin,
BadCopyFieldTest, LukeRequestHandlerTest, TestReloadDeadlock, TestFieldCache,
SuggesterTest, HLLSerializationTest, LeaderElectionTest, SolrPluginUtilsTest,
TestDistributedMissingSort, TestComponentsName, TestCloudInspectUtil,
DateRangeFieldTest, TestUnifiedSolrHighlighter]
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestUnifiedSolrHighlighter -Dtests.seed=E0695989278F4D0E
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=da-DK
-Dtests.timezone=America/Indiana/Marengo -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[junit4] ERROR 0.00s J2 | TestUnifiedSolrHighlighter (suite) <<<
[junit4] > Throwable #1: org.apache.solr.common.SolrException: Can't load
schema
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema-unifiedhighlight.xml:
org.xml.sax.SAXParseException; systemId: solrres:/schema-unifiedhighlight.xml;
lineNumber: 18; columnNumber: 6; The processing instruction target matching
"[xX][mM][lL]" is not allowed.
[junit4] > at
__randomizedtesting.SeedInfo.seed([E0695989278F4D0E]:0)
[junit4] > at
org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:598)
[junit4] > at
org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:183)
[junit4] > at
org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:56)
[junit4] > at
org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:75)
[junit4] > at
org.apache.solr.util.TestHarness.<init>(TestHarness.java:107)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:641)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:631)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:473)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:462)
[junit4] > at
org.apache.solr.highlight.TestUnifiedSolrHighlighter.beforeClass(TestUnifiedSolrHighlighter.java:29)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > Caused by: org.apache.solr.common.SolrException:
org.xml.sax.SAXParseException; systemId: solrres:/schema-unifiedhighlight.xml;
lineNumber: 18; columnNumber: 6; The processing instruction target matching
"[xX][mM][lL]" is not allowed.
[junit4] > at org.apache.solr.core.Config.<init>(Config.java:154)
[junit4] > at org.apache.solr.core.Config.<init>(Config.java:90)
[junit4] > at
org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:460)
[junit4] > ... 33 more
[junit4] > Caused by: org.xml.sax.SAXParseException; systemId:
solrres:/schema-unifiedhighlight.xml; lineNumber: 18; columnNumber: 6; The
processing instruction target matching "[xX][mM][lL]" is not allowed.
[junit4] > at
com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203)
[junit4] > at
com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:177)
[junit4] > at
com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:400)
[junit4] > at
com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327)
[junit4] > at
com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1472)
[junit4] > at
com.sun.org.apache.xerces.internal.impl.XMLScanner.scanPIData(XMLScanner.java:746)
[junit4] > at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanPIData(XMLDocumentFragmentScannerImpl.java:1014)
[junit4] > at
com.sun.org.apache.xerces.internal.impl.XMLScanner.scanPI(XMLScanner.java:714)
[junit4] > at
com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:907)
[junit4] > at
com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602)
[junit4] > at
com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112)
[junit4] > at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505)
[junit4] > at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:841)
[junit4] > at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:770)
[junit4] > at
com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
[junit4] > at
com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:243)
[junit4] > at
com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
[junit4] > at org.apache.solr.core.Config.<init>(Config.java:143)
[junit4] > ... 35 more
[junit4] Completed [263/657 (1!)] on J2 in 0.06s, 0 tests, 1 error <<<
FAILURES!
[...truncated 311 lines...]
[junit4] Suite: org.apache.solr.cloud.RecoveryZkTest
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest_E0695989278F4D0E-001/init-core-data-001
[junit4] 2> 820847 INFO
(SUITE-RecoveryZkTest-seed#[E0695989278F4D0E]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
[junit4] 2> 820848 INFO
(SUITE-RecoveryZkTest-seed#[E0695989278F4D0E]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest_E0695989278F4D0E-001/tempDir-001
[junit4] 2> 820848 INFO
(SUITE-RecoveryZkTest-seed#[E0695989278F4D0E]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 820848 INFO (Thread-1551) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 820848 INFO (Thread-1551) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 820948 INFO
(SUITE-RecoveryZkTest-seed#[E0695989278F4D0E]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:39047
[junit4] 2> 820953 INFO (jetty-launcher-1067-thread-2) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 820953 INFO (jetty-launcher-1067-thread-1) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 820957 INFO (jetty-launcher-1067-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@565d37bc{/solr,null,AVAILABLE}
[junit4] 2> 820957 INFO (jetty-launcher-1067-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@58395ebf{/solr,null,AVAILABLE}
[junit4] 2> 820958 INFO (jetty-launcher-1067-thread-1) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@32be9dfb{HTTP/1.1,[http/1.1]}{127.0.0.1:45610}
[junit4] 2> 820958 INFO (jetty-launcher-1067-thread-2) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@7a63eeda{HTTP/1.1,[http/1.1]}{127.0.0.1:43052}
[junit4] 2> 820958 INFO (jetty-launcher-1067-thread-2) [ ]
o.e.j.s.Server Started @822691ms
[junit4] 2> 820958 INFO (jetty-launcher-1067-thread-1) [ ]
o.e.j.s.Server Started @822691ms
[junit4] 2> 820958 INFO (jetty-launcher-1067-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=43052}
[junit4] 2> 820958 INFO (jetty-launcher-1067-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=45610}
[junit4] 2> 820958 ERROR (jetty-launcher-1067-thread-2) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 820958 ERROR (jetty-launcher-1067-thread-1) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 820958 INFO (jetty-launcher-1067-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 820958 INFO (jetty-launcher-1067-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 820958 INFO (jetty-launcher-1067-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 820958 INFO (jetty-launcher-1067-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 820958 INFO (jetty-launcher-1067-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 820958 INFO (jetty-launcher-1067-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 820959 INFO (jetty-launcher-1067-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-11-25T02:14:48.278Z
[junit4] 2> 820959 INFO (jetty-launcher-1067-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-11-25T02:14:48.279Z
[junit4] 2> 820960 INFO (jetty-launcher-1067-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 820960 INFO (jetty-launcher-1067-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 820965 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x158994382690002, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 820969 INFO (jetty-launcher-1067-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39047/solr
[junit4] 2> 820969 INFO (jetty-launcher-1067-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39047/solr
[junit4] 2> 820979 INFO (jetty-launcher-1067-thread-1)
[n:127.0.0.1:45610_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:45610_solr
[junit4] 2> 820979 INFO (jetty-launcher-1067-thread-2)
[n:127.0.0.1:43052_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:43052_solr
[junit4] 2> 820980 INFO (jetty-launcher-1067-thread-1)
[n:127.0.0.1:45610_solr ] o.a.s.c.Overseer Overseer
(id=96995907218243589-127.0.0.1:45610_solr-n_0000000000) starting
[junit4] 2> 820980 INFO
(zkCallback-1078-thread-1-processing-n:127.0.0.1:43052_solr)
[n:127.0.0.1:43052_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 820981 INFO
(zkCallback-1077-thread-1-processing-n:127.0.0.1:45610_solr)
[n:127.0.0.1:45610_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 820984 INFO (jetty-launcher-1067-thread-1)
[n:127.0.0.1:45610_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:45610_solr
[junit4] 2> 820984 INFO
(zkCallback-1077-thread-1-processing-n:127.0.0.1:45610_solr)
[n:127.0.0.1:45610_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 820984 INFO
(zkCallback-1078-thread-1-processing-n:127.0.0.1:43052_solr)
[n:127.0.0.1:43052_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 821017 INFO (jetty-launcher-1067-thread-2)
[n:127.0.0.1:43052_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest_E0695989278F4D0E-001/tempDir-001/node2/.
[junit4] 2> 821056 INFO (jetty-launcher-1067-thread-1)
[n:127.0.0.1:45610_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest_E0695989278F4D0E-001/tempDir-001/node1/.
[junit4] 2> 821061 INFO
(SUITE-RecoveryZkTest-seed#[E0695989278F4D0E]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 821062 INFO
(SUITE-RecoveryZkTest-seed#[E0695989278F4D0E]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39047/solr ready
[junit4] 2> 821079 INFO
(TEST-RecoveryZkTest.test-seed#[E0695989278F4D0E]) [ ] o.a.s.SolrTestCaseJ4
###Starting test
[junit4] 2> 821080 INFO (qtp1414906382-6586) [n:127.0.0.1:45610_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&name=recoverytest&action=CREATE&numShards=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 821082 INFO
(OverseerThreadFactory-3498-thread-1-processing-n:127.0.0.1:45610_solr)
[n:127.0.0.1:45610_solr ] o.a.s.c.CreateCollectionCmd Create collection
recoverytest
[junit4] 2> 821187 INFO (qtp1414906382-6590) [n:127.0.0.1:45610_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=recoverytest_shard1_replica2&action=CREATE&numShards=1&collection=recoverytest&shard=shard1&wt=javabin&version=2
[junit4] 2> 821187 INFO (qtp274749443-6585) [n:127.0.0.1:43052_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=recoverytest_shard1_replica1&action=CREATE&numShards=1&collection=recoverytest&shard=shard1&wt=javabin&version=2
[junit4] 2> 821296 INFO
(zkCallback-1077-thread-1-processing-n:127.0.0.1:45610_solr)
[n:127.0.0.1:45610_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/recoverytest/state.json] for collection [recoverytest] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 821296 INFO
(zkCallback-1078-thread-1-processing-n:127.0.0.1:43052_solr)
[n:127.0.0.1:43052_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/recoverytest/state.json] for collection [recoverytest] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 822200 INFO (qtp1414906382-6590) [n:127.0.0.1:45610_solr
c:recoverytest s:shard1 x:recoverytest_shard1_replica2] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.0.0
[junit4] 2> 822200 INFO (qtp274749443-6585) [n:127.0.0.1:43052_solr
c:recoverytest s:shard1 x:recoverytest_shard1_replica1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.0.0
[junit4] 2> 822207 INFO (qtp1414906382-6590) [n:127.0.0.1:45610_solr
c:recoverytest s:shard1 x:recoverytest_shard1_replica2] o.a.s.s.IndexSchema
[recoverytest_shard1_replica2] Schema name=minimal
[junit4] 2> 822207 INFO (qtp274749443-6585) [n:127.0.0.1:43052_solr
c:recoverytest s:shard1 x:recoverytest_shard1_replica1] o.a.s.s.IndexSchema
[recoverytest_shard1_replica1] Schema name=minimal
[junit4] 2> 822210 INFO (qtp1414906382-6590) [n:127.0.0.1:45610_solr
c:recoverytest s:shard1 x:recoverytest_shard1_replica2] o.a.s.s.IndexSchema
Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 822210 INFO (qtp274749443-6585) [n:127.0.0.1:43052_solr
c:recoverytest s:shard1 x:recoverytest_shard1_replica1] o.a.s.s.IndexSchema
Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 822211 INFO (qtp274749443-6585) [n:127.0.0.1:43052_solr
c:recoverytest s:shard1 x:recoverytest_shard1_replica1] o.a.s.c.CoreContainer
Creating SolrCore 'recoverytest_shard1_replica1' using configuration from
collection recoverytest
[junit4] 2> 822211 INFO (qtp1414906382-6590) [n:127.0.0.1:45610_solr
c:recoverytest s:shard1 x:recoverytest_shard1_replica2] o.a.s.c.CoreContainer
Creating SolrCore 'recoverytest_shard1_replica2' using configuration from
collection recoverytest
[junit4] 2> 822212 INFO (qtp1414906382-6590) [n:127.0.0.1:45610_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2]
o.a.s.c.SolrCore [[recoverytest_shard1_replica2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest_E0695989278F4D0E-001/tempDir-001/node1/recoverytest_shard1_replica2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest_E0695989278F4D0E-001/tempDir-001/node1/./recoverytest_shard1_replica2/data/]
[junit4] 2> 822212 INFO (qtp274749443-6585) [n:127.0.0.1:43052_solr
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1]
o.a.s.c.SolrCore [[recoverytest_shard1_replica1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest_E0695989278F4D0E-001/tempDir-001/node2/recoverytest_shard1_replica1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest_E0695989278F4D0E-001/tempDir-001/node2/./recoverytest_shard1_replica1/data/]
[junit4] 2> 822218 INFO (qtp274749443-6585) [n:127.0.0.1:43052_solr
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 822218 INFO (qtp1414906382-6590) [n:127.0.0.1:45610_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 822218 INFO (qtp274749443-6585) [n:127.0.0.1:43052_solr
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 822218 INFO (qtp1414906382-6590) [n:127.0.0.1:45610_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 822220 INFO (qtp274749443-6585) [n:127.0.0.1:43052_solr
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 822220 INFO (qtp274749443-6585) [n:127.0.0.1:43052_solr
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 822220 INFO (qtp274749443-6585) [n:127.0.0.1:43052_solr
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@39fda63b[recoverytest_shard1_replica1] main]
[junit4] 2> 822220 INFO (qtp1414906382-6590) [n:127.0.0.1:45610_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 822221 INFO (qtp1414906382-6590) [n:127.0.0.1:45610_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 822222 INFO (qtp1414906382-6590) [n:127.0.0.1:45610_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@2fc30015[recoverytest_shard1_replica2] main]
[junit4] 2> 822222 INFO (qtp274749443-6585) [n:127.0.0.1:43052_solr
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 822222 INFO (qtp274749443-6585) [n:127.0.0.1:43052_solr
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 822222 INFO (qtp1414906382-6590) [n:127.0.0.1:45610_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 822222 INFO (qtp274749443-6585) [n:127.0.0.1:43052_solr
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 822222 INFO
(searcherExecutor-3503-thread-1-processing-n:127.0.0.1:43052_solr
x:recoverytest_shard1_replica1 s:shard1 c:recoverytest r:core_node1)
[n:127.0.0.1:43052_solr c:recoverytest s:shard1 r:core_node1
x:recoverytest_shard1_replica1] o.a.s.c.SolrCore [recoverytest_shard1_replica1]
Registered new searcher Searcher@39fda63b[recoverytest_shard1_replica1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 822222 INFO (qtp1414906382-6590) [n:127.0.0.1:45610_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 822222 INFO (qtp274749443-6585) [n:127.0.0.1:43052_solr
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1551934516931592192
[junit4] 2> 822222 INFO (qtp1414906382-6590) [n:127.0.0.1:45610_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 822223 INFO
(searcherExecutor-3504-thread-1-processing-n:127.0.0.1:45610_solr
x:recoverytest_shard1_replica2 s:shard1 c:recoverytest r:core_node2)
[n:127.0.0.1:45610_solr c:recoverytest s:shard1 r:core_node2
x:recoverytest_shard1_replica2] o.a.s.c.SolrCore [recoverytest_shard1_replica2]
Registered new searcher Searcher@2fc30015[recoverytest_shard1_replica2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 822223 INFO (qtp1414906382-6590) [n:127.0.0.1:45610_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1551934516932640768
[junit4] 2> 822226 INFO (qtp274749443-6585) [n:127.0.0.1:43052_solr
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 822226 INFO (qtp274749443-6585) [n:127.0.0.1:43052_solr
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 822227 INFO (qtp274749443-6585) [n:127.0.0.1:43052_solr
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:43052/solr/recoverytest_shard1_replica1/
[junit4] 2> 822227 INFO (qtp274749443-6585) [n:127.0.0.1:43052_solr
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1]
o.a.s.u.PeerSync PeerSync: core=recoverytest_shard1_replica1
url=http://127.0.0.1:43052/solr START
replicas=[http://127.0.0.1:45610/solr/recoverytest_shard1_replica2/]
nUpdates=100
[junit4] 2> 822227 INFO (qtp274749443-6585) [n:127.0.0.1:43052_solr
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1]
o.a.s.u.PeerSync PeerSync: core=recoverytest_shard1_replica1
url=http://127.0.0.1:43052/solr DONE. We have no versions. sync failed.
[junit4] 2> 822228 INFO (qtp1414906382-6578) [n:127.0.0.1:45610_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2]
o.a.s.c.S.Request [recoverytest_shard1_replica2] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 822228 INFO (qtp274749443-6585) [n:127.0.0.1:43052_solr
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1]
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the
next candidate
[junit4] 2> 822228 INFO (qtp274749443-6585) [n:127.0.0.1:43052_solr
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1]
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we
can't sync in that case - we were active before, so become leader anyway
[junit4] 2> 822230 INFO (qtp274749443-6585) [n:127.0.0.1:43052_solr
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:43052/solr/recoverytest_shard1_replica1/ shard1
[junit4] 2> 822331 INFO
(zkCallback-1078-thread-1-processing-n:127.0.0.1:43052_solr)
[n:127.0.0.1:43052_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/recoverytest/state.json] for collection [recoverytest] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 822331 INFO
(zkCallback-1077-thread-2-processing-n:127.0.0.1:45610_solr)
[n:127.0.0.1:45610_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/recoverytest/state.json] for collection [recoverytest] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 822380 INFO (qtp274749443-6585) [n:127.0.0.1:43052_solr
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 822382 INFO (qtp274749443-6585) [n:127.0.0.1:43052_solr
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=recoverytest_shard1_replica1&action=CREATE&numShards=1&collection=recoverytest&shard=shard1&wt=javabin&version=2}
status=0 QTime=1194
[junit4] 2> 822483 INFO
(zkCallback-1077-thread-2-processing-n:127.0.0.1:45610_solr)
[n:127.0.0.1:45610_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/recoverytest/state.json] for collection [recoverytest] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 822483 INFO
(zkCallback-1078-thread-1-processing-n:127.0.0.1:43052_solr)
[n:127.0.0.1:43052_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/recoverytest/state.json] for collection [recoverytest] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 823228 INFO (qtp1414906382-6590) [n:127.0.0.1:45610_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=recoverytest_shard1_replica2&action=CREATE&numShards=1&collection=recoverytest&shard=shard1&wt=javabin&version=2}
status=0 QTime=2041
[junit4] 2> 823231 INFO (qtp1414906382-6586) [n:127.0.0.1:45610_solr ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 823329 INFO
(zkCallback-1077-thread-1-processing-n:127.0.0.1:45610_solr)
[n:127.0.0.1:45610_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/recoverytest/state.json] for collection [recoverytest] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 823329 INFO
(zkCallback-1078-thread-1-processing-n:127.0.0.1:43052_solr)
[n:127.0.0.1:43052_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/recoverytest/state.json] for collection [recoverytest] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 824232 INFO (qtp1414906382-6586) [n:127.0.0.1:45610_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&name=recoverytest&action=CREATE&numShards=1&wt=javabin&version=2}
status=0 QTime=3151
[junit4] 2> 824232 INFO
(TEST-RecoveryZkTest.test-seed#[E0695989278F4D0E]) [ ]
o.a.s.c.RecoveryZkTest Indexing 1200 documents
[junit4] 2> 824239 INFO (qtp1414906382-6578) [n:127.0.0.1:45610_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2]
o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]
webapp=/solr path=/update
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:43052/solr/recoverytest_shard1_replica1/&wt=javabin&version=2}{add=[2-0
(1551934519043424257)]} 0 0
[junit4] 2> 824239 INFO (qtp1414906382-6580) [n:127.0.0.1:45610_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2]
o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]
webapp=/solr path=/update
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:43052/solr/recoverytest_shard1_replica1/&wt=javabin&version=2}{add=[1-0
(1551934519043424256)]} 0 0
[junit4] 2> 824239 INFO (qtp274749443-6589) [n:127.0.0.1:43052_solr
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1]
o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]
webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-0
(1551934519043424257)]} 0 3
[junit4] 2> 824239 INFO (qtp274749443-6575) [n:127.0.0.1:43052_solr
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1]
o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]
webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-0
(1551934519043424256)]} 0 3
[junit4] 2> 824241 INFO (qtp1414906382-6643) [n:127.0.0.1:45610_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2]
o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]
webapp=/solr path=/update
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:43052/solr/recoverytest_shard1_replica1/&wt=javabin&version=2}{delete=[2-0
(-1551934519047618560)]} 0 0
[junit4] 2> 824241 INFO (qtp1414906382-6644) [n:127.0.0.1:45610_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2]
o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]
webapp=/solr path=/update
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:43052/solr/recoverytest_shard1_replica1/&wt=javabin&version=2}{delete=[1-0
(-1551934519047618561)]} 0 0
[junit4] 2> 824241 INFO (qtp274749443-6579) [n:127.0.0.1:43052_solr
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1]
o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]
webapp=/solr path=/update params={wt=javabin&version=2}{delete=[2-0
(-1551934519047618560)]} 0 1
[junit4] 2> 824241 INFO (qtp274749443-6585) [n:127.0.0.1:43052_solr
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1]
o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]
webapp=/solr path=/update params={wt=javabin&version=2}{delete=[1-0
(-1551934519047618561)]} 0 1
[junit4] 2> 824242 INFO (qtp1414906382-6590) [n:127.0.0.1:45610_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2]
o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]
webapp=/solr path=/update
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:43052/solr/recoverytest_shard1_replica1/&wt=javabin&version=2}{add=[2-1
(1551934519048667136)]} 0 0
[junit4] 2> 824242 INFO (qtp1414906382-6586) [n:127.0.0.1:45610_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2]
o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]
webapp=/solr path=/update
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:43052/solr/recoverytest_shard1_replica1/&wt=javabin&version=2}{add=[1-1
(1551934519048667137)]} 0 0
[junit4] 2> 824242 INFO (qtp274749443-6577) [n:127.0.0.1:43052_solr
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1]
o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]
webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-1
(1551934519048667136)]} 0 0
[junit4] 2> 824242 INFO (qtp274749443-6589) [n:127.0.0.1:43052_solr
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1]
o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]
webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-1
(1551934519048667137)]} 0 0
[junit4] 2> 824243 INFO (qtp1414906382-6578) [n:127.0.0.1:45610_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2]
o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]
webapp=/solr path=/update
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:43052/solr/recoverytest_shard1_replica1/&wt=javabin&version=2}{add=[2-2
(1551934519049715712)]} 0 0
[junit4] 2> 824243 INFO (qtp1414906382-6582) [n:127.0.0.1:45610_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2]
o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]
webapp=/solr path=/update
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:43052/solr/recoverytest_shard1_replica1/&wt=javabin&version=2}{add=[1-2
(1551934519049715713)]} 0 0
[junit4] 2> 824243 INFO (qtp274749443-6579) [n:127.0.0.1:43052_solr
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1]
o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]
webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-2
(1551934519049715712)]} 0 0
[junit4] 2> 824243 INFO (qtp274749443-6575) [n:127.0.0.1:43052_solr
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1]
o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]
webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-2
(1551934519049715713)]} 0 0
[junit4] 2> 824244 INFO (qtp1414906382-6643) [n:127.0.0.1:45610_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2]
o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]
webapp=/solr path=/update
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:43052/solr/recoverytest_shard1_replica1/&wt=javabin&version=2}{add=[2-3
(1551934519050764288)]} 0 0
[junit4] 2> 824244 INFO (qtp274749443-6577) [n:127.0.0.1:43052_solr
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1]
o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]
webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-3
(1551934519050764288)]} 0 0
[junit4] 2> 824244 INFO (qtp1414906382-6580) [n:127.0.0.1:45610_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2]
o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]
webapp=/solr path=/update
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:43052/solr/recoverytest_shard1_replica1/&wt=javabin&version=2}{add=[1-3
(1551934519050764289)]} 0 0
[junit4] 2> 824244 INFO (qtp274749443-6585) [n:127.0.0.1:43052_solr
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1]
o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]
webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-3
(1551934519050764289)]} 0 0
[junit4] 2> 824245 INFO (qtp1414906382-6590) [n:127.0.0.1:45610_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2]
o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]
webapp=/solr path=/update
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:43052/solr/recoverytest_shard1_replica1/&wt=javabin&version=2}{add=[2-4
(1551934519051812864)]} 0 0
[junit4] 2> 824245 INFO (qtp274749443-6589) [n:127.0.0.1:43052_solr
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1]
o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]
webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-4
(1551934519051812864)]} 0 0
[junit4] 2> 824245 INFO (qtp1414906382-6644) [n:127.0.0.1:45610_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2]
o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]
webapp=/solr path=/update
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:43052/solr/recoverytest_shard1_replica1/&wt=javabin&version=2}{add=[1-4
(1551934519051812865)]} 0 0
[junit4] 2> 824245 INFO (qtp274749443-6579) [n:127.0.0.1:43052_solr
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1]
o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]
webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-4
(1551934519051812865)]} 0 0
[junit4] 2> 824246 INFO (qtp1414906382-6578) [n:127.0.0.1:45610_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2]
o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]
webapp=/solr path=/update
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:43052/solr/recoverytest_shard1_replica1/&wt=javabin&version=2}{delete=[2-4
(-1551934519052861440)]} 0 0
[junit4] 2> 824246 INFO (qtp1414906382-6586) [n:127.0.0.1:45610_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2]
o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]
webapp=/solr path=/update
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:43052/solr/recoverytest_shard1_replica1/&wt=javabin&version=2}{delete=[1-4
(-1551934519052861441)]} 0 0
[junit4] 2> 824246 INFO (qtp274749443-6575) [n:127.0.0.1:43052_solr
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1]
o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]
webapp=/solr path=/update params={wt=javabin&version=2}{delete=[2-4
(-1551934519052861440)]} 0 0
[junit4] 2> 824246 INFO (qtp274749443-6577) [n:127.0.0.1:43052_solr
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1]
o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]
webapp=/solr path=/update params={wt=javabin&version=2}{delete=[1-4
(-1551934519052861441)]} 0 0
[junit4] 2> 824247 INFO (qtp1414906382-6643) [n:127.0.0.1:45610_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2]
o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]
webapp=/solr path=/update
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:43052/solr/recoverytest_shard1_replica1/&wt=javabin&version=2}{add=[1-5
(1551934519053910016)]} 0 0
[junit4] 2> 824247 INFO (qtp1414906382-6582) [n:127.0.0.1:45610_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2]
o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]
webapp=/solr path=/update
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:43052/solr/recoverytest_shard1_replica1/&wt=javabin&version=2}{add=[2-5
(1551934519053910017)]} 0 0
[junit4] 2> 824247 INFO (qtp274749443-6589) [n:127.0.0.1:43052_solr
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1]
o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]
webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-5
(1551934519053910016)]} 0 0
[junit4] 2> 824247 INFO (qtp274749443-6585) [n:127.0.0.1:43052_solr
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1]
o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]
webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-5
(1551934519053910017)]} 0 0
[junit4] 2> 824248 INFO (qtp1414906382-6590) [n:127.0.0.1:45610_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2]
o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]
webapp=/solr path=/update
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:43052/solr/recoverytest_shard1_replica1/&wt=javabin&version=2}{add=[1-6
(1551934519054958592)]} 0 0
[junit4] 2> 824248 INFO (qtp1414906382-6580) [n:127.0.0.1:45610_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2]
o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]
webapp=/solr path=/update
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:43052/solr/recoverytest_shard1_replica1/&wt=javabin&version=2}{add=[2-6
(1551934519054958593)]} 0 0
[junit4] 2> 824248 INFO (qtp274749443-6575) [n:127.0.0.1:43052_solr
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1]
o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]
webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-6
(1551934519054958592)]} 0 0
[junit4] 2> 824248 INFO (qtp274749443-6579) [n:127.0.0.1:43052_solr
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1]
o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]
webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-6
(1551934519054958593)]} 0 0
[junit4] 2> 824250 INFO (qtp1414906382-6578) [n:127.0.0.1:45610_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2]
o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]
webapp=/solr path=/update
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:43052/solr/recoverytest_shard1_replica1/&wt=javabin&version=2}{delete=[1-6
(-1551934519056007168)]} 0 1
[junit4] 2> 824250 INFO (qtp274749443-6589) [n:127.0.0.1:43052_solr
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1]
o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]
webapp=/solr path=/update params={wt=javabin&version=2}{delete=[1-6
(-1551934519056007168)]} 0 1
[junit4] 2> 824250 INFO (qtp1414906382-6644) [n:127.0.0.1:45610_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2]
o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]
webapp=/solr path=/update
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:43052/solr/recoverytest_shard1_replica1/&wt=javabin&version=2}{delete=[2-6
(-1551934519056007169)]} 0 0
[junit4] 2> 824250 INFO (qtp274749443-6577) [n:127.0.0.1:43052_solr
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1]
o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]
webapp=/solr path=/update params={wt=javabin&version=2}{delete=[2-6
(-1551934519056007169)]} 0 1
[junit4] 2> 824251 INFO (qtp1414906382-6643) [n:127.0.0.1:45610_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2]
o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]
webapp=/solr path=/update
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:43052/solr/recoverytest_shard1_replica1/&wt=javabin&version=2}{add=[1-7
(1551934519058104320)]} 0 0
[junit4] 2> 824251 INFO (qtp1414906382-6586) [n:127.0.0.1:45610_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2]
o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]
webapp=/solr path=/update
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:43052/solr/recoverytest_shard1_replica1/&wt=javabin&version=2}{add=[2-7
(1551934519058104321)]} 0 0
[junit4] 2> 824251 INFO (qtp274749443-6585) [n:127.0.0.1:43052_solr
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1]
o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]
webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-7
(1551934519058104320)]} 0 0
[junit4] 2> 824251 INFO (qtp274749443-6575) [n:127.0.0.1:43052_solr
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1]
o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]
webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-7
(1551934519058104321)]} 0 0
[junit4] 2> 824252 INFO (qtp1414906382-6590) [n:127.0.0.1:45610_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2]
o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]
webapp=/solr path=/update
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:43052/solr/recoverytest_shard1_replica1/&wt=javabin&version=2}{add=[2-8
(1551934519059152897)]} 0 0
[junit4] 2> 824252 INFO (qtp1414906382-6582) [n:127.0.0.1:45610_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2]
o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]
webapp=/solr path=/update
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:43052/solr/recoverytest_shard1_replica1/&wt=javabin&version=2}{add=[1-8
(1551934519059152896)]} 0 0
[junit4] 2> 824252 INFO (qtp274749443-6579) [n:127.0.0.1:43052_solr
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1]
o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]
webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-8
(1551934519059152897)]} 0 0
[junit4] 2> 824252 INFO (qtp274749443-6589) [n:127.0.0.1:43052_solr
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1]
o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]
webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-8
(1551934519059152896)]} 0 0
[junit4] 2> 824253 INFO (qtp1414906382-6578) [n:127.0.0.1:45610_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2]
o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]
webapp=/solr path=/update
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:43052/solr/recoverytest_shard1_replica1/&wt=javabin&version=2}{add=[2-9
(1551934519060201472)]} 0 0
[junit4] 2> 824253 INFO (qtp1414906382-6580) [n:127.0.0.1:45610_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2]
o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]
webapp=/solr path=/update
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:43052/solr/recoverytest_shard1_replica1/&wt=javabin&version=2}{add=[1-9
(1551934519060201473)]} 0 0
[junit4] 2> 824253 INFO (qtp274749443-6577) [n:127.0.0.1:43052_solr
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1]
o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]
webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-9
(1551934519060201472)]} 0 0
[junit4] 2> 824253 INFO (qtp274749443-6585) [n:127.0.0.1:43052_solr
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1]
o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]
webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-9
(1551934519060201473)]} 0 0
[junit4] 2> 824254 INFO (qtp1414906382-6643) [n:127.0.0.1:45610_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2]
o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]
webapp=/solr path=/update
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:43052/solr/recoverytest_shard1_replica1/&wt=javabin&version=2}{delete=[2-9
(-1551934519061250048)]} 0 0
[junit4] 2> 824254 INFO (qtp1414906382-6644) [n:127.0.0.1:45610_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2]
o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]
webapp=/solr path=/update
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:43052/solr/recoverytest_shard1_replica1/&wt=javabin&version=2}{delete=[1-9
(-1551934519061250049)]} 0 0
[junit4] 2> 824254 INFO (qtp274749443-6579) [n:127.0.0.1:43052_solr
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1]
o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]
webapp=/solr path=/update params={wt=javabin&version=2}{delete=[2-
[...truncated too long message...]
space/Lucene-Solr-master-Linux/solr/solrj/src/test/org/apache/solr/client/solrj/response/QueryResponseTest.java
(at line 103)
[ecj-lint] InputStream is = new
SolrResourceLoader().openResource("solrj/sampleGroupResponse.xml");
[ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
[ecj-lint] ----------
[ecj-lint] 41. WARNING in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test/org/apache/solr/client/solrj/response/QueryResponseTest.java
(at line 205)
[ecj-lint] InputStream is = new
SolrResourceLoader().openResource("solrj/sampleSimpleGroupResponse.xml");
[ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
[ecj-lint] ----------
[ecj-lint] ----------
[ecj-lint] 42. WARNING in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test/org/apache/solr/client/solrj/response/TestClusteringResponse.java
(at line 41)
[ecj-lint] InputStream is = new
SolrResourceLoader().openResource("solrj/sampleClusteringResponse.xml");
[ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
[ecj-lint] ----------
[ecj-lint] ----------
[ecj-lint] 43. WARNING in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test/org/apache/solr/common/util/ContentStreamTest.java
(at line 48)
[ecj-lint] InputStream is = new SolrResourceLoader().openResource(
"solrj/README" );
[ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
[ecj-lint] ----------
[ecj-lint] 44. WARNING in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test/org/apache/solr/common/util/ContentStreamTest.java
(at line 77)
[ecj-lint] InputStream is = new SolrResourceLoader().openResource(
"solrj/README" );
[ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
[ecj-lint] ----------
[ecj-lint] ----------
[ecj-lint] 45. WARNING in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test/org/apache/solr/common/util/TestJavaBinCodec.java
(at line 59)
[ecj-lint] new JavaBinCodec().marshal(s, os);
[ecj-lint] ^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
[ecj-lint] ----------
[ecj-lint] 46. WARNING in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test/org/apache/solr/common/util/TestJavaBinCodec.java
(at line 61)
[ecj-lint] Object o = new JavaBinCodec().unmarshal(is);
[ecj-lint] ^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
[ecj-lint] ----------
[ecj-lint] 47. WARNING in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test/org/apache/solr/common/util/TestJavaBinCodec.java
(at line 168)
[ecj-lint] JavaBinCodec javabin = new JavaBinCodec(){
[ecj-lint] ^^^^^^^
[ecj-lint] Resource leak: 'javabin' is never closed
[ecj-lint] ----------
[ecj-lint] 48. WARNING in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test/org/apache/solr/common/util/TestJavaBinCodec.java
(at line 210)
[ecj-lint] JavaBinCodec javabin = new JavaBinCodec(){
[ecj-lint] ^^^^^^^
[ecj-lint] Resource leak: 'javabin' is never closed
[ecj-lint] ----------
[ecj-lint] 49. WARNING in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test/org/apache/solr/common/util/TestJavaBinCodec.java
(at line 228)
[ecj-lint] JavaBinCodec javabin = new JavaBinCodec();
[ecj-lint] ^^^^^^^
[ecj-lint] Resource leak: 'javabin' is never closed
[ecj-lint] ----------
[ecj-lint] 50. WARNING in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test/org/apache/solr/common/util/TestJavaBinCodec.java
(at line 251)
[ecj-lint] JavaBinCodec javabin = new JavaBinCodec();
[ecj-lint] ^^^^^^^
[ecj-lint] Resource leak: 'javabin' is never closed
[ecj-lint] ----------
[ecj-lint] 51. WARNING in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test/org/apache/solr/common/util/TestJavaBinCodec.java
(at line 286)
[ecj-lint] JavaBinCodec javabin = new JavaBinCodec();
[ecj-lint] ^^^^^^^
[ecj-lint] Resource leak: 'javabin' is never closed
[ecj-lint] ----------
[ecj-lint] 52. WARNING in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test/org/apache/solr/common/util/TestJavaBinCodec.java
(at line 293)
[ecj-lint] return new JavaBinCodec().unmarshal(new
ByteArrayInputStream(bytes));
[ecj-lint] ^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
[ecj-lint] ----------
[ecj-lint] 53. WARNING in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test/org/apache/solr/common/util/TestJavaBinCodec.java
(at line 346)
[ecj-lint] m1 = (Map) new JavaBinCodec(null, stringCache).unmarshal(new
ByteArrayInputStream(b1));
[ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
[ecj-lint] ----------
[ecj-lint] 54. WARNING in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test/org/apache/solr/common/util/TestJavaBinCodec.java
(at line 347)
[ecj-lint] m2 = (Map) new JavaBinCodec(null, stringCache).unmarshal(new
ByteArrayInputStream(b2));
[ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
[ecj-lint] ----------
[ecj-lint] 55. WARNING in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test/org/apache/solr/common/util/TestJavaBinCodec.java
(at line 559)
[ecj-lint] JavaBinCodec javabin = new JavaBinCodec(null, stringCache);
[ecj-lint] ^^^^^^^
[ecj-lint] Resource leak: 'javabin' is never closed
[ecj-lint] ----------
[ecj-lint] ----------
[ecj-lint] 56. WARNING in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test/org/apache/solr/common/util/TestNamedListCodec.java
(at line 78)
[ecj-lint] new JavaBinCodec(null).marshal(nl,baos);
[ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
[ecj-lint] ----------
[ecj-lint] 57. WARNING in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test/org/apache/solr/common/util/TestNamedListCodec.java
(at line 80)
[ecj-lint] nl = (NamedList) new JavaBinCodec().unmarshal(new
ByteArrayInputStream(arr));
[ecj-lint] ^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
[ecj-lint] ----------
[ecj-lint] 58. WARNING in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test/org/apache/solr/common/util/TestNamedListCodec.java
(at line 118)
[ecj-lint] new JavaBinCodec(null).marshal(nl,baos);
[ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
[ecj-lint] ----------
[ecj-lint] 59. WARNING in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test/org/apache/solr/common/util/TestNamedListCodec.java
(at line 120)
[ecj-lint] nl = (NamedList) new JavaBinCodec().unmarshal(new
ByteArrayInputStream(arr));
[ecj-lint] ^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
[ecj-lint] ----------
[ecj-lint] 60. WARNING in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test/org/apache/solr/common/util/TestNamedListCodec.java
(at line 140)
[ecj-lint] new JavaBinCodec(null).marshal(r,baos);
[ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
[ecj-lint] ----------
[ecj-lint] 61. WARNING in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test/org/apache/solr/common/util/TestNamedListCodec.java
(at line 144)
[ecj-lint] NamedList result = (NamedList) new JavaBinCodec().unmarshal(new
ByteArrayInputStream(arr));
[ecj-lint] ^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
[ecj-lint] ----------
[ecj-lint] 62. WARNING in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test/org/apache/solr/common/util/TestNamedListCodec.java
(at line 251)
[ecj-lint] new JavaBinCodec(null).marshal(nl,baos);
[ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
[ecj-lint] ----------
[ecj-lint] 63. WARNING in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test/org/apache/solr/common/util/TestNamedListCodec.java
(at line 254)
[ecj-lint] res = (NamedList) new JavaBinCodec().unmarshal(new
ByteArrayInputStream(arr));
[ecj-lint] ^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
[ecj-lint] ----------
[ecj-lint] 63 problems (1 error, 62 warnings)
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:765: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:101: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build.xml:671: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1998:
The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:2031:
Compile failed; see the compiler error output for details.
Total time: 73 minutes 5 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]