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/04/05 11:00:07 UTC

[JENKINS] Lucene-Solr-5.1-Linux (64bit/jdk1.7.0_80-ea-b05) - Build # 199 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.1-Linux/199/
Java: 64bit/jdk1.7.0_80-ea-b05 -XX:+UseCompressedOops -XX:+UseParallelGC

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: {   "collection1":{     "autoCreated":"true",     "replicationFactor":"1",     "router":{"name":"compositeId"},     "shards":{"shard1":{         "range":"80000000-7fffffff",         "state":"active",         "replicas":{           "core_node1":{             "base_url":"http://127.0.0.1:34609/dc",             "core":"collection1",             "node_name":"127.0.0.1:34609_dc",             "state":"active",             "leader":"true"},           "core_node2":{             "base_url":"http://127.0.0.1:51782/dc",             "core":"collection1",             "node_name":"127.0.0.1:51782_dc",             "state":"active"}}}},     "autoAddReplicas":"false",     "maxShardsPerNode":"1"},   "control_collection":{     "autoCreated":"true",     "replicationFactor":"1",     "router":{"name":"compositeId"},     "shards":{"shard1":{         "range":"80000000-7fffffff",         "state":"active",         "replicas":{"core_node1":{             "base_url":"http://127.0.0.1:59997/dc",             "core":"collection1",             "node_name":"127.0.0.1:59997_dc",             "state":"active",             "leader":"true"}}}},     "autoAddReplicas":"false",     "maxShardsPerNode":"1"}}

Stack Trace:
java.lang.AssertionError: Didn't see all replicas for shard shard1 in collection1 come up within 30000 ms! ClusterState: {
  "collection1":{
    "autoCreated":"true",
    "replicationFactor":"1",
    "router":{"name":"compositeId"},
    "shards":{"shard1":{
        "range":"80000000-7fffffff",
        "state":"active",
        "replicas":{
          "core_node1":{
            "base_url":"http://127.0.0.1:34609/dc",
            "core":"collection1",
            "node_name":"127.0.0.1:34609_dc",
            "state":"active",
            "leader":"true"},
          "core_node2":{
            "base_url":"http://127.0.0.1:51782/dc",
            "core":"collection1",
            "node_name":"127.0.0.1:51782_dc",
            "state":"active"}}}},
    "autoAddReplicas":"false",
    "maxShardsPerNode":"1"},
  "control_collection":{
    "autoCreated":"true",
    "replicationFactor":"1",
    "router":{"name":"compositeId"},
    "shards":{"shard1":{
        "range":"80000000-7fffffff",
        "state":"active",
        "replicas":{"core_node1":{
            "base_url":"http://127.0.0.1:59997/dc",
            "core":"collection1",
            "node_name":"127.0.0.1:59997_dc",
            "state":"active",
            "leader":"true"}}}},
    "autoAddReplicas":"false",
    "maxShardsPerNode":"1"}}
	at __randomizedtesting.SeedInfo.seed([EED6499A512C0FC4:66827640FFD0623C]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:1925)
	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:960)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935)
	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 9947 lines...]
   [junit4] Suite: org.apache.solr.cloud.RecoveryAfterSoftCommitTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/init-core-data-001
   [junit4]   2> 407806 T2124 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /dc/
   [junit4]   2> 407808 T2124 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 407809 T2125 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 407909 T2124 oasc.ZkTestServer.run start zk server on port:43900
   [junit4]   2> 407909 T2124 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 407910 T2124 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 407912 T2132 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@26b0c4f1 name:ZooKeeperConnection Watcher:127.0.0.1:43900 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 407912 T2124 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 407912 T2124 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 407912 T2124 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 407914 T2124 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 407914 T2124 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 407915 T2135 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@514684af name:ZooKeeperConnection Watcher:127.0.0.1:43900/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 407915 T2124 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 407916 T2124 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 407916 T2124 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 407917 T2124 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 407918 T2124 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 407918 T2124 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 407919 T2124 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 407919 T2124 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 407921 T2124 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 407921 T2124 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 407922 T2124 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 407922 T2124 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 407923 T2124 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 407923 T2124 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 407924 T2124 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 407924 T2124 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 407925 T2124 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 407925 T2124 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 407926 T2124 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 407926 T2124 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 407926 T2124 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 407927 T2124 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 407927 T2124 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 407928 T2124 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 407928 T2124 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 407928 T2124 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 407929 T2124 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 407929 T2124 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 407974 T2124 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/control-001/cores/collection1
   [junit4]   2> 407976 T2124 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 407978 T2124 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:48697
   [junit4]   2> 407978 T2124 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostContext=/dc, hostPort=59997, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/control-001/cores, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/tempDir-001/control/data}
   [junit4]   2> 407978 T2124 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@4dfd245f
   [junit4]   2> 407978 T2124 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/control-001/'
   [junit4]   2> 407988 T2124 oasc.SolrXmlConfig.fromFile Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/control-001/solr.xml
   [junit4]   2> 407995 T2124 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/control-001/cores
   [junit4]   2> 407996 T2124 oasc.CoreContainer.<init> New CoreContainer 775765468
   [junit4]   2> 407996 T2124 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/control-001/]
   [junit4]   2> 407996 T2124 oasc.CoreContainer.load loading shared library: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/control-001/lib
   [junit4]   2> 407996 T2124 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/control-001/lib).
   [junit4]   2> 408000 T2124 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 408001 T2124 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 408001 T2124 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 408001 T2124 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 408001 T2124 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 408001 T2124 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 408001 T2124 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 408001 T2124 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 408002 T2124 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 408002 T2124 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 408002 T2124 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 408002 T2124 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 408002 T2124 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 408003 T2124 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 408003 T2124 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 408003 T2124 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:43900/solr
   [junit4]   2> 408003 T2124 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 408003 T2124 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 408003 T2124 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 408005 T2147 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@58b11662 name:ZooKeeperConnection Watcher:127.0.0.1:43900 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 408005 T2124 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 408005 T2124 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 408007 T2124 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 408007 T2150 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@743b5632 name:ZooKeeperConnection Watcher:127.0.0.1:43900/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 408008 T2124 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 408008 T2124 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 408009 T2124 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 408010 T2124 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 408011 T2124 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 408012 T2124 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 408013 T2124 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 408014 T2124 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 408015 T2124 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 408015 T2124 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59997_dc
   [junit4]   2> 408016 T2124 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59997_dc
   [junit4]   2> 408016 T2124 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 408017 T2124 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 408018 T2124 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 408018 T2124 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:59997_dc
   [junit4]   2> 408019 T2124 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 408019 T2124 oasc.Overseer.start Overseer (id=93600048752951299-127.0.0.1:59997_dc-n_0000000000) starting
   [junit4]   2> 408020 T2124 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 408023 T2124 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 408023 T2124 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 408023 T2152 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 408023 T2151 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 408025 T2124 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/control-001/cores
   [junit4]   2> 408025 T2124 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {collection=control_collection, config=solrconfig.xml, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/control-001/cores/collection1/, shard=, dataDir=data/, instanceDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/control-001/cores/collection1, schema=schema.xml, loadOnStartup=true, transient=false, coreNodeName=, name=collection1}
   [junit4]   2> 408026 T2124 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/control-001/cores/collection1/
   [junit4]   2> 408026 T2124 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 408026 T2154 C:control_collection c:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 408026 T2154 C:control_collection c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 408027 T2150 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 408027 T2154 C:control_collection c:collection1 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 408027 T2151 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59997/dc",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:59997_dc",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 0
   [junit4]   2> 408027 T2151 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59997/dc",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:59997_dc",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"control_collection"}
   [junit4]   2> 408028 T2151 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 408028 T2151 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 408028 T2150 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> 409027 T2154 C:control_collection c:collection1 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 409027 T2154 C:control_collection c:collection1 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 409028 T2154 C:control_collection c:collection1 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 409028 T2154 C:control_collection c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 409028 T2154 C:control_collection c:collection1 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 409028 T2154 C:control_collection c:collection1 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/control-001/cores/collection1/'
   [junit4]   2> 409037 T2154 C:control_collection c:collection1 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 409038 T2154 C:control_collection c:collection1 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 409042 T2154 C:control_collection c:collection1 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 409050 T2154 C:control_collection c:collection1 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 409070 T2154 C:control_collection c:collection1 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 409071 T2154 C:control_collection c:collection1 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 409077 T2154 C:control_collection c:collection1 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 409277 T2154 C:control_collection c:collection1 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 409284 T2154 C:control_collection c:collection1 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 409286 T2154 C:control_collection c:collection1 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 409293 T2154 C:control_collection c:collection1 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 409295 T2154 C:control_collection c:collection1 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 409298 T2154 C:control_collection c:collection1 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 409298 T2154 C:control_collection c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 409298 T2154 C:control_collection c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 409299 T2154 C:control_collection c:collection1 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 409299 T2154 C:control_collection c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 409300 T2154 C:control_collection c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 409300 T2154 C:control_collection c:collection1 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 409300 T2154 C:control_collection c:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 409300 T2154 C:control_collection c:collection1 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/control-001/cores/collection1/, dataDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/control-001/cores/collection1/data/
   [junit4]   2> 409300 T2154 C:control_collection c:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4474b94c
   [junit4]   2> 409301 T2154 C:control_collection c:collection1 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/control-001/cores/collection1/data
   [junit4]   2> 409301 T2154 C:control_collection c:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/control-001/cores/collection1/data/index/
   [junit4]   2> 409301 T2154 C:control_collection c:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 409302 T2154 C:control_collection c:collection1 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/control-001/cores/collection1/data/index
   [junit4]   2> 409302 T2154 C:control_collection c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=69.482421875, floorSegmentMB=1.2001953125, forceMergeDeletesPctAllowed=15.89395126706271, segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8850459762620745
   [junit4]   2> 409303 T2154 C:control_collection c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@18279240 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4df2b423),segFN=segments_1,generation=1}
   [junit4]   2> 409303 T2154 C:control_collection c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 409307 T2154 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 409307 T2154 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 409307 T2154 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 409308 T2154 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 409308 T2154 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 409308 T2154 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 409308 T2154 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 409308 T2154 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 409309 T2154 C:control_collection c:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 409311 T2154 C:control_collection c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 409313 T2154 C:control_collection c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 409314 T2154 C:control_collection c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 409315 T2154 C:control_collection c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 409318 T2154 C:control_collection c:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /update,/admin/plugins,/admin/segments,/admin/ping,/admin/logging,/admin/mbeans,/update/json/docs,/admin/properties,/update/json,/admin/file,/admin/system,standard,/get,/replication,/update/csv,/admin/luke,/config,/admin/threads,/schema
   [junit4]   2> 409319 T2154 C:control_collection c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 409320 T2154 C:control_collection c:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 409320 T2154 C:control_collection c:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 409320 T2154 C:control_collection c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 409321 T2154 C:control_collection c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 409321 T2154 C:control_collection c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=34, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=65.3603515625, floorSegmentMB=0.2275390625, forceMergeDeletesPctAllowed=5.120337772099992, segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.17641455760110603
   [junit4]   2> 409321 T2154 C:control_collection c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@18279240 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4df2b423),segFN=segments_1,generation=1}
   [junit4]   2> 409322 T2154 C:control_collection c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 409322 T2154 C:control_collection c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@56cd8fe0[collection1] main
   [junit4]   2> 409322 T2154 C:control_collection c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 409323 T2154 C:control_collection c:collection1 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 409323 T2154 C:control_collection c:collection1 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 409323 T2154 C:control_collection c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 409323 T2154 C:control_collection c:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 409324 T2154 C:control_collection c:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 409324 T2154 C:control_collection c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 409324 T2154 C:control_collection c:collection1 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 409324 T2154 C:control_collection c:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 409324 T2154 C:control_collection c:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 409325 T2154 C:control_collection c:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 409325 T2155 C:control_collection c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@56cd8fe0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 409325 T2158 C:control_collection S:shard1 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:59997/dc collection:control_collection shard:shard1
   [junit4]   2> 409325 T2124 oass.SolrDispatchFilter.init user.dir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 409326 T2124 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 409326 T2158 C:control_collection S:shard1 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 409327 T2124 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 409327 T2124 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 409328 T2162 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3b733d13 name:ZooKeeperConnection Watcher:127.0.0.1:43900/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 409328 T2124 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 409329 T2158 C:control_collection S:shard1 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 409329 T2124 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 409329 T2124 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 409330 T2150 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 409330 T2158 C:control_collection S:shard1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 409330 T2158 C:control_collection S:shard1 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C742 name=collection1 org.apache.solr.core.SolrCore@5fa0b0cd url=http://127.0.0.1:59997/dc/collection1 node=127.0.0.1:59997_dc C742_STATE=coll:control_collection core:collection1 props:{base_url=http://127.0.0.1:59997/dc, core=collection1, node_name=127.0.0.1:59997_dc, state=down}
   [junit4]   2> 409330 T2158 C:control_collection S:shard1 C742 P59997 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:59997/dc/collection1/
   [junit4]   2> 409330 T2151 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> 409330 T2158 C:control_collection S:shard1 C742 P59997 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 409331 T2158 C:control_collection S:shard1 C742 P59997 oasc.SyncStrategy.syncToMe http://127.0.0.1:59997/dc/collection1/ has no replicas
   [junit4]   2> 409331 T2124 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 409331 T2158 C:control_collection S:shard1 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:59997/dc/collection1/ shard1
   [junit4]   2> 409331 T2158 C:control_collection S:shard1 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 409333 T2150 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 409333 T2151 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:59997/dc",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 1
   [junit4]   2> 409394 T2124 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/shard-1-001/cores/collection1
   [junit4]   2> 409395 T2124 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/shard-1-001
   [junit4]   2> 409395 T2124 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 409397 T2124 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:57671
   [junit4]   2> 409397 T2124 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/shard-1-001/cores, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/tempDir-001/jetty1, hostContext=/dc, solrconfig=solrconfig.xml, hostPort=34609}
   [junit4]   2> 409398 T2124 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@4dfd245f
   [junit4]   2> 409398 T2124 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/shard-1-001/'
   [junit4]   2> 409412 T2124 oasc.SolrXmlConfig.fromFile Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/shard-1-001/solr.xml
   [junit4]   2> 409435 T2150 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> 409435 T2162 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> 409437 T2124 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/shard-1-001/cores
   [junit4]   2> 409438 T2124 oasc.CoreContainer.<init> New CoreContainer 1161065574
   [junit4]   2> 409438 T2124 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/shard-1-001/]
   [junit4]   2> 409438 T2124 oasc.CoreContainer.load loading shared library: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/shard-1-001/lib
   [junit4]   2> 409438 T2124 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/shard-1-001/lib).
   [junit4]   2> 409443 T2124 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 409443 T2124 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 409443 T2124 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 409443 T2124 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 409443 T2124 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 409444 T2124 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 409444 T2124 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 409444 T2124 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 409444 T2124 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 409444 T2124 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 409444 T2124 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 409444 T2124 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 409445 T2124 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 409445 T2124 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 409445 T2124 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 409445 T2124 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:43900/solr
   [junit4]   2> 409445 T2124 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 409445 T2124 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 409446 T2124 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 409447 T2174 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@43eb38b6 name:ZooKeeperConnection Watcher:127.0.0.1:43900 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 409447 T2124 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 409447 T2124 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 409449 T2124 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 409451 T2177 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2568d679 name:ZooKeeperConnection Watcher:127.0.0.1:43900/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 409451 T2124 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 409454 T2124 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 409483 T2158 C:control_collection S:shard1 oasc.ZkController.register We are http://127.0.0.1:59997/dc/collection1/ and leader is http://127.0.0.1:59997/dc/collection1/
   [junit4]   2> 409483 T2158 C:control_collection S:shard1 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:59997/dc
   [junit4]   2> 409484 T2158 C:control_collection S:shard1 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 409484 T2158 C:control_collection S:shard1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 409484 T2158 C:control_collection S:shard1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 409485 T2150 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 409485 T2151 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59997/dc",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:59997_dc",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 2
   [junit4]   2> 409486 T2151 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59997/dc",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:59997_dc",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"control_collection"}
   [junit4]   2> 409588 T2150 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> 409588 T2162 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> 409588 T2177 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> 410456 T2124 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34609_dc
   [junit4]   2> 410457 T2124 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:34609_dc
   [junit4]   2> 410458 T2124 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 410459 T2124 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/shard-1-001/cores
   [junit4]   2> 410460 T2124 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collection1, collection=collection1, dataDir=data/, schema=schema.xml, shard=, config=solrconfig.xml, instanceDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/shard-1-001/cores/collection1, loadOnStartup=true, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/shard-1-001/cores/collection1/, coreNodeName=, transient=false}
   [junit4]   2> 410460 T2124 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/shard-1-001/cores/collection1/
   [junit4]   2> 410460 T2124 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 410460 T2178 C:collection1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 410461 T2178 C:collection1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 410461 T2178 C:collection1 c:collection1 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 410461 T2150 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 410461 T2151 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:34609/dc",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:34609_dc",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"collection1"} current state version: 3
   [junit4]   2> 410462 T2151 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:34609/dc",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:34609_dc",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"collection1"}
   [junit4]   2> 410462 T2151 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 410462 T2151 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 410564 T2150 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> 410564 T2162 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> 410564 T2177 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> 411461 T2178 C:collection1 c:collection1 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 411461 T2178 C:collection1 c:collection1 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 411462 T2178 C:collection1 c:collection1 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 411462 T2178 C:collection1 c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 411462 T2178 C:collection1 c:collection1 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 411462 T2178 C:collection1 c:collection1 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/shard-1-001/cores/collection1/'
   [junit4]   2> 411471 T2178 C:collection1 c:collection1 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 411472 T2178 C:collection1 c:collection1 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 411475 T2178 C:collection1 c:collection1 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 411481 T2178 C:collection1 c:collection1 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 411495 T2178 C:collection1 c:collection1 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 411496 T2178 C:collection1 c:collection1 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 411500 T2178 C:collection1 c:collection1 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 411622 T2178 C:collection1 c:collection1 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 411627 T2178 C:collection1 c:collection1 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 411628 T2178 C:collection1 c:collection1 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 411633 T2178 C:collection1 c:collection1 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 411634 T2178 C:collection1 c:collection1 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 411636 T2178 C:collection1 c:collection1 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 411636 T2178 C:collection1 c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 411636 T2178 C:collection1 c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 411636 T2178 C:collection1 c:collection1 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 411637 T2178 C:collection1 c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 411637 T2178 C:collection1 c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 411637 T2178 C:collection1 c:collection1 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 411637 T2178 C:collection1 c:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 411637 T2178 C:collection1 c:collection1 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/shard-1-001/cores/collection1/, dataDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/shard-1-001/cores/collection1/data/
   [junit4]   2> 411637 T2178 C:collection1 c:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4474b94c
   [junit4]   2> 411638 T2178 C:collection1 c:collection1 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/shard-1-001/cores/collection1/data
   [junit4]   2> 411638 T2178 C:collection1 c:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/shard-1-001/cores/collection1/data/index/
   [junit4]   2> 411638 T2178 C:collection1 c:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/shard-1-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 411638 T2178 C:collection1 c:collection1 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/shard-1-001/cores/collection1/data/index
   [junit4]   2> 411638 T2178 C:collection1 c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=69.482421875, floorSegmentMB=1.2001953125, forceMergeDeletesPctAllowed=15.89395126706271, segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8850459762620745
   [junit4]   2> 411639 T2178 C:collection1 c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@4658f914 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7b48b420),segFN=segments_1,generation=1}
   [junit4]   2> 411639 T2178 C:collection1 c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 411642 T2178 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 411643 T2178 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 411643 T2178 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 411643 T2178 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 411643 T2178 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 411643 T2178 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 411643 T2178 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 411644 T2178 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 411644 T2178 C:collection1 c:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 411646 T2178 C:collection1 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 411646 T2178 C:collection1 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 411647 T2178 C:collection1 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 411648 T2178 C:collection1 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 411652 T2178 C:collection1 c:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /update,/admin/plugins,/admin/segments,/admin/ping,/admin/logging,/admin/mbeans,/update/json/docs,/admin/properties,/update/json,/admin/file,/admin/system,standard,/get,/replication,/update/csv,/admin/luke,/config,/admin/threads,/schema
   [junit4]   2> 411653 T2178 C:collection1 c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 411653 T2178 C:collection1 c:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 411653 T2178 C:collection1 c:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 411653 T2178 C:collection1 c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 411654 T2178 C:collection1 c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 411654 T2178 C:collection1 c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=34, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=65.3603515625, floorSegmentMB=0.2275390625, forceMergeDeletesPctAllowed=5.120337772099992, segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.17641455760110603
   [junit4]   2> 411655 T2178 C:collection1 c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@4658f914 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7b48b420),segFN=segments_1,generation=1}
   [junit4]   2> 411655 T2178 C:collection1 c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 411655 T2178 C:collection1 c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@57c05dcf[collection1] main
   [junit4]   2> 411655 T2178 C:collection1 c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 411655 T2178 C:collection1 c:collection1 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 411656 T2178 C:collection1 c:collection1 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 411656 T2178 C:collection1 c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 411656 T2178 C:collection1 c:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 411656 T2178 C:collection1 c:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 411656 T2178 C:collection1 c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 411656 T2178 C:collection1 c:collection1 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 411656 T2178 C:collection1 c:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 411657 T2178 C:collection1 c:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 411657 T2179 C:collection1 c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@57c05dcf[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 411657 T2178 C:collection1 c:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 411658 T2182 C:collection1 S:shard1 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:34609/dc collection:collection1 shard:shard1
   [junit4]   2> 411658 T2124 oass.SolrDispatchFilter.init user.dir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 411658 T2124 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 411658 T2182 C:collection1 S:shard1 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 411660 T2182 C:collection1 S:shard1 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 411661 T2150 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 411661 T2182 C:collection1 S:shard1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 411661 T2182 C:collection1 S:shard1 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C743 name=collection1 org.apache.solr.core.SolrCore@5e242106 url=http://127.0.0.1:34609/dc/collection1 node=127.0.0.1:34609_dc C743_STATE=coll:collection1 core:collection1 props:{base_url=http://127.0.0.1:34609/dc, core=collection1, node_name=127.0.0.1:34609_dc, state=down}
   [junit4]   2> 411661 T2182 C:collection1 S:shard1 C743 P34609 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:34609/dc/collection1/
   [junit4]   2> 411661 T2182 C:collection1 S:shard1 C743 P34609 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 411661 T2151 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> 411661 T2182 C:collection1 S:shard1 C743 P34609 oasc.SyncStrategy.syncToMe http://127.0.0.1:34609/dc/collection1/ has no replicas
   [junit4]   2> 411661 T2182 C:collection1 S:shard1 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:34609/dc/collection1/ shard1
   [junit4]   2> 411662 T2182 C:collection1 S:shard1 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 411663 T2150 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 411664 T2151 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:34609/dc",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 4
   [junit4]   2> 411703 T2124 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/shard-2-001/cores/collection1
   [junit4]   2> 411704 T2124 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/shard-2-001
   [junit4]   2> 411704 T2124 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 411705 T2124 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:40905
   [junit4]   2> 411706 T2124 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostContext=/dc, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/tempDir-001/jetty2, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/shard-2-001/cores, hostPort=51782, solrconfig=solrconfig.xml}
   [junit4]   2> 411706 T2124 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@4dfd245f
   [junit4]   2> 411706 T2124 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/shard-2-001/'
   [junit4]   2> 411716 T2124 oasc.SolrXmlConfig.fromFile Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/shard-2-001/solr.xml
   [junit4]   2> 411724 T2124 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/shard-2-001/cores
   [junit4]   2> 411724 T2124 oasc.CoreContainer.<init> New CoreContainer 233549941
   [junit4]   2> 411724 T2124 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/shard-2-001/]
   [junit4]   2> 411724 T2124 oasc.CoreContainer.load loading shared library: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/shard-2-001/lib
   [junit4]   2> 411724 T2124 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/shard-2-001/lib).
   [junit4]   2> 411729 T2124 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 411729 T2124 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 411729 T2124 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 411729 T2124 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 411729 T2124 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 411729 T2124 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 411729 T2124 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 411730 T2124 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 411730 T2124 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 411730 T2124 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 411730 T2124 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 411730 T2124 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 411730 T2124 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 411731 T2124 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 411731 T2124 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 411731 T2124 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:43900/solr
   [junit4]   2> 411731 T2124 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 411731 T2124 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 411732 T2124 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 411733 T2195 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@12b3c0a7 name:ZooKeeperConnection Watcher:127.0.0.1:43900 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 411733 T2124 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 411733 T2124 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 411735 T2124 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 411736 T2198 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4af0ca14 name:ZooKeeperConnection Watcher:127.0.0.1:43900/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 411736 T2124 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 411738 T2124 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 411765 T2150 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> 411765 T2162 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> 411765 T2198 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> 411765 T2177 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> 411814 T2182 C:collection1 S:shard1 oasc.ZkController.register We are http://127.0.0.1:34609/dc/collection1/ and leader is http://127.0.0.1:34609/dc/collection1/
   [junit4]   2> 411814 T2182 C:collection1 S:shard1 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:34609/dc
   [junit4]   2> 411814 T2182 C:collection1 S:shard1 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 411814 T2182 C:collection1 S:shard1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 411814 T2182 C:collection1 S:shard1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 411815 T2150 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 411816 T2151 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:34609/dc",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:34609_dc",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 411816 T2151 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:34609/dc",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:34609_dc",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"collection1"}
   [junit4]   2> 411917 T2150 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> 411917 T2162 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> 411917 T2177 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> 411918 T2198 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> 412740 T2124 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51782_dc
   [junit4]   2> 412740 T2124 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51782_dc
   [junit4]   2> 412741 T2124 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 412743 T2124 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/shard-2-001/cores
   [junit4]   2> 412743 T2124 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {schema=schema.xml, coreNodeName=, config=solrconfig.xml, dataDir=data/, name=collection1, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/shard-2-001/cores/collection1/, loadOnStartup=true, collection=collection1, transient=false, shard=, instanceDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/shard-2-001/cores/collection1}
   [junit4]   2> 412743 T2124 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/shard-2-001/cores/collection1/
   [junit4]   2> 412744 T2124 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 412744 T2199 C:collection1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 412744 T2199 C:collection1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 412762 T2150 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 412762 T2199 C:collection1 c:collection1 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 412762 T2151 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51782/dc",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:51782_dc",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"collection1"} current state version: 6
   [junit4]   2> 412763 T2151 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51782/dc",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:51782_dc",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"collection1"}
   [junit4]   2> 412763 T2151 oasco.ReplicaMutator.updateState Collection already exists with numShards=1
   [junit4]   2> 412763 T2151 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 412864 T2198 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 412864 T2177 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 412864 T2150 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 412864 T2162 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 413762 T2199 C:collection1 c:collection1 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 413762 T2199 C:collection1 c:collection1 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 413763 T2199 C:collection1 c:collection1 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 413763 T2199 C:collection1 c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 413763 T2199 C:collection1 c:collection1 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 413763 T2199 C:collection1 c:collection1 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/shard-2-001/cores/collection1/'
   [junit4]   2> 413771 T2199 C:collection1 c:collection1 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 413772 T2199 C:collection1 c:collection1 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 413776 T2199 C:collection1 c:collection1 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 413782 T2199 C:collection1 c:collection1 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 413797 T2199 C:collection1 c:collection1 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 413797 T2199 C:collection1 c:collection1 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 413801 T2199 C:collection1 c:collection1 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 413922 T2199 C:collection1 c:collection1 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 413926 T2199 C:collection1 c:collection1 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 413927 T2199 C:collection1 c:collection1 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 413932 T2199 C:collection1 c:collection1 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 413934 T2199 C:collection1 c:collection1 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 413936 T2199 C:collection1 c:collection1 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 413936 T2199 C:collection1 c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 413936 T2199 C:collection1 c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 413937 T2199 C:collection1 c:collection1 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 413937 T2199 C:collection1 c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 413937 T2199 C:collection1 c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 413937 T2199 C:collection1 c:collection1 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 413937 T2199 C:collection1 c:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 413937 T2199 C:collection1 c:collection1 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/shard-2-001/cores/collection1/, dataDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/shard-2-001/cores/collection1/data/
   [junit4]   2> 413938 T2199 C:collection1 c:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4474b94c
   [junit4]   2> 413938 T2199 C:collection1 c:collection1 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/shard-2-001/cores/collection1/data
   [junit4]   2> 413939 T2199 C:collection1 c:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/shard-2-001/cores/collection1/data/index/
   [junit4]   2> 413939 T2199 C:collection1 c:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/shard-2-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 413939 T2199 C:collection1 c:collection1 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001/shard-2-001/cores/collection1/data/index
   [junit4]   2> 413939 T2199 C:collection1 

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

