Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6246/ Java: 64bit/jdk1.8.0_102 -XX:-UseCompressedOops -XX:+UseParallelGC
5 tests failed. FAILED: org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail Error Message: expected:<200> but was:<404> Stack Trace: java.lang.AssertionError: expected:<200> but was:<404> at __randomizedtesting.SeedInfo.seed([7416A7171ADD6C84:1CA9923DCA477E68]:0) at org.junit.Assert.fail(Assert.java:93) at org.junit.Assert.failNotEquals(Assert.java:647) at org.junit.Assert.assertEquals(Assert.java:128) at org.junit.Assert.assertEquals(Assert.java:472) at org.junit.Assert.assertEquals(Assert.java:456) at org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.cancelDelegationToken(TestSolrCloudWithDelegationTokens.java:140) at org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail(TestSolrCloudWithDelegationTokens.java:303) 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([5082E17A26FB09BA:430CE50861088810]: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([5082E17A26FB09BA:65769F44702D886E]: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) 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([5082E17A26FB09BA:6B832BD721AF254E]: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([5082E17A26FB09BA:5DC8B6253ED46B14]: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) Build Log: [...truncated 12297 lines...] [junit4] Suite: org.apache.solr.cloud.TestSolrCloudWithDelegationTokens [junit4] 2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestSolrCloudWithDelegationTokens_7416A7171ADD6C84-001\init-core-data-001 [junit4] 2> 2195610 INFO (SUITE-TestSolrCloudWithDelegationTokens-seed#[7416A7171ADD6C84]-worker) [ ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) [junit4] 2> 2195617 INFO (SUITE-TestSolrCloudWithDelegationTokens-seed#[7416A7171ADD6C84]-worker) [ ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestSolrCloudWithDelegationTokens_7416A7171ADD6C84-001\tempDir-001 [junit4] 2> 2195617 INFO (SUITE-TestSolrCloudWithDelegationTokens-seed#[7416A7171ADD6C84]-worker) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 2195618 INFO (Thread-4519) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 2195618 INFO (Thread-4519) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 2195718 INFO (SUITE-TestSolrCloudWithDelegationTokens-seed#[7416A7171ADD6C84]-worker) [ ] o.a.s.c.ZkTestServer start zk server on port:51896 [junit4] 2> 2195725 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 0x1589d877db50000, 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> 2195727 INFO (jetty-launcher-3470-thread-2) [ ] o.e.j.s.Server jetty-9.3.14.v20161028 [junit4] 2> 2195727 INFO (jetty-launcher-3470-thread-2) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3ea19c82{/solr,null,AVAILABLE} [junit4] 2> 2195729 INFO (jetty-launcher-3470-thread-1) [ ] o.e.j.s.Server jetty-9.3.14.v20161028 [junit4] 2> 2195733 INFO (jetty-launcher-3470-thread-1) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@11bc2ff4{/solr,null,AVAILABLE} [junit4] 2> 2195749 INFO (jetty-launcher-3470-thread-1) [ ] o.e.j.s.AbstractConnector Started ServerConnector@62ce8e9b{HTTP/1.1,[http/1.1]}{127.0.0.1:51903} [junit4] 2> 2195749 INFO (jetty-launcher-3470-thread-1) [ ] o.e.j.s.Server Started @2200641ms [junit4] 2> 2195749 INFO (jetty-launcher-3470-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=51903} [junit4] 2> 2195749 ERROR (jetty-launcher-3470-thread-1) [ ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 2195749 INFO (jetty-launcher-3470-thread-1) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 7.0.0 [junit4] 2> 2195749 INFO (jetty-launcher-3470-thread-1) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 2195749 INFO (jetty-launcher-3470-thread-1) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 2195749 INFO (jetty-launcher-3470-thread-1) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2016-11-25T22:07:32.401Z [junit4] 2> 2195751 INFO (jetty-launcher-3470-thread-2) [ ] o.e.j.s.AbstractConnector Started ServerConnector@4da8a4f3{HTTP/1.1,[http/1.1]}{127.0.0.1:51900} [junit4] 2> 2195751 INFO (jetty-launcher-3470-thread-2) [ ] o.e.j.s.Server Started @2200644ms [junit4] 2> 2195752 INFO (jetty-launcher-3470-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=51900} [junit4] 2> 2195752 ERROR (jetty-launcher-3470-thread-2) [ ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 2195752 INFO (jetty-launcher-3470-thread-2) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 7.0.0 [junit4] 2> 2195752 INFO (jetty-launcher-3470-thread-2) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 2195752 INFO (jetty-launcher-3470-thread-2) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 2195753 INFO (jetty-launcher-3470-thread-2) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2016-11-25T22:07:32.405Z [junit4] 2> 2195753 INFO (jetty-launcher-3470-thread-1) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 2195759 INFO (jetty-launcher-3470-thread-2) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 2195768 INFO (jetty-launcher-3470-thread-1) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51896/solr [junit4] 2> 2195774 INFO (jetty-launcher-3470-thread-2) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51896/solr [junit4] 2> 2195811 INFO (jetty-launcher-3470-thread-1) [n:127.0.0.1:51903_solr ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:51903_solr [junit4] 2> 2195813 INFO (jetty-launcher-3470-thread-1) [n:127.0.0.1:51903_solr ] o.a.s.c.Overseer Overseer (id=97000597243625477-127.0.0.1:51903_solr-n_0000000000) starting [junit4] 2> 2195813 INFO (jetty-launcher-3470-thread-2) [n:127.0.0.1:51900_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51900_solr [junit4] 2> 2195814 INFO (zkCallback-3481-thread-1-processing-n:127.0.0.1:51900_solr) [n:127.0.0.1:51900_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 2195815 INFO (zkCallback-3480-thread-1-processing-n:127.0.0.1:51903_solr) [n:127.0.0.1:51903_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 2195824 INFO (jetty-launcher-3470-thread-1) [n:127.0.0.1:51903_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51903_solr [junit4] 2> 2195827 INFO (zkCallback-3481-thread-1-processing-n:127.0.0.1:51900_solr) [n:127.0.0.1:51900_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 2195828 INFO (OverseerStateUpdate-97000597243625477-127.0.0.1:51903_solr-n_0000000000) [n:127.0.0.1:51903_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 2195863 INFO (jetty-launcher-3470-thread-1) [n:127.0.0.1:51903_solr ] o.a.s.c.CoreContainer Initializing authentication plugin: org.apache.solr.security.HttpParamDelegationTokenPlugin [junit4] 2> 2195901 INFO (jetty-launcher-3470-thread-2) [n:127.0.0.1:51900_solr ] o.a.s.c.CoreContainer Initializing authentication plugin: org.apache.solr.security.HttpParamDelegationTokenPlugin [junit4] 2> 2195917 INFO (jetty-launcher-3470-thread-1) [n:127.0.0.1:51903_solr ] o.a.s.s.KerberosPlugin Params: {token.valid=30, delegation-token.token-kind=solr-dt, cookie.domain=127.0.0.1, cookie.path=/, zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm, token.validity=36000, signer.secret.provider.zookeeper.path=/token, type=kerberos, zk-dt-secret-manager.enable=true, kerberos.name.rules=DEFAULT, signer.secret.provider=zookeeper} [junit4] 2> 2195917 INFO (jetty-launcher-3470-thread-2) [n:127.0.0.1:51900_solr ] o.a.s.s.KerberosPlugin Params: {token.valid=30, delegation-token.token-kind=solr-dt, cookie.domain=127.0.0.1, cookie.path=/, zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm, token.validity=36000, signer.secret.provider.zookeeper.path=/token, type=kerberos, zk-dt-secret-manager.enable=true, kerberos.name.rules=DEFAULT, signer.secret.provider=zookeeper} [junit4] 2> 2196240 INFO (jetty-launcher-3470-thread-1) [n:127.0.0.1:51903_solr ] o.a.c.f.i.CuratorFrameworkImpl Starting [junit4] 2> 2196240 INFO (jetty-launcher-3470-thread-2) [n:127.0.0.1:51900_solr ] o.a.c.f.i.CuratorFrameworkImpl Starting [junit4] 2> 2196351 INFO (jetty-launcher-3470-thread-2-EventThread) [n:127.0.0.1:51900_solr ] o.a.c.f.s.ConnectionStateManager State change: CONNECTED [junit4] 2> 2196351 INFO (jetty-launcher-3470-thread-1-EventThread) [n:127.0.0.1:51903_solr ] o.a.c.f.s.ConnectionStateManager State change: CONNECTED [junit4] 2> 2197523 ERROR (jetty-launcher-3470-thread-1) [n:127.0.0.1:51903_solr ] o.a.h.u.Shell Failed to locate the winutils binary in the hadoop binary path [junit4] 2> java.io.IOException: Could not locate executable null\bin\winutils.exe in the Hadoop binaries. [junit4] 2> at org.apache.hadoop.util.Shell.getQualifiedBinPath(Shell.java:356) [junit4] 2> at org.apache.hadoop.util.Shell.getWinUtilsPath(Shell.java:371) [junit4] 2> at org.apache.hadoop.util.Shell.<clinit>(Shell.java:364) [junit4] 2> at org.apache.hadoop.util.StringUtils.<clinit>(StringUtils.java:80) [junit4] 2> at org.apache.hadoop.conf.Configuration.getBoolean(Configuration.java:1437) [junit4] 2> at org.apache.hadoop.security.token.delegation.web.DelegationTokenManager.<init>(DelegationTokenManager.java:115) [junit4] 2> at org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticationHandler.initTokenManager(DelegationTokenAuthenticationHandler.java:148) [junit4] 2> at org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticationHandler.init(DelegationTokenAuthenticationHandler.java:118) [junit4] 2> at org.apache.solr.security.HttpParamDelegationTokenPlugin$HttpParamDelegationTokenAuthenticationHandler.init(HttpParamDelegationTokenPlugin.java:178) [junit4] 2> at org.apache.hadoop.security.authentication.server.AuthenticationFilter.initializeAuthHandler(AuthenticationFilter.java:238) [junit4] 2> at org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticationFilter.initializeAuthHandler(DelegationTokenAuthenticationFilter.java:209) [junit4] 2> at org.apache.solr.security.DelegationTokenKerberosFilter.initializeAuthHandler(DelegationTokenKerberosFilter.java:142) [junit4] 2> at org.apache.hadoop.security.authentication.server.AuthenticationFilter.init(AuthenticationFilter.java:227) [junit4] 2> at org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticationFilter.init(DelegationTokenAuthenticationFilter.java:175) [junit4] 2> at org.apache.solr.security.DelegationTokenKerberosFilter.init(DelegationTokenKerberosFilter.java:71) [junit4] 2> at org.apache.solr.security.HttpParamDelegationTokenPlugin.init(HttpParamDelegationTokenPlugin.java:134) [junit4] 2> at org.apache.solr.core.CoreContainer.initializeAuthenticationPlugin(CoreContainer.java:320) [junit4] 2> at org.apache.solr.core.CoreContainer.reloadSecurityProperties(CoreContainer.java:577) [junit4] 2> at org.apache.solr.core.CoreContainer.load(CoreContainer.java:467) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:204) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:153) [junit4] 2> at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:137) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:873) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1565) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1599) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1285) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1130) [junit4] 2> at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:448) [junit4] 2> at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:260) [junit4] 2> at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:179) [junit4] 2> at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69) [junit4] 2> at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:348) [junit4] 2> at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:321) [junit4] 2> at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:349) [junit4] 2> at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:212) [junit4] 2> at java.util.concurrent.FutureTask.run(FutureTask.java:266) [junit4] 2> at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229) [junit4] 2> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [junit4] 2> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [junit4] 2> at java.lang.Thread.run(Thread.java:745) [junit4] 2> 2197767 INFO (jetty-launcher-3470-thread-1) [n:127.0.0.1:51903_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestSolrCloudWithDelegationTokens_7416A7171ADD6C84-001\tempDir-001\node2\. [junit4] 2> 2197767 INFO (jetty-launcher-3470-thread-2) [n:127.0.0.1:51900_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestSolrCloudWithDelegationTokens_7416A7171ADD6C84-001\tempDir-001\node1\. [junit4] 2> 2197774 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 0x1589d877db50009, 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> 2197802 INFO (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClient-seed#[7416A7171ADD6C84]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenSolrClient [junit4] 2> 2199138 WARN (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClient-seed#[7416A7171ADD6C84]) [ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-1-45 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: , 01-1-45 00:00:00 GMT [junit4] 2> 2199171 INFO (qtp2039475014-20331) [n:127.0.0.1:51903_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVidh4dhigFYwZQLYQEDFNn8wrVdgecgAG_Cf6R4VW-icqqiB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 2199171 INFO (qtp2039475014-20331) [n:127.0.0.1:51903_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVidh4dhigFYwZQLYQEDFNn8wrVdgecgAG_Cf6R4VW-icqqiB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 2199172 INFO (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClient-seed#[7416A7171ADD6C84]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenSolrClient [junit4] 2> 2199196 INFO (TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[7416A7171ADD6C84]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationOtherOp [junit4] 2> 2199200 INFO (qtp2039475014-20328) [n:127.0.0.1:51903_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params op=someSolrOperation&action=LIST&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 2199200 INFO (qtp2039475014-20328) [n:127.0.0.1:51903_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={op=someSolrOperation&action=LIST&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 2199201 WARN (TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[7416A7171ADD6C84]) [ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=bar&p=bar&t=test&e=1480147655850&s=l6ihZNbCTcIzPAjO01Pym7f/2FE="; Path=/; Domain=127.0.0.1; Expires= , 26-11-28 08:07:35 GMT; HttpOnly". Invalid 'expires' attribute: , 26-11-28 08:07:35 GMT [junit4] 2> 2199201 INFO (TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[7416A7171ADD6C84]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationOtherOp [junit4] 2> 2199226 INFO (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[7416A7171ADD6C84]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenCancel [junit4] 2> 2199258 ERROR (qtp2039475014-20331) [n:127.0.0.1:51903_solr ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_2] [junit4] 2> 2199290 WARN (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[7416A7171ADD6C84]) [ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-1-45 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: , 01-1-45 00:00:00 GMT [junit4] 2> 2199293 WARN (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[7416A7171ADD6C84]) [ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-1-45 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: , 01-1-45 00:00:00 GMT [junit4] 2> 2199313 INFO (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[7416A7171ADD6C84]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 2199315 INFO (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[7416A7171ADD6C84]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:51896/solr ready [junit4] 2> 2199317 ERROR (qtp2039475014-20332) [ ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_3] [junit4] 2> 2199320 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 0x1589d877db5000a, 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> 2199325 WARN (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[7416A7171ADD6C84]) [ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-1-45 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: , 01-1-45 00:00:00 GMT [junit4] 2> 2199328 WARN (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[7416A7171ADD6C84]) [ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-1-45 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: , 01-1-45 00:00:00 GMT [junit4] 2> 2199328 INFO (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[7416A7171ADD6C84]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenCancel [junit4] 2> 2199353 INFO (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[7416A7171ADD6C84]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenRenew [junit4] 2> 2199384 INFO (qtp2039475014-20332) [n:127.0.0.1:51903_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVidh4xFigFYwZQQRQQDFMxicT8fxVZxhhah6hLqqZc9bKnsB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 2199384 INFO (qtp2039475014-20332) [n:127.0.0.1:51903_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVidh4xFigFYwZQQRQQDFMxicT8fxVZxhhah6hLqqZc9bKnsB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 2199409 INFO (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[7416A7171ADD6C84]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 2199411 INFO (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[7416A7171ADD6C84]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:51896/solr ready [junit4] 2> 2199413 WARN (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[7416A7171ADD6C84]) [ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-1-45 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: , 01-1-45 00:00:00 GMT [junit4] 2> 2199414 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 0x1589d877db5000b, 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> 2199417 INFO (qtp488222923-20319) [n:127.0.0.1:51900_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVidh4xFigFYwZQQRQQDFMxicT8fxVZxhhah6hLqqZc9bKnsB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 2199417 INFO (qtp488222923-20319) [n:127.0.0.1:51900_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVidh4xFigFYwZQQRQQDFMxicT8fxVZxhhah6hLqqZc9bKnsB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 2199424 INFO (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[7416A7171ADD6C84]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 2199426 INFO (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[7416A7171ADD6C84]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:51896/solr ready [junit4] 2> 2199428 WARN (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[7416A7171ADD6C84]) [ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-1-45 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: , 01-1-45 00:00:00 GMT [junit4] 2> 2199428 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 0x1589d877db5000c, 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> 2199456 INFO (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[7416A7171ADD6C84]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 2199457 INFO (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[7416A7171ADD6C84]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:51896/solr ready [junit4] 2> 2199459 INFO (qtp2039475014-20326) [n:127.0.0.1:51903_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVidh4yRigFYwZQQkQUDFB0h8ZHdmbqs5YgWyUoMGcv5nTT6B3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 2199459 INFO (qtp2039475014-20326) [n:127.0.0.1:51903_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVidh4yRigFYwZQQkQUDFB0h8ZHdmbqs5YgWyUoMGcv5nTT6B3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 2199460 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 0x1589d877db5000d, 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> 2199462 WARN (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[7416A7171ADD6C84]) [ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-1-45 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: , 01-1-45 00:00:00 GMT [junit4] 2> 2199468 INFO (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[7416A7171ADD6C84]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 2199469 INFO (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[7416A7171ADD6C84]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:51896/solr ready [junit4] 2> 2199471 INFO (qtp2039475014-20327) [n:127.0.0.1:51903_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVidh4yRigFYwZQQkQUDFB0h8ZHdmbqs5YgWyUoMGcv5nTT6B3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 2199471 INFO (qtp2039475014-20327) [n:127.0.0.1:51903_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVidh4yRigFYwZQQkQUDFB0h8ZHdmbqs5YgWyUoMGcv5nTT6B3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 2199472 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 0x1589d877db5000e, 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> 2199478 INFO (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[7416A7171ADD6C84]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 2199479 INFO (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[7416A7171ADD6C84]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:51896/solr ready [junit4] 2> 2199481 WARN (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[7416A7171ADD6C84]) [ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-1-45 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: , 01-1-45 00:00:00 GMT [junit4] 2> 2199482 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 0x1589d877db5000f, 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> 2199497 INFO (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[7416A7171ADD6C84]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 2199499 INFO (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[7416A7171ADD6C84]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:51896/solr ready [junit4] 2> 2199500 INFO (qtp2039475014-20328) [n:127.0.0.1:51903_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVidh4zHigFYwZQQxwYDFAVb13mM-I4Tyh-D9U6-61LSO7KNB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 2199500 INFO (qtp2039475014-20328) [n:127.0.0.1:51903_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVidh4zHigFYwZQQxwYDFAVb13mM-I4Tyh-D9U6-61LSO7KNB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 2199501 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 0x1589d877db50010, 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> 2199504 WARN (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[7416A7171ADD6C84]) [ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-1-45 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: , 01-1-45 00:00:00 GMT [junit4] 2> 2199510 INFO (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[7416A7171ADD6C84]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 2199511 INFO (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[7416A7171ADD6C84]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:51896/solr ready [junit4] 2> 2199512 INFO (qtp2039475014-20328) [n:127.0.0.1:51903_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVidh4zHigFYwZQQxwYDFAVb13mM-I4Tyh-D9U6-61LSO7KNB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 2199512 INFO (qtp2039475014-20328) [n:127.0.0.1:51903_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVidh4zHigFYwZQQxwYDFAVb13mM-I4Tyh-D9U6-61LSO7KNB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 2199513 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 0x1589d877db50011, 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> 2199516 WARN (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[7416A7171ADD6C84]) [ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-1-45 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: , 01-1-45 00:00:00 GMT [junit4] 2> 2199535 INFO (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[7416A7171ADD6C84]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 2199536 INFO (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[7416A7171ADD6C84]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:51896/solr ready [junit4] 2> 2199538 INFO (qtp2039475014-20323) [n:127.0.0.1:51903_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVidh4zpigFYwZQQ6QcDFNgmxOBKk5I9IH9vcTLatOnUVYniB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 2199538 INFO (qtp2039475014-20323) [n:127.0.0.1:51903_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVidh4zpigFYwZQQ6QcDFNgmxOBKk5I9IH9vcTLatOnUVYniB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 2199538 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 0x1589d877db50012, 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> 2199544 INFO (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[7416A7171ADD6C84]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 2199545 INFO (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[7416A7171ADD6C84]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:51896/solr ready [junit4] 2> 2199547 WARN (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[7416A7171ADD6C84]) [ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-1-45 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: , 01-1-45 00:00:00 GMT [junit4] 2> 2199547 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 0x1589d877db50013, 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> 2199551 INFO (qtp488222923-20314) [n:127.0.0.1:51900_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVidh4zpigFYwZQQ6QcDFNgmxOBKk5I9IH9vcTLatOnUVYniB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 2199552 INFO (qtp488222923-20314) [n:127.0.0.1:51900_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVidh4zpigFYwZQQ6QcDFNgmxOBKk5I9IH9vcTLatOnUVYniB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 2199558 INFO (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[7416A7171ADD6C84]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 2199558 INFO (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[7416A7171ADD6C84]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:51896/solr ready [junit4] 2> 2199561 WARN (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[7416A7171ADD6C84]) [ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-1-45 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: , 01-1-45 00:00:00 GMT [junit4] 2> 2199562 INFO (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[7416A7171ADD6C84]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenRenew [junit4] 2> 2199584 INFO (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[7416A7171ADD6C84]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenVerify [junit4] 2> 2199593 INFO (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[7416A7171ADD6C84]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 2199594 INFO (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[7416A7171ADD6C84]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:51896/solr ready [junit4] 2> 2199595 INFO (qtp2039475014-20331) [n:127.0.0.1:51903_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVidh40tigFYwZQRLQgDFDcM8r6tzq1d3t_xWSDlKatFAR2xB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 2199595 INFO (qtp2039475014-20331) [n:127.0.0.1:51903_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVidh40tigFYwZQRLQgDFDcM8r6tzq1d3t_xWSDlKatFAR2xB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 2199596 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 0x1589d877db50015, 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> 2199599 WARN (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[7416A7171ADD6C84]) [ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-1-45 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: , 01-1-45 00:00:00 GMT [junit4] 2> 2199608 INFO (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[7416A7171ADD6C84]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 2199609 INFO (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[7416A7171ADD6C84]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:51896/solr ready [junit4] 2> 2199611 INFO (qtp2039475014-20332) [n:127.0.0.1:51903_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVidh40tigFYwZQRLQgDFDcM8r6tzq1d3t_xWSDlKatFAR2xB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 2199611 INFO (qtp2039475014-20332) [n:127.0.0.1:51903_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVidh40tigFYwZQRLQgDFDcM8r6tzq1d3t_xWSDlKatFAR2xB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 2199613 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 0x1589d877db50016, 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> 2199615 WARN (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[7416A7171ADD6C84]) [ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-1-45 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: , 01-1-45 00:00:00 GMT [junit4] 2> 2199615 INFO (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[7416A7171ADD6C84]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenVerify [junit4] 2> 2199639 INFO (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail-seed#[7416A7171ADD6C84]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenCancelFail [junit4] 2> 2199649 ERROR (qtp488222923-20320) [ ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_9] [junit4] 2> 2199650 ERROR (qtp2039475014-20323) [n:127.0.0.1:51903_solr ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_9] [junit4] 2> 2199659 INFO (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail-seed#[7416A7171ADD6C84]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenCancelFail [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestSolrCloudWithDelegationTokens -Dtests.method=testDelegationTokenCancelFail -Dtests.seed=7416A7171ADD6C84 -Dtests.slow=true -Dtests.locale=ja-JP-u-ca-japanese-x-lvariant-JP -Dtests.timezone=Asia/Aqtobe -Dtests.asserts=true -Dtests.file.encoding=US-ASCII [junit4] FAILURE 0.05s J0 | TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail <<< [junit4] > Throwable #1: java.lang.AssertionError: expected:<200> but was:<404> [junit4] > at __randomizedtesting.SeedInfo.seed([7416A7171ADD6C84:1CA9923DCA477E68]:0) [junit4] > at org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.cancelDelegationToken(TestSolrCloudWithDelegationTokens.java:140) [junit4] > at org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail(TestSolrCloudWithDelegationTokens.java:303) [junit4] > at java.lang.Thread.run(Thread.java:745) [junit4] 2> 2199685 INFO (TEST-TestSolrCloudWithDelegationTokens.testZNodePaths-seed#[7416A7171ADD6C84]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testZNodePaths [junit4] 2> 2199694 INFO (TEST-TestSolrCloudWithDelegationTokens.testZNodePaths-seed#[7416A7171ADD6C84]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testZNodePaths [junit4] 2> 2199715 INFO (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[7416A7171ADD6C84]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenRenewFail [junit4] 2> 2199720 WARN (qtp2039475014-20331) [n:127.0.0.1:51903_solr ] o.a.h.s.a.s.AuthenticationFilter Authentication exception: org.apache.hadoop.security.AccessControlException: foo tries to renew a token with renewer bar [junit4] 2> 2199721 WARN (qtp2039475014-20331) [n:127.0.0.1:51903_solr ] o.a.s.s.KerberosPlugin Could not find org.apache.solr.security.kerberosplugin.requestcontinues [junit4] 2> 2199721 WARN (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[7416A7171ADD6C84]) [ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-1-45 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: , 01-1-45 00:00:00 GMT [junit4] 2> 2199722 WARN (qtp488222923-20329) [ ] o.a.h.s.a.s.AuthenticationFilter Authentication exception: org.apache.hadoop.security.AccessControlException: foo tries to renew a token with renewer bar [junit4] 2> 2199722 WARN (qtp488222923-20329) [ ] o.a.s.s.KerberosPlugin Could not find org.apache.solr.security.kerberosplugin.requestcontinues [junit4] 2> 2199722 WARN (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[7416A7171ADD6C84]) [ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-1-45 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: , 01-1-45 00:00:00 GMT [junit4] 2> 2199727 WARN (qtp2039475014-20333) [ ] o.a.h.s.a.s.AuthenticationFilter Authentication exception: org.apache.hadoop.security.AccessControlException: notRenewUser tries to renew a token with renewer renewUser [junit4] 2> 2199728 WARN (qtp2039475014-20333) [ ] o.a.s.s.KerberosPlugin Could not find org.apache.solr.security.kerberosplugin.requestcontinues [junit4] 2> 2199728 WARN (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[7416A7171ADD6C84]) [ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-1-45 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: , 01-1-45 00:00:00 GMT [junit4] 2> 2199729 WARN (qtp488222923-20317) [ ] o.a.h.s.a.s.AuthenticationFilter Authentication exception: org.apache.hadoop.security.AccessControlException: notRenewUser tries to renew a token with renewer renewUser [junit4] 2> 2199729 WARN (qtp488222923-20317) [ ] o.a.s.s.KerberosPlugin Could not find org.apache.solr.security.kerberosplugin.requestcontinues [junit4] 2> 2199729 WARN (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[7416A7171ADD6C84]) [ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-1-45 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: , 01-1-45 00:00:00 GMT [junit4] 2> 2199729 INFO (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[7416A7171ADD6C84]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenRenewFail [junit4] 2> 2199733 INFO (jetty-launcher-3470-thread-2) [ ] o.e.j.s.AbstractConnector Stopped ServerConnector@62ce8e9b{HTTP/1.1,[http/1.1]}{127.0.0.1:0} [junit4] 2> 2199734 INFO (jetty-launcher-3470-thread-2) [ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1720766998 [junit4] 2> 2199736 INFO (jetty-launcher-3470-thread-1) [ ] o.e.j.s.AbstractConnector Stopped ServerConnector@4da8a4f3{HTTP/1.1,[http/1.1]}{127.0.0.1:0} [junit4] 2> 2199737 INFO (jetty-launcher-3470-thread-1) [ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1899963426 [junit4] 2> 2199741 INFO (jetty-launcher-3470-thread-2) [ ] o.a.s.c.Overseer Overseer (id=97000597243625477-127.0.0.1:51903_solr-n_0000000000) closing [junit4] 2> 2199742 INFO (OverseerStateUpdate-97000597243625477-127.0.0.1:51903_solr-n_0000000000) [n:127.0.0.1:51903_solr ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:51903_solr [junit4] 2> 2199744 WARN (zkCallback-3481-thread-1-processing-n:127.0.0.1:51900_solr) [n:127.0.0.1:51900_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes] [junit4] 2> 2199744 WARN (zkCallback-3480-thread-2-processing-n:127.0.0.1:51903_solr) [n:127.0.0.1:51903_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes] [junit4] 2> 2199745 ERROR (Thread[Thread-4540,5,TGRP-TestSolrCloudWithDelegationTokens]) [n:127.0.0.1:51900_solr ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted [junit4] 2> 2199745 ERROR (Thread[Thread-4539,5,TGRP-TestSolrCloudWithDelegationTokens]) [n:127.0.0.1:51903_solr ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted [junit4] 2> 2199784 INFO (jetty-launcher-3470-thread-1) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3ea19c82{/solr,null,UNAVAILABLE} [junit4] 2> 2199784 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 0x1589d877db50008, 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> 2199786 INFO (jetty-launcher-3470-thread-2) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@11bc2ff4{/solr,null,UNAVAILABLE} [junit4] 2> 2199789 INFO (SUITE-TestSolrCloudWithDelegationTokens-seed#[7416A7171ADD6C84]-worker) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:51896 51896 [junit4] 2> 2199792 INFO (Thread-4519) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:51896 51896 [junit4] 2> 2199793 WARN (Thread-4519) [ ] o.a.s.c.ZkTestServer Watch limit violations: [junit4] 2> Maximum concurrent create/delete watches above limit: [junit4] 2> [junit4] 2> 15 /solr/aliases.json [junit4] 2> 15 /solr/clusterprops.json [junit4] 2> 2 /solr/security.json [junit4] 2> [junit4] 2> Maximum concurrent data watches above limit: [junit4] 2> [junit4] 2> 15 /solr/clusterstate.json [junit4] 2> 4 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMKeyIdRoot [junit4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_7 [junit4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_6 [junit4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_9 [junit4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_8 [junit4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_1 [junit4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_1 [junit4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_3 [junit4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_3 [junit4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_2 [junit4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_2 [junit4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_5 [junit4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_4 [junit4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_4 [junit4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_13 [junit4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_12 [junit4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMSeqNumRoot [junit4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_11 [junit4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_10 [junit4] 2> [junit4] 2> Maximum concurrent children watches above limit: [junit4] 2> [junit4] 2> 15 /solr/live_nodes [junit4] 2> 15 /solr/collections [junit4] 2> 3 /solr/overseer/queue [junit4] 2> 3 /solr/overseer/collection-queue-work [junit4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot [junit4] 2> 2 /solr/overseer/queue-work [junit4] 2> 2 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot [junit4] 2> [junit4] 2> 2199794 INFO (SUITE-TestSolrCloudWithDelegationTokens-seed#[7416A7171ADD6C84]-worker) [ ] o.a.s.SolrTestCaseJ4 ###deleteCore [junit4] 2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestSolrCloudWithDelegationTokens_7416A7171ADD6C84-001 [junit4] 2> Nov 25, 2016 10:07:36 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks [junit4] 2> WARNING: Will linger awaiting termination of 5 leaked thread(s). [junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1589, maxMBSortInHeap=7.571207066067201, sim=RandomSimilarity(queryNorm=false): {}, locale=ja-JP-u-ca-japanese-x-lvariant-JP, timezone=Asia/Aqtobe [junit4] 2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_102 (64-bit)/cpus=3,threads=1,free=55042528,total=527433728 [junit4] 2> NOTE: All tests run in this JVM: [TestExactSharedStatsCache, PathHierarchyTokenizerFactoryTest, DeleteReplicaTest, TestQueryWrapperFilter, OverseerTest, ZkControllerTest, HighlighterTest, TestJsonRequest, SpatialFilterTest, DocumentBuilderTest, TestHdfsUpdateLog, TestManagedSchemaAPI, LeaderInitiatedRecoveryOnShardRestartTest, TestCloudInspectUtil, SimpleCollectionCreateDeleteTest, UniqFieldsUpdateProcessorFactoryTest, TestSortByMinMaxFunction, SampleTest, DistanceUnitsTest, DistributedQueueTest, ActionThrottleTest, QueryEqualityTest, OpenExchangeRatesOrgProviderTest, TestNumericTerms32, CurrencyFieldXmlFileTest, TestConfigSetsAPIZkFailure, ConjunctionSolrSpellCheckerTest, HdfsChaosMonkeySafeLeaderTest, StatsReloadRaceTest, TestSubQueryTransformer, TestSolrConfigHandler, XmlUpdateRequestHandlerTest, TestRTGBase, RemoteQueryErrorTest, FileUtilsTest, IndexBasedSpellCheckerTest, ClassificationUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, DirectoryFactoryTest, CdcrRequestHandlerTest, TimeZoneUtilsTest, TestFieldCacheSortRandom, DOMUtilTest, TestFieldCache, TestSolrQueryResponse, TestFaceting, HdfsDirectoryFactoryTest, TestPseudoReturnFields, TestConfigSetImmutable, TestDynamicFieldCollectionResource, SolrCoreTest, SmileWriterTest, StandardRequestHandlerTest, TestSolrFieldCacheMBean, TestMinMaxOnMultiValuedField, AddSchemaFieldsUpdateProcessorFactoryTest, BitVectorTest, TestDocBasedVersionConstraints, ConnectionManagerTest, ReplicationFactorTest, CollectionStateFormat2Test, DistributedQueryElevationComponentTest, MoreLikeThisHandlerTest, TestSchemaNameResource, TestSweetSpotSimilarityFactory, AnalysisErrorHandlingTest, HdfsRecoveryZkTest, MultiTermTest, RollingRestartTest, TestPostingsSolrHighlighter, DisMaxRequestHandlerTest, RuleEngineTest, TestSurroundQueryParser, TestRecoveryHdfs, PreAnalyzedFieldManagedSchemaCloudTest, HttpSolrCallGetCoreTest, TestFastLRUCache, DocValuesMissingTest, TestSolrQueryParserResource, TestSolrDeletionPolicy1, TestExtendedDismaxParser, TestGeoJSONResponseWriter, SystemInfoHandlerTest, TestReloadAndDeleteDocs, HdfsWriteToMultipleCollectionsTest, TermsComponentTest, TestCopyFieldCollectionResource, SynonymTokenizerTest, TestManagedResourceStorage, HdfsNNFailoverTest, DirectUpdateHandlerTest, TestTolerantSearch, HardAutoCommitTest, TestHighlightDedupGrouping, SharedFSAutoReplicaFailoverTest, FullHLLTest, SolrIndexConfigTest, SolrPluginUtilsTest, TestTolerantUpdateProcessorCloud, BlockJoinFacetSimpleTest, TestBlendedInfixSuggestions, TestJavabinTupleStreamParser, TestLocalFSCloudBackupRestore, TestSmileRequest, TestFieldCollectionResource, TestQuerySenderNoQuery, SoftAutoCommitTest, TestDocumentBuilder, CopyFieldTest, TestLRUCache, TestLazyCores, ForceLeaderTest, HLLUtilTest, TestCharFilters, TestCloudPseudoReturnFields, LeaderElectionContextKeyTest, TestJettySolrRunner, TestLFUCache, TestCSVLoader, DocValuesTest, TestFreeTextSuggestions, TestAuthorizationFramework, NumericFieldsTest, TlogReplayBufferedWhileIndexingTest, ClusterStateUpdateTest, BadCopyFieldTest, TestCoreContainer, UnloadDistributedZkTest, OverseerStatusTest, TestTestInjection, TestManagedStopFilterFactory, TestClusterStateMutator, CloudExitableDirectoryReaderTest, SolrCloudExampleTest, TestFieldSortValues, RequiredFieldsTest, TestSolrCoreSnapshots, AnalyticsQueryTest, SaslZkACLProviderTest, TestBulkSchemaAPI, TestFunctionQuery, TestSQLHandler, BigEndianAscendingWordDeserializerTest, TestPartialUpdateDeduplication, TestLeaderElectionZkExpiry, LeaderElectionTest, TestGroupingSearch, TestStressVersions, TestFastOutputStream, MultiThreadedOCPTest, BufferStoreTest, CoreAdminCreateDiscoverTest, SimplePostToolTest, PrimitiveFieldTypeTest, TestAuthenticationFramework, HdfsLockFactoryTest, TestElisionMultitermQuery, DocExpirationUpdateProcessorFactoryTest, TestHdfsBackupRestoreCore, TestUnifiedSolrHighlighter, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, CollectionsAPIDistributedZkTest, SyncSliceTest, ShardRoutingTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest, ZkSolrClientTest, TestRandomDVFaceting, ZkCLITest, ShardRoutingCustomTest, TestDistributedSearch, DistributedSpellCheckComponentTest, SimpleFacetsTest, TestSolr4Spatial, QueryElevationComponentTest, BadIndexSchemaTest, ConvertedLegacyTest, TestSort, BasicFunctionalityTest, TestBadConfig, ShowFileRequestHandlerTest, AnalysisAfterCoreReloadTest, SuggesterFSTTest, SolrRequestParserTest, PolyFieldTest, TestUpdate, DefaultValueUpdateProcessorTest, DocValuesMultiTest, SolrInfoMBeanTest, DirectSolrSpellCheckerTest, TestReversedWildcardFilterFactory, DocumentAnalysisRequestHandlerTest, TestOmitPositions, FileBasedSpellCheckerTest, IndexSchemaRuntimeFieldTest, TestJmxIntegration, ReturnFieldsTest, MBeansHandlerTest, BinaryUpdateRequestHandlerTest, TestPHPSerializedResponseWriter, TestComponentsName, SearchHandlerTest, UpdateParamsTest, TestStressRecovery, TestDocSet, TestBinaryField, TestSearchPerf, OutputWriterTest, TestSolrCoreProperties, TestPhraseSuggestions, TestPerFieldSimilarity, TestBM25SimilarityFactory, TestJmxMonitoredMap, PrimUtilsTest, DateFieldTest, ClusterStateTest, TestSolrJ, ZkNodePropsTest, SliceStateTest, UUIDFieldTest, CircularListTest, DistributedMLTComponentTest, CursorPagingTest, SolrTestCaseJ4Test, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, ConnectionReuseTest, AssignTest, AsyncCallRequestStatusResponseTest, BaseCdcrDistributedZkTest, CdcrBootstrapTest, ConcurrentDeleteAndCreateCollectionTest, ConfigSetsAPITest, CustomCollectionTest, DeleteLastCustomShardedReplicaTest, DistribCursorPagingTest, DistributedVersionInfoTest, LeaderFailureAfterFreshStartTest, LeaderInitiatedRecoveryOnCommitTest, OverseerTaskQueueTest, PeerSyncReplicationTest, SharedFSAutoReplicaFailoverUtilsTest, SolrXmlInZkTest, TestCloudDeleteByQuery, TestCloudPivotFacet, TestClusterProperties, TestConfigSetsAPI, TestCryptoKeys, TestDeleteCollectionOnDownNodes, TestDownShardTolerantSearch, TestHdfsCloudBackupRestore, TestLockTree, TestMiniSolrCloudCluster, TestMiniSolrCloudClusterSSL, TestOnReconnectListenerSupport, TestRandomRequestDistribution, TestRequestForwarding, TestRequestStatusCollectionAPI, TestShortCircuitedRequests, TestSolrCloudWithDelegationTokens] [junit4] Completed [500/657 (1!)] on J0 in 4.97s, 8 tests, 1 failure <<< FAILURES! [...truncated 11662 lines...] [junit4] Suite: org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest [junit4] 2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-uima\test\J0\temp\solr.uima.processor.UIMAUpdateRequestProcessorTest_5082E17A26FB09BA-001\init-core-data-001 [junit4] 2> log4j:WARN No appenders could be found for logger (org.eclipse.jetty.util.log). [junit4] 2> log4j:WARN Please initialize the log4j system properly. [junit4] 2> log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. [junit4] 2> ??? 26, 2016 2:25:18 ?? WhitespaceTokenizer initialize [junit4] 2> INFO: "Whitespace tokenizer successfully initialized" [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=UIMAUpdateRequestProcessorTest -Dtests.method=testProcessing -Dtests.seed=5082E17A26FB09BA -Dtests.slow=true -Dtests.locale=el -Dtests.timezone=Indian/Mahe -Dtests.asserts=true -Dtests.file.encoding=US-ASCII [junit4] ERROR 8.31s J0 | UIMAUpdateRequestProcessorTest.testProcessing <<< [junit4] > Throwable #1: 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. [junit4] > 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> [junit4] > at __randomizedtesting.SeedInfo.seed([5082E17A26FB09BA:430CE50861088810]:0) [junit4] > at org.apache.solr.core.SolrCore.getUpdateProcessingChain(SolrCore.java:1214) [junit4] > at org.apache.solr.core.SolrCore.getUpdateProcessorChain(SolrCore.java:1222) [junit4] > at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:52) [junit4] > at org.apache.solr.SolrTestCaseJ4.addDoc(SolrTestCaseJ4.java:1031) [junit4] > at org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testProcessing(UIMAUpdateRequestProcessorTest.java:83) [junit4] > at java.lang.Thread.run(Thread.java:745) [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=UIMAUpdateRequestProcessorTest -Dtests.method=testErrorHandling -Dtests.seed=5082E17A26FB09BA -Dtests.slow=true -Dtests.locale=el -Dtests.timezone=Indian/Mahe -Dtests.asserts=true -Dtests.file.encoding=US-ASCII [junit4] ERROR 0.02s J0 | UIMAUpdateRequestProcessorTest.testErrorHandling <<< [junit4] > Throwable #1: 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. [junit4] > 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> [junit4] > at __randomizedtesting.SeedInfo.seed([5082E17A26FB09BA:65769F44702D886E]:0) [junit4] > at org.apache.solr.core.SolrCore.getUpdateProcessingChain(SolrCore.java:1214) [junit4] > at org.apache.solr.core.SolrCore.getUpdateProcessorChain(SolrCore.java:1222) [junit4] > at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:52) [junit4] > at org.apache.solr.SolrTestCaseJ4.addDoc(SolrTestCaseJ4.java:1031) [junit4] > at org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testErrorHandling(UIMAUpdateRequestProcessorTest.java:137) [junit4] > at java.lang.Thread.run(Thread.java:745) [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=UIMAUpdateRequestProcessorTest -Dtests.method=testMultiplierProcessing -Dtests.seed=5082E17A26FB09BA -Dtests.slow=true -Dtests.locale=el -Dtests.timezone=Indian/Mahe -Dtests.asserts=true -Dtests.file.encoding=US-ASCII [junit4] ERROR 0.02s J0 | UIMAUpdateRequestProcessorTest.testMultiplierProcessing <<< [junit4] > Throwable #1: 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. [junit4] > 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> [junit4] > at __randomizedtesting.SeedInfo.seed([5082E17A26FB09BA:6B832BD721AF254E]:0) [junit4] > at org.apache.solr.core.SolrCore.getUpdateProcessingChain(SolrCore.java:1214) [junit4] > at org.apache.solr.core.SolrCore.getUpdateProcessorChain(SolrCore.java:1222) [junit4] > at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:52) [junit4] > at org.apache.solr.SolrTestCaseJ4.addDoc(SolrTestCaseJ4.java:1031) [junit4] > at org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testProcessing(UIMAUpdateRequestProcessorTest.java:83) [junit4] > at org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testMultiplierProcessing(UIMAUpdateRequestProcessorTest.java:177) [junit4] > at java.lang.Thread.run(Thread.java:745) [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=UIMAUpdateRequestProcessorTest -Dtests.method=testTwoUpdates -Dtests.seed=5082E17A26FB09BA -Dtests.slow=true -Dtests.locale=el -Dtests.timezone=Indian/Mahe -Dtests.asserts=true -Dtests.file.encoding=US-ASCII [junit4] ERROR 0.01s J0 | UIMAUpdateRequestProcessorTest.testTwoUpdates <<< [junit4] > Throwable #1: 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> [junit4] > at __randomizedtesting.SeedInfo.seed([5082E17A26FB09BA:5DC8B6253ED46B14]:0) [junit4] > at org.apache.solr.core.SolrCore.getUpdateProcessingChain(SolrCore.java:1214) [junit4] > at org.apache.solr.core.SolrCore.getUpdateProcessorChain(SolrCore.java:1222) [junit4] > at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:52) [junit4] > at org.apache.solr.SolrTestCaseJ4.addDoc(SolrTestCaseJ4.java:1031) [junit4] > at org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testTwoUpdates(UIMAUpdateRequestProcessorTest.java:101) [junit4] > at java.lang.Thread.run(Thread.java:745) [junit4] 2> ??? 26, 2016 2:25:24 ?? WhitespaceTokenizer initialize [junit4] 2> INFO: "Whitespace tokenizer successfully initialized" [junit4] 2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-uima\test\J0\temp\solr.uima.processor.UIMAUpdateRequestProcessorTest_5082E17A26FB09BA-001 [junit4] 2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarity(queryNorm=true): {}, locale=el, timezone=Indian/Mahe [junit4] 2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_102 (64-bit)/cpus=3,threads=1,free=105881016,total=395313152 [junit4] 2> NOTE: All tests run in this JVM: [UIMAUpdateRequestProcessorTest] [junit4] Completed [2/2 (1!)] on J0 in 23.63s, 6 tests, 4 errors <<< FAILURES! [...truncated 51250 lines...]
--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org