Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/3038/

2 tests failed.
REGRESSION:  org.apache.solr.cloud.MultiThreadedOCPTest.test

Error Message:
Captured an uncaught exception in thread: Thread[id=6313, 
name=parallelCoreAdminExecutor-1988-thread-15, state=RUNNABLE, 
group=TGRP-MultiThreadedOCPTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=6313, 
name=parallelCoreAdminExecutor-1988-thread-15, state=RUNNABLE, 
group=TGRP-MultiThreadedOCPTest]
        at 
__randomizedtesting.SeedInfo.seed([1FD11A82D96D185B:97852558779175A3]:0)
Caused by: java.lang.AssertionError: Too many closes on SolrCore
        at __randomizedtesting.SeedInfo.seed([1FD11A82D96D185B]:0)
        at org.apache.solr.core.SolrCore.close(SolrCore.java:1138)
        at org.apache.solr.common.util.IOUtils.closeQuietly(IOUtils.java:31)
        at org.apache.solr.core.CoreContainer.create(CoreContainer.java:535)
        at org.apache.solr.core.CoreContainer.create(CoreContainer.java:494)
        at 
org.apache.solr.handler.admin.CoreAdminHandler.handleCreateAction(CoreAdminHandler.java:598)
        at 
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestInternal(CoreAdminHandler.java:212)
        at 
org.apache.solr.handler.admin.CoreAdminHandler$ParallelCoreAdminHandlerThread.run(CoreAdminHandler.java:1219)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:148)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)


REGRESSION:  org.apache.solr.cloud.RecoveryZkTest.test

Error Message:
shard1 is not consistent.  Got 871 from 
http://127.0.0.1:47816/qrifm/t/collection1lastClient and got 240 from 
http://127.0.0.1:47826/qrifm/t/collection1

Stack Trace:
java.lang.AssertionError: shard1 is not consistent.  Got 871 from 
http://127.0.0.1:47816/qrifm/t/collection1lastClient and got 240 from 
http://127.0.0.1:47826/qrifm/t/collection1
        at 
__randomizedtesting.SeedInfo.seed([1FD11A82D96D185B:97852558779175A3]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.apache.solr.cloud.RecoveryZkTest.test(RecoveryZkTest.java:123)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:960)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
        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:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        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:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 9688 lines...]
   [junit4] Suite: org.apache.solr.cloud.RecoveryZkTest
   [junit4]   2> Creating dataDir: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest
 1FD11A82D96D185B-001/init-core-data-001
   [junit4]   2> 262271 T1495 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl 
(false) and clientAuth (false)
   [junit4]   2> 262271 T1495 oas.BaseDistributedSearchTestCase.initHostContext 
Setting hostContext system property: /qrifm/t
   [junit4]   2> 262277 T1495 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 262278 T1496 oasc.ZkTestServer$2$1.setClientPort client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 262278 T1496 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 262378 T1495 oasc.ZkTestServer.run start zk server on 
port:47795
   [junit4]   2> 262379 T1495 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 262380 T1495 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 262382 T1503 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@67eb6b9e 
name:ZooKeeperConnection Watcher:127.0.0.1:47795 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 262383 T1495 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 262383 T1495 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 262383 T1495 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 262386 T1495 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 262386 T1495 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 262388 T1506 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@5811b40e 
name:ZooKeeperConnection Watcher:127.0.0.1:47795/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 262388 T1495 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 262388 T1495 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 262389 T1495 oascc.SolrZkClient.makePath makePath: 
/collections/collection1
   [junit4]   2> 262390 T1495 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/shards
   [junit4]   2> 262392 T1495 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection
   [junit4]   2> 262393 T1495 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/shards
   [junit4]   2> 262395 T1495 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 262395 T1495 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.xml
   [junit4]   2> 262398 T1495 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/schema15.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 262399 T1495 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/schema.xml
   [junit4]   2> 262501 T1495 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 262501 T1495 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 262503 T1495 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 262504 T1495 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/stopwords.txt
   [junit4]   2> 262505 T1495 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 262506 T1495 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/protwords.txt
   [junit4]   2> 262508 T1495 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 262509 T1495 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/currency.xml
   [junit4]   2> 262510 T1495 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 262511 T1495 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/enumsConfig.xml
   [junit4]   2> 262512 T1495 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 262513 T1495 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/open-exchange-rates.json
   [junit4]   2> 262514 T1495 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 262515 T1495 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 262517 T1495 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 262518 T1495 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/old_synonyms.txt
   [junit4]   2> 262520 T1495 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 262520 T1495 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/synonyms.txt
   [junit4]   2> 263980 T1495 oas.SolrTestCaseJ4.writeCoreProperties Writing 
core.properties file to 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest
 1FD11A82D96D185B-001/control-001/cores/collection1
   [junit4]   2> 263984 T1495 oejs.Server.doStart jetty-9.2.10.v20150310
   [junit4]   2> 263987 T1495 oejsh.ContextHandler.doStart Started 
o.e.j.s.ServletContextHandler@239a29d0{/qrifm/t,null,AVAILABLE}
   [junit4]   2> 263988 T1495 oejs.AbstractConnector.doStart Started 
ServerConnector@6a29582c{HTTP/1.1}{127.0.0.1:47808}
   [junit4]   2> 263988 T1495 oejs.Server.doStart Started @268769ms
   [junit4]   2> 263988 T1495 oascse.JettySolrRunner$1.lifeCycleStarted Jetty 
properties: 
{solr.data.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest
 1FD11A82D96D185B-001/tempDir-001/control/data, hostPort=47808, 
hostContext=/qrifm/t, 
coreRootDirectory=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest
 1FD11A82D96D185B-001/control-001/cores}
   [junit4]   2> 263990 T1495 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@231bf785
   [junit4]   2> 263990 T1495 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest
 1FD11A82D96D185B-001/control-001/'
   [junit4]   2> 264039 T1495 oasc.SolrXmlConfig.fromFile Loading container 
configuration from 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest
 1FD11A82D96D185B-001/control-001/solr.xml
   [junit4]   2> 264098 T1495 oasc.CorePropertiesLocator.<init> Config-defined 
core root directory: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest
 1FD11A82D96D185B-001/control-001/cores
   [junit4]   2> 264099 T1495 oasc.CoreContainer.<init> New CoreContainer 
494529714
   [junit4]   2> 264099 T1495 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest
 1FD11A82D96D185B-001/control-001/]
   [junit4]   2> 264100 T1495 oasc.CoreContainer.load loading shared library: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest
 1FD11A82D96D185B-001/control-001/lib
   [junit4]   2> 264101 T1495 oasc.SolrResourceLoader.addToClassLoader WARN 
Can't find (or read) directory to add to classloader: lib (resolved as: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest
 1FD11A82D96D185B-001/control-001/lib).
   [junit4]   2> 264115 T1495 oashc.HttpShardHandlerFactory.init created with 
socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 
20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 
2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : 
false,useRetries : false,
   [junit4]   2> 264123 T1495 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 264124 T1495 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 264125 T1495 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 264125 T1495 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 264125 T1495 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:47795/solr
   [junit4]   2> 264125 T1495 oasc.ZkController.checkChrootPath zkHost includes 
chroot
   [junit4]   2> 264126 T1495 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 264127 T1495 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 264128 T1520 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@248e9d0d 
name:ZooKeeperConnection Watcher:127.0.0.1:47795 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 264133 T1495 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 264134 T1495 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 264136 T1495 n:127.0.0.1:47808_qrifm%2Ft 
oascc.ConnectionManager.waitForConnected Waiting for client to connect to 
ZooKeeper
   [junit4]   2> 264137 T1523 n:127.0.0.1:47808_qrifm%2Ft 
oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@3d005083 
name:ZooKeeperConnection Watcher:127.0.0.1:47795/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 264137 T1495 n:127.0.0.1:47808_qrifm%2Ft 
oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 264138 T1495 n:127.0.0.1:47808_qrifm%2Ft 
oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 264140 T1495 n:127.0.0.1:47808_qrifm%2Ft 
oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 264142 T1495 n:127.0.0.1:47808_qrifm%2Ft 
oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 264144 T1495 n:127.0.0.1:47808_qrifm%2Ft 
oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 264145 T1495 n:127.0.0.1:47808_qrifm%2Ft 
oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 264147 T1495 n:127.0.0.1:47808_qrifm%2Ft 
oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 264149 T1495 n:127.0.0.1:47808_qrifm%2Ft 
oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 264150 T1495 n:127.0.0.1:47808_qrifm%2Ft 
oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 264151 T1495 n:127.0.0.1:47808_qrifm%2Ft 
oasc.ZkController.createEphemeralLiveNode Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:47808_qrifm%2Ft
   [junit4]   2> 264151 T1495 n:127.0.0.1:47808_qrifm%2Ft 
oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:47808_qrifm%2Ft
   [junit4]   2> 264153 T1495 n:127.0.0.1:47808_qrifm%2Ft 
oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 264154 T1495 n:127.0.0.1:47808_qrifm%2Ft 
oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 264155 T1495 n:127.0.0.1:47808_qrifm%2Ft oasc.Overseer.close 
Overseer (id=null) closing
   [junit4]   2> 264156 T1495 n:127.0.0.1:47808_qrifm%2Ft 
oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 
127.0.0.1:47808_qrifm%2Ft
   [junit4]   2> 264157 T1495 n:127.0.0.1:47808_qrifm%2Ft 
oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 264158 T1495 n:127.0.0.1:47808_qrifm%2Ft oasc.Overseer.start 
Overseer (id=93743508734083075-127.0.0.1:47808_qrifm%2Ft-n_0000000000) starting
   [junit4]   2> 264159 T1495 n:127.0.0.1:47808_qrifm%2Ft 
oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 264164 T1495 n:127.0.0.1:47808_qrifm%2Ft 
oasc.OverseerAutoReplicaFailoverThread.<init> Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 264165 T1525 n:127.0.0.1:47808_qrifm%2Ft 
oasc.OverseerCollectionProcessor.run Process current queue of collection 
creations
   [junit4]   2> 264165 T1495 n:127.0.0.1:47808_qrifm%2Ft 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 264165 T1524 n:127.0.0.1:47808_qrifm%2Ft 
oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 264169 T1495 n:127.0.0.1:47808_qrifm%2Ft 
oasc.CorePropertiesLocator.discover Looking for core definitions underneath 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest
 1FD11A82D96D185B-001/control-001/cores
   [junit4]   2> 264174 T1495 n:127.0.0.1:47808_qrifm%2Ft 
oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {collection=control_collection, 
schema=schema.xml, transient=false, 
instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest
 1FD11A82D96D185B-001/control-001/cores/collection1, dataDir=data/, shard=, 
config=solrconfig.xml, name=collection1, 
absoluteInstDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest
 1FD11A82D96D185B-001/control-001/cores/collection1/, coreNodeName=, 
loadOnStartup=true}
   [junit4]   2> 264174 T1495 n:127.0.0.1:47808_qrifm%2Ft 
oasc.CorePropertiesLocator.discoverUnder Found core collection1 in 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest
 1FD11A82D96D185B-001/control-001/cores/collection1/
   [junit4]   2> 264175 T1495 n:127.0.0.1:47808_qrifm%2Ft 
oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 264176 T1527 n:127.0.0.1:47808_qrifm%2Ft c:control_collection 
x:collection1 oasc.ZkController.publish publishing core=collection1 state=down 
collection=control_collection
   [junit4]   2> 264177 T1527 n:127.0.0.1:47808_qrifm%2Ft c:control_collection 
x:collection1 oasc.ZkController.publish numShards not found on descriptor - 
reading it from system property
   [junit4]   2> 264178 T1527 n:127.0.0.1:47808_qrifm%2Ft 
oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 264178 T1523 n:127.0.0.1:47808_qrifm%2Ft 
oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path 
/overseer/queue state SyncConnected
   [junit4]   2> 264179 T1524 n:127.0.0.1:47808_qrifm%2Ft 
oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "base_url":"http://127.0.0.1:47808/qrifm/t";,
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "shard":null,
   [junit4]   2>          "node_name":"127.0.0.1:47808_qrifm%2Ft",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "core":"collection1"} current state version: 0
   [junit4]   2> 264179 T1524 n:127.0.0.1:47808_qrifm%2Ft 
oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "base_url":"http://127.0.0.1:47808/qrifm/t";,
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "shard":null,
   [junit4]   2>          "node_name":"127.0.0.1:47808_qrifm%2Ft",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "core":"collection1"}
   [junit4]   2> 264179 T1524 n:127.0.0.1:47808_qrifm%2Ft 
oasco.ClusterStateMutator.createCollection building a new cName: 
control_collection
   [junit4]   2> 264180 T1524 n:127.0.0.1:47808_qrifm%2Ft 
oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 264181 T1523 n:127.0.0.1:47808_qrifm%2Ft 
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred 
- updating... (live nodes size: 1)
   [junit4]   2> 265178 T1527 n:127.0.0.1:47808_qrifm%2Ft 
oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for 
collection1
   [junit4]   2> 265179 T1527 n:127.0.0.1:47808_qrifm%2Ft 
oasc.ZkController.createCollectionZkNode Check for collection 
zkNode:control_collection
   [junit4]   2> 265179 T1527 n:127.0.0.1:47808_qrifm%2Ft 
oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 265180 T1527 n:127.0.0.1:47808_qrifm%2Ft 
oascc.ZkStateReader.readConfigName Load collection config 
from:/collections/control_collection
   [junit4]   2> 265180 T1527 n:127.0.0.1:47808_qrifm%2Ft 
oascc.ZkStateReader.readConfigName path=/collections/control_collection 
configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 265180 T1527 n:127.0.0.1:47808_qrifm%2Ft 
oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest
 1FD11A82D96D185B-001/control-001/cores/collection1/'
   [junit4]   2> 265199 T1527 n:127.0.0.1:47808_qrifm%2Ft oasc.Config.<init> 
loaded config solrconfig.xml with version 0 
   [junit4]   2> 265211 T1527 n:127.0.0.1:47808_qrifm%2Ft 
oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 265232 T1527 n:127.0.0.1:47808_qrifm%2Ft 
oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.2.0
   [junit4]   2> 265277 T1527 n:127.0.0.1:47808_qrifm%2Ft 
oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 265379 T1527 n:127.0.0.1:47808_qrifm%2Ft 
oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 265389 T1527 n:127.0.0.1:47808_qrifm%2Ft 
oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 265706 T1527 n:127.0.0.1:47808_qrifm%2Ft 
oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 265709 T1527 n:127.0.0.1:47808_qrifm%2Ft 
oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 265710 T1527 n:127.0.0.1:47808_qrifm%2Ft 
oass.FileExchangeRateProvider.reload Reloading exchange rates from file 
currency.xml
   [junit4]   2> 265715 T1527 n:127.0.0.1:47808_qrifm%2Ft 
oass.FileExchangeRateProvider.reload Reloading exchange rates from file 
currency.xml
   [junit4]   2> 265735 T1527 n:127.0.0.1:47808_qrifm%2Ft 
oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration 
from collection control_collection
   [junit4]   2> 265735 T1527 n:127.0.0.1:47808_qrifm%2Ft x:collection1 
oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 265735 T1527 n:127.0.0.1:47808_qrifm%2Ft x:collection1 
oasc.SolrCore.<init> [[collection1] ] Opening new SolrCore at 
[/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest
 1FD11A82D96D185B-001/control-001/cores/collection1/], dataDir=[null]
   [junit4]   2> 265736 T1527 n:127.0.0.1:47808_qrifm%2Ft x:collection1 
oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to 
JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@72bb9c48
   [junit4]   2> 265737 T1527 n:127.0.0.1:47808_qrifm%2Ft x:collection1 
oasc.CachingDirectoryFactory.get return new directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest
 1FD11A82D96D185B-001/control-001/cores/collection1/data
   [junit4]   2> 265737 T1527 n:127.0.0.1:47808_qrifm%2Ft x:collection1 
oasc.SolrCore.getNewIndexDir New index directory detected: old=null 
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest
 1FD11A82D96D185B-001/control-001/cores/collection1/data/index/
   [junit4]   2> 265737 T1527 n:127.0.0.1:47808_qrifm%2Ft x:collection1 
