Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/811/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseG1GC

3 tests failed.
FAILED:  org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithSourceCluster

Error Message:
Document mismatch on target after sync expected:<20000> but was:<10000>

Stack Trace:
java.lang.AssertionError: Document mismatch on target after sync 
expected:<20000> but was:<10000>
        at 
__randomizedtesting.SeedInfo.seed([C43157A1FF252496:1D670665FC4137DC]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at 
org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithSourceCluster(CdcrBootstrapTest.java:249)
        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 
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.TestDownShardTolerantSearch.searchingShouldFailWithoutTolerantSearchSetToTrue

Error Message:
Error message from server should have the name of the down shard

Stack Trace:
java.lang.AssertionError: Error message from server should have the name of the 
down shard
        at 
__randomizedtesting.SeedInfo.seed([C43157A1FF252496:F6E1F6AAFA8745F7]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.TestDownShardTolerantSearch.searchingShouldFailWithoutTolerantSearchSetToTrue(TestDownShardTolerantSearch.java:68)
        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:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java: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.TestLocalFSCloudBackupRestore.test

Error Message:
Error from server at http://127.0.0.1:33538/solr: specified location 
file:///location/does/not/exist does not exist.

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:33538/solr: specified location 
file:///location/does/not/exist does not exist.
        at 
__randomizedtesting.SeedInfo.seed([C43157A1FF252496:4C65687B51D9496E]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:608)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:415)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:367)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1280)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1050)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:992)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:166)
        at 
org.apache.solr.cloud.AbstractCloudBackupRestoreTestCase.testInvalidPath(AbstractCloudBackupRestoreTestCase.java:148)
        at 
org.apache.solr.cloud.AbstractCloudBackupRestoreTestCase.test(AbstractCloudBackupRestoreTestCase.java:127)
        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 
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)




Build Log:
[...truncated 11414 lines...]
   [junit4] Suite: org.apache.solr.cloud.CdcrBootstrapTest
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrBootstrapTest_C43157A1FF252496-001/init-core-data-001
   [junit4]   2> 1437957 INFO  
