You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2015/04/17 15:17:28 UTC

[JENKINS] Lucene-Solr-Tests-5.x-Java7 - Build # 2963 - Still Failing

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

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

Error Message:
Didn't see all replicas for shard shard1 in collection1 come up within 30000 ms! ClusterState: {   "control_collection":{     "shards":{"shard1":{         "range":"80000000-7fffffff",         "state":"active",         "replicas":{"core_node1":{             "node_name":"127.0.0.1:47431_ei%2Fuu",             "core":"collection1",             "state":"active",             "base_url":"http://127.0.0.1:47431/ei/uu",             "leader":"true"}}}},     "router":{"name":"compositeId"},     "replicationFactor":"1",     "autoCreated":"true",     "autoAddReplicas":"false",     "maxShardsPerNode":"1"},   "collection1":{     "shards":{"shard1":{         "range":"80000000-7fffffff",         "state":"active",         "replicas":{           "core_node1":{             "node_name":"127.0.0.1:47437_ei%2Fuu",             "core":"collection1",             "state":"active",             "base_url":"http://127.0.0.1:47437/ei/uu",             "leader":"true"},           "core_node2":{             "node_name":"127.0.0.1:47441_ei%2Fuu",             "core":"collection1",             "state":"recovering",             "base_url":"http://127.0.0.1:47441/ei/uu"}}}},     "router":{"name":"compositeId"},     "replicationFactor":"1",     "autoCreated":"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: {
  "control_collection":{
    "shards":{"shard1":{
        "range":"80000000-7fffffff",
        "state":"active",
        "replicas":{"core_node1":{
            "node_name":"127.0.0.1:47431_ei%2Fuu",
            "core":"collection1",
            "state":"active",
            "base_url":"http://127.0.0.1:47431/ei/uu",
            "leader":"true"}}}},
    "router":{"name":"compositeId"},
    "replicationFactor":"1",
    "autoCreated":"true",
    "autoAddReplicas":"false",
    "maxShardsPerNode":"1"},
  "collection1":{
    "shards":{"shard1":{
        "range":"80000000-7fffffff",
        "state":"active",
        "replicas":{
          "core_node1":{
            "node_name":"127.0.0.1:47437_ei%2Fuu",
            "core":"collection1",
            "state":"active",
            "base_url":"http://127.0.0.1:47437/ei/uu",
            "leader":"true"},
          "core_node2":{
            "node_name":"127.0.0.1:47441_ei%2Fuu",
            "core":"collection1",
            "state":"recovering",
            "base_url":"http://127.0.0.1:47441/ei/uu"}}}},
    "router":{"name":"compositeId"},
    "replicationFactor":"1",
    "autoCreated":"true",
    "autoAddReplicas":"false",
    "maxShardsPerNode":"1"}}
	at __randomizedtesting.SeedInfo.seed([D815A505B8855056:50419ADF16793DAE]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:1920)
	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:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10085 lines...]
   [junit4] Suite: org.apache.solr.cloud.RecoveryAfterSoftCommitTest
   [junit4]   2> Creating dataDir: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest D815A505B8855056-001/init-core-data-001
   [junit4]   2> 1330798 T4580 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /ei/uu
   [junit4]   2> 1330804 T4580 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 1330805 T4581 oasc.ZkTestServer$2$1.setClientPort client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1330805 T4581 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1330906 T4580 oasc.ZkTestServer.run start zk server on port:47428
   [junit4]   2> 1330907 T4580 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1330907 T4580 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1330910 T4588 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6635d30 name:ZooKeeperConnection Watcher:127.0.0.1:47428 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1330911 T4580 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1330911 T4580 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1330911 T4580 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1330914 T4580 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1330915 T4580 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1330917 T4591 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3558affd name:ZooKeeperConnection Watcher:127.0.0.1:47428/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1330917 T4580 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1330917 T4580 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1330918 T4580 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1330920 T4580 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1330921 T4580 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1330922 T4580 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1330924 T4580 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1330925 T4580 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1330927 T4580 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1330928 T4580 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1331031 T4580 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1331031 T4580 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1331033 T4580 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1331033 T4580 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1331035 T4580 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1331036 T4580 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1331037 T4580 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1331038 T4580 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1331040 T4580 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1331040 T4580 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1331042 T4580 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1331042 T4580 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1331044 T4580 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1331044 T4580 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1331046 T4580 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1331047 T4580 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1331048 T4580 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1331049 T4580 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1332331 T4580 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest D815A505B8855056-001/control-001/cores/collection1
   [junit4]   2> 1332335 T4580 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1332337 T4580 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:47432
   [junit4]   2> 1332337 T4580 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest D815A505B8855056-001/tempDir-001/control/data, coreRootDirectory=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest D815A505B8855056-001/control-001/cores, hostPort=47431, hostContext=/ei/uu}
   [junit4]   2> 1332338 T4580 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@60da5686
   [junit4]   2> 1332338 T4580 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest D815A505B8855056-001/control-001/'
   [junit4]   2> 1332368 T4580 oasc.SolrXmlConfig.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest D815A505B8855056-001/control-001/solr.xml
   [junit4]   2> 1332402 T4580 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest D815A505B8855056-001/control-001/cores
   [junit4]   2> 1332403 T4580 oasc.CoreContainer.<init> New CoreContainer 1604681355
   [junit4]   2> 1332403 T4580 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest D815A505B8855056-001/control-001/]
   [junit4]   2> 1332403 T4580 oasc.CoreContainer.load loading shared library: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest D815A505B8855056-001/control-001/lib
   [junit4]   2> 1332404 T4580 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest D815A505B8855056-001/control-001/lib).
   [junit4]   2> 1332413 T4580 oashc.HttpShardHandlerFactory.init created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1332417 T4580 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1332418 T4580 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1332418 T4580 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1332418 T4580 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1332419 T4580 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:47428/solr
   [junit4]   2> 1332419 T4580 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1332419 T4580 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1332420 T4580 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1332421 T4603 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@61a2add9 name:ZooKeeperConnection Watcher:127.0.0.1:47428 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1332422 T4580 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1332422 T4580 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1332424 T4580 N:127.0.0.1:47431_ei%2Fuu oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1332425 T4606 N:127.0.0.1:47431_ei%2Fuu oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4ccdd665 name:ZooKeeperConnection Watcher:127.0.0.1:47428/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1332426 T4580 N:127.0.0.1:47431_ei%2Fuu oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1332427 T4580 N:127.0.0.1:47431_ei%2Fuu oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1332428 T4580 N:127.0.0.1:47431_ei%2Fuu oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1332430 T4580 N:127.0.0.1:47431_ei%2Fuu oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 1332431 T4580 N:127.0.0.1:47431_ei%2Fuu oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 1332432 T4580 N:127.0.0.1:47431_ei%2Fuu oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 1332434 T4580 N:127.0.0.1:47431_ei%2Fuu oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1332435 T4580 N:127.0.0.1:47431_ei%2Fuu oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1332436 T4580 N:127.0.0.1:47431_ei%2Fuu oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1332436 T4580 N:127.0.0.1:47431_ei%2Fuu oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:47431_ei%2Fuu
   [junit4]   2> 1332437 T4580 N:127.0.0.1:47431_ei%2Fuu oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:47431_ei%2Fuu
   [junit4]   2> 1332438 T4580 N:127.0.0.1:47431_ei%2Fuu oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1332439 T4580 N:127.0.0.1:47431_ei%2Fuu oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1332440 T4580 N:127.0.0.1:47431_ei%2Fuu oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1332441 T4580 N:127.0.0.1:47431_ei%2Fuu oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:47431_ei%2Fuu
   [junit4]   2> 1332441 T4580 N:127.0.0.1:47431_ei%2Fuu oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1332442 T4580 N:127.0.0.1:47431_ei%2Fuu oasc.Overseer.start Overseer (id=93668906145153027-127.0.0.1:47431_ei%2Fuu-n_0000000000) starting
   [junit4]   2> 1332443 T4580 N:127.0.0.1:47431_ei%2Fuu oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1332447 T4580 N:127.0.0.1:47431_ei%2Fuu oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1332448 T4608 N:127.0.0.1:47431_ei%2Fuu oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1332448 T4607 N:127.0.0.1:47431_ei%2Fuu oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1332448 T4580 N:127.0.0.1:47431_ei%2Fuu oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1332451 T4580 N:127.0.0.1:47431_ei%2Fuu oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest D815A505B8855056-001/control-001/cores
   [junit4]   2> 1332453 T4580 N:127.0.0.1:47431_ei%2Fuu oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {loadOnStartup=true, collection=control_collection, coreNodeName=, absoluteInstDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest D815A505B8855056-001/control-001/cores/collection1/, shard=, config=solrconfig.xml, dataDir=data/, transient=false, name=collection1, instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest D815A505B8855056-001/control-001/cores/collection1, schema=schema.xml}
   [junit4]   2> 1332453 T4580 N:127.0.0.1:47431_ei%2Fuu oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest D815A505B8855056-001/control-001/cores/collection1/
   [junit4]   2> 1332453 T4580 N:127.0.0.1:47431_ei%2Fuu oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1332454 T4610 N:127.0.0.1:47431_ei%2Fuu C:control_collection c:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 1332454 T4610 N:127.0.0.1:47431_ei%2Fuu C:control_collection c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1332455 T4610 N:127.0.0.1:47431_ei%2Fuu oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1332455 T4606 N:127.0.0.1:47431_ei%2Fuu oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1332455 T4607 N:127.0.0.1:47431_ei%2Fuu oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:47431_ei%2Fuu",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:47431/ei/uu",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "roles":null} current state version: 0
   [junit4]   2> 1332456 T4607 N:127.0.0.1:47431_ei%2Fuu oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:47431_ei%2Fuu",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:47431/ei/uu",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "roles":null}
   [junit4]   2> 1332456 T4607 N:127.0.0.1:47431_ei%2Fuu oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 1332456 T4607 N:127.0.0.1:47431_ei%2Fuu oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1332457 T4606 N:127.0.0.1:47431_ei%2Fuu 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> 1333455 T4610 N:127.0.0.1:47431_ei%2Fuu oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1333456 T4610 N:127.0.0.1:47431_ei%2Fuu oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 1333456 T4610 N:127.0.0.1:47431_ei%2Fuu oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1333457 T4610 N:127.0.0.1:47431_ei%2Fuu oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1333457 T4610 N:127.0.0.1:47431_ei%2Fuu oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1333457 T4610 N:127.0.0.1:47431_ei%2Fuu oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest D815A505B8855056-001/control-001/cores/collection1/'
   [junit4]   2> 1333476 T4610 N:127.0.0.1:47431_ei%2Fuu oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1333478 T4610 N:127.0.0.1:47431_ei%2Fuu oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1333488 T4610 N:127.0.0.1:47431_ei%2Fuu oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1333510 T4610 N:127.0.0.1:47431_ei%2Fuu oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.2.0
   [junit4]   2> 1333557 T4610 N:127.0.0.1:47431_ei%2Fuu oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1333660 T4610 N:127.0.0.1:47431_ei%2Fuu oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1333670 T4610 N:127.0.0.1:47431_ei%2Fuu oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1334053 T4610 N:127.0.0.1:47431_ei%2Fuu oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1334068 T4610 N:127.0.0.1:47431_ei%2Fuu oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1334071 T4610 N:127.0.0.1:47431_ei%2Fuu oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1334079 T4610 N:127.0.0.1:47431_ei%2Fuu oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1334083 T4610 N:127.0.0.1:47431_ei%2Fuu oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1334087 T4610 N:127.0.0.1:47431_ei%2Fuu oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1334088 T4610 N:127.0.0.1:47431_ei%2Fuu oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1334088 T4610 N:127.0.0.1:47431_ei%2Fuu oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1334088 T4610 N:127.0.0.1:47431_ei%2Fuu oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1334089 T4610 N:127.0.0.1:47431_ei%2Fuu oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1334089 T4610 N:127.0.0.1:47431_ei%2Fuu oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1334089 T4610 N:127.0.0.1:47431_ei%2Fuu oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1334090 T4610 N:127.0.0.1:47431_ei%2Fuu c:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1334090 T4610 N:127.0.0.1:47431_ei%2Fuu c:collection1 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest D815A505B8855056-001/control-001/cores/collection1/, dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest D815A505B8855056-001/control-001/cores/collection1/data/
   [junit4]   2> 1334090 T4610 N:127.0.0.1:47431_ei%2Fuu c:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3aae9cc9
   [junit4]   2> 1334091 T4610 N:127.0.0.1:47431_ei%2Fuu c:collection1 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest D815A505B8855056-001/control-001/cores/collection1/data
   [junit4]   2> 1334091 T4610 N:127.0.0.1:47431_ei%2Fuu c:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest D815A505B8855056-001/control-001/cores/collection1/data/index/
   [junit4]   2> 1334092 T4610 N:127.0.0.1:47431_ei%2Fuu c:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest D815A505B8855056-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1334092 T4610 N:127.0.0.1:47431_ei%2Fuu c:collection1 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest D815A505B8855056-001/control-001/cores/collection1/data/index
   [junit4]   2> 1334092 T4610 N:127.0.0.1:47431_ei%2Fuu c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=88.4482421875, floorSegmentMB=1.4326171875, forceMergeDeletesPctAllowed=18.905784481021495, segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6236120089629801
   [junit4]   2> 1334093 T4610 N:127.0.0.1:47431_ei%2Fuu c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7bab0475 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@18b1dcc1),segFN=segments_1,generation=1}
   [junit4]   2> 1334094 T4610 N:127.0.0.1:47431_ei%2Fuu c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1334100 T4610 N:127.0.0.1:47431_ei%2Fuu c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1334100 T4610 N:127.0.0.1:47431_ei%2Fuu c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1334100 T4610 N:127.0.0.1:47431_ei%2Fuu c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1334101 T4610 N:127.0.0.1:47431_ei%2Fuu c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1334101 T4610 N:127.0.0.1:47431_ei%2Fuu c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1334101 T4610 N:127.0.0.1:47431_ei%2Fuu c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1334102 T4610 N:127.0.0.1:47431_ei%2Fuu c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1334102 T4610 N:127.0.0.1:47431_ei%2Fuu c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1334102 T4610 N:127.0.0.1:47431_ei%2Fuu c:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1334121 T4610 N:127.0.0.1:47431_ei%2Fuu c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1334124 T4610 N:127.0.0.1:47431_ei%2Fuu c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1334126 T4610 N:127.0.0.1:47431_ei%2Fuu c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1334128 T4610 N:127.0.0.1:47431_ei%2Fuu c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1334134 T4610 N:127.0.0.1:47431_ei%2Fuu c:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/properties,/admin/threads,/admin/segments,/admin/ping,/get,/admin/logging,/update,/replication,/schema,/admin/luke,/config,/update/json,/update/json/docs,/admin/plugins,/update/csv,/admin/mbeans,/admin/file,/admin/system,standard
   [junit4]   2> 1334136 T4610 N:127.0.0.1:47431_ei%2Fuu c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1334137 T4610 N:127.0.0.1:47431_ei%2Fuu c:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1334137 T4610 N:127.0.0.1:47431_ei%2Fuu c:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 1334139 T4610 N:127.0.0.1:47431_ei%2Fuu c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1334139 T4610 N:127.0.0.1:47431_ei%2Fuu c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1334140 T4610 N:127.0.0.1:47431_ei%2Fuu c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=23, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1334141 T4610 N:127.0.0.1:47431_ei%2Fuu c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7bab0475 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@18b1dcc1),segFN=segments_1,generation=1}
   [junit4]   2> 1334141 T4610 N:127.0.0.1:47431_ei%2Fuu c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1334141 T4610 N:127.0.0.1:47431_ei%2Fuu c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@18cfc3d[collection1] main
   [junit4]   2> 1334142 T4610 N:127.0.0.1:47431_ei%2Fuu c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1334142 T4610 N:127.0.0.1:47431_ei%2Fuu c:collection1 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1334143 T4610 N:127.0.0.1:47431_ei%2Fuu c:collection1 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1334143 T4610 N:127.0.0.1:47431_ei%2Fuu c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1334143 T4610 N:127.0.0.1:47431_ei%2Fuu c:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1334143 T4610 N:127.0.0.1:47431_ei%2Fuu c:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1334144 T4610 N:127.0.0.1:47431_ei%2Fuu c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1334144 T4610 N:127.0.0.1:47431_ei%2Fuu c:collection1 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1334144 T4610 N:127.0.0.1:47431_ei%2Fuu c:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1334145 T4610 N:127.0.0.1:47431_ei%2Fuu c:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1334145 T4610 N:127.0.0.1:47431_ei%2Fuu c:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1334145 T4611 N:127.0.0.1:47431_ei%2Fuu c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@18cfc3d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1334146 T4614 N:127.0.0.1:47431_ei%2Fuu C:control_collection S:shard1 c:collection1 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:47431/ei/uu collection:control_collection shard:shard1
   [junit4]   2> 1334146 T4580 N:127.0.0.1:47431_ei%2Fuu oass.SolrDispatchFilter.init user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3
   [junit4]   2> 1334147 T4580 N:127.0.0.1:47431_ei%2Fuu oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1334147 T4614 N:127.0.0.1:47431_ei%2Fuu C:control_collection S:shard1 c:collection1 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1334150 T4614 N:127.0.0.1:47431_ei%2Fuu C:control_collection S:shard1 c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1334151 T4580 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1334151 T4606 N:127.0.0.1:47431_ei%2Fuu oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1334151 T4614 N:127.0.0.1:47431_ei%2Fuu C:control_collection S:shard1 c:collection1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1334152 T4614 N:127.0.0.1:47431_ei%2Fuu C:control_collection S:shard1 c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 1334152 T4580 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1334152 T4607 N:127.0.0.1:47431_ei%2Fuu 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> ASYNC  NEW_CORE C2454 name=collection1 org.apache.solr.core.SolrCore@61c122f2 url=http://127.0.0.1:47431/ei/uu/collection1 node=127.0.0.1:47431_ei%2Fuu C2454_STATE=coll:control_collection core:collection1 props:{node_name=127.0.0.1:47431_ei%2Fuu, core=collection1, state=down, base_url=http://127.0.0.1:47431/ei/uu}
   [junit4]   2> 1334152 T4614 N:127.0.0.1:47431_ei%2Fuu C:control_collection S:shard1 c:collection1 C2454 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:47431/ei/uu/collection1/
   [junit4]   2> 1334153 T4614 N:127.0.0.1:47431_ei%2Fuu C:control_collection S:shard1 c:collection1 C2454 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1334153 T4614 N:127.0.0.1:47431_ei%2Fuu C:control_collection S:shard1 c:collection1 C2454 oasc.SyncStrategy.syncToMe http://127.0.0.1:47431/ei/uu/collection1/ has no replicas
   [junit4]   2> 1334153 T4614 N:127.0.0.1:47431_ei%2Fuu C:control_collection S:shard1 c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:47431/ei/uu/collection1/ shard1
   [junit4]   2> 1334153 T4614 N:127.0.0.1:47431_ei%2Fuu C:control_collection S:shard1 c:collection1 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1334153 T4618 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@25dd896b name:ZooKeeperConnection Watcher:127.0.0.1:47428/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1334154 T4606 N:127.0.0.1:47431_ei%2Fuu 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> 1334154 T4580 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1334154 T4580 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1334154 T4580 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1334157 T4580 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1334157 T4606 N:127.0.0.1:47431_ei%2Fuu oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1334158 T4580 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 1334158 T4580 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1334158 T4607 N:127.0.0.1:47431_ei%2Fuu 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:47431/ei/uu",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 1334158 T4580 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1334160 T4621 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a241e19 name:ZooKeeperConnection Watcher:127.0.0.1:47428/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1334160 T4580 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1334160 T4580 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1334162 T4606 N:127.0.0.1:47431_ei%2Fuu oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1334163 T4607 N:127.0.0.1:47431_ei%2Fuu oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "name":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "stateFormat":"2"} current state version: 2
   [junit4]   2> 1334163 T4607 N:127.0.0.1:47431_ei%2Fuu oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 1334164 T4618 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> 1334164 T4606 N:127.0.0.1:47431_ei%2Fuu 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> 1334208 T4614 N:127.0.0.1:47431_ei%2Fuu C:control_collection S:shard1 c:collection1 oasc.ZkController.register We are http://127.0.0.1:47431/ei/uu/collection1/ and leader is http://127.0.0.1:47431/ei/uu/collection1/
   [junit4]   2> 1334209 T4614 N:127.0.0.1:47431_ei%2Fuu C:control_collection S:shard1 c:collection1 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:47431/ei/uu
   [junit4]   2> 1334209 T4614 N:127.0.0.1:47431_ei%2Fuu C:control_collection S:shard1 c:collection1 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1334209 T4614 N:127.0.0.1:47431_ei%2Fuu C:control_collection S:shard1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 1334209 T4614 N:127.0.0.1:47431_ei%2Fuu C:control_collection S:shard1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1334210 T4606 N:127.0.0.1:47431_ei%2Fuu oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1334211 T4607 N:127.0.0.1:47431_ei%2Fuu oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "node_name":"127.0.0.1:47431_ei%2Fuu",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:47431/ei/uu",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null} current state version: 3
   [junit4]   2> 1334212 T4607 N:127.0.0.1:47431_ei%2Fuu oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "node_name":"127.0.0.1:47431_ei%2Fuu",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:47431/ei/uu",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null}
   [junit4]   2> 1334212 T4607 N:127.0.0.1:47431_ei%2Fuu oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]   2> 1334213 T4606 N:127.0.0.1:47431_ei%2Fuu 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> 1334213 T4618 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> 1334317 T4618 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> 1334317 T4606 N:127.0.0.1:47431_ei%2Fuu 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> 1335100 T4580 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest D815A505B8855056-001/shard-1-001/cores/collection1
   [junit4]   2> 1335109 T4580 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest D815A505B8855056-001/shard-1-001
   [junit4]   2> 1335110 T4580 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1335112 T4580 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:47438
   [junit4]   2> 1335113 T4580 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostContext=/ei/uu, solrconfig=solrconfig.xml, hostPort=47437, solr.data.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest D815A505B8855056-001/tempDir-001/jetty1, coreRootDirectory=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest D815A505B8855056-001/shard-1-001/cores}
   [junit4]   2> 1335113 T4580 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@60da5686
   [junit4]   2> 1335114 T4580 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest D815A505B8855056-001/shard-1-001/'
   [junit4]   2> 1335143 T4580 oasc.SolrXmlConfig.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest D815A505B8855056-001/shard-1-001/solr.xml
   [junit4]   2> 1335177 T4580 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest D815A505B8855056-001/shard-1-001/cores
   [junit4]   2> 1335178 T4580 oasc.CoreContainer.<init> New CoreContainer 1154422051
   [junit4]   2> 1335178 T4580 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest D815A505B8855056-001/shard-1-001/]
   [junit4]   2> 1335178 T4580 oasc.CoreContainer.load loading shared library: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest D815A505B8855056-001/shard-1-001/lib
   [junit4]   2> 1335179 T4580 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest D815A505B8855056-001/shard-1-001/lib).
   [junit4]   2> 1335188 T4580 oashc.HttpShardHandlerFactory.init created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1335192 T4580 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1335193 T4580 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1335193 T4580 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1335194 T4580 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1335194 T4580 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:47428/solr
   [junit4]   2> 1335194 T4580 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1335194 T4580 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1335195 T4580 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1335197 T4633 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7e05df76 name:ZooKeeperConnection Watcher:127.0.0.1:47428 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1335197 T4580 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1335198 T4580 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1335200 T4580 N:127.0.0.1:47437_ei%2Fuu oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1335201 T4636 N:127.0.0.1:47437_ei%2Fuu oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@32866d65 name:ZooKeeperConnection Watcher:127.0.0.1:47428/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1335201 T4580 N:127.0.0.1:47437_ei%2Fuu oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1335205 T4580 N:127.0.0.1:47437_ei%2Fuu oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1336209 T4580 N:127.0.0.1:47437_ei%2Fuu oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:47437_ei%2Fuu
   [junit4]   2> 1336210 T4580 N:127.0.0.1:47437_ei%2Fuu oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:47437_ei%2Fuu
   [junit4]   2> 1336213 T4580 N:127.0.0.1:47437_ei%2Fuu oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1336216 T4580 N:127.0.0.1:47437_ei%2Fuu oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest D815A505B8855056-001/shard-1-001/cores
   [junit4]   2> 1336218 T4580 N:127.0.0.1:47437_ei%2Fuu oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {collection=collection1, name=collection1, config=solrconfig.xml, instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest D815A505B8855056-001/shard-1-001/cores/collection1, dataDir=data/, transient=false, loadOnStartup=true, schema=schema.xml, shard=, coreNodeName=, absoluteInstDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest D815A505B8855056-001/shard-1-001/cores/collection1/}
   [junit4]   2> 1336218 T4580 N:127.0.0.1:47437_ei%2Fuu oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest D815A505B8855056-001/shard-1-001/cores/collection1/
   [junit4]   2> 1336219 T4580 N:127.0.0.1:47437_ei%2Fuu oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1336220 T4637 N:127.0.0.1:47437_ei%2Fuu C:collection1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1336221 T4637 N:127.0.0.1:47437_ei%2Fuu C:collection1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1336222 T4606 N:127.0.0.1:47431_ei%2Fuu oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1336222 T4637 N:127.0.0.1:47437_ei%2Fuu oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 1336222 T4637 N:127.0.0.1:47437_ei%2Fuu oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 1336222 T4607 N:127.0.0.1:47431_ei%2Fuu oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:47437_ei%2Fuu",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:47437/ei/uu",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "roles":null} current state version: 5
   [junit4]   2> 1336223 T4637 N:127.0.0.1:47437_ei%2Fuu oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 1336223 T4607 N:127.0.0.1:47431_ei%2Fuu oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:47437_ei%2Fuu",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:47437/ei/uu",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "roles":null}
   [junit4]   2> 1336223 T4607 N:127.0.0.1:47431_ei%2Fuu oasco.ReplicaMutator.updateState Collection already exists with numShards=1
   [junit4]   2> 1336223 T4607 N:127.0.0.1:47431_ei%2Fuu oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1336223 T4637 N:127.0.0.1:47437_ei%2Fuu oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 0 
   [junit4]   2> 1336224 T4637 N:127.0.0.1:47437_ei%2Fuu oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1336224 T4607 N:127.0.0.1:47431_ei%2Fuu oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 1336225 T4636 N:127.0.0.1:47437_ei%2Fuu oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1336225 T4636 N:127.0.0.1:47437_ei%2Fuu oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 
   [junit4]   2> 1337224 T4637 N:127.0.0.1:47437_ei%2Fuu oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1337225 T4637 N:127.0.0.1:47437_ei%2Fuu oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1337225 T4637 N:127.0.0.1:47437_ei%2Fuu oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1337226 T4637 N:127.0.0.1:47437_ei%2Fuu oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1337226 T4637 N:127.0.0.1:47437_ei%2Fuu oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1337226 T4637 N:127.0.0.1:47437_ei%2Fuu oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest D815A505B8855056-001/shard-1-001/cores/collection1/'
   [junit4]   2> 1337244 T4637 N:127.0.0.1:47437_ei%2Fuu oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1337247 T4637 N:127.0.0.1:47437_ei%2Fuu oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1337257 T4637 N:127.0.0.1:47437_ei%2Fuu oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1337278 T4637 N:127.0.0.1:47437_ei%2Fuu oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.2.0
   [junit4]   2> 1337337 T4637 N:127.0.0.1:47437_ei%2Fuu oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1337440 T4637 N:127.0.0.1:47437_ei%2Fuu oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1337450 T4637 N:127.0.0.1:47437_ei%2Fuu oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1337833 T4637 N:127.0.0.1:47437_ei%2Fuu oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1337847 T4637 N:127.0.0.1:47437_ei%2Fuu oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1337850 T4637 N:127.0.0.1:47437_ei%2Fuu oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1337859 T4637 N:127.0.0.1:47437_ei%2Fuu oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1337863 T4637 N:127.0.0.1:47437_ei%2Fuu oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1337866 T4637 N:127.0.0.1:47437_ei%2Fuu oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1337867 T4637 N:127.0.0.1:47437_ei%2Fuu oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1337867 T4637 N:127.0.0.1:47437_ei%2Fuu oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1337867 T4637 N:127.0.0.1:47437_ei%2Fuu oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1337868 T4637 N:127.0.0.1:47437_ei%2Fuu oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1337868 T4637 N:127.0.0.1:47437_ei%2Fuu oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1337868 T4637 N:127.0.0.1:47437_ei%2Fuu oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1337869 T4637 N:127.0.0.1:47437_ei%2Fuu c:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1337869 T4637 N:127.0.0.1:47437_ei%2Fuu c:collection1 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest D815A505B8855056-001/shard-1-001/cores/collection1/, dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest D815A505B8855056-001/shard-1-001/cores/collection1/data/
   [junit4]   2> 1337869 T4637 N:127.0.0.1:47437_ei%2Fuu c:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3aae9cc9
   [junit4]   2> 1337870 T4637 N:127.0.0.1:47437_ei%2Fuu c:collection1 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest D815A505B8855056-001/shard-1-001/cores/collection1/data
   [junit4]   2> 1337870 T4637 N:127.0.0.1:47437_ei%2Fuu c:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest D815A505B8855056-001/shard-1-001/cores/collection1/data/index/
   [junit4]   2> 1337871 T4637 N:127.0.0.1:47437_ei%2Fuu c:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest D815A505B8855056-001/shard-1-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1337871 T4637 N:127.0.0.1:47437_ei%2Fuu c:collection1 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest D815A505B8855056-001/shard-1-001/cores/collection1/data/index
   [junit4]   2> 1337871 T4637 N:127.0.0.1:47437_ei%2Fuu c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=88.4482421875, floorSegmentMB=1.4326171875, forceMergeDeletesPctAllowed=18.905784481021495, segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6236120089629801
   [junit4]   2> 1337872 T4637 N:127.0.0.1:47437_ei%2Fuu c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@50802073 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@bd2874f),segFN=segments_1,generation=1}
   [junit4]   2> 1337873 T4637 N:127.0.0.1:47437_ei%2Fuu c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1337880 T4637 N:127.0.0.1:47437_ei%2Fuu c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1337880 T4637 N:127.0.0.1:47437_ei%2Fuu c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1337881 T4637 N:127.0.0.1:47437_ei%2Fuu c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1337881 T4637 N:127.0.0.1:47437_ei%2Fuu c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1337881 T4637 N:127.0.0.1:47437_ei%2Fuu c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1337881 T4637 N:127.0.0.1:47437_ei%2Fuu c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1337882 T4637 N:127.0.0.1:47437_ei%2Fuu c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1337882 T4637 N:127.0.0.1:47437_ei%2Fuu c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1337882 T4637 N:127.0.0.1:47437_ei%2Fuu c:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1337901 T4637 N:127.0.0.1:47437_ei%2Fuu c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1337903 T4637 N:127.0.0.1:47437_ei%2Fuu c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1337906 T4637 N:127.0.0.1:47437_ei%2Fuu c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1337908 T4637 N:127.0.0.1:47437_ei%2Fuu c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1337916 T4637 N:127.0.0.1:47437_ei%2Fuu c:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/properties,/admin/threads,/admin/segments,/admin/ping,/get,/admin/logging,/update,/replication,/schema,/admin/luke,/config,/update/json,/update/json/docs,/admin/plugins,/update/csv,/admin/mbeans,/admin/file,/admin/system,standard
   [junit4]   2> 1337918 T4637 N:127.0.0.1:47437_ei%2Fuu c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1337919 T4637 N:127.0.0.1:47437_ei%2Fuu c:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1337920 T4637 N:127.0.0.1:47437_ei%2Fuu c:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 1337921 T4637 N:127.0.0.1:47437_ei%2Fuu c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1337921 T4637 N:127.0.0.1:47437_ei%2Fuu c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1337922 T4637 N:127.0.0.1:47437_ei%2Fuu c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=23, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1337923 T4637 N:127.0.0.1:47437_ei%2Fuu c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@50802073 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@bd2874f),segFN=segments_1,generation=1}
   [junit4]   2> 1337923 T4637 N:127.0.0.1:47437_ei%2Fuu c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1337924 T4637 N:127.0.0.1:47437_ei%2Fuu c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@12769202[collection1] main
   [junit4]   2> 1337924 T4637 N:127.0.0.1:47437_ei%2Fuu c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1337925 T4637 N:127.0.0.1:47437_ei%2Fuu c:collection1 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1337925 T4637 N:127.0.0.1:47437_ei%2Fuu c:collection1 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1337926 T4637 N:127.0.0.1:47437_ei%2Fuu c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1337926 T4637 N:127.0.0.1:47437_ei%2Fuu c:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1337926 T4637 N:127.0.0.1:47437_ei%2Fuu c:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1337926 T4637 N:127.0.0.1:47437_ei%2Fuu c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1337927 T4637 N:127.0.0.1:47437_ei%2Fuu c:collection1 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1337927 T4637 N:127.0.0.1:47437_ei%2Fuu c:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1337927 T4637 N:127.0.0.1:47437_ei%2Fuu c:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1337928 T4638 N:127.0.0.1:47437_ei%2Fuu c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@12769202[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1337929 T4637 N:127.0.0.1:47437_ei%2Fuu c:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1337930 T4641 N:127.0.0.1:47437_ei%2Fuu C:collection1 S:shard1 c:collection1 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:47437/ei/uu collection:collection1 shard:shard1
   [junit4]   2> 1337930 T4580 N:127.0.0.1:47437_ei%2Fuu oass.SolrDispatchFilter.init user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3
   [junit4]   2> 1337930 T4580 N:127.0.0.1:47437_ei%2Fuu oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1337930 T4641 N:127.0.0.1:47437_ei%2Fuu C:collection1 S:shard1 c:collection1 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 1337934 T4641 N:127.0.0.1:47437_ei%2Fuu C:collection1 S:shard1 c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1337935 T4606 N:127.0.0.1:47431_ei%2Fuu oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1337936 T4641 N:127.0.0.1:47437_ei%2Fuu C:collection1 S:shard1 c:collection1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1337936 T4641 N:127.0.0.1:47437_ei%2Fuu C:collection1 S:shard1 c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C2455 name=collection1 org.apache.solr.core.SolrCore@7dc759b9 url=http://127.0.0.1:47437/ei/uu/collection1 node=127.0.0.1:47437_ei%2Fuu C2455_STATE=coll:collection1 core:collection1 props:{node_name=127.0.0.1:47437_ei%2Fuu, core=collection1, state=down, base_url=http://127.0.0.1:47437/ei/uu}
   [junit4]   2> 1337936 T4641 N:127.0.0.1:47437_ei%2Fuu C:collection1 S:shard1 c:collection1 C2455 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:47437/ei/uu/collection1/
   [junit4]   2> 1337936 T4607 N:127.0.0.1:47431_ei%2Fuu oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 1337936 T4641 N:127.0.0.1:47437_ei%2Fuu C:collection1 S:shard1 c:collection1 C2455 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1337936 T4641 N:127.0.0.1:47437_ei%2Fuu C:collection1 S:shard1 c:collection1 C2455 oasc.SyncStrategy.syncToMe http://127.0.0.1:47437/ei/uu/collection1/ has no replicas
   [junit4]   2> 1337937 T4641 N:127.0.0.1:47437_ei%2Fuu C:collection1 S:shard1 c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:47437/ei/uu/collection1/ shard1
   [junit4]   2> 1337937 T4641 N:127.0.0.1:47437_ei%2Fuu C:collection1 S:shard1 c:collection1 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1337937 T4607 N:127.0.0.1:47431_ei%2Fuu oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 1337938 T4636 N:127.0.0.1:47437_ei%2Fuu oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1337938 T4636 N:127.0.0.1:47437_ei%2Fuu oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 2 
   [junit4]   2> 1337940 T4607 N:127.0.0.1:47431_ei%2Fuu 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:47437/ei/uu",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 5
   [junit4]   2> 1337941 T4607 N:127.0.0.1:47431_ei%2Fuu oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 1337941 T4636 N:127.0.0.1:47437_ei%2Fuu oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1337942 T4636 N:127.0.0.1:47437_ei%2Fuu oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 1337943 T4606 N:127.0.0.1:47431_ei%2Fuu oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1337990 T4641 N:127.0.0.1:47437_ei%2Fuu C:collection1 S:shard1 c:collection1 oasc.ZkController.register We are http://127.0.0.1:47437/ei/uu/collection1/ and leader is http://127.0.0.1:47437/ei/uu/collection1/
   [junit4]   2> 1337991 T4641 N:127.0.0.1:47437_ei%2Fuu C:collection1 S:shard1 c:collection1 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:47437/ei/uu
   [junit4]   2> 1337991 T4641 N:127.0.0.1:47437_ei%2Fuu C:collection1 S:shard1 c:collection1 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1337991 T4641 N:127.0.0.1:47437_ei%2Fuu C:collection1 S:shard1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 1337991 T4641 N:127.0.0.1:47437_ei%2Fuu C:collection1 S:shard1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1337992 T4606 N:127.0.0.1:47431_ei%2Fuu oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1337993 T4607 N:127.0.0.1:47431_ei%2Fuu oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "node_name":"127.0.0.1:47437_ei%2Fuu",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:47437/ei/uu",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null} current state version: 5
   [junit4]   2> 1337993 T4607 N:127.0.0.1:47431_ei%2Fuu oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "node_name":"127.0.0.1:47437_ei%2Fuu",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:47437/ei/uu",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null}
   [junit4]   2> 1337994 T4607 N:127.0.0.1:47431_ei%2Fuu oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 1337994 T4641 N:127.0.0.1:47437_ei%2Fuu C:collection1 S:shard1 c:collection1 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 1337995 T4636 N:127.0.0.1:47437_ei%2Fuu oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1337995 T4636 N:127.0.0.1:47437_ei%2Fuu oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 1339284 T4580 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest D815A505B8855056-001/shard-2-001/cores/collection1
   [junit4]   2> 1339286 T4580 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest D815A505B8855056-001/shard-2-001
   [junit4]   2> 1339287 T4580 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1339290 T4580 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:47442
   [junit4]   2> 1339290 T4580 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostContext=/ei/uu, coreRootDirectory=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest D815A505B8855056-001/shard-2-001/cores, hostPort=47441, solrconfig=solrconfig.xml, solr.data.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest D815A505B8855056-001/tempDir-001/jetty2}
   [junit4]   2> 1339290 T4580 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@60da5686
   [junit4]   2> 1339290 T4580 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest D815A505B8855056-001/shard-2-001/'
   [junit4]   2> 1339320 T4580 oasc.SolrXmlConfig.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest D815A505B8855056-001/shard-2-001/solr.xml
   [junit4]   2> 1339355 T4580 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest D815A505B8855056-001/shard-2-001/cores
   [junit4]   2> 1339355 T4580 oasc.CoreContainer.<init> New CoreContainer 1155487624
   [junit4]   2> 1339355 T4580 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest D815A505B8855056-001/shard-2-001/]
   [junit4]   2> 1339356 T4580 oasc.CoreContainer.load loading shared library: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest D815A505B8855056-001/shard-2-001/lib
   [junit4]   2> 1339356 T4580 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest D815A505B8855056-001/shard-2-001/lib).
   [junit4]   2> 1339365 T4580 oashc.HttpShardHandlerFactory.init created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1339370 T4580 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1339371 T4580 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1339371 T4580 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1339371 T4580 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1339371 T4580 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:47428/solr
   [junit4]   2> 1339371 T4580 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1339372 T4580 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1339372 T4580 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1339374 T4654 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6fca8de name:ZooKeeperConnection Watcher:127.0.0.1:47428 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1339374 T4580 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1339375 T4580 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1339377 T4580 N:127.0.0.1:47441_ei%2Fuu oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1339378 T4657 N:127.0.0.1:47441_ei%2Fuu oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@23cd2aa3 name:ZooKeeperConnection Watcher:127.0.0.1:47428/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1339378 T4580 N:127.0.0.1:47441_ei%2Fuu oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1339381 T4580 N:127.0.0.1:47441_ei%2Fuu oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1340386 T4580 N:127.0.0.1:47441_ei%2Fuu oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:47441_ei%2Fuu
   [junit4]   2> 1340387 T4580 N:127.0.0.1:47441_ei%2Fuu oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:47441_ei%2Fuu
   [junit4]   2> 1340390 T4580 N:127.0.0.1:47441_ei%2Fuu oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1340392 T4580 N:127.0.0.1:47441_ei%2Fuu oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest D815A505B8855056-001/shard-2-001/cores
   [junit4]   2> 1340394 T4580 N:127.0.0.1:47441_ei%2Fuu oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {schema=schema.xml, transient=false, collection=collection1, coreNodeName=, name=collection1, shard=, instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest D815A505B8855056-001/shard-2-001/cores/collection1, loadOnStartup=true, dataDir=data/, config=solrconfig.xml, absoluteInstDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest D815A505B8855056-001/shard-2-001/cores/collection1/}
   [junit4]   2> 1340395 T4580 N:127.0.0.1:47441_ei%2Fuu oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest D815A505B8855056-001/shard-2-001/cores/collection1/
   [junit4]   2> 1340395 T4580 N:127.0.0.1:47441_ei%2Fuu oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1340397 T4658 N:127.0.0.1:47441_ei%2Fuu C:collection1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1340397 T4658 N:127.0.0.1:47441_ei%2Fuu C:collection1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1340398 T4606 N:127.0.0.1:47431_ei%2Fuu oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1340399 T4658 N:127.0.0.1:47441_ei%2Fuu oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 1340399 T4658 N:127.0.0.1:47441_ei%2Fuu oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 1340399 T4607 N:127.0.0.1:47431_ei%2Fuu oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:47441_ei%2Fuu",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:47441/ei/uu",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "roles":null} current state version: 5
   [junit4]   2> 1340399 T4658 N:127.0.0.1:47441_ei%2Fuu oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 1340400 T4607 N:127.0.0.1:47431_ei%2Fuu oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:47441_ei%2Fuu",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:47441/ei/uu",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "

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