oasc.SolrCore.initIndex WARN [collection1] Solr index directory 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest
 1FD11A82D96D185B-001/control-001/cores/collection1/data/index' doesn't exist. 
Creating new index...
   [junit4]   2> 265737 T1527 n:127.0.0.1:47808_qrifm%2Ft x:collection1 
oasc.CachingDirectoryFactory.get return new directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest
 1FD11A82D96D185B-001/control-001/cores/collection1/data/index
   [junit4]   2> 265738 T1527 n:127.0.0.1:47808_qrifm%2Ft x:collection1 
oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=50, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=85.6474609375, 
floorSegmentMB=0.224609375, forceMergeDeletesPctAllowed=28.23985352436429, 
segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 265738 T1527 n:127.0.0.1:47808_qrifm%2Ft x:collection1 
oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@54789237 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@37c78434),segFN=segments_1,generation=1}
   [junit4]   2> 265739 T1527 n:127.0.0.1:47808_qrifm%2Ft x:collection1 
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 265744 T1527 n:127.0.0.1:47808_qrifm%2Ft x:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
"nodistrib"
   [junit4]   2> 265745 T1527 n:127.0.0.1:47808_qrifm%2Ft x:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 265745 T1527 n:127.0.0.1:47808_qrifm%2Ft x:collection1 
oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 265745 T1527 n:127.0.0.1:47808_qrifm%2Ft x:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 265745 T1527 n:127.0.0.1:47808_qrifm%2Ft x:collection1 
oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 265746 T1527 n:127.0.0.1:47808_qrifm%2Ft x:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
"distrib-dup-test-chain-explicit"
   [junit4]   2> 265746 T1527 n:127.0.0.1:47808_qrifm%2Ft x:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 265746 T1527 n:127.0.0.1:47808_qrifm%2Ft x:collection1 
oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 265746 T1527 n:127.0.0.1:47808_qrifm%2Ft x:collection1 
oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined 
as default, creating implicit default
   [junit4]   2> 265765 T1527 n:127.0.0.1:47808_qrifm%2Ft x:collection1 
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 265767 T1527 n:127.0.0.1:47808_qrifm%2Ft x:collection1 
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 265769 T1527 n:127.0.0.1:47808_qrifm%2Ft x:collection1 
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 265771 T1527 n:127.0.0.1:47808_qrifm%2Ft x:collection1 
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 265776 T1527 n:127.0.0.1:47808_qrifm%2Ft x:collection1 
oasc.RequestHandlers.initHandlersFromConfig Registered paths: 
/update,/admin/file,/replication,/schema,/admin/properties,/update/json/docs,/admin/ping,/update/json,/admin/segments,/admin/plugins,/admin/logging,/get,/admin/system,/admin/luke,/config,/admin/threads,/admin/mbeans,/update/csv,standard
   [junit4]   2> 265778 T1527 n:127.0.0.1:47808_qrifm%2Ft x:collection1 
oasc.SolrCore.initStatsCache Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 265781 T1527 n:127.0.0.1:47808_qrifm%2Ft x:collection1 
oasu.UpdateHandler.<init> Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 265781 T1527 n:127.0.0.1:47808_qrifm%2Ft x:collection1 
oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 265783 T1527 n:127.0.0.1:47808_qrifm%2Ft x:collection1 
oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 265783 T1527 n:127.0.0.1:47808_qrifm%2Ft x:collection1 
oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 265784 T1527 n:127.0.0.1:47808_qrifm%2Ft x:collection1 
oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=50, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 265784 T1527 n:127.0.0.1:47808_qrifm%2Ft x:collection1 
oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@54789237 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@37c78434),segFN=segments_1,generation=1}
   [junit4]   2> 265784 T1527 n:127.0.0.1:47808_qrifm%2Ft x:collection1 
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 265785 T1527 n:127.0.0.1:47808_qrifm%2Ft x:collection1 
oass.SolrIndexSearcher.<init> Opening Searcher@71691855[collection1] main
   [junit4]   2> 265785 T1527 n:127.0.0.1:47808_qrifm%2Ft x:collection1 
oascc.ZkStateReader.readConfigName Load collection config 
from:/collections/control_collection
   [junit4]   2> 265786 T1527 n:127.0.0.1:47808_qrifm%2Ft x:collection1 
oascc.ZkStateReader.readConfigName path=/collections/control_collection 
configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 265786 T1527 n:127.0.0.1:47808_qrifm%2Ft x:collection1 
oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for 
the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 265786 T1527 n:127.0.0.1:47808_qrifm%2Ft x:collection1 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 265787 T1527 n:127.0.0.1:47808_qrifm%2Ft x:collection1 
oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 265787 T1527 n:127.0.0.1:47808_qrifm%2Ft x:collection1 
oasr.ManagedResourceStorage.load Reading _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 265787 T1527 n:127.0.0.1:47808_qrifm%2Ft x:collection1 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 265787 T1527 n:127.0.0.1:47808_qrifm%2Ft x:collection1 
oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 265788 T1527 n:127.0.0.1:47808_qrifm%2Ft x:collection1 
oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 265788 T1527 n:127.0.0.1:47808_qrifm%2Ft x:collection1 
oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 265788 T1527 n:127.0.0.1:47808_qrifm%2Ft x:collection1 
oasc.ZkController.getConfDirListeners watch zkdir /configs/conf1
   [junit4]   2> 265789 T1528 n:127.0.0.1:47808_qrifm%2Ft x:collection1 