d.java:745)
   [junit4]   2> 	Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections
   [junit4]   2> 		at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 		at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 		at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1045)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient$4.execute(SolrZkClient.java:294)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient$4.execute(SolrZkClient.java:291)
   [junit4]   2> 		at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:61)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:291)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:486)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:455)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:442)
   [junit4]   2> 		at org.apache.solr.cloud.ShardLeaderElectionContextBase$1.execute(ElectionContext.java:146)
   [junit4]   2> 		at org.apache.solr.common.util.RetryUtil.retryOnThrowable(RetryUtil.java:31)
   [junit4]   2> 		at org.apache.solr.cloud.ShardLeaderElectionContextBase.runLeaderProcess(ElectionContext.java:142)
   [junit4]   2> 		... 11 more
   [junit4]   2> 	
   [junit4]   2> 461958 T2250 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 461990 T2124 C:control_collection S:shard1 c:collection1 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/dc,null}
   [junit4]   2> 462180 T2124 C:control_collection S:shard1 c:collection1 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:43900 43900
   [junit4]   2> 462297 T2125 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:43900 43900
   [junit4]   2> 462297 T2125 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> 	
   [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> 462298 T2124 C:control_collection S:shard1 c:collection1 oasc.SocketProxy.close WARN Closing 1 connections to: http://127.0.0.1:51782/dc
   [junit4]   2> 462298 T2124 C:control_collection S:shard1 c:collection1 oasc.SocketProxy.close WARN Closing 0 connections to: http://127.0.0.1:59997/dc
   [junit4]   2> 462298 T2124 C:control_collection S:shard1 c:collection1 oasc.SocketProxy.close WARN Closing 8 connections to: http://127.0.0.1:34609/dc
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RecoveryAfterSoftCommitTest -Dtests.method=test -Dtests.seed=EED6499A512C0FC4 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ro -Dtests.timezone=Asia/Calcutta -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 54.5s 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]    >   "collection1":{
   [junit4]    >     "autoCreated":"true",
   [junit4]    >     "replicationFactor":"1",
   [junit4]    >     "router":{"name":"compositeId"},
   [junit4]    >     "shards":{"shard1":{
   [junit4]    >         "range":"80000000-7fffffff",
   [junit4]    >         "state":"active",
   [junit4]    >         "replicas":{
   [junit4]    >           "core_node1":{
   [junit4]    >             "base_url":"http://127.0.0.1:34609/dc",
   [junit4]    >             "core":"collection1",
   [junit4]    >             "node_name":"127.0.0.1:34609_dc",
   [junit4]    >             "state":"active",
   [junit4]    >             "leader":"true"},
   [junit4]    >           "core_node2":{
   [junit4]    >             "base_url":"http://127.0.0.1:51782/dc",
   [junit4]    >             "core":"collection1",
   [junit4]    >             "node_name":"127.0.0.1:51782_dc",
   [junit4]    >             "state":"active"}}}},
   [junit4]    >     "autoAddReplicas":"false",
   [junit4]    >     "maxShardsPerNode":"1"},
   [junit4]    >   "control_collection":{
   [junit4]    >     "autoCreated":"true",
   [junit4]    >     "replicationFactor":"1",
   [junit4]    >     "router":{"name":"compositeId"},
   [junit4]    >     "shards":{"shard1":{
   [junit4]    >         "range":"80000000-7fffffff",
   [junit4]    >         "state":"active",
   [junit4]    >         "replicas":{"core_node1":{
   [junit4]    >             "base_url":"http://127.0.0.1:59997/dc",
   [junit4]    >             "core":"collection1",
   [junit4]    >             "node_name":"127.0.0.1:59997_dc",
   [junit4]    >             "state":"active",
   [junit4]    >             "leader":"true"}}}},
   [junit4]    >     "autoAddReplicas":"false",
   [junit4]    >     "maxShardsPerNode":"1"}}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([EED6499A512C0FC4:66827640FFD0623C]:0)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:1925)
   [junit4]    > 	at org.apache.solr.cloud.RecoveryAfterSoftCommitTest.test(RecoveryAfterSoftCommitTest.java:102)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:960)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 462304 T2124 C:control_collection S:shard1 c:collection1 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest EED6499A512C0FC4-001
   [junit4]   2> 54499 T2123 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {a_t=PostingsFormat(name=LuceneVarGapFixedInterval), _version_=PostingsFormat(name=LuceneFixedGap), timestamp=PostingsFormat(name=LuceneVarGapFixedInterval), range_facet_l=PostingsFormat(name=LuceneVarGapFixedInterval), intDefault=PostingsFormat(name=LuceneFixedGap), text=PostingsFormat(name=LuceneVarGapDocFreqInterval), id=PostingsFormat(name=Asserting), multiDefault=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{timestamp=DocValuesFormat(name=Direct)}, sim=DefaultSimilarity, locale=ro, timezone=Asia/Calcutta
   [junit4]   2> NOTE: Linux 3.13.0-48-generic amd64/Oracle Corporation 1.7.0_80-ea (64-bit)/cpus=12,threads=1,free=163424432,total=411566080
   [junit4]   2> NOTE: All tests run in this JVM: [TestDocBasedVersionConstraints, CoreAdminCreateDiscoverTest, TestSolrDeletionPolicy1, TestAnalyzeInfixSuggestions, SignatureUpdateProcessorFactoryTest, AsyncMigrateRouteKeyTest, TestQuerySenderListener, ActionThrottleTest, TestSolr4Spatial, ConnectionManagerTest, IndexSchemaTest, TestSweetSpotSimilarityFactory, TestCursorMarkWithoutUniqueKey, TestSchemaSimilarityResource, StressHdfsTest, SolrRequestParserTest, TestConfigReload, TestFieldCollectionResource, TestFunctionQuery, BasicDistributedZkTest, DistributedSpellCheckComponentTest, ResponseHeaderTest, AtomicUpdatesTest, TestCloudInspectUtil, DateFieldTest, TestDynamicFieldResource, HighlighterTest, TestComplexPhraseQParserPlugin, ChaosMonkeyNothingIsSafeTest, HdfsBasicDistributedZk2Test, TestIBSimilarityFactory, HdfsDirectoryTest, LeaderElectionIntegrationTest, MinimalSchemaTest, TestSolrConfigHandlerConcurrent, TestSimpleTrackingShardHandler, ExternalFileFieldSortTest, TestDynamicFieldCollectionResource, TestDocumentBuilder, DateMathParserTest, SharedFSAutoReplicaFailoverUtilsTest, PrimitiveFieldTypeTest, SuggesterWFSTTest, TestPhraseSuggestions, URLClassifyProcessorTest, CSVRequestHandlerTest, SimplePostToolTest, SolrCoreTest, MBeansHandlerTest, PingRequestHandlerTest, RecoveryAfterSoftCommitTest]
   [junit4] Completed on J0 in 55.02s, 1 test, 1 failure <<< FAILURES!

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

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



[JENKINS] Lucene-Solr-5.1-Linux (64bit/jdk1.8.0_40) - Build # 202 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.1-Linux/202/
Java: 64bit/jdk1.8.0_40 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

1 tests failed.
FAILED:  org.apache.solr.handler.component.TermVectorComponentDistributedTest.test

Error Message:
Timeout occured while waiting response from server at: https://127.0.0.1:33712/fxzvd/bq/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:33712/fxzvd/bq/collection1
	at __randomizedtesting.SeedInfo.seed([570AAA40E8A97900:DF5E959A465514F8]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:568)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:233)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:225)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:135)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:174)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:139)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:153)
	at org.apache.solr.BaseDistributedSearchTestCase.indexDoc(BaseDistributedSearchTestCase.java:488)
	at org.apache.solr.BaseDistributedSearchTestCase.index(BaseDistributedSearchTestCase.java:477)
	at org.apache.solr.handler.component.TermVectorComponentDistributedTest.test(TermVectorComponentDistributedTest.java:92)
	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:497)
	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$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:982)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935)
	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: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:170)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
	at sun.security.ssl.InputRecord.read(InputRecord.java:503)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:961)
	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:918)
	at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:462)
	... 50 more