(SUITE-CdcrBootstrapTest-seed#[C43157A1FF252496]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1437959 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[C43157A1FF252496])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
testBootstrapWithContinousIndexingOnSourceCluster
   [junit4]   2> 1437959 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[C43157A1FF252496])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1437960 INFO  (Thread-4225) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1437960 INFO  (Thread-4225) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1438059 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[C43157A1FF252496])
 [    ] o.a.s.c.ZkTestServer start zk server on port:51899
   [junit4]   2> 1438060 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[C43157A1FF252496])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1438061 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[C43157A1FF252496])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1438064 INFO  (zkCallback-1857-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@35f024c9 
name:ZooKeeperConnection Watcher:127.0.0.1:51899 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1438064 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[C43157A1FF252496])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1438064 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[C43157A1FF252496])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1438064 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[C43157A1FF252496])
 [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 1438070 INFO  (jetty-launcher-1856-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1438071 INFO  (jetty-launcher-1856-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@764d3c38{/solr,null,AVAILABLE}
   [junit4]   2> 1438071 INFO  (jetty-launcher-1856-thread-1) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@410a4f14{HTTP/1.1,[http/1.1]}{127.0.0.1:46193}
   [junit4]   2> 1438071 INFO  (jetty-launcher-1856-thread-1) [    ] 
o.e.j.s.Server Started @1443623ms
   [junit4]   2> 1438071 INFO  (jetty-launcher-1856-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=46193}
   [junit4]   2> 1438071 INFO  (jetty-launcher-1856-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 1438071 INFO  (jetty-launcher-1856-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrBootstrapTest_C43157A1FF252496-001/cdcr-target-001/node1'
   [junit4]   2> 1438071 INFO  (jetty-launcher-1856-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1438071 INFO  (jetty-launcher-1856-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1438072 INFO  (jetty-launcher-1856-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1438072 INFO  (jetty-launcher-1856-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1438094 INFO  (zkCallback-1858-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@6e84c7b name:ZooKeeperConnection 
Watcher:127.0.0.1:51899/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1438094 INFO  (jetty-launcher-1856-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1438094 INFO  (jetty-launcher-1856-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1438095 INFO  (jetty-launcher-1856-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1438100 INFO  (jetty-launcher-1856-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrBootstrapTest_C43157A1FF252496-001/cdcr-target-001/node1/.
   [junit4]   2> 1438100 INFO  (jetty-launcher-1856-thread-1) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1359682207
   [junit4]   2> 1438100 INFO  (jetty-launcher-1856-thread-1) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrBootstrapTest_C43157A1FF252496-001/cdcr-target-001/node1]
   [junit4]   2> 1438101 WARN  (jetty-launcher-1856-thread-1) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrBootstrapTest_C43157A1FF252496-001/cdcr-target-001/node1/lib
 to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrBootstrapTest_C43157A1FF252496-001/cdcr-target-001/node1/lib
   [junit4]   2> 1438101 INFO  (jetty-launcher-1856-thread-1) [    ] 
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,
   [junit4]   2> 1438103 INFO  (jetty-launcher-1856-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 1438103 INFO  (jetty-launcher-1856-thread-1) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1438103 INFO  (jetty-launcher-1856-thread-1) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1438103 INFO  (jetty-launcher-1856-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51899/solr
   [junit4]   2> 1438103 INFO  (jetty-launcher-1856-thread-1) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1438103 INFO  (jetty-launcher-1856-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1438103 INFO  (jetty-launcher-1856-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1438105 INFO  (zkCallback-1861-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@17cbdec8 
name:ZooKeeperConnection Watcher:127.0.0.1:51899 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1438106 INFO  (jetty-launcher-1856-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1438106 INFO  (jetty-launcher-1856-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1438107 INFO  (jetty-launcher-1856-thread-1) 
[n:127.0.0.1:46193_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$68/571569481@35a51f8e
   [junit4]   2> 1438108 INFO  (jetty-launcher-1856-thread-1) 
[n:127.0.0.1:46193_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1438109 INFO  
(zkCallback-1862-thread-1-processing-n:127.0.0.1:46193_solr) 
[n:127.0.0.1:46193_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@79c6a0ae 
name:ZooKeeperConnection Watcher:127.0.0.1:51899/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1438109 INFO  (jetty-launcher-1856-thread-1) 
[n:127.0.0.1:46193_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 1438111 INFO  (jetty-launcher-1856-thread-1) 
[n:127.0.0.1:46193_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1438114 INFO  (jetty-launcher-1856-thread-1) 
[n:127.0.0.1:46193_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 1438117 INFO  (jetty-launcher-1856-thread-1) 
[n:127.0.0.1:46193_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 1438119 INFO  (jetty-launcher-1856-thread-1) 
[n:127.0.0.1:46193_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 1438121 INFO  (jetty-launcher-1856-thread-1) 
[n:127.0.0.1:46193_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 1438123 INFO  (jetty-launcher-1856-thread-1) 
[n:127.0.0.1:46193_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1438124 INFO  (jetty-launcher-1856-thread-1) 
[n:127.0.0.1:46193_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1438125 INFO  (jetty-launcher-1856-thread-1) 
[n:127.0.0.1:46193_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1438126 INFO  (jetty-launcher-1856-thread-1) 
[n:127.0.0.1:46193_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1438127 INFO  (jetty-launcher-1856-thread-1) 
[n:127.0.0.1:46193_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1438128 INFO  (jetty-launcher-1856-thread-1) 
[n:127.0.0.1:46193_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1438129 INFO  (jetty-launcher-1856-thread-1) 
[n:127.0.0.1:46193_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster 
properties
   [junit4]   2> 1438130 INFO  (jetty-launcher-1856-thread-1) 
[n:127.0.0.1:46193_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 1438132 INFO  (jetty-launcher-1856-thread-1) 
[n:127.0.0.1:46193_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1438134 INFO  (jetty-launcher-1856-thread-1) 
[n:127.0.0.1:46193_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 1438135 INFO  (jetty-launcher-1856-thread-1) 
[n:127.0.0.1:46193_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1438135 INFO  (jetty-launcher-1856-thread-1) 
[n:127.0.0.1:46193_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96487828253310979-127.0.0.1:46193_solr-n_0000000000
   [junit4]   2> 1438136 INFO  (jetty-launcher-1856-thread-1) 
[n:127.0.0.1:46193_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:46193_solr
   [junit4]   2> 1438136 INFO  (jetty-launcher-1856-thread-1) 
[n:127.0.0.1:46193_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/leader
   [junit4]   2> 1438137 INFO  (jetty-launcher-1856-thread-1) 
[n:127.0.0.1:46193_solr    ] o.a.s.c.Overseer Overseer 
(id=96487828253310979-127.0.0.1:46193_solr-n_0000000000) starting
   [junit4]   2> 1438139 INFO  (jetty-launcher-1856-thread-1) 
[n:127.0.0.1:46193_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/queue-work
   [junit4]   2> 1438147 INFO  (jetty-launcher-1856-thread-1) 
[n:127.0.0.1:46193_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1438149 INFO  
(OverseerCollectionConfigSetProcessor-96487828253310979-127.0.0.1:46193_solr-n_0000000000)
 [n:127.0.0.1:46193_solr    ] o.a.s.c.OverseerTaskProcessor Process current 
queue of overseer operations
   [junit4]   2> 1438149 INFO  (jetty-launcher-1856-thread-1) 
[n:127.0.0.1:46193_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46193_solr
   [junit4]   2> 1438149 INFO  (jetty-launcher-1856-thread-1) 
[n:127.0.0.1:46193_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:46193_solr
   [junit4]   2> 1438149 INFO  
(OverseerStateUpdate-96487828253310979-127.0.0.1:46193_solr-n_0000000000) 
[n:127.0.0.1:46193_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1438152 INFO  
(zkCallback-1862-thread-1-processing-n:127.0.0.1:46193_solr) 
[n:127.0.0.1:46193_solr    ] 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> 1438153 INFO  
(OverseerStateUpdate-96487828253310979-127.0.0.1:46193_solr-n_0000000000) 
[n:127.0.0.1:46193_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1438156 INFO  
(zkCallback-1862-thread-1-processing-n:127.0.0.1:46193_solr) 
[n:127.0.0.1:46193_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (1)
   [junit4]   2> 1438181 INFO  (jetty-launcher-1856-thread-1) 
[n:127.0.0.1:46193_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 1438181 INFO  (jetty-launcher-1856-thread-1) 
[n:127.0.0.1:46193_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 1438182 INFO  (jetty-launcher-1856-thread-1) 
[n:127.0.0.1:46193_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrBootstrapTest_C43157A1FF252496-001/cdcr-target-001/node1/.
   [junit4]   2> 1438182 INFO  (jetty-launcher-1856-thread-1) 
[n:127.0.0.1:46193_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 1438186 INFO  (jetty-launcher-1856-thread-1) 
[n:127.0.0.1:46193_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 1438186 INFO  (jetty-launcher-1856-thread-1) 
[n:127.0.0.1:46193_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 1438186 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[C43157A1FF252496])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1438187 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[C43157A1FF252496])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1438189 INFO  (zkCallback-1864-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@71890145 
name:ZooKeeperConnection Watcher:127.0.0.1:51899 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1438189 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[C43157A1FF252496])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1438190 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[C43157A1FF252496])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1438194 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[C43157A1FF252496])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1438194 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[C43157A1FF252496])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1438203 INFO  (zkCallback-1866-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1457d79d 
name:ZooKeeperConnection Watcher:127.0.0.1:51899 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1438203 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[C43157A1FF252496])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1438203 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[C43157A1FF252496])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   1> Target zkHost = 127.0.0.1:51899/solr
   [junit4]   2> 1438206 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[C43157A1FF252496])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1438209 INFO  (Thread-4238) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1438209 INFO  (Thread-4238) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1438212 WARN  (Thread-4238) [    ] o.a.z.j.MBeanRegistry 
Failed to register MBean StandaloneServer_port-1
   [junit4]   2> 1438212 WARN  (Thread-4238) [    ] o.a.z.s.ZooKeeperServer 
Failed to register with JMX
   [junit4]   2> javax.management.InstanceAlreadyExistsException: 
org.apache.ZooKeeperService:name0=StandaloneServer_port-1
   [junit4]   2>        at 
com.sun.jmx.mbeanserver.Repository.addMBean(Repository.java:437)
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerWithRepository(DefaultMBeanServerInterceptor.java:1898)
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerDynamicMBean(DefaultMBeanServerInterceptor.java:966)
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerObject(DefaultMBeanServerInterceptor.java:900)
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerMBean(DefaultMBeanServerInterceptor.java:324)
   [junit4]   2>        at 
com.sun.jmx.mbeanserver.JmxMBeanServer.registerMBean(JmxMBeanServer.java:522)
   [junit4]   2>        at 
org.apache.zookeeper.jmx.MBeanRegistry.register(MBeanRegistry.java:96)
   [junit4]   2>        at 
org.apache.zookeeper.server.ZooKeeperServer.registerJMX(ZooKeeperServer.java:377)
   [junit4]   2>        at 
org.apache.zookeeper.server.ZooKeeperServer.startup(ZooKeeperServer.java:410)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.startup(NIOServerCnxnFactory.java:123)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkTestServer$ZKServerMain.runFromConfig(ZkTestServer.java:309)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkTestServer$2.run(ZkTestServer.java:491)
   [junit4]   2> 1438309 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[C43157A1FF252496])
 [    ] o.a.s.c.ZkTestServer start zk server on port:59117
   [junit4]   2> 1438309 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[C43157A1FF252496])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1438309 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[C43157A1FF252496])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1438312 INFO  (zkCallback-1868-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@3013427a 
name:ZooKeeperConnection Watcher:127.0.0.1:59117 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1438312 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[C43157A1FF252496])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1438313 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[C43157A1FF252496])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1438313 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[C43157A1FF252496])
 [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 1438317 INFO  (jetty-launcher-1867-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1438319 INFO  (jetty-launcher-1867-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@13c74f83{/solr,null,AVAILABLE}
   [junit4]   2> 1438319 INFO  (jetty-launcher-1867-thread-1) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@47ecedb4{HTTP/1.1,[http/1.1]}{127.0.0.1:35721}
   [junit4]   2> 1438319 INFO  (jetty-launcher-1867-thread-1) [    ] 
o.e.j.s.Server Started @1443871ms
   [junit4]   2> 1438319 INFO  (jetty-launcher-1867-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=35721}
   [junit4]   2> 1438319 INFO  (jetty-launcher-1867-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 1438319 INFO  (jetty-launcher-1867-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrBootstrapTest_C43157A1FF252496-001/cdcr-source-001/node1'
   [junit4]   2> 1438319 INFO  (jetty-launcher-1867-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1438319 INFO  (jetty-launcher-1867-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1438320 INFO  (jetty-launcher-1867-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1438320 INFO  (jetty-launcher-1867-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1438322 INFO  (zkCallback-1869-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@79d52e80 
name:ZooKeeperConnection Watcher:127.0.0.1:59117/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1438322 INFO  (jetty-launcher-1867-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1438322 INFO  (jetty-launcher-1867-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1438322 INFO  (jetty-launcher-1867-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1438327 INFO  (jetty-launcher-1867-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrBootstrapTest_C43157A1FF252496-001/cdcr-source-001/node1/.
   [junit4]   2> 1438327 INFO  (jetty-launcher-1867-thread-1) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1895721518
   [junit4]   2> 1438327 INFO  (jetty-launcher-1867-thread-1) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrBootstrapTest_C43157A1FF252496-001/cdcr-source-001/node1]
   [junit4]   2> 1438327 WARN  (jetty-launcher-1867-thread-1) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrBootstrapTest_C43157A1FF252496-001/cdcr-source-001/node1/lib
 to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrBootstrapTest_C43157A1FF252496-001/cdcr-source-001/node1/lib
   [junit4]   2> 1438328 INFO  (jetty-launcher-1867-thread-1) [    ] 
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,
   [junit4]   2> 1438329 INFO  (jetty-launcher-1867-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 1438329 INFO  (jetty-launcher-1867-thread-1) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1438329 INFO  (jetty-launcher-1867-thread-1) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1438329 INFO  (jetty-launcher-1867-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59117/solr
   [junit4]   2> 1438329 INFO  (jetty-launcher-1867-thread-1) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1438329 INFO  (jetty-launcher-1867-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1438330 INFO  (jetty-launcher-1867-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1438332 INFO  (zkCallback-1872-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@339beac8 
name:ZooKeeperConnection Watcher:127.0.0.1:59117 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1438332 INFO  (jetty-launcher-1867-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1438332 INFO  (jetty-launcher-1867-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1438334 INFO  (jetty-launcher-1867-thread-1) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$68/571569481@33ff0240
   [junit4]   2> 1438334 INFO  (jetty-launcher-1867-thread-1) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1438336 INFO  
(zkCallback-1873-thread-1-processing-n:127.0.0.1:35721_solr) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@54576b80 
name:ZooKeeperConnection Watcher:127.0.0.1:59117/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1438336 INFO  (jetty-launcher-1867-thread-1) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 1438337 INFO  (jetty-launcher-1867-thread-1) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1438340 INFO  (jetty-launcher-1867-thread-1) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 1438344 INFO  (jetty-launcher-1867-thread-1) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 1438347 INFO  (jetty-launcher-1867-thread-1) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 1438350 INFO  (jetty-launcher-1867-thread-1) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 1438352 INFO  (jetty-launcher-1867-thread-1) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1438354 INFO  (jetty-launcher-1867-thread-1) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1438356 INFO  (jetty-launcher-1867-thread-1) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1438357 INFO  (jetty-launcher-1867-thread-1) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1438359 INFO  (jetty-launcher-1867-thread-1) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1438361 INFO  (jetty-launcher-1867-thread-1) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1438362 INFO  (jetty-launcher-1867-thread-1) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster 
properties
   [junit4]   2> 1438363 INFO  (jetty-launcher-1867-thread-1) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 1438366 INFO  (jetty-launcher-1867-thread-1) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1438368 INFO  (jetty-launcher-1867-thread-1) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 1438370 INFO  (jetty-launcher-1867-thread-1) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1438371 INFO  (jetty-launcher-1867-thread-1) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96487828269694979-127.0.0.1:35721_solr-n_0000000000
   [junit4]   2> 1438371 INFO  (jetty-launcher-1867-thread-1) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:35721_solr
   [junit4]   2> 1438371 INFO  (jetty-launcher-1867-thread-1) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/leader
   [junit4]   2> 1438373 INFO  (jetty-launcher-1867-thread-1) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.Overseer Overseer 
(id=96487828269694979-127.0.0.1:35721_solr-n_0000000000) starting
   [junit4]   2> 1438376 INFO  (jetty-launcher-1867-thread-1) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/queue-work
   [junit4]   2> 1438384 INFO  (jetty-launcher-1867-thread-1) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1438385 INFO  
(OverseerCollectionConfigSetProcessor-96487828269694979-127.0.0.1:35721_solr-n_0000000000)
 [n:127.0.0.1:35721_solr    ] o.a.s.c.OverseerTaskProcessor Process current 
queue of overseer operations
   [junit4]   2> 1438385 INFO  (jetty-launcher-1867-thread-1) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35721_solr
   [junit4]   2> 1438385 INFO  (jetty-launcher-1867-thread-1) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:35721_solr
   [junit4]   2> 1438385 INFO  
(OverseerStateUpdate-96487828269694979-127.0.0.1:35721_solr-n_0000000000) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1438387 INFO  
(zkCallback-1873-thread-1-processing-n:127.0.0.1:35721_solr) 
[n:127.0.0.1:35721_solr    ] 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> 1438388 INFO  
(OverseerStateUpdate-96487828269694979-127.0.0.1:35721_solr-n_0000000000) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1438389 INFO  
(zkCallback-1873-thread-1-processing-n:127.0.0.1:35721_solr) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (1)
   [junit4]   2> 1438403 INFO  (jetty-launcher-1867-thread-1) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 1438403 INFO  (jetty-launcher-1867-thread-1) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 1438404 INFO  (jetty-launcher-1867-thread-1) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrBootstrapTest_C43157A1FF252496-001/cdcr-source-001/node1/.
   [junit4]   2> 1438404 INFO  (jetty-launcher-1867-thread-1) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 1438405 INFO  (jetty-launcher-1867-thread-1) 
[n:127.0.0.1:35721_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 1438405 INFO  (jetty-launcher-1867-thread-1) 
[n:127.0.0.1:35721_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 1438405 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[C43157A1FF252496])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1438406 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[C43157A1FF252496])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1438407 INFO  (zkCallback-1875-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@68a19e1e 
name:ZooKeeperConnection Watcher:127.0.0.1:59117 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1438408 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[C43157A1FF252496])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1438408 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[C43157A1FF252496])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1438411 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[C43157A1FF252496])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1438411 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[C43157A1FF252496])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1438412 INFO  (zkCallback-1877-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@4bb32aff 
name:ZooKeeperConnection Watcher:127.0.0.1:59117 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1438413 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[C43157A1FF252496])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1438413 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[C43157A1FF252496])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   1> config dir absolute path = 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/configsets/cdcr-source
   [junit4]   2> 1438415 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[C43157A1FF252496])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1438415 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[C43157A1FF252496])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1438417 INFO  (zkCallback-1878-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@4a5180c0 
name:ZooKeeperConnection Watcher:127.0.0.1:59117/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1438417 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[C43157A1FF252496])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1438417 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[C43157A1FF252496])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1438417 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[C43157A1FF252496])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/cdcr-source/schema.xml
   [junit4]   2> 1438422 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[C43157A1FF252496])
 [    ] o.a.s.c.c.SolrZkClient makePath: /configs/cdcr-source/solrconfig.xml
   [junit4]   2> 1438425 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[C43157A1FF252496])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1438425 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[C43157A1FF252496])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1438426 INFO  (zkCallback-1880-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@5daff21b 
name:ZooKeeperConnection Watcher:127.0.0.1:59117/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1438426 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[C43157A1FF252496])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1438427 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[C43157A1FF252496])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1438427 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[C43157A1FF252496])
 [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1438428 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[C43157A1FF252496])
 [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 1438429 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[C43157A1FF252496])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1438433 INFO  (qtp2115723954-13218) [n:127.0.0.1:35721_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=cdcr-source&name=cdcr-source&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1438437 INFO  
(OverseerCollectionConfigSetProcessor-96487828269694979-127.0.0.1:35721_solr-n_0000000000)
 [n:127.0.0.1:35721_solr    ] o.a.s.c.OverseerTaskProcessor Overseer Collection 
Message Handler: Get the message 
id:/overseer/collection-queue-work/qn-0000000000 message:{
   [junit4]   2>   "name":"cdcr-source",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "collection.configName":"cdcr-source",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   
"property.solr.directoryFactory":"solr.StandardDirectoryFactory",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 1438438 INFO  
(OverseerThreadFactory-4918-thread-1-processing-n:127.0.0.1:35721_solr) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.OverseerCollectionMessageHandler 
OverseerCollectionMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"cdcr-source",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "collection.configName":"cdcr-source",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   
"property.solr.directoryFactory":"solr.StandardDirectoryFactory",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 1438438 INFO  
(OverseerThreadFactory-4918-thread-1-processing-n:127.0.0.1:35721_solr) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
cdcr-source
   [junit4]   2> 1438438 INFO  
(OverseerThreadFactory-4918-thread-1-processing-n:127.0.0.1:35721_solr) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.OverseerCollectionMessageHandler creating 
collections conf node /collections/cdcr-source 
   [junit4]   2> 1438439 INFO  
(OverseerThreadFactory-4918-thread-1-processing-n:127.0.0.1:35721_solr) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/collections/cdcr-source
   [junit4]   2> 1438441 INFO  
(zkCallback-1873-thread-1-processing-n:127.0.0.1:35721_solr) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.c.ZkStateReader A collections change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], 
has occurred - updating...
   [junit4]   2> 1438441 INFO  (zkCallback-1880-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 1438444 INFO  
(OverseerStateUpdate-96487828269694979-127.0.0.1:35721_solr-n_0000000000) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "name":"cdcr-source",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "collection.configName":"cdcr-source",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   
"property.solr.directoryFactory":"solr.StandardDirectoryFactory",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 1438444 INFO  
(OverseerStateUpdate-96487828269694979-127.0.0.1:35721_solr-n_0000000000) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.o.ClusterStateMutator building a new 
cName: cdcr-source
   [junit4]   2> 1438445 INFO  
(OverseerStateUpdate-96487828269694979-127.0.0.1:35721_solr-n_0000000000) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/cdcr-source/state.json
   [junit4]   2> 1438544 INFO  
(OverseerThreadFactory-4918-thread-1-processing-n:127.0.0.1:35721_solr) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.CreateCollectionCmd Creating SolrCores for 
new collection cdcr-source, shardNames [shard1] , replicationFactor : 1
   [junit4]   2> 1438544 INFO  
(OverseerThreadFactory-4918-thread-1-processing-n:127.0.0.1:35721_solr) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.CreateCollectionCmd Creating core 
cdcr-source_shard1_replica1 as part of shard shard1 of collection cdcr-source 
on 127.0.0.1:35721_solr
   [junit4]   2> 1438546 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=cdcr-source&name=cdcr-source_shard1_replica1&action=CREATE&numShards=1&collection=cdcr-source&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2
   [junit4]   2> 1438546 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr    
] o.a.s.c.CoreDescriptor Created CoreDescriptor: 
{name=cdcr-source_shard1_replica1, collection.configName=cdcr-source, 
config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, 
configSetProperties=configsetprops.json, collection=cdcr-source, 
solr.directoryFactory=solr.StandardDirectoryFactory, numShards=1, 
dataDir=data/, shard=shard1}
   [junit4]   2> 1438547 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.c.ZkController 
publishing state=down
   [junit4]   2> 1438548 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.c.ZkController 
Registering watch for collection cdcr-source
   [junit4]   2> 1438549 INFO  
(OverseerStateUpdate-96487828269694979-127.0.0.1:35721_solr-n_0000000000) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "core":"cdcr-source_shard1_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:35721/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:35721_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"cdcr-source",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1438549 INFO  
(OverseerStateUpdate-96487828269694979-127.0.0.1:35721_solr-n_0000000000) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   "core":"cdcr-source_shard1_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:35721/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:35721_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"cdcr-source",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1438549 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.c.c.ZkStateReader 
Add data for [cdcr-source] ver [0]
   [junit4]   2> 1438549 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.c.ZkController 
look for our core node name
   [junit4]   2> 1438653 INFO  
(OverseerStateUpdate-96487828269694979-127.0.0.1:35721_solr-n_0000000000) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/cdcr-source/state.json version: 0
   [junit4]   2> 1438654 INFO  
(zkCallback-1873-thread-2-processing-n:127.0.0.1:35721_solr) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-source/state.json] for collection [cdcr-source] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 1438655 INFO  
(zkCallback-1873-thread-2-processing-n:127.0.0.1:35721_solr) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.c.ZkStateReader Updating data for 
[cdcr-source] from [0] to [1]
   [junit4]   2> 1439550 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.c.ZkController 
waiting to find shard id in clusterstate for cdcr-source_shard1_replica1
   [junit4]   2> 1439550 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.c.ZkController 
Check for collection zkNode:cdcr-source
   [junit4]   2> 1439551 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.c.ZkController 
Collection zkNode exists
   [junit4]   2> 1439551 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.c.c.ZkStateReader 
Load collection config from: [/collections/cdcr-source]
   [junit4]   2> 1439552 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.c.c.ZkStateReader 
path=[/collections/cdcr-source] [configName]=[cdcr-source] specified config 
exists in ZooKeeper
   [junit4]   2> 1439552 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrBootstrapTest_C43157A1FF252496-001/cdcr-source-001/node1/cdcr-source_shard1_replica1'
   [junit4]   2> 1439552 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1439552 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1439554 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.c.Config loaded 
config solrconfig.xml with version 0 
   [junit4]   2> 1439558 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.c.SolrConfig 
current version of requestparams : -1
   [junit4]   2> 1439559 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 1439563 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.c.SolrConfig 
Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1439564 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] 
o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but 
managed schema resource managed-schema not found - loading non-managed schema 
schema.xml instead
   [junit4]   2> 1439568 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.s.IndexSchema 
[cdcr-source_shard1_replica1] Schema name=minimal
   [junit4]   2> 1439570 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.s.IndexSchema 
unique key field: id
   [junit4]   2> 1439571 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] 
o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at 
/configs/cdcr-source/managed-schema
   [junit4]   2> 1439572 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.c.c.SolrZkClient 
makePath: /configs/cdcr-source/schema.xml.bak
   [junit4]   2> 1439576 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] 
o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in 
ZooKeeper, renamed the non-managed schema /configs/cdcr-source/schema.xml to 
/configs/cdcr-source/schema.xml.bak
   [junit4]   2> 1439577 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/configs/cdcr-source', 
cwd=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 1439577 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.c.CoreContainer 
Creating SolrCore 'cdcr-source_shard1_replica1' using configuration from 
collection cdcr-source
   [junit4]   2> 1439577 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.c.SolrCore solr.StandardDirectoryFactory
   [junit4]   2> 1439577 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.c.SolrCore [[cdcr-source_shard1_replica1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrBootstrapTest_C43157A1FF252496-001/cdcr-source-001/node1/cdcr-source_shard1_replica1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrBootstrapTest_C43157A1FF252496-001/cdcr-source-001/node1/./cdcr-source_shard1_replica1/data/]
   [junit4]   2> 1439578 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.c.SolrCore JMX monitoring not detected for core: 
cdcr-source_shard1_replica1
   [junit4]   2> 1439579 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrBootstrapTest_C43157A1FF252496-001/cdcr-source-001/node1/cdcr-source_shard1_replica1/data/snapshot_metadata
   [junit4]   2> 1439579 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
   [junit4]   2> 1439579 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrBootstrapTest_C43157A1FF252496-001/cdcr-source-001/node1/cdcr-source_shard1_replica1/data
   [junit4]   2> 1439579 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrBootstrapTest_C43157A1FF252496-001/cdcr-source-001/node1/./cdcr-source_shard1_replica1/data/index/
   [junit4]   2> 1439579 WARN  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Solr index directory 
'/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrBootstrapTest_C43157A1FF252496-001/cdcr-source-001/node1/./cdcr-source_shard1_replica1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 1439580 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrBootstrapTest_C43157A1FF252496-001/cdcr-source-001/node1/cdcr-source_shard1_replica1/data/index
   [junit4]   2> 1439585 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        
commit{dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrBootstrapTest_C43157A1FF252496-001/cdcr-source-001/node1/cdcr-source_shard1_replica1/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 1439585 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1439587 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"cdcr-processor-chain"
   [junit4]   2> 1439587 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating 
implicit default
   [junit4]   2> 1439589 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1439590 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1439591 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1439591 INFO  
(OldIndexDirectoryCleanupThreadForCore-cdcr-source_shard1_replica1) 
[n:127.0.0.1:35721_solr c:cdcr-source s:shard1 r:core_node1 
x:cdcr-source_shard1_replica1] o.a.s.c.SolrCore Looking for old index 
directories to cleanup for core cdcr-source_shard1_replica1 in 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrBootstrapTest_C43157A1FF252496-001/cdcr-source-001/node1/./cdcr-source_shard1_replica1/data/
   [junit4]   2> 1439592 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1439594 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/cdcr,/update,/admin/file,/terms
   [junit4]   2> 1439594 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1439594 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 1439594 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1439595 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1439595 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1439596 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        
commit{dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrBootstrapTest_C43157A1FF252496-001/cdcr-source-001/node1/cdcr-source_shard1_replica1/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 1439596 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1439597 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@43910558[cdcr-source_shard1_replica1] main]
   [junit4]   2> 1439597 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.c.c.ZkStateReader Load collection config from: [/collections/cdcr-source]
   [junit4]   2> 1439598 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.c.c.ZkStateReader path=[/collections/cdcr-source] 
[configName]=[cdcr-source] specified config exists in ZooKeeper
   [junit4]   2> 1439598 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the 
RestManager with znodeBase: /configs/cdcr-source
   [junit4]   2> 1439598 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/cdcr-source
   [junit4]   2> 1439598 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 1439598 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/cdcr-source
   [junit4]   2> 1439599 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.r.ManagedResourceStorage No data found for znode 
/configs/cdcr-source/_rest_managed.json
   [junit4]   2> 1439599 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/cdcr-source
   [junit4]   2> 1439599 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1439599 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/cdcr-source/managed-schema
   [junit4]   2> 1439600 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.c.ZkController Added new OnReconnect listener ZkIndexSchemaReader: 
/configs/cdcr-source/managed-schema, uniqueCoreId: 
cdcr-source_shard1_replica1:1900734279241708
   [junit4]   2> 1439600 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1439601 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.c.c.SolrZkClient makePath: /collections/cdcr-source/cdcr/state
   [junit4]   2> 1439605 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.h.CdcrBufferStateManager Created znode 
/collections/cdcr-source/cdcr/state/buffer
   [junit4]   2> 1439607 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.h.CdcrProcessStateManager Created znode 
/collections/cdcr-source/cdcr/state/process
   [junit4]   2> 1439609 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1439609 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version 
buckets from index
   [junit4]   2> 1439609 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket 
highest value from index
   [junit4]   2> 1439609 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1543805253781028864
   [junit4]   2> 1439610 INFO  
(searcherExecutor-4921-thread-1-processing-n:127.0.0.1:35721_solr 
x:cdcr-source_shard1_replica1 s:shard1 c:cdcr-source r:core_node1) 
[n:127.0.0.1:35721_solr c:cdcr-source s:shard1 r:core_node1 
x:cdcr-source_shard1_replica1] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] 
Registered new searcher Searcher@43910558[cdcr-source_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1439611 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 
1543805253781028864
   [junit4]   2> 1439611 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.c.ZkController watch zkdir /configs/cdcr-source
   [junit4]   2> 1439612 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.c.CoreContainer registering core: cdcr-source_shard1_replica1
   [junit4]   2> 1439612 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.c.ZkController Register replica - core:cdcr-source_shard1_replica1 
address:http://127.0.0.1:35721/solr collection:cdcr-source shard:shard1
   [junit4]   2> 1439613 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.c.c.SolrZkClient makePath: 
/collections/cdcr-source/leader_elect/shard1/election
   [junit4]   2> 1439617 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.c.LeaderElector Joined leadership election with path: 
/collections/cdcr-source/leader_elect/shard1/election/96487828269694979-core_node1-n_0000000000
   [junit4]   2> 1439618 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 
and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 1439619 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1439619 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1439619 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:35721/solr/cdcr-source_shard1_replica1/
   [junit4]   2> 1439619 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1439620 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.c.SyncStrategy http://127.0.0.1:35721/solr/cdcr-source_shard1_replica1/ 
has no replicas
   [junit4]   2> 1439621 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.c.c.SolrZkClient makePath: /collections/cdcr-source/leaders/shard1
   [junit4]   2> 1439623 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/cdcr-source/leaders/shard1/leader after winning as 
/collections/cdcr-source/leader_elect/shard1/election/96487828269694979-core_node1-n_0000000000
   [junit4]   2> 1439625 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:35721/solr/cdcr-source_shard1_replica1/ shard1
   [junit4]   2> 1439627 INFO  
(OverseerStateUpdate-96487828269694979-127.0.0.1:35721_solr-n_0000000000) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"cdcr-source"} current state version: 0
   [junit4]   2> 1439627 INFO  
(zkCallback-1873-thread-4-processing-n:127.0.0.1:35721_solr) 
[n:127.0.0.1:35721_solr    ] o.a.s.h.CdcrLeaderStateManager Received new leader 
state @ cdcr-source:shard1
   [junit4]   2> 1439630 INFO  
(OverseerStateUpdate-96487828269694979-127.0.0.1:35721_solr-n_0000000000) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"cdcr-source",
   [junit4]   2>   "base_url":"http://127.0.0.1:35721/solr";,
   [junit4]   2>   "core":"cdcr-source_shard1_replica1",
   [junit4]   2>   "state":"active"} current state version: 0
   [junit4]   2> 1439734 INFO  
(OverseerStateUpdate-96487828269694979-127.0.0.1:35721_solr-n_0000000000) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/cdcr-source/state.json version: 1
   [junit4]   2> 1439735 INFO  
(zkCallback-1873-thread-4-processing-n:127.0.0.1:35721_solr) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-source/state.json] for collection [cdcr-source] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 1439736 INFO  
(zkCallback-1873-thread-4-processing-n:127.0.0.1:35721_solr) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.c.ZkStateReader Updating data for 
[cdcr-source] from [1] to [2]
   [junit4]   2> 1439784 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.c.ZkController We are 
http://127.0.0.1:35721/solr/cdcr-source_shard1_replica1/ and leader is 
http://127.0.0.1:35721/solr/cdcr-source_shard1_replica1/
   [junit4]   2> 1439784 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.c.ZkController No LogReplay needed for core=cdcr-source_shard1_replica1 
baseURL=http://127.0.0.1:35721/solr
   [junit4]   2> 1439784 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1439784 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.c.ZkController publishing state=active
   [junit4]   2> 1439786 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.c.c.ZkStateReader Forcing refresh of watched collection state for 
cdcr-source
   [junit4]   2> 1439788 INFO  (qtp2115723954-13220) [n:127.0.0.1:35721_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=cdcr-source&name=cdcr-source_shard1_replica1&action=CREATE&numShards=1&collection=cdcr-source&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2}
 status=0 QTime=1242
   [junit4]   2> 1439789 INFO  
(OverseerStateUpdate-96487828269694979-127.0.0.1:35721_solr-n_0000000000) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "core":"cdcr-source_shard1_replica1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:35721/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:35721_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"cdcr-source",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1439789 INFO  
(OverseerStateUpdate-96487828269694979-127.0.0.1:35721_solr-n_0000000000) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   "core":"cdcr-source_shard1_replica1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:35721/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:35721_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"cdcr-source",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1439795 INFO  
(OverseerThreadFactory-4918-thread-1-processing-n:127.0.0.1:35721_solr) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.OverseerTaskProcessor Overseer Collection 
Message Handler: Message id:/overseer/collection-queue-work/qn-0000000000 
complete, 
response:{success={127.0.0.1:35721_solr={responseHeader={status=0,QTime=1242},core=cdcr-source_shard1_replica1}}}
   [junit4]   2> 1439796 INFO  
(zkCallback-1873-thread-1-processing-n:127.0.0.1:35721_solr) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.OverseerTaskQueue NodeDataChanged fired on 
path /overseer/collection-queue-work/qnr-0000000000 state SyncConnected 
latchEventType null
   [junit4]   2> 1439798 INFO  (qtp2115723954-13218) [n:127.0.0.1:35721_solr    
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 1439900 INFO  
(OverseerStateUpdate-96487828269694979-127.0.0.1:35721_solr-n_0000000000) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/cdcr-source/state.json version: 2
   [junit4]   2> 1439902 INFO  
(zkCallback-1873-thread-1-processing-n:127.0.0.1:35721_solr) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-source/state.json] for collection [cdcr-source] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 1439903 INFO  
(zkCallback-1873-thread-1-processing-n:127.0.0.1:35721_solr) 
[n:127.0.0.1:35721_solr    ] o.a.s.c.c.ZkStateReader Updating data for 
[cdcr-source] from [2] to [3]
   [junit4]   2> 1440451 INFO  
(OverseerCollectionConfigSetProcessor-96487828269694979-127.0.0.1:35721_solr-n_0000000000)
 [n:127.0.0.1:35721_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1440800 INFO  (qtp2115723954-13218) [n:127.0.0.1:35721_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=cdcr-source&name=cdcr-source&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2}
 status=0 QTime=2367
  

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

/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/apacheds-interceptors-event-2.0.0-M15.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/apacheds-interceptors-exception-2.0.0-M15.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/apacheds-interceptors-journal-2.0.0-M15.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/apacheds-interceptors-normalization-2.0.0-M15.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/apacheds-interceptors-operational-2.0.0-M15.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/apacheds-interceptors-referral-2.0.0-M15.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/apacheds-interceptors-schema-2.0.0-M15.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/apacheds-interceptors-subtree-2.0.0-M15.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/apacheds-interceptors-trigger-2.0.0-M15.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/apacheds-jdbm-partition-2.0.0-M15.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/apacheds-jdbm1-2.0.0-M2.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/apacheds-kerberos-codec-2.0.0-M15.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/apacheds-ldif-partition-2.0.0-M15.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/apacheds-mavibot-partition-2.0.0-M15.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/apacheds-protocol-kerberos-2.0.0-M15.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/apacheds-protocol-ldap-2.0.0-M15.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/apacheds-protocol-shared-2.0.0-M15.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/apacheds-xdbm-partition-2.0.0-M15.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/api-all-1.0.0-M20.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/bcprov-jdk15-1.45.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/cglib-nodep-2.2.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/commons-collections-3.2.2.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/commons-math3-3.4.1.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/easymock-3.0.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/ehcache-core-2.4.4.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/hadoop-common-2.7.2-tests.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/hadoop-hdfs-2.7.2-tests.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/hadoop-minikdc-2.7.2.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/htrace-core-3.2.0-incubating.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/jackson-annotations-2.5.4.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/jackson-core-asl-1.9.13.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/jackson-databind-2.5.4.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/jackson-mapper-asl-1.9.13.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/jersey-core-1.9.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/jersey-server-1.9.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/jetty-6.1.26.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/jetty-util-6.1.26.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/mina-core-2.0.0-M5.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/mockito-core-1.9.5.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/netty-all-4.0.36.Final.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/objenesis-1.2.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/presto-parser-0.122.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/test-lib/slice-0.10.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/build/analysis/icu/lucene-analyzers-icu-7.0.0-SNAPSHOT.jar:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/contrib/solr-analysis-extras/classes/java:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/build/queryparser/classes/test:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/contrib/analysis-extras/lib/icu4j-56.1.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-launcher.jar:/export/home/jenkins/.ant/lib/ivy-2.3.0.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-commons-logging.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jai.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-oro.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-swing.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-netrexx.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bcel.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-regexp.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bsf.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jsch.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-junit.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-antlr.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-commons-net.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jmf.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jdepend.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-junit4.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-javamail.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-xalan2.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-log4j.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-resolver.jar:/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-testutil.jar:/usr/jdk/instances/jdk1.8.0/lib/tools.jar:/export/home/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.3.4.jar
 com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/temp/junit4-J1-20160827_081935_114.events
 
@/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/temp/junit4-J1-20160827_081935_114.suites
 -stdin
   [junit4] ERROR: JVM J1 ended with an exception: java.io.IOException: No 
space left on device
   [junit4]     at java.io.FileOutputStream.writeBytes(Native Method)
   [junit4]     at java.io.FileOutputStream.write(FileOutputStream.java:326)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.dependencies.com.google.common.io.ByteStreams.copy(ByteStreams.java:114)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.dependencies.com.google.common.io.ByteSource.copyTo(ByteSource.java:269)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1490)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:121)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:955)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:952)
   [junit4]     at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]     at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]     at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]     at java.lang.Thread.run(Thread.java:745)

BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:763: The 
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:707: The 
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:59: The 
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build.xml:233: 
The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/common-build.xml:536:
 The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:1443:
 The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:984:
 At least one slave process threw an exception, first: No space left on device

Total time: 67 minutes 3 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