oasc.SolrCore.registerSearcher [collection1] Registered new searcher 
Searcher@71691855[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 265789 T1527 n:127.0.0.1:47808_qrifm%2Ft x:collection1 
oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 265790 T1531 n:127.0.0.1:47808_qrifm%2Ft c:control_collection 
s:shard1 x:collection1 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:47808/qrifm/t 
collection:control_collection shard:shard1
   [junit4]   2> 265790 T1495 n:127.0.0.1:47808_qrifm%2Ft 
oass.SolrDispatchFilter.init 
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 265791 T1495 n:127.0.0.1:47808_qrifm%2Ft 
oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 265791 T1531 n:127.0.0.1:47808_qrifm%2Ft c:control_collection 
s:shard1 x:collection1 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 265793 T1495 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 265794 T1495 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 265795 T1534 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1665e58b 
name:ZooKeeperConnection Watcher:127.0.0.1:47795/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 265796 T1495 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 265796 T1531 n:127.0.0.1:47808_qrifm%2Ft c:control_collection 
s:shard1 x:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess Running 
the leader process for shard shard1
   [junit4]   2> 265796 T1495 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 265796 T1495 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 265797 T1523 n:127.0.0.1:47808_qrifm%2Ft 
oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path 
/overseer/queue state SyncConnected
   [junit4]   2> 265798 T1531 n:127.0.0.1:47808_qrifm%2Ft c:control_collection 
s:shard1 x:collection1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp 
Enough replicas found to continue.
   [junit4]   2> 265798 T1531 n:127.0.0.1:47808_qrifm%2Ft c:control_collection 
s:shard1 x:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I may 
be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C154 name=collection1 
org.apache.solr.core.SolrCore@6f521aa3 
url=http://127.0.0.1:47808/qrifm/t/collection1 node=127.0.0.1:47808_qrifm%2Ft 
C154_STATE=coll:control_collection core:collection1 
props:{base_url=http://127.0.0.1:47808/qrifm/t, 
node_name=127.0.0.1:47808_qrifm%2Ft, state=down, core=collection1}
   [junit4]   2> 265798 T1531 n:127.0.0.1:47808_qrifm%2Ft c:control_collection 
s:shard1 x:collection1 C154 oasc.SyncStrategy.sync Sync replicas to 
http://127.0.0.1:47808/qrifm/t/collection1/
   [junit4]   2> 265798 T1524 n:127.0.0.1:47808_qrifm%2Ft 
oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection"} current state 
version: 1
   [junit4]   2> 265798 T1531 n:127.0.0.1:47808_qrifm%2Ft c:control_collection 
s:shard1 x:collection1 C154 oasc.SyncStrategy.syncReplicas Sync Success - now 
sync replicas to me
   [junit4]   2> 265799 T1531 n:127.0.0.1:47808_qrifm%2Ft c:control_collection 
s:shard1 x:collection1 C154 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:47808/qrifm/t/collection1/ has no replicas
   [junit4]   2> 265799 T1531 n:127.0.0.1:47808_qrifm%2Ft c:control_collection 
s:shard1 x:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I am 
the new leader: http://127.0.0.1:47808/qrifm/t/collection1/ shard1
   [junit4]   2> 265799 T1531 n:127.0.0.1:47808_qrifm%2Ft c:control_collection 
s:shard1 x:collection1 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leaders/shard1
   [junit4]   2> 265799 T1495 oasc.ChaosMonkey.monkeyLog monkey: init - expire 
sessions:false cause connection loss:false
   [junit4]   2> 265800 T1534 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 265800 T1523 n:127.0.0.1:47808_qrifm%2Ft 
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred 
- updating... (live nodes size: 1)
   [junit4]   2> 265803 T1523 n:127.0.0.1:47808_qrifm%2Ft 
oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path 
/overseer/queue state SyncConnected
   [junit4]   2> 265804 T1524 n:127.0.0.1:47808_qrifm%2Ft 
oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "base_url":"http://127.0.0.1:47808/qrifm/t";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"} current state version: 2
   [junit4]   2> 265907 T1534 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 265907 T1523 n:127.0.0.1:47808_qrifm%2Ft 
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred 
- updating... (live nodes size: 1)
   [junit4]   2> 265956 T1531 n:127.0.0.1:47808_qrifm%2Ft c:control_collection 
s:shard1 x:collection1 oasc.ZkController.register We are 
http://127.0.0.1:47808/qrifm/t/collection1/ and leader is 
http://127.0.0.1:47808/qrifm/t/collection1/
   [junit4]   2> 265957 T1531 n:127.0.0.1:47808_qrifm%2Ft c:control_collection 
s:shard1 x:collection1 oasc.ZkController.register No LogReplay needed for 
core=collection1 baseURL=http://127.0.0.1:47808/qrifm/t
   [junit4]   2> 265957 T1531 n:127.0.0.1:47808_qrifm%2Ft c:control_collection 
s:shard1 x:collection1 oasc.ZkController.checkRecovery I am the leader, no 
recovery necessary
   [junit4]   2> 265957 T1531 n:127.0.0.1:47808_qrifm%2Ft c:control_collection 
s:shard1 x:collection1 oasc.ZkController.publish publishing core=collection1 
state=active collection=control_collection
   [junit4]   2> 265957 T1531 n:127.0.0.1:47808_qrifm%2Ft c:control_collection 
s:shard1 x:collection1 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 265958 T1523 n:127.0.0.1:47808_qrifm%2Ft 
oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path 
/overseer/queue state SyncConnected
   [junit4]   2> 265959 T1524 n:127.0.0.1:47808_qrifm%2Ft 
oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "base_url":"http://127.0.0.1:47808/qrifm/t";,
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "node_name":"127.0.0.1:47808_qrifm%2Ft",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "core":"collection1"} current state version: 3
   [junit4]   2> 265959 T1524 n:127.0.0.1:47808_qrifm%2Ft 
oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "base_url":"http://127.0.0.1:47808/qrifm/t";,
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "node_name":"127.0.0.1:47808_qrifm%2Ft",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "core":"collection1"}
   [junit4]   2> 266062 T1523 n:127.0.0.1:47808_qrifm%2Ft 
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred 
- updating... (live nodes size: 1)
   [junit4]   2> 266062 T1534 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 267310 T1495 oas.SolrTestCaseJ4.writeCoreProperties Writing 
core.properties file to 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest
 1FD11A82D96D185B-001/shard-1-001/cores/collection1
   [junit4]   2> 267313 T1495 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 1 in directory 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest
 1FD11A82D96D185B-001/shard-1-001
   [junit4]   2> 267314 T1495 oejs.Server.doStart jetty-9.2.10.v20150310
   [junit4]   2> 267316 T1495 oejsh.ContextHandler.doStart Started 
o.e.j.s.ServletContextHandler@c81556a{/qrifm/t,null,AVAILABLE}
   [junit4]   2> 267316 T1495 oejs.AbstractConnector.doStart Started 
ServerConnector@1b5c8574{HTTP/1.1}{127.0.0.1:47816}
   [junit4]   2> 267317 T1495 oejs.Server.doStart Started @272097ms
   [junit4]   2> 267317 T1495 oascse.JettySolrRunner$1.lifeCycleStarted Jetty 
properties: {hostContext=/qrifm/t, 
coreRootDirectory=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest
 1FD11A82D96D185B-001/shard-1-001/cores, 
solr.data.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest
 1FD11A82D96D185B-001/tempDir-001/jetty1, hostPort=47816, 
solrconfig=solrconfig.xml}
   [junit4]   2> 267317 T1495 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@231bf785
   [junit4]   2> 267318 T1495 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest
 1FD11A82D96D185B-001/shard-1-001/'
   [junit4]   2> 267352 T1495 oasc.SolrXmlConfig.fromFile Loading container 
configuration from 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest
 1FD11A82D96D185B-001/shard-1-001/solr.xml
   [junit4]   2> 267393 T1495 oasc.CorePropertiesLocator.<init> Config-defined 
core root directory: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest
 1FD11A82D96D185B-001/shard-1-001/cores
   [junit4]   2> 267393 T1495 oasc.CoreContainer.<init> New CoreContainer 
1878828198
   [junit4]   2> 267393 T1495 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest
 1FD11A82D96D185B-001/shard-1-001/]
   [junit4]   2> 267394 T1495 oasc.CoreContainer.load loading shared library: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest
 1FD11A82D96D185B-001/shard-1-001/lib
   [junit4]   2> 267395 T1495 oasc.SolrResourceLoader.addToClassLoader WARN 
Can't find (or read) directory to add to classloader: lib (resolved as: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest
 1FD11A82D96D185B-001/shard-1-001/lib).
   [junit4]   2> 267404 T1495 oashc.HttpShardHandlerFactory.init created with 
socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 
20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 
2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : 
false,useRetries : false,
   [junit4]   2> 267409 T1495 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 267410 T1495 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 267411 T1495 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 267411 T1495 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 267411 T1495 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:47795/solr
   [junit4]   2> 267411 T1495 oasc.ZkController.checkChrootPath zkHost includes 
chroot
   [junit4]   2> 267411 T1495 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 267412 T1495 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 267413 T1548 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@15e6c38d 
name:ZooKeeperConnection Watcher:127.0.0.1:47795 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 267414 T1495 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 267414 T1495 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 267416 T1495 n:127.0.0.1:47816_qrifm%2Ft 
oascc.ConnectionManager.waitForConnected Waiting for client to connect to 
ZooKeeper
   [junit4]   2> 267417 T1551 n:127.0.0.1:47816_qrifm%2Ft 
oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@734017ea 
name:ZooKeeperConnection Watcher:127.0.0.1:47795/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 267417 T1495 n:127.0.0.1:47816_qrifm%2Ft 
oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 267420 T1495 n:127.0.0.1:47816_qrifm%2Ft 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 268423 T1495 n:127.0.0.1:47816_qrifm%2Ft 
oasc.ZkController.createEphemeralLiveNode Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:47816_qrifm%2Ft
   [junit4]   2> 268424 T1495 n:127.0.0.1:47816_qrifm%2Ft 
oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:47816_qrifm%2Ft
   [junit4]   2> 268426 T1495 n:127.0.0.1:47816_qrifm%2Ft oasc.Overseer.close 
Overseer (id=null) closing
   [junit4]   2> 268428 T1495 n:127.0.0.1:47816_qrifm%2Ft 
oasc.CorePropertiesLocator.discover Looking for core definitions underneath 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest
 1FD11A82D96D185B-001/shard-1-001/cores
   [junit4]   2> 268431 T1495 n:127.0.0.1:47816_qrifm%2Ft 
oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {coreNodeName=, 
collection=collection1, 
instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest
 1FD11A82D96D185B-001/shard-1-001/cores/collection1, schema=schema.xml, shard=, 
config=solrconfig.xml, transient=false, loadOnStartup=true, dataDir=data/, 
name=collection1, 
absoluteInstDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest
 1FD11A82D96D185B-001/shard-1-001/cores/collection1/}
   [junit4]   2> 268431 T1495 n:127.0.0.1:47816_qrifm%2Ft 
