You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2015/03/20 01:55:46 UTC

[JENKINS] Lucene-Solr-5.x-Linux (32bit/jdk1.7.0_76) - Build # 11854 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11854/
Java: 32bit/jdk1.7.0_76 -server -XX:+UseConcMarkSweepGC

1 tests failed.
FAILED:  org.apache.solr.cloud.RecoveryAfterSoftCommitTest.test

Error Message:
Didn't see all replicas for shard shard1 in collection1 come up within 30000 ms! ClusterState: {   "control_collection":{     "replicationFactor":"1",     "maxShardsPerNode":"1",     "autoCreated":"true",     "autoAddReplicas":"false",     "router":{"name":"compositeId"},     "shards":{"shard1":{         "range":"80000000-7fffffff",         "state":"active",         "replicas":{"core_node1":{             "node_name":"127.0.0.1:56324_j_%2Foz",             "base_url":"http://127.0.0.1:56324/j_/oz",             "core":"collection1",             "state":"active",             "leader":"true"}}}}},   "collection1":{     "replicationFactor":"1",     "maxShardsPerNode":"1",     "autoCreated":"true",     "autoAddReplicas":"false",     "router":{"name":"compositeId"},     "shards":{"shard1":{         "range":"80000000-7fffffff",         "state":"active",         "replicas":{           "core_node1":{             "node_name":"127.0.0.1:52326_j_%2Foz",             "base_url":"http://127.0.0.1:52326/j_/oz",             "core":"collection1",             "state":"active",             "leader":"true"},           "core_node2":{             "node_name":"127.0.0.1:42116_j_%2Foz",             "base_url":"http://127.0.0.1:42116/j_/oz",             "core":"collection1",             "state":"recovering"}}}}}}

