Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/16982/
Java: 32bit/jdk1.8.0_92 -server -XX:+UseParallelGC

3 tests failed.
FAILED:  
junit.framework.TestSuite.org.apache.solr.client.solrj.impl.CloudSolrClientTest

Error Message:
1 thread leaked from SUITE scope at 
org.apache.solr.client.solrj.impl.CloudSolrClientTest:     1) Thread[id=1016, 
name=OverseerHdfsCoreFailoverThread-96065412121427975-127.0.0.1:43010_solr-n_0000000001,
 state=TIMED_WAITING, group=Overseer Hdfs SolrCore Failover Thread.]         at 
java.lang.Thread.sleep(Native Method)         at 
org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:137)
         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.client.solrj.impl.CloudSolrClientTest: 
   1) Thread[id=1016, 
name=OverseerHdfsCoreFailoverThread-96065412121427975-127.0.0.1:43010_solr-n_0000000001,
 state=TIMED_WAITING, group=Overseer Hdfs SolrCore Failover Thread.]
        at java.lang.Thread.sleep(Native Method)
        at 
org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:137)
        at java.lang.Thread.run(Thread.java:745)
        at __randomizedtesting.SeedInfo.seed([CBD42A2319254FE6]:0)


FAILED:  
junit.framework.TestSuite.org.apache.solr.client.solrj.impl.CloudSolrClientTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) 
Thread[id=1016, 
name=OverseerHdfsCoreFailoverThread-96065412121427975-127.0.0.1:43010_solr-n_0000000001,
 state=RUNNABLE, group=Overseer Hdfs SolrCore Failover Thread.]         at 
java.lang.Thread.sleep(Native Method)         at 
org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:137)
         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   1) Thread[id=1016, 
name=OverseerHdfsCoreFailoverThread-96065412121427975-127.0.0.1:43010_solr-n_0000000001,
 state=RUNNABLE, group=Overseer Hdfs SolrCore Failover Thread.]
        at java.lang.Thread.sleep(Native Method)
        at 
org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:137)
        at java.lang.Thread.run(Thread.java:745)
        at __randomizedtesting.SeedInfo.seed([CBD42A2319254FE6]:0)


FAILED:  org.apache.solr.client.solrj.TestLBHttpSolrClient.testReliability

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded
        at 
__randomizedtesting.SeedInfo.seed([CBD42A2319254FE6:A1CF765B8439E4F]:0)
        at org.apache.http.util.ByteArrayBuffer.<init>(ByteArrayBuffer.java:56)
        at 
org.apache.http.impl.io.SessionOutputBufferImpl.<init>(SessionOutputBufferImpl.java:90)
        at 
org.apache.http.impl.BHttpConnectionBase.<init>(BHttpConnectionBase.java:119)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.<init>(DefaultBHttpClientConnection.java:97)
        at 
org.apache.http.impl.conn.DefaultManagedHttpClientConnection.<init>(DefaultManagedHttpClientConnection.java:76)
        at 
org.apache.http.impl.conn.LoggingManagedHttpClientConnection.<init>(LoggingManagedHttpClientConnection.java:68)
        at 
org.apache.http.impl.conn.ManagedHttpClientConnectionFactory.create(ManagedHttpClientConnectionFactory.java:126)
        at 
org.apache.http.impl.conn.ManagedHttpClientConnectionFactory.create(ManagedHttpClientConnectionFactory.java:56)
        at 
org.apache.http.impl.conn.PoolingHttpClientConnectionManager$InternalConnectionFactory.create(PoolingHttpClientConnectionManager.java:591)
        at 
org.apache.http.impl.conn.PoolingHttpClientConnectionManager$InternalConnectionFactory.create(PoolingHttpClientConnectionManager.java:562)
        at 
org.apache.http.pool.AbstractConnPool.getPoolEntryBlocking(AbstractConnPool.java:295)
        at 
org.apache.http.pool.AbstractConnPool.access$000(AbstractConnPool.java:64)
        at 
org.apache.http.pool.AbstractConnPool$2.getPoolEntry(AbstractConnPool.java:192)
        at 
org.apache.http.pool.AbstractConnPool$2.getPoolEntry(AbstractConnPool.java:185)
        at org.apache.http.pool.PoolEntryFuture.get(PoolEntryFuture.java:107)
        at 
org.apache.http.impl.conn.PoolingHttpClientConnectionManager.leaseConnection(PoolingHttpClientConnectionManager.java:276)
        at 
org.apache.http.impl.conn.PoolingHttpClientConnectionManager$1.get(PoolingHttpClientConnectionManager.java:263)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:190)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:511)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:576)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
        at 
org.apache.solr.client.solrj.TestLBHttpSolrClient.waitForServer(TestLBHttpSolrClient.java:237)




