Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/661/
Java: 32bit/jdk1.8.0_92 -client -XX:+UseParallelGC

3 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.schema.TestManagedSchemaAPI

Error Message:
ObjectTracker found 4 object(s) that were not released!!! 
[MockDirectoryWrapper, MockDirectoryWrapper, MDCAwareThreadPoolExecutor, 
TransactionLog]

Stack Trace:
java.lang.AssertionError: ObjectTracker found 4 object(s) that were not 
released!!! [MockDirectoryWrapper, MockDirectoryWrapper, 
MDCAwareThreadPoolExecutor, TransactionLog]
        at __randomizedtesting.SeedInfo.seed([1DCDB84F64372FDE]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNull(Assert.java:551)
        at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:256)
        at sun.reflect.GeneratedMethodAccessor21.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:834)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.SyncSliceTest.test

Error Message:
timeout waiting to see all nodes active

Stack Trace:
java.lang.AssertionError: timeout waiting to see all nodes active
        at 
__randomizedtesting.SeedInfo.seed([1DCDB84F64372FDE:95998795CACB4226]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.SyncSliceTest.waitTillAllNodesActive(SyncSliceTest.java:237)
        at org.apache.solr.cloud.SyncSliceTest.test(SyncSliceTest.java:166)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  
org.apache.solr.cloud.TestTolerantUpdateProcessorRandomCloud.testRandomUpdates

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded
        at 
__randomizedtesting.SeedInfo.seed([1DCDB84F64372FDE:210C6DFF134AD1CC]:0)
        at java.io.ByteArrayOutputStream.<init>(ByteArrayOutputStream.java:77)
        at sun.security.ssl.OutputRecord.<init>(OutputRecord.java:94)
        at sun.security.ssl.OutputRecord.<init>(OutputRecord.java:105)
        at 
sun.security.ssl.HandshakeOutStream.<init>(HandshakeOutStream.java:54)
        at sun.security.ssl.Handshaker.activate(Handshaker.java:537)
        at 
sun.security.ssl.SSLSocketImpl.kickstartHandshake(SSLSocketImpl.java:1482)
        at 
sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1351)
        at 
sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403)
        at 
sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387)
        at 
org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:543)
        at 
org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:409)
        at 
org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
        at 
org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
        at 
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:495)
        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.doRequest(LBHttpSolrClient.java:404)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:357)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1228)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:998)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:934)
        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.cloud.TestTolerantUpdateProcessorRandomCloud.allDocs(TestTolerantUpdateProcessorRandomCloud.java:375)
        at 
org.apache.solr.cloud.TestTolerantUpdateProcessorRandomCloud.testRandomUpdates(TestTolerantUpdateProcessorRandomCloud.java:279)




Build Log:
[...truncated 11540 lines...]
   [junit4] Suite: org.apache.solr.cloud.SyncSliceTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_1DCDB84F64372FDE-001/init-core-data-001
   [junit4]   2> 1388330 INFO  
(SUITE-SyncSliceTest-seed#[1DCDB84F64372FDE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 1388332 INFO  
(SUITE-SyncSliceTest-seed#[1DCDB84F64372FDE]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1388335 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] o.a.s.c.ZkTestServer 
STARTING ZK TEST SERVER
   [junit4]   2> 1388335 INFO  (Thread-2699) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1388335 INFO  (Thread-2699) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1388435 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] o.a.s.c.ZkTestServer 
start zk server on port:35720
   [junit4]   2> 1388435 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] o.a.s.c.c.SolrZkClient 
Using default ZkCredentialsProvider
   [junit4]   2> 1388436 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1388437 INFO  (zkCallback-1803-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@6caef5 name:ZooKeeperConnection 
Watcher:127.0.0.1:35720 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1388437 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1388438 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] o.a.s.c.c.SolrZkClient 
Using default ZkACLProvider
   [junit4]   2> 1388438 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] o.a.s.c.c.SolrZkClient 
makePath: /solr
   [junit4]   2> 1388440 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] o.a.s.c.c.SolrZkClient 
Using default ZkCredentialsProvider
   [junit4]   2> 1388440 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1388441 INFO  (zkCallback-1804-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1ec2087 name:ZooKeeperConnection 
Watcher:127.0.0.1:35720/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1388441 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1388441 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] o.a.s.c.c.SolrZkClient 
Using default ZkACLProvider
   [junit4]   2> 1388441 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] o.a.s.c.c.SolrZkClient 
makePath: /collections/collection1
   [junit4]   2> 1388442 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] o.a.s.c.c.SolrZkClient 
makePath: /collections/collection1/shards
   [junit4]   2> 1388443 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] o.a.s.c.c.SolrZkClient 
makePath: /collections/control_collection
   [junit4]   2> 1388444 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] o.a.s.c.c.SolrZkClient 
makePath: /collections/control_collection/shards
   [junit4]   2> 1388445 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 1388445 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] o.a.s.c.c.SolrZkClient 
makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1388446 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 1388446 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] o.a.s.c.c.SolrZkClient 
makePath: /configs/conf1/schema.xml
   [junit4]   2> 1388447 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1388448 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] o.a.s.c.c.SolrZkClient 
makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1388449 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 1388449 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] o.a.s.c.c.SolrZkClient 
makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1388450 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 1388450 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] o.a.s.c.c.SolrZkClient 
makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1388451 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 1388451 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] o.a.s.c.c.SolrZkClient 
makePath: /configs/conf1/currency.xml
   [junit4]   2> 1388451 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1388452 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] o.a.s.c.c.SolrZkClient 
makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1388452 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1388452 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] o.a.s.c.c.SolrZkClient 
makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1388453 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1388453 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] o.a.s.c.c.SolrZkClient 
makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1388454 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1388454 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] o.a.s.c.c.SolrZkClient 
makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1388455 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 1388455 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] o.a.s.c.c.SolrZkClient 
makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1388456 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] o.a.s.c.c.SolrZkClient 
Using default ZkCredentialsProvider
   [junit4]   2> 1388457 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1388457 INFO  (zkCallback-1806-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@10a8d2c name:ZooKeeperConnection 
Watcher:127.0.0.1:35720/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1388457 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1388458 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] o.a.s.c.c.SolrZkClient 
Using default ZkACLProvider
   [junit4]   2> 1388521 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] o.a.s.SolrTestCaseJ4 
Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_1DCDB84F64372FDE-001/control-001/cores/collection1
   [junit4]   2> 1388524 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] o.e.j.s.Server 
jetty-9.3.8.v20160314
   [junit4]   2> 1388525 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@13af75c{/,null,AVAILABLE}
   [junit4]   2> 1388531 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@bccf8f{SSL,[ssl, 
http/1.1]}{127.0.0.1:33423}
   [junit4]   2> 1388531 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] o.e.j.s.Server Started 
@1389770ms
   [junit4]   2> 1388531 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_1DCDB84F64372FDE-001/tempDir-001/control/data,
 hostContext=/, hostPort=33423, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_1DCDB84F64372FDE-001/control-001/cores}
   [junit4]   2> 1388531 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 1388531 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_1DCDB84F64372FDE-001/control-001'
   [junit4]   2> 1388532 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1388532 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1388532 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] o.a.s.c.c.SolrZkClient 
Using default ZkCredentialsProvider
   [junit4]   2> 1388533 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1388533 INFO  (zkCallback-1807-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1ee47 name:ZooKeeperConnection 
Watcher:127.0.0.1:35720/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1388533 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1388534 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] o.a.s.c.c.SolrZkClient 
Using default ZkACLProvider
   [junit4]   2> 1388534 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1388534 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] o.a.s.c.SolrXmlConfig 
Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_1DCDB84F64372FDE-001/control-001/solr.xml
   [junit4]   2> 1388541 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_1DCDB84F64372FDE-001/control-001/cores
   [junit4]   2> 1388541 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] o.a.s.c.CoreContainer 
New CoreContainer 177333
   [junit4]   2> 1388541 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] o.a.s.c.CoreContainer 
Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_1DCDB84F64372FDE-001/control-001]
   [junit4]   2> 1388541 WARN  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] o.a.s.c.CoreContainer 
Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_1DCDB84F64372FDE-001/control-001/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_1DCDB84F64372FDE-001/control-001/lib
   [junit4]   2> 1388541 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1388543 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1388544 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] o.a.s.l.LogWatcher 
SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1388544 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] o.a.s.l.LogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1388544 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:35720/solr
   [junit4]   2> 1388544 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] o.a.s.c.ZkController 
zkHost includes chroot
   [junit4]   2> 1388544 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] o.a.s.c.c.SolrZkClient 
Using default ZkCredentialsProvider
   [junit4]   2> 1388545 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1388546 INFO  (zkCallback-1810-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@9e8ffe name:ZooKeeperConnection 
Watcher:127.0.0.1:35720 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1388546 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1388547 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] o.a.s.c.c.SolrZkClient 
Using default ZkACLProvider
   [junit4]   2> 1388547 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [n:127.0.0.1:33423_    ] 