Build Log:
[...truncated 9571 lines...]
   [junit4] Suite: org.apache.solr.handler.component.TermVectorComponentDistributedTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.TermVectorComponentDistributedTest 570AAA40E8A97900-001/init-core-data-001
   [junit4]   2> 88229 T507 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 88230 T507 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /fxzvd/bq
   [junit4]   2> 88302 T507 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.TermVectorComponentDistributedTest 570AAA40E8A97900-001/tempDir-001/control/cores/collection1
   [junit4]   2> 88320 T507 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 88500 T507 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 88511 T507 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:42501
   [junit4]   2> 88512 T507 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostContext=/fxzvd/bq, hostPort=42501, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.TermVectorComponentDistributedTest 570AAA40E8A97900-001/tempDir-001/control/cores}
   [junit4]   2> 88520 T507 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@4e0e2f2a
   [junit4]   2> 88521 T507 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.TermVectorComponentDistributedTest 570AAA40E8A97900-001/tempDir-001/control/'
   [junit4]   2> 88533 T507 oasc.SolrXmlConfig.fromFile Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.TermVectorComponentDistributedTest 570AAA40E8A97900-001/tempDir-001/control/solr.xml
   [junit4]   2> 88538 T507 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.TermVectorComponentDistributedTest 570AAA40E8A97900-001/tempDir-001/control/cores
   [junit4]   2> 88538 T507 oasc.CoreContainer.<init> New CoreContainer 753714181
   [junit4]   2> 88539 T507 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.TermVectorComponentDistributedTest 570AAA40E8A97900-001/tempDir-001/control/]
   [junit4]   2> 88539 T507 oasc.CoreContainer.load loading shared library: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.TermVectorComponentDistributedTest 570AAA40E8A97900-001/tempDir-001/control/lib
   [junit4]   2> 88539 T507 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.TermVectorComponentDistributedTest 570AAA40E8A97900-001/tempDir-001/control/lib).
   [junit4]   2> 88546 T507 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 88546 T507 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https
   [junit4]   2> 88547 T507 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 88547 T507 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 88547 T507 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 88548 T507 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 88548 T507 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 88548 T507 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 88557 T507 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 88557 T507 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 88557 T507 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 88559 T507 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 88566 T507 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 88566 T507 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 88566 T507 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 88570 T507 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.TermVectorComponentDistributedTest 570AAA40E8A97900-001/tempDir-001/control/cores
   [junit4]   2> 88571 T507 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.TermVectorComponentDistributedTest 570AAA40E8A97900-001/tempDir-001/control/cores/collection1, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.TermVectorComponentDistributedTest 570AAA40E8A97900-001/tempDir-001/control/cores/collection1/, configSet=collection1, dataDir=data/}
   [junit4]   2> 88571 T507 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.TermVectorComponentDistributedTest 570AAA40E8A97900-001/tempDir-001/control/cores/collection1/
   [junit4]   2> 88571 T507 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 88572 T517 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 88572 T517 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 88573 T517 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 88584 T517 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 88590 T517 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 88614 T517 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 88614 T517 oass.IndexSchema.readSchema Reading Solr Schema from /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
   [junit4]   2> 88617 T517 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 88671 T517 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 88675 T517 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 88676 T517 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 88679 T517 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 88680 T517 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 88681 T517 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 88681 T517 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 88682 T517 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 88682 T517 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 88682 T517 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 88682 T517 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 88682 T517 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from configset /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 88682 T517 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 88682 T517 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/, dataDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.TermVectorComponentDistributedTest 570AAA40E8A97900-001/tempDir-001/control/cores/collection1/data/
   [junit4]   2> 88682 T517 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3712d93e
   [junit4]   2> 88683 T517 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.TermVectorComponentDistributedTest 570AAA40E8A97900-001/tempDir-001/control/cores/collection1/data
   [junit4]   2> 88683 T517 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.TermVectorComponentDistributedTest 570AAA40E8A97900-001/tempDir-001/control/cores/collection1/data/index/
   [junit4]   2> 88683 T517 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.TermVectorComponentDistributedTest 570AAA40E8A97900-001/tempDir-001/control/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 88683 T517 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.TermVectorComponentDistributedTest 570AAA40E8A97900-001/tempDir-001/control/cores/collection1/data/index
   [junit4]   2> 88683 T517 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=19, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=45.169921875, floorSegmentMB=0.22265625, forceMergeDeletesPctAllowed=9.72201723422403, segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 88684 T517 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@16176ab lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@62afebae),segFN=segments_1,generation=1}
   [junit4]   2> 88684 T517 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 88686 T517 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 88686 T517 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 88686 T517 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 88686 T517 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 88686 T517 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 88686 T517 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 88686 T517 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 88687 T517 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 88687 T517 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 88687 T517 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 88687 T517 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 88687 T517 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 88688 T517 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 88689 T517 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 88689 T517 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 88690 T517 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 88692 T517 oasc.PluginBag.createPlugin requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 88693 T517 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 88693 T517 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 88695 T517 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 88696 T517 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 88696 T517 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 88697 T517 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 88697 T517 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 88697 T517 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=26, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=51.1103515625, floorSegmentMB=0.78125, forceMergeDeletesPctAllowed=14.517401366412049, segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8161272089801284
   [junit4]   2> 88698 T517 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@16176ab lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@62afebae),segFN=segments_1,generation=1}
   [junit4]   2> 88698 T517 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 88698 T517 oass.SolrIndexSearcher.<init> Opening Searcher@6744ffd2[collection1] main
   [junit4]   2> 88699 T517 oasr.RestManager.init Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 88699 T517 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 88699 T517 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 88699 T517 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 88729 T517 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 89069 T517 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 89069 T518 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: default
   [junit4]   2> 89070 T518 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: direct
   [junit4]   2> 89070 T518 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: wordbreak
   [junit4]   2> 89070 T517 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 89070 T518 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: multipleFields
   [junit4]   2> 89071 T507 oass.SolrDispatchFilter.init user.dir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 89071 T507 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 89071 T518 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 89071 T518 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: external
   [junit4]   2> 89072 T518 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: freq
   [junit4]   2> 89072 T518 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: fqcn
   [junit4]   2> 89072 T518 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: perDict
   [junit4]   2> 89073 T518 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6744ffd2[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 89120 T507 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.TermVectorComponentDistributedTest 570AAA40E8A97900-001/tempDir-001/shard0/cores/collection1
   [junit4]   2> 89122 T507 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 89130 T507 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 89135 T507 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:33712
   [junit4]   2> 89136 T507 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostContext=/fxzvd/bq, hostPort=33712, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.TermVectorComponentDistributedTest 570AAA40E8A97900-001/tempDir-001/shard0/cores}
   [junit4]   2> 89138 T507 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@4e0e2f2a
   [junit4]   2> 89138 T507 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.TermVectorComponentDistributedTest 570AAA40E8A97900-001/tempDir-001/shard0/'
   [junit4]   2> 89156 T507 oasc.SolrXmlConfig.fromFile Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.TermVectorComponentDistributedTest 570AAA40E8A97900-001/tempDir-001/shard0/solr.xml
   [junit4]   2> 89161 T507 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.TermVectorComponentDistributedTest 570AAA40E8A97900-001/tempDir-001/shard0/cores
   [junit4]   2> 89162 T507 oasc.CoreContainer.<init> New CoreContainer 930502528
   [junit4]   2> 89162 T507 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.TermVectorComponentDistributedTest 570AAA40E8A97900-001/tempDir-001/shard0/]
   [junit4]   2> 89162 T507 oasc.CoreContainer.load loading shared library: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.TermVectorComponentDistributedTest 570AAA40E8A97900-001/tempDir-001/shard0/lib
   [junit4]   2> 89162 T507 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.TermVectorComponentDistributedTest 570AAA40E8A97900-001/tempDir-001/shard0/lib).
   [junit4]   2> 89169 T507 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 89169 T507 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https
   [junit4]   2> 89170 T507 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 89170 T507 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 89170 T507 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 89170 T507 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 89171 T507 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 89171 T507 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 89171 T507 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 89172 T507 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 89172 T507 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 89173 T507 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 89175 T507 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 89175 T507 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 89175 T507 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 89176 T507 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.TermVectorComponentDistributedTest 570AAA40E8A97900-001/tempDir-001/shard0/cores
   [junit4]   2> 89177 T507 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.TermVectorComponentDistributedTest 570AAA40E8A97900-001/tempDir-001/shard0/cores/collection1, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.TermVectorComponentDistributedTest 570AAA40E8A97900-001/tempDir-001/shard0/cores/collection1/, configSet=collection1, dataDir=data/}
   [junit4]   2> 89177 T507 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.TermVectorComponentDistributedTest 570AAA40E8A97900-001/tempDir-001/shard0/cores/collection1/
   [junit4]   2> 89178 T507 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 89178 T529 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 89179 T529 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 89179 T529 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 89195 T529 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 89205 T529 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 89228 T529 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 89229 T529 oass.IndexSchema.readSchema Reading Solr Schema from /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
   [junit4]   2> 89234 T529 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 89340 T529 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 89345 T529 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 89347 T529 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 89351 T529 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 89353 T529 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 89355 T529 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 89356 T529 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 89356 T529 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 89356 T529 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 89356 T529 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 89356 T529 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 89356 T529 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from configset /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 89357 T529 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 89357 T529 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/, dataDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.TermVectorComponentDistributedTest 570AAA40E8A97900-001/tempDir-001/shard0/cores/collection1/data/
   [junit4]   2> 89357 T529 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3712d93e
   [junit4]   2> 89358 T529 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.TermVectorComponentDistributedTest 570AAA40E8A97900-001/tempDir-001/shard0/cores/collection1/data
   [junit4]   2> 89358 T529 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.TermVectorComponentDistributedTest 570AAA40E8A97900-001/tempDir-001/shard0/cores/collection1/data/index/
   [junit4]   2> 89358 T529 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.TermVectorComponentDistributedTest 570AAA40E8A97900-001/tempDir-001/shard0/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 89358 T529 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.TermVectorComponentDistributedTest 570AAA40E8A97900-001/tempDir-001/shard0/cores/collection1/data/index
   [junit4]   2> 89359 T529 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=19, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=45.169921875, floorSegmentMB=0.22265625, forceMergeDeletesPctAllowed=9.72201723422403, segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 89359 T529 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5ebf9fc6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@22fb4068),segFN=segments_1,generation=1}
   [junit4]   2> 89359 T529 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 89363 T529 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 89363 T529 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 89363 T529 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 89364 T529 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 89364 T529 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 89364 T529 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 89364 T529 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 89364 T529 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 89364 T529 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 89365 T529 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 89365 T529 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 89365 T529 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 89367 T529 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 89368 T529 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 89369 T529 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 89370 T529 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 89374 T529 oasc.PluginBag.createPlugin requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 89376 T529 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 89377 T529 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 89378 T529 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 89378 T529 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 89379 T529 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 89379 T529 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 89379 T529 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 89380 T529 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=26, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=51.1103515625, floorSegmentMB=0.78125, forceMergeDeletesPctAllowed=14.517401366412049, segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8161272089801284
   [junit4]   2> 89380 T529 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5ebf9fc6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@22fb4068),segFN=segments_1,generation=1}
   [junit4]   2> 89381 T529 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 89381 T529 oass.SolrIndexSearcher.<init> Opening Searcher@12c1d44d[collection1] main
   [junit4]   2> 89381 T529 oasr.RestManager.init Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 89381 T529 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 89382 T529 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 89382 T529 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 89422 T529 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 89611 T529 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 89612 T530 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: default
   [junit4]   2> 89612 T530 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: direct
   [junit4]   2> 89612 T529 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 89612 T530 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: wordbreak
   [junit4]   2> 89613 T530 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: multipleFields
   [junit4]   2> 89613 T507 oass.SolrDispatchFilter.init user.dir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 89613 T507 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 89613 T530 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 89613 T530 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: external
   [junit4]   2> 89614 T530 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: freq
   [junit4]   2> 89614 T530 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: fqcn
   [junit4]   2> 89614 T530 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: perDict
   [junit4]   2> 89615 T507 oas.SolrTestCaseJ4.setUp ###Starting test
   [junit4]   2> 89616 T530 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@12c1d44d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> ASYNC  NEW_CORE C64 name=collection1 org.apache.solr.core.SolrCore@57900f6e
   [junit4]   2> 89712 T516 c:collection1 C64 oasup.LogUpdateProcessor.finish [collection1] webapp=/fxzvd/bq path=/update params={wt=javabin&version=2} {add=[0 (1497641497990791168)]} 0 9
   [junit4]   2> ASYNC  NEW_CORE C65 name=collection1 org.apache.solr.core.SolrCore@3f69c677
   [junit4]   2> 89780 T528 c:collection1 C65 oasup.LogUpdateProcessor.finish [collection1] webapp=/fxzvd/bq path=/update params={wt=javabin&version=2} {add=[0 (1497641498069434368)]} 0 3
   [junit4]   2> 89785 T516 c:collection1 C64 oasup.LogUpdateProcessor.finish [collection1] webapp=/fxzvd/bq path=/update params={wt=javabin&version=2} {add=[1 (1497641498075725824)]} 0 1
   [junit4]   2> 89790 T527 c:collection1 C65 oasup.LogUpdateProcessor.finish [collection1] webapp=/fxzvd/bq path=/update params={wt=javabin&version=2} {add=[1 (1497641498080968704)]} 0 1
   [junit4]   2> 89796 T515 c:collection1 C64 oasup.LogUpdateProcessor.finish [collection1] webapp=/fxzvd/bq path=/update params={wt=javabin&version=2} {add=[2 (1497641498087260160)]} 0 1
   [junit4]   2> 89799 T528 c:collection1 C65 oasup.LogUpdateProcessor.finish [collection1] webapp=/fxzvd/bq path=/update params={wt=javabin&version=2} {add=[2 (1497641498091454464)]} 0 1
   [junit4]   2> 89803 T516 c:collection1 C64 oasup.LogUpdateProcessor.finish [collection1] webapp=/fxzvd/bq path=/update params={wt=javabin&version=2} {add=[3 (1497641498094600192)]} 0 1
   [junit4]   2> 89806 T527 c:collection1 C65 oasup.LogUpdateProcessor.finish [collection1] webapp=/fxzvd/bq path=/update params={wt=javabin&version=2} {add=[3 (1497641498097745920)]} 0 1
   [junit4]   2> 89809 T515 c:collection1 C64 oasup.LogUpdateProcessor.finish [collection1] webapp=/fxzvd/bq path=/update params={wt=javabin&version=2} {add=[4 (1497641498101940224)]} 0 0
   [junit4]   2> 89812 T528 c:collection1 C65 oasup.LogUpdateProcessor.finish [collection1] webapp=/fxzvd/bq path=/update params={wt=javabin&version=2} {add=[4 (1497641498105085952)]} 0 1
   [junit4]   2> 89815 T516 c:collection1 C64 oasup.LogUpdateProcessor.finish [collection1] webapp=/fxzvd/bq path=/update params={wt=javabin&version=2} {add=[5 (1497641498107183104)]} 0 1
   [junit4]   2> 89818 T527 c:collection1 C65 oasup.LogUpdateProcessor.finish [collection1] webapp=/fxzvd/bq path=/update params={wt=javabin&version=2} {add=[5 (1497641498111377408)]} 0 1
   [junit4]   2> 89822 T515 c:collection1 C64 oasup.LogUpdateProcessor.finish [collection1] webapp=/fxzvd/bq path=/update params={wt=javabin&version=2} {add=[6 (1497641498115571712)]} 0 0
   [junit4]   2> 179916 T507 oas.SolrTestCaseJ4.tearDown ###Ending test
   [junit4]   2> 179916 T527 c:collection1 C65 oasup.LogUpdateProcessor.finish [collection1] webapp=/fxzvd/bq path=/update params={wt=javabin&version=2} {add=[6 (1497641592585977856)]} 0 1
   [junit4]   2> 179946 T507 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=753714181
   [junit4]   2> 179947 T507 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@57900f6e
   [junit4]   2> 179947 T507 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=7,adds=7,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=7,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 179947 T507 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 179948 T507 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 179948 T507 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 179948 T507 C64 oasu.DirectUpdateHandler2.closeWriter Committing on IndexWriter close.
   [junit4]   2> 179952 T507 C64 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@16176ab lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@62afebae),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@16176ab lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@62afebae),segFN=segments_2,generation=2}
   [junit4]   2> 179953 T507 C64 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 179953 T507 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 179964 T507 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 179965 T507 oasc.CachingDirectoryFactory.closeCacheValue looking to close /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.TermVectorComponentDistributedTest 570AAA40E8A97900-001/tempDir-001/control/cores/collection1/data/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.TermVectorComponentDistributedTest 570AAA40E8A97900-001/tempDir-001/control/cores/collection1/data/index;done=false>>]
   [junit4]   2> 179965 T507 oasc.CachingDirectoryFactory.close Closing directory: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.TermVectorComponentDistributedTest 570AAA40E8A97900-001/tempDir-001/control/cores/collection1/data/index
   [junit4]   2> 179965 T507 oasc.CachingDirectoryFactory.closeCacheValue looking to close /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.TermVectorComponentDistributedTest 570AAA40E8A97900-001/tempDir-001/control/cores/collection1/data [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.TermVectorComponentDistributedTest 570AAA40E8A97900-001/tempDir-001/control/cores/collection1/data;done=false>>]
   [junit4]   2> 179965 T507 oasc.CachingDirectoryFactory.close Closing directory: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.TermVectorComponentDistributedTest 570AAA40E8A97900-001/tempDir-001/control/cores/collection1/data
   [junit4]   2> 179966 T507 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/fxzvd/bq,null}
   [junit4]   2> 180167 T507 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=930502528
   [junit4]   2> 180168 T507 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3f69c677
   [junit4]   2> 180168 T507 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=7,adds=7,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=7,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 180168 T507 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 180168 T507 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 180168 T507 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 180169 T507 C65 oasu.DirectUpdateHandler2.closeWriter Committing on IndexWriter close.
   [junit4]   2> 180172 T507 C65 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5ebf9fc6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@22fb4068),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5ebf9fc6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@22fb4068),segFN=segments_2,generation=2}
   [junit4]   2> 180172 T507 C65 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 180173 T507 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 180185 T507 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 180185 T507 oasc.CachingDirectoryFactory.closeCacheValue looking to close /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.TermVectorComponentDistributedTest 570AAA40E8A97900-001/tempDir-001/shard0/cores/collection1/data [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.TermVectorComponentDistributedTest 570AAA40E8A97900-001/tempDir-001/shard0/cores/collection1/data;done=false>>]
   [junit4]   2> 180185 T507 oasc.CachingDirectoryFactory.close Closing directory: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.TermVectorComponentDistributedTest 570AAA40E8A97900-001/tempDir-001/shard0/cores/collection1/data
   [junit4]   2> 180185 T507 oasc.CachingDirectoryFactory.closeCacheValue looking to close /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.TermVectorComponentDistributedTest 570AAA40E8A97900-001/tempDir-001/shard0/cores/collection1/data/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.TermVectorComponentDistributedTest 570AAA40E8A97900-001/tempDir-001/shard0/cores/collection1/data/index;done=false>>]
   [junit4]   2> 180186 T507 oasc.CachingDirectoryFactory.close Closing directory: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.TermVectorComponentDistributedTest 570AAA40E8A97900-001/tempDir-001/shard0/cores/collection1/data/index
   [junit4]   2> 180186 T507 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/fxzvd/bq,null}
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TermVectorComponentDistributedTest -Dtests.method=test -Dtests.seed=570AAA40E8A97900 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=nl_BE -Dtests.timezone=America/Port_of_Spain -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   92.1s J2 | TermVectorComponentDistributedTest.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:33712/fxzvd/bq/collection1
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([570AAA40E8A97900:DF5E959A465514F8]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:568)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:233)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:225)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:135)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:174)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:139)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:153)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.indexDoc(BaseDistributedSearchTestCase.java:488)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.index(BaseDistributedSearchTestCase.java:477)
   [junit4]    > 	at org.apache.solr.handler.component.TermVectorComponentDistributedTest.test(TermVectorComponentDistributedTest.java:92)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:982)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    > 	at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    > 	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:170)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:141)
   [junit4]    > 	at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
   [junit4]    > 	at sun.security.ssl.InputRecord.read(InputRecord.java:503)
   [junit4]    > 	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:961)
   [junit4]    > 	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:918)
   [junit4]    > 	at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
   [junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
   [junit4]    > 	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
   [junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
   [junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:462)
   [junit4]    > 	... 50 more
   [junit4]   2> 180382 T507 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.TermVectorComponentDistributedTest 570AAA40E8A97900-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=nl_BE, timezone=America/Port_of_Spain
   [junit4]   2> NOTE: Linux 3.13.0-48-generic amd64/Oracle Corporation 1.8.0_40 (64-bit)/cpus=12,threads=1,free=352282952,total=508887040
   [junit4]   2> NOTE: All tests run in this JVM: [DocValuesMissingTest, SolrInfoMBeanTest, RecoveryZkTest, BinaryUpdateRequestHandlerTest, NotRequiredUniqueKeyTest, TestDistribDocBasedVersion, TestExactStatsCache, TestBulkSchemaAPI, TestSurroundQueryParser, TermVectorComponentDistributedTest]
   [junit4] Completed on J2 in 92.17s, 1 test, 1 error <<< FAILURES!

[...truncated 1231 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-5.1-Linux/build.xml:529: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.1-Linux/build.xml:477: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.1-Linux/build.xml:61: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.1-Linux/extra-targets.xml:39: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build.xml:191: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/common-build.xml:509: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.1-Linux/lucene/common-build.xml:1370: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.1-Linux/lucene/common-build.xml:976: There were test failures: 478 suites, 1902 tests, 1 error, 47 ignored (20 assumptions)

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



[JENKINS] Lucene-Solr-5.1-Linux (64bit/jdk1.8.0_40) - Build # 201 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.1-Linux/201/
Java: 64bit/jdk1.8.0_40 -XX:+UseCompressedOops -XX:+UseG1GC

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

Error Message:
There were too many update fails (26 > 20) - we expect it can happen, but shouldn't easily

Stack Trace:
java.lang.AssertionError: There were too many update fails (26 > 20) - we expect it can happen, but shouldn't easily
	at __randomizedtesting.SeedInfo.seed([E1AE306F60292F2B:69FA0FB5CED542D3]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertFalse(Assert.java:68)
	at org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.test(ChaosMonkeyNothingIsSafeTest.java:230)
	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:497)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:960)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java: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 10462 lines...]
   [junit4] Suite: org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/init-core-data-001
   [junit4]   2> 884359 T6639 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 884363 T6639 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 884363 T6640 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 884463 T6639 oasc.ZkTestServer.run start zk server on port:49097
   [junit4]   2> 884464 T6639 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 884465 T6639 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 884470 T6647 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2f2f1988 name:ZooKeeperConnection Watcher:127.0.0.1:49097 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 884471 T6639 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 884471 T6639 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 884472 T6639 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 884475 T6641 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14c8a31eabd0000, 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> 884480 T6639 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 884481 T6639 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 884482 T6650 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f4f8fc7 name:ZooKeeperConnection Watcher:127.0.0.1:49097/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 884482 T6639 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 884482 T6639 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 884483 T6639 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 884483 T6639 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 884484 T6639 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 884485 T6639 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 884486 T6639 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 884486 T6639 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 884487 T6639 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 884488 T6639 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 884489 T6639 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 884489 T6639 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 884490 T6639 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 884491 T6639 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 884492 T6639 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 884492 T6639 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 884493 T6639 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 884493 T6639 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 884494 T6639 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 884494 T6639 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 884495 T6639 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 884495 T6639 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 884496 T6639 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 884496 T6639 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 884497 T6639 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 884497 T6639 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 884498 T6639 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 884498 T6639 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 884548 T6639 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/control-001/cores/collection1
   [junit4]   2> 884549 T6639 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 884555 T6639 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:40969
   [junit4]   2> 884556 T6639 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/tempDir-001/control/data, hostContext=/, hostPort=40969, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/control-001/cores}
   [junit4]   2> 884556 T6639 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@4e0e2f2a
   [junit4]   2> 884556 T6639 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/control-001/'
   [junit4]   2> 884568 T6639 oasc.SolrXmlConfig.fromFile Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/control-001/solr.xml
   [junit4]   2> 884573 T6639 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/control-001/cores
   [junit4]   2> 884573 T6639 oasc.CoreContainer.<init> New CoreContainer 96922223
   [junit4]   2> 884574 T6639 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/control-001/]
   [junit4]   2> 884574 T6639 oasc.CoreContainer.load loading shared library: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/control-001/lib
   [junit4]   2> 884574 T6639 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/control-001/lib).
   [junit4]   2> 884578 T6639 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 884579 T6639 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 884579 T6639 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 884579 T6639 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 884579 T6639 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 884579 T6639 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 884580 T6639 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 884580 T6639 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 884580 T6639 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 884580 T6639 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 884581 T6639 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 884581 T6639 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 884581 T6639 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 884582 T6639 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 884582 T6639 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 884582 T6639 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49097/solr
   [junit4]   2> 884582 T6639 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 884583 T6639 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 884583 T6639 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 884584 T6662 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1db2eca5 name:ZooKeeperConnection Watcher:127.0.0.1:49097 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 884585 T6639 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 884585 T6639 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 884588 T6639 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 884589 T6665 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@120004b8 name:ZooKeeperConnection Watcher:127.0.0.1:49097/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 884589 T6639 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 884590 T6639 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 884591 T6639 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 884592 T6639 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 884593 T6639 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 884600 T6639 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 884601 T6639 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 884602 T6639 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 884603 T6639 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 884603 T6639 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40969_
   [junit4]   2> 884604 T6639 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:40969_
   [junit4]   2> 884605 T6639 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 884605 T6639 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 884606 T6639 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 884607 T6639 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:40969_
   [junit4]   2> 884607 T6639 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 884608 T6639 oasc.Overseer.start Overseer (id=93601639264223235-127.0.0.1:40969_-n_0000000000) starting
   [junit4]   2> 884609 T6639 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 884611 T6639 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 884611 T6667 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 884611 T6639 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 884612 T6666 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 884614 T6639 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/control-001/cores
   [junit4]   2> 884616 T6639 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/control-001/cores/collection1, collection=control_collection, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/control-001/cores/collection1/, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 884616 T6639 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/control-001/cores/collection1/
   [junit4]   2> 884616 T6639 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 884617 T6669 C:control_collection c:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 884617 T6669 C:control_collection c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 884618 T6665 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 884618 T6669 C:control_collection c:collection1 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 884618 T6666 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:40969",
   [junit4]   2> 	  "node_name":"127.0.0.1:40969_",
   [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> 884619 T6666 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:40969",
   [junit4]   2> 	  "node_name":"127.0.0.1:40969_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 884619 T6666 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 884619 T6666 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 884620 T6665 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> 885618 T6669 C:control_collection c:collection1 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 885619 T6669 C:control_collection c:collection1 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 885619 T6669 C:control_collection c:collection1 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 885619 T6669 C:control_collection c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 885620 T6669 C:control_collection c:collection1 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 885620 T6669 C:control_collection c:collection1 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/control-001/cores/collection1/'
   [junit4]   2> 885628 T6669 C:control_collection c:collection1 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 885629 T6669 C:control_collection c:collection1 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 885633 T6669 C:control_collection c:collection1 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 885636 T6669 C:control_collection c:collection1 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 885642 T6669 C:control_collection c:collection1 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 885643 T6669 C:control_collection c:collection1 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 885647 T6669 C:control_collection c:collection1 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 885699 T6669 C:control_collection c:collection1 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 885700 T6669 C:control_collection c:collection1 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 885701 T6669 C:control_collection c:collection1 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 885702 T6669 C:control_collection c:collection1 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 885710 T6669 C:control_collection c:collection1 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 885711 T6669 C:control_collection c:collection1 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 885711 T6669 C:control_collection c:collection1 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/control-001/cores/collection1/, dataDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/control-001/cores/collection1/data/
   [junit4]   2> 885712 T6669 C:control_collection c:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@13324866
   [junit4]   2> 885712 T6669 C:control_collection c:collection1 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/control-001/cores/collection1/data
   [junit4]   2> 885712 T6669 C:control_collection c:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/control-001/cores/collection1/data/index/
   [junit4]   2> 885713 T6669 C:control_collection c:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 885713 T6669 C:control_collection c:collection1 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/control-001/cores/collection1/data/index
   [junit4]   2> 885714 T6669 C:control_collection c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=25, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=54.701171875, floorSegmentMB=1.328125, forceMergeDeletesPctAllowed=19.222407212541945, segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5599463282806353
   [junit4]   2> 885735 T6669 C:control_collection c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/control-001/cores/collection1/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 885735 T6669 C:control_collection c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 885740 T6669 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 885741 T6669 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 885741 T6669 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 885741 T6669 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 885741 T6669 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 885741 T6669 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 885742 T6669 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 885742 T6669 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 885742 T6669 C:control_collection c:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 885744 T6669 C:control_collection c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 885745 T6669 C:control_collection c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 885746 T6669 C:control_collection c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 885747 T6669 C:control_collection c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 885751 T6669 C:control_collection c:collection1 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> 885752 T6669 C:control_collection c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 885752 T6669 C:control_collection c:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 885752 T6669 C:control_collection c:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 885753 T6669 C:control_collection c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 885753 T6669 C:control_collection c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 885753 T6669 C:control_collection c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=19, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 885754 T6669 C:control_collection c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/control-001/cores/collection1/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 885754 T6669 C:control_collection c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 885755 T6669 C:control_collection c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@499e994a[collection1] main
   [junit4]   2> 885755 T6669 C:control_collection c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 885756 T6669 C:control_collection c:collection1 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 885756 T6669 C:control_collection c:collection1 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 885756 T6669 C:control_collection c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 885756 T6669 C:control_collection c:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 885756 T6669 C:control_collection c:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 885757 T6669 C:control_collection c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 885757 T6669 C:control_collection c:collection1 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 885757 T6669 C:control_collection c:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 885757 T6669 C:control_collection c:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 885758 T6670 C:control_collection c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@499e994a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 885759 T6669 C:control_collection c:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 885759 T6673 C:control_collection S:shard1 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:40969 collection:control_collection shard:shard1
   [junit4]   2> 885760 T6639 oass.SolrDispatchFilter.init user.dir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 885760 T6673 C:control_collection S:shard1 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 885760 T6639 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 885761 T6639 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 885763 T6673 C:control_collection S:shard1 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 885763 T6639 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 885763 T6676 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@688d8bc9 name:ZooKeeperConnection Watcher:127.0.0.1:49097/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 885764 T6639 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 885764 T6673 C:control_collection S:shard1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 885764 T6673 C:control_collection S:shard1 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 885764 T6665 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> ASYNC  NEW_CORE C940 name=collection1 org.apache.solr.core.SolrCore@1fe98019 url=http://127.0.0.1:40969/collection1 node=127.0.0.1:40969_ C940_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:40969, node_name=127.0.0.1:40969_, state=down}
   [junit4]   2> 885764 T6673 C:control_collection S:shard1 C940 P40969 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:40969/collection1/
   [junit4]   2> 885764 T6639 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 885765 T6666 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> 885765 T6673 C:control_collection S:shard1 C940 P40969 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 885765 T6639 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 885766 T6673 C:control_collection S:shard1 C940 P40969 oasc.SyncStrategy.syncToMe http://127.0.0.1:40969/collection1/ has no replicas
   [junit4]   2> 885766 T6673 C:control_collection S:shard1 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:40969/collection1/ shard1
   [junit4]   2> 885766 T6673 C:control_collection S:shard1 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 885767 T6639 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 885768 T6665 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 885769 T6666 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:40969",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 1
   [junit4]   2> 885825 T6639 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/shard-1-001/cores/collection1
   [junit4]   2> 885826 T6639 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/shard-1-001
   [junit4]   2> 885826 T6639 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 885828 T6639 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:46820
   [junit4]   2> 885829 T6639 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=46820, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/shard-1-001/cores}
   [junit4]   2> 885829 T6639 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@4e0e2f2a
   [junit4]   2> 885829 T6639 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/shard-1-001/'
   [junit4]   2> 885840 T6639 oasc.SolrXmlConfig.fromFile Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/shard-1-001/solr.xml
   [junit4]   2> 885844 T6639 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/shard-1-001/cores
   [junit4]   2> 885844 T6639 oasc.CoreContainer.<init> New CoreContainer 1692926881
   [junit4]   2> 885845 T6639 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/shard-1-001/]
   [junit4]   2> 885845 T6639 oasc.CoreContainer.load loading shared library: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/shard-1-001/lib
   [junit4]   2> 885845 T6639 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/shard-1-001/lib).
   [junit4]   2> 885849 T6639 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 885849 T6639 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 885849 T6639 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 885849 T6639 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 885850 T6639 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 885850 T6639 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 885850 T6639 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 885850 T6639 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 885850 T6639 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 885850 T6639 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 885851 T6639 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 885851 T6639 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 885851 T6639 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 885851 T6639 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 885851 T6639 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 885852 T6639 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49097/solr
   [junit4]   2> 885852 T6639 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 885852 T6639 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 885852 T6639 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 885853 T6688 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@23d7f293 name:ZooKeeperConnection Watcher:127.0.0.1:49097 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 885853 T6639 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 885854 T6639 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 885855 T6639 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 885855 T6691 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4af29129 name:ZooKeeperConnection Watcher:127.0.0.1:49097/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 885856 T6639 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 885857 T6639 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 885871 T6665 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> 885871 T6691 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> 885871 T6676 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> 885920 T6673 C:control_collection S:shard1 oasc.ZkController.register We are http://127.0.0.1:40969/collection1/ and leader is http://127.0.0.1:40969/collection1/
   [junit4]   2> 885920 T6673 C:control_collection S:shard1 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:40969
   [junit4]   2> 885920 T6673 C:control_collection S:shard1 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 885921 T6673 C:control_collection S:shard1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 885921 T6673 C:control_collection S:shard1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 885921 T6665 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 885922 T6666 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:40969",
   [junit4]   2> 	  "node_name":"127.0.0.1:40969_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 2
   [junit4]   2> 885922 T6666 oasco.ReplicaMutator.updateState Update state numShards=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:40969",
   [junit4]   2> 	  "node_name":"127.0.0.1:40969_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 886024 T6665 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> 886024 T6691 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> 886024 T6676 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> 886859 T6639 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46820_
   [junit4]   2> 886860 T6639 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:46820_
   [junit4]   2> 886861 T6639 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 886861 T6639 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/shard-1-001/cores
   [junit4]   2> 886862 T6639 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/shard-1-001/cores/collection1, collection=collection1, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/shard-1-001/cores/collection1/, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 886862 T6639 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/shard-1-001/cores/collection1/
   [junit4]   2> 886862 T6639 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 886863 T6692 C:collection1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 886863 T6692 C:collection1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 886863 T6692 C:collection1 c:collection1 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 886863 T6665 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 886864 T6666 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:46820",
   [junit4]   2> 	  "node_name":"127.0.0.1:46820_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 3
   [junit4]   2> 886864 T6666 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:46820",
   [junit4]   2> 	  "node_name":"127.0.0.1:46820_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 886864 T6666 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 886864 T6666 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 886966 T6691 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> 886966 T6676 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> 886966 T6665 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> 887864 T6692 C:collection1 c:collection1 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 887864 T6692 C:collection1 c:collection1 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 887864 T6692 C:collection1 c:collection1 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 887864 T6692 C:collection1 c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 887865 T6692 C:collection1 c:collection1 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 887865 T6692 C:collection1 c:collection1 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/shard-1-001/cores/collection1/'
   [junit4]   2> 887876 T6692 C:collection1 c:collection1 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 887877 T6692 C:collection1 c:collection1 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 887883 T6692 C:collection1 c:collection1 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 887922 T6692 C:collection1 c:collection1 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 887930 T6692 C:collection1 c:collection1 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 887930 T6692 C:collection1 c:collection1 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 887936 T6692 C:collection1 c:collection1 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 888010 T6692 C:collection1 c:collection1 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 888012 T6692 C:collection1 c:collection1 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 888013 T6692 C:collection1 c:collection1 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 888015 T6692 C:collection1 c:collection1 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 888025 T6692 C:collection1 c:collection1 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 888025 T6692 C:collection1 c:collection1 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 888025 T6692 C:collection1 c:collection1 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/shard-1-001/cores/collection1/, dataDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/shard-1-001/cores/collection1/data/
   [junit4]   2> 888025 T6692 C:collection1 c:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@13324866
   [junit4]   2> 888026 T6692 C:collection1 c:collection1 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/shard-1-001/cores/collection1/data
   [junit4]   2> 888026 T6692 C:collection1 c:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/shard-1-001/cores/collection1/data/index/
   [junit4]   2> 888026 T6692 C:collection1 c:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/shard-1-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 888026 T6692 C:collection1 c:collection1 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/shard-1-001/cores/collection1/data/index
   [junit4]   2> 888027 T6692 C:collection1 c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=25, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=54.701171875, floorSegmentMB=1.328125, forceMergeDeletesPctAllowed=19.222407212541945, segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5599463282806353
   [junit4]   2> 888044 T6692 C:collection1 c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/shard-1-001/cores/collection1/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 888045 T6692 C:collection1 c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 888048 T6692 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 888048 T6692 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 888049 T6692 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 888049 T6692 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 888049 T6692 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 888049 T6692 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 888049 T6692 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 888049 T6692 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 888049 T6692 C:collection1 c:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 888051 T6692 C:collection1 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 888051 T6692 C:collection1 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 888052 T6692 C:collection1 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 888053 T6692 C:collection1 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 888057 T6692 C:collection1 c:collection1 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> 888058 T6692 C:collection1 c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 888058 T6692 C:collection1 c:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 888058 T6692 C:collection1 c:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 888058 T6692 C:collection1 c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 888058 T6692 C:collection1 c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 888059 T6692 C:collection1 c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=19, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 888059 T6692 C:collection1 c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/shard-1-001/cores/collection1/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 888060 T6692 C:collection1 c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 888060 T6692 C:collection1 c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@3a204ce3[collection1] main
   [junit4]   2> 888060 T6692 C:collection1 c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 888065 T6692 C:collection1 c:collection1 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 888065 T6692 C:collection1 c:collection1 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 888065 T6692 C:collection1 c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 888065 T6692 C:collection1 c:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 888065 T6692 C:collection1 c:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 888066 T6692 C:collection1 c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 888066 T6692 C:collection1 c:collection1 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 888066 T6692 C:collection1 c:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 888066 T6692 C:collection1 c:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 888067 T6693 C:collection1 c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3a204ce3[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 888067 T6692 C:collection1 c:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 888067 T6696 C:collection1 S:shard1 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:46820 collection:collection1 shard:shard1
   [junit4]   2> 888067 T6639 oass.SolrDispatchFilter.init user.dir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 888068 T6639 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 888068 T6696 C:collection1 S:shard1 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 888070 T6696 C:collection1 S:shard1 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 888071 T6696 C:collection1 S:shard1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 888071 T6696 C:collection1 S:shard1 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C941 name=collection1 org.apache.solr.core.SolrCore@2d147887 url=http://127.0.0.1:46820/collection1 node=127.0.0.1:46820_ C941_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:46820, node_name=127.0.0.1:46820_, state=down}
   [junit4]   2> 888071 T6696 C:collection1 S:shard1 C941 P46820 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:46820/collection1/
   [junit4]   2> 888071 T6696 C:collection1 S:shard1 C941 P46820 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 888071 T6696 C:collection1 S:shard1 C941 P46820 oasc.SyncStrategy.syncToMe http://127.0.0.1:46820/collection1/ has no replicas
   [junit4]   2> 888071 T6696 C:collection1 S:shard1 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:46820/collection1/ shard1
   [junit4]   2> 888072 T6696 C:collection1 S:shard1 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 888077 T6665 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 888077 T6666 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 2, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1"} current state version: 4
   [junit4]   2> 888078 T6666 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:46820",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 4
   [junit4]   2> 888079 T6665 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 888079 T6665 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> 888079 T6676 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> 888079 T6691 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> 888124 T6696 C:collection1 S:shard1 oasc.ZkController.register We are http://127.0.0.1:46820/collection1/ and leader is http://127.0.0.1:46820/collection1/
   [junit4]   2> 888124 T6696 C:collection1 S:shard1 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:46820
   [junit4]   2> 888124 T6696 C:collection1 S:shard1 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 888124 T6696 C:collection1 S:shard1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 888125 T6696 C:collection1 S:shard1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 888126 T6665 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 888126 T6666 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:46820",
   [junit4]   2> 	  "node_name":"127.0.0.1:46820_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 888127 T6666 oasco.ReplicaMutator.updateState Update state numShards=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:46820",
   [junit4]   2> 	  "node_name":"127.0.0.1:46820_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 888145 T6639 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/shard-2-001/cores/collection1
   [junit4]   2> 888146 T6639 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/shard-2-001
   [junit4]   2> 888146 T6639 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 888147 T6639 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50343
   [junit4]   2> 888147 T6639 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/, hostPort=50343, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/shard-2-001/cores}
   [junit4]   2> 888148 T6639 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@4e0e2f2a
   [junit4]   2> 888148 T6639 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/shard-2-001/'
   [junit4]   2> 888159 T6639 oasc.SolrXmlConfig.fromFile Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/shard-2-001/solr.xml
   [junit4]   2> 888163 T6639 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/shard-2-001/cores
   [junit4]   2> 888164 T6639 oasc.CoreContainer.<init> New CoreContainer 972461200
   [junit4]   2> 888164 T6639 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/shard-2-001/]
   [junit4]   2> 888164 T6639 oasc.CoreContainer.load loading shared library: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/shard-2-001/lib
   [junit4]   2> 888164 T6639 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/shard-2-001/lib).
   [junit4]   2> 888168 T6639 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 888169 T6639 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 888169 T6639 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 888169 T6639 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 888169 T6639 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 888169 T6639 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 888169 T6639 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 888170 T6639 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 888170 T6639 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 888170 T6639 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 888170 T6639 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 888170 T6639 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 888171 T6639 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 888171 T6639 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 888171 T6639 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 888171 T6639 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49097/solr
   [junit4]   2> 888171 T6639 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 888171 T6639 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 888174 T6639 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 888184 T6708 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4465f2c3 name:ZooKeeperConnection Watcher:127.0.0.1:49097 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 888185 T6639 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 888185 T6639 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 888187 T6639 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 888187 T6711 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1faba9cc name:ZooKeeperConnection Watcher:127.0.0.1:49097/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 888187 T6639 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 888189 T6639 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 888228 T6676 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> 888228 T6711 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> 888228 T6691 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> 888228 T6665 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> 889191 T6639 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50343_
   [junit4]   2> 889192 T6639 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50343_
   [junit4]   2> 889193 T6639 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 889194 T6639 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/shard-2-001/cores
   [junit4]   2> 889195 T6639 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/shard-2-001/cores/collection1, collection=collection1, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/shard-2-001/cores/collection1/, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 889196 T6639 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/shard-2-001/cores/collection1/
   [junit4]   2> 889196 T6639 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 889197 T6712 C:collection1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 889197 T6712 C:collection1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 889197 T6665 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 889197 T6712 C:collection1 c:collection1 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 889198 T6666 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:50343",
   [junit4]   2> 	  "node_name":"127.0.0.1:50343_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 6
   [junit4]   2> 889198 T6666 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:50343",
   [junit4]   2> 	  "node_name":"127.0.0.1:50343_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 889198 T6666 oasco.ReplicaMutator.updateState Collection already exists with numShards=1
   [junit4]   2> 889198 T6666 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 889299 T6665 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 889299 T6711 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 889299 T6676 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 889299 T6691 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 890198 T6712 C:collection1 c:collection1 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 890198 T6712 C:collection1 c:collection1 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 890198 T6712 C:collection1 c:collection1 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 890198 T6712 C:collection1 c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 890199 T6712 C:collection1 c:collection1 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 890199 T6712 C:collection1 c:collection1 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/shard-2-001/cores/collection1/'
   [junit4]   2> 890206 T6712 C:collection1 c:collection1 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 890207 T6712 C:collection1 c:collection1 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 890210 T6712 C:collection1 c:collection1 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 890212 T6712 C:collection1 c:collection1 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 890217 T6712 C:collection1 c:collection1 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 890218 T6712 C:collection1 c:collection1 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 890221 T6712 C:collection1 c:collection1 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 890278 T6712 C:collection1 c:collection1 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 890279 T6712 C:collection1 c:collection1 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 890280 T6712 C:collection1 c:collection1 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 890282 T6712 C:collection1 c:collection1 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 890290 T6712 C:collection1 c:collection1 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 890290 T6712 C:collection1 c:collection1 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 890291 T6712 C:collection1 c:collection1 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/shard-2-001/cores/collection1/, dataDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/shard-2-001/cores/collection1/data/
   [junit4]   2> 890291 T6712 C:collection1 c:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@13324866
   [junit4]   2> 890291 T6712 C:collection1 c:collection1 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/shard-2-001/cores/collection1/data
   [junit4]   2> 890292 T6712 C:collection1 c:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/shard-2-001/cores/collection1/data/index/
   [junit4]   2> 890292 T6712 C:collection1 c:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/shard-2-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 890292 T6712 C:collection1 c:collection1 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/shard-2-001/cores/collection1/data/index
   [junit4]   2> 890293 T6712 C:collection1 c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=25, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=54.701171875, floorSegmentMB=1.328125, forceMergeDeletesPctAllowed=19.222407212541945, segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5599463282806353
   [junit4]   2> 890317 T6712 C:collection1 c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/shard-2-001/cores/collection1/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 890318 T6712 C:collection1 c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 890322 T6712 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 890323 T6712 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 890323 T6712 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 890323 T6712 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 890324 T6712 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 890324 T6712 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 890324 T6712 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 890324 T6712 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 890325 T6712 C:collection1 c:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 890326 T6712 C:collection1 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 890327 T6712 C:collection1 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 890328 T6712 C:collection1 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 890329 T6712 C:collection1 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 890335 T6712 C:collection1 c:collection1 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> 890336 T6712 C:collection1 c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 890336 T6712 C:collection1 c:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 890336 T6712 C:collection1 c:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 890337 T6712 C:collection1 c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 890337 T6712 C:collection1 c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 890338 T6712 C:collection1 c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=19, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 890338 T6712 C:collection1 c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/shard-2-001/cores/collection1/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 890339 T6712 C:collection1 c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 890339 T6712 C:collection1 c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@7eb4ca2c[collection1] main
   [junit4]   2> 890339 T6712 C:collection1 c:collection1 oascc.ZkStateReader.readConfigName Load collect

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

SolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 924782 T6639 C:control_collection S:shard1 c:collection1 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 924784 T6639 C:control_collection S:shard1 c:collection1 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 924793 T6639 C:control_collection S:shard1 c:collection1 oasc.CachingDirectoryFactory.close Closing StandardDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 924794 T6639 C:control_collection S:shard1 c:collection1 oasc.CachingDirectoryFactory.closeCacheValue looking to close /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/shard-2-001/cores/collection1/data/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/shard-2-001/cores/collection1/data/index;done=false>>]
   [junit4]   2> 924794 T6639 C:control_collection S:shard1 c:collection1 oasc.CachingDirectoryFactory.close Closing directory: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/shard-2-001/cores/collection1/data/index
   [junit4]   2> 924794 T6639 C:control_collection S:shard1 c:collection1 oasc.CachingDirectoryFactory.closeCacheValue looking to close /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/shard-2-001/cores/collection1/data [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/shard-2-001/cores/collection1/data;done=false>>]
   [junit4]   2> 924794 T6639 C:control_collection S:shard1 c:collection1 oasc.CachingDirectoryFactory.close Closing directory: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001/shard-2-001/cores/collection1/data
   [junit4]   2> 924795 T6639 C:control_collection S:shard1 c:collection1 oasc.Overseer.close Overseer (id=93601639264223240-127.0.0.1:50343_-n_0000000002) closing
   [junit4]   2> 924795 T6794 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:50343_
   [junit4]   2> 926304 T6752 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 926336 T6639 C:control_collection S:shard1 c:collection1 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
   [junit4]   2> 926527 T6639 C:control_collection S:shard1 c:collection1 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:49097 49097
   [junit4]   2> 926532 T6778 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:49097 49097
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ChaosMonkeyNothingIsSafeTest -Dtests.method=test -Dtests.seed=E1AE306F60292F2B -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=cs_CZ -Dtests.timezone=Australia/Sydney -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 42.2s J1 | ChaosMonkeyNothingIsSafeTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: There were too many update fails (26 > 20) - we expect it can happen, but shouldn't easily
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E1AE306F60292F2B:69FA0FB5CED542D3]:0)
   [junit4]    > 	at org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.test(ChaosMonkeyNothingIsSafeTest.java:230)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:960)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 926540 T6639 C:control_collection S:shard1 c:collection1 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest E1AE306F60292F2B-001
   [junit4]   2> 42185 T6638 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=HighCompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=2, maxDocsPerChunk=1, blockSize=10), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=2, blockSize=10)), sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=cs_CZ, timezone=Australia/Sydney
   [junit4]   2> NOTE: Linux 3.13.0-48-generic amd64/Oracle Corporation 1.8.0_40 (64-bit)/cpus=12,threads=1,free=240395720,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestConfigOverlay, TestTolerantSearch, TestCollectionAPI, SolrPluginUtilsTest, SpellCheckComponentTest, TestFieldCollectionResource, TestAnalyzedSuggestions, TestAnalyzeInfixSuggestions, TestReplicationHandlerBackup, LukeRequestHandlerTest, TestReRankQParserPlugin, TestMiniSolrCloudClusterSSL, ConvertedLegacyTest, TestDynamicLoading, TestRandomMergePolicy, ClusterStateUpdateTest, TestFuzzyAnalyzedSuggestions, OverseerStatusTest, TestComponentsName, TestCharFilters, TestSolrDeletionPolicy2, ChaosMonkeySafeLeaderTest, FieldMutatingUpdateProcessorTest, ZkControllerTest, TestCollationFieldDocValues, TriLevelCompositeIdRoutingTest, CoreAdminHandlerTest, TestCloudInspectUtil, OpenCloseCoreStressTest, TestManagedSchemaFieldTypeResource, HdfsRecoveryZkTest, TestStressVersions, TestLRUCache, SliceStateTest, TestLFUCache, DocumentBuilderTest, TestSolrQueryParserResource, TestCoreDiscovery, TestRequestStatusCollectionAPI, ShardRoutingTest, DistributedDebugComponentTest, SystemInfoHandlerTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestBlendedInfixSuggestions, DistributedTermsComponentTest, TestFastLRUCache, TestSchemaNameResource, HighlighterMaxOffsetTest, TestSuggestSpellingConverter, TestConfigSets, PreAnalyzedFieldTest, CacheHeaderTest, RAMDirectoryFactoryTest, ScriptEngineTest, TestNRTOpen, SolrCmdDistributorTest, DistributedQueryComponentCustomSortTest, TestHashPartitioner, TestManagedSchema, TestReplicaProperties, TestMissingGroups, TestPivotHelperCode, DistanceFunctionTest, TestFastWriter, TestBulkSchemaConcurrent, SpellPossibilityIteratorTest, IndexSchemaRuntimeFieldTest, TestWriterPerf, EchoParamsTest, TestJettySolrRunner, TestLRUStatsCache, SpatialFilterTest, ResourceLoaderTest, TestSolrCoreProperties, TestCursorMarkWithoutUniqueKey, TestShortCircuitedRequests, TestReloadAndDeleteDocs, BlockDirectoryTest, BasicDistributedZkTest, BasicDistributedZk2Test, CollectionsAPIDistributedZkTest, BasicZkTest, RecoveryZkTest, TestZkChroot, ZkCLITest, ShardRoutingCustomTest, TestDistributedGrouping, TermVectorComponentDistributedTest, TestCoreContainer, SimpleFacetsTest, TestSolr4Spatial, PeerSyncTest, BadIndexSchemaTest, TestFiltering, ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest, SolrIndexSplitterTest, AnalysisAfterCoreReloadTest, SolrRequestParserTest, TestFoldingMultitermQuery, DocValuesTest, SuggesterTest, TestTrie, PolyFieldTest, WordBreakSolrSpellCheckerTest, TestPseudoReturnFields, TestAtomicUpdateErrorCases, StatelessScriptUpdateProcessorFactoryTest, DocValuesMultiTest, TestSolrDeletionPolicy1, DebugComponentTest, TestQueryUtils, TestReversedWildcardFilterFactory, TestOmitPositions, XmlUpdateRequestHandlerTest, PathHierarchyTokenizerFactoryTest, TermVectorComponentTest, RequiredFieldsTest, FastVectorHighlighterTest, UpdateRequestProcessorFactoryTest, MBeansHandlerTest, UniqFieldsUpdateProcessorFactoryTest, BinaryUpdateRequestHandlerTest, PingRequestHandlerTest, SearchHandlerTest, HighlighterConfigTest, TestQuerySenderListener, AlternateDirectoryTest, TestQuerySenderNoQuery, CopyFieldTest, SolrIndexConfigTest, TestMergePolicyConfig, MultiTermTest, SampleTest, TestSearchPerf, MinimalSchemaTest, OutputWriterTest, DirectSolrConnectionTest, TestSweetSpotSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestBM25SimilarityFactory, TestJmxMonitoredMap, ChaosMonkeyNothingIsSafeTest]
   [junit4] Completed on J1 in 42.71s, 1 test, 1 failure <<< FAILURES!

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

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



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

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.1-Linux/200/
Java: 32bit/jdk1.7.0_76 -client -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.core.TestDynamicLoading.testDynamicLoading