oasc.CorePropertiesLocator.discoverUnder Found core collection1 in 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest
 1FD11A82D96D185B-001/shard-1-001/cores/collection1/
   [junit4]   2> 268432 T1495 n:127.0.0.1:47816_qrifm%2Ft 
oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 268433 T1552 n:127.0.0.1:47816_qrifm%2Ft c:collection1 
x:collection1 oasc.ZkController.publish publishing core=collection1 state=down 
collection=collection1
   [junit4]   2> 268433 T1552 n:127.0.0.1:47816_qrifm%2Ft c:collection1 
x:collection1 oasc.ZkController.publish numShards not found on descriptor - 
reading it from system property
   [junit4]   2> 268434 T1552 n:127.0.0.1:47816_qrifm%2Ft 
oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 268434 T1523 n:127.0.0.1:47808_qrifm%2Ft 
oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path 
/overseer/queue state SyncConnected
   [junit4]   2> 268435 T1524 n:127.0.0.1:47808_qrifm%2Ft 
oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "base_url":"http://127.0.0.1:47816/qrifm/t";,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "shard":null,
   [junit4]   2>          "node_name":"127.0.0.1:47816_qrifm%2Ft",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "core":"collection1"} current state version: 4
   [junit4]   2> 268435 T1524 n:127.0.0.1:47808_qrifm%2Ft 
oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "base_url":"http://127.0.0.1:47816/qrifm/t";,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "shard":null,
   [junit4]   2>          "node_name":"127.0.0.1:47816_qrifm%2Ft",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "core":"collection1"}
   [junit4]   2> 268435 T1524 n:127.0.0.1:47808_qrifm%2Ft 
oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 268435 T1524 n:127.0.0.1:47808_qrifm%2Ft 
oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 268436 T1523 n:127.0.0.1:47808_qrifm%2Ft 
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred 
- updating... (live nodes size: 2)
   [junit4]   2> 268436 T1534 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 268436 T1551 n:127.0.0.1:47816_qrifm%2Ft 
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred 
- updating... (live nodes size: 2)
   [junit4]   2> 269434 T1552 n:127.0.0.1:47816_qrifm%2Ft 
oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for 
collection1
   [junit4]   2> 269435 T1552 n:127.0.0.1:47816_qrifm%2Ft 
oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 269435 T1552 n:127.0.0.1:47816_qrifm%2Ft 
oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 269436 T1552 n:127.0.0.1:47816_qrifm%2Ft 
oascc.ZkStateReader.readConfigName Load collection config 
from:/collections/collection1
   [junit4]   2> 269436 T1552 n:127.0.0.1:47816_qrifm%2Ft 
oascc.ZkStateReader.readConfigName path=/collections/collection1 
configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 269436 T1552 n:127.0.0.1:47816_qrifm%2Ft 
oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest
 1FD11A82D96D185B-001/shard-1-001/cores/collection1/'
   [junit4]   2> 269451 T1552 n:127.0.0.1:47816_qrifm%2Ft oasc.Config.<init> 
loaded config solrconfig.xml with version 0 
   [junit4]   2> 269464 T1552 n:127.0.0.1:47816_qrifm%2Ft 
oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 269493 T1552 n:127.0.0.1:47816_qrifm%2Ft 
oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.2.0
   [junit4]   2> 269529 T1552 n:127.0.0.1:47816_qrifm%2Ft 
oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 269630 T1552 n:127.0.0.1:47816_qrifm%2Ft 
oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 269637 T1552 n:127.0.0.1:47816_qrifm%2Ft 
oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 269887 T1552 n:127.0.0.1:47816_qrifm%2Ft 
oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 269889 T1552 n:127.0.0.1:47816_qrifm%2Ft 
oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 269890 T1552 n:127.0.0.1:47816_qrifm%2Ft 
oass.FileExchangeRateProvider.reload Reloading exchange rates from file 
currency.xml
   [junit4]   2> 269894 T1552 n:127.0.0.1:47816_qrifm%2Ft 
oass.FileExchangeRateProvider.reload Reloading exchange rates from file 
currency.xml
   [junit4]   2> 269909 T1552 n:127.0.0.1:47816_qrifm%2Ft 
oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration 
from collection collection1
   [junit4]   2> 269909 T1552 n:127.0.0.1:47816_qrifm%2Ft x:collection1 
oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 269909 T1552 n:127.0.0.1:47816_qrifm%2Ft x:collection1 
oasc.SolrCore.<init> [[collection1] ] Opening new SolrCore at 
[/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest
 1FD11A82D96D185B-001/shard-1-001/cores/collection1/], dataDir=[null]
   [junit4]   2> 269909 T1552 n:127.0.0.1:47816_qrifm%2Ft x:collection1 
oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to 
JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@72bb9c48
   [junit4]   2> 269910 T1552 n:127.0.0.1:47816_qrifm%2Ft x:collection1 
oasc.CachingDirectoryFactory.get return new directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest
 1FD11A82D96D185B-001/shard-1-001/cores/collection1/data
   [junit4]   2> 269910 T1552 n:127.0.0.1:47816_qrifm%2Ft x:collection1 
oasc.SolrCore.getNewIndexDir New index directory detected: old=null 
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest
 1FD11A82D96D185B-001/shard-1-001/cores/collection1/data/index/
   [junit4]   2> 269910 T1552 n:127.0.0.1:47816_qrifm%2Ft x:collection1 
oasc.SolrCore.initIndex WARN [collection1] Solr index directory 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest
 1FD11A82D96D185B-001/shard-1-001/cores/collection1/data/index' doesn't exist. 
Creating new index...
   [junit4]   2> 269911 T1552 n:127.0.0.1:47816_qrifm%2Ft x:collection1 
oasc.CachingDirectoryFactory.get return new directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest
 1FD11A82D96D185B-001/shard-1-001/cores/collection1/data/index
   [junit4]   2> 269911 T1552 n:127.0.0.1:47816_qrifm%2Ft x:collection1 
oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=50, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=85.6474609375, 
floorSegmentMB=0.224609375, forceMergeDeletesPctAllowed=28.23985352436429, 
segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 269912 T1552 n:127.0.0.1:47816_qrifm%2Ft x:collection1 
oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@96f72d8 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@73dcc7be),segFN=segments_1,generation=1}
   [junit4]   2> 269912 T1552 n:127.0.0.1:47816_qrifm%2Ft x:collection1 
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 269917 T1552 n:127.0.0.1:47816_qrifm%2Ft x:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
"nodistrib"
   [junit4]   2> 269918 T1552 n:127.0.0.1:47816_qrifm%2Ft x:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 269918 T1552 n:127.0.0.1:47816_qrifm%2Ft x:collection1 
oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 269918 T1552 n:127.0.0.1:47816_qrifm%2Ft x:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 269918 T1552 n:127.0.0.1:47816_qrifm%2Ft x:collection1 
oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 269918 T1552 n:127.0.0.1:47816_qrifm%2Ft x:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
"distrib-dup-test-chain-explicit"
   [junit4]   2> 269919 T1552 n:127.0.0.1:47816_qrifm%2Ft x:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 269919 T1552 n:127.0.0.1:47816_qrifm%2Ft x:collection1 
oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 269919 T1552 n:127.0.0.1:47816_qrifm%2Ft x:collection1 
oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined 
as default, creating implicit default
   [junit4]   2> 269933 T1552 n:127.0.0.1:47816_qrifm%2Ft x:collection1 
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 269935 T1552 n:127.0.0.1:47816_qrifm%2Ft x:collection1 
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 269936 T1552 n:127.0.0.1:47816_qrifm%2Ft x:collection1 
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 269938 T1552 n:127.0.0.1:47816_qrifm%2Ft x:collection1 
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 269944 T1552 n:127.0.0.1:47816_qrifm%2Ft x:collection1 
oasc.RequestHandlers.initHandlersFromConfig Registered paths: 
/update,/admin/file,/replication,/schema,/admin/properties,/update/json/docs,/admin/ping,/update/json,/admin/segments,/admin/plugins,/admin/logging,/get,/admin/system,/admin/luke,/config,/admin/threads,/admin/mbeans,/update/csv,standard
   [junit4]   2> 269946 T1552 n:127.0.0.1:47816_qrifm%2Ft x:collection1 