Stack Trace:
java.lang.AssertionError: Didn't see all replicas for shard shard1 in collection1 come up within 30000 ms! ClusterState: {
  "control_collection":{
    "replicationFactor":"1",
    "maxShardsPerNode":"1",
    "autoCreated":"true",
    "autoAddReplicas":"false",
    "router":{"name":"compositeId"},
    "shards":{"shard1":{
        "range":"80000000-7fffffff",
        "state":"active",
        "replicas":{"core_node1":{
            "node_name":"127.0.0.1:56324_j_%2Foz",
            "base_url":"http://127.0.0.1:56324/j_/oz",
            "core":"collection1",
            "state":"active",
            "leader":"true"}}}}},
  "collection1":{
    "replicationFactor":"1",
    "maxShardsPerNode":"1",
    "autoCreated":"true",
    "autoAddReplicas":"false",
    "router":{"name":"compositeId"},
    "shards":{"shard1":{
        "range":"80000000-7fffffff",
        "state":"active",
        "replicas":{
          "core_node1":{
            "node_name":"127.0.0.1:52326_j_%2Foz",
            "base_url":"http://127.0.0.1:52326/j_/oz",
            "core":"collection1",
            "state":"active",
            "leader":"true"},
          "core_node2":{
            "node_name":"127.0.0.1:42116_j_%2Foz",
            "base_url":"http://127.0.0.1:42116/j_/oz",
            "core":"collection1",
            "state":"recovering"}}}}}}
	at __randomizedtesting.SeedInfo.seed([16F289350051EE5C:9EA6B6EFAEAD83A4]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:1995)
	at org.apache.solr.cloud.RecoveryAfterSoftCommitTest.test(RecoveryAfterSoftCommitTest.java:102)
	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:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	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:53)
	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 10450 lines...]
   [junit4] Suite: org.apache.solr.cloud.RecoveryAfterSoftCommitTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/init-core-data-001
   [junit4]   2> 1088437 T5140 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /j_/oz
   [junit4]   2> 1088440 T5140 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1088440 T5141 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1088540 T5140 oasc.ZkTestServer.run start zk server on port:50374
   [junit4]   2> 1088541 T5140 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1088541 T5140 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1088543 T5148 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@9f09f2 name:ZooKeeperConnection Watcher:127.0.0.1:50374 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1088543 T5140 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1088544 T5140 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1088544 T5140 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1088545 T5140 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1088546 T5140 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1088546 T5151 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5f80fc name:ZooKeeperConnection Watcher:127.0.0.1:50374/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1088546 T5140 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1088547 T5140 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1088547 T5140 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1088548 T5140 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1088549 T5140 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1088549 T5140 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1088550 T5140 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1088551 T5140 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1088552 T5140 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1088552 T5140 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1088553 T5140 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1088554 T5140 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1088555 T5140 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1088555 T5140 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1088556 T5140 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1088556 T5140 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1088557 T5140 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1088557 T5140 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1088558 T5140 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1088558 T5140 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1088559 T5140 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1088560 T5140 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1088560 T5140 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1088561 T5140 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1088562 T5140 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1088562 T5140 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1088563 T5140 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1088563 T5140 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1088610 T5140 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/control-001/cores/collection1
   [junit4]   2> 1088611 T5140 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1088613 T5140 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:33068
   [junit4]   2> 1088614 T5140 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostPort=56324, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/tempDir-001/control/data, hostContext=/j_/oz, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/control-001/cores}
   [junit4]   2> 1088614 T5140 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@121ea24
   [junit4]   2> 1088614 T5140 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/control-001/'
   [junit4]   2> 1088626 T5140 oasc.SolrXmlConfig.fromFile Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/control-001/solr.xml
   [junit4]   2> 1088648 T5140 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/control-001/cores
   [junit4]   2> 1088649 T5140 oasc.CoreContainer.<init> New CoreContainer 30019159
   [junit4]   2> 1088649 T5140 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/control-001/]
   [junit4]   2> 1088649 T5140 oasc.CoreContainer.load loading shared library: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/control-001/lib
   [junit4]   2> 1088650 T5140 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/control-001/lib).
   [junit4]   2> 1088655 T5140 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1088656 T5140 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1088656 T5140 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1088656 T5140 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1088656 T5140 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1088657 T5140 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1088657 T5140 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1088657 T5140 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1088657 T5140 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1088658 T5140 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1088658 T5140 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1088658 T5140 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1088659 T5140 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1088659 T5140 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1088659 T5140 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1088659 T5140 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50374/solr
   [junit4]   2> 1088660 T5140 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1088660 T5140 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1088660 T5140 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1088661 T5163 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@f6be8f name:ZooKeeperConnection Watcher:127.0.0.1:50374 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1088661 T5140 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1088663 T5140 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1088664 T5140 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1088664 T5166 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@181ec7f name:ZooKeeperConnection Watcher:127.0.0.1:50374/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1088664 T5140 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1088665 T5140 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1088667 T5140 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1088668 T5140 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 1088669 T5140 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 1088670 T5140 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 1088671 T5140 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1088672 T5140 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1088672 T5140 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1088673 T5140 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56324_j_%2Foz
   [junit4]   2> 1088674 T5140 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:56324_j_%2Foz
   [junit4]   2> 1088675 T5140 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1088676 T5140 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1088677 T5140 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1088677 T5140 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:56324_j_%2Foz
   [junit4]   2> 1088678 T5140 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1088679 T5140 oasc.Overseer.start Overseer (id=93507538271207427-127.0.0.1:56324_j_%2Foz-n_0000000000) starting
   [junit4]   2> 1088680 T5140 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1088682 T5140 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1088683 T5168 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1088683 T5140 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1088683 T5167 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1088685 T5140 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/control-001/cores
   [junit4]   1> CORE DESCRIPTOR: {shard=, loadOnStartup=true, schema=schema.xml, transient=false, dataDir=data/, instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/control-001/cores/collection1, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/control-001/cores/collection1/, collection=control_collection, config=solrconfig.xml, name=collection1, coreNodeName=}
   [junit4]   2> 1088686 T5140 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/control-001/cores/collection1/
   [junit4]   2> 1088687 T5140 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1088687 T5170 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 1088687 T5170 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1088688 T5166 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1088688 T5170 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1088688 T5167 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:56324_j_%2Foz",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56324/j_/oz",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 0
   [junit4]   2> 1088689 T5167 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:56324_j_%2Foz",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56324/j_/oz",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"control_collection"}
   [junit4]   2> 1088689 T5167 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 1088689 T5167 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1088690 T5166 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> 1089688 T5170 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1089688 T5170 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 1089689 T5170 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1089689 T5170 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1089689 T5170 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1089689 T5170 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/control-001/cores/collection1/'
   [junit4]   2> 1089700 T5170 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1089702 T5170 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1089707 T5170 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1089729 T5170 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1089765 T5170 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1089767 T5170 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1089771 T5170 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1090057 T5170 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1090079 T5170 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1090080 T5170 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1090085 T5170 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1090087 T5170 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1090090 T5170 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1090091 T5170 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1090091 T5170 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1090091 T5170 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1090092 T5170 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1090092 T5170 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1090092 T5170 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1090092 T5170 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1090092 T5170 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/control-001/cores/collection1/, dataDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/control-001/cores/collection1/data/
   [junit4]   2> 1090093 T5170 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@ecf90d
   [junit4]   2> 1090093 T5170 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/control-001/cores/collection1/data
   [junit4]   2> 1090093 T5170 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/control-001/cores/collection1/data/index/
   [junit4]   2> 1090093 T5170 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1090094 T5170 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/control-001/cores/collection1/data/index
   [junit4]   2> 1090094 T5170 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=15.5078125, floorSegmentMB=1.19921875, forceMergeDeletesPctAllowed=26.82215794558323, segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1090094 T5170 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@b56934 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@de5b2),segFN=segments_1,generation=1}
   [junit4]   2> 1090095 T5170 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1090098 T5170 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1090098 T5170 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1090098 T5170 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1090099 T5170 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1090099 T5170 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1090099 T5170 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1090099 T5170 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1090099 T5170 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1090099 T5170 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1090101 T5170 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1090103 T5170 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1090104 T5170 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1090104 T5170 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1090107 T5170 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/ping,/admin/system,/admin/threads,/admin/plugins,/schema,standard,/get,/update/csv,/config,/update/json/docs,/admin/file,/admin/properties,/update,/admin/segments,/admin/mbeans,/admin/luke,/update/json,/replication,/admin/logging
   [junit4]   2> 1090108 T5170 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1090109 T5170 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1090109 T5170 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 1090109 T5170 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1090109 T5170 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1090109 T5170 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=32, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=22.0390625, floorSegmentMB=1.8232421875, forceMergeDeletesPctAllowed=4.159651272571194, segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1090110 T5170 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@b56934 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@de5b2),segFN=segments_1,generation=1}
   [junit4]   2> 1090110 T5170 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1090110 T5170 oass.SolrIndexSearcher.<init> Opening Searcher@18e0ba0[collection1] main
   [junit4]   2> 1090111 T5170 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1090111 T5170 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1090111 T5170 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1090111 T5170 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1090112 T5170 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1090112 T5170 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1090112 T5170 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1090112 T5170 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1090112 T5170 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1090113 T5170 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1090113 T5171 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@18e0ba0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1090113 T5170 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1090114 T5174 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:56324/j_/oz collection:control_collection shard:shard1
   [junit4]   2> 1090114 T5140 oass.SolrDispatchFilter.init user.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1090115 T5174 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1090115 T5140 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1090116 T5140 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1090116 T5140 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1090117 T5174 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1090117 T5178 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@14097ed name:ZooKeeperConnection Watcher:127.0.0.1:50374/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1090117 T5140 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1090118 T5140 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1090118 T5174 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1090118 T5174 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 1090118 T5166 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1090118 T5140 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> ASYNC  NEW_CORE C4608 name=collection1 org.apache.solr.core.SolrCore@bfd5c4 url=http://127.0.0.1:56324/j_/oz/collection1 node=127.0.0.1:56324_j_%2Foz C4608_STATE=coll:control_collection core:collection1 props:{node_name=127.0.0.1:56324_j_%2Foz, base_url=http://127.0.0.1:56324/j_/oz, core=collection1, state=down}
   [junit4]   2> 1090118 T5174 C4608 P56324 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:56324/j_/oz/collection1/
   [junit4]   2> 1090119 T5167 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> 1090119 T5174 C4608 P56324 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1090119 T5174 C4608 P56324 oasc.SyncStrategy.syncToMe http://127.0.0.1:56324/j_/oz/collection1/ has no replicas
   [junit4]   2> 1090120 T5174 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:56324/j_/oz/collection1/ shard1
   [junit4]   2> 1090120 T5174 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1090120 T5140 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1090120 T5140 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 1090121 T5140 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1090121 T5140 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1090122 T5181 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@11426e1 name:ZooKeeperConnection Watcher:127.0.0.1:50374/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1090122 T5166 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1090122 T5140 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1090123 T5140 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1090123 T5167 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:56324/j_/oz",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 1
   [junit4]   2> 1090124 T5142 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14c349c527a0005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 1090125 T5167 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "name":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "stateFormat":"2"} current state version: 1
   [junit4]   2> 1090125 T5167 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 1090126 T5166 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> 1090126 T5178 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> 1090129 T5166 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1090129 T5167 oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]   2> 1090130 T5178 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> 1090130 T5166 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> 1090189 T5140 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/shard-1-001/cores/collection1
   [junit4]   2> 1090190 T5174 oasc.ZkController.register We are http://127.0.0.1:56324/j_/oz/collection1/ and leader is http://127.0.0.1:56324/j_/oz/collection1/
   [junit4]   2> 1090191 T5174 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:56324/j_/oz
   [junit4]   2> 1090191 T5174 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1090191 T5140 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/shard-1-001
   [junit4]   2> 1090191 T5174 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 1090191 T5174 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1090191 T5140 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1090192 T5166 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1090192 T5140 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:35439
   [junit4]   2> 1090192 T5167 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "node_name":"127.0.0.1:56324_j_%2Foz",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56324/j_/oz",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "core_node_name":"core_node1"} current state version: 3
   [junit4]   2> 1090193 T5140 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/tempDir-001/jetty1, hostContext=/j_/oz, solrconfig=solrconfig.xml, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/shard-1-001/cores, hostPort=52326}
   [junit4]   2> 1090193 T5167 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "node_name":"127.0.0.1:56324_j_%2Foz",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56324/j_/oz",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 1090193 T5140 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@121ea24
   [junit4]   2> 1090194 T5140 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/shard-1-001/'
   [junit4]   2> 1090212 T5140 oasc.SolrXmlConfig.fromFile Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/shard-1-001/solr.xml
   [junit4]   2> 1090222 T5140 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/shard-1-001/cores
   [junit4]   2> 1090223 T5140 oasc.CoreContainer.<init> New CoreContainer 1619084
   [junit4]   2> 1090223 T5140 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/shard-1-001/]
   [junit4]   2> 1090223 T5140 oasc.CoreContainer.load loading shared library: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/shard-1-001/lib
   [junit4]   2> 1090224 T5140 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/shard-1-001/lib).
   [junit4]   2> 1090229 T5140 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1090229 T5140 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1090230 T5140 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1090230 T5140 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1090230 T5140 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1090230 T5140 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1090231 T5140 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1090231 T5140 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1090231 T5140 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1090231 T5140 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1090231 T5140 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1090232 T5140 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1090232 T5140 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1090232 T5140 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1090233 T5140 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1090233 T5140 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50374/solr
   [junit4]   2> 1090233 T5140 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1090233 T5140 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1090234 T5140 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1090235 T5193 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@161915b name:ZooKeeperConnection Watcher:127.0.0.1:50374 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1090235 T5140 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1090236 T5140 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1090237 T5140 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1090237 T5196 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1b68193 name:ZooKeeperConnection Watcher:127.0.0.1:50374/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1090237 T5140 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1090240 T5140 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1090295 T5178 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> 1090295 T5166 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> 1090295 T5196 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> 1091242 T5140 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52326_j_%2Foz
   [junit4]   2> 1091243 T5140 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52326_j_%2Foz
   [junit4]   2> 1091244 T5140 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1091246 T5140 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/shard-1-001/cores
   [junit4]   1> CORE DESCRIPTOR: {schema=schema.xml, shard=, instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/shard-1-001/cores/collection1, name=collection1, dataDir=data/, coreNodeName=, config=solrconfig.xml, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/shard-1-001/cores/collection1/, transient=false, loadOnStartup=true, collection=collection1}
   [junit4]   2> 1091247 T5140 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/shard-1-001/cores/collection1/
   [junit4]   2> 1091247 T5140 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1091248 T5197 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1091248 T5197 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1091249 T5166 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1091249 T5197 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 1091249 T5167 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:52326_j_%2Foz",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:52326/j_/oz",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"collection1"} current state version: 4
   [junit4]   2> 1091249 T5197 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 1091250 T5167 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:52326_j_%2Foz",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:52326/j_/oz",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"collection1"}
   [junit4]   2> 1091250 T5167 oasco.ReplicaMutator.updateState Collection already exists with numShards=1
   [junit4]   2> 1091250 T5197 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 1091250 T5167 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1091251 T5197 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 0 
   [junit4]   2> 1091251 T5197 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1091352 T5167 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 1091352 T5196 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1091353 T5196 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 
   [junit4]   2> 1092251 T5197 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1092251 T5197 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1092252 T5197 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1092252 T5197 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1092252 T5197 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1092252 T5197 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/shard-1-001/cores/collection1/'
   [junit4]   2> 1092276 T5197 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1092277 T5197 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1092282 T5197 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1092296 T5197 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1092350 T5197 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1092351 T5197 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1092357 T5197 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1092600 T5197 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1092605 T5197 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1092606 T5197 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1092611 T5197 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1092612 T5197 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1092614 T5197 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1092614 T5197 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1092614 T5197 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1092615 T5197 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1092615 T5197 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1092615 T5197 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1092615 T5197 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1092615 T5197 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1092616 T5197 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/shard-1-001/cores/collection1/, dataDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/shard-1-001/cores/collection1/data/
   [junit4]   2> 1092616 T5197 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@ecf90d
   [junit4]   2> 1092616 T5197 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/shard-1-001/cores/collection1/data
   [junit4]   2> 1092616 T5197 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/shard-1-001/cores/collection1/data/index/
   [junit4]   2> 1092616 T5197 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/shard-1-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1092617 T5197 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/shard-1-001/cores/collection1/data/index
   [junit4]   2> 1092617 T5197 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=15.5078125, floorSegmentMB=1.19921875, forceMergeDeletesPctAllowed=26.82215794558323, segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1092617 T5197 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@10e471 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@105ee24),segFN=segments_1,generation=1}
   [junit4]   2> 1092618 T5197 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1092621 T5197 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1092621 T5197 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1092622 T5197 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1092622 T5197 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1092622 T5197 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1092622 T5197 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1092623 T5197 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1092623 T5197 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1092623 T5197 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1092625 T5197 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1092625 T5197 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1092626 T5197 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1092627 T5197 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1092641 T5197 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/ping,/admin/system,/admin/threads,/admin/plugins,/schema,standard,/get,/update/csv,/config,/update/json/docs,/admin/file,/admin/properties,/update,/admin/segments,/admin/mbeans,/admin/luke,/update/json,/replication,/admin/logging
   [junit4]   2> 1092642 T5197 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1092642 T5197 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1092642 T5197 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 1092643 T5197 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1092643 T5197 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1092643 T5197 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=32, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=22.0390625, floorSegmentMB=1.8232421875, forceMergeDeletesPctAllowed=4.159651272571194, segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1092644 T5197 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@10e471 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@105ee24),segFN=segments_1,generation=1}
   [junit4]   2> 1092644 T5197 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1092644 T5197 oass.SolrIndexSearcher.<init> Opening Searcher@17313b0[collection1] main
   [junit4]   2> 1092644 T5197 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1092645 T5197 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1092645 T5197 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1092645 T5197 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1092645 T5197 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1092645 T5197 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1092646 T5197 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1092646 T5197 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1092646 T5197 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1092647 T5197 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1092647 T5198 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@17313b0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1092647 T5197 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1092648 T5201 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:52326/j_/oz collection:collection1 shard:shard1
   [junit4]   2> 1092648 T5140 oass.SolrDispatchFilter.init user.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1092648 T5201 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 1092648 T5140 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1092651 T5201 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1092651 T5166 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1092652 T5201 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1092652 T5201 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C4609 name=collection1 org.apache.solr.core.SolrCore@16dfccb url=http://127.0.0.1:52326/j_/oz/collection1 node=127.0.0.1:52326_j_%2Foz C4609_STATE=coll:collection1 core:collection1 props:{node_name=127.0.0.1:52326_j_%2Foz, base_url=http://127.0.0.1:52326/j_/oz, core=collection1, state=down}
   [junit4]   2> 1092652 T5201 C4609 P52326 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:52326/j_/oz/collection1/
   [junit4]   2> 1092652 T5167 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1"} current state version: 4
   [junit4]   2> 1092652 T5201 C4609 P52326 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1092652 T5201 C4609 P52326 oasc.SyncStrategy.syncToMe http://127.0.0.1:52326/j_/oz/collection1/ has no replicas
   [junit4]   2> 1092653 T5201 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:52326/j_/oz/collection1/ shard1
   [junit4]   2> 1092653 T5201 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1092653 T5167 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 1092653 T5196 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1092654 T5196 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 2 
   [junit4]   2> 1092655 T5166 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1092655 T5167 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:52326/j_/oz",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 4
   [junit4]   2> 1092656 T5167 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 1092656 T5196 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1092657 T5196 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 1092698 T5140 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/shard-2-001/cores/collection1
   [junit4]   2> 1092699 T5140 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/shard-2-001
   [junit4]   2> 1092699 T5140 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1092700 T5140 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:56840
   [junit4]   2> 1092700 T5140 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solrconfig=solrconfig.xml, hostContext=/j_/oz, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/shard-2-001/cores, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/tempDir-001/jetty2, hostPort=42116}
   [junit4]   2> 1092700 T5140 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@121ea24
   [junit4]   2> 1092701 T5140 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/shard-2-001/'
   [junit4]   2> 1092705 T5201 oasc.ZkController.register We are http://127.0.0.1:52326/j_/oz/collection1/ and leader is http://127.0.0.1:52326/j_/oz/collection1/
   [junit4]   2> 1092706 T5201 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:52326/j_/oz
   [junit4]   2> 1092706 T5201 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1092706 T5201 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 1092706 T5201 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1092707 T5166 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1092708 T5167 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "node_name":"127.0.0.1:52326_j_%2Foz",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:52326/j_/oz",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1"} current state version: 4
   [junit4]   2> 1092708 T5167 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "node_name":"127.0.0.1:52326_j_%2Foz",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:52326/j_/oz",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 1092708 T5201 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 1092709 T5167 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 1092709 T5196 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1092710 T5196 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 1092713 T5140 oasc.SolrXmlConfig.fromFile Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/shard-2-001/solr.xml
   [junit4]   2> 1092742 T5140 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/shard-2-001/cores
   [junit4]   2> 1092743 T5140 oasc.CoreContainer.<init> New CoreContainer 30100423
   [junit4]   2> 1092743 T5140 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/shard-2-001/]
   [junit4]   2> 1092743 T5140 oasc.CoreContainer.load loading shared library: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/shard-2-001/lib
   [junit4]   2> 1092744 T5140 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/shard-2-001/lib).
   [junit4]   2> 1092748 T5140 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1092748 T5140 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1092749 T5140 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1092749 T5140 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1092749 T5140 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1092749 T5140 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1092750 T5140 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1092750 T5140 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1092750 T5140 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1092751 T5140 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1092751 T5140 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1092751 T5140 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1092751 T5140 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1092752 T5140 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1092752 T5140 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1092752 T5140 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50374/solr
   [junit4]   2> 1092752 T5140 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1092752 T5140 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1092753 T5140 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1092754 T5214 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@44c5c0 name:ZooKeeperConnection Watcher:127.0.0.1:50374 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1092754 T5140 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1092755 T5140 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1092756 T5140 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1092756 T5217 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1140f67 name:ZooKeeperConnection Watcher:127.0.0.1:50374/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1092757 T5140 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1092759 T5140 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1093761 T5140 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42116_j_%2Foz
   [junit4]   2> 1093762 T5140 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:42116_j_%2Foz
   [junit4]   2> 1093765 T5140 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1093767 T5140 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/shard-2-001/cores
   [junit4]   1> CORE DESCRIPTOR: {coreNodeName=, name=collection1, loadOnStartup=true, schema=schema.xml, config=solrconfig.xml, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/shard-2-001/cores/collection1/, transient=false, shard=, dataDir=data/, collection=collection1, instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/shard-2-001/cores/collection1}
   [junit4]   2> 1093768 T5140 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/shard-2-001/cores/collection1/
   [junit4]   2> 1093768 T5140 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1093769 T5218 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1093769 T5218 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1093770 T5166 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1093770 T5218 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 1093770 T5218 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 1093770 T5167 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:42116_j_%2Foz",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:42116/j_/oz",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"collection1"} current state version: 4
   [junit4]   2> 1093771 T5218 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 1093771 T5167 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:42116_j_%2Foz",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:42116/j_/oz",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"collection1"}
   [junit4]   2> 1093771 T5167 oasco.ReplicaMutator.updateState Collection already exists with numShards=1
   [junit4]   2> 1093771 T5167 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1093771 T5218 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 1093771 T5218 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1093772 T5167 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 4
   [junit4]   2> 1093772 T5217 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1093772 T5196 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1093773 T5217 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 5 
   [junit4]   2> 1093773 T5196 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 5 
   [junit4]   2> 1094772 T5218 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1094772 T5218 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1094772 T5218 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1094772 T5218 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1094773 T5218 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1094773 T5218 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/shard-2-001/cores/collection1/'
   [junit4]   2> 1094785 T5218 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1094786 T5218 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1094790 T5218 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1094815 T5218 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1094844 T5218 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1094845 T5218 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1094850 T5218 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1095113 T5218 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1095119 T5218 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1095120 T5218 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1095139 T5218 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1095141 T5218 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1095144 T5218 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1095144 T5218 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1095144 T5218 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1095145 T5218 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1095145 T5218 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1095145 T5218 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1095145 T5218 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1095145 T5218 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1095146 T5218 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/shard-2-001/cores/collection1/, dataDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/shard-2-001/cores/collection1/data/
   [junit4]   2> 1095146 T5218 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@ecf90d
   [junit4]   2> 1095147 T5218 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/shard-2-001/cores/collection1/data
   [junit4]   2> 1095147 T5218 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/shard-2-001/cores/collection1/data/index/
   [junit4]   2> 1095147 T5218 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/shard-2-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1095147 T5218 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/shard-2-001/cores/collection1/data/index
   [junit4]   2> 1095148 T5218 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=15.5078125, floorSegmentMB=1.19921875, forceMergeDeletesPctAllowed=26.82215794558323, segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1095148 T5218 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@47b787 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@623bb5),segFN=segments_1,generation=1}
   [junit4]   2> 1095148 T5218 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1095152 T5218 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1095153 T5218 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1095153 T5218 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1095153 T5218 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1095153 T5218 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1095153 T5218 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1095154 T5218 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1095154 T5218 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1095154 T5218 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1095156 T5218 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1095157 T5218 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1095158 T5218 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1095159 T5218 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1095162 T5218 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/ping,/admin/system,/admin/threads,/admin/plugins,/schema,standard,/get,/update/csv,/config,/update/json/docs,/admin/file,/admin/properties,/update,/admin/segments,/admin/mbeans,/admin/luke,/update/json,/replication,/admin/logging
   [junit4]   2> 1095163 T5218 oasc.SolrCore.initStatsCache Using default 

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