505B8855056-001/shard-2-001/cores/collection1/data
   [junit4]   2> 1445381 T4657 N:127.0.0.1:47441_ei%2Fuu oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest D815A505B8855056-001/shard-2-001/cores/collection1/data/index.20150417183458906 [CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest D815A505B8855056-001/shard-2-001/cores/collection1/data/index.20150417183458906;done=false>>]
   [junit4]   2> 1445381 T4657 N:127.0.0.1:47441_ei%2Fuu oasc.CachingDirectoryFactory.close Closing directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest D815A505B8855056-001/shard-2-001/cores/collection1/data/index.20150417183458906
   [junit4]   2> 1445383 T4580 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/ei/uu,null}
   [junit4]   2> 1445557 T4580 C:control_collection S:shard1 c:collection1 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:47428 47428
   [junit4]   2> 1445632 T4581 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:47428 47428
   [junit4]   2> 1445633 T4581 oasc.ZkTestServer$ZKServerMain.runFromConfig WARN Watch limit violations: 
   [junit4]   2> 	Maximum concurrent create/delete watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		4	/solr/clusterstate.json
   [junit4]   2> 		4	/solr/aliases.json
   [junit4]   2> 		3	/solr/configs/conf1
   [junit4]   2> 		2	/solr/collections/collection1/state.json
   [junit4]   2> 	
   [junit4]   2> 	Maximum concurrent children watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		4	/solr/live_nodes
   [junit4]   2> 		3	/solr/overseer/collection-queue-work
   [junit4]   2> 		3	/solr/overseer/queue
   [junit4]   2> 	
   [junit4]   2> 1445634 T4580 C:control_collection S:shard1 c:collection1 oasc.SocketProxy.close WARN Closing 6 connections to: http://127.0.0.1:47437/ei/uu, target: http://127.0.0.1:47438/ei/uu
   [junit4]   2> 1445634 T4580 C:control_collection S:shard1 c:collection1 oasc.SocketProxy.close WARN Closing 0 connections to: http://127.0.0.1:47431/ei/uu, target: http://127.0.0.1:47432/ei/uu
   [junit4]   2> 1445634 T4580 C:control_collection S:shard1 c:collection1 oasc.SocketProxy.close WARN Closing 1 connections to: http://127.0.0.1:47441/ei/uu, target: http://127.0.0.1:47442/ei/uu
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RecoveryAfterSoftCommitTest -Dtests.method=test -Dtests.seed=D815A505B8855056 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=fr -Dtests.timezone=Asia/Yekaterinburg -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE  115s J3 | RecoveryAfterSoftCommitTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Didn't see all replicas for shard shard1 in collection1 come up within 30000 ms! ClusterState: {
   [junit4]    >   "control_collection":{
   [junit4]    >     "shards":{"shard1":{
   [junit4]    >         "range":"80000000-7fffffff",
   [junit4]    >         "state":"active",
   [junit4]    >         "replicas":{"core_node1":{
   [junit4]    >             "node_name":"127.0.0.1:47431_ei%2Fuu",
   [junit4]    >             "core":"collection1",
   [junit4]    >             "state":"active",
   [junit4]    >             "base_url":"http://127.0.0.1:47431/ei/uu",
   [junit4]    >             "leader":"true"}}}},
   [junit4]    >     "router":{"name":"compositeId"},
   [junit4]    >     "replicationFactor":"1",
   [junit4]    >     "autoCreated":"true",
   [junit4]    >     "autoAddReplicas":"false",
   [junit4]    >     "maxShardsPerNode":"1"},
   [junit4]    >   "collection1":{
   [junit4]    >     "shards":{"shard1":{
   [junit4]    >         "range":"80000000-7fffffff",
   [junit4]    >         "state":"active",
   [junit4]    >         "replicas":{
   [junit4]    >           "core_node1":{
   [junit4]    >             "node_name":"127.0.0.1:47437_ei%2Fuu",
   [junit4]    >             "core":"collection1",
   [junit4]    >             "state":"active",
   [junit4]    >             "base_url":"http://127.0.0.1:47437/ei/uu",
   [junit4]    >             "leader":"true"},
   [junit4]    >           "core_node2":{
   [junit4]    >             "node_name":"127.0.0.1:47441_ei%2Fuu",
   [junit4]    >             "core":"collection1",
   [junit4]    >             "state":"recovering",
   [junit4]    >             "base_url":"http://127.0.0.1:47441/ei/uu"}}}},
   [junit4]    >     "router":{"name":"compositeId"},
   [junit4]    >     "replicationFactor":"1",
   [junit4]    >     "autoCreated":"true",
   [junit4]    >     "autoAddReplicas":"false",
   [junit4]    >     "maxShardsPerNode":"1"}}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D815A505B8855056:50419ADF16793DAE]:0)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:1920)
   [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> 1445656 T4580 C:control_collection S:shard1 c:collection1 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest D815A505B8855056-001
   [junit4]   2> 114862 T4579 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {multiDefault=Lucene50(blocksize=128), _version_=PostingsFormat(name=LuceneVarGapFixedInterval), timestamp=PostingsFormat(name=LuceneVarGapFixedInterval), a_t=PostingsFormat(name=LuceneVarGapFixedInterval), id=Lucene50(blocksize=128), intDefault=PostingsFormat(name=LuceneVarGapFixedInterval), text=PostingsFormat(name=LuceneFixedGap), range_facet_l=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{timestamp=DocValuesFormat(name=Memory)}, sim=DefaultSimilarity, locale=fr, timezone=Asia/Yekaterinburg
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_65 (64-bit)/cpus=16,threads=1,free=164932368,total=422051840
   [junit4]   2> NOTE: All tests run in this JVM: [TestStressVersions, PrimUtilsTest, TestZkChroot, TestElisionMultitermQuery, TestFaceting, QueryEqualityTest, TestSearchPerf, PreAnalyzedFieldTest, NoCacheHeaderTest, CoreAdminCreateDiscoverTest, CloudMLTQParserTest, SOLR749Test, CursorPagingTest, TestMergePolicyConfig, BlockDirectoryTest, TestManagedSchemaFieldTypeResource, SharedFSAutoReplicaFailoverUtilsTest, TestDistributedMissingSort, TestCloudManagedSchemaConcurrent, TestObjectReleaseTracker, TestCoreDiscovery, TestFieldResource, TestCloudSchemaless, TestReRankQParserPlugin, DistributedIntervalFacetingTest, ParsingFieldUpdateProcessorsTest, TestInitQParser, TestBadConfig, TestCopyFieldCollectionResource, SolrTestCaseJ4Test, TestFiltering, CollectionsAPIAsyncDistributedZkTest, BinaryUpdateRequestHandlerTest, RemoteQueryErrorTest, DeleteInactiveReplicaTest, TestSolrQueryParserDefaultOperatorResource, TestFastLRUCache, SuggestComponentTest, TestReqParamsAPI, TestJmxIntegration, TestAtomicUpdateErrorCases, DisMaxRequestHandlerTest, TestComplexPhraseQParserPlugin, TestPerFieldSimilarity, CursorMarkTest, TestFastOutputStream, ShowFileRequestHandlerTest, TestFieldTypeCollectionResource, TestNRTOpen, TestStressLucene, DistribDocExpirationUpdateProcessorTest, UUIDFieldTest, HardAutoCommitTest, TestSimpleQParserPlugin, ChangedSchemaMergeTest, HighlighterTest, TestRestoreCore, BasicDistributedZk2Test, ShardSplitTest, RecoveryAfterSoftCommitTest]
   [junit4] Completed [248/483] on J3 in 115.65s, 1 test, 1 failure <<< FAILURES!

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

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