o.a.s.c.ZkController Added new OnReconnect listener 
org.apache.solr.cloud.ZkController$$Lambda$28/192547@c2293d
   [junit4]   2> 1388548 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [n:127.0.0.1:33423_    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1388549 INFO  
(zkCallback-1811-thread-1-processing-n:127.0.0.1:33423_) [n:127.0.0.1:33423_    
] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@366004 name:ZooKeeperConnection 
Watcher:127.0.0.1:35720/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1388549 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [n:127.0.0.1:33423_    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1388549 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [n:127.0.0.1:33423_    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1388550 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [n:127.0.0.1:33423_    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1388552 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [n:127.0.0.1:33423_    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1388553 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [n:127.0.0.1:33423_    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1388554 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [n:127.0.0.1:33423_    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1388555 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [n:127.0.0.1:33423_    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1388557 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [n:127.0.0.1:33423_    ] 
o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1388557 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [n:127.0.0.1:33423_    ] 
o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1388558 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [n:127.0.0.1:33423_    ] 
o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1388558 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [n:127.0.0.1:33423_    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1388559 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [n:127.0.0.1:33423_    ] 
o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https}
   [junit4]   2> 1388559 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [n:127.0.0.1:33423_    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1388560 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [n:127.0.0.1:33423_    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1388561 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [n:127.0.0.1:33423_    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1388561 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [n:127.0.0.1:33423_    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1388562 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [n:127.0.0.1:33423_    ] 
o.a.s.c.LeaderElector Joined leadership election with path: 
/overseer_elect/election/95901587089653765-127.0.0.1:33423_-n_0000000000
   [junit4]   2> 1388562 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [n:127.0.0.1:33423_    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:33423_
   [junit4]   2> 1388562 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [n:127.0.0.1:33423_    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 1388562 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [n:127.0.0.1:33423_    ] 
o.a.s.c.Overseer Overseer (id=95901587089653765-127.0.0.1:33423_-n_0000000000) 
starting
   [junit4]   2> 1388563 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [n:127.0.0.1:33423_    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 1388566 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [n:127.0.0.1:33423_    ] 
o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1388566 INFO  
(OverseerCollectionConfigSetProcessor-95901587089653765-127.0.0.1:33423_-n_0000000000)
 [n:127.0.0.1:33423_    ] o.a.s.c.OverseerTaskProcessor Process current queue 
of overseer operations
   [junit4]   2> 1388566 INFO  
(OverseerStateUpdate-95901587089653765-127.0.0.1:33423_-n_0000000000) 
[n:127.0.0.1:33423_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1388566 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [n:127.0.0.1:33423_    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33423_
   [junit4]   2> 1388567 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [n:127.0.0.1:33423_    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:33423_
   [junit4]   2> 1388568 INFO  
(OverseerStateUpdate-95901587089653765-127.0.0.1:33423_-n_0000000000) 
[n:127.0.0.1:33423_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 1388568 INFO  
(zkCallback-1811-thread-1-processing-n:127.0.0.1:33423_) [n:127.0.0.1:33423_    
] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live 
nodes size: [0])
   [junit4]   2> 1388568 INFO  
(zkCallback-1811-thread-1-processing-n:127.0.0.1:33423_) [n:127.0.0.1:33423_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1388604 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [n:127.0.0.1:33423_    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 1388604 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [n:127.0.0.1:33423_    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1388605 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [n:127.0.0.1:33423_    ] 
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_1DCDB84F64372FDE-001/control-001/cores
   [junit4]   2> 1388606 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [n:127.0.0.1:33423_    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, 
config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, 
configSetProperties=configsetprops.json, collection=control_collection, 
coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 1388606 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [n:127.0.0.1:33423_    ] 
o.a.s.c.CorePropertiesLocator Found core collection1 in 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_1DCDB84F64372FDE-001/control-001/cores/collection1
   [junit4]   2> 1388606 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [n:127.0.0.1:33423_    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1388607 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection   x:collection1] o.a.s.c.ZkController 
publishing state=down
   [junit4]   2> 1388607 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection   x:collection1] o.a.s.c.ZkController 
numShards not found on descriptor - reading it from system property
   [junit4]   2> 1388607 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [n:127.0.0.1:33423_    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 1388607 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [n:127.0.0.1:33423_    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1388608 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection   x:collection1] o.a.s.c.ZkController 
Collection control_collection not visible yet, but flagging it so a watch is 
registered when it becomes visible
   [junit4]   2> 1388608 INFO  
(OverseerStateUpdate-95901587089653765-127.0.0.1:33423_-n_0000000000) 
[n:127.0.0.1:33423_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:33423";,
   [junit4]   2>   "node_name":"127.0.0.1:33423_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1388608 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection   x:collection1] 
o.a.s.c.c.ZkStateReader Deleting data for [control_collection]
   [junit4]   2> 1388608 INFO  
(OverseerStateUpdate-95901587089653765-127.0.0.1:33423_-n_0000000000) 
[n:127.0.0.1:33423_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:33423";,
   [junit4]   2>   "node_name":"127.0.0.1:33423_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1388609 INFO  
(OverseerStateUpdate-95901587089653765-127.0.0.1:33423_-n_0000000000) 
[n:127.0.0.1:33423_    ] o.a.s.c.o.ClusterStateMutator building a new cName: 
control_collection
   [junit4]   2> 1388609 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection   x:collection1] o.a.s.c.ZkController 
look for our core node name
   [junit4]   2> 1388609 INFO  
(OverseerStateUpdate-95901587089653765-127.0.0.1:33423_-n_0000000000) 
[n:127.0.0.1:33423_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 1388610 INFO  
(zkCallback-1811-thread-1-processing-n:127.0.0.1:33423_) [n:127.0.0.1:33423_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred 
- updating... (live nodes size: [1])
   [junit4]   2> 1389609 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection   x:collection1] o.a.s.c.ZkController 
waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1389609 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection   x:collection1] o.a.s.c.ZkController 
Check for collection zkNode:control_collection
   [junit4]   2> 1389610 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection   x:collection1] o.a.s.c.ZkController 
Collection zkNode exists
   [junit4]   2> 1389610 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection   x:collection1] 
o.a.s.c.c.ZkStateReader Load collection config from: 
[/collections/control_collection]
   [junit4]   2> 1389610 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection   x:collection1] 
o.a.s.c.c.ZkStateReader path=[/collections/control_collection] 
[configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 1389610 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection   x:collection1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_1DCDB84F64372FDE-001/control-001/cores/collection1'
   [junit4]   2> 1389610 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection   x:collection1] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1389610 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection   x:collection1] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1389612 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection   x:collection1] o.a.s.c.Config loaded 
config solrconfig.xml with version 0 
   [junit4]   2> 1389618 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
current version of requestparams : -1
   [junit4]   2> 1389625 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 1389643 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1389658 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1389752 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1389759 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
default search field in schema is text
   [junit4]   2> 1389760 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
unique key field: id
   [junit4]   2> 1389773 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1389776 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1389778 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 1389778 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 1389780 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection   x:collection1] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/configs/conf1', 
cwd=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 1389780 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
control_collection
   [junit4]   2> 1389780 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1389781 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_1DCDB84F64372FDE-001/control-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_1DCDB84F64372FDE-001/control-001/cores/collection1/data/]
   [junit4]   2> 1389781 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6f14de
   [junit4]   2> 1389781 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_1DCDB84F64372FDE-001/control-001/cores/collection1/data
   [junit4]   2> 1389781 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_1DCDB84F64372FDE-001/control-001/cores/collection1/data/index/
   [junit4]   2> 1389781 WARN  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore [collection1] Solr index directory 
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_1DCDB84F64372FDE-001/control-001/cores/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 1389782 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_1DCDB84F64372FDE-001/control-001/cores/collection1/data/index
   [junit4]   2> 1389782 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=50, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=0.7724609375, 
floorSegmentMB=1.38671875, forceMergeDeletesPctAllowed=23.07386202149822, 
segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.2534602591940408
   [junit4]   2> 1389782 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1ede77 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@144085b),segFN=segments_1,generation=1}
   [junit4]   2> 1389782 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1389783 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:33423_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore 
Looking for old index directories to cleanup for core collection1 in 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_1DCDB84F64372FDE-001/control-001/cores/collection1/data/
   [junit4]   2> 1389784 WARN  
(OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:33423_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.DirectoryFactory 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_1DCDB84F64372FDE-001/control-001/cores/collection1/data/
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 1389787 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"nodistrib"
   [junit4]   2> 1389787 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 1389787 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1389787 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 1389787 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1389787 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-explicit"
   [junit4]   2> 1389788 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 1389788 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 1389788 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating 
implicit default
   [junit4]   2> 1389788 WARN  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1389790 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1389791 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1389792 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1389793 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1389799 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/dump,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file
   [junit4]   2> 1389799 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1389800 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1389800 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1389801 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1389801 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1389801 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=15, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4407014264999861]
   [junit4]   2> 1389801 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1ede77 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@144085b),segFN=segments_1,generation=1}
   [junit4]   2> 1389801 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1389802 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1839726[collection1] main]
   [junit4]   2> 1389802 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.c.ZkStateReader Load collection config from: 
[/collections/control_collection]
   [junit4]   2> 1389802 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.c.ZkStateReader path=[/collections/control_collection] 
[configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 1389802 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the 
RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1389803 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1389803 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 1389803 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1389803 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage No data found for znode 
/configs/conf1/_rest_managed.json
   [junit4]   2> 1389804 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1389804 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1389804 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1389805 INFO  
(searcherExecutor-3939-thread-1-processing-n:127.0.0.1:33423_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:33423_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore 
[collection1] Registered new searcher Searcher@1839726[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1389805 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1389805 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version 
buckets from index
   [junit4]   2> 1389805 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket 
highest value from index
   [junit4]   2> 1389805 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1534425394974818304
   [junit4]   2> 1389807 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 
1534425394974818304
   [junit4]   2> 1389807 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 1389808 INFO  
(coreLoadExecutor-3938-thread-1-processing-n:127.0.0.1:33423_) 
[n:127.0.0.1:33423_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1389808 INFO  
(coreZkRegister-3932-thread-1-processing-n:127.0.0.1:33423_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:33423_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
Register replica - core:collection1 address:https://127.0.0.1:33423 
collection:control_collection shard:shard1
   [junit4]   2> 1389808 INFO  
(coreZkRegister-3932-thread-1-processing-n:127.0.0.1:33423_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:33423_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.c.SolrZkClient makePath: 
/collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1389810 INFO  
(coreZkRegister-3932-thread-1-processing-n:127.0.0.1:33423_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:33423_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.LeaderElector 
Joined leadership election with path: 
/collections/control_collection/leader_elect/shard1/election/95901587089653765-core_node1-n_0000000000
   [junit4]   2> 1389810 INFO  
(coreZkRegister-3932-thread-1-processing-n:127.0.0.1:33423_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:33423_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 
and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 1389811 INFO  
(coreZkRegister-3932-thread-1-processing-n:127.0.0.1:33423_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:33423_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1389811 INFO  
(coreZkRegister-3932-thread-1-processing-n:127.0.0.1:33423_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:33423_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1389811 INFO  
(coreZkRegister-3932-thread-1-processing-n:127.0.0.1:33423_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:33423_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync replicas to https://127.0.0.1:33423/collection1/
   [junit4]   2> 1389811 INFO  
(OverseerStateUpdate-95901587089653765-127.0.0.1:33423_-n_0000000000) 
[n:127.0.0.1:33423_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection"} current state version: 1
   [junit4]   2> 1389811 INFO  
(coreZkRegister-3932-thread-1-processing-n:127.0.0.1:33423_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:33423_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 1389811 INFO  
(coreZkRegister-3932-thread-1-processing-n:127.0.0.1:33423_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:33423_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
https://127.0.0.1:33423/collection1/ has no replicas
   [junit4]   2> 1389812 INFO  
(coreZkRegister-3932-thread-1-processing-n:127.0.0.1:33423_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:33423_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1389813 INFO  
(coreZkRegister-3932-thread-1-processing-n:127.0.0.1:33423_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:33423_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/control_collection/leaders/shard1/leader after winning as 
/collections/control_collection/leader_elect/shard1/election/95901587089653765-core_node1-n_0000000000
   [junit4]   2> 1389814 INFO  
(coreZkRegister-3932-thread-1-processing-n:127.0.0.1:33423_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:33423_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:33423/collection1/ shard1
   [junit4]   2> 1389814 INFO  
(OverseerStateUpdate-95901587089653765-127.0.0.1:33423_-n_0000000000) 
[n:127.0.0.1:33423_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"https://127.0.0.1:33423";,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 1389916 INFO  
(zkCallback-1811-thread-1-processing-n:127.0.0.1:33423_) [n:127.0.0.1:33423_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred 
- updating... (live nodes size: [1])
   [junit4]   2> 1389965 INFO  
(coreZkRegister-3932-thread-1-processing-n:127.0.0.1:33423_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:33423_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
We are https://127.0.0.1:33423/collection1/ and leader is 
https://127.0.0.1:33423/collection1/
   [junit4]   2> 1389965 INFO  
(coreZkRegister-3932-thread-1-processing-n:127.0.0.1:33423_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:33423_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:33423
   [junit4]   2> 1389965 INFO  
(coreZkRegister-3932-thread-1-processing-n:127.0.0.1:33423_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:33423_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 1389965 INFO  
(coreZkRegister-3932-thread-1-processing-n:127.0.0.1:33423_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:33423_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
publishing state=active
   [junit4]   2> 1389965 INFO  
(coreZkRegister-3932-thread-1-processing-n:127.0.0.1:33423_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:33423_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
numShards not found on descriptor - reading it from system property
   [junit4]   2> 1389966 INFO  
(OverseerStateUpdate-95901587089653765-127.0.0.1:33423_-n_0000000000) 
[n:127.0.0.1:33423_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:33423";,
   [junit4]   2>   "node_name":"127.0.0.1:33423_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 2
   [junit4]   2> 1389966 INFO  
(OverseerStateUpdate-95901587089653765-127.0.0.1:33423_-n_0000000000) 
[n:127.0.0.1:33423_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:33423";,
   [junit4]   2>   "node_name":"127.0.0.1:33423_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1390068 INFO  
(zkCallback-1811-thread-1-processing-n:127.0.0.1:33423_) [n:127.0.0.1:33423_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred 
- updating... (live nodes size: [1])
   [junit4]   2> 1390108 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] 
o.a.s.c.s.i.CloudSolrClient Final constructed zkHost string: 
127.0.0.1:35720/solr
   [junit4]   2> 1390109 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] o.a.s.c.c.SolrZkClient 
Using default ZkCredentialsProvider
   [junit4]   2> 1390109 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1390110 INFO  (zkCallback-1815-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@87d295 name:ZooKeeperConnection 
Watcher:127.0.0.1:35720/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1390110 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1390111 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] o.a.s.c.c.SolrZkClient 
Using default ZkACLProvider
   [junit4]   2> 1390111 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1390111 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] 
o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https}
   [junit4]   2> 1390112 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1390112 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] o.a.s.c.ChaosMonkey 
monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1390235 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] o.a.s.SolrTestCaseJ4 
Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_1DCDB84F64372FDE-001/shard-1-001/cores/collection1
   [junit4]   2> 1390235 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_1DCDB84F64372FDE-001/shard-1-001
   [junit4]   2> 1390238 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] o.e.j.s.Server 
jetty-9.3.8.v20160314
   [junit4]   2> 1390239 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@be8f57{/,null,AVAILABLE}
   [junit4]   2> 1390243 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@1d3bbb2{SSL,[ssl, 
http/1.1]}{127.0.0.1:33796}
   [junit4]   2> 1390243 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] o.e.j.s.Server Started 
@1391482ms
   [junit4]   2> 1390243 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_1DCDB84F64372FDE-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=33796, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_1DCDB84F64372FDE-001/shard-1-001/cores}
   [junit4]   2> 1390243 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 1390243 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_1DCDB84F64372FDE-001/shard-1-001'
   [junit4]   2> 1390243 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1390243 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1390244 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] o.a.s.c.c.SolrZkClient 
Using default ZkCredentialsProvider
   [junit4]   2> 1390244 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1390245 INFO  (zkCallback-1816-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1485206 name:ZooKeeperConnection 
Watcher:127.0.0.1:35720/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1390245 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1390245 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] o.a.s.c.c.SolrZkClient 
Using default ZkACLProvider
   [junit4]   2> 1390246 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1390246 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] o.a.s.c.SolrXmlConfig 
Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_1DCDB84F64372FDE-001/shard-1-001/solr.xml
   [junit4]   2> 1390252 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_1DCDB84F64372FDE-001/shard-1-001/cores
   [junit4]   2> 1390252 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] o.a.s.c.CoreContainer 
New CoreContainer 1669563
   [junit4]   2> 1390252 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] o.a.s.c.CoreContainer 
Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_1DCDB84F64372FDE-001/shard-1-001]
   [junit4]   2> 1390252 WARN  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] o.a.s.c.CoreContainer 
Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_1DCDB84F64372FDE-001/shard-1-001/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_1DCDB84F64372FDE-001/shard-1-001/lib
   [junit4]   2> 1390252 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1390253 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1390254 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] o.a.s.l.LogWatcher 
SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1390254 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] o.a.s.l.LogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1390254 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:35720/solr
   [junit4]   2> 1390254 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] o.a.s.c.ZkController 
zkHost includes chroot
   [junit4]   2> 1390254 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] o.a.s.c.c.SolrZkClient 
Using default ZkCredentialsProvider
   [junit4]   2> 1390254 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1390255 INFO  (zkCallback-1819-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@175b279 name:ZooKeeperConnection 
Watcher:127.0.0.1:35720 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1390256 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1390256 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [    ] o.a.s.c.c.SolrZkClient 
Using default ZkACLProvider
   [junit4]   2> 1390256 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [n:127.0.0.1:33796_    ] 
o.a.s.c.ZkController Added new OnReconnect listener 
org.apache.solr.cloud.ZkController$$Lambda$28/192547@c3db16
   [junit4]   2> 1390257 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [n:127.0.0.1:33796_    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1390258 INFO  
(zkCallback-1820-thread-1-processing-n:127.0.0.1:33796_) [n:127.0.0.1:33796_    
] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1cee282 name:ZooKeeperConnection 
Watcher:127.0.0.1:35720/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1390258 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [n:127.0.0.1:33796_    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1390262 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [n:127.0.0.1:33796_    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1390262 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [n:127.0.0.1:33796_    ] 
o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https}
   [junit4]   2> 1390262 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [n:127.0.0.1:33796_    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1390264 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [n:127.0.0.1:33796_    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1390264 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [n:127.0.0.1:33796_    ] 
o.a.s.c.LeaderElector Joined leadership election with path: 
/overseer_elect/election/95901587089653769-127.0.0.1:33796_-n_0000000001
   [junit4]   2> 1390264 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [n:127.0.0.1:33796_    ] 
o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/95901587089653765-127.0.0.1:33423_-n_0000000000 to 
know if I could be the leader
   [junit4]   2> 1390265 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [n:127.0.0.1:33796_    ] 
o.a.s.c.ZkController Publish node=127.0.0.1:33796_ as DOWN
   [junit4]   2> 1390266 INFO  
(OverseerStateUpdate-95901587089653765-127.0.0.1:33423_-n_0000000000) 
[n:127.0.0.1:33423_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:33796_"} current state version: 3
   [junit4]   2> 1390266 INFO  
(OverseerStateUpdate-95901587089653765-127.0.0.1:33423_-n_0000000000) 
[n:127.0.0.1:33423_    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 
127.0.0.1:33796_
   [junit4]   2> 1390368 INFO  (zkCallback-1815-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred 
- updating... (live nodes size: [1])
   [junit4]   2> 1390368 INFO  
(zkCallback-1811-thread-1-processing-n:127.0.0.1:33423_) [n:127.0.0.1:33423_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred 
- updating... (live nodes size: [1])
   [junit4]   2> 1390368 INFO  
(zkCallback-1820-thread-1-processing-n:127.0.0.1:33796_) [n:127.0.0.1:33796_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred 
- updating... (live nodes size: [1])
   [junit4]   2> 1391266 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [n:127.0.0.1:33796_    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33796_
   [junit4]   2> 1391266 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [n:127.0.0.1:33796_    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:33796_
   [junit4]   2> 1391267 INFO  
(zkCallback-1811-thread-1-processing-n:127.0.0.1:33423_) [n:127.0.0.1:33423_    
] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live 
nodes size: [1])
   [junit4]   2> 1391267 INFO  
(zkCallback-1820-thread-1-processing-n:127.0.0.1:33796_) [n:127.0.0.1:33796_    
] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live 
nodes size: [1])
   [junit4]   2> 1391267 INFO  (zkCallback-1815-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live 
nodes size: [1])
   [junit4]   2> 1391268 INFO  
(zkCallback-1811-thread-1-processing-n:127.0.0.1:33423_) [n:127.0.0.1:33423_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1391268 INFO  (zkCallback-1815-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1391271 INFO  
(zkCallback-1820-thread-1-processing-n:127.0.0.1:33796_) [n:127.0.0.1:33796_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1391300 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [n:127.0.0.1:33796_    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 1391300 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [n:127.0.0.1:33796_    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1391300 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [n:127.0.0.1:33796_    ] 
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_1DCDB84F64372FDE-001/shard-1-001/cores
   [junit4]   2> 1391301 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [n:127.0.0.1:33796_    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, 
config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, 
configSetProperties=configsetprops.json, collection=collection1, coreNodeName=, 
dataDir=data/, shard=}
   [junit4]   2> 1391301 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [n:127.0.0.1:33796_    ] 
o.a.s.c.CorePropertiesLocator Found core collection1 in 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_1DCDB84F64372FDE-001/shard-1-001/cores/collection1
   [junit4]   2> 1391301 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [n:127.0.0.1:33796_    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1391302 INFO  
(coreLoadExecutor-3949-thread-1-processing-n:127.0.0.1:33796_) 
[n:127.0.0.1:33796_ c:collection1   x:collection1] o.a.s.c.ZkController 
publishing state=down
   [junit4]   2> 1391302 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [n:127.0.0.1:33796_    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 1391302 INFO  
(TEST-SyncSliceTest.test-seed#[1DCDB84F64372FDE]) [n:127.0.0.1:33796_    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1391302 INFO  
(coreLoadExecutor-3949-thread-1-processing-n:127.0.0.1:33796_) 
[n:127.0.0.1:33796_ c:collection1   x:collection1] o.a.s.c.ZkController 
numShards not found on descriptor - reading it from system property
   [junit4]   2> 1391303 INFO  
(coreLoadExecutor-3949-thread-1-processing-n:127.0.0.1:33796_) 
[n:127.0.0.1:33796_ c:collection1   x:collection1] o.a.s.c.ZkController 
Collection collection1 not visible yet, but flagging it so a watch is 
registered when it becomes visible
   [junit4]   2> 1391303 INFO  
(OverseerStateUpdate-95901587089653765-127.0.0.1:33423_-n_0000000000) 
[n:127.0.0.1:33423_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:33796";,
   [junit4]   2>   "node_name":"127.0.0.1:33796_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"} current state version: 4
   [junit4]   2> 1391303 INFO  
(OverseerStateUpdate-95901587089653765-127.0.0.1:33423_-n_0000000000) 
[n:127.0.0.1:33423_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:33796";,
   [junit4]   2>   "node_name":"127.0.0.1:33796_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1391303 INFO  
(coreLoadExecutor-3949-thread-1-processing-n:127.0.0.1:33796_) 
[n:127.0.0.1:33796_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader 
Deleting data for [collection1]
   [junit4]   2> 1391303 INFO  
(OverseerStateUpdate-95901587089653765-127.0.0.1:33423_-n_0000000000) 
[n:127.0.0.1:33423_    ] o.a.s.c.o.ClusterStateMutator building a new cName: 
collection1
   [junit4]   2> 1391304 INFO  
(OverseerStateUpdate-95901587089653765-127.0.0.1:33423_-n_0000000000) 
[n:127.0.0.1:33423_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 1391304 INFO  
(coreLoadExecutor-3949-thread-1-processing-n:127.0.0.1:33796_) 
[n:127.0.0.1:33796_ c:collection1   x:collection1] o.a.s.c.ZkController look 
for our core node name
   [junit4]   2> 1391405 INFO  
(zkCallback-1811-thread-1-processing-n:127.0.0.1:33423_) [n:127.0.0.1:33423_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred 
- updating... (live nodes size: [2])
   [junit4]   2> 1391405 INFO  (zkCallback-1815-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred 
- updating... (live nodes size: [2])
   [junit4]   2> 1391405 INFO  
(zkCallback-1820-thread-1-processing-n:127.0.0.1:33796_) [n:127.0.0.1:33796_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred 
- updating... (live nodes size: [2])
   [junit4]   2> 1392304 INFO  
(coreLoadExecutor-3949-thread-1-processing-n:127.0.0.1:33796_) 
[n:127.0.0.1:33796_ c:collection1   x:collection1] o.a.s.c.ZkController waiting 
to find shard id in clusterstate for collection1
   [junit4]   2> 1392304 INFO  
(coreLoadExecutor-3949-thread-1-processing-n:127.0.0.1:33796_) 
[n:127.0.0.1:33796_ c:collection1   x:collection1] o.a.s.c.ZkController Check 
for collection zkNode:collection1
   [junit4]   2> 1392305 INFO  
(coreLoadExecutor-3949-thread-1-processing-n:127.0.0.1:33796_) 
[n:127.0.0.1:33796_ c:collection1   x:collection1] o.a.s.c.ZkController 
Collection zkNode exists
   [junit4]   2> 1392305 INFO  
(coreLoadExecutor-3949-thread-1-processing-n:127.0.0.1:33796_) 
[n:127.0.0.1:33796_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Load 
collection config from: [/collections/collection1]
   [junit4]   2> 1392305 INFO  
(coreLoadExecutor-3949-thread-1-processing-n:127.0.0.1:33796_) 
[n:127.0.0.1:33796_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader 
path=[/collections/collection1] [configName]=[conf1] specified config exists in 
ZooKeeper
   [junit4]   2> 1392305 INFO  
(coreLoadExecutor-3949-thread-1-processing-n:127.0.0.1:33796_) 
[n:127.0.0.1:33796_ c:collection1   x:collection1] o.a.s.c.SolrResourceLoader 
new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_1DCDB84F64372FDE-001/shard-1-001/cores/collection1'
   [junit4]   2> 1392305 INFO  
(coreLoadExecutor-3949-thread-1-processing-n:127.0.0.1:33796_) 
[n:127.0.0.1:33796_ c:collection1   x:collection1] o.a.s.c.SolrResourceLoader 
JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1392305 INFO  
(coreLoadExecutor-3949-thread-1-processing-n:127.0.0.1:33796_) 
[n:127.0.0.1:33796_ c:collection1   x:collection1] o.a.s.c.SolrResourceLoader 
solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1392307 INFO  
(coreLoadExecutor-3949-thread-1-processing-n:127.0.0.1:33796_) 
[n:127.0.0.1:33796_ c:collection1   x:collection1] o.a.s.c.Config loaded config 
solrconfig.xml with version 0 

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

_shard1_replica2/data
   [junit4]   2> 2644423 WARN  (Thread-6024) [n:127.0.0.1:34436_solr 
c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica2] 
o.a.s.c.ZkController listener throws error
   [junit4]   2> org.apache.solr.common.SolrException: Unable to reload core 
[testschemaapi_shard1_replica2]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.reload(CoreContainer.java:921)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.lambda$getConfListener$6(SolrCore.java:2490)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController$4.run(ZkController.java:2409)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Could not 
find config name for collection:testschemaapi
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:773)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.reload(SolrCore.java:462)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.reload(CoreContainer.java:915)
   [junit4]   2>        ... 2 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Could not 
find config name for collection:testschemaapi
   [junit4]   2>        at 
org.apache.solr.rest.ManagedResourceStorage.newStorageIO(ManagedResourceStorage.java:101)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.initRestManager(SolrCore.java:2285)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:749)
   [junit4]   2>        ... 4 more
   [junit4]   2> May 15, 2016 8:15:44 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): 
{_version_=Lucene50(blocksize=128), 
id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 
myNewField1=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 myNewField=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{}, 
maxPointsInLeafNode=1461, maxMBSortInHeap=7.513531988161887, 
sim=ClassicSimilarity, locale=pl, timezone=Pacific/Chatham
   [junit4]   2> NOTE: Linux 4.4.0-21-generic i386/Oracle Corporation 1.8.0_92 
(32-bit)/cpus=12,threads=1,free=190521496,total=389283840
   [junit4]   2> NOTE: All tests run in this JVM: [TestLuceneMatchVersion, 
TestConfigSetImmutable, ForceLeaderTest, CopyFieldTest, TestFastOutputStream, 
FileBasedSpellCheckerTest, TestManagedResourceStorage, TestDynamicLoading, 
TestTrackingShardHandlerFactory, IndexSchemaTest, TestSolrQueryParserResource, 
TestDynamicFieldCollectionResource, TestSchemaVersionResource, 
AnalysisErrorHandlingTest, TestSchemaNameResource, QueryElevationComponentTest, 
QueryEqualityTest, RulesTest, OutputWriterTest, TestGraphTermsQParserPlugin, 
SparseHLLTest, HdfsRestartWhileUpdatingTest, SmileWriterTest, 
PingRequestHandlerTest, TestSolrXml, PrimUtilsTest, 
TestDocBasedVersionConstraints, SOLR749Test, TestLeaderElectionZkExpiry, 
PathHierarchyTokenizerFactoryTest, AsyncCallRequestStatusResponseTest, 
BasicDistributedZkTest, BigEndianAscendingWordSerializerTest, 
ConjunctionSolrSpellCheckerTest, TestCrossCoreJoin, TestPhraseSuggestions, 
TestFileDictionaryLookup, SharedFSAutoReplicaFailoverTest, 
TestHighlightDedupGrouping, TestNamedUpdateProcessors, PeerSyncTest, 
TestIBSimilarityFactory, EchoParamsTest, FullHLLTest, 
CoreMergeIndexesAdminHandlerTest, TestAtomicUpdateErrorCases, 
DistributedQueryElevationComponentTest, HdfsChaosMonkeyNothingIsSafeTest, 
TestPseudoReturnFields, ReturnFieldsTest, JsonLoaderTest, DistanceUnitsTest, 
PKIAuthenticationIntegrationTest, TestRandomDVFaceting, 
CurrencyFieldOpenExchangeTest, TestXmlQParser, HdfsNNFailoverTest, 
TestSSLRandomization, TestDefaultStatsCache, TestComponentsName, 
JSONWriterTest, ReplicationFactorTest, TestShardHandlerFactory, 
TestConfigSetsAPIExclusivity, PolyFieldTest, CursorPagingTest, 
AnalyticsQueryTest, WrapperMergePolicyFactoryTest, 
TestMiniSolrCloudClusterBase, TestSolrCloudWithKerberosAlt, 
LeaderElectionIntegrationTest, DeleteStatusTest, TestAnalyzedSuggestions, 
TestSolr4Spatial, SolrRequestParserTest, SolrCoreTest, TestStandardQParsers, 
DistribJoinFromCollectionTest, TestConfig, TestCustomDocTransformer, 
TestPerFieldSimilarityClassic, TestSolrConfigHandlerConcurrent, 
ZkStateWriterTest, PreAnalyzedFieldTest, TestSolrCLIRunExample, 
TestBinaryField, CollectionTooManyReplicasTest, MultiThreadedOCPTest, 
UUIDFieldTest, TestExactStatsCache, TestOrdValues, CreateCollectionCleanupTest, 
LeaderInitiatedRecoveryOnCommitTest, OverseerCollectionConfigSetProcessorTest, 
DocumentAnalysisRequestHandlerTest, TestBadConfig, 
CloudExitableDirectoryReaderTest, IndexSchemaRuntimeFieldTest, 
UnloadDistributedZkTest, OpenCloseCoreStressTest, ShardRoutingTest, 
BasicZkTest, RecoveryZkTest, TestReplicationHandler, TestRandomFaceting, 
ZkSolrClientTest, TestDistributedGrouping, ZkControllerTest, 
HardAutoCommitTest, TestSort, TestFunctionQuery, TestLazyCores, 
DirectUpdateHandlerTest, SolrIndexSplitterTest, SimplePostToolTest, 
AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, 
TestFoldingMultitermQuery, SuggesterTest, TestStressLucene, TestTrie, 
TestCSVLoader, SchemaVersionSpecificBehaviorTest, 
SolrCoreCheckLockOnStartupTest, FieldMutatingUpdateProcessorTest, 
TestWordDelimiterFilterFactory, TestRemoteStreaming, DebugComponentTest, 
LukeRequestHandlerTest, StandardRequestHandlerTest, DirectSolrSpellCheckerTest, 
TestOmitPositions, TestValueSourceCache, MoreLikeThisHandlerTest, 
TestArbitraryIndexDir, UniqFieldsUpdateProcessorFactoryTest, 
TestPHPSerializedResponseWriter, SolrIndexConfigTest, TestDFRSimilarityFactory, 
TestLMJelinekMercerSimilarityFactory, URLClassifyProcessorTest, 
TestFastLRUCache, DOMUtilTest, RAMDirectoryFactoryTest, TestLRUCache, 
ZkNodePropsTest, FileUtilsTest, DistributedIntervalFacetingTest, 
CdcrReplicationDistributedZkTest, CdcrRequestHandlerTest, 
CdcrVersionReplicationTest, ConcurrentDeleteAndCreateCollectionTest, 
ConnectionManagerTest, DeleteInactiveReplicaTest, DeleteShardTest, 
LeaderInitiatedRecoveryOnShardRestartTest, MigrateRouteKeyTest, 
OverseerTaskQueueTest, RemoteQueryErrorTest, SolrCloudExampleTest, 
TestCloudBackupRestore, TestCloudPivotFacet, TestConfigSetsAPI, 
TestConfigSetsAPIZkFailure, TestDistribDocBasedVersion, 
TestDownShardTolerantSearch, TestLeaderInitiatedRecoveryThread, 
TestRequestStatusCollectionAPI, TlogReplayBufferedWhileIndexingTest, 
VMParamsZkACLAndCredentialsProvidersTest, BlobRepositoryCloudTest, 
ExitableDirectoryReaderTest, HdfsDirectoryFactoryTest, QueryResultKeyTest, 
TestConfigSets, TestImplicitCoreProperties, TestInfoStreamLogging, 
TestInitParams, TestSolrConfigHandler, TestRestoreCore, 
CoreAdminCreateDiscoverTest, InfoHandlerTest, SecurityConfHandlerTest, 
SegmentsInfoRequestHandlerTest, DistributedDebugComponentTest, 
DistributedFacetPivotLargeTest, DistributedFacetPivotSmallAdvancedTest, 
DistributedFacetPivotSmallTest, DistributedQueryComponentOptimizationTest, 
TestPivotHelperCode, CheckHdfsIndexTest, TestGeoJSONResponseWriter, 
TestRawResponseWriter, TestRawTransformer, TestSolrQueryResponse, 
TestSortingResponseWriter, TestSubQueryTransformerCrossCore, 
TestCopyFieldCollectionResource, TestDefaultSearchFieldResource, 
TestFieldResource, TestFieldTypeResource, TestSchemaSimilarityResource, 
TestManagedStopFilterFactory, BadCopyFieldTest, SpatialRPTFieldTypeTest, 
TestManagedSchema, TestManagedSchemaAPI]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestManagedSchemaAPI -Dtests.seed=1DCDB84F64372FDE 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=pl 
-Dtests.timezone=Pacific/Chatham -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | TestManagedSchemaAPI (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ObjectTracker found 4 
object(s) that were not released!!! [MockDirectoryWrapper, 
MockDirectoryWrapper, MDCAwareThreadPoolExecutor, TransactionLog]
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([1DCDB84F64372FDE]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:256)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed [530/598 (3!)] on J0 in 17.99s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 235 lines...]
   [junit4] JVM J2: stdout was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/temp/junit4-J2-20160515_193138_546.sysout
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Dumping heap to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/heapdumps/java_pid17549.hprof ...
   [junit4] Heap dump file created [513878675 bytes in 1.946 secs]
   [junit4] <<< JVM J2: EOF ----

[...truncated 12 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:740: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:684: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:59: The following error 
occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build.xml:233: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/common-build.xml:529: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/common-build.xml:1457: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/common-build.xml:1014: 
There were test failures: 598 suites (10 ignored), 2420 tests, 1 suite-level 
error, 1 error, 1 failure, 115 ignored (71 assumptions) [seed: 1DCDB84F64372FDE]

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


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

Reply via email to