-2-001/cores/collection1/data;done=false>>]
   [junit4]   2> 1136537 T5217 oasc.CachingDirectoryFactory.close Closing directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/shard-2-001/cores/collection1/data
   [junit4]   2> 1136537 T5217 oasc.CachingDirectoryFactory.closeCacheValue looking to close /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/shard-2-001/cores/collection1/data/index.20150319193651023 [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/shard-2-001/cores/collection1/data/index.20150319193651023;done=false>>]
   [junit4]   2> 1136538 T5217 oasc.CachingDirectoryFactory.close Closing directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001/shard-2-001/cores/collection1/data/index.20150319193651023
   [junit4]   2> 1136568 T5140 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/j_/oz,null}
   [junit4]   2> 1136760 T5140 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:50374 50374
   [junit4]   2> 1136776 T5141 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:50374 50374
   [junit4]   2> 1136776 T5141 oasc.ZkTestServer$ZKServerMain.runFromConfig WARN Watch limit violations: 
   [junit4]   2> 	Maximum concurrent create/delete watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		4	/solr/aliases.json
   [junit4]   2> 		4	/solr/clusterstate.json
   [junit4]   2> 		3	/solr/configs/conf1
   [junit4]   2> 		2	/solr/collections/collection1/state.json
   [junit4]   2> 	
   [junit4]   2> 	Maximum concurrent children watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		4	/solr/live_nodes
   [junit4]   2> 		3	/solr/overseer/collection-queue-work
   [junit4]   2> 		3	/solr/overseer/queue
   [junit4]   2> 	
   [junit4]   2> 1136777 T5140 oasc.SocketProxy.close WARN Closing 1 connections to: http://127.0.0.1:42116/j_/oz
   [junit4]   2> 1136777 T5140 oasc.SocketProxy.close WARN Closing 6 connections to: http://127.0.0.1:52326/j_/oz
   [junit4]   2> 1136777 T5140 oasc.SocketProxy.close WARN Closing 0 connections to: http://127.0.0.1:56324/j_/oz
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RecoveryAfterSoftCommitTest -Dtests.method=test -Dtests.seed=16F289350051EE5C -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en_GB -Dtests.timezone=CST6CDT -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 48.3s J0 | RecoveryAfterSoftCommitTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Didn't see all replicas for shard shard1 in collection1 come up within 30000 ms! ClusterState: {
   [junit4]    >   "control_collection":{
   [junit4]    >     "replicationFactor":"1",
   [junit4]    >     "maxShardsPerNode":"1",
   [junit4]    >     "autoCreated":"true",
   [junit4]    >     "autoAddReplicas":"false",
   [junit4]    >     "router":{"name":"compositeId"},
   [junit4]    >     "shards":{"shard1":{
   [junit4]    >         "range":"80000000-7fffffff",
   [junit4]    >         "state":"active",
   [junit4]    >         "replicas":{"core_node1":{
   [junit4]    >             "node_name":"127.0.0.1:56324_j_%2Foz",
   [junit4]    >             "base_url":"http://127.0.0.1:56324/j_/oz",
   [junit4]    >             "core":"collection1",
   [junit4]    >             "state":"active",
   [junit4]    >             "leader":"true"}}}}},
   [junit4]    >   "collection1":{
   [junit4]    >     "replicationFactor":"1",
   [junit4]    >     "maxShardsPerNode":"1",
   [junit4]    >     "autoCreated":"true",
   [junit4]    >     "autoAddReplicas":"false",
   [junit4]    >     "router":{"name":"compositeId"},
   [junit4]    >     "shards":{"shard1":{
   [junit4]    >         "range":"80000000-7fffffff",
   [junit4]    >         "state":"active",
   [junit4]    >         "replicas":{
   [junit4]    >           "core_node1":{
   [junit4]    >             "node_name":"127.0.0.1:52326_j_%2Foz",
   [junit4]    >             "base_url":"http://127.0.0.1:52326/j_/oz",
   [junit4]    >             "core":"collection1",
   [junit4]    >             "state":"active",
   [junit4]    >             "leader":"true"},
   [junit4]    >           "core_node2":{
   [junit4]    >             "node_name":"127.0.0.1:42116_j_%2Foz",
   [junit4]    >             "base_url":"http://127.0.0.1:42116/j_/oz",
   [junit4]    >             "core":"collection1",
   [junit4]    >             "state":"recovering"}}}}}}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([16F289350051EE5C:9EA6B6EFAEAD83A4]:0)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:1995)
   [junit4]    > 	at org.apache.solr.cloud.RecoveryAfterSoftCommitTest.test(RecoveryAfterSoftCommitTest.java:102)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1136782 T5140 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 16F289350051EE5C-001
   [junit4]   2> 48347 T5139 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {timestamp=PostingsFormat(name=MockRandom), id=PostingsFormat(name=LuceneVarGapFixedInterval), intDefault=PostingsFormat(name=MockRandom), range_facet_l=PostingsFormat(name=MockRandom), text=FST50, a_t=PostingsFormat(name=MockRandom), multiDefault=Lucene50(blocksize=128), _version_=PostingsFormat(name=MockRandom)}, docValues:{timestamp=DocValuesFormat(name=Direct)}, sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=en_GB, timezone=CST6CDT
   [junit4]   2> NOTE: Linux 3.13.0-46-generic i386/Oracle Corporation 1.7.0_76 (32-bit)/cpus=12,threads=1,free=70502488,total=302489600
   [junit4]   2> NOTE: All tests run in this JVM: [TestDocumentBuilder, TestConfig, TestMergePolicyConfig, TestCSVLoader, SolrRequestParserTest, HdfsSyncSliceTest, UpdateRequestProcessorFactoryTest, TestLazyCores, TestMaxScoreQueryParser, MultiThreadedOCPTest, FastVectorHighlighterTest, CSVRequestHandlerTest, TestRandomMergePolicy, TestDynamicFieldCollectionResource, DistributedSpellCheckComponentTest, TestRangeQuery, TestDefaultStatsCache, TestJsonFacets, HdfsDirectoryTest, TestSolrIndexConfig, TestCloudPivotFacet, IndexSchemaTest, TestStressLucene, TestLeaderElectionZkExpiry, TestSolrDeletionPolicy1, IndexBasedSpellCheckerTest, ShardSplitTest, BadCopyFieldTest, LeaderElectionIntegrationTest, HttpPartitionTest, DocExpirationUpdateProcessorFactoryTest, URLClassifyProcessorTest, TestDefaultSearchFieldResource, TestRemoteStreaming, SignatureUpdateProcessorFactoryTest, TestPhraseSuggestions, TestWordDelimiterFilterFactory, TestRandomFaceting, TestNamedUpdateProcessors, TestInitQParser, TestBinaryField, DateMathParserTest, TestManagedSchemaFieldResource, TestArbitraryIndexDir, TestFieldTypeResource, TestReplicationHandler, PreAnalyzedUpdateProcessorTest, TestRealTimeGet, AddBlockUpdateTest, SchemaVersionSpecificBehaviorTest, TestDFRSimilarityFactory, AnalyticsMergeStrategyTest, QueryElevationComponentTest, PeerSyncTest, TestPostingsSolrHighlighter, HdfsRecoveryZkTest, TestManagedStopFilterFactory, TermVectorComponentTest, TestSolrQueryParserResource, ActionThrottleTest, TestIBSimilarityFactory, ChaosMonkeyNothingIsSafeTest, InfoHandlerTest, TestReplicaProperties, AtomicUpdatesTest, TestDistributedSearch, MergeStrategyTest, TestQuerySenderListener, DeleteInactiveReplicaTest, TestSolr4Spatial, MultiTermTest, BlockDirectoryTest, HdfsBasicDistributedZk2Test, HighlighterMaxOffsetTest, TestCodecSupport, TestSolrQueryParserDefaultOperatorResource, DeleteLastCustomShardedReplicaTest, DeleteShardTest, DistribDocExpirationUpdateProcessorTest, OverriddenZkACLAndCredentialsProvidersTest, RecoveryAfterSoftCommitTest]
   [junit4] Completed on J0 in 48.88s, 1 test, 1 failure <<< FAILURES!

