Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18638/
Java: 64bit/jdk1.8.0_112 -XX:-UseCompressedOops -XX:+UseG1GC

2 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=14136, name=jetty-launcher-2764-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=14136, name=jetty-launcher-2764-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([8AC2CD1E048F9288]:0)


FAILED:  org.apache.solr.update.SolrCmdDistributorTest.test

Error Message:
expected:<1> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<0>
        at 
__randomizedtesting.SeedInfo.seed([8AC2CD1E048F9288:296F2C4AA73FF70]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.update.SolrCmdDistributorTest.test(SolrCmdDistributorTest.java:169)
        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 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        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 10817 lines...]
   [junit4] Suite: org.apache.solr.update.SolrCmdDistributorTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_8AC2CD1E048F9288-001/init-core-data-001
   [junit4]   2> 106811 INFO  
(SUITE-SolrCmdDistributorTest-seed#[8AC2CD1E048F9288]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 106813 INFO  
(SUITE-SolrCmdDistributorTest-seed#[8AC2CD1E048F9288]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 106880 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_8AC2CD1E048F9288-001/tempDir-001/control/cores/collection1
   [junit4]   2> 106884 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 106885 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5ef856b9{/,null,AVAILABLE}
   [junit4]   2> 106886 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@6b7b4d12{SSL,[ssl, 
http/1.1]}{127.0.0.1:40459}
   [junit4]   2> 106886 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.e.j.s.Server Started @109057ms
   [junit4]   2> 106886 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_8AC2CD1E048F9288-001/tempDir-001/control/data,
 schema=schema.xml, solrconfig=solrconfig-tlog.xml, hostContext=/, 
hostPort=40459, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_8AC2CD1E048F9288-001/tempDir-001/control/cores}
   [junit4]   2> 106887 ERROR 
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 106887 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 106887 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 106887 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 106887 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-12-28T12:56:23.366Z
   [junit4]   2> 106888 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_8AC2CD1E048F9288-001/tempDir-001/control/solr.xml
   [junit4]   2> 106897 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_8AC2CD1E048F9288-001/tempDir-001/control/cores
   [junit4]   2> 106897 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 106897 INFO  (coreLoadExecutor-442-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 106922 WARN  (coreLoadExecutor-442-thread-1) [    
x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is 
deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 106923 INFO  (coreLoadExecutor-442-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 106940 INFO  (coreLoadExecutor-442-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 107072 WARN  (coreLoadExecutor-442-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema 
is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 107076 INFO  (coreLoadExecutor-442-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 107084 INFO  (coreLoadExecutor-442-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 107084 INFO  (coreLoadExecutor-442-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_8AC2CD1E048F9288-001/tempDir-001/control/cores/collection1/data/]
   [junit4]   2> 107085 INFO  (coreLoadExecutor-442-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@204f6f77
   [junit4]   2> 107090 WARN  (coreLoadExecutor-442-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler 
{type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 107101 INFO  (coreLoadExecutor-442-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 107101 INFO  (coreLoadExecutor-442-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 107103 INFO  (coreLoadExecutor-442-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 107103 INFO  (coreLoadExecutor-442-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 107104 INFO  (coreLoadExecutor-442-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@16580f11[collection1] main]
   [junit4]   2> 107104 WARN  (coreLoadExecutor-442-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 107104 INFO  (coreLoadExecutor-442-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 107105 INFO  
(searcherExecutor-443-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@16580f11[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 107105 INFO  (coreLoadExecutor-442-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1554964580751376384
   [junit4]   2> 107493 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_8AC2CD1E048F9288-001/tempDir-001/shard0/cores/collection1
   [junit4]   2> 107495 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 107496 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5bf1a6ea{/,null,AVAILABLE}
   [junit4]   2> 107497 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@4215b52a{SSL,[ssl, 
http/1.1]}{127.0.0.1:46136}
   [junit4]   2> 107497 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.e.j.s.Server Started @109668ms
   [junit4]   2> 107497 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_8AC2CD1E048F9288-001/tempDir-001/shard0/data,
 schema=schema.xml, solrconfig=solrconfig-tlog.xml, hostContext=/, 
hostPort=46136, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_8AC2CD1E048F9288-001/tempDir-001/shard0/cores}
   [junit4]   2> 107497 ERROR 
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 107498 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 107498 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 107498 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 107498 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-12-28T12:56:23.977Z
   [junit4]   2> 107498 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_8AC2CD1E048F9288-001/tempDir-001/shard0/solr.xml
   [junit4]   2> 107507 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_8AC2CD1E048F9288-001/tempDir-001/shard0/cores
   [junit4]   2> 107507 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 107507 INFO  (coreLoadExecutor-453-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 107528 WARN  (coreLoadExecutor-453-thread-1) [    
x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is 
deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 107529 INFO  (coreLoadExecutor-453-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 107542 INFO  (coreLoadExecutor-453-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 107656 WARN  (coreLoadExecutor-453-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema 
is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 107658 INFO  (coreLoadExecutor-453-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 107663 INFO  (coreLoadExecutor-453-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 107663 INFO  (coreLoadExecutor-453-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_8AC2CD1E048F9288-001/tempDir-001/shard0/cores/collection1/data/]
   [junit4]   2> 107664 INFO  (coreLoadExecutor-453-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@204f6f77
   [junit4]   2> 107667 WARN  (coreLoadExecutor-453-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler 
{type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 107676 INFO  (coreLoadExecutor-453-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 107676 INFO  (coreLoadExecutor-453-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 107678 INFO  (coreLoadExecutor-453-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 107678 INFO  (coreLoadExecutor-453-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 107678 INFO  (coreLoadExecutor-453-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@797fddb9[collection1] main]
   [junit4]   2> 107679 WARN  (coreLoadExecutor-453-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 107679 INFO  (coreLoadExecutor-453-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 107680 INFO  
(searcherExecutor-454-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@797fddb9[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 107680 INFO  (coreLoadExecutor-453-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1554964581354307584
   [junit4]   2> 108102 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_8AC2CD1E048F9288-001/tempDir-001/shard1/cores/collection1
   [junit4]   2> 108105 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 108105 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1f490400{/,null,AVAILABLE}
   [junit4]   2> 108106 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@4ec5c58{SSL,[ssl, 
http/1.1]}{127.0.0.1:41215}
   [junit4]   2> 108106 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.e.j.s.Server Started @110277ms
   [junit4]   2> 108107 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_8AC2CD1E048F9288-001/tempDir-001/shard1/data,
 schema=schema.xml, solrconfig=solrconfig-tlog.xml, hostContext=/, 
hostPort=41215, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_8AC2CD1E048F9288-001/tempDir-001/shard1/cores}
   [junit4]   2> 108107 ERROR 
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 108107 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 108107 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 108107 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 108107 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-12-28T12:56:24.586Z
   [junit4]   2> 108107 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_8AC2CD1E048F9288-001/tempDir-001/shard1/solr.xml
   [junit4]   2> 108116 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_8AC2CD1E048F9288-001/tempDir-001/shard1/cores
   [junit4]   2> 108116 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 108117 INFO  (coreLoadExecutor-464-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 108134 WARN  (coreLoadExecutor-464-thread-1) [    
x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is 
deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 108135 INFO  (coreLoadExecutor-464-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 108148 INFO  (coreLoadExecutor-464-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 108240 WARN  (coreLoadExecutor-464-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema 
is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 108242 INFO  (coreLoadExecutor-464-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 108247 INFO  (coreLoadExecutor-464-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 108248 INFO  (coreLoadExecutor-464-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_8AC2CD1E048F9288-001/tempDir-001/shard1/cores/collection1/data/]
   [junit4]   2> 108248 INFO  (coreLoadExecutor-464-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@204f6f77
   [junit4]   2> 108253 WARN  (coreLoadExecutor-464-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler 
{type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 108262 INFO  (coreLoadExecutor-464-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 108262 INFO  (coreLoadExecutor-464-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 108266 INFO  (coreLoadExecutor-464-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 108266 INFO  (coreLoadExecutor-464-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 108267 INFO  (coreLoadExecutor-464-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@73f4ec53[collection1] main]
   [junit4]   2> 108267 WARN  (coreLoadExecutor-464-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 108268 INFO  (coreLoadExecutor-464-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 108269 INFO  
(searcherExecutor-465-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@73f4ec53[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 108269 INFO  (coreLoadExecutor-464-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1554964581971918848
   [junit4]   2> 108708 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_8AC2CD1E048F9288-001/tempDir-001/shard2/cores/collection1
   [junit4]   2> 108711 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 108713 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4816dbd9{/,null,AVAILABLE}
   [junit4]   2> 108714 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@39662dae{SSL,[ssl, 
http/1.1]}{127.0.0.1:37693}
   [junit4]   2> 108714 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.e.j.s.Server Started @110885ms
   [junit4]   2> 108714 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_8AC2CD1E048F9288-001/tempDir-001/shard2/data,
 schema=schema.xml, solrconfig=solrconfig-tlog.xml, hostContext=/, 
hostPort=37693, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_8AC2CD1E048F9288-001/tempDir-001/shard2/cores}
   [junit4]   2> 108715 ERROR 
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 108715 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 108715 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 108715 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 108715 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-12-28T12:56:25.194Z
   [junit4]   2> 108716 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_8AC2CD1E048F9288-001/tempDir-001/shard2/solr.xml
   [junit4]   2> 108728 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_8AC2CD1E048F9288-001/tempDir-001/shard2/cores
   [junit4]   2> 108728 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 108728 INFO  (coreLoadExecutor-475-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 108748 WARN  (coreLoadExecutor-475-thread-1) [    
x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is 
deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 108748 INFO  (coreLoadExecutor-475-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 108759 INFO  (coreLoadExecutor-475-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 108861 WARN  (coreLoadExecutor-475-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema 
is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 108863 INFO  (coreLoadExecutor-475-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 108869 INFO  (coreLoadExecutor-475-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 108869 INFO  (coreLoadExecutor-475-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_8AC2CD1E048F9288-001/tempDir-001/shard2/cores/collection1/data/]
   [junit4]   2> 108870 INFO  (coreLoadExecutor-475-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@204f6f77
   [junit4]   2> 108876 WARN  (coreLoadExecutor-475-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler 
{type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 108892 INFO  (coreLoadExecutor-475-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 108892 INFO  (coreLoadExecutor-475-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 108894 INFO  (coreLoadExecutor-475-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 108894 INFO  (coreLoadExecutor-475-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 108895 INFO  (coreLoadExecutor-475-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@53ce4051[collection1] main]
   [junit4]   2> 108895 WARN  (coreLoadExecutor-475-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 108895 INFO  (coreLoadExecutor-475-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 108896 INFO  
(searcherExecutor-476-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@53ce4051[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 108897 INFO  (coreLoadExecutor-475-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1554964582630424576
   [junit4]   2> 109323 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_8AC2CD1E048F9288-001/tempDir-001/shard3/cores/collection1
   [junit4]   2> 109325 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 109326 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@669cbc4d{/,null,AVAILABLE}
   [junit4]   2> 109327 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@7c9e25a{SSL,[ssl, 
http/1.1]}{127.0.0.1:32778}
   [junit4]   2> 109327 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.e.j.s.Server Started @111497ms
   [junit4]   2> 109327 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_8AC2CD1E048F9288-001/tempDir-001/shard3/data,
 schema=schema.xml, solrconfig=solrconfig-tlog.xml, hostContext=/, 
hostPort=32778, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_8AC2CD1E048F9288-001/tempDir-001/shard3/cores}
   [junit4]   2> 109327 ERROR 
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 109327 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 109327 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 109327 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 109327 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-12-28T12:56:25.806Z
   [junit4]   2> 109328 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_8AC2CD1E048F9288-001/tempDir-001/shard3/solr.xml
   [junit4]   2> 109335 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_8AC2CD1E048F9288-001/tempDir-001/shard3/cores
   [junit4]   2> 109335 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 109336 INFO  (coreLoadExecutor-486-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 109354 WARN  (coreLoadExecutor-486-thread-1) [    
x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is 
deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 109355 INFO  (coreLoadExecutor-486-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 109366 INFO  (coreLoadExecutor-486-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 109445 WARN  (coreLoadExecutor-486-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema 
is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 109446 INFO  (coreLoadExecutor-486-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 109452 INFO  (coreLoadExecutor-486-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 109452 INFO  (coreLoadExecutor-486-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_8AC2CD1E048F9288-001/tempDir-001/shard3/cores/collection1/data/]
   [junit4]   2> 109453 INFO  (coreLoadExecutor-486-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@204f6f77
   [junit4]   2> 109456 WARN  (coreLoadExecutor-486-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler 
{type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 109465 INFO  (coreLoadExecutor-486-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 109465 INFO  (coreLoadExecutor-486-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 109470 INFO  (coreLoadExecutor-486-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 109470 INFO  (coreLoadExecutor-486-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 109471 INFO  (coreLoadExecutor-486-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@557c0e72[collection1] main]
   [junit4]   2> 109471 WARN  (coreLoadExecutor-486-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 109471 INFO  (coreLoadExecutor-486-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 109472 INFO  
(searcherExecutor-487-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@557c0e72[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 109473 INFO  (coreLoadExecutor-486-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1554964583234404352
   [junit4]   2> 109865 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 109891 INFO  (qtp395004177-919) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:* (-1554964583670611968)} 0 2
   [junit4]   2> 109915 INFO  (qtp321724963-936) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:* (-1554964583695777792)} 0 2
   [junit4]   2> 109946 INFO  (qtp1855032976-953) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:* (-1554964583728283648)} 0 2
   [junit4]   2> 109968 INFO  (qtp89770547-970) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:* (-1554964583752400896)} 0 2
   [junit4]   2> 109991 INFO  (qtp1728865309-987) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:* (-1554964583775469568)} 0 2
   [junit4]   2> 109997 ERROR 
(updateExecutor-151-thread-1-processing-https:////127.0.0.1:40459////collection1)
 [    ] o.a.s.u.StreamingSolrClients error
   [junit4]   2> java.lang.AssertionError
   [junit4]   2>        at 
org.apache.solr.util.stats.InstrumentedHttpRequestExecutor.execute(InstrumentedHttpRequestExecutor.java:56)
   [junit4]   2>        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271)
   [junit4]   2>        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
   [junit4]   2>        at 
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
   [junit4]   2>        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
   [junit4]   2>        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
   [junit4]   2>        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]   2>        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.sendUpdateStream(ConcurrentUpdateSolrClient.java:323)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:186)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 110004 INFO  (qtp395004177-912) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 110005 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending test
   [junit4]   2> 110007 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@6b7b4d12{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 110007 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=867392738
   [junit4]   2> 110007 INFO  (coreCloseExecutor-492-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@55ea998
   [junit4]   2> 110007 INFO  (coreCloseExecutor-492-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 110008 INFO  (coreCloseExecutor-492-thread-1) [    
x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@3a8d6666
   [junit4]   2> 110013 INFO  (coreCloseExecutor-492-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.collection1
   [junit4]   2> 110013 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 110014 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@5ef856b9{/,null,UNAVAILABLE}
   [junit4]   2> 110015 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@4215b52a{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 110015 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=262760961
   [junit4]   2> 110015 INFO  (coreCloseExecutor-494-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@31dd512d
   [junit4]   2> 110016 INFO  (coreCloseExecutor-494-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 110016 INFO  (coreCloseExecutor-494-thread-1) [    
x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@266d9af5
   [junit4]   2> 110021 INFO  (coreCloseExecutor-494-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.collection1
   [junit4]   2> 110021 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 110022 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@5bf1a6ea{/,null,UNAVAILABLE}
   [junit4]   2> 110023 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@4ec5c58{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 110023 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1564287576
   [junit4]   2> 110023 INFO  (coreCloseExecutor-496-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@75a71ac5
   [junit4]   2> 110023 INFO  (coreCloseExecutor-496-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 110023 INFO  (coreCloseExecutor-496-thread-1) [    
x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@25c65434
   [junit4]   2> 110029 INFO  (coreCloseExecutor-496-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.collection1
   [junit4]   2> 110029 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 110030 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1f490400{/,null,UNAVAILABLE}
   [junit4]   2> 110031 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@39662dae{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 110031 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=700987688
   [junit4]   2> 110032 INFO  (coreCloseExecutor-498-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@18fde8ff
   [junit4]   2> 110032 INFO  (coreCloseExecutor-498-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 110032 INFO  (coreCloseExecutor-498-thread-1) [    
x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1fe53743
   [junit4]   2> 110037 INFO  (coreCloseExecutor-498-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.collection1
   [junit4]   2> 110037 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 110037 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@4816dbd9{/,null,UNAVAILABLE}
   [junit4]   2> 110039 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@7c9e25a{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 110039 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=424728403
   [junit4]   2> 110039 INFO  (coreCloseExecutor-500-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@5abae5e0
   [junit4]   2> 110039 INFO  (coreCloseExecutor-500-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 110039 INFO  (coreCloseExecutor-500-thread-1) [    
x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@517f4b12
   [junit4]   2> 110046 INFO  (coreCloseExecutor-500-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.collection1
   [junit4]   2> 110047 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 110047 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[8AC2CD1E048F9288]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@669cbc4d{/,null,UNAVAILABLE}
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=SolrCmdDistributorTest -Dtests.method=test 
-Dtests.seed=8AC2CD1E048F9288 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=ar-BH -Dtests.timezone=EST -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 3.24s J1 | SolrCmdDistributorTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<1> but 
was:<0>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([8AC2CD1E048F9288:296F2C4AA73FF70]:0)
   [junit4]    >        at 
org.apache.solr.update.SolrCmdDistributorTest.test(SolrCmdDistributorTest.java:169)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 110051 INFO  
(SUITE-SolrCmdDistributorTest-seed#[8AC2CD1E048F9288]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_8AC2CD1E048F9288-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), 
sim=RandomSimilarity(queryNorm=true): {}, locale=ar-BH, timezone=EST
   [junit4]   2> NOTE: Linux 4.4.0-53-generic amd64/Oracle Corporation 
1.8.0_112 (64-bit)/cpus=12,threads=1,free=97475016,total=535822336
   [junit4]   2> NOTE: All tests run in this JVM: 
[SegmentsInfoRequestHandlerTest, ClusterStateUpdateTest, 
TestManagedResourceStorage, TestPivotHelperCode, TestMissingGroups, 
CSVRequestHandlerTest, DOMUtilTest, TestUninvertingReader, 
TestSurroundQueryParser, TestNamedUpdateProcessors, TestFieldResource, 
TestSchemaNameResource, LeaderInitiatedRecoveryOnCommitTest, 
TestSubQueryTransformerCrossCore, TestSolr4Spatial2, TestSearcherReuse, 
SolrGraphiteReporterTest, SolrCmdDistributorTest]
   [junit4] Completed [56/673 (1!)] on J1 in 3.26s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 1495 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_8AC2CD1E048F9288-001/init-core-data-001
   [junit4]   2> 1594071 INFO  
(SUITE-TestSolrCloudWithSecureImpersonation-seed#[8AC2CD1E048F9288]-worker) [   
 ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1594116 WARN  
(SUITE-TestSolrCloudWithSecureImpersonation-seed#[8AC2CD1E048F9288]-worker) [   
 ] o.a.h.u.NativeCodeLoader Unable to load native-hadoop library for your 
platform... using builtin-java classes where applicable
   [junit4]   2> 1594230 INFO  
(SUITE-TestSolrCloudWithSecureImpersonation-seed#[8AC2CD1E048F9288]-worker) [   
 ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_8AC2CD1E048F9288-001/tempDir-001
   [junit4]   2> 1594230 INFO  
(SUITE-TestSolrCloudWithSecureImpersonation-seed#[8AC2CD1E048F9288]-worker) [   
 ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1594230 INFO  (Thread-2860) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1594230 INFO  (Thread-2860) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1594330 INFO  
(SUITE-TestSolrCloudWithSecureImpersonation-seed#[8AC2CD1E048F9288]-worker) [   
 ] o.a.s.c.ZkTestServer start zk server on port:38428
   [junit4]   2> 1594336 INFO  (jetty-launcher-2764-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1594336 INFO  (jetty-launcher-2764-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1594336 INFO  (jetty-launcher-2764-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@77d10a47{/solr,null,AVAILABLE}
   [junit4]   2> 1594337 INFO  (jetty-launcher-2764-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@22ea3bc6{/solr,null,AVAILABLE}
   [junit4]   2> 1594340 INFO  (jetty-launcher-2764-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@58ff5b7a{SSL,[ssl, 
http/1.1]}{127.0.0.1:37745}
   [junit4]   2> 1594340 INFO  (jetty-launcher-2764-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@30650c84{SSL,[ssl, 
http/1.1]}{127.0.0.1:39140}
   [junit4]   2> 1594341 INFO  (jetty-launcher-2764-thread-1) [    ] 
o.e.j.s.Server Started @1596779ms
   [junit4]   2> 1594341 INFO  (jetty-launcher-2764-thread-2) [    ] 
o.e.j.s.Server Started @1596779ms
   [junit4]   2> 1594341 INFO  (jetty-launcher-2764-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37745}
   [junit4]   2> 1594341 INFO  (jetty-launcher-2764-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39140}
   [junit4]   2> 1594341 ERROR (jetty-launcher-2764-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1594341 ERROR (jetty-launcher-2764-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1594341 INFO  (jetty-launcher-2764-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 1594341 INFO  (jetty-launcher-2764-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 1594341 INFO  (jetty-launcher-2764-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1594341 INFO  (jetty-launcher-2764-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1594341 INFO  (jetty-launcher-2764-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1594341 INFO  (jetty-launcher-2764-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1594341 INFO  (jetty-launcher-2764-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-12-28T13:21:11.093Z
   [junit4]   2> 1594341 INFO  (jetty-launcher-2764-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-12-28T13:21:11.093Z
   [junit4]   2> 1594342 INFO  (jetty-launcher-2764-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1594343 INFO  (jetty-launcher-2764-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1594347 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 0x159459775470002, 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> 1594349 INFO  (jetty-launcher-2764-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38428/solr
   [junit4]   2> 1594349 INFO  (jetty-launcher-2764-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38428/solr
   [junit4]   2> 1594351 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 0x159459775470004, 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> 1594360 INFO  (jetty-launcher-2764-thread-1) 
[n:127.0.0.1:37745_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:37745_solr
   [junit4]   2> 1594360 INFO  (jetty-launcher-2764-thread-2) 
[n:127.0.0.1:39140_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39140_solr
   [junit4]   2> 1594360 INFO  (jetty-launcher-2764-thread-1) 
[n:127.0.0.1:37745_solr    ] o.a.s.c.Overseer Overseer 
(id=97185383775141893-127.0.0.1:37745_solr-n_0000000000) starting
   [junit4]   2> 1594361 INFO  
(zkCallback-2774-thread-1-processing-n:127.0.0.1:39140_solr) 
[n:127.0.0.1:39140_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1594361 INFO  
(zkCallback-2775-thread-1-processing-n:127.0.0.1:37745_solr) 
[n:127.0.0.1:37745_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1594363 INFO  (jetty-launcher-2764-thread-1) 
[n:127.0.0.1:37745_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37745_solr
   [junit4]   2> 1594364 INFO  
(zkCallback-2775-thread-1-processing-n:127.0.0.1:37745_solr) 
[n:127.0.0.1:37745_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1594364 INFO  
(zkCallback-2774-thread-1-processing-n:127.0.0.1:39140_solr) 
[n:127.0.0.1:39140_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1594386 INFO  (jetty-launcher-2764-thread-1) 
[n:127.0.0.1:37745_solr    ] o.a.s.c.CoreContainer Initializing authentication 
plugin: org.apache.solr.security.HttpParamDelegationTokenPlugin
   [junit4]   2> 1594396 INFO  (jetty-launcher-2764-thread-1) 
[n:127.0.0.1:37745_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> 1594451 INFO  (jetty-launcher-2764-thread-2) 
[n:127.0.0.1:39140_solr    ] o.a.s.c.CoreContainer Initializing authentication 
plugin: org.apache.solr.security.HttpParamDelegationTokenPlugin
   [junit4]   2> 1594452 INFO  (jetty-launcher-2764-thread-2) 
[n:127.0.0.1:39140_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> 1594489 INFO  (jetty-launcher-2764-thread-1) 
[n:127.0.0.1:37745_solr    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 1594489 INFO  (jetty-launcher-2764-thread-2) 
[n:127.0.0.1:39140_solr    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 1594506 INFO  (jetty-launcher-2764-thread-2-EventThread) 
[n:127.0.0.1:39140_solr    ] o.a.c.f.s.ConnectionStateManager State change: 
CONNECTED
   [junit4]   2> 1594506 INFO  (jetty-launcher-2764-thread-1-EventThread) 
[n:127.0.0.1:37745_solr    ] o.a.c.f.s.ConnectionStateManager State change: 
CONNECTED
   [junit4]   2> 1594624 INFO  (jetty-launcher-2764-thread-1) 
[n:127.0.0.1:37745_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_8AC2CD1E048F9288-001/tempDir-001/node1/.
   [junit4]   2> 1594624 INFO  (jetty-launcher-2764-thread-2) 
[n:127.0.0.1:39140_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_8AC2CD1E048F9288-001/tempDir-001/node2/.
   [junit4]   2> 1595233 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidProxyUser-seed#[8AC2CD1E048F9288])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyInvalidProxyUser
   [junit4]   2> 1595570 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidProxyUser-seed#[8AC2CD1E048F9288])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyInvalidProxyUser
   [junit4]   2> 1595595 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateAnyHostAnyUser-seed#[8AC2CD1E048F9288])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyValidateAnyHostAnyUser
   [junit4]   2> 1595601 INFO  (qtp727969024-14102) [n:127.0.0.1:37745_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> 1595601 INFO  (qtp727969024-14102) [n:127.0.0.1:37745_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> 1595602 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateAnyHostAnyUser-seed#[8AC2CD1E048F9288])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyValidateAnyHostAnyUser
   [junit4]   2> 1595622 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyWrongHost-seed#[8AC2CD1E048F9288])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyWrongHost
   [junit4]   2> 1595631 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyWrongHost-seed#[8AC2CD1E048F9288])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyWrongHost
   [junit4]   2> 1595650 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidRemote-seed#[8AC2CD1E048F9288])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyInvalidRemote
   [junit4]   2> 1595657 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidRemote-seed#[8AC2CD1E048F9288])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyInvalidRemote
   [junit4]   2> 1595677 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8AC2CD1E048F9288])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testForwarding
   [junit4]   2> 1595863 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8AC2CD1E048F9288])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1595863 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8AC2CD1E048F9288])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:38428/solr ready
   [junit4]   2> 1595867 INFO  (qtp727969024-14104) [n:127.0.0.1:37745_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> 1595869 INFO  
(OverseerThreadFactory-6020-thread-1-processing-n:127.0.0.1:37745_solr) 
[n:127.0.0.1:37745_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
forwardingCollection
   [junit4]   2> 1595976 INFO  (qtp727969024-14102) [n:127.0.0.1:37745_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> 1596079 INFO  
(zkCallback-2775-thread-2-processing-n:127.0.0.1:37745_solr) 
[n:127.0.0.1:37745_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> 1596999 INFO  (qtp727969024-14102) [n:127.0.0.1:37745_solr 
c:forwardingCollection s:shard1  x:forwardingCollection_shard1_replica1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1597045 INFO  (qtp727969024-14102) [n:127.0.0.1:37745_solr 
c:forwardingCollection s:shard1  x:forwardingCollection_shard1_replica1] 
o.a.s.s.IndexSchema [forwardingCollection_shard1_replica1] Schema name=test
   [junit4]   2> 1597173 WARN  (qtp727969024-14102) [n:127.0.0.1:37745_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> 1597178 INFO  (qtp727969024-14102) [n:127.0.0.1:37745_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> 1597187 INFO  (qtp727969024-14102) [n:127.0.0.1:37745_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> 1597188 INFO  (qtp727969024-14102) [n:127.0.0.1:37745_solr 
c:forwardingCollection s:shard1  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/J2/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_8AC2CD1E048F9288-001/tempDir-001/node1/forwardingCollection_shard1_replica1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_8AC2CD1E048F9288-001/tempDir-001/node1/./forwardingCollection_shard1_replica1/data/]
   [junit4]   2> 1597188 INFO  (qtp727969024-14102) [n:127.0.0.1:37745_solr 
c:forwardingCollection s:shard1  x:forwardingCollection_shard1_replica1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7545409c
   [junit4]   2> 1597190 INFO  (qtp727969024-14102) [n:127.0.0.1:37745_solr 
c:forwardingCollection s:shard1  x:forwardingCollection_shard1_replica1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1390840988, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1597224 INFO  (qtp727969024-14102) [n:127.0.0.1:37745_solr 
c:forwardingCollection s:shard1  x:forwardingCollection_shard1_replica1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1597224 INFO  (qtp727969024-14102) [n:127.0.0.1:37745_solr 
c:forwardingCollection s:shard1  x:forwardingCollection_shard1_replica1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1597227 INFO  (qtp727969024-14102) [n:127.0.0.1:37745_solr 
c:forwardingCollection s:shard1  x:forwardingCollection_shard1_replica1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1597227 INFO  (qtp727969024-14102) [n:127.0.0.1:37745_solr 
c:forwardingCollection s:shard1  x:forwardingCollection_shard1_replica1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1597227 INFO  (qtp727969024-14102) [n:127.0.0.1:37745_solr 
c:forwardingCollection s:shard1  x:forwardingCollection_shard1_replica1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=37, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1597227 INFO  (qtp727969024-14102) [n:127.0.0.1:37745_solr 
c:forwardingCollection s:shard1  x:forwardingCollection_shard1_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2b70864c[forwardingCollection_shard1_replica1] main]
   [junit4]   2> 1597228 INFO  (qtp727969024-14102) [n:127.0.0.1:37745_solr 
c:forwardingCollection s:shard1  x:forwardingCollection_shard1_replica1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1597257 INFO  (qtp727969024-14102) [n:127.0.0.1:37745_solr 
c:forwardingCollection s:shard1  x:forwardingCollection_shard1_replica1] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1597358 INFO  (qtp727969024-14102) [n:127.0.0.1:37745_solr 
c:forwardingCollection s:shard1  x:forwardingCollection_shard1_replica1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1597358 INFO  
(searcherExecutor-6025-thread-1-processing-n:127.0.0.1:37745_solr 
x:forwardingCollection_shard1_replica1 s:shard1 c:forwardingCollection) 
[n:127.0.0.1:37745_solr c:forwardingCollection s:shard1  
x:forwardingCollection_shard1_replica1] o.a.s.h.c.SpellCheckComponent Loading 
spell index for spellchecker: default
   [junit4]   2> 1597360 INFO  
(searcherExecutor-6025-thread-1-processing-n:127.0.0.1:37745_solr 
x:forwardingCollection_shard1_replica1 s:shard1 c:forwardingCollection) 
[n:127.0.0.1:37745_solr c:forwardingCollection s:shard1  
x:forwardingCollection_shard1_replica1] o.a.s.h.c.SpellCheckComponent Loading 
spell index for spellchecker: direct
   [junit4]   2> 1597360 INFO  
(searcherExecutor-6025-thread-1-processing-n:127.0.0.1:37745_solr 
x:forwardingCollection_shard1_replica1 s:shard1 c:forwardingCollection) 
[n:127.0.0.1:37745_solr c:forwardingCollection s:shard1  
x:forwardingCollection_shard1_replica1] o.a.s.h.c.SpellCheckComponent Loading 
spell index for spellchecker: wordbreak
   [junit4]   2> 1597360 INFO  
(searcherExecutor-6025-thread-1-processing-n:127.0.0.1:37745_solr 
x:forwardingCollection_shard1_replica1 s:shard1 c:forwardingCollection) 
[n:127.0.0.1:37745_solr c:forwardingCollection s:shard1  
x:forwardingCollection_shard1_replica1] o.a.s.h.c.SpellCheckComponent Loading 
spell index for spellchecker: multipleFields
   [junit4]   2> 1597360 INFO  
(searcherExecutor-6025-thread-1-processing-n:127.0.0.1:37745_solr 
x:forwardingCollection_shard1_replica1 s:shard1 c:forwardingCollection) 
[n:127.0.0.1:37745_solr c:forwardingCollection s:shard1  
x:forwardingCollection_shard1_replica1] o.a.s.h.c.SpellCheckComponent Loading 
spell index for spellchecker: jarowinkler
   [junit4]   2> 1597360 INFO  (qtp727969024-14102) [n:127.0.0.1:37745_solr 
c:forwardingCollection s:shard1  x:forwardingCollection_shard1_replica1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1554966143683264512
   [junit4]   2> 1597360 INFO  
(searcherExecutor-6025-thread-1-processing-n:127.0.0.1:37745_solr 
x:forwardingCollection_shard1_replica1 s:shard1 c:forwardingCollection) 
[n:127.0.0.1:37745_solr c:forwardingCollection s:shard1  
x:forwardingCollection_shard1_replica1] o.a.s.h.c.SpellCheckComponent Loading 
spell index for spellchecker: external
   [junit4]   2> 1597361 INFO  
(searcherExecutor-6025-thread-1-processing-n:127.0.0.1:37745_solr 
x:forwardingCollection_shard1_replica1 s:shard1 c:forwardingCollection) 
[n:127.0.0.1:37745_solr c:forwardingCollection s:shard1  
x:forwardingCollection_shard1_replica1] o.a.s.h.c.SpellCheckComponent Loading 
spell index for spellchecker: freq
   [junit4]   2> 1597361 INFO  
(searcherExecutor-6025-thread-1-processing-n:127.0.0.1:37745_solr 
x:forwardingCollection_shard1_replica1 s:shard1 c:forwardingCollection) 
[n:127.0.0.1:37745_solr c:forwardingCollection s:shard1  
x:forwardingCollection_shard1_replica1] o.a.s.h.c.SpellCheckComponent Loading 
spell index for spellchecker: fqcn
   [junit4]   2> 1597361 INFO  
(searcherExecutor-6025-thread-1-processing-n:127.0.0.1:37745_solr 
x:forwardingCollection_shard1_replica1 s:shard1 c:forwardingCollection) 
[n:127.0.0.1:37745_solr c:forwardingCollection s:shard1  
x:forwardingCollection_shard1_replica1] o.a.s.h.c.SpellCheckComponent Loading 
spell index for spellchecker: perDict
   [junit4]   2> 1597362 INFO  
(searcherExecutor-6025-thread-1-processing-n:127.0.0.1:37745_solr 
x:forwardingCollection_shard1_replica1 s:shard1 c:forwardingCollection) 
[n:127.0.0.1:37745_solr c:forwardingCollection s:shard1  
x:forwardingCollection_shard1_replica1] o.a.s.c.SolrCore 
[forwardingCollection_shard1_replica1] Registered new searcher 
Searcher@2b70864c[forwardingCollection_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1597366 INFO  (qtp727969024-14102) [n:127.0.0.1:37745_solr 
c:forwardingCollection s:shard1  x:forwardingCollection_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1597366 INFO  (qtp727969024-14102) [n:127.0.0.1:37745_solr 
c:forwardingCollection s:shard1  x:forwardingCollection_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1597366 INFO  (qtp727969024-14102) [n:127.0.0.1:37745_solr 
c:forwardingCollection s:shard1  x:forwardingCollection_shard1_replica1] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:37745/solr/forwardingCollection_shard1_replica1/
   [junit4]   2> 1597366 INFO  (qtp727969024-14102) [n:127.0.0.1:37745_solr 
c:forwardingCollection s:shard1  x:forwardingCollection_shard1_replica1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1597366 INFO  (qtp727969024-14102) [n:127.0.0.1:37745_solr 
c:forwardingCollection s:shard1  x:forwardingCollection_shard1_replica1] 
o.a.s.c.SyncStrategy 
https://127.0.0.1:37745/solr/forwardingCollection_shard1_replica1/ has no 
replicas
   [junit4]   2> 1597369 INFO  (qtp727969024-14102) [n:127.0.0.1:37745_solr 
c:forwardingCollection s:shard1  x:forwardingCollection_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:37745/solr/forwardingCollection_shard1_replica1/ shard1
   [junit4]   2> 1597471 INFO  
(zkCallback-2775-thread-2-processing-n:127.0.0.1:37745_solr) 
[n:127.0.0.1:37745_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> 1597520 INFO  (qtp727969024-14102) [n:127.0.0.1:37745_solr 
c:forwardingCollection s:shard1  x:forwardingCollection_shard1_replica1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1597522 INFO  (qtp727969024-14102) [n:127.0.0.1:37745_solr 
c:forwardingCollection s:shard1  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=1545
   [junit4]   2> 1597525 INFO  (qtp727969024-14104) [n:127.0.0.1:37745_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> 1597622 INFO  
(zkCallback-2775-thread-1-processing-n:127.0.0.1:37745_solr) 
[n:127.0.0.1:37745_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> 1597871 INFO  
(OverseerCollectionConfigSetProcessor-97185383775141893-127.0.0.1:37745_solr-n_0000000000)
 [n:127.0.0.1:37745_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> 1598526 INFO  (qtp727969024-14104) [n:127.0.0.1:37745_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=2659
   [junit4]   2> 1598526 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8AC2CD1E048F9288])
 [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - 
collection: forwardingCollection failOnTimeout:true timeout (sec):100
   [junit4]   2> 1598527 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8AC2CD1E048F9288])
 [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: 
forwardingCollection
   [junit4]   2> 1598530 INFO  (qtp727969024-14102) [n:127.0.0.1:37745_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> 1598552 INFO  (qtp727969024-14094) [n:127.0.0.1:37745_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> 1598552 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[8AC2CD1E048F9288])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testForwarding
   [junit4]   2> 1598578 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyUnknownRemote-seed#[8AC2CD1E048F9288])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyUnknownRemote
   [junit4]   2> 1608664 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 0x15945977547000b, 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> 1608665 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 0x159459775470007, 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> 1608669 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 0x159459775470008, 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> 1608668 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyUnknownRemote-seed#[8AC2CD1E048F9288])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyUnknownRemote
   [junit4]   2> 1608706 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyNoConfigHosts-seed#[8AC2CD1E048F9288])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyNoConfigHosts
   [junit4]   2> 1608711 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyNoConfigHosts-seed#[8AC2CD1E048F9288])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyNoConfigHosts
   [junit4]   2> 1608739 INFO  
(TEST-TestSolrCloudWithSecureImpersonation.testProxyNullProxyUser-seed#[8AC2CD1E048F9288])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyNullProxyUser
   [junit4]   2> 1608740 INFO  (qtp727969024-14102) [n:127.0.0.1:37745_solr 
c:forwardingCollection s:shard1 r:core_node1 
x:forwardingCollection_shard1_replica1] 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>        

[...truncated too long message...]

nit4]   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> Dec 28, 2016 1:21:48 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=14136, 
name=jetty-launcher-2764-thread-2-EventThread, state=TIMED_WAITING, 
group=TGRP-TestSolrCloudWithSecureImpersonation]
   [junit4]   2> 1631825 ERROR (jetty-launcher-2764-thread-2-EventThread) 
[n:127.0.0.1:39140_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> Dec 28, 2016 1:21:48 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=1367, maxMBSortInHeap=7.810901611488418, 
sim=RandomSimilarity(queryNorm=false): {}, locale=ko-KR, timezone=Asia/Khandyga
   [junit4]   2> NOTE: Linux 4.4.0-53-generic amd64/Oracle Corporation 
1.8.0_112 (64-bit)/cpus=12,threads=1,free=259780560,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [StatsReloadRaceTest, 
DistribCursorPagingTest, TestDynamicFieldResource, CheckHdfsIndexTest, 
TestWriterPerf, TestGraphTermsQParserPlugin, TestRestoreCore, CircularListTest, 
DirectUpdateHandlerOptimizeTest, TestSolrQueryParser, TestIntervalFaceting, 
StatelessScriptUpdateProcessorFactoryTest, TestSerializedLuceneMatchVersion, 
TestUniqueKeyFieldResource, RecoveryZkTest, TestFieldTypeCollectionResource, 
TestCopyFieldCollectionResource, TestReload, TestRecoveryHdfs, 
TestCustomDocTransformer, TestExceedMaxTermLength, CoreAdminHandlerTest, 
LukeRequestHandlerTest, LeaderElectionTest, TestConfig, TestConfigOverlay, 
SharedFSAutoReplicaFailoverUtilsTest, AnalyticsQueryTest, 
TestHdfsBackupRestoreCore, BadCopyFieldTest, StatsComponentTest, 
TestSolrConfigHandlerCloud, BasicDistributedZk2Test, DistributedQueueTest, 
TestCollationField, TestFieldCacheVsDocValues, TestBulkSchemaConcurrent, 
TestNoOpRegenerator, TestRebalanceLeaders, SimpleFacetsTest, 
DirectUpdateHandlerTest, TestPhraseSuggestions, TestCloudDeleteByQuery, 
TestLegacyNumericRangeQueryBuilder, RequestLoggingTest, 
ClassificationUpdateProcessorIntegrationTest, SuggesterTest, GraphQueryTest, 
TestPerFieldSimilarityWithDefaultOverride, TestInitParams, TestCollectionAPI, 
TestHdfsCloudBackupRestore, TestDynamicLoading, TestStressReorder, 
TestShortCircuitedRequests, SparseHLLTest, HighlighterConfigTest, 
TestTrieFacet, ExternalFileFieldSortTest, TestOrdValues, TestMergePolicyConfig, 
RestartWhileUpdatingTest, TestLMDirichletSimilarityFactory, 
HdfsBasicDistributedZk2Test, TestLuceneMatchVersion, SolrIndexConfigTest, 
DateRangeFieldTest, RankQueryTest, TestJsonRequest, 
DistributedFacetExistsSmallTest, RequestHandlersTest, TestSort, TestSolrXml, 
TestSolrCloudWithKerberosAlt, TestConfigSetsAPIZkFailure, 
TestCSVResponseWriter, SolrCloudExampleTest, ConnectionManagerTest, 
PrimUtilsTest, SolrCoreMetricManagerTest, XmlUpdateRequestHandlerTest, 
NoCacheHeaderTest, TestDistributedMissingSort, CoreAdminRequestStatusTest, 
DeleteReplicaTest, LeaderFailoverAfterPartitionTest, TestNumericTerms32, 
BinaryUpdateRequestHandlerTest, TestQuerySenderNoQuery, TestDocSet, 
SolrJmxReporterTest, HdfsDirectoryFactoryTest, CurrencyFieldXmlFileTest, 
DeleteInactiveReplicaTest, TestManagedSchemaAPI, TestFieldCacheSanityChecker, 
DateFieldTest, ResourceLoaderTest, TestReversedWildcardFilterFactory, 
FullHLLTest, RAMDirectoryFactoryTest, TestChildDocTransformer, 
DistributedFacetPivotSmallAdvancedTest, TestBinaryField, OverseerTest, 
TestLeaderInitiatedRecoveryThread, DataDrivenBlockJoinTest, 
PKIAuthenticationIntegrationTest, SaslZkACLProviderTest, TestConfigSets, 
TestOnReconnectListenerSupport, SyncSliceTest, ShardRoutingTest, 
TestRandomFaceting, TestZkChroot, ZkCLITest, TestDistributedSearch, 
ZkControllerTest, TestRealTimeGet, TestStressVersions, HardAutoCommitTest, 
TestRangeQuery, SolrTestCaseJ4Test, TestCursorMarkWithoutUniqueKey, 
TestHighlightDedupGrouping, TestSimpleTrackingShardHandler, ActionThrottleTest, 
AliasIntegrationTest, CloudExitableDirectoryReaderTest, 
CollectionStateFormat2Test, CollectionsAPISolrJTest, 
DistribJoinFromCollectionTest, DocValuesNotIndexedTest, ForceLeaderTest, 
LeaderInitiatedRecoveryOnShardRestartTest, MultiThreadedOCPTest, 
SolrXmlInZkTest, TestAuthenticationFramework, 
TestLeaderElectionWithEmptyReplica, TestMiniSolrCloudClusterSSL, 
TestRandomRequestDistribution, TestSizeLimitedDistributedMap, 
TestSolrCloudWithSecureImpersonation]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestSolrCloudWithSecureImpersonation -Dtests.seed=8AC2CD1E048F9288 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ko-KR 
-Dtests.timezone=Asia/Khandyga -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J2 | 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=14136, 
name=jetty-launcher-2764-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([8AC2CD1E048F9288]:0)
   [junit4] Completed [519/673 (2!)] on J2 in 37.77s, 12 tests, 1 error <<< 
FAILURES!

[...truncated 62926 lines...]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to