Error Message:
Could not get expected value  'X val changed' for path 'x' full output: {   "responseHeader":{     "status":0,     "QTime":0},   "params":{"wt":"json"},   "context":{     "webapp":"/gpt/dn",     "httpMethod":"GET",     "path":"/test1"},   "class":"org.apache.solr.core.BlobStoreTestRequestHandler",   "x":"X val"}

Stack Trace:
java.lang.AssertionError: Could not get expected value  'X val changed' for path 'x' full output: {
  "responseHeader":{
    "status":0,
    "QTime":0},
  "params":{"wt":"json"},
  "context":{
    "webapp":"/gpt/dn",
    "httpMethod":"GET",
    "path":"/test1"},
  "class":"org.apache.solr.core.BlobStoreTestRequestHandler",
  "x":"X val"}
	at __randomizedtesting.SeedInfo.seed([92FEEE1A2CD4A8C1:4AB3C34DDB090D61]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:405)
	at org.apache.solr.core.TestDynamicLoading.testDynamicLoading(TestDynamicLoading.java:260)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:960)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java: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 9436 lines...]
   [junit4] Suite: org.apache.solr.core.TestDynamicLoading
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/init-core-data-001
   [junit4]   2> 166472 T897 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 166472 T897 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /gpt/dn
   [junit4]   2> 166475 T897 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 166475 T898 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 166575 T897 oasc.ZkTestServer.run start zk server on port:39142
   [junit4]   2> 166576 T897 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 166576 T897 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 166578 T905 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@22de25 name:ZooKeeperConnection Watcher:127.0.0.1:39142 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 166578 T897 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 166579 T897 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 166579 T897 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 166581 T897 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 166581 T897 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 166582 T908 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1df04b name:ZooKeeperConnection Watcher:127.0.0.1:39142/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 166583 T897 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 166583 T897 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 166583 T897 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 166585 T897 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 166586 T897 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 166586 T897 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 166587 T897 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 166588 T897 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 166589 T897 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 166590 T897 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 166591 T897 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 166592 T897 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 166593 T897 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 166593 T897 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 166594 T897 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 166594 T897 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 166595 T897 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 166596 T897 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 166597 T897 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 166597 T897 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 166598 T897 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 166599 T897 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 166599 T897 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 166600 T897 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 166601 T897 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 166601 T897 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 166602 T897 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 166603 T897 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 166663 T897 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/control-001/cores/collection1
   [junit4]   2> 166664 T897 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 166666 T897 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:37928
   [junit4]   2> 166666 T897 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostContext=/gpt/dn, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/tempDir-001/control/data, hostPort=37928, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/control-001/cores}
   [junit4]   2> 166667 T897 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@33b503
   [junit4]   2> 166667 T897 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/control-001/'
   [junit4]   2> 166680 T897 oasc.SolrXmlConfig.fromFile Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/control-001/solr.xml
   [junit4]   2> 166692 T897 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/control-001/cores
   [junit4]   2> 166693 T897 oasc.CoreContainer.<init> New CoreContainer 2049903
   [junit4]   2> 166693 T897 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/control-001/]
   [junit4]   2> 166693 T897 oasc.CoreContainer.load loading shared library: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/control-001/lib
   [junit4]   2> 166694 T897 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/control-001/lib).
   [junit4]   2> 166700 T897 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 166700 T897 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 166700 T897 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 166700 T897 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 166701 T897 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 166701 T897 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 166701 T897 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 166702 T897 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 166702 T897 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 166702 T897 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 166702 T897 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 166703 T897 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 166703 T897 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 166703 T897 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 166704 T897 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 166704 T897 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:39142/solr
   [junit4]   2> 166705 T897 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 166705 T897 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 166706 T897 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 166709 T920 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f2e10d name:ZooKeeperConnection Watcher:127.0.0.1:39142 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 166709 T897 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 166710 T897 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 166711 T897 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 166712 T923 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@191e947 name:ZooKeeperConnection Watcher:127.0.0.1:39142/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 166712 T897 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 166713 T897 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 166715 T897 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 166716 T897 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 166718 T897 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 166719 T897 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 166720 T897 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 166721 T897 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 166722 T897 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 166723 T897 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37928_gpt%2Fdn
   [junit4]   2> 166724 T897 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:37928_gpt%2Fdn
   [junit4]   2> 166725 T897 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 166726 T897 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 166727 T897 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 166728 T897 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:37928_gpt%2Fdn
   [junit4]   2> 166728 T897 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 166729 T897 oasc.Overseer.start Overseer (id=93600986237763587-127.0.0.1:37928_gpt%2Fdn-n_0000000000) starting
   [junit4]   2> 166730 T897 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 166734 T897 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 166734 T897 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 166734 T924 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 166734 T925 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 166737 T897 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/control-001/cores
   [junit4]   2> 166738 T897 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {config=solrconfig.xml, name=collection1, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/control-001/cores/collection1/, schema=schema.xml, dataDir=data/, collection=control_collection, coreNodeName=, instanceDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/control-001/cores/collection1, transient=false, loadOnStartup=true, shard=}
   [junit4]   2> 166738 T897 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/control-001/cores/collection1/
   [junit4]   2> 166738 T897 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 166739 T927 C:control_collection c:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 166739 T927 C:control_collection c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 166740 T923 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 166740 T927 C:control_collection c:collection1 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 166740 T924 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "node_name":"127.0.0.1:37928_gpt%2Fdn",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:37928/gpt/dn",
   [junit4]   2> 	  "core":"collection1"} current state version: 0
   [junit4]   2> 166740 T924 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "node_name":"127.0.0.1:37928_gpt%2Fdn",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:37928/gpt/dn",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 166741 T924 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 166741 T924 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 166742 T923 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> 167740 T927 C:control_collection c:collection1 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 167740 T927 C:control_collection c:collection1 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 167741 T927 C:control_collection c:collection1 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 167741 T927 C:control_collection c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 167742 T927 C:control_collection c:collection1 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 167742 T927 C:control_collection c:collection1 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/control-001/cores/collection1/'
   [junit4]   2> 167753 T927 C:control_collection c:collection1 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 167755 T927 C:control_collection c:collection1 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 167759 T927 C:control_collection c:collection1 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 167770 T927 C:control_collection c:collection1 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 167792 T927 C:control_collection c:collection1 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 167793 T927 C:control_collection c:collection1 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 167799 T927 C:control_collection c:collection1 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 167996 T927 C:control_collection c:collection1 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 168003 T927 C:control_collection c:collection1 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 168005 T927 C:control_collection c:collection1 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 168012 T927 C:control_collection c:collection1 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 168014 T927 C:control_collection c:collection1 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 168016 T927 C:control_collection c:collection1 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 168017 T927 C:control_collection c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 168017 T927 C:control_collection c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 168017 T927 C:control_collection c:collection1 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 168018 T927 C:control_collection c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 168018 T927 C:control_collection c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 168018 T927 C:control_collection c:collection1 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 168019 T927 C:control_collection c:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 168019 T927 C:control_collection c:collection1 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/control-001/cores/collection1/, dataDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/control-001/cores/collection1/data/
   [junit4]   2> 168019 T927 C:control_collection c:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1a10e12
   [junit4]   2> 168020 T927 C:control_collection c:collection1 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/control-001/cores/collection1/data
   [junit4]   2> 168020 T927 C:control_collection c:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/control-001/cores/collection1/data/index/
   [junit4]   2> 168020 T927 C:control_collection c:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 168021 T927 C:control_collection c:collection1 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/control-001/cores/collection1/data/index
   [junit4]   2> 168021 T927 C:control_collection c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=15, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=17.140625, floorSegmentMB=0.52734375, forceMergeDeletesPctAllowed=6.307402956205684, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 168022 T927 C:control_collection c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@13b8acc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@155fea),segFN=segments_1,generation=1}
   [junit4]   2> 168022 T927 C:control_collection c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 168027 T927 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 168027 T927 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 168027 T927 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 168027 T927 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 168028 T927 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 168028 T927 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 168028 T927 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 168029 T927 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 168029 T927 C:control_collection c:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 168032 T927 C:control_collection c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 168034 T927 C:control_collection c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 168035 T927 C:control_collection c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 168037 T927 C:control_collection c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 168042 T927 C:control_collection c:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/luke,/get,/admin/ping,/update/json/docs,/replication,/admin/logging,/admin/plugins,standard,/admin/mbeans,/admin/system,/config,/admin/threads,/update/csv,/schema,/admin/properties,/update/json,/update,/admin/file,/admin/segments
   [junit4]   2> 168044 T927 C:control_collection c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 168045 T927 C:control_collection c:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 168045 T927 C:control_collection c:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 168046 T927 C:control_collection c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 168046 T927 C:control_collection c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 168046 T927 C:control_collection c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=97.5234375, floorSegmentMB=1.44140625, forceMergeDeletesPctAllowed=10.379137700865353, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8388062279913335
   [junit4]   2> 168047 T927 C:control_collection c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@13b8acc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@155fea),segFN=segments_1,generation=1}
   [junit4]   2> 168047 T927 C:control_collection c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 168048 T927 C:control_collection c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@6c978a[collection1] main
   [junit4]   2> 168048 T927 C:control_collection c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 168048 T927 C:control_collection c:collection1 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 168049 T927 C:control_collection c:collection1 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 168049 T927 C:control_collection c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 168049 T927 C:control_collection c:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 168049 T927 C:control_collection c:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 168050 T927 C:control_collection c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 168050 T927 C:control_collection c:collection1 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 168050 T927 C:control_collection c:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 168050 T927 C:control_collection c:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 168051 T928 C:control_collection c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6c978a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 168051 T927 C:control_collection c:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 168052 T931 C:control_collection S:shard1 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:37928/gpt/dn collection:control_collection shard:shard1
   [junit4]   2> 168052 T897 oass.SolrDispatchFilter.init user.dir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 168052 T931 C:control_collection S:shard1 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 168052 T897 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 168053 T897 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 168053 T897 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 168054 T934 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1bbed66 name:ZooKeeperConnection Watcher:127.0.0.1:39142/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 168054 T897 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 168055 T897 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 168055 T897 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 168055 T931 C:control_collection S:shard1 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 168056 T923 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 168057 T931 C:control_collection S:shard1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 168057 T931 C:control_collection S:shard1 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 168057 T924 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> 168057 T897 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> ASYNC  NEW_CORE C92 name=collection1 org.apache.solr.core.SolrCore@b8d675 url=http://127.0.0.1:37928/gpt/dn/collection1 node=127.0.0.1:37928_gpt%2Fdn C92_STATE=coll:control_collection core:collection1 props:{state=down, node_name=127.0.0.1:37928_gpt%2Fdn, base_url=http://127.0.0.1:37928/gpt/dn, core=collection1}
   [junit4]   2> 168057 T931 C:control_collection S:shard1 C92 P37928 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:37928/gpt/dn/collection1/
   [junit4]   2> 168058 T931 C:control_collection S:shard1 C92 P37928 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 168058 T931 C:control_collection S:shard1 C92 P37928 oasc.SyncStrategy.syncToMe http://127.0.0.1:37928/gpt/dn/collection1/ has no replicas
   [junit4]   2> 168058 T931 C:control_collection S:shard1 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:37928/gpt/dn/collection1/ shard1
   [junit4]   2> 168059 T931 C:control_collection S:shard1 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 168061 T923 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 168061 T924 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:37928/gpt/dn",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 1
   [junit4]   2> 168111 T897 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/shard-1-001/cores/collection1
   [junit4]   2> 168112 T897 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/shard-1-001
   [junit4]   2> 168113 T897 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 168114 T897 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:55077
   [junit4]   2> 168114 T897 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostPort=55077, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/shard-1-001/cores, hostContext=/gpt/dn, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/tempDir-001/jetty1, solrconfig=solrconfig.xml}
   [junit4]   2> 168114 T897 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@33b503
   [junit4]   2> 168115 T897 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/shard-1-001/'
   [junit4]   2> 168126 T897 oasc.SolrXmlConfig.fromFile Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/shard-1-001/solr.xml
   [junit4]   2> 168135 T897 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/shard-1-001/cores
   [junit4]   2> 168136 T897 oasc.CoreContainer.<init> New CoreContainer 31568825
   [junit4]   2> 168136 T897 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/shard-1-001/]
   [junit4]   2> 168136 T897 oasc.CoreContainer.load loading shared library: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/shard-1-001/lib
   [junit4]   2> 168137 T897 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/shard-1-001/lib).
   [junit4]   2> 168144 T897 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 168144 T897 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 168144 T897 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 168145 T897 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 168145 T897 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 168145 T897 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 168145 T897 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 168146 T897 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 168146 T897 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 168146 T897 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 168146 T897 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 168147 T897 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 168147 T897 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 168147 T897 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 168147 T897 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 168148 T897 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:39142/solr
   [junit4]   2> 168148 T897 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 168148 T897 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 168149 T897 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 168150 T946 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a4e77f name:ZooKeeperConnection Watcher:127.0.0.1:39142 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 168150 T897 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 168150 T897 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 168152 T897 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 168152 T949 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1d19ffd name:ZooKeeperConnection Watcher:127.0.0.1:39142/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 168153 T897 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 168155 T897 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 168163 T923 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> 168163 T934 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> 168163 T949 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> 168211 T931 C:control_collection S:shard1 oasc.ZkController.register We are http://127.0.0.1:37928/gpt/dn/collection1/ and leader is http://127.0.0.1:37928/gpt/dn/collection1/
   [junit4]   2> 168212 T931 C:control_collection S:shard1 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:37928/gpt/dn
   [junit4]   2> 168212 T931 C:control_collection S:shard1 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 168212 T931 C:control_collection S:shard1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 168212 T931 C:control_collection S:shard1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 168213 T923 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 168214 T924 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "node_name":"127.0.0.1:37928_gpt%2Fdn",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:37928/gpt/dn",
   [junit4]   2> 	  "core":"collection1"} current state version: 2
   [junit4]   2> 168214 T924 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "node_name":"127.0.0.1:37928_gpt%2Fdn",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:37928/gpt/dn",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 168316 T923 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> 168316 T934 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> 168316 T949 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> 169157 T897 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55077_gpt%2Fdn
   [junit4]   2> 169158 T897 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:55077_gpt%2Fdn
   [junit4]   2> 169160 T897 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 169161 T897 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/shard-1-001/cores
   [junit4]   2> 169162 T897 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {coreNodeName=, shard=, loadOnStartup=true, name=collection1, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/shard-1-001/cores/collection1/, dataDir=data/, transient=false, instanceDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/shard-1-001/cores/collection1, config=solrconfig.xml, schema=schema.xml, collection=collection1}
   [junit4]   2> 169163 T897 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/shard-1-001/cores/collection1/
   [junit4]   2> 169163 T897 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 169164 T950 C:collection1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 169164 T950 C:collection1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 169165 T923 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 169165 T950 C:collection1 c:collection1 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 169165 T924 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:55077_gpt%2Fdn",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55077/gpt/dn",
   [junit4]   2> 	  "core":"collection1"} current state version: 3
   [junit4]   2> 169166 T924 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:55077_gpt%2Fdn",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55077/gpt/dn",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 169166 T924 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 169166 T924 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 169268 T923 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> 169268 T949 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> 169268 T934 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> 170165 T950 C:collection1 c:collection1 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 170166 T950 C:collection1 c:collection1 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 170166 T950 C:collection1 c:collection1 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 170166 T950 C:collection1 c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 170167 T950 C:collection1 c:collection1 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 170167 T950 C:collection1 c:collection1 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/shard-1-001/cores/collection1/'
   [junit4]   2> 170178 T950 C:collection1 c:collection1 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 170179 T950 C:collection1 c:collection1 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 170184 T950 C:collection1 c:collection1 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 170198 T950 C:collection1 c:collection1 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 170232 T950 C:collection1 c:collection1 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 170233 T950 C:collection1 c:collection1 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 170239 T950 C:collection1 c:collection1 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 170434 T950 C:collection1 c:collection1 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 170443 T950 C:collection1 c:collection1 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 170445 T950 C:collection1 c:collection1 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 170452 T950 C:collection1 c:collection1 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 170456 T950 C:collection1 c:collection1 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 170458 T950 C:collection1 c:collection1 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 170458 T950 C:collection1 c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 170459 T950 C:collection1 c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 170459 T950 C:collection1 c:collection1 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 170459 T950 C:collection1 c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 170459 T950 C:collection1 c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 170460 T950 C:collection1 c:collection1 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 170460 T950 C:collection1 c:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 170460 T950 C:collection1 c:collection1 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/shard-1-001/cores/collection1/, dataDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/shard-1-001/cores/collection1/data/
   [junit4]   2> 170460 T950 C:collection1 c:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1a10e12
   [junit4]   2> 170461 T950 C:collection1 c:collection1 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/shard-1-001/cores/collection1/data
   [junit4]   2> 170461 T950 C:collection1 c:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/shard-1-001/cores/collection1/data/index/
   [junit4]   2> 170461 T950 C:collection1 c:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/shard-1-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 170461 T950 C:collection1 c:collection1 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/shard-1-001/cores/collection1/data/index
   [junit4]   2> 170462 T950 C:collection1 c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=15, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=17.140625, floorSegmentMB=0.52734375, forceMergeDeletesPctAllowed=6.307402956205684, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 170462 T950 C:collection1 c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@196be60 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1acd211),segFN=segments_1,generation=1}
   [junit4]   2> 170462 T950 C:collection1 c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 170466 T950 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 170466 T950 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 170466 T950 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 170467 T950 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 170467 T950 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 170467 T950 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 170467 T950 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 170467 T950 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 170467 T950 C:collection1 c:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 170469 T950 C:collection1 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 170471 T950 C:collection1 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 170472 T950 C:collection1 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 170473 T950 C:collection1 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 170479 T950 C:collection1 c:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/luke,/get,/admin/ping,/update/json/docs,/replication,/admin/logging,/admin/plugins,standard,/admin/mbeans,/admin/system,/config,/admin/threads,/update/csv,/schema,/admin/properties,/update/json,/update,/admin/file,/admin/segments
   [junit4]   2> 170480 T950 C:collection1 c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 170480 T950 C:collection1 c:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 170480 T950 C:collection1 c:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 170481 T950 C:collection1 c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 170481 T950 C:collection1 c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 170482 T950 C:collection1 c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=97.5234375, floorSegmentMB=1.44140625, forceMergeDeletesPctAllowed=10.379137700865353, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8388062279913335
   [junit4]   2> 170482 T950 C:collection1 c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@196be60 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1acd211),segFN=segments_1,generation=1}
   [junit4]   2> 170482 T950 C:collection1 c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 170483 T950 C:collection1 c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@19ca5ec[collection1] main
   [junit4]   2> 170483 T950 C:collection1 c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 170483 T950 C:collection1 c:collection1 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 170484 T950 C:collection1 c:collection1 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 170484 T950 C:collection1 c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 170484 T950 C:collection1 c:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 170484 T950 C:collection1 c:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 170485 T950 C:collection1 c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 170485 T950 C:collection1 c:collection1 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 170485 T950 C:collection1 c:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 170485 T950 C:collection1 c:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 170486 T951 C:collection1 c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@19ca5ec[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 170487 T950 C:collection1 c:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 170487 T954 C:collection1 S:shard1 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:55077/gpt/dn collection:collection1 shard:shard1
   [junit4]   2> 170487 T897 oass.SolrDispatchFilter.init user.dir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 170488 T897 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 170488 T954 C:collection1 S:shard1 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 170491 T954 C:collection1 S:shard1 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 170493 T923 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 170494 T954 C:collection1 S:shard1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 170494 T954 C:collection1 S:shard1 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 170494 T924 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> ASYNC  NEW_CORE C93 name=collection1 org.apache.solr.core.SolrCore@138bb01 url=http://127.0.0.1:55077/gpt/dn/collection1 node=127.0.0.1:55077_gpt%2Fdn C93_STATE=coll:collection1 core:collection1 props:{state=down, node_name=127.0.0.1:55077_gpt%2Fdn, base_url=http://127.0.0.1:55077/gpt/dn, core=collection1}
   [junit4]   2> 170494 T954 C:collection1 S:shard1 C93 P55077 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:55077/gpt/dn/collection1/
   [junit4]   2> 170495 T954 C:collection1 S:shard1 C93 P55077 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 170495 T954 C:collection1 S:shard1 C93 P55077 oasc.SyncStrategy.syncToMe http://127.0.0.1:55077/gpt/dn/collection1/ has no replicas
   [junit4]   2> 170495 T954 C:collection1 S:shard1 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:55077/gpt/dn/collection1/ shard1
   [junit4]   2> 170495 T954 C:collection1 S:shard1 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 170498 T923 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 170498 T924 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:55077/gpt/dn",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 4
   [junit4]   2> 170568 T897 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/shard-2-001/cores/collection1
   [junit4]   2> 170569 T897 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/shard-2-001
   [junit4]   2> 170570 T897 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 170571 T897 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:34873
   [junit4]   2> 170571 T897 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solrconfig=solrconfig.xml, hostPort=34873, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/shard-2-001/cores, hostContext=/gpt/dn, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/tempDir-001/jetty2}
   [junit4]   2> 170572 T897 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@33b503
   [junit4]   2> 170572 T897 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/shard-2-001/'
   [junit4]   2> 170584 T897 oasc.SolrXmlConfig.fromFile Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/shard-2-001/solr.xml
   [junit4]   2> 170595 T897 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/shard-2-001/cores
   [junit4]   2> 170595 T897 oasc.CoreContainer.<init> New CoreContainer 31030566
   [junit4]   2> 170595 T897 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/shard-2-001/]
   [junit4]   2> 170596 T897 oasc.CoreContainer.load loading shared library: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/shard-2-001/lib
   [junit4]   2> 170596 T897 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/shard-2-001/lib).
   [junit4]   2> 170600 T949 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> 170600 T923 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> 170600 T934 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> 170602 T897 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 170602 T897 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 170602 T897 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 170603 T897 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 170603 T897 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 170603 T897 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 170603 T897 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 170603 T897 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 170604 T897 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 170604 T897 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 170604 T897 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 170604 T897 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 170605 T897 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 170605 T897 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 170605 T897 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 170606 T897 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:39142/solr
   [junit4]   2> 170606 T897 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 170606 T897 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 170607 T897 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 170608 T966 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b04338 name:ZooKeeperConnection Watcher:127.0.0.1:39142 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 170608 T897 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 170609 T897 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 170610 T954 C:collection1 S:shard1 oasc.ZkController.register We are http://127.0.0.1:55077/gpt/dn/collection1/ and leader is http://127.0.0.1:55077/gpt/dn/collection1/
   [junit4]   2> 170610 T954 C:collection1 S:shard1 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:55077/gpt/dn
   [junit4]   2> 170610 T954 C:collection1 S:shard1 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 170611 T954 C:collection1 S:shard1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 170611 T954 C:collection1 S:shard1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 170611 T897 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 170612 T969 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1522a02 name:ZooKeeperConnection Watcher:127.0.0.1:39142/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 170612 T923 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 170612 T897 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 170613 T924 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:55077_gpt%2Fdn",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55077/gpt/dn",
   [junit4]   2> 	  "core":"collection1"} current state version: 5
   [junit4]   2> 170613 T924 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:55077_gpt%2Fdn",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55077/gpt/dn",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 170615 T897 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 170715 T934 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> 170716 T969 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> 170715 T923 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> 170715 T949 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> 171618 T897 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34873_gpt%2Fdn
   [junit4]   2> 171619 T897 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:34873_gpt%2Fdn
   [junit4]   2> 171621 T897 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 171622 T897 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/shard-2-001/cores
   [junit4]   2> 171623 T897 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {instanceDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/shard-2-001/cores/collection1, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/shard-2-001/cores/collection1/, transient=false, dataDir=data/, coreNodeName=, loadOnStartup=true, collection=collection1, schema=schema.xml, config=solrconfig.xml, shard=, name=collection1}
   [junit4]   2> 171624 T897 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/shard-2-001/cores/collection1/
   [junit4]   2> 171624 T897 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 171625 T970 C:collection1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 171625 T970 C:collection1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 171626 T970 C:collection1 c:collection1 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 171626 T923 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 171627 T924 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:34873_gpt%2Fdn",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:34873/gpt/dn",
   [junit4]   2> 	  "core":"collection1"} current state version: 6
   [junit4]   2> 171628 T924 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:34873_gpt%2Fdn",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:34873/gpt/dn",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 171628 T924 oasco.ReplicaMutator.updateState Collection already exists with numShards=2
   [junit4]   2> 171628 T924 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 171731 T934 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 171731 T969 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 171731 T923 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 171731 T949 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 172627 T970 C:collection1 c:collection1 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 172627 T970 C:collection1 c:collection1 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 172627 T970 C:collection1 c:collection1 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 172628 T970 C:collection1 c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 172628 T970 C:collection1 c:collection1 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 172628 T970 C:collection1 c:collection1 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/shard-2-001/cores/collection1/'
   [junit4]   2> 172639 T970 C:collection1 c:collection1 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 172640 T970 C:collection1 c:collection1 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 172646 T970 C:collection1 c:collection1 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 172660 T970 C:collection1 c:collection1 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 172693 T970 C:collection1 c:collection1 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 172694 T970 C:collection1 c:collection1 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 172703 T970 C:collection1 c:collection1 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 172946 T970 C:collection1 c:collection1 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 172953 T970 C:collection1 c:collection1 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 172955 T970 C:collection1 c:collection1 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 172961 T970 C:collection1 c:collection1 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 172964 T970 C:collection1 c:collection1 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 172966 T970 C:collection1 c:collection1 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 172966 T970 C:collection1 c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 172966 T970 C:collection1 c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 172967 T970 C:collection1 c:collection1 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 172967 T970 C:collection1 c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 172967 T970 C:collection1 c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 172967 T970 C:collection1 c:collection1 oasc.CoreContainer.create Creating SolrCore 'col

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

orkspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/shard-4-001/cores/collection1/data/index
   [junit4]   2> 223417 T1011 oasc.CachingDirectoryFactory.closeCacheValue looking to close /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/shard-4-001/cores/collection1/data [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/shard-4-001/cores/collection1/data;done=false>>]
   [junit4]   2> 223418 T1011 oasc.CachingDirectoryFactory.close Closing directory: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001/shard-4-001/cores/collection1/data
   [junit4]   2> 223418 T1011 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 223419 T1011 oasc.SolrException.log ERROR There was a problem trying to register as the leader:org.apache.solr.common.SolrException: Could not register as the leader because creating the ephemeral registration node in ZooKeeper failed
   [junit4]   2> 		at org.apache.solr.cloud.ShardLeaderElectionContextBase.runLeaderProcess(ElectionContext.java:154)
   [junit4]   2> 		at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:330)
   [junit4]   2> 		at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:198)
   [junit4]   2> 		at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:159)
   [junit4]   2> 		at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:56)
   [junit4]   2> 		at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:390)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient$3$1.run(SolrZkClient.java:264)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:262)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 	Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections
   [junit4]   2> 		at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 		at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 		at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1045)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient$4.execute(SolrZkClient.java:294)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient$4.execute(SolrZkClient.java:291)
   [junit4]   2> 		at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:61)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:291)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:486)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:455)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:442)
   [junit4]   2> 		at org.apache.solr.cloud.ShardLeaderElectionContextBase$1.execute(ElectionContext.java:146)
   [junit4]   2> 		at org.apache.solr.common.util.RetryUtil.retryOnThrowable(RetryUtil.java:31)
   [junit4]   2> 		at org.apache.solr.cloud.ShardLeaderElectionContextBase.runLeaderProcess(ElectionContext.java:142)
   [junit4]   2> 		... 11 more
   [junit4]   2> 	
   [junit4]   2> 224375 T1416 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 224407 T897 C:control_collection S:shard1 c:collection1 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/gpt/dn,null}
   [junit4]   2> 224597 T897 C:control_collection S:shard1 c:collection1 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:39142 39142
   [junit4]   2> 224690 T898 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:39142 39142
   [junit4]   2> 224692 T898 oasc.ZkTestServer$ZKServerMain.runFromConfig WARN Watch limit violations: 
   [junit4]   2> 	Maximum concurrent create/delete watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		40	/solr/configs/conf1
   [junit4]   2> 		6	/solr/clusterstate.json
   [junit4]   2> 		6	/solr/aliases.json
   [junit4]   2> 		2	/solr/collections/.system/state.json
   [junit4]   2> 		2	/solr/configs/.system
   [junit4]   2> 	
   [junit4]   2> 	Maximum concurrent children watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		6	/solr/live_nodes
   [junit4]   2> 		5	/solr/overseer/collection-queue-work
   [junit4]   2> 		5	/solr/overseer/queue
   [junit4]   2> 	
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestDynamicLoading -Dtests.method=testDynamicLoading -Dtests.seed=92FEEE1A2CD4A8C1 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar_QA -Dtests.timezone=Asia/Novokuznetsk -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 58.2s J2 | TestDynamicLoading.testDynamicLoading <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Could not get expected value  'X val changed' for path 'x' full output: {
   [junit4]    >   "responseHeader":{
   [junit4]    >     "status":0,
   [junit4]    >     "QTime":0},
   [junit4]    >   "params":{"wt":"json"},
   [junit4]    >   "context":{
   [junit4]    >     "webapp":"/gpt/dn",
   [junit4]    >     "httpMethod":"GET",
   [junit4]    >     "path":"/test1"},
   [junit4]    >   "class":"org.apache.solr.core.BlobStoreTestRequestHandler",
   [junit4]    >   "x":"X val"}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([92FEEE1A2CD4A8C1:4AB3C34DDB090D61]:0)
   [junit4]    > 	at org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:405)
   [junit4]    > 	at org.apache.solr.core.TestDynamicLoading.testDynamicLoading(TestDynamicLoading.java:260)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:960)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 224701 T897 C:control_collection S:shard1 c:collection1 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading 92FEEE1A2CD4A8C1-001
   [junit4]   2> 58232 T896 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {_version_=PostingsFormat(name=Memory doPackFST= false), blobName=PostingsFormat(name=LuceneVarGapDocFreqInterval), timestamp=PostingsFormat(name=Memory doPackFST= false), version=PostingsFormat(name=LuceneVarGapDocFreqInterval), size=PostingsFormat(name=MockRandom), md5=PostingsFormat(name=Memory doPackFST= false), id=Lucene50(blocksize=128)}, docValues:{}, sim=DefaultSimilarity, locale=ar_QA, timezone=Asia/Novokuznetsk
   [junit4]   2> NOTE: Linux 3.13.0-48-generic i386/Oracle Corporation 1.7.0_76 (32-bit)/cpus=12,threads=1,free=151258376,total=293601280
   [junit4]   2> NOTE: All tests run in this JVM: [DistributedFacetPivotLargeTest, TestSerializedLuceneMatchVersion, RecoveryZkTest, OverseerCollectionProcessorTest, HdfsBasicDistributedZkTest, QueryEqualityTest, TestImplicitCoreProperties, TestCollapseQParserPlugin, CachingDirectoryFactoryTest, TestNonDefinedSimilarityFactory, TestShortCircuitedRequests, SampleTest, TestSolrQueryParser, HdfsUnloadDistributedZkTest, TestManagedResourceStorage, DOMUtilTest, RegexBoostProcessorTest, TestExactStatsCache, LeaderFailoverAfterPartitionTest, TestDynamicLoading]
   [junit4] Completed on J2 in 59.01s, 1 test, 1 failure <<< FAILURES!

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

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