[...truncated 278 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:529: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:477: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:61: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/extra-targets.xml:39: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build.xml:191: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/common-build.xml:509: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1370: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:976: There were test failures: 474 suites, 1890 tests, 1 failure, 48 ignored (21 assumptions)

Total time: 65 minutes 39 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.7.0_76 -server -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Linux (64bit/jdk1.9.0-ea-b54) - Build # 11855 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11855/
Java: 64bit/jdk1.9.0-ea-b54 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

2 tests failed.
FAILED:  org.apache.solr.cloud.TestReplicaProperties.test

Error Message:
No live SolrServers available to handle this request:[http://127.0.0.1:58552/t, http://127.0.0.1:54682/t, http://127.0.0.1:39688/t, http://127.0.0.1:34024/t, http://127.0.0.1:55254/t]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:58552/t, http://127.0.0.1:54682/t, http://127.0.0.1:39688/t, http://127.0.0.1:34024/t, http://127.0.0.1:55254/t]
	at __randomizedtesting.SeedInfo.seed([91DF49FE016060C5:198B7624AF9C0D3D]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:349)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1067)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:839)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:782)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
	at org.apache.solr.cloud.ReplicaPropertiesBase.doPropertyAction(ReplicaPropertiesBase.java:51)
	at org.apache.solr.cloud.TestReplicaProperties.clusterAssignPropertyTest(TestReplicaProperties.java:183)
	at org.apache.solr.cloud.TestReplicaProperties.test(TestReplicaProperties.java:70)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:502)
	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:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	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:53)
	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)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:55254/t: Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 500 {trace=java.lang.AssertionError
	at org.apache.solr.common.util.ByteUtils.UTF8toUTF16(ByteUtils.java:36)
	at org.apache.solr.common.util.ByteUtils.UTF8toUTF16(ByteUtils.java:64)
	at org.apache.solr.common.cloud.ZkStateReader.fromJSON(ZkStateReader.java:141)
	at org.apache.solr.common.cloud.ZkNodeProps.load(ZkNodeProps.java:92)
	at org.apache.solr.cloud.DistributedQueue.containsTaskWithRequestId(DistributedQueue.java:127)
	at org.apache.solr.handler.admin.CollectionsHandler.overseerCollectionQueueContains(CollectionsHandler.java:687)
	at org.apache.solr.handler.admin.CollectionsHandler.handleResponse(CollectionsHandler.java:712)
	at org.apache.solr.handler.admin.CollectionsHandler.handleResponse(CollectionsHandler.java:692)
	at org.apache.solr.handler.admin.CollectionsHandler.rejoinElection(CollectionsHandler.java:487)
	at org.apache.solr.handler.admin.CollectionsHandler.insurePreferredIsLeader(CollectionsHandler.java:402)
	at org.apache.solr.handler.admin.CollectionsHandler.handleBalanceLeaders(CollectionsHandler.java:309)
	at org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:275)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:143)
	at org.apache.solr.servlet.SolrDispatchFilter.handleAdminRequest(SolrDispatchFilter.java:762)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:279)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:218)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:102)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
	at org.eclipse.jetty.server.Server.handle(Server.java:368)
	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
	at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:942)
	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1004)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:640)
	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
	at java.lang.Thread.run(Thread.java:745)