Build Log:
[...truncated 13071 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.TestLBHttpSolrClient
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/init-core-data-001
   [junit4]   2> 68944 INFO  
(SUITE-TestLBHttpSolrClient-seed#[CBD42A2319254FE6]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 68946 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testSimple
   [junit4]   2> 68951 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 68952 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1a5af3{/solr,null,AVAILABLE}
   [junit4]   2> 68954 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@bd152{SSL,[ssl, 
http/1.1]}{127.0.0.1:33296}
   [junit4]   2> 68954 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.e.j.s.Server Started @70512ms
   [junit4]   2> 68954 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-0-001/collection1/data,
 solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=33296}
   [junit4]   2> 68955 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 68955 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-0-001'
   [junit4]   2> 68955 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 68955 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 68955 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-0-001/solr.xml
   [junit4]   2> 68959 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-0-001/.
   [junit4]   2> 68959 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 24000392
   [junit4]   2> 68959 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-0-001]
   [junit4]   2> 68959 WARN  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-0-001/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-0-001/lib
   [junit4]   2> 68959 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 68960 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 68960 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 68960 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 68960 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 68960 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 68961 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-0-001/.
   [junit4]   2> 68962 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, 
config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, 
configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 68962 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.CorePropertiesLocator Found core collection1 in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-0-001/./collection1
   [junit4]   2> 68962 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 68962 INFO  (coreLoadExecutor-245-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-0-001/collection1'
   [junit4]   2> 68963 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1
   [junit4]   2> 68963 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 68963 INFO  (coreLoadExecutor-245-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 68963 INFO  (coreLoadExecutor-245-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 68966 INFO  (coreLoadExecutor-245-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 68967 INFO  (coreLoadExecutor-245-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 68970 INFO  (coreLoadExecutor-245-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 68972 INFO  (coreLoadExecutor-245-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 68974 INFO  (coreLoadExecutor-245-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 68975 INFO  (coreLoadExecutor-245-thread-1) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-0-001/collection1'
   [junit4]   2> 68975 INFO  (coreLoadExecutor-245-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-0-001/./collection1
   [junit4]   2> 68975 INFO  (coreLoadExecutor-245-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 68975 INFO  (coreLoadExecutor-245-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-0-001/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-0-001/./collection1/data/]
   [junit4]   2> 68975 INFO  (coreLoadExecutor-245-thread-1) [    
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: 
collection1
   [junit4]   2> 68976 INFO  (coreLoadExecutor-245-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-0-001/collection1/data
   [junit4]   2> 68976 INFO  (coreLoadExecutor-245-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-0-001/./collection1/data/index/
   [junit4]   2> 68976 WARN  (coreLoadExecutor-245-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-0-001/./collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 68977 INFO  (coreLoadExecutor-245-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-0-001/collection1/data/index
   [junit4]   2> 69020 INFO  (coreLoadExecutor-245-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(MMapDirectory@/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-0-001/collection1/data/index
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@6b619),segFN=segments_1,generation=1}
   [junit4]   2> 69020 INFO  (coreLoadExecutor-245-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 69023 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection1 in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-0-001/./collection1/data/
   [junit4]   2> 69024 INFO  (coreLoadExecutor-245-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 69025 INFO  (coreLoadExecutor-245-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 69026 INFO  (coreLoadExecutor-245-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 69026 INFO  (coreLoadExecutor-245-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 69026 INFO  (coreLoadExecutor-245-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 69027 INFO  (coreLoadExecutor-245-thread-1) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 69027 INFO  (coreLoadExecutor-245-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file
   [junit4]   2> 69027 INFO  (coreLoadExecutor-245-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 69027 INFO  (coreLoadExecutor-245-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 69027 INFO  (coreLoadExecutor-245-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 69032 INFO  (coreLoadExecutor-245-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(MMapDirectory@/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-0-001/collection1/data/index
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@6b619),segFN=segments_1,generation=1}
   [junit4]   2> 69032 INFO  (coreLoadExecutor-245-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 69033 INFO  (coreLoadExecutor-245-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@16ceae2[collection1] 
main]
   [junit4]   2> 69033 INFO  (coreLoadExecutor-245-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-0-001/collection1/conf
   [junit4]   2> 69033 INFO  (coreLoadExecutor-245-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-0-001/collection1/conf}
   [junit4]   2> 69033 INFO  (coreLoadExecutor-245-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
file:dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-0-001/collection1/conf
   [junit4]   2> 69033 INFO  (coreLoadExecutor-245-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 69033 INFO  (coreLoadExecutor-245-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 69034 INFO  
(searcherExecutor-246-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@16ceae2[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 69034 INFO  (coreLoadExecutor-245-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 69521 INFO  (qtp20256312-903) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 2
   [junit4]   2> 69524 INFO  (qtp20256312-910) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 69597 INFO  (qtp20256312-910) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(MMapDirectory@/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-0-001/collection1/data/index
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@6b619),segFN=segments_1,generation=1}
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(MMapDirectory@/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-0-001/collection1/data/index
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@6b619),segFN=segments_2,generation=2}
   [junit4]   2> 69598 INFO  (qtp20256312-910) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 69600 INFO  (qtp20256312-910) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@11ca02[collection1] main]
   [junit4]   2> 69601 INFO  (qtp20256312-910) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 69601 INFO  
(searcherExecutor-246-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@11ca02[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c10)))}
   [junit4]   2> 69601 INFO  (qtp20256312-910) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 76
   [junit4]   2> 69604 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 69605 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@364e6{/solr,null,AVAILABLE}
   [junit4]   2> 69607 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@10e3e5c{SSL,[ssl, 
http/1.1]}{127.0.0.1:36561}
   [junit4]   2> 69607 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.e.j.s.Server Started @71164ms
   [junit4]   2> 69607 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-1-001/collection1/data,
 solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=36561}
   [junit4]   2> 69607 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 69607 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-1-001'
   [junit4]   2> 69607 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 69607 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 69607 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-1-001/solr.xml
   [junit4]   2> 69610 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-1-001/.
   [junit4]   2> 69610 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 25495477
   [junit4]   2> 69610 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-1-001]
   [junit4]   2> 69610 WARN  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-1-001/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-1-001/lib
   [junit4]   2> 69611 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 69612 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 69612 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 69612 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 69613 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 69613 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 69613 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-1-001/.
   [junit4]   2> 69614 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, 
config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, 
configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 69614 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.CorePropertiesLocator Found core collection1 in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-1-001/./collection1
   [junit4]   2> 69614 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 69615 INFO  (coreLoadExecutor-255-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-1-001/collection1'
   [junit4]   2> 69616 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1
   [junit4]   2> 69616 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 69616 INFO  (coreLoadExecutor-255-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 69616 INFO  (coreLoadExecutor-255-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 69623 INFO  (coreLoadExecutor-255-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 69625 INFO  (coreLoadExecutor-255-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 69629 INFO  (coreLoadExecutor-255-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 69632 INFO  (coreLoadExecutor-255-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 69635 INFO  (coreLoadExecutor-255-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 69636 INFO  (coreLoadExecutor-255-thread-1) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-1-001/collection1'
   [junit4]   2> 69636 INFO  (coreLoadExecutor-255-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-1-001/./collection1
   [junit4]   2> 69637 INFO  (coreLoadExecutor-255-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 69637 INFO  (coreLoadExecutor-255-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-1-001/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-1-001/./collection1/data/]
   [junit4]   2> 69637 INFO  (coreLoadExecutor-255-thread-1) [    
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: 
collection1
   [junit4]   2> 69638 INFO  (coreLoadExecutor-255-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-1-001/collection1/data
   [junit4]   2> 69638 INFO  (coreLoadExecutor-255-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-1-001/./collection1/data/index/
   [junit4]   2> 69638 WARN  (coreLoadExecutor-255-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-1-001/./collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 69638 INFO  (coreLoadExecutor-255-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-1-001/collection1/data/index
   [junit4]   2> 69666 INFO  (coreLoadExecutor-255-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(MMapDirectory@/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-1-001/collection1/data/index
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@6b619),segFN=segments_1,generation=1}
   [junit4]   2> 69666 INFO  (coreLoadExecutor-255-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 69667 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection1 in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-1-001/./collection1/data/
   [junit4]   2> 69668 INFO  (coreLoadExecutor-255-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 69670 INFO  (coreLoadExecutor-255-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 69671 INFO  (coreLoadExecutor-255-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 69671 INFO  (coreLoadExecutor-255-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 69672 INFO  (coreLoadExecutor-255-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 69673 INFO  (coreLoadExecutor-255-thread-1) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 69673 INFO  (coreLoadExecutor-255-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file
   [junit4]   2> 69673 INFO  (coreLoadExecutor-255-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 69673 INFO  (coreLoadExecutor-255-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 69673 INFO  (coreLoadExecutor-255-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 69675 INFO  (coreLoadExecutor-255-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(MMapDirectory@/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-1-001/collection1/data/index
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@6b619),segFN=segments_1,generation=1}
   [junit4]   2> 69675 INFO  (coreLoadExecutor-255-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 69675 INFO  (coreLoadExecutor-255-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@ebcf13[collection1] 
main]
   [junit4]   2> 69675 INFO  (coreLoadExecutor-255-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-1-001/collection1/conf
   [junit4]   2> 69675 INFO  (coreLoadExecutor-255-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-1-001/collection1/conf}
   [junit4]   2> 69675 INFO  (coreLoadExecutor-255-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
file:dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-1-001/collection1/conf
   [junit4]   2> 69676 INFO  (coreLoadExecutor-255-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 69676 INFO  (coreLoadExecutor-255-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 69676 INFO  
(searcherExecutor-256-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@ebcf13[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 69676 INFO  (coreLoadExecutor-255-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 70167 INFO  (qtp2989429-922) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 1
   [junit4]   2> 70171 INFO  (qtp2989429-922) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 70227 INFO  (qtp2989429-922) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(MMapDirectory@/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-1-001/collection1/data/index
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@6b619),segFN=segments_1,generation=1}
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(MMapDirectory@/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-1-001/collection1/data/index
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@6b619),segFN=segments_2,generation=2}
   [junit4]   2> 70227 INFO  (qtp2989429-922) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 70229 INFO  (qtp2989429-922) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@df2530[collection1] main]
   [junit4]   2> 70229 INFO  (qtp2989429-922) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 70229 INFO  
(searcherExecutor-256-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@df2530[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c10)))}
   [junit4]   2> 70229 INFO  (qtp2989429-922) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 58
   [junit4]   2> 70233 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 70234 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@f026a0{/solr,null,AVAILABLE}
   [junit4]   2> 70236 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@53806f{SSL,[ssl, 
http/1.1]}{127.0.0.1:45119}
   [junit4]   2> 70236 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.e.j.s.Server Started @71794ms
   [junit4]   2> 70236 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-2-001/collection1/data,
 solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=45119}
   [junit4]   2> 70236 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 70237 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-2-001'
   [junit4]   2> 70237 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 70237 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 70237 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-2-001/solr.xml
   [junit4]   2> 70240 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-2-001/.
   [junit4]   2> 70240 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 18986881
   [junit4]   2> 70240 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-2-001]
   [junit4]   2> 70240 WARN  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-2-001/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-2-001/lib
   [junit4]   2> 70241 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 70242 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 70242 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 70242 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 70242 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 70242 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 70243 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-2-001/.
   [junit4]   2> 70243 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, 
config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, 
configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 70243 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.CorePropertiesLocator Found core collection1 in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-2-001/./collection1
   [junit4]   2> 70244 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 70244 INFO  (coreLoadExecutor-265-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-2-001/collection1'
   [junit4]   2> 70244 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1
   [junit4]   2> 70244 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 70244 INFO  (coreLoadExecutor-265-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 70244 INFO  (coreLoadExecutor-265-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 70248 INFO  (coreLoadExecutor-265-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 70249 INFO  (coreLoadExecutor-265-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 70252 INFO  (coreLoadExecutor-265-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 70254 INFO  (coreLoadExecutor-265-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 70255 INFO  (coreLoadExecutor-265-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 70256 INFO  (coreLoadExecutor-265-thread-1) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-2-001/collection1'
   [junit4]   2> 70256 INFO  (coreLoadExecutor-265-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-2-001/./collection1
   [junit4]   2> 70256 INFO  (coreLoadExecutor-265-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 70256 INFO  (coreLoadExecutor-265-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-2-001/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-2-001/./collection1/data/]
   [junit4]   2> 70257 INFO  (coreLoadExecutor-265-thread-1) [    
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: 
collection1
   [junit4]   2> 70258 INFO  (coreLoadExecutor-265-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-2-001/collection1/data
   [junit4]   2> 70258 INFO  (coreLoadExecutor-265-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-2-001/./collection1/data/index/
   [junit4]   2> 70258 WARN  (coreLoadExecutor-265-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-2-001/./collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 70258 INFO  (coreLoadExecutor-265-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-2-001/collection1/data/index
   [junit4]   2> 70278 INFO  (coreLoadExecutor-265-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(MMapDirectory@/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-2-001/collection1/data/index
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@6b619),segFN=segments_1,generation=1}
   [junit4]   2> 70278 INFO  (coreLoadExecutor-265-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 70279 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection1 in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-2-001/./collection1/data/
   [junit4]   2> 70280 INFO  (coreLoadExecutor-265-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 70281 INFO  (coreLoadExecutor-265-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 70281 INFO  (coreLoadExecutor-265-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 70282 INFO  (coreLoadExecutor-265-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 70282 INFO  (coreLoadExecutor-265-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 70283 INFO  (coreLoadExecutor-265-thread-1) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 70283 INFO  (coreLoadExecutor-265-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file
   [junit4]   2> 70283 INFO  (coreLoadExecutor-265-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 70283 INFO  (coreLoadExecutor-265-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 70283 INFO  (coreLoadExecutor-265-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 70284 INFO  (coreLoadExecutor-265-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(MMapDirectory@/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-2-001/collection1/data/index
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@6b619),segFN=segments_1,generation=1}
   [junit4]   2> 70284 INFO  (coreLoadExecutor-265-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 70284 INFO  (coreLoadExecutor-265-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@795a6a[collection1] 
main]
   [junit4]   2> 70284 INFO  (coreLoadExecutor-265-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-2-001/collection1/conf
   [junit4]   2> 70284 INFO  (coreLoadExecutor-265-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-2-001/collection1/conf}
   [junit4]   2> 70284 INFO  (coreLoadExecutor-265-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
file:dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-2-001/collection1/conf
   [junit4]   2> 70284 INFO  (coreLoadExecutor-265-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 70284 INFO  (coreLoadExecutor-265-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 70284 INFO  
(searcherExecutor-266-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@795a6a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 70284 INFO  (coreLoadExecutor-265-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 70815 INFO  (qtp16533392-941) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 1
   [junit4]   2> 70819 INFO  (qtp16533392-942) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 70888 INFO  (qtp16533392-942) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(MMapDirectory@/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-2-001/collection1/data/index
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@6b619),segFN=segments_1,generation=1}
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(MMapDirectory@/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-2-001/collection1/data/index
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@6b619),segFN=segments_2,generation=2}
   [junit4]   2> 70888 INFO  (qtp16533392-942) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 70890 INFO  (qtp16533392-942) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1502e25[collection1] main]
   [junit4]   2> 70890 INFO  (qtp16533392-942) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 70890 INFO  
(searcherExecutor-266-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1502e25[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c10)))}
   [junit4]   2> 70890 INFO  (qtp16533392-942) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 71
   [junit4]   2> 70896 INFO  (qtp20256312-909) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=0
   [junit4]   2> 70901 INFO  (qtp2989429-929) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=0
   [junit4]   2> 70906 INFO  (qtp16533392-941) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=0
   [junit4]   2> 70908 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.e.j.s.ServerConnector Stopped ServerConnector@10e3e5c{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 70908 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=25495477
   [junit4]   2> 70909 INFO  (coreCloseExecutor-270-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@b0b1f6
   [junit4]   2> 70909 INFO  (coreCloseExecutor-270-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 closing 
DirectUpdateHandler2{commits=1,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=10,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 70909 INFO  (coreCloseExecutor-270-thread-1) [    
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 70909 INFO  (coreCloseExecutor-270-thread-1) [    
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 
0 - closing IndexWriter
   [junit4]   2> 70909 INFO  (coreCloseExecutor-270-thread-1) [    
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with 
IndexWriterCloser
   [junit4]   2> 70910 INFO  (coreCloseExecutor-270-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 70910 INFO  (coreCloseExecutor-270-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockFSDirectoryFactory - 
2 directories currently being tracked
   [junit4]   2> 70910 INFO  (coreCloseExecutor-270-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-1-001/collection1/data/index
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-1-001/collection1/data/index;done=false>>]
   [junit4]   2> 70910 INFO  (coreCloseExecutor-270-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 70910 INFO  (coreCloseExecutor-270-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-1-001/collection1/data/index
   [junit4]   2> 70921 INFO  (coreCloseExecutor-270-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-1-001/collection1/data
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-1-001/collection1/data;done=false>>]
   [junit4]   2> 70921 INFO  (coreCloseExecutor-270-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 70921 INFO  (coreCloseExecutor-270-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-1-001/collection1/data
   [junit4]   2> 70922 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@364e6{/solr,null,UNAVAILABLE}
   [junit4]   2> 70927 INFO  (qtp20256312-905) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=0
   [junit4]   2> 70934 INFO  (qtp16533392-943) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=0
   [junit4]   2> 70938 INFO  (qtp20256312-904) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=0
   [junit4]   2> 70940 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 70940 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@44c0c1{/solr,null,AVAILABLE}
   [junit4]   2> 70943 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@189cd54{SSL,[ssl, 
http/1.1]}{127.0.0.1:36561}
   [junit4]   2> 70943 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.e.j.s.Server Started @72501ms
   [junit4]   2> 70944 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-1-001/collection1/data,
 solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=36561}
   [junit4]   2> 70944 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 70944 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-1-001'
   [junit4]   2> 70944 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 70944 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 70944 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-1-001/solr.xml
   [junit4]   2> 70949 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-1-001/.
   [junit4]   2> 70949 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 9157156
   [junit4]   2> 70949 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-1-001]
   [junit4]   2> 70949 WARN  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-1-001/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-1-001/lib
   [junit4]   2> 70950 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 70951 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 70952 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 70952 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 70952 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 70952 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 70954 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-1-001/.
   [junit4]   2> 70955 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, 
config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, 
configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 70955 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.CorePropertiesLocator Found core collection1 in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-1-001/./collection1
   [junit4]   2> 70955 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 70955 INFO  (coreLoadExecutor-277-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-1-001/collection1'
   [junit4]   2> 70956 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1
   [junit4]   2> 70956 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 70956 INFO  (coreLoadExecutor-277-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 70956 INFO  (coreLoadExecutor-277-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 70959 INFO  (coreLoadExecutor-277-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 70960 INFO  (coreLoadExecutor-277-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 70963 INFO  (coreLoadExecutor-277-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 70967 INFO  (coreLoadExecutor-277-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 70968 INFO  (coreLoadExecutor-277-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 70969 INFO  (coreLoadExecutor-277-thread-1) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-1-001/collection1'
   [junit4]   2> 70969 INFO  (coreLoadExecutor-277-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-1-001/./collection1
   [junit4]   2> 70969 INFO  (coreLoadExecutor-277-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 70969 INFO  (coreLoadExecutor-277-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-1-001/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-1-001/./collection1/data/]
   [junit4]   2> 70969 INFO  (coreLoadExecutor-277-thread-1) [    
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: 
collection1
   [junit4]   2> 70970 INFO  (coreLoadExecutor-277-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-1-001/collection1/data
   [junit4]   2> 70970 INFO  (coreLoadExecutor-277-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-1-001/./collection1/data/index/
   [junit4]   2> 70970 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection1 in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-1-001/./collection1/data/
   [junit4]   2> 70971 INFO  (coreLoadExecutor-277-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 70972 INFO  (coreLoadExecutor-277-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 70972 INFO  (coreLoadExecutor-277-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 70973 INFO  (coreLoadExecutor-277-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 70973 INFO  (coreLoadExecutor-277-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 70974 INFO  (coreLoadExecutor-277-thread-1) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 70974 INFO  (coreLoadExecutor-277-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file
   [junit4]   2> 70974 INFO  (coreLoadExecutor-277-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 70974 INFO  (coreLoadExecutor-277-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 70974 INFO  (coreLoadExecutor-277-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 70974 INFO  (coreLoadExecutor-277-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-1-001/collection1/data/index
   [junit4]   2> 70976 INFO  (coreLoadExecutor-277-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(MMapDirectory@/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-1-001/collection1/data/index
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@6b619),segFN=segments_2,generation=2}
   [junit4]   2> 70976 INFO  (coreLoadExecutor-277-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 70978 INFO  (coreLoadExecutor-277-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1dd106d[collection1] 
main]
   [junit4]   2> 70978 INFO  (coreLoadExecutor-277-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-1-001/collection1/conf
   [junit4]   2> 70978 INFO  (coreLoadExecutor-277-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-1-001/collection1/conf}
   [junit4]   2> 70979 INFO  (coreLoadExecutor-277-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
file:dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-1-001/collection1/conf
   [junit4]   2> 70979 INFO  (coreLoadExecutor-277-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 70979 INFO  (coreLoadExecutor-277-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 70979 INFO  
(searcherExecutor-278-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1dd106d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c10)))}
   [junit4]   2> 70979 INFO  (coreLoadExecutor-277-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 71486 INFO  (qtp20476488-962) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={q=*:*&distrib=false&sort=_docid_+asc&rows=0&wt=javabin&version=2} 
hits=10 status=0 QTime=0
   [junit4]   2> 72659 INFO  (qtp16533392-948) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=0
   [junit4]   2> 72663 INFO  (qtp20476488-969) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=0
   [junit4]   2> 72666 INFO  (qtp20256312-906) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=0
   [junit4]   2> 72667 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.e.j.s.ServerConnector Stopped ServerConnector@bd152{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 72667 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=24000392
   [junit4]   2> 72668 INFO  (coreCloseExecutor-282-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@efdea8
   [junit4]   2> 72668 INFO  (coreCloseExecutor-282-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 closing 
DirectUpdateHandler2{commits=1,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=10,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 72668 INFO  (coreCloseExecutor-282-thread-1) [    
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 72668 INFO  (coreCloseExecutor-282-thread-1) [    
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 
0 - closing IndexWriter
   [junit4]   2> 72668 INFO  (coreCloseExecutor-282-thread-1) [    
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with 
IndexWriterCloser
   [junit4]   2> 72670 INFO  (coreCloseExecutor-282-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 72670 INFO  (coreCloseExecutor-282-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockFSDirectoryFactory - 
2 directories currently being tracked
   [junit4]   2> 72670 INFO  (coreCloseExecutor-282-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-0-001/collection1/data/index
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-0-001/collection1/data/index;done=false>>]
   [junit4]   2> 72670 INFO  (coreCloseExecutor-282-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 72670 INFO  (coreCloseExecutor-282-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-0-001/collection1/data/index
   [junit4]   2> 72674 INFO  (coreCloseExecutor-282-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-0-001/collection1/data
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-0-001/collection1/data;done=false>>]
   [junit4]   2> 72674 INFO  (coreCloseExecutor-282-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 72674 INFO  (coreCloseExecutor-282-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-0-001/collection1/data
   [junit4]   2> 72675 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1a5af3{/solr,null,UNAVAILABLE}
   [junit4]   2> 72677 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.e.j.s.ServerConnector Stopped ServerConnector@189cd54{SSL,[ssl, 
http/1.1]}{127.0.0.1:36561}
   [junit4]   2> 72677 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=9157156
   [junit4]   2> 72677 INFO  (coreCloseExecutor-284-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@15dee7f
   [junit4]   2> 72677 INFO  (coreCloseExecutor-284-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 closing 
DirectUpdateHandler2{commits=0,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 72677 INFO  (coreCloseExecutor-284-thread-1) [    
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 72677 INFO  (coreCloseExecutor-284-thread-1) [    
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 
0 - closing IndexWriter
   [junit4]   2> 72677 INFO  (coreCloseExecutor-284-thread-1) [    
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with 
IndexWriterCloser
   [junit4]   2> 72679 INFO  (coreCloseExecutor-284-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 72679 INFO  (coreCloseExecutor-284-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockFSDirectoryFactory - 
2 directories currently being tracked
   [junit4]   2> 72679 INFO  (coreCloseExecutor-284-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-1-001/collection1/data/index
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-1-001/collection1/data/index;done=false>>]
   [junit4]   2> 72679 INFO  (coreCloseExecutor-284-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 72679 INFO  (coreCloseExecutor-284-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-1-001/collection1/data/index
   [junit4]   2> 72682 INFO  (coreCloseExecutor-284-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-1-001/collection1/data
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-1-001/collection1/data;done=false>>]
   [junit4]   2> 72682 INFO  (coreCloseExecutor-284-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 72682 INFO  (coreCloseExecutor-284-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-1-001/collection1/data
   [junit4]   2> 72683 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@44c0c1{/solr,null,UNAVAILABLE}
   [junit4]   2> 72685 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.e.j.s.ServerConnector Stopped ServerConnector@53806f{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 72685 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[CBD42A2319254FE6]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=18986881
   [junit4]   2> 72685 INFO  (coreCloseExecutor-286-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@17611c4
   [junit4]   2> 72685 INFO  (coreCloseExecutor-286-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 closing 
DirectUpdateHandler2{commits=1,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=10,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 72686 INFO  (coreCloseExecutor-286-thread-1) [    
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 72686 INFO  (coreCloseExecutor-286-thread-1) [    
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 
0 - closing IndexWriter
   [junit4]   2> 72686 INFO  (coreCloseExecutor-286-thread-1) [    
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with 
IndexWriterCloser
   [junit4]   2> 72686 INFO  (coreCloseExecutor-286-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 72687 INFO  (coreCloseExecutor-286-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockFSDirectoryFactory - 
2 directories currently being tracked
   [junit4]   2> 72687 INFO  (coreCloseExecutor-286-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-2-001/collection1/data/index
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-2-001/collection1/data/index;done=false>>]
   [junit4]   2> 72687 INFO  (coreCloseExecutor-286-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 72687 INFO  (coreCloseExecutor-286-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_CBD42A2319254FE6-001/instance-2-001/collection1/data/index
   [junit4]   2> 72689 INFO  (coreCloseExecutor-286-thread-1) [    
x:collection1] o.a.s.c.CachingD

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

    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:44751 44751
   [junit4]   2> 92617 WARN  (Thread-202) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/aliases.json
   [junit4]   2>        3       /solr/security.json
   [junit4]   2>        3       /solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/clusterprops.json
   [junit4]   2>        6       /solr/clusterstate.json
   [junit4]   2>        3       /solr/collections/localShardsTestColl/state.json
   [junit4]   2>        2       /solr/collections/collection1/state.json
   [junit4]   2>        2       /solr/collections/multicollection2/state.json
   [junit4]   2>        2       /solr/collections/multicollection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        31      /solr/overseer/queue
   [junit4]   2>        12      /solr/overseer/collection-queue-work
   [junit4]   2>        12      /solr/overseer/queue-work
   [junit4]   2>        6       /solr/live_nodes
   [junit4]   2>        6       /solr/collections
   [junit4]   2> 
   [junit4]   2> 92617 INFO  
(SUITE-CloudSolrClientTest-seed#[CBD42A2319254FE6]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> Jun 13, 2016 6:18:09 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> 97575 ERROR 
(OverseerHdfsCoreFailoverThread-96065412121427975-127.0.0.1:43010_solr-n_0000000001)
 [n:127.0.0.1:43010_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread 
OverseerAutoReplicaFailoverThread had an error in its thread work 
loop.:org.apache.solr.common.SolrException: Could not load collection from ZK: 
multicollection2
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1047)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:610)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ClusterState.getCollectionsMap(ClusterState.java:248)
   [junit4]   2>        at 
org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.doWork(OverseerAutoReplicaFailoverThread.java:164)
   [junit4]   2>        at 
org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:129)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: 
org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = 
Session expired for /collections/multicollection2/state.json
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2>        at 
org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:347)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:344)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:344)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1059)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1045)
   [junit4]   2>        ... 5 more
   [junit4]   2> 
   [junit4]   2> Jun 13, 2016 6:18:29 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at 
org.apache.solr.client.solrj.impl.CloudSolrClientTest: 
   [junit4]   2>    1) Thread[id=1016, 
name=OverseerHdfsCoreFailoverThread-96065412121427975-127.0.0.1:43010_solr-n_0000000001,
 state=TIMED_WAITING, group=Overseer Hdfs SolrCore Failover Thread.]
   [junit4]   2>         at java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at 
org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:137)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Jun 13, 2016 6:18:29 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=1016, 
name=OverseerHdfsCoreFailoverThread-96065412121427975-127.0.0.1:43010_solr-n_0000000001,
 state=TIMED_WAITING, group=Overseer Hdfs SolrCore Failover Thread.]
   [junit4]   2> Jun 13, 2016 6:18:32 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be 
terminated:
   [junit4]   2>    1) Thread[id=1016, 
name=OverseerHdfsCoreFailoverThread-96065412121427975-127.0.0.1:43010_solr-n_0000000001,
 state=RUNNABLE, group=Overseer Hdfs SolrCore Failover Thread.]
   [junit4]   2>         at java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at 
org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:137)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{_version_=PostingsFormat(name=Memory doPackFST= true), 
multiDefault=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 
a_t=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 intDefault=PostingsFormat(name=Memory doPackFST= true), 
id=PostingsFormat(name=Direct), text=BlockTreeOrds(blocksize=128), 
timestamp=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))},
 docValues:{multiDefault=DocValuesFormat(name=Memory), 
intDefault=DocValuesFormat(name=Lucene54), id=DocValuesFormat(name=Asserting)}, 
maxPointsInLeafNode=1996, maxMBSortInHeap=6.082975571525864, 
sim=ClassicSimilarity, locale=sr-Latn, timezone=Europe/Simferopol
   [junit4]   2> NOTE: Linux 4.4.0-24-generic i386/Oracle Corporation 1.8.0_92 
(32-bit)/cpus=12,threads=2,free=85369256,total=272891904
   [junit4]   2> NOTE: All tests run in this JVM: [SolrSchemalessExampleTest, 
TestRetryUtil, ModifiableSolrParamsTest, TestCollectionStateWatchers, 
GraphTest, TestCoreAdmin, SolrExampleJettyTest, 
StreamExpressionToExplanationTest, CloudSolrClientTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CloudSolrClientTest 
-Dtests.seed=CBD42A2319254FE6 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=sr-Latn -Dtests.timezone=Europe/Simferopol -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J2 | CloudSolrClientTest (suite) <<<
   [junit4]    > Throwable #1: 
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.client.solrj.impl.CloudSolrClientTest: 
   [junit4]    >    1) Thread[id=1016, 
name=OverseerHdfsCoreFailoverThread-96065412121427975-127.0.0.1:43010_solr-n_0000000001,
 state=TIMED_WAITING, group=Overseer Hdfs SolrCore Failover Thread.]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at 
org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:137)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([CBD42A2319254FE6]:0)Throwable #2: 
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=1016, 
name=OverseerHdfsCoreFailoverThread-96065412121427975-127.0.0.1:43010_solr-n_0000000001,
 state=RUNNABLE, group=Overseer Hdfs SolrCore Failover Thread.]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at 
org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:137)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([CBD42A2319254FE6]:0)
   [junit4] Completed [70/83 (2!)] on J2 in 52.57s, 9 tests, 2 errors <<< 
FAILURES!

[...truncated 37 lines...]
   [junit4] JVM J1: stdout was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/temp/junit4-J1-20160613_181634_868.sysout
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Dumping heap to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/heapdumps/java_pid12174.hprof 
...
   [junit4] Heap dump file created [433048785 bytes in 1.389 secs]
   [junit4] <<< JVM J1: EOF ----

[...truncated 14 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:740: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:684: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:59: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build.xml:246: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/common-build.xml:531: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1427: 
The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:984: 
There were test failures: 83 suites, 643 tests, 2 suite-level errors, 1 error, 
75 ignored [seed: CBD42A2319254FE6]

Total time: 72 minutes 39 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


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

Reply via email to