oasc.SolrCore.initStatsCache Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 269947 T1552 n:127.0.0.1:47816_qrifm%2Ft x:collection1 
oasu.UpdateHandler.<init> Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 269947 T1552 n:127.0.0.1:47816_qrifm%2Ft x:collection1 
oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 269949 T1552 n:127.0.0.1:47816_qrifm%2Ft x:collection1 
oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 269949 T1552 n:127.0.0.1:47816_qrifm%2Ft x:collection1 
oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 269950 T1552 n:127.0.0.1:47816_qrifm%2Ft x:collection1 
oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=50, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 269951 T1552 n:127.0.0.1:47816_qrifm%2Ft x:collection1 
oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@96f72d8 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@73dcc7be),segFN=segments_1,generation=1}
   [junit4]   2> 269951 T1552 n:127.0.0.1:47816_qrifm%2Ft x:collection1 
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 269951 T1552 n:127.0.0.1:47816_qrifm%2Ft x:collection1 
oass.SolrIndexSearcher.<init> Opening Searcher@5aebc593[collection1] main
   [junit4]   2> 269951 T1552 n:127.0.0.1:47816_qrifm%2Ft x:collection1 
oascc.ZkStateReader.readConfigName Load collection config 
from:/collections/collection1
   [junit4]   2> 269952 T1552 n:127.0.0.1:47816_qrifm%2Ft x:collection1 
oascc.ZkStateReader.readConfigName path=/collections/collection1 
configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 269952 T1552 n:127.0.0.1:47816_qrifm%2Ft x:collection1 
oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for 
the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 269953 T1552 n:127.0.0.1:47816_qrifm%2Ft x:collection1 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 269953 T1552 n:127.0.0.1:47816_qrifm%2Ft x:collection1 
oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 269953 T1552 n:127.0.0.1:47816_qrifm%2Ft x:collection1 
oasr.ManagedResourceStorage.load Reading _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 269953 T1552 n:127.0.0.1:47816_qrifm%2Ft x:collection1 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 269954 T1552 n:127.0.0.1:47816_qrifm%2Ft x:collection1 
oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 269954 T1552 n:127.0.0.1:47816_qrifm%2Ft x:collection1 
oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 269954 T1552 n:127.0.0.1:47816_qrifm%2Ft x:collection1 
oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 269955 T1553 n:127.0.0.1:47816_qrifm%2Ft x:collection1 
oasc.SolrCore.registerSearcher [collection1] Registered new searcher 
Searcher@5aebc593[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 269955 T1552 n:127.0.0.1:47816_qrifm%2Ft x:collection1 
oasc.ZkController.getConfDirListeners watch zkdir /configs/conf1
   [junit4]   2> 269955 T1552 n:127.0.0.1:47816_qrifm%2Ft x:collection1 
oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 269956 T1556 n:127.0.0.1:47816_qrifm%2Ft c:collection1 
s:shard1 x:collection1 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:47816/qrifm/t collection:collection1 
shard:shard1
   [junit4]   2> 269957 T1495 n:127.0.0.1:47816_qrifm%2Ft 
oass.SolrDispatchFilter.init 
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 269957 T1495 n:127.0.0.1:47816_qrifm%2Ft 
oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 269957 T1556 n:127.0.0.1:47816_qrifm%2Ft c:collection1 
s:shard1 x:collection1 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard1/election
   [junit4]   2> 269960 T1556 n:127.0.0.1:47816_qrifm%2Ft c:collection1 
s:shard1 x:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess Running 
the leader process for shard shard1
   [junit4]   2> 269961 T1523 n:127.0.0.1:47808_qrifm%2Ft 
oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path 
/overseer/queue state SyncConnected
   [junit4]   2> 269961 T1556 n:127.0.0.1:47816_qrifm%2Ft c:collection1 
s:shard1 x:collection1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp 
Enough replicas found to continue.
   [junit4]   2> 269961 T1556 n:127.0.0.1:47816_qrifm%2Ft c:collection1 
s:shard1 x:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I may 
be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C155 name=collection1 
org.apache.solr.core.SolrCore@91d12cf 
url=http://127.0.0.1:47816/qrifm/t/collection1 node=127.0.0.1:47816_qrifm%2Ft 
C155_STATE=coll:collection1 core:collection1 
props:{base_url=http://127.0.0.1:47816/qrifm/t, 
node_name=127.0.0.1:47816_qrifm%2Ft, state=down, core=collection1}
   [junit4]   2> 269961 T1556 n:127.0.0.1:47816_qrifm%2Ft c:collection1 
s:shard1 x:collection1 C155 oasc.SyncStrategy.sync Sync replicas to 
http://127.0.0.1:47816/qrifm/t/collection1/
   [junit4]   2> 269962 T1556 n:127.0.0.1:47816_qrifm%2Ft c:collection1 
s:shard1 x:collection1 C155 oasc.SyncStrategy.syncReplicas Sync Success - now 
sync replicas to me
   [junit4]   2> 269962 T1524 n:127.0.0.1:47808_qrifm%2Ft 
oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"collection1"} current state version: 5
   [junit4]   2> 269962 T1556 n:127.0.0.1:47816_qrifm%2Ft c:collection1 
s:shard1 x:collection1 C155 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:47816/qrifm/t/collection1/ has no replicas
   [junit4]   2> 269962 T1556 n:127.0.0.1:47816_qrifm%2Ft c:collection1 
s:shard1 x:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I am 
the new leader: http://127.0.0.1:47816/qrifm/t/collection1/ shard1
   [junit4]   2> 269962 T1556 n:127.0.0.1:47816_qrifm%2Ft c:collection1 
s:shard1 x:collection1 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard1
   [junit4]   2> 269963 T1534 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 269963 T1523 n:127.0.0.1:47808_qrifm%2Ft 
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred 
- updating... (live nodes size: 2)
   [junit4]   2> 269963 T1551 n:127.0.0.1:47816_qrifm%2Ft 
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred 
- updating... (live nodes size: 2)
   [junit4]   2> 269966 T1523 n:127.0.0.1:47808_qrifm%2Ft 
oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path 
/overseer/queue state SyncConnected
   [junit4]   2> 269966 T1524 n:127.0.0.1:47808_qrifm%2Ft 
oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "base_url":"http://127.0.0.1:47816/qrifm/t";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"} current state version: 6
   [junit4]   2> 270069 T1534 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 270069 T1523 n:127.0.0.1:47808_qrifm%2Ft 
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred 
- updating... (live nodes size: 2)
   [junit4]   2> 270069 T1551 n:127.0.0.1:47816_qrifm%2Ft 
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred 
- updating... (live nodes size: 2)
   [junit4]   2> 270118 T1556 n:127.0.0.1:47816_qrifm%2Ft c:collection1 
s:shard1 x:collection1 oasc.ZkController.register We are 
http://127.0.0.1:47816/qrifm/t/collection1/ and leader is 
http://127.0.0.1:47816/qrifm/t/collection1/
   [junit4]   2> 270119 T1556 n:127.0.0.1:47816_qrifm%2Ft c:collection1 
s:shard1 x:collection1 oasc.ZkController.register No LogReplay needed for 
core=collection1 baseURL=http://127.0.0.1:47816/qrifm/t
   [junit4]   2> 270119 T1556 n:127.0.0.1:47816_qrifm%2Ft c:collection1 
s:shard1 x:collection1 oasc.ZkController.checkRecovery I am the leader, no 
recovery necessary
   [junit4]   2> 270119 T1556 n:127.0.0.1:47816_qrifm%2Ft c:collection1 
s:shard1 x:collection1 oasc.ZkController.publish publishing core=collection1 
state=active collection=collection1
   [junit4]   2> 270119 T1556 n:127.0.0.1:47816_qrifm%2Ft c:collection1 
s:shard1 x:collection1 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 270120 T1523 n:127.0.0.1:47808_qrifm%2Ft 
oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path 
/overseer/queue state SyncConnected
   [junit4]   2> 270121 T1524 n:127.0.0.1:47808_qrifm%2Ft 
oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "base_url":"http://127.0.0.1:47816/qrifm/t";,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "node_name":"127.0.0.1:47816_qrifm%2Ft",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "core":"collection1"} current state version: 7
   [junit4]   2> 270122 T1524 n:127.0.0.1:47808_qrifm%2Ft 
oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "base_url":"http://127.0.0.1:47816/qrifm/t";,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "node_name":"127.0.0.1:47816_qrifm%2Ft",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "core":"collection1"}
   [junit4]   2> 270224 T1523 n:127.0.0.1:47808_qrifm%2Ft 
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred 
- updating... (live nodes size: 2)
   [junit4]   2> 270224 T1534 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 270224 T1551 n:127.0.0.1:47816_qrifm%2Ft 
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred 
- updating... (live nodes size: 2)
   [junit4]   2> 271338 T1495 oas.SolrTestCaseJ4.writeCoreProperties Writing 
core.properties file to 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest
 1FD11A82D96D185B-001/shard-2-001/cores/collection1
   [junit4]   2> 271340 T1495 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 2 in directory 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest
 1FD11A82D96D185B-001/shard-2-001
   [junit4]   2> 271341 T1495 oejs.Server.doStart jetty-9.2.10.v20150310
   [junit4]   2> 271343 T1495 oejsh.ContextHandler.doStart Started 
o.e.j.s.ServletContextHandler@132cda0{/qrifm/t,null,AVAILABLE}
   [junit4]   2> 271343 T1495 oejs.AbstractConnector.doStart Started 
ServerConnector@7522ed1{HTTP/1.1}{127.0.0.1:47826}
   [junit4]   2> 271344 T1495 oejs.Server.doStart Started @276124ms
   [junit4]   2> 271344 T1495 oascse.JettySolrRunner$1.lifeCycleStarted Jetty 
properties: {hostPort=47826, 
coreRootDirectory=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest
 1FD11A82D96D185B-001/shard-2-001/cores, 
solr.data.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest
 1FD11A82D96D185B-001/tempDir-001/jetty2, hostContext=/qrifm/t, 
solrconfig=solrconfig.xml}
   [junit4]   2> 271344 T1495 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@231bf785
   [junit4]   2> 271345 T1495 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest
 1FD11A82D96D185B-001/shard-2-001/'
   [junit4]   2> 271375 T1495 oasc.SolrXmlConfig.fromFile Loading container 
configuration from 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest
 1FD11A82D96D185B-001/shard-2-001/solr.xml
   [junit4]   2> 271410 T1495 oasc.CorePropertiesLocator.<init> Config-defined 
core root directory: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest
 1FD11A82D96D185B-001/shard-2-001/cores
   [junit4]   2> 271410 T1495 oasc.CoreContainer.<init> New CoreContainer 
1596815792
   [junit4]   2> 271411 T1495 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest
 1FD11A82D96D185B-001/shard-2-001/]
   [junit4]   2> 271411 T1495 oasc.CoreContainer.load loading shared library: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest
 1FD11A82D96D185B-001/shard-2-001/lib
   [junit4]   2> 271411 T1495 oasc.SolrResourceLoader.addToClassLoader WARN 
Can't find (or read) directory to add to classloader: lib (resolved as: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest
 1FD11A82D96D185B-001/shard-2-001/lib).
   [junit4]   2> 271421 T1495 oashc.HttpShardHandlerFactory.init created with 
socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 
20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 
2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : 
false,useRetries : false,
   [junit4]   2> 271426 T1495 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 271426 T1495 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 271427 T1495 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 271427 T1495 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 271427 T1495 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:47795/solr
   [junit4]   2> 271427 T1495 oasc.ZkController.checkChrootPath zkHost includes 
chroot
   [junit4]   2> 271427 T1495 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 271428 T1495 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 271430 T1570 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@59897b0a 
name:ZooKeeperConnection Watcher:127.0.0.1:47795 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 271430 T1495 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 271430 T1495 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 271432 T1495 n:127.0.0.1:47826_qrifm%2Ft 
oascc.ConnectionManager.waitForConnected Waiting for client to connect to 
ZooKeeper
   [junit4]   2> 271433 T1573 n:127.0.0.1:47826_qrifm%2Ft 
oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@3af09e7b 
name:ZooKeeperConnection Watcher:127.0.0.1:47795/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 271433 T1495 n:127.0.0.1:47826_qrifm%2Ft 
oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 271436 T1495 n:127.0.0.1:47826_qrifm%2Ft 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 272440 T1495 n:127.0.0.1:47826_qrifm%2Ft 
oasc.ZkController.createEphemeralLiveNode Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:47826_qrifm%2Ft
   [junit4]   2> 272440 T1495 n:127.0.0.1:47826_qrifm%2Ft 
oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:47826_qrifm%2Ft
   [junit4]   2> 272443 T1495 n:127.0.0.1:47826_qrifm%2Ft oasc.Overseer.close 
Overseer (id=null) closing
   [junit4]   2> 272445 T1495 n:127.0.0.1:47826_qrifm%2Ft 
oasc.CorePropertiesLocator.discover Looking for core definitions underneath 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest
 1FD11A82D96D185B-001/shard-2-001/cores
   [junit4]   2> 272447 T1495 n:127.0.0.1:47826_qrifm%2Ft 
oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {shard=, 
absoluteInstDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest
 1FD11A82D96D185B-001/shard-2-001/cores/collection1/, schema=schema.xml, 
loadOnStartup=true, collection=collection1, 
instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest
 1FD11A82D96D185B-001/shard-2-001/cores/collection1, config=solrconfig.xml, 
transient=false, dataDir=data/, coreNodeName=, name=collection1}
   [junit4]   2> 272447 T1495 n:127.0.0.1:47826_qrifm%2Ft 
oasc.CorePropertiesLocator.discoverUnder Found core collection1 in 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest
 1FD11A82D96D185B-001/shard-2-001/cores/collection1/
   [junit4]   2> 272447 T1495 n:127.0.0.1:47826_qrifm%2Ft 
oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 272449 T1574 n:127.0.0.1:47826_qrifm%2Ft c:collection1 
x:collection1 oasc.ZkController.publish publishing core=collection1 state=down 
collection=collection1
   [junit4]   2> 272449 T1574 n:127.0.0.1:47826_qrifm%2Ft c:collection1 
x:collection1 oasc.ZkController.publish numShards not found on descriptor - 
reading it from system property
   [junit4]   2> 272450 T1574 n:127.0.0.1:47826_qrifm%2Ft 
oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 272450 T1523 n:127.0.0.1:47808_qrifm%2Ft 
oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path 
/overseer/queue state SyncConnected
   [junit4]   2> 272451 T1524 n:127.0.0.1:47808_qrifm%2Ft 
oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "base_url":"http://127.0.0.1:47826/qrifm/t";,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "shard":null,
   [junit4]   2>          "node_name":"127.0.0.1:47826_qrifm%2Ft",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "core":"collection1"} current state version: 8
   [junit4]   2> 272451 T1524 n:127.0.0.1:47808_qrifm%2Ft 
oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "base_url":"http://127.0.0.1:47826/qrifm/t";,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "shard":null,
   [junit4]   2>          "node_name":"127.0.0.1:47826_qrifm%2Ft",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "core":"collection1"}
   [junit4]   2> 272451 T1524 n:127.0.0.1:47808_qrifm%2Ft 
oasco.ReplicaMutator.updateState Collection already exists with numShards=1
   [junit4]   2> 272451 T1524 n:127.0.0.1:47808_qrifm%2Ft 
oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 272453 T1534 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 272453 T1551 n:127.0.0.1:47816_qrifm%2Ft 
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred 
- updating... (live nodes size: 3)
   [junit4]   2> 272453 T1523 n:127.0.0.1:47808_qrifm%2Ft 
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred 
- updating... (live nodes size: 3)
   [junit4]   2> 272453 T1573 n:127.0.0.1:47826_qrifm%2Ft 
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent 
state:SyncConnected type:NodeDataChanged pat

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

y [/configs/conf1]
   [junit4]   2> 872007 T5978 oasu.DirectUpdateHandler2.close closing 