,code=500}</title>
</head>
<body>
<h2>HTTP ERROR: 500</h2>
<p>Problem accessing /t/admin/collections. Reason:
<pre>    {trace=java.lang.AssertionError
	at org.apache.solr.common.util.ByteUtils.UTF8toUTF16(ByteUtils.java:36)
	at org.apache.solr.common.util.ByteUtils.UTF8toUTF16(ByteUtils.java:64)
	at org.apache.solr.common.cloud.ZkStateReader.fromJSON(ZkStateReader.java:141)
	at org.apache.solr.common.cloud.ZkNodeProps.load(ZkNodeProps.java:92)
	at org.apache.solr.cloud.DistributedQueue.containsTaskWithRequestId(DistributedQueue.java:127)
	at org.apache.solr.handler.admin.CollectionsHandler.overseerCollectionQueueContains(CollectionsHandler.java:687)
	at org.apache.solr.handler.admin.CollectionsHandler.handleResponse(CollectionsHandler.java:712)
	at org.apache.solr.handler.admin.CollectionsHandler.handleResponse(CollectionsHandler.java:692)
	at org.apache.solr.handler.admin.CollectionsHandler.rejoinElection(CollectionsHandler.java:487)
	at org.apache.solr.handler.admin.CollectionsHandler.insurePreferredIsLeader(CollectionsHandler.java:402)
	at org.apache.solr.handler.admin.CollectionsHandler.handleBalanceLeaders(CollectionsHandler.java:309)
	at org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:275)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:143)
	at org.apache.solr.servlet.SolrDispatchFilter.handleAdminRequest(SolrDispatchFilter.java:762)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:279)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:218)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:102)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
	at org.eclipse.jetty.server.Server.handle(Server.java:368)
	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
	at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:942)
	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1004)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:640)
	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
	at java.lang.Thread.run(Thread.java:745)
,code=500}</pre></p>
<hr /><i><small>Powered by Jetty://</small></i>
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
</body>
</html>

	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:553)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:236)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:228)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:338)
	... 48 more


FAILED:  org.apache.solr.search.facet.TestJsonFacets.testComplex

Error Message:
mismatch: 'accord'!='a' @ facets/makes/buckets/[0]/models/buckets/[1]/val

