Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18369/
Java: 32bit/jdk1.8.0_102 -client -XX:+UseSerialGC

5 tests failed.
FAILED:  
junit.framework.TestSuite.org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation

Error Message:
1 thread leaked from SUITE scope at 
org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation:     1) 
Thread[id=1934, name=jetty-launcher-362-thread-2-EventThread, 
state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]         
at sun.misc.Unsafe.park(Native Method)         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
         at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)  
       at 
org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
         at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)      
   at 
org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
         at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
         at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
         at 
org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
         at 
org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
         at 
org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
         at 
org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
         at 
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)   
      at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation: 
   1) Thread[id=1934, name=jetty-launcher-362-thread-2-EventThread, 
state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]
        at sun.misc.Unsafe.park(Native Method)
        at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
        at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
        at 
org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
        at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
        at 
org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
        at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
        at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
        at 
org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
        at 
org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
        at 
org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
        at 
org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
        at 
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
        at __randomizedtesting.SeedInfo.seed([2195E94A3760C04F]:0)


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([3060EF6BE7D9A419:3D2AB834FFF6C6B7]: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.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([3060EF6BE7D9A419:B6125C6E08D88ED]: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.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([3060EF6BE7D9A419:23EEEB19A02A25B3]: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([3060EF6BE7D9A419:5949155B10F25CD]: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 10920 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_2195E94A3760C04F-001/init-core-data-001
   [junit4]   2> 218103 INFO  
(SUITE-TestSolrCloudWithSecureImpersonation-seed#[2195E94A3760C04F]-worker) [   
 ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 218151 WARN  
(SUITE-TestSolrCloudWithSecureImpersonation-seed#[2195E94A3760C04F]-worker) [   
 ] o.a.h.u.NativeCodeLoader Unable to load native-hadoop library for your 
platform... using builtin-java classes where applicable
   [junit4]   2> 218278 INFO  
(SUITE-TestSolrCloudWithSecureImpersonation-seed#[2195E94A3760C04F]-worker) [   
 ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_2195E94A3760C04F-001/tempDir-001
   [junit4]   2> 218278 INFO  
(SUITE-TestSolrCloudWithSecureImpersonation-seed#[2195E94A3760C04F]-worker) [   
 ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 218278 INFO  (Thread-326) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 218278 INFO  (Thread-326) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 218378 INFO  
(SUITE-TestSolrCloudWithSecureImpersonation-seed#[2195E94A3760C04F]-worker) [   
 ] o.a.s.c.ZkTestServer start zk server on port:33109
   [junit4]   2> 218388 INFO  (jetty-launcher-362-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 218388 INFO  (jetty-launcher-362-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 218389 INFO  (jetty-launcher-362-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@f0a57a{/solr,null,AVAILABLE}
   [junit4]   2> 218389 INFO  (jetty-launcher-362-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1edea83{/solr,null,AVAILABLE}
   [junit4]   2> 218392 INFO  (jetty-launcher-362-thread-1) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@119ca8c{SSL,[ssl, 
http/1.1]}{127.0.0.1:44967}
   [junit4]   2> 218393 INFO  (jetty-launcher-362-thread-1) [    ] 
o.e.j.s.Server Started @219921ms
   [junit4]   2> 218393 INFO  (jetty-launcher-362-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=44967}
   [junit4]   2> 218393 ERROR (jetty-launcher-362-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 218393 INFO  (jetty-launcher-362-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 218393 INFO  (jetty-launcher-362-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 218393 INFO  (jetty-launcher-362-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 218393 INFO  (jetty-launcher-362-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-11-25T12:04:39.709Z
   [junit4]   2> 218394 INFO  (jetty-launcher-362-thread-2) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@17839f0{SSL,[ssl, 
http/1.1]}{127.0.0.1:45515}
   [junit4]   2> 218394 INFO  (jetty-launcher-362-thread-2) [    ] 
o.e.j.s.Server Started @219922ms
   [junit4]   2> 218394 INFO  (jetty-launcher-362-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=45515}
   [junit4]   2> 218401 ERROR (jetty-launcher-362-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 218401 INFO  (jetty-launcher-362-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 218401 INFO  (jetty-launcher-362-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 218401 INFO  (jetty-launcher-362-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 218402 INFO  (jetty-launcher-362-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-11-25T12:04:39.718Z
   [junit4]   2> 218403 INFO  (jetty-launcher-362-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 218403 INFO  (jetty-launcher-362-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 218410 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 0x1589b5f8a2b0002, 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> 218413 INFO  (jetty-launcher-362-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33109/solr
   [junit4]   2> 218413 INFO  (jetty-launcher-362-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33109/solr
   [junit4]   2> 218436 INFO  (jetty-launcher-362-thread-2) 
[n:127.0.0.1:45515_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:45515_solr
   [junit4]   2> 218437 INFO  (jetty-launcher-362-thread-1) 
[n:127.0.0.1:44967_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44967_solr
   [junit4]   2> 218438 INFO  (jetty-launcher-362-thread-2) 
[n:127.0.0.1:45515_solr    ] o.a.s.c.Overseer Overseer 
(id=96998226630737926-127.0.0.1:45515_solr-n_0000000000) starting
   [junit4]   2> 218440 INFO  
(zkCallback-372-thread-1-processing-n:127.0.0.1:44967_solr) 
[n:127.0.0.1:44967_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 218440 INFO  
(zkCallback-373-thread-1-processing-n:127.0.0.1:45515_solr) 
[n:127.0.0.1:45515_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 218447 INFO  (jetty-launcher-362-thread-2) 
[n:127.0.0.1:45515_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45515_solr
   [junit4]   2> 218448 INFO  
(zkCallback-372-thread-1-processing-n:127.0.0.1:44967_solr) 
[n:127.0.0.1:44967_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 218448 INFO  
(zkCallback-373-thread-1-processing-n:127.0.0.1:45515_solr) 
[n:127.0.0.1:45515_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 218526 INFO  (jetty-launcher-362-thread-2) 
[n:127.0.0.1:45515_solr    ] o.a.s.c.CoreContainer Initializing authentication 
plugin: org.apache.solr.security.HttpParamDelegationTokenPlugin
   [junit4]   2> 218545 INFO  (jetty-launcher-362-thread-2) 
[n:127.0.0.1:45515_solr    ] o.a.s.s.KerberosPlugin Params: 
{solr.kerberos.impersonator.user.noGroups.hosts=*, 
solr.kerberos.impersonator.user.bogusGroup.groups=__some_bogus_group, 
token.valid=30, cookie.domain=127.0.0.1, 
solr.kerberos.impersonator.user.anyHostAnyUser.groups=*, 
solr.kerberos.impersonator.user.bogusGroup.hosts=*, 
solr.kerberos.impersonator.user.anyHostAnyUser.hosts=*, token.validity=36000, 
solr.kerberos.impersonator.user.noHosts.groups=*, type=kerberos, 
solr.kerberos.impersonator.user.localHostAnyGroup.groups=*, 
delegation-token.token-kind=solr-dt, 
solr.kerberos.impersonator.user.wrongHost.hosts=1.1.1.1.1.1, cookie.path=/, 
zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm, 
solr.kerberos.impersonator.user.localHostAnyGroup.hosts=localhost.localdomain,localhost,127.0.0.1,
 signer.secret.provider.zookeeper.path=/token, 
solr.kerberos.impersonator.user.anyHostUsersGroup.groups=jenkins, 
zk-dt-secret-manager.enable=true, 
solr.kerberos.impersonator.user.wrongHost.groups=*, 
kerberos.name.rules=DEFAULT, signer.secret.provider=zookeeper, 
solr.kerberos.impersonator.user.anyHostUsersGroup.hosts=*}
   [junit4]   2> 218628 INFO  (jetty-launcher-362-thread-2) 
[n:127.0.0.1:45515_solr    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 218642 INFO  (jetty-launcher-362-thread-2-EventThread) 
[n:127.0.0.1:45515_solr    ] o.a.c.f.s.ConnectionStateManager State change: 
CONNECTED
   [junit4]   2> 218734 INFO  (jetty-launcher-362-thread-1) 
[n:127.0.0.1:44967_solr    ] o.a.s.c.CoreContainer Initializing authentication 
plugin: org.apache.solr.security.HttpParamDelegationTokenPlugin
   [junit4]   2> 218734 INFO  (jetty-launcher-362-thread-1) 
[n:127.0.0.1:44967_solr    ] o.a.s.s.KerberosPlugin Params: 
{solr.kerberos.impersonator.user.noGroups.hosts=*, 
solr.kerberos.impersonator.user.bogusGroup.groups=__some_bogus_group, 
token.valid=30, cookie.domain=127.0.0.1, 
solr.kerberos.impersonator.user.anyHostAnyUser.groups=*, 
solr.kerberos.impersonator.user.bogusGroup.hosts=*, 
solr.kerberos.impersonator.user.anyHostAnyUser.hosts=*, token.validity=36000, 
solr.kerberos.impersonator.user.noHosts.groups=*, type=kerberos, 
solr.kerberos.impersonator.user.localHostAnyGroup.groups=*, 
delegation-token.token-kind=solr-dt, 
solr.kerberos.impersonator.user.wrongHost.hosts=1.1.1.1.1.1, cookie.path=/, 
zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm, 
solr.kerberos.impersonator.user.localHostAnyGroup.hosts=localhost.localdomain,localhost,127.0.0.1,
 signer.secret.provider.zookeeper.path=/token, 
solr.kerberos.impersonator.user.anyHostUsersGroup.groups=jenkins, 
zk-dt-secret-manager.enable=true, 
solr.kerberos.impersonator.user.wrongHost.groups=*, 
kerberos.name.rules=DEFAULT, signer.secret.provider=zookeeper, 
solr.kerberos.impersonator.user.anyHostUsersGroup.hosts=*}
   [junit4]   2> 218735 INFO  (jetty-launcher-362-thread-1) 
[n:127.0.0.1:44967_solr    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 218737 INFO  (jetty-launcher-362-thread-1-EventThread) 
[n:127.0.0.1:44967_solr    ] o.a.c.f.s.ConnectionStateManager State change: 
CONNECTED
   [junit4]   2> 218800 INFO  (jetty-launcher-362-thread-2) 
[n:127.0.0.1:45515_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_2195E94A3760C04F-001/tempDir-001/node2/.
   [junit4]   2> 218800 INFO  (jetty-launcher-362-thread-1) 
[n:127.0.0.1:44967_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_2195E94A3760C04F-001/tempDir-001/node1/.
   [junit4]   2> 218820 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateAnyHostAnyUser-seed#[2195E94A3760C04F])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyValidateAnyHostAnyUser
   [junit4]   2> 218949 INFO  (qtp29021580-1891) [n:127.0.0.1:45515_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
doAs=bar&action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 218949 INFO  (qtp29021580-1891) [n:127.0.0.1:45515_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={doAs=bar&action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 218956 WARN  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateAnyHostAnyUser-seed#[2195E94A3760C04F])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth="u=anyHostAnyUser&p=anyHostAnyUser&t=test&e=1480111480251&s=kTz1RddO6ehQhDX3iMwAwqWgDXw=";
 Path=/; Domain=127.0.0.1; Expires=  , 25-   -2016 22:04:40 GMT; Secure; 
HttpOnly". Invalid 'expires' attribute: , 25- -2016 22:04:40 GMT
   [junit4]   2> 218957 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateAnyHostAnyUser-seed#[2195E94A3760C04F])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyValidateAnyHostAnyUser
   [junit4]   2> 218969 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateHost-seed#[2195E94A3760C04F])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyValidateHost
   [junit4]   2> 218972 INFO  (qtp29021580-1901) [n:127.0.0.1:45515_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
doAs=bar&action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 218972 INFO  (qtp29021580-1901) [n:127.0.0.1:45515_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={doAs=bar&action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 218972 WARN  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateHost-seed#[2195E94A3760C04F])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth="u=localHostAnyGroup&p=localHostAnyGroup&t=test&e=1480111480286&s=EKKUUfRpFx2Slognd/zz8H0Uao4=";
 Path=/; Domain=127.0.0.1; Expires=  , 25-   -2016 22:04:40 GMT; Secure; 
HttpOnly". Invalid 'expires' attribute: , 25- -2016 22:04:40 GMT
   [junit4]   2> 218973 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateHost-seed#[2195E94A3760C04F])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyValidateHost
   [junit4]   2> 218984 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidProxyUser-seed#[2195E94A3760C04F])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyInvalidProxyUser
   [junit4]   2> 219283 WARN  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidProxyUser-seed#[2195E94A3760C04F])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth="u=bar&p=bar&t=test&e=1480111480302&s=u3uaOO5mjc4/pmt5mKiijVUGdik=";
 Path=/; Domain=127.0.0.1; Expires=  , 25-   -2016 22:04:40 GMT; Secure; 
HttpOnly". Invalid 'expires' attribute: , 25- -2016 22:04:40 GMT
   [junit4]   2> 219283 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidProxyUser-seed#[2195E94A3760C04F])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyInvalidProxyUser
   [junit4]   2> 219293 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyNoConfigHosts-seed#[2195E94A3760C04F])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyNoConfigHosts
   [junit4]   2> 219299 WARN  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyNoConfigHosts-seed#[2195E94A3760C04F])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth="u=noHosts&p=noHosts&t=test&e=1480111480610&s=zD/g6YcYb7pwER9qijCRSn1DyX8=";
 Path=/; Domain=127.0.0.1; Expires=  , 25-   -2016 22:04:40 GMT; Secure; 
HttpOnly". Invalid 'expires' attribute: , 25- -2016 22:04:40 GMT
   [junit4]   2> 219299 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyNoConfigHosts-seed#[2195E94A3760C04F])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyNoConfigHosts
   [junit4]   2> 219310 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidRemote-seed#[2195E94A3760C04F])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyInvalidRemote
   [junit4]   2> 219316 WARN  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidRemote-seed#[2195E94A3760C04F])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth="u=localHostAnyGroup&p=localHostAnyGroup&t=test&e=1480111480628&s=Vaqggpm8bOmi5iVBuPk5uQSpihk=";
 Path=/; Domain=127.0.0.1; Expires=  , 25-   -2016 22:04:40 GMT; Secure; 
HttpOnly". Invalid 'expires' attribute: , 25- -2016 22:04:40 GMT
   [junit4]   2> 219316 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidRemote-seed#[2195E94A3760C04F])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyInvalidRemote
   [junit4]   2> 219326 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyWrongHost-seed#[2195E94A3760C04F])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyWrongHost
   [junit4]   2> 219332 WARN  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyWrongHost-seed#[2195E94A3760C04F])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth="u=wrongHost&p=wrongHost&t=test&e=1480111480643&s=oTzAq+3BwQ56Qdz+ePy405dfBPI=";
 Path=/; Domain=127.0.0.1; Expires=  , 25-   -2016 22:04:40 GMT; Secure; 
HttpOnly". Invalid 'expires' attribute: , 25- -2016 22:04:40 GMT
   [junit4]   2> 219332 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyWrongHost-seed#[2195E94A3760C04F])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyWrongHost
   [junit4]   2> 219342 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidGroup-seed#[2195E94A3760C04F])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyInvalidGroup
   [junit4]   2> 219395 WARN  (qtp29021580-1903) [    ] 
o.a.h.s.ShellBasedUnixGroupsMapping got exception trying to get groups for user 
bar: id: bar: no such user
   [junit4]   2> 
   [junit4]   2> 219396 WARN  (qtp29021580-1903) [    ] 
o.a.h.s.UserGroupInformation No groups available for user bar
   [junit4]   2> 219400 WARN  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidGroup-seed#[2195E94A3760C04F])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth="u=bogusGroup&p=bogusGroup&t=test&e=1480111480659&s=56a16W6W1Yuu0LGq03E2EoQ7jF8=";
 Path=/; Domain=127.0.0.1; Expires=  , 25-   -2016 22:04:40 GMT; Secure; 
HttpOnly". Invalid 'expires' attribute: , 25- -2016 22:04:40 GMT
   [junit4]   2> 219400 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidGroup-seed#[2195E94A3760C04F])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyInvalidGroup
   [junit4]   2> 219411 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyNoConfigGroups-seed#[2195E94A3760C04F])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyNoConfigGroups
   [junit4]   2> 219415 WARN  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyNoConfigGroups-seed#[2195E94A3760C04F])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth="u=noGroups&p=noGroups&t=test&e=1480111480728&s=EJbkNvXSeSpHgjshgYdmGlisUR0=";
 Path=/; Domain=127.0.0.1; Expires=  , 25-   -2016 22:04:40 GMT; Secure; 
HttpOnly". Invalid 'expires' attribute: , 25- -2016 22:04:40 GMT
   [junit4]   2> 219415 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyNoConfigGroups-seed#[2195E94A3760C04F])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyNoConfigGroups
   [junit4]   2> 219426 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[2195E94A3760C04F])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testForwarding
   [junit4]   2> 219636 ERROR (Finalizer) [    ] o.a.s.c.CoreContainer 
CoreContainer was not close prior to finalize(), indicates a bug -- POSSIBLE 
RESOURCE LEAK!!!  instance=13621234
   [junit4]   2> 219767 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[2195E94A3760C04F])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 219768 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[2195E94A3760C04F])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:33109/solr ready
   [junit4]   2> 219775 INFO  (qtp29021580-1903) [n:127.0.0.1:45515_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&maxShardsPerNode=1&name=forwardingCollection&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 219778 INFO  
(OverseerThreadFactory-534-thread-1-processing-n:127.0.0.1:45515_solr) 
[n:127.0.0.1:45515_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
forwardingCollection
   [junit4]   2> 219889 INFO  (qtp29021580-1901) [n:127.0.0.1:45515_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=forwardingCollection_shard1_replica1&action=CREATE&numShards=1&collection=forwardingCollection&shard=shard1&wt=javabin&version=2
   [junit4]   2> 219993 INFO  
(zkCallback-373-thread-1-processing-n:127.0.0.1:45515_solr) 
[n:127.0.0.1:45515_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/forwardingCollection/state.json] for collection 
[forwardingCollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 220942 WARN  (qtp29021580-1901) [n:127.0.0.1:45515_solr 
c:forwardingCollection s:shard1  x:forwardingCollection_shard1_replica1] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 220945 INFO  (qtp29021580-1901) [n:127.0.0.1:45515_solr 
c:forwardingCollection s:shard1  x:forwardingCollection_shard1_replica1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 221022 INFO  (qtp29021580-1901) [n:127.0.0.1:45515_solr 
c:forwardingCollection s:shard1  x:forwardingCollection_shard1_replica1] 
o.a.s.s.IndexSchema [forwardingCollection_shard1_replica1] Schema name=test
   [junit4]   2> 221206 WARN  (qtp29021580-1901) [n:127.0.0.1:45515_solr 
c:forwardingCollection s:shard1  x:forwardingCollection_shard1_replica1] 
o.a.s.s.IndexSchema [forwardingCollection_shard1_replica1] default search field 
in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 221210 INFO  (qtp29021580-1901) [n:127.0.0.1:45515_solr 
c:forwardingCollection s:shard1  x:forwardingCollection_shard1_replica1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 221226 INFO  (qtp29021580-1901) [n:127.0.0.1:45515_solr 
c:forwardingCollection s:shard1  x:forwardingCollection_shard1_replica1] 
o.a.s.c.CoreContainer Creating SolrCore 'forwardingCollection_shard1_replica1' 
using configuration from collection forwardingCollection
   [junit4]   2> 221226 INFO  (qtp29021580-1901) [n:127.0.0.1:45515_solr 
c:forwardingCollection s:shard1 r:core_node1 
x:forwardingCollection_shard1_replica1] o.a.s.c.SolrCore 
[[forwardingCollection_shard1_replica1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_2195E94A3760C04F-001/tempDir-001/node2/forwardingCollection_shard1_replica1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_2195E94A3760C04F-001/tempDir-001/node2/./forwardingCollection_shard1_replica1/data/]
   [junit4]   2> 221226 INFO  (qtp29021580-1901) [n:127.0.0.1:45515_solr 
c:forwardingCollection s:shard1 r:core_node1 
x:forwardingCollection_shard1_replica1] o.a.s.c.JmxMonitoredMap JMX monitoring 
is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1055e9e
   [junit4]   2> 221229 INFO  (qtp29021580-1901) [n:127.0.0.1:45515_solr 
c:forwardingCollection s:shard1 r:core_node1 
x:forwardingCollection_shard1_replica1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=45, 
maxMergedSegmentMB=12.6630859375, floorSegmentMB=0.6982421875, 
forceMergeDeletesPctAllowed=24.24126761401852, segmentsPerTier=38.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.39849417224919115
   [junit4]   2> 221262 INFO  (qtp29021580-1901) [n:127.0.0.1:45515_solr 
c:forwardingCollection s:shard1 r:core_node1 
x:forwardingCollection_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 221262 INFO  (qtp29021580-1901) [n:127.0.0.1:45515_solr 
c:forwardingCollection s:shard1 r:core_node1 
x:forwardingCollection_shard1_replica1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 221264 INFO  (qtp29021580-1901) [n:127.0.0.1:45515_solr 
c:forwardingCollection s:shard1 r:core_node1 
x:forwardingCollection_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 221264 INFO  (qtp29021580-1901) [n:127.0.0.1:45515_solr 
c:forwardingCollection s:shard1 r:core_node1 
x:forwardingCollection_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 221265 INFO  (qtp29021580-1901) [n:127.0.0.1:45515_solr 
c:forwardingCollection s:shard1 r:core_node1 
x:forwardingCollection_shard1_replica1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=17, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 221266 INFO  (qtp29021580-1901) [n:127.0.0.1:45515_solr 
c:forwardingCollection s:shard1 r:core_node1 
x:forwardingCollection_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@18729cf[forwardingCollection_shard1_replica1] main]
   [junit4]   2> 221266 INFO  (qtp29021580-1901) [n:127.0.0.1:45515_solr 
c:forwardingCollection s:shard1 r:core_node1 
x:forwardingCollection_shard1_replica1] o.a.s.h.c.SpellCheckComponent 
Initializing spell checkers
   [junit4]   2> 221292 INFO  (qtp29021580-1901) [n:127.0.0.1:45515_solr 
c:forwardingCollection s:shard1 r:core_node1 
x:forwardingCollection_shard1_replica1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 221413 INFO  (qtp29021580-1901) [n:127.0.0.1:45515_solr 
c:forwardingCollection s:shard1 r:core_node1 
x:forwardingCollection_shard1_replica1] o.a.s.h.ReplicationHandler Commits will 
be reserved for  10000
   [junit4]   2> 221413 INFO  
(searcherExecutor-539-thread-1-processing-n:127.0.0.1:45515_solr 
x:forwardingCollection_shard1_replica1 s:shard1 c:forwardingCollection 
r:core_node1) [n:127.0.0.1:45515_solr c:forwardingCollection s:shard1 
r:core_node1 x:forwardingCollection_shard1_replica1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 221414 INFO  
(searcherExecutor-539-thread-1-processing-n:127.0.0.1:45515_solr 
x:forwardingCollection_shard1_replica1 s:shard1 c:forwardingCollection 
r:core_node1) [n:127.0.0.1:45515_solr c:forwardingCollection s:shard1 
r:core_node1 x:forwardingCollection_shard1_replica1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 221414 INFO  
(searcherExecutor-539-thread-1-processing-n:127.0.0.1:45515_solr 
x:forwardingCollection_shard1_replica1 s:shard1 c:forwardingCollection 
r:core_node1) [n:127.0.0.1:45515_solr c:forwardingCollection s:shard1 
r:core_node1 x:forwardingCollection_shard1_replica1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 221414 INFO  
(searcherExecutor-539-thread-1-processing-n:127.0.0.1:45515_solr 
x:forwardingCollection_shard1_replica1 s:shard1 c:forwardingCollection 
r:core_node1) [n:127.0.0.1:45515_solr c:forwardingCollection s:shard1 
r:core_node1 x:forwardingCollection_shard1_replica1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 221414 INFO  
(searcherExecutor-539-thread-1-processing-n:127.0.0.1:45515_solr 
x:forwardingCollection_shard1_replica1 s:shard1 c:forwardingCollection 
r:core_node1) [n:127.0.0.1:45515_solr c:forwardingCollection s:shard1 
r:core_node1 x:forwardingCollection_shard1_replica1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 221414 INFO  
(searcherExecutor-539-thread-1-processing-n:127.0.0.1:45515_solr 
x:forwardingCollection_shard1_replica1 s:shard1 c:forwardingCollection 
r:core_node1) [n:127.0.0.1:45515_solr c:forwardingCollection s:shard1 
r:core_node1 x:forwardingCollection_shard1_replica1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 221415 INFO  
(searcherExecutor-539-thread-1-processing-n:127.0.0.1:45515_solr 
x:forwardingCollection_shard1_replica1 s:shard1 c:forwardingCollection 
r:core_node1) [n:127.0.0.1:45515_solr c:forwardingCollection s:shard1 
r:core_node1 x:forwardingCollection_shard1_replica1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 221415 INFO  
(searcherExecutor-539-thread-1-processing-n:127.0.0.1:45515_solr 
x:forwardingCollection_shard1_replica1 s:shard1 c:forwardingCollection 
r:core_node1) [n:127.0.0.1:45515_solr c:forwardingCollection s:shard1 
r:core_node1 x:forwardingCollection_shard1_replica1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 221415 INFO  
(searcherExecutor-539-thread-1-processing-n:127.0.0.1:45515_solr 
x:forwardingCollection_shard1_replica1 s:shard1 c:forwardingCollection 
r:core_node1) [n:127.0.0.1:45515_solr c:forwardingCollection s:shard1 
r:core_node1 x:forwardingCollection_shard1_replica1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 221417 INFO  
(searcherExecutor-539-thread-1-processing-n:127.0.0.1:45515_solr 
x:forwardingCollection_shard1_replica1 s:shard1 c:forwardingCollection 
r:core_node1) [n:127.0.0.1:45515_solr c:forwardingCollection s:shard1 
r:core_node1 x:forwardingCollection_shard1_replica1] o.a.s.c.SolrCore 
[forwardingCollection_shard1_replica1] Registered new searcher 
Searcher@18729cf[forwardingCollection_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 221417 INFO  (qtp29021580-1901) [n:127.0.0.1:45515_solr 
c:forwardingCollection s:shard1 r:core_node1 
x:forwardingCollection_shard1_replica1] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1551971629382238208
   [junit4]   2> 221424 INFO  (qtp29021580-1901) [n:127.0.0.1:45515_solr 
c:forwardingCollection s:shard1 r:core_node1 
x:forwardingCollection_shard1_replica1] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 221424 INFO  (qtp29021580-1901) [n:127.0.0.1:45515_solr 
c:forwardingCollection s:shard1 r:core_node1 
x:forwardingCollection_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I 
may be the new leader - try and sync
   [junit4]   2> 221424 INFO  (qtp29021580-1901) [n:127.0.0.1:45515_solr 
c:forwardingCollection s:shard1 r:core_node1 
x:forwardingCollection_shard1_replica1] o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:45515/solr/forwardingCollection_shard1_replica1/
   [junit4]   2> 221424 INFO  (qtp29021580-1901) [n:127.0.0.1:45515_solr 
c:forwardingCollection s:shard1 r:core_node1 
x:forwardingCollection_shard1_replica1] o.a.s.c.SyncStrategy Sync Success - now 
sync replicas to me
   [junit4]   2> 221425 INFO  (qtp29021580-1901) [n:127.0.0.1:45515_solr 
c:forwardingCollection s:shard1 r:core_node1 
x:forwardingCollection_shard1_replica1] o.a.s.c.SyncStrategy 
https://127.0.0.1:45515/solr/forwardingCollection_shard1_replica1/ has no 
replicas
   [junit4]   2> 221427 INFO  (qtp29021580-1901) [n:127.0.0.1:45515_solr 
c:forwardingCollection s:shard1 r:core_node1 
x:forwardingCollection_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I am 
the new leader: 
https://127.0.0.1:45515/solr/forwardingCollection_shard1_replica1/ shard1
   [junit4]   2> 221530 INFO  
(zkCallback-373-thread-2-processing-n:127.0.0.1:45515_solr) 
[n:127.0.0.1:45515_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/forwardingCollection/state.json] for collection 
[forwardingCollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 221578 INFO  (qtp29021580-1901) [n:127.0.0.1:45515_solr 
c:forwardingCollection s:shard1 r:core_node1 
x:forwardingCollection_shard1_replica1] o.a.s.c.ZkController I am the leader, 
no recovery necessary
   [junit4]   2> 221581 INFO  (qtp29021580-1901) [n:127.0.0.1:45515_solr 
c:forwardingCollection s:shard1 r:core_node1 
x:forwardingCollection_shard1_replica1] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=forwardingCollection_shard1_replica1&action=CREATE&numShards=1&collection=forwardingCollection&shard=shard1&wt=javabin&version=2}
 status=0 QTime=1692
   [junit4]   2> 221582 WARN  
(httpShardExecutor-532-thread-1-processing-n:127.0.0.1:45515_solr 
[https:////127.0.0.1:45515//solr] https:////127.0.0.1:45515//solr) 
[n:127.0.0.1:45515_solr    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie 
header: "Set-Cookie: 
hadoop.auth="u=$&p=$&t=test&e=1480111481204&s=oygw6SS+rd4drkT/wFW193ROWek="; 
Path=/; Domain=127.0.0.1; Expires=  , 25-   -2016 22:04:41 GMT; Secure; 
HttpOnly". Invalid 'expires' attribute: , 25- -2016 22:04:41 GMT
   [junit4]   2> 221585 INFO  (qtp29021580-1903) [n:127.0.0.1:45515_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> 221682 INFO  
(zkCallback-373-thread-2-processing-n:127.0.0.1:45515_solr) 
[n:127.0.0.1:45515_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/forwardingCollection/state.json] for collection 
[forwardingCollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 221780 INFO  
(OverseerCollectionConfigSetProcessor-96998226630737926-127.0.0.1:45515_solr-n_0000000000)
 [n:127.0.0.1:45515_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 222585 INFO  (qtp29021580-1903) [n:127.0.0.1:45515_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&maxShardsPerNode=1&name=forwardingCollection&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=2810
   [junit4]   2> 222586 WARN  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[2195E94A3760C04F])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth="u=user&p=user&t=test&e=1480111481090&s=WNWMqc4/CLA+H5KKh0HZi6HS4lI=";
 Path=/; Domain=127.0.0.1; Expires=  , 25-   -2016 22:04:41 GMT; Secure; 
HttpOnly". Invalid 'expires' attribute: , 25- -2016 22:04:41 GMT
   [junit4]   2> 222587 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[2195E94A3760C04F])
 [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - 
collection: forwardingCollection failOnTimeout:true timeout (sec):100
   [junit4]   2> 222587 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[2195E94A3760C04F])
 [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: 
forwardingCollection
   [junit4]   2> 222599 INFO  (qtp29021580-1903) [n:127.0.0.1:45515_solr 
c:forwardingCollection s:shard1 r:core_node1 
x:forwardingCollection_shard1_replica1] o.a.s.c.S.Request 
[forwardingCollection_shard1_replica1]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 222600 WARN  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[2195E94A3760C04F])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth="u=user&p=user&t=test&e=1480111483913&s=YshD1CbrZ8cNXTCe7oqQxG8Ht0U=";
 Path=/; Domain=127.0.0.1; Expires=  , 25-   -2016 22:04:43 GMT; Secure; 
HttpOnly". Invalid 'expires' attribute: , 25- -2016 22:04:43 GMT
   [junit4]   2> 222728 INFO  (qtp29021580-1897) [n:127.0.0.1:45515_solr 
c:forwardingCollection s:shard1 r:core_node1 
x:forwardingCollection_shard1_replica1] o.a.s.c.S.Request 
[forwardingCollection_shard1_replica1]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 222729 WARN  (qtp12682260-1889) [n:127.0.0.1:44967_solr    ] 
o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth="u=$&p=$&t=test&e=1480111484043&s=tFVFSaweoQrFr7lqfgbKBInemug="; 
Path=/; Domain=127.0.0.1; Expires=  , 25-   -2016 22:04:44 GMT; Secure; 
HttpOnly". Invalid 'expires' attribute: , 25- -2016 22:04:44 GMT
   [junit4]   2> 222730 WARN  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[2195E94A3760C04F])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth="u=user&p=user&t=test&e=1480111484037&s=KYgQ6V3eZ3u1CKotbPJuYhBdSrI=";
 Path=/; Domain=127.0.0.1; Expires=  , 25-   -2016 22:04:44 GMT; Secure; 
HttpOnly". Invalid 'expires' attribute: , 25- -2016 22:04:44 GMT
   [junit4]   2> 222730 WARN  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[2195E94A3760C04F])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth="u=$&p=$&t=test&e=1480111484043&s=tFVFSaweoQrFr7lqfgbKBInemug="; 
Path=/; Domain=127.0.0.1; Expires=  , 25-   -2016 22:04:44 GMT; Secure; 
HttpOnly". Invalid 'expires' attribute: , 25- -2016 22:04:44 GMT
   [junit4]   2> 222730 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[2195E94A3760C04F])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testForwarding
   [junit4]   2> 222744 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateGroup-seed#[2195E94A3760C04F])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyValidateGroup
   [junit4]   2> 222752 INFO  (qtp29021580-1891) [n:127.0.0.1:45515_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
doAs=jenkins&action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 222752 INFO  (qtp29021580-1891) [n:127.0.0.1:45515_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={doAs=jenkins&action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 222754 WARN  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateGroup-seed#[2195E94A3760C04F])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth="u=anyHostUsersGroup&p=anyHostUsersGroup&t=test&e=1480111484063&s=euLUkjdgHKPXAp/F6FzgEspD+tQ=";
 Path=/; Domain=127.0.0.1; Expires=  , 25-   -2016 22:04:44 GMT; Secure; 
HttpOnly". Invalid 'expires' attribute: , 25- -2016 22:04:44 GMT
   [junit4]   2> 222754 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateGroup-seed#[2195E94A3760C04F])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyValidateGroup
   [junit4]   2> 222767 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyNullProxyUser-seed#[2195E94A3760C04F])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyNullProxyUser
   [junit4]   2> 222768 INFO  (qtp29021580-1904) [    ] 
o.a.s.s.SolrDispatchFilter Error authenticating
   [junit4]   2> java.lang.IllegalArgumentException: userName is NULL, empty or 
contains a '&'
   [junit4]   2>        at 
org.apache.hadoop.security.authentication.util.AuthToken.checkForIllegalArgument(AuthToken.java:87)
   [junit4]   2>        at 
org.apache.hadoop.security.authentication.util.AuthToken.<init>(AuthToken.java:70)
   [junit4]   2>        at 
org.apache.hadoop.security.authentication.server.AuthenticationToken.<init>(AuthenticationToken.java:58)
   [junit4]   2>        at 
org.apache.solr.security.HttpParamDelegationTokenPlugin$HttpParamDelegationTokenAuthenticationHandler$HttpParamAuthenticationHandler.authenticate(HttpParamDelegationTokenPlugin.java:213)
   [junit4]   2>        at 
org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticationHandler.authenticate(DelegationTokenAuthenticationHandler.java:348)
   [junit4]   2>        at 
org.apache.solr.security.KerberosPlugin$RequestContinuesRecorderAuthenticationHandler.authenticate(KerberosPlugin.java:574)
   [junit4]   2>        at 
org.apache.hadoop.security.authentication.server.AuthenticationFilter.doFilter(AuthenticationFilter.java:519)
   [junit4]   2>        at 
org.apache.solr.security.DelegationTokenKerberosFilter.doFilter(DelegationTokenKerberosFilter.java:128)
   [junit4]   2>        at 
org.apache.solr.security.HttpParamDelegationTokenPlugin$HttpParamToRequestFilter.doFilter(HttpParamDelegationTokenPlugin.java:245)
   [junit4]   2>        at 
org.apache.solr.security.KerberosPlugin.doAuthenticate(KerberosPlugin.java:265)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.authenticateRequest(SolrDispatchFilter.java:362)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:268)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:254)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1676)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:113)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1676)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:581)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1160)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:511)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1092)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:518)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:308)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:244)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2>        at 
org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:186)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceAndRun(ExecuteProduceConsume.java:246)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:156)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:654)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 222770 WARN  (qtp29021580-1904) [    ] o.e.j.s.ServletHandler 
/solr/admin/collections
   [junit4]   2> org.apache.solr.common.SolrException: Error during request 
authentication, 
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.authenticateRequest(SolrDispatchFilter.java:368)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:268)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:254)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1676)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:113)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1676)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:581)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1160)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:511)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1092)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:518)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:308)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:244)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2>        at 
org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:186)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceAndRun(ExecuteProduceConsume.java:246)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:156)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:654)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: java.lang.IllegalArgumentException: userName is 
NULL, empty or contains a '&'
   [junit4]   2>        at 
org.apache.hadoop.security.authentication.util.AuthToken.checkForIllegalArgument(AuthToken.java:87)
   [junit4]   2>        at 
org.apache.hadoop.security.authentication.util.AuthToken.<init>(AuthToken.java:70)
   [junit4]   2>        at 
org.apache.hadoop.security.authentication.server.AuthenticationToken.<init>(AuthenticationToken.java:58)
   [junit4]   2>        at 
org.apache.solr.security.HttpParamDelegationTokenPlugin$HttpParamDelegationTokenAuthenticationHandler$HttpParamAuthenticationHandler.authenticate(HttpParamDelegationTokenPlugin.java:213)
   [junit4]   2>        at 
org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticationHandler.authenticate(DelegationTokenAuthenticationHandler.java:348)
   [junit4]   2>        at 
org.apache.solr.security.KerberosPlugin$RequestContinuesRecorderAuthenticationHandler.authenticate(KerberosPlugin.java:574)
   [junit4]   2>        at 
org.apache.hadoop.security.authentication.server.AuthenticationFilter.doFilter(AuthenticationFilter.java:519)
   [junit4]   2>        at 
org.apache.solr.security.DelegationTokenKerberosFilter.doFilter(DelegationTokenKerberosFilter.java:128)
   [junit4]   2>        at 
org.apache.solr.security.HttpParamDelegationTokenPlugin$HttpParamToRequestFilter.doFilter(HttpParamDelegationTokenPlugin.java:245)
   [junit4]   2>        at 
org.apache.solr.security.KerberosPlugin.doAuthenticate(KerberosPlugin.java:265)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.authenticateRequest(SolrDispatchFilter.java:362)
   [junit4]   2>        ... 28 more
   [junit4]   2> 222776 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyNullProxyUser-seed#[2195E94A3760C04F])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyNullProxyUser
   [junit4]   2> 222787 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyUnknownRemote-seed#[2195E94A3760C04F])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyUnknownRemote
   [junit4]   2> 233006 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 0x1589b5f8a2b0008, 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> 233007 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 0x1589b5f8a2b0007, 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> 233010 WARN  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyUnknownRemote-seed#[2195E94A3760C04F])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth="u=localHostAnyGroup&p=localHostAnyGroup&t=test&e=1480111484109&s=FWpS/BvRt+D+vg4/++BVkKV7Cko=";
 Path=/; Domain=127.0.0.1; Expires=  , 25-   -2016 22:04:44 GMT; Secure; 
HttpOnly". Invalid 'expires' attribute: , 25- -2016 22:04:44 GMT
   [junit4]   2> 233010 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyUnknownRemote-seed#[2195E94A3760C04F])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyUnknownRemote
   [junit4]   2> 233108 INFO  (jetty-launcher-362-thread-2) [    ] 
o.e.j.s.ServerConnector Stopped ServerConnector@119ca8c{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 233108 INFO  (jetty-launcher-362-thread-2) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=21599658
   [junit4]   2> 233108 INFO  (jetty-launcher-362-thread-1) [    ] 
o.e.j.s.ServerConnector Stopped ServerConnector@17839f0{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 233108 INFO  (jetty-launcher-362-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=7855220
   [junit4]   2> 233111 INFO  (coreCloseExecutor-545-thread-1) 
[n:127.0.0.1:45515_solr c:forwardingCollection s:shard1 r:core_node1 
x:forwardingCollection_shard1_replica1] o.a.s.c.SolrCore 
[forwardingCollection_shard1_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1dbc771
   [junit4]   2> 233112 INFO  
(zkCallback-373-thread-1-processing-n:127.0.0.1:45515_solr) 
[n:127.0.0.1:45515_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 233113 INFO  
(zkCallback-373-thread-1-processing-n:127.0.0.1:45515_solr) 
[n:127.0.0.1:45515_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/forwardingCollection/state.json] for collection 
[forwardingCollection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 233155 INFO  (jetty-launcher-362-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=96998226630737926-127.0.0.1:45515_solr-n_0000000000) closing
   [junit4]   2> 233155 INFO  
(OverseerStateUpdate-96998226630737926-127.0.0.1:45515_solr-n_0000000000) 
[n:127.0.0.1:45515_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:45515_solr
   [junit4]   2> 233156 ERROR 
(Thread[Thread-344,5,TGRP-TestSolrCloudWithSecureImpersonation]) 
[n:127.0.0.1:45515_solr    ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager 
ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 233989 INFO  (jetty-launcher-362-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1edea83{/solr,null,UNAVAILABLE}
   [junit4]   2> 234611 WARN  
(zkCallback-372-thread-1-processing-n:127.0.0.1:44967_solr) 
[n:127.0.0.1:44967_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 234611 ERROR 
(Thread[Thread-343,5,TGRP-TestSolrCloudWithSecureImpersonation]) 
[n:127.0.0.1:44967_solr    ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager 
ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 234731 INFO  (jetty-launcher-362-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@f0a57a{/solr,null,UNAVAILABLE}
   [junit4]   2> 234732 INFO  
(SUITE-TestSolrCloudWithSecureImpersonation-seed#[2195E94A3760C04F]-worker) [   
 ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:33109 33109
   [junit4]   2> 234750 INFO  (Thread-326) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:33109 33109
   [junit4]   2> 234751 WARN  (Thread-326) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/aliases.json
   [junit4]   2>        2       /solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMKeyIdRoot
   [junit4]   2>        3       /solr/clusterstate.json
   [junit4]   2>        3       /solr/clusterprops.json
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_1
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_3
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_2
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_4
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMSeqNumRoot
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/overseer/queue
   [junit4]   2>        5       /solr/overseer/collection-queue-work
   [junit4]   2>        3       /solr/live_nodes
   [junit4]   2>        3       /solr/collections
   [junit4]   2>        3       /solr/overseer/queue-work
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot
   [junit4]   2> 
   [junit4]   2> 234764 INFO  
(SUITE-TestSolrCloudWithSecureImpersonation-seed#[2195E94A3760C04F]-worker) [   
 ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> Nov 25, 2016 12:04:56 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 3 leaked 
thread(s).
   [junit4]   2> Nov 25, 2016 12:05:16 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at 
org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation: 
   [junit4]   2>    1) Thread[id=1934, 
name=jetty-launcher-362-thread-2-EventThread, state=TIMED_WAITING, 
group=TGRP-TestSolrCloudWithSecureImpersonation]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
   [junit4]   2>         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
   [junit4]   2>         at 
java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
   [junit4]   2>         at 
org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
   [junit4]   2>         at 
org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
   [junit4]   2>         at 
org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
   [junit4]   2>         at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
   [junit4]   2>         at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
   [junit4]   2>         at 
org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
   [junit4]   2>         at 
org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
   [junit4]   2>         at 
org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
   [junit4]   2>         at 
org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
   [junit4]   2>         at 
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2>         at 
org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> Nov 25, 2016 12:05:16 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=1934, 
name=jetty-launcher-362-thread-2-EventThread, state=TIMED_WAITING, 
group=TGRP-TestSolrCloudWithSecureImpersonation]
   [junit4]   2> 254832 ERROR (jetty-launcher-362-thread-2-EventThread) 
[n:127.0.0.1:45515_solr    ] o.a.c.f.i.CuratorFrameworkImpl Watcher exception
   [junit4]   2> java.lang.InterruptedException
   [junit4]   2>        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1039)
   [junit4]   2>        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
   [junit4]   2>        at 
java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
   [junit4]   2>        at 
org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
   [junit4]   2>        at 
org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
   [junit4]   2>        at 
org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
   [junit4]   2>        at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
   [junit4]   2>        at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
   [junit4]   2>        at 
org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
   [junit4]   2>        at 
org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
   [junit4]   2>        at 
org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
   [junit4]   2>        at 
org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> Nov 25, 2016 12:05:16 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=932, maxMBSortInHeap=6.3345221958998, 
sim=RandomSimilarity(queryNorm=false): {}, locale=be, timezone=Asia/Damascus
   [junit4]   2> NOTE: Linux 4.4.0-47-generic i386/Oracle Corporation 1.8.0_102 
(32-bit)/cpus=12,threads=1,free=64645136,total=144314368
   [junit4]   2> NOTE: All tests run in this JVM: [TestSQLHandler, 
BaseCdcrDistributedZkTest, RemoteQueryErrorTest, SaslZkACLProviderTest, 
TolerantUpdateProcessorTest, TestElisionMultitermQuery, 
TestReplicationHandlerBackup, PreAnalyzedUpdateProcessorTest, ZkCLITest, 
TestSolrIndexConfig, TestStressVersions, TestCustomSort, 
SegmentsInfoRequestHandlerTest, TestLegacyNumericRangeQueryBuilder, 
QueryResultKeyTest, ChaosMonkeySafeLeaderTest, SortByFunctionTest, 
TestTolerantUpdateProcessorCloud, TestSchemaVersionResource, 
TestLeaderInitiatedRecoveryThread, TestConfigSetImmutable, BufferStoreTest, 
TestSolrCloudWithSecureImpersonation]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestSolrCloudWithSecureImpersonation -Dtests.seed=2195E94A3760C04F 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=be 
-Dtests.timezone=Asia/Damascus -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J1 | TestSolrCloudWithSecureImpersonation (suite) <<<
   [junit4]    > Throwable #1: 
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation: 
   [junit4]    >    1) Thread[id=1934, 
name=jetty-launcher-362-thread-2-EventThread, state=TIMED_WAITING, 
group=TGRP-TestSolrCloudWithSecureImpersonation]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
   [junit4]    >         at 
java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
   [junit4]    >         at 
org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
   [junit4]    >         at 
org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
   [junit4]    >         at 
org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
   [junit4]    >         at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
   [junit4]    >         at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
   [junit4]    >         at 
org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
   [junit4]    >         at 
org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
   [junit4]    >         at 
org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
   [junit4]    >         at 
org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
   [junit4]    >         at 
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]    >         at 
org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([2195E94A3760C04F]:0)
   [junit4] Completed [86/657 (1!)] on J1 in 36.75s, 12 tests, 1 error <<< 
FAILURES!

[...truncated 12996 lines...]
   [junit4] Suite: org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-uima/test/J0/temp/solr.uima.processor.UIMAUpdateRequestProcessorTest_3060EF6BE7D9A419-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> Nov 25, 2016 10:38:23 AM WhitespaceTokenizer initialize
   [junit4]   2> INFORMATION: "Whitespace tokenizer successfully initialized"
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=UIMAUpdateRequestProcessorTest -Dtests.method=testTwoUpdates 
-Dtests.seed=3060EF6BE7D9A419 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=de-DE -Dtests.timezone=Brazil/East -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   5.42s 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([3060EF6BE7D9A419:3D2AB834FFF6C6B7]: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> NOTE: reproduce with: ant test  
-Dtestcase=UIMAUpdateRequestProcessorTest 
-Dtests.method=testMultiplierProcessing -Dtests.seed=3060EF6BE7D9A419 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=de-DE 
-Dtests.timezone=Brazil/East -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.01s 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([3060EF6BE7D9A419:B6125C6E08D88ED]: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> Nov 25, 2016 10:38:27 AM WhitespaceTokenizer initialize
   [junit4]   2> INFORMATION: "Whitespace tokenizer successfully initialized"
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=UIMAUpdateRequestProcessorTest -Dtests.method=testProcessing 
-Dtests.seed=3060EF6BE7D9A419 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=de-DE -Dtests.timezone=Brazil/East -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.01s 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([3060EF6BE7D9A419:23EEEB19A02A25B3]: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=3060EF6BE7D9A419 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=de-DE -Dtests.timezone=Brazil/East -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.01s 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([3060EF6BE7D9A419:5949155B10F25CD]: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: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-uima/test/J0/temp/solr.uima.processor.UIMAUpdateRequestProcessorTest_3060EF6BE7D9A419-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=RandomSimilarity(queryNorm=false): {}, locale=de-DE, timezone=Brazil/East
   [junit4]   2> NOTE: Linux 4.4.0-47-generic i386/Oracle Corporation 1.8.0_102 
(32-bit)/cpus=12,threads=1,free=135230408,total=334626816
   [junit4]   2> NOTE: All tests run in this JVM: 
[UIMAUpdateRequestProcessorTest]
   [junit4] Completed [2/2 (1!)] on J0 in 11.63s, 6 tests, 4 errors <<< 
FAILURES!

[...truncated 43378 lines...]

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to