DirectUpdateHandler2{commits=2,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 872008 T5978 oasu.SolrCoreState.decrefSolrCoreState Closing 
SolrCoreState
   [junit4]   2> 872009 T5978 oasu.DefaultSolrCoreState.closeIndexWriter 
SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 872009 T5978 oasu.DefaultSolrCoreState.closeIndexWriter 
closing IndexWriter with IndexWriterCloser
   [junit4]   2> 872010 T5978 oasc.SolrCore.closeSearcher 
[ocptest_shardsplit2_shard1_1_replica1] Closing main searcher on request.
   [junit4]   2> 872020 T5978 oasc.CachingDirectoryFactory.close Closing 
MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 872020 T5978 oasc.CachingDirectoryFactory.closeCacheValue 
looking to close 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest
 
1FD11A82D96D185B-001/shard-4-001/cores/ocptest_shardsplit2_shard1_1_replica1/data/index
 
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest
 
1FD11A82D96D185B-001/shard-4-001/cores/ocptest_shardsplit2_shard1_1_replica1/data/index;done=false>>]
   [junit4]   2> 872020 T5978 oasc.CachingDirectoryFactory.close Closing 
directory: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest
 
1FD11A82D96D185B-001/shard-4-001/cores/ocptest_shardsplit2_shard1_1_replica1/data/index
   [junit4]   2> 872021 T5978 oasc.CachingDirectoryFactory.closeCacheValue 
looking to close 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest
 
1FD11A82D96D185B-001/shard-4-001/cores/ocptest_shardsplit2_shard1_1_replica1/data
 
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest
 
1FD11A82D96D185B-001/shard-4-001/cores/ocptest_shardsplit2_shard1_1_replica1/data;done=false>>]
   [junit4]   2> 872021 T5978 oasc.CachingDirectoryFactory.close Closing 
directory: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest
 
1FD11A82D96D185B-001/shard-4-001/cores/ocptest_shardsplit2_shard1_1_replica1/data
   [junit4]   2> 872022 T5978 oasc.Overseer.close Overseer 
(id=93743543663788044-127.0.0.1:51243_-n_0000000004) closing
   [junit4]   2> 872023 T6341 n:127.0.0.1:51243_ 
oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:51243_
   [junit4]   2> 872026 T6332 n:127.0.0.1:51243_ oascc.ZkStateReader$3.process 
WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 872028 T5978 oejs.AbstractConnector.doStop Stopped 
ServerConnector@6e32db82{HTTP/1.1}{127.0.0.1:0}
   [junit4]   2> 872028 T5978 oejsh.ContextHandler.doStop Stopped 
o.e.j.s.ServletContextHandler@1d518a9b{/,null,UNAVAILABLE}
   [junit4]   2> 872031 T5978 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 
51198
   [junit4]   2> 872032 T5978 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:51193 51193
   [junit4]   2> 872245 T5979 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:51193 51193
   [junit4]   2> 872247 T5979 oasc.ZkTestServer$ZKServerMain.runFromConfig WARN 
Watch limit violations: 
   [junit4]   2>        Maximum concurrent create/delete watches above limit:
   [junit4]   2>        
   [junit4]   2>                6       /solr/aliases.json
   [junit4]   2>                6       /solr/clusterstate.json
   [junit4]   2>                5       /solr/configs/conf1
   [junit4]   2>                4       /solr/collections/ocptest1/state.json
   [junit4]   2>                4       /solr/collections/ocptest3/state.json
   [junit4]   2>                4       /solr/collections/ocptest2/state.json
   [junit4]   2>                4       /solr/collections/ocptest4/state.json
   [junit4]   2>                4       
/solr/collections/ocptest_shardsplit/state.json
   [junit4]   2>                4       
/solr/collections/ocptest_shardsplit2/state.json
   [junit4]   2>        
   [junit4]   2>        Maximum concurrent children watches above limit:
   [junit4]   2>        
   [junit4]   2>                6       /solr/live_nodes
   [junit4]   2>                5       /solr/overseer/queue
   [junit4]   2>                5       /solr/overseer/collection-queue-work
   [junit4]   2>        
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=MultiThreadedOCPTest -Dtests.method=test 
-Dtests.seed=1FD11A82D96D185B -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.locale=sr_BA -Dtests.timezone=Pacific/Fakaofo -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   76.8s J2 | MultiThreadedOCPTest.test <<<
   [junit4]    > Throwable #1: 
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=6313, 
name=parallelCoreAdminExecutor-1988-thread-15, state=RUNNABLE, 
group=TGRP-MultiThreadedOCPTest]
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([1FD11A82D96D185B:97852558779175A3]:0)
   [junit4]    > Caused by: java.lang.AssertionError: Too many closes on 
SolrCore
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([1FD11A82D96D185B]:0)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.close(SolrCore.java:1138)
   [junit4]    >        at 
org.apache.solr.common.util.IOUtils.closeQuietly(IOUtils.java:31)
   [junit4]    >        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:535)
   [junit4]    >        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:494)
   [junit4]    >        at 
org.apache.solr.handler.admin.CoreAdminHandler.handleCreateAction(CoreAdminHandler.java:598)
   [junit4]    >        at 
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestInternal(CoreAdminHandler.java:212)
   [junit4]    >        at 
org.apache.solr.handler.admin.CoreAdminHandler$ParallelCoreAdminHandlerThread.run(CoreAdminHandler.java:1219)
   [junit4]    >        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:148)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 872263 T5978 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Lucene50, 
sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=sr_BA, 
timezone=Pacific/Fakaofo
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_65 
(64-bit)/cpus=16,threads=1,free=101011792,total=307232768
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestFuzzyAnalyzedSuggestions, AsyncMigrateRouteKeyTest, ReturnFieldsTest, 
TermVectorComponentTest, TestSolrJ, TestExactStatsCache, 
BinaryUpdateRequestHandlerTest, TestDocSet, TestCopyFieldCollectionResource, 
DeleteInactiveReplicaTest, ZkControllerTest, TestLMDirichletSimilarityFactory, 
HdfsDirectoryTest, TestFileDictionaryLookup, TestCursorMarkWithoutUniqueKey, 
TestPivotHelperCode, TestReqParamsAPI, DeleteShardTest, TestSchemaNameResource, 
TestManagedSchemaDynamicFieldResource, DirectSolrSpellCheckerTest, 
ShowFileRequestHandlerTest, TestFiltering, TestMergePolicyConfig, 
TestDistributedMissingSort, TestIndexingPerformance, SolrPluginUtilsTest, 
AddBlockUpdateTest, DistributedFacetPivotWhiteBoxTest, TestPhraseSuggestions, 
TestDocBasedVersionConstraints, AnalysisAfterCoreReloadTest, 
SchemaVersionSpecificBehaviorTest, BufferStoreTest, 
HdfsUnloadDistributedZkTest, RegexBoostProcessorTest, HdfsSyncSliceTest, 
TestManagedSchemaFieldTypeResource, FullSolrCloudDistribCmdsTest, 
TestSolrDynamicMBean, PrimUtilsTest, TestQueryTypes, 
ChaosMonkeyNothingIsSafeTest, DistributedTermsComponentTest, 
TestSolrConfigHandlerCloud, UUIDUpdateProcessorFallbackTest, TestUtils, 
SolrCmdDistributorTest, TestMissingGroups, BasicZkTest, 
TestBulkSchemaConcurrent, DocValuesMissingTest, MultiThreadedOCPTest]
   [junit4] Completed [203/485] on J2 in 79.64s, 1 test, 1 error <<< FAILURES!

[...truncated 906 lines...]
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:536:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:484:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:61:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/extra-targets.xml:39:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build.xml:229:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/common-build.xml:511:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/common-build.xml:1433:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/common-build.xml:991:
 There were test failures: 485 suites, 1949 tests, 1 error, 1 failure, 71 
ignored (26 assumptions)

Total time: 52 minutes 31 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Sending artifact delta relative to Lucene-Solr-Tests-5.x-Java7 #3037
Archived 5 artifacts
Archive block size is 32768
Received 0 blocks and 229045051 bytes
Compression is 0.0%
Took 42 sec
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure


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

Reply via email to