Stack Trace:
java.lang.RuntimeException: mismatch: 'accord'!='a' @ facets/makes/buckets/[0]/models/buckets/[1]/val
	at __randomizedtesting.SeedInfo.seed([91DF49FE016060C5:70004C622D2E2CA6]:0)
	at org.apache.solr.SolrTestCaseHS.matchJSON(SolrTestCaseHS.java:160)
	at org.apache.solr.SolrTestCaseHS.assertJQ(SolrTestCaseHS.java:142)
	at org.apache.solr.SolrTestCaseHS$Client.testJQ(SolrTestCaseHS.java:288)
	at org.apache.solr.search.facet.TestJsonFacets.testComplex(TestJsonFacets.java:151)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:502)
	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 com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	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:53)
	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 10549 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestReplicaProperties
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties 91DF49FE016060C5-001/init-core-data-001
   [junit4]   2> 1025757 T6288 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1025757 T6288 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /t/
   [junit4]   2> 1025767 T6288 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1025767 T6289 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1025867 T6288 oasc.ZkTestServer.run start zk server on port:41966
   [junit4]   2> 1025867 T6288 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1025868 T6288 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1025869 T6296 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4aa984d1 name:ZooKeeperConnection Watcher:127.0.0.1:41966 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1025870 T6288 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1025870 T6288 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1025870 T6288 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1025871 T6288 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1025872 T6288 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1025872 T6299 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@45b304da name:ZooKeeperConnection Watcher:127.0.0.1:41966/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1025872 T6288 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1025873 T6288 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1025873 T6288 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1025873 T6288 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1025874 T6288 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1025874 T6288 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1025875 T6288 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1025875 T6288 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1025876 T6288 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 1025876 T6288 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1025877 T6288 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1025877 T6288 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1025877 T6288 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1025878 T6288 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1025878 T6288 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1025878 T6288 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1025879 T6288 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1025879 T6288 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1025879 T6288 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1025880 T6288 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1025880 T6288 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1025880 T6288 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1025888 T6288 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1025888 T6288 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1025889 T6288 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1025889 T6288 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1025890 T6288 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1025890 T6288 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1025963 T6288 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties 91DF49FE016060C5-001/control-001/cores/collection1
   [junit4]   2> 1025964 T6288 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1025967 T6288 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:39688
   [junit4]   2> 1025967 T6288 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties 91DF49FE016060C5-001/tempDir-001/control/data, hostContext=/t, hostPort=39688, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties 91DF49FE016060C5-001/control-001/cores}
   [junit4]   2> 1025968 T6288 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@4f8e5cde
   [junit4]   2> 1025968 T6288 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties 91DF49FE016060C5-001/control-001/'
   [junit4]   2> 1025976 T6288 oasc.SolrXmlConfig.fromFile Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties 91DF49FE016060C5-001/control-001/solr.xml
   [junit4]   2> 1025979 T6288 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties 91DF49FE016060C5-001/control-001/cores
   [junit4]   2> 1025979 T6288 oasc.CoreContainer.<init> New CoreContainer 1952176506
   [junit4]   2> 1025979 T6288 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties 91DF49FE016060C5-001/control-001/]
   [junit4]   2> 1025979 T6288 oasc.CoreContainer.load loading shared library: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties 91DF49FE016060C5-001/control-001/lib
   [junit4]   2> 1025980 T6288 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties 91DF49FE016060C5-001/control-001/lib).
   [junit4]   2> 1025983 T6288 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1025983 T6288 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1025983 T6288 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1025984 T6288 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1025984 T6288 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1025984 T6288 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1025984 T6288 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1025984 T6288 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1025984 T6288 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1025984 T6288 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1025984 T6288 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1025985 T6288 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1025985 T6288 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1025985 T6288 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1025985 T6288 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1025985 T6288 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:41966/solr
   [junit4]   2> 1025986 T6288 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1025986 T6288 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1025986 T6288 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1025987 T6311 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@360ebdc1 name:ZooKeeperConnection Watcher:127.0.0.1:41966 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1025987 T6288 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1025987 T6288 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1025988 T6288 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1025989 T6314 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@501843d0 name:ZooKeeperConnection Watcher:127.0.0.1:41966/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1025989 T6288 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1025990 T6288 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1025991 T6288 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1025992 T6288 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 1025992 T6288 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 1025993 T6288 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 1025994 T6288 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1025994 T6288 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1025995 T6288 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1025995 T6288 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39688_t
   [junit4]   2> 1025996 T6288 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:39688_t
   [junit4]   2> 1025996 T6288 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1025997 T6288 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1025997 T6288 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1025998 T6288 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:39688_t
   [junit4]   2> 1025998 T6288 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1025998 T6288 oasc.Overseer.start Overseer (id=93508002858270723-127.0.0.1:39688_t-n_0000000000) starting
   [junit4]   2> 1025999 T6288 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1026001 T6288 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1026001 T6288 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1026001 T6315 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1026001 T6316 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1026003 T6288 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties 91DF49FE016060C5-001/control-001/cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties 91DF49FE016060C5-001/control-001/cores/collection1, collection=control_collection, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties 91DF49FE016060C5-001/control-001/cores/collection1/, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 1026003 T6288 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties 91DF49FE016060C5-001/control-001/cores/collection1/
   [junit4]   2> 1026003 T6288 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1026004 T6318 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 1026004 T6318 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1026004 T6314 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1026004 T6318 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1026004 T6315 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:39688/t",
   [junit4]   2> 	  "node_name":"127.0.0.1:39688_t",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 1026005 T6315 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:39688/t",
   [junit4]   2> 	  "node_name":"127.0.0.1:39688_t",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1026005 T6315 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 1026005 T6315 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1026013 T6314 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> 1027004 T6318 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1027005 T6318 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 1027005 T6318 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1027005 T6318 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1027005 T6318 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1027006 T6318 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties 91DF49FE016060C5-001/control-001/cores/collection1/'
   [junit4]   2> 1027012 T6318 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1027012 T6318 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1027015 T6318 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1027017 T6318 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1027025 T6318 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1027026 T6318 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1027028 T6318 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1027067 T6318 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1027068 T6318 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1027068 T6318 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1027070 T6318 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1027074 T6318 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1027075 T6318 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1027075 T6318 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties 91DF49FE016060C5-001/control-001/cores/collection1/, dataDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties 91DF49FE016060C5-001/control-001/cores/collection1/data/
   [junit4]   2> 1027075 T6318 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1063f20c
   [junit4]   2> 1027075 T6318 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties 91DF49FE016060C5-001/control-001/cores/collection1/data
   [junit4]   2> 1027075 T6318 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties 91DF49FE016060C5-001/control-001/cores/collection1/data/index/
   [junit4]   2> 1027076 T6318 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties 91DF49FE016060C5-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1027076 T6318 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties 91DF49FE016060C5-001/control-001/cores/collection1/data/index
   [junit4]   2> 1027076 T6318 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=11, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1027076 T6318 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5dbd98d6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@111a496e),segFN=segments_1,generation=1}
   [junit4]   2> 1027076 T6318 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1027078 T6318 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1027078 T6318 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1027078 T6318 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1027079 T6318 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1027079 T6318 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1027079 T6318 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1027079 T6318 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1027079 T6318 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1027079 T6318 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1027080 T6318 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1027080 T6318 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1027081 T6318 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1027082 T6318 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1027083 T6318 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1027087 T6318 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1027087 T6318 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1027087 T6318 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 1027088 T6318 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1027088 T6318 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1027088 T6318 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=25, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8536921301546102]
   [junit4]   2> 1027088 T6318 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5dbd98d6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@111a496e),segFN=segments_1,generation=1}
   [junit4]   2> 1027089 T6318 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1027089 T6318 oass.SolrIndexSearcher.<init> Opening Searcher@26254d14[collection1] main
   [junit4]   2> 1027089 T6318 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1027090 T6318 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1027090 T6318 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1027090 T6318 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1027090 T6318 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1027090 T6318 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1027101 T6318 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1027102 T6318 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1027102 T6318 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1027102 T6318 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1027102 T6319 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@26254d14[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1027102 T6318 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1027103 T6322 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:39688/t collection:control_collection shard:shard1
   [junit4]   2> 1027103 T6288 oass.SolrDispatchFilter.init user.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 1027103 T6288 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1027103 T6322 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1027104 T6288 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1027104 T6288 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1027104 T6325 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@30cc8748 name:ZooKeeperConnection Watcher:127.0.0.1:41966/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1027105 T6288 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1027105 T6288 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1027105 T6288 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1027106 T6322 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1027106 T6314 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1027106 T6322 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1027106 T6322 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 1027106 T6315 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> 1027106 T6288 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> ASYNC  NEW_CORE C1226 name=collection1 org.apache.solr.core.SolrCore@57da66bb url=http://127.0.0.1:39688/t/collection1 node=127.0.0.1:39688_t C1226_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:39688/t, node_name=127.0.0.1:39688_t, state=down}
   [junit4]   2> 1027106 T6322 C1226 P39688 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:39688/t/collection1/
   [junit4]   2> 1027107 T6322 C1226 P39688 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1027107 T6322 C1226 P39688 oasc.SyncStrategy.syncToMe http://127.0.0.1:39688/t/collection1/ has no replicas
   [junit4]   2> 1027107 T6322 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:39688/t/collection1/ shard1
   [junit4]   2> 1027107 T6322 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1027108 T6314 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1027108 T6315 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:39688/t",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 1
   [junit4]   2> 1027143 T6288 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties 91DF49FE016060C5-001/shard-1-001/cores/collection1
   [junit4]   2> 1027144 T6288 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties 91DF49FE016060C5-001/shard-1-001
   [junit4]   2> 1027145 T6288 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1027146 T6288 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:34024
   [junit4]   2> 1027146 T6288 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties 91DF49FE016060C5-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/t, hostPort=34024, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties 91DF49FE016060C5-001/shard-1-001/cores}
   [junit4]   2> 1027146 T6288 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@4f8e5cde
   [junit4]   2> 1027146 T6288 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties 91DF49FE016060C5-001/shard-1-001/'
   [junit4]   2> 1027154 T6288 oasc.SolrXmlConfig.fromFile Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties 91DF49FE016060C5-001/shard-1-001/solr.xml
   [junit4]   2> 1027157 T6288 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties 91DF49FE016060C5-001/shard-1-001/cores
   [junit4]   2> 1027157 T6288 oasc.CoreContainer.<init> New CoreContainer 1121418399
   [junit4]   2> 1027157 T6288 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties 91DF49FE016060C5-001/shard-1-001/]
   [junit4]   2> 1027157 T6288 oasc.CoreContainer.load loading shared library: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties 91DF49FE016060C5-001/shard-1-001/lib
   [junit4]   2> 1027157 T6288 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties 91DF49FE016060C5-001/shard-1-001/lib).
   [junit4]   2> 1027161 T6288 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1027161 T6288 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1027161 T6288 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1027161 T6288 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1027161 T6288 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1027161 T6288 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1027162 T6288 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1027162 T6288 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1027162 T6288 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1027162 T6288 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1027162 T6288 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1027162 T6288 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1027162 T6288 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1027163 T6288 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1027163 T6288 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1027163 T6288 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:41966/solr
   [junit4]   2> 1027163 T6288 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1027163 T6288 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1027163 T6288 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1027164 T6337 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c829f4 name:ZooKeeperConnection Watcher:127.0.0.1:41966 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1027164 T6288 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1027165 T6288 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1027165 T6288 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1027166 T6340 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4f7e8219 name:ZooKeeperConnection Watcher:127.0.0.1:41966/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1027166 T6288 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1027168 T6288 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1027209 T6325 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> 1027209 T6314 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> 1027209 T6340 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> 1027259 T6322 oasc.ZkController.register We are http://127.0.0.1:39688/t/collection1/ and leader is http://127.0.0.1:39688/t/collection1/
   [junit4]   2> 1027259 T6322 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:39688/t
   [junit4]   2> 1027259 T6322 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1027259 T6322 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 1027259 T6322 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1027260 T6314 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1027260 T6315 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:39688/t",
   [junit4]   2> 	  "node_name":"127.0.0.1:39688_t",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 2
   [junit4]   2> 1027260 T6315 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:39688/t",
   [junit4]   2> 	  "node_name":"127.0.0.1:39688_t",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1027361 T6314 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> 1027361 T6340 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> 1027361 T6325 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> 1028169 T6288 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34024_t
   [junit4]   2> 1028169 T6288 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:34024_t
   [junit4]   2> 1028170 T6288 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1028171 T6288 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties 91DF49FE016060C5-001/shard-1-001/cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties 91DF49FE016060C5-001/shard-1-001/cores/collection1, collection=collection1, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties 91DF49FE016060C5-001/shard-1-001/cores/collection1/, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 1028172 T6288 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties 91DF49FE016060C5-001/shard-1-001/cores/collection1/
   [junit4]   2> 1028172 T6288 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1028172 T6341 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1028172 T6341 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1028172 T6341 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1028172 T6314 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1028173 T6315 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:34024/t",
   [junit4]   2> 	  "node_name":"127.0.0.1:34024_t",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 3
   [junit4]   2> 1028173 T6315 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:34024/t",
   [junit4]   2> 	  "node_name":"127.0.0.1:34024_t",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1028173 T6315 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 1028174 T6315 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 1028275 T6325 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> 1028275 T6314 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> 1028275 T6340 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> 1029173 T6341 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1029173 T6341 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1029173 T6341 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1029173 T6341 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1029174 T6341 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1029174 T6341 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties 91DF49FE016060C5-001/shard-1-001/cores/collection1/'
   [junit4]   2> 1029180 T6341 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1029181 T6341 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1029183 T6341 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1029186 T6341 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1029191 T6341 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1029191 T6341 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1029194 T6341 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1029245 T6341 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1029247 T6341 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1029247 T6341 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1029249 T6341 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1029256 T6341 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1029256 T6341 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1029256 T6341 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties 91DF49FE016060C5-001/shard-1-001/cores/collection1/, dataDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties 91DF49FE016060C5-001/shard-1-001/cores/collection1/data/
   [junit4]   2> 1029257 T6341 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1063f20c
   [junit4]   2> 1029257 T6341 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties 91DF49FE016060C5-001/shard-1-001/cores/collection1/data
   [junit4]   2> 1029257 T6341 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties 91DF49FE016060C5-001/shard-1-001/cores/collection1/data/index/
   [junit4]   2> 1029258 T6341 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties 91DF49FE016060C5-001/shard-1-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1029258 T6341 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties 91DF49FE016060C5-001/shard-1-001/cores/collection1/data/index
   [junit4]   2> 1029258 T6341 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=11, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1029259 T6341 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@548ed938 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@33483a4a),segFN=segments_1,generation=1}
   [junit4]   2> 1029259 T6341 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1029262 T6341 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1029262 T6341 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1029262 T6341 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1029262 T6341 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1029263 T6341 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1029263 T6341 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1029263 T6341 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1029263 T6341 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1029263 T6341 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1029264 T6341 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1029265 T6341 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1029266 T6341 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1029266 T6341 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1029268 T6341 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1029269 T6341 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1029269 T6341 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1029269 T6341 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 1029270 T6341 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1029270 T6341 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1029270 T6341 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=25, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8536921301546102]
   [junit4]   2> 1029271 T6341 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@548ed938 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@33483a4a),segFN=segments_1,generation=1}
   [junit4]   2> 1029271 T6341 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1029271 T6341 oass.SolrIndexSearcher.<init> Opening Searcher@1ce57441[collection1] main
   [junit4]   2> 1029271 T6341 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1029272 T6341 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1029272 T6341 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1029272 T6341 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1029272 T6341 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1029272 T6341 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1029272 T6341 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1029272 T6341 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1029272 T6341 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1029273 T6341 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1029273 T6342 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1ce57441[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1029273 T6341 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1029274 T6345 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:34024/t collection:collection1 shard:shard2
   [junit4]   2> 1029274 T6288 oass.SolrDispatchFilter.init user.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 1029274 T6288 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1029274 T6345 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 1029276 T6345 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 1029276 T6314 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1029276 T6345 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1029276 T6345 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 1029277 T6315 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 4
   [junit4]   2> ASYNC  NEW_CORE C1227 name=collection1 org.apache.solr.core.SolrCore@324b554c url=http://127.0.0.1:34024/t/collection1 node=127.0.0.1:34024_t C1227_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:34024/t, node_name=127.0.0.1:34024_t, state=down}
   [junit4]   2> 1029277 T6345 C1227 P34024 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:34024/t/collection1/
   [junit4]   2> 1029277 T6345 C1227 P34024 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1029277 T6345 C1227 P34024 oasc.SyncStrategy.syncToMe http://127.0.0.1:34024/t/collection1/ has no replicas
   [junit4]   2> 1029277 T6345 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:34024/t/collection1/ shard2
   [junit4]   2> 1029277 T6345 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 1029279 T6314 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1029279 T6315 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:34024/t",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 4
   [junit4]   2> 1029325 T6288 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties 91DF49FE016060C5-001/shard-2-001/cores/collection1
   [junit4]   2> 1029326 T6288 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties 91DF49FE016060C5-001/shard-2-001
   [junit4]   2> 1029326 T6288 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1029327 T6288 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:55254
   [junit4]   2> 1029328 T6288 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties 91DF49FE016060C5-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/t, hostPort=55254, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties 91DF49FE016060C5-001/shard-2-001/cores}
   [junit4]   2> 1029328 T6288 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@4f8e5cde
   [junit4]   2> 1029328 T6288 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties 91DF49FE016060C5-001/shard-2-001/'
   [junit4]   2> 1029336 T6288 oasc.SolrXmlConfig.fromFile Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties 91DF49FE016060C5-001/shard-2-001/solr.xml
   [junit4]   2> 1029339 T6288 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties 91DF49FE016060C5-001/shard-2-001/cores
   [junit4]   2> 1029339 T6288 oasc.CoreContainer.<init> New CoreContainer 1993001655
   [junit4]   2> 1029340 T6288 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties 91DF49FE016060C5-001/shard-2-001/]
   [junit4]   2> 1029340 T6288 oasc.CoreContainer.load loading shared library: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties 91DF49FE016060C5-001/shard-2-001/lib
   [junit4]   2> 1029340 T6288 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties 91DF49FE016060C5-001/shard-2-001/lib).
   [junit4]   2> 1029343 T6288 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1029343 T6288 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1029344 T6288 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1029344 T6288 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1029344 T6288 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1029344 T6288 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1029344 T6288 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1029344 T6288 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1029344 T6288 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1029345 T6288 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1029345 T6288 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1029345 T6288 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1029345 T6288 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1029345 T6288 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1029345 T6288 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1029346 T6288 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:41966/solr
   [junit4]   2> 1029346 T6288 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1029346 T6288 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1029346 T6288 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1029347 T6357 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@37b65893 name:ZooKeeperConnection Watcher:127.0.0.1:41966 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1029347 T6288 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1029347 T6288 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1029348 T6288 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1029349 T6360 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6888645c name:ZooKeeperConnection Watcher:127.0.0.1:41966/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1029349 T6288 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1029351 T6288 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1029380 T6325 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> 1029380 T6360 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> 1029380 T6340 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> 1029380 T6314 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> 1029429 T6345 oasc.ZkController.register We are http://127.0.0.1:34024/t/collection1/ and leader is http://127.0.0.1:34024/t/collection1/
   [junit4]   2> 1029429 T6345 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:34024/t
   [junit4]   2> 1029429 T6345 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1029430 T6345 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 1029430 T6345 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1029430 T6314 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1029431 T6315 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:34024/t",
   [junit4]   2> 	  "node_name":"127.0.0.1:34024_t",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 1029431 T6315 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:34024/t",
   [junit4]   2> 	  "node_name":"127.0.0.1:34024_t",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1029532 T6325 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> 1029532 T6314 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> 1029532 T6360 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> 1029532 T6340 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> 1030352 T6288 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55254_t
   [junit4]   2> 1030353 T6288 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:55254_t
   [junit4]   2> 1030354 T6288 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1030355 T6288 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties 91DF49FE016060C5-001/shard-2-001/cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties 91DF49FE016060C5-001/shard-2-001/cores/collection1, 

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

mp/solr.search.facet.TestJsonFacets 91DF49FE016060C5-001/s2-001/./collection1/data/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.facet.TestJsonFacets 91DF49FE016060C5-001/s2-001/./collection1/data/index;done=false>>]
   [junit4]   2> 1168576 T7986 oasc.CachingDirectoryFactory.close Closing directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.facet.TestJsonFacets 91DF49FE016060C5-001/s2-001/./collection1/data/index
   [junit4]   2> 1168577 T7986 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 1168758 T7986 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 1168758 T7986 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1452383959
   [junit4]   2> 1168758 T7986 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@6d379278
   [junit4]   2> 1168759 T7986 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=16,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=129,cumulative_deletesById=0,cumulative_deletesByQuery=4,cumulative_errors=0,transaction_logs_total_size=5615,transaction_logs_total_number=5}
   [junit4]   2> 1168759 T7986 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 1168759 T7986 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1168759 T7986 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1168760 T7986 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 1168762 T7986 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1168762 T7986 oasc.CachingDirectoryFactory.closeCacheValue looking to close /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.facet.TestJsonFacets 91DF49FE016060C5-001/init-core-data-001/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.facet.TestJsonFacets 91DF49FE016060C5-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 1168762 T7986 oasc.CachingDirectoryFactory.close Closing directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.facet.TestJsonFacets 91DF49FE016060C5-001/init-core-data-001/index
   [junit4]   2> 1168763 T7986 oasc.CachingDirectoryFactory.closeCacheValue looking to close /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.facet.TestJsonFacets 91DF49FE016060C5-001/init-core-data-001 [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.facet.TestJsonFacets 91DF49FE016060C5-001/init-core-data-001;done=false>>]
   [junit4]   2> 1168763 T7986 oasc.CachingDirectoryFactory.close Closing directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.facet.TestJsonFacets 91DF49FE016060C5-001/init-core-data-001
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.facet.TestJsonFacets 91DF49FE016060C5-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {super_s=PostingsFormat(name=Memory doPackFST= false), super_ss=PostingsFormat(name=SimpleText), val_b=PostingsFormat(name=LuceneFixedGap), cat_s=PostingsFormat(name=SimpleText), make_s=PostingsFormat(name=LuceneFixedGap), num_d=PostingsFormat(name=Memory doPackFST= false), num_i=PostingsFormat(name=LuceneFixedGap), _version_=PostingsFormat(name=LuceneFixedGap), cat_ss=FST50, sparse_ss=PostingsFormat(name=Memory doPackFST= false), cost_f=PostingsFormat(name=SimpleText), sparse_s=PostingsFormat(name=LuceneFixedGap), where_s=PostingsFormat(name=Memory doPackFST= false), id=PostingsFormat(name=Memory doPackFST= false), where_ss=PostingsFormat(name=LuceneFixedGap), model_s=FST50, multi_ss=PostingsFormat(name=SimpleText)}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=sl_SI, timezone=America/Mendoza
   [junit4]   2> NOTE: Linux 3.13.0-46-generic amd64/Oracle Corporation 1.9.0-ea (64-bit)/cpus=12,threads=1,free=107707984,total=508887040
   [junit4]   2> NOTE: All tests run in this JVM: [OpenCloseCoreStressTest, HighlighterMaxOffsetTest, TestFuzzyAnalyzedSuggestions, ChangedSchemaMergeTest, TestRequestStatusCollectionAPI, TestReloadAndDeleteDocs, TestTolerantSearch, ResourceLoaderTest, OverseerStatusTest, ChaosMonkeySafeLeaderTest, TestLMDirichletSimilarityFactory, CachingDirectoryFactoryTest, TestSchemaResource, SpatialFilterTest, ShardRoutingTest, TestSolrDeletionPolicy2, PreAnalyzedUpdateProcessorTest, TestSearchPerf, TestClassNameShortening, DistanceFunctionTest, DirectSolrConnectionTest, AnalysisAfterCoreReloadTest, ReturnFieldsTest, HdfsBasicDistributedZk2Test, SpatialRPTFieldTypeTest, DistributedFacetPivotWhiteBoxTest, SystemInfoHandlerTest, TestAnalyzeInfixSuggestions, ScriptEngineTest, DistributedMLTComponentTest, TestSolrConfigHandlerCloud, DocumentBuilderTest, ShardSplitTest, TestCloudInspectUtil, TestReRankQParserPlugin, TestElisionMultitermQuery, WordBreakSolrSpellCheckerTest, NoCacheHeaderTest, ActionThrottleTest, TestComponentsName, JSONWriterTest, SimpleCollectionCreateDeleteTest, PreAnalyzedFieldTest, TestReplicationHandlerBackup, TestCursorMarkWithoutUniqueKey, SpellPossibilityIteratorTest, HdfsRecoveryZkTest, TestSchemaSimilarityResource, StatelessScriptUpdateProcessorFactoryTest, DisMaxRequestHandlerTest, ZkControllerTest, ClusterStateUpdateTest, SliceStateTest, TestJettySolrRunner, SpatialHeatmapFacetsTest, TestStressUserVersions, BasicFunctionalityTest, DistributedDebugComponentTest, CopyFieldTest, FacetPivotSmallTest, FieldMutatingUpdateProcessorTest, TestSolr4Spatial2, TestLRUStatsCache, TestManagedSchemaDynamicFieldResource, TestValueSourceCache, TestFastLRUCache, TestAtomicUpdateErrorCases, TestOmitPositions, TestIndexSearcher, SpellingQueryConverterTest, TestExceedMaxTermLength, RollingRestartTest, TestLRUCache, TestCustomSort, CoreAdminHandlerTest, DistributedQueueTest, BasicDistributedZkTest, CollectionsAPIDistributedZkTest, SyncSliceTest, BasicZkTest, LeaderElectionTest, TestDistributedSearch, QueryEqualityTest, IndexBasedSpellCheckerTest, DocumentAnalysisRequestHandlerTest, XmlUpdateRequestHandlerTest, RequiredFieldsTest, TestSolrQueryParser, IndexSchemaRuntimeFieldTest, JsonLoaderTest, CSVRequestHandlerTest, TestQuerySenderListener, SolrIndexConfigTest, SampleTest, MinimalSchemaTest, OutputWriterTest, TestPostingsSolrHighlighter, TestCodecSupport, TestXIncludeConfig, TestSweetSpotSimilarityFactory, TestBM25SimilarityFactory, TestFastWriter, TimeZoneUtilsTest, URLClassifyProcessorTest, DateFieldTest, ZkNodePropsTest, UUIDFieldTest, CircularListTest, SolrTestCaseJ4Test, CollectionsAPIAsyncDistributedZkTest, DeleteReplicaTest, DistribJoinFromCollectionTest, MigrateRouteKeyTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverriddenZkACLAndCredentialsProvidersTest, SSLMigrationTest, SaslZkACLProviderTest, TestCryptoKeys, TestMiniSolrCloudClusterSSL, TestShortCircuitedRequests, HdfsChaosMonkeySafeLeaderTest, HdfsUnloadDistributedZkTest, HdfsWriteToMultipleCollectionsTest, ZkStateWriterTest, ExitableDirectoryReaderTest, TestConfigOverlay, TestConfigSets, TestImplicitCoreProperties, TestInitParams, TestNRTOpen, TestSolrConfigHandler, TestSolrDynamicMBean, TestSolrXml, TestBlobHandler, TestReqParamsAPI, TestSolrConfigHandlerConcurrent, DistributedQueryComponentCustomSortTest, TestManagedResource, TestManagedResourceStorage, TestRestManager, TestBulkSchemaAPI, TestDefaultSearchFieldResource, TestDynamicFieldResource, TestFieldCollectionResource, TestFieldTypeCollectionResource, TestManagedSchemaFieldResource, TestManagedSchemaFieldTypeResource, TestSolrQueryParserDefaultOperatorResource, TestManagedStopFilterFactory, TestCloudManagedSchema, TestCollationFieldDocValues, TestManagedSchema, TestSchemaManager, AnalyticsMergeStrategyTest, RankQueryTest, TestAddFieldRealTimeGet, TestCollapseQParserPlugin, TestComplexPhraseQParserPlugin, TestMaxScoreQueryParser, TestNoOpRegenerator, TestRecoveryHdfs, TestSearcherReuse, TestJsonFacets]
   [junit4] Completed on J1 in 2.32s, 4 tests, 1 error <<< FAILURES!

[...truncated 57 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:529: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:477: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:61: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/extra-targets.xml:39: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build.xml:191: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/common-build.xml:509: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1370: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:976: There were test failures: 474 suites, 1890 tests, 2 errors, 48 ignored (21 assumptions)

Total time: 45 minutes 15 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.9.0-ea-b54 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any