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/15 12:02:14 UTC

[JENKINS] Lucene-Solr-Tests-5.x-Java7 - Build # 2950 - Failure

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

All tests passed

Build Log:
[...truncated 60150 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:443: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/extra-targets.xml:105: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/extra-targets.xml:204: The following files are missing svn:eol-style (or binary svn:mime-type):
* ./solr/core/src/java/org/apache/solr/response/WriteableValue.java
* ./solr/core/src/java/org/apache/solr/response/transform/RawValueTransformerFactory.java

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



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

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/2951/

1 tests failed.
REGRESSION:  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":{             "state":"active",             "core":"collection1",             "node_name":"127.0.0.1:55051__i",             "base_url":"http://127.0.0.1:55051/_i",             "leader":"true"}}}},     "replicationFactor":"1",     "autoAddReplicas":"false",     "router":{"name":"compositeId"},     "autoCreated":"true",     "maxShardsPerNode":"1"},   "collection1":{     "shards":{"shard1":{         "range":"80000000-7fffffff",         "state":"active",         "replicas":{           "core_node1":{             "state":"active",             "core":"collection1",             "node_name":"127.0.0.1:32801__i",             "base_url":"http://127.0.0.1:32801/_i",             "leader":"true"},           "core_node2":{             "state":"recovering",             "core":"collection1",             "node_name":"127.0.0.1:25709__i",             "base_url":"http://127.0.0.1:25709/_i"}}}},     "replicationFactor":"1",     "autoAddReplicas":"false",     "router":{"name":"compositeId"},     "autoCreated":"true",     "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":{
            "state":"active",
            "core":"collection1",
            "node_name":"127.0.0.1:55051__i",
            "base_url":"http://127.0.0.1:55051/_i",
            "leader":"true"}}}},
    "replicationFactor":"1",
    "autoAddReplicas":"false",
    "router":{"name":"compositeId"},
    "autoCreated":"true",
    "maxShardsPerNode":"1"},
  "collection1":{
    "shards":{"shard1":{
        "range":"80000000-7fffffff",
        "state":"active",
        "replicas":{
          "core_node1":{
            "state":"active",
            "core":"collection1",
            "node_name":"127.0.0.1:32801__i",
            "base_url":"http://127.0.0.1:32801/_i",
            "leader":"true"},
          "core_node2":{
            "state":"recovering",
            "core":"collection1",
            "node_name":"127.0.0.1:25709__i",
            "base_url":"http://127.0.0.1:25709/_i"}}}},
    "replicationFactor":"1",
    "autoAddReplicas":"false",
    "router":{"name":"compositeId"},
    "autoCreated":"true",
    "maxShardsPerNode":"1"}}
	at __randomizedtesting.SeedInfo.seed([77DCB930719E42AA:FF8886EADF622F52]: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 10062 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/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/init-core-data-001
   [junit4]   2> 1336152 T3579 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /_i/
   [junit4]   2> 1336157 T3579 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 1336157 T3580 oasc.ZkTestServer$2$1.setClientPort client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1336158 T3580 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1336258 T3579 oasc.ZkTestServer.run start zk server on port:53660
   [junit4]   2> 1336259 T3579 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1336259 T3579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1336263 T3587 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@f1fedc4 name:ZooKeeperConnection Watcher:127.0.0.1:53660 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1336264 T3579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1336264 T3579 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1336264 T3579 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1336267 T3579 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1336268 T3579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1336269 T3590 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1501b742 name:ZooKeeperConnection Watcher:127.0.0.1:53660/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1336269 T3579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1336269 T3579 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1336270 T3579 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1336272 T3579 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1336273 T3579 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1336274 T3579 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1336276 T3579 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> 1336276 T3579 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1336278 T3579 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> 1336279 T3579 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1336382 T3579 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> 1336382 T3579 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1336384 T3579 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> 1336384 T3579 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1336386 T3579 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> 1336386 T3579 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1336387 T3579 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> 1336388 T3579 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1336389 T3579 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> 1336389 T3579 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1336391 T3579 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> 1336391 T3579 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1336393 T3579 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> 1336393 T3579 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1336395 T3579 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> 1336395 T3579 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1336396 T3579 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> 1336397 T3579 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1337724 T3579 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/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/control-001/cores/collection1
   [junit4]   2> 1337727 T3579 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1337731 T3579 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:35005
   [junit4]   2> 1337732 T3579 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostContext=/_i, hostPort=55051, coreRootDirectory=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/control-001/cores, solr.data.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/tempDir-001/control/data}
   [junit4]   2> 1337732 T3579 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@3c56b64c
   [junit4]   2> 1337733 T3579 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/control-001/'
   [junit4]   2> 1337770 T3579 oasc.SolrXmlConfig.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/control-001/solr.xml
   [junit4]   2> 1337817 T3579 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/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/control-001/cores
   [junit4]   2> 1337817 T3579 oasc.CoreContainer.<init> New CoreContainer 1876095313
   [junit4]   2> 1337817 T3579 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/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/control-001/]
   [junit4]   2> 1337818 T3579 oasc.CoreContainer.load loading shared library: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/control-001/lib
   [junit4]   2> 1337818 T3579 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/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/control-001/lib).
   [junit4]   2> 1337828 T3579 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> 1337833 T3579 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1337834 T3579 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1337834 T3579 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1337835 T3579 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1337835 T3579 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53660/solr
   [junit4]   2> 1337835 T3579 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1337835 T3579 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1337836 T3579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1337837 T3602 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1b32a1f5 name:ZooKeeperConnection Watcher:127.0.0.1:53660 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1337838 T3579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1337838 T3579 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1337841 T3579 N:127.0.0.1:55051__i oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1337843 T3605 N:127.0.0.1:55051__i oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@36bd5e24 name:ZooKeeperConnection Watcher:127.0.0.1:53660/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1337843 T3579 N:127.0.0.1:55051__i oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1337845 T3579 N:127.0.0.1:55051__i oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1337847 T3579 N:127.0.0.1:55051__i oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1337849 T3579 N:127.0.0.1:55051__i oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 1337850 T3579 N:127.0.0.1:55051__i oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 1337852 T3579 N:127.0.0.1:55051__i oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 1337854 T3579 N:127.0.0.1:55051__i oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1337855 T3579 N:127.0.0.1:55051__i oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1337857 T3579 N:127.0.0.1:55051__i oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1337858 T3579 N:127.0.0.1:55051__i oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55051__i
   [junit4]   2> 1337858 T3579 N:127.0.0.1:55051__i oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:55051__i
   [junit4]   2> 1337860 T3579 N:127.0.0.1:55051__i oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1337861 T3579 N:127.0.0.1:55051__i oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1337862 T3579 N:127.0.0.1:55051__i oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1337864 T3579 N:127.0.0.1:55051__i oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:55051__i
   [junit4]   2> 1337864 T3579 N:127.0.0.1:55051__i oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1337865 T3579 N:127.0.0.1:55051__i oasc.Overseer.start Overseer (id=93657587073548291-127.0.0.1:55051__i-n_0000000000) starting
   [junit4]   2> 1337867 T3579 N:127.0.0.1:55051__i oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1337872 T3579 N:127.0.0.1:55051__i oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1337873 T3607 N:127.0.0.1:55051__i oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1337873 T3606 N:127.0.0.1:55051__i oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1337873 T3579 N:127.0.0.1:55051__i oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1337878 T3579 N:127.0.0.1:55051__i 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/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/control-001/cores
   [junit4]   2> 1337881 T3579 N:127.0.0.1:55051__i oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {dataDir=data/, loadOnStartup=true, name=collection1, absoluteInstDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/control-001/cores/collection1/, collection=control_collection, transient=false, schema=schema.xml, shard=, coreNodeName=, instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/control-001/cores/collection1, config=solrconfig.xml}
   [junit4]   2> 1337881 T3579 N:127.0.0.1:55051__i oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/control-001/cores/collection1/
   [junit4]   2> 1337881 T3579 N:127.0.0.1:55051__i oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1337882 T3609 N:127.0.0.1:55051__i C:control_collection c:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 1337882 T3609 N:127.0.0.1:55051__i C:control_collection c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1337883 T3609 N:127.0.0.1:55051__i oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1337883 T3605 N:127.0.0.1:55051__i oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1337884 T3606 N:127.0.0.1:55051__i oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:55051__i",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55051/_i",
   [junit4]   2> 	  "shard":null} current state version: 0
   [junit4]   2> 1337885 T3606 N:127.0.0.1:55051__i oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:55051__i",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55051/_i",
   [junit4]   2> 	  "shard":null}
   [junit4]   2> 1337885 T3606 N:127.0.0.1:55051__i oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 1337885 T3606 N:127.0.0.1:55051__i oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1337886 T3605 N:127.0.0.1:55051__i 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> 1338884 T3609 N:127.0.0.1:55051__i oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1338885 T3609 N:127.0.0.1:55051__i oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 1338885 T3609 N:127.0.0.1:55051__i oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1338885 T3609 N:127.0.0.1:55051__i oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1338886 T3609 N:127.0.0.1:55051__i oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1338886 T3609 N:127.0.0.1:55051__i oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/control-001/cores/collection1/'
   [junit4]   2> 1338897 T3609 N:127.0.0.1:55051__i oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1338899 T3609 N:127.0.0.1:55051__i oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1338906 T3609 N:127.0.0.1:55051__i oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1338921 T3609 N:127.0.0.1:55051__i oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.2.0
   [junit4]   2> 1338956 T3609 N:127.0.0.1:55051__i oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1339058 T3609 N:127.0.0.1:55051__i oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1339065 T3609 N:127.0.0.1:55051__i oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1339350 T3609 N:127.0.0.1:55051__i oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1339360 T3609 N:127.0.0.1:55051__i oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1339362 T3609 N:127.0.0.1:55051__i oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1339369 T3609 N:127.0.0.1:55051__i oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1339373 T3609 N:127.0.0.1:55051__i oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1339377 T3609 N:127.0.0.1:55051__i oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1339378 T3609 N:127.0.0.1:55051__i oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1339378 T3609 N:127.0.0.1:55051__i oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1339379 T3609 N:127.0.0.1:55051__i oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1339379 T3609 N:127.0.0.1:55051__i oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1339380 T3609 N:127.0.0.1:55051__i oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1339380 T3609 N:127.0.0.1:55051__i oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1339380 T3609 N:127.0.0.1:55051__i c:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1339380 T3609 N:127.0.0.1:55051__i 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/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/control-001/cores/collection1/, dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/control-001/cores/collection1/data/
   [junit4]   2> 1339381 T3609 N:127.0.0.1:55051__i c:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f3ae009
   [junit4]   2> 1339382 T3609 N:127.0.0.1:55051__i 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/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/control-001/cores/collection1/data
   [junit4]   2> 1339382 T3609 N:127.0.0.1:55051__i 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/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/control-001/cores/collection1/data/index/
   [junit4]   2> 1339382 T3609 N:127.0.0.1:55051__i 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/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1339383 T3609 N:127.0.0.1:55051__i 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/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/control-001/cores/collection1/data/index
   [junit4]   2> 1339383 T3609 N:127.0.0.1:55051__i c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=42, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=51.90234375, floorSegmentMB=1.5185546875, forceMergeDeletesPctAllowed=25.513388204564464, segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1339384 T3609 N:127.0.0.1:55051__i c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@157f123e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4986af78),segFN=segments_1,generation=1}
   [junit4]   2> 1339384 T3609 N:127.0.0.1:55051__i c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1339390 T3609 N:127.0.0.1:55051__i c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1339390 T3609 N:127.0.0.1:55051__i c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1339390 T3609 N:127.0.0.1:55051__i c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1339391 T3609 N:127.0.0.1:55051__i c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1339391 T3609 N:127.0.0.1:55051__i c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1339391 T3609 N:127.0.0.1:55051__i c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1339391 T3609 N:127.0.0.1:55051__i c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1339392 T3609 N:127.0.0.1:55051__i c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1339392 T3609 N:127.0.0.1:55051__i c:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1339411 T3609 N:127.0.0.1:55051__i c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1339414 T3609 N:127.0.0.1:55051__i c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1339417 T3609 N:127.0.0.1:55051__i c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1339419 T3609 N:127.0.0.1:55051__i c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1339425 T3609 N:127.0.0.1:55051__i c:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,/schema,/config,/update/json,/admin/threads,/update/csv,/update,/admin/logging,/admin/properties,/admin/system,/admin/ping,/admin/file,/get,/replication,/update/json/docs,/admin/luke,/admin/segments,/admin/plugins,standard
   [junit4]   2> 1339427 T3609 N:127.0.0.1:55051__i c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1339429 T3609 N:127.0.0.1:55051__i c:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1339429 T3609 N:127.0.0.1:55051__i c:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 1339431 T3609 N:127.0.0.1:55051__i c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1339431 T3609 N:127.0.0.1:55051__i c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1339432 T3609 N:127.0.0.1:55051__i c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=16.2978515625, floorSegmentMB=1.630859375, forceMergeDeletesPctAllowed=22.25098715051995, segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1339432 T3609 N:127.0.0.1:55051__i c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@157f123e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4986af78),segFN=segments_1,generation=1}
   [junit4]   2> 1339433 T3609 N:127.0.0.1:55051__i c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1339433 T3609 N:127.0.0.1:55051__i c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@59b980c4[collection1] main
   [junit4]   2> 1339433 T3609 N:127.0.0.1:55051__i c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1339434 T3609 N:127.0.0.1:55051__i c:collection1 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1339434 T3609 N:127.0.0.1:55051__i c:collection1 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1339435 T3609 N:127.0.0.1:55051__i c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1339435 T3609 N:127.0.0.1:55051__i c:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1339436 T3609 N:127.0.0.1:55051__i c:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1339436 T3609 N:127.0.0.1:55051__i c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1339436 T3609 N:127.0.0.1:55051__i c:collection1 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1339437 T3609 N:127.0.0.1:55051__i c:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1339437 T3609 N:127.0.0.1:55051__i c:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1339438 T3610 N:127.0.0.1:55051__i c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@59b980c4[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1339438 T3609 N:127.0.0.1:55051__i c:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1339439 T3613 N:127.0.0.1:55051__i C:control_collection S:shard1 c:collection1 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:55051/_i collection:control_collection shard:shard1
   [junit4]   2> 1339439 T3579 N:127.0.0.1:55051__i oass.SolrDispatchFilter.init user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2
   [junit4]   2> 1339440 T3579 N:127.0.0.1:55051__i oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1339440 T3613 N:127.0.0.1:55051__i C:control_collection S:shard1 c:collection1 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1339442 T3579 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1339443 T3579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1339443 T3613 N:127.0.0.1:55051__i C:control_collection S:shard1 c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1339444 T3617 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@694d798d name:ZooKeeperConnection Watcher:127.0.0.1:53660/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1339445 T3579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1339445 T3605 N:127.0.0.1:55051__i oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1339445 T3613 N:127.0.0.1:55051__i C:control_collection S:shard1 c:collection1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1339445 T3613 N:127.0.0.1:55051__i C:control_collection S:shard1 c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 1339445 T3579 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1339446 T3606 N:127.0.0.1:55051__i 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 C601 name=collection1 org.apache.solr.core.SolrCore@38d6ed8b url=http://127.0.0.1:55051/_i/collection1 node=127.0.0.1:55051__i C601_STATE=coll:control_collection core:collection1 props:{state=down, core=collection1, node_name=127.0.0.1:55051__i, base_url=http://127.0.0.1:55051/_i}
   [junit4]   2> 1339445 T3613 N:127.0.0.1:55051__i C:control_collection S:shard1 c:collection1 C601 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:55051/_i/collection1/
   [junit4]   2> 1339446 T3579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1339446 T3613 N:127.0.0.1:55051__i C:control_collection S:shard1 c:collection1 C601 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1339447 T3613 N:127.0.0.1:55051__i C:control_collection S:shard1 c:collection1 C601 oasc.SyncStrategy.syncToMe http://127.0.0.1:55051/_i/collection1/ has no replicas
   [junit4]   2> 1339448 T3613 N:127.0.0.1:55051__i C:control_collection S:shard1 c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:55051/_i/collection1/ shard1
   [junit4]   2> 1339448 T3613 N:127.0.0.1:55051__i C:control_collection S:shard1 c:collection1 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1339448 T3605 N:127.0.0.1:55051__i 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> 1339448 T3617 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 0)
   [junit4]   2> 1339450 T3579 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1339451 T3605 N:127.0.0.1:55051__i oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1339452 T3606 N:127.0.0.1:55051__i 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:55051/_i",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 1339556 T3617 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> 1339556 T3605 N:127.0.0.1:55051__i 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> 1339607 T3613 N:127.0.0.1:55051__i C:control_collection S:shard1 c:collection1 oasc.ZkController.register We are http://127.0.0.1:55051/_i/collection1/ and leader is http://127.0.0.1:55051/_i/collection1/
   [junit4]   2> 1339608 T3613 N:127.0.0.1:55051__i C:control_collection S:shard1 c:collection1 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:55051/_i
   [junit4]   2> 1339608 T3613 N:127.0.0.1:55051__i C:control_collection S:shard1 c:collection1 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1339608 T3613 N:127.0.0.1:55051__i C:control_collection S:shard1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 1339608 T3613 N:127.0.0.1:55051__i C:control_collection S:shard1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1339609 T3605 N:127.0.0.1:55051__i oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1339610 T3606 N:127.0.0.1:55051__i oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:55051__i",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55051/_i",
   [junit4]   2> 	  "shard":"shard1"} current state version: 3
   [junit4]   2> 1339611 T3606 N:127.0.0.1:55051__i oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:55051__i",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55051/_i",
   [junit4]   2> 	  "shard":"shard1"}
   [junit4]   2> 1339714 T3605 N:127.0.0.1:55051__i 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> 1339714 T3617 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> 1341076 T3579 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/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/shard-1-001/cores/collection1
   [junit4]   2> 1341079 T3579 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/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/shard-1-001
   [junit4]   2> 1341080 T3579 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1341084 T3579 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:42143
   [junit4]   2> 1341084 T3579 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostPort=32801, coreRootDirectory=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/shard-1-001/cores, hostContext=/_i, solr.data.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/tempDir-001/jetty1, solrconfig=solrconfig.xml}
   [junit4]   2> 1341085 T3579 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@3c56b64c
   [junit4]   2> 1341085 T3579 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/shard-1-001/'
   [junit4]   2> 1341135 T3579 oasc.SolrXmlConfig.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/shard-1-001/solr.xml
   [junit4]   2> 1341198 T3579 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/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/shard-1-001/cores
   [junit4]   2> 1341199 T3579 oasc.CoreContainer.<init> New CoreContainer 1878735452
   [junit4]   2> 1341199 T3579 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/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/shard-1-001/]
   [junit4]   2> 1341200 T3579 oasc.CoreContainer.load loading shared library: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/shard-1-001/lib
   [junit4]   2> 1341201 T3579 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/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/shard-1-001/lib).
   [junit4]   2> 1341213 T3579 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> 1341222 T3579 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1341224 T3579 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1341224 T3579 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1341224 T3579 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1341225 T3579 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53660/solr
   [junit4]   2> 1341225 T3579 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1341225 T3579 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1341226 T3579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1341228 T3629 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7c03464c name:ZooKeeperConnection Watcher:127.0.0.1:53660 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1341229 T3579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1341229 T3579 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1341233 T3579 N:127.0.0.1:32801__i oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1341235 T3632 N:127.0.0.1:32801__i oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@98f5cad name:ZooKeeperConnection Watcher:127.0.0.1:53660/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1341235 T3579 N:127.0.0.1:32801__i oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1341241 T3579 N:127.0.0.1:32801__i oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1342246 T3579 N:127.0.0.1:32801__i oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:32801__i
   [junit4]   2> 1342247 T3579 N:127.0.0.1:32801__i oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:32801__i
   [junit4]   2> 1342250 T3579 N:127.0.0.1:32801__i oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1342251 T3579 N:127.0.0.1:32801__i 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/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/shard-1-001/cores
   [junit4]   2> 1342253 T3579 N:127.0.0.1:32801__i oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {schema=schema.xml, dataDir=data/, instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/shard-1-001/cores/collection1, coreNodeName=, shard=, transient=false, name=collection1, config=solrconfig.xml, loadOnStartup=true, collection=collection1, absoluteInstDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/shard-1-001/cores/collection1/}
   [junit4]   2> 1342253 T3579 N:127.0.0.1:32801__i oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/shard-1-001/cores/collection1/
   [junit4]   2> 1342254 T3579 N:127.0.0.1:32801__i oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1342254 T3633 N:127.0.0.1:32801__i C:collection1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1342254 T3633 N:127.0.0.1:32801__i C:collection1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1342255 T3633 N:127.0.0.1:32801__i oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1342255 T3605 N:127.0.0.1:55051__i oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1342256 T3606 N:127.0.0.1:55051__i oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:32801__i",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:32801/_i",
   [junit4]   2> 	  "shard":null} current state version: 4
   [junit4]   2> 1342256 T3606 N:127.0.0.1:55051__i oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:32801__i",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:32801/_i",
   [junit4]   2> 	  "shard":null}
   [junit4]   2> 1342256 T3606 N:127.0.0.1:55051__i oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 1342257 T3606 N:127.0.0.1:55051__i oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1342258 T3617 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1342258 T3605 N:127.0.0.1:55051__i oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1342258 T3632 N:127.0.0.1:32801__i oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1343256 T3633 N:127.0.0.1:32801__i oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1343257 T3633 N:127.0.0.1:32801__i oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1343257 T3633 N:127.0.0.1:32801__i oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1343258 T3633 N:127.0.0.1:32801__i oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1343258 T3633 N:127.0.0.1:32801__i oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1343258 T3633 N:127.0.0.1:32801__i oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/shard-1-001/cores/collection1/'
   [junit4]   2> 1343275 T3633 N:127.0.0.1:32801__i oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1343277 T3633 N:127.0.0.1:32801__i oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1343289 T3633 N:127.0.0.1:32801__i oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1343331 T3633 N:127.0.0.1:32801__i oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.2.0
   [junit4]   2> 1343367 T3633 N:127.0.0.1:32801__i oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1343469 T3633 N:127.0.0.1:32801__i oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1343477 T3633 N:127.0.0.1:32801__i oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1343796 T3633 N:127.0.0.1:32801__i oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1343811 T3633 N:127.0.0.1:32801__i oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1343814 T3633 N:127.0.0.1:32801__i oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1343824 T3633 N:127.0.0.1:32801__i oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1343829 T3633 N:127.0.0.1:32801__i oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1343833 T3633 N:127.0.0.1:32801__i oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1343834 T3633 N:127.0.0.1:32801__i oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1343834 T3633 N:127.0.0.1:32801__i oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1343834 T3633 N:127.0.0.1:32801__i oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1343835 T3633 N:127.0.0.1:32801__i oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1343835 T3633 N:127.0.0.1:32801__i oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1343835 T3633 N:127.0.0.1:32801__i oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1343836 T3633 N:127.0.0.1:32801__i c:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1343836 T3633 N:127.0.0.1:32801__i 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/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/shard-1-001/cores/collection1/, dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/shard-1-001/cores/collection1/data/
   [junit4]   2> 1343836 T3633 N:127.0.0.1:32801__i c:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f3ae009
   [junit4]   2> 1343837 T3633 N:127.0.0.1:32801__i 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/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/shard-1-001/cores/collection1/data
   [junit4]   2> 1343838 T3633 N:127.0.0.1:32801__i 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/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/shard-1-001/cores/collection1/data/index/
   [junit4]   2> 1343838 T3633 N:127.0.0.1:32801__i 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/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/shard-1-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1343838 T3633 N:127.0.0.1:32801__i 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/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/shard-1-001/cores/collection1/data/index
   [junit4]   2> 1343839 T3633 N:127.0.0.1:32801__i c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=42, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=51.90234375, floorSegmentMB=1.5185546875, forceMergeDeletesPctAllowed=25.513388204564464, segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1343839 T3633 N:127.0.0.1:32801__i c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@66b24437 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@419cab8d),segFN=segments_1,generation=1}
   [junit4]   2> 1343840 T3633 N:127.0.0.1:32801__i c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1343846 T3633 N:127.0.0.1:32801__i c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1343847 T3633 N:127.0.0.1:32801__i c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1343847 T3633 N:127.0.0.1:32801__i c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1343847 T3633 N:127.0.0.1:32801__i c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1343848 T3633 N:127.0.0.1:32801__i c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1343848 T3633 N:127.0.0.1:32801__i c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1343848 T3633 N:127.0.0.1:32801__i c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1343849 T3633 N:127.0.0.1:32801__i c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1343849 T3633 N:127.0.0.1:32801__i c:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1343868 T3633 N:127.0.0.1:32801__i c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1343871 T3633 N:127.0.0.1:32801__i c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1343873 T3633 N:127.0.0.1:32801__i c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1343875 T3633 N:127.0.0.1:32801__i c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1343884 T3633 N:127.0.0.1:32801__i c:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,/schema,/config,/update/json,/admin/threads,/update/csv,/update,/admin/logging,/admin/properties,/admin/system,/admin/ping,/admin/file,/get,/replication,/update/json/docs,/admin/luke,/admin/segments,/admin/plugins,standard
   [junit4]   2> 1343886 T3633 N:127.0.0.1:32801__i c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1343888 T3633 N:127.0.0.1:32801__i c:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1343888 T3633 N:127.0.0.1:32801__i c:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 1343889 T3633 N:127.0.0.1:32801__i c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1343890 T3633 N:127.0.0.1:32801__i c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1343890 T3633 N:127.0.0.1:32801__i c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=16.2978515625, floorSegmentMB=1.630859375, forceMergeDeletesPctAllowed=22.25098715051995, segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1343891 T3633 N:127.0.0.1:32801__i c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@66b24437 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@419cab8d),segFN=segments_1,generation=1}
   [junit4]   2> 1343891 T3633 N:127.0.0.1:32801__i c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1343891 T3633 N:127.0.0.1:32801__i c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@48ec3961[collection1] main
   [junit4]   2> 1343892 T3633 N:127.0.0.1:32801__i c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1343892 T3633 N:127.0.0.1:32801__i c:collection1 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1343893 T3633 N:127.0.0.1:32801__i c:collection1 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1343893 T3633 N:127.0.0.1:32801__i c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1343893 T3633 N:127.0.0.1:32801__i c:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1343894 T3633 N:127.0.0.1:32801__i c:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1343894 T3633 N:127.0.0.1:32801__i c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1343894 T3633 N:127.0.0.1:32801__i c:collection1 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1343895 T3633 N:127.0.0.1:32801__i c:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1343895 T3633 N:127.0.0.1:32801__i c:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1343896 T3634 N:127.0.0.1:32801__i c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@48ec3961[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1343896 T3633 N:127.0.0.1:32801__i c:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1343897 T3637 N:127.0.0.1:32801__i C:collection1 S:shard1 c:collection1 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:32801/_i collection:collection1 shard:shard1
   [junit4]   2> 1343897 T3579 N:127.0.0.1:32801__i oass.SolrDispatchFilter.init user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2
   [junit4]   2> 1343897 T3579 N:127.0.0.1:32801__i oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1343898 T3637 N:127.0.0.1:32801__i C:collection1 S:shard1 c:collection1 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 1343901 T3637 N:127.0.0.1:32801__i C:collection1 S:shard1 c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1343902 T3605 N:127.0.0.1:55051__i oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1343903 T3637 N:127.0.0.1:32801__i C:collection1 S:shard1 c:collection1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1343903 T3637 N:127.0.0.1:32801__i C:collection1 S:shard1 c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C602 name=collection1 org.apache.solr.core.SolrCore@74367935 url=http://127.0.0.1:32801/_i/collection1 node=127.0.0.1:32801__i C602_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, node_name=127.0.0.1:32801__i, base_url=http://127.0.0.1:32801/_i}
   [junit4]   2> 1343903 T3637 N:127.0.0.1:32801__i C:collection1 S:shard1 c:collection1 C602 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:32801/_i/collection1/
   [junit4]   2> 1343903 T3637 N:127.0.0.1:32801__i C:collection1 S:shard1 c:collection1 C602 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1343903 T3606 N:127.0.0.1:55051__i 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> 1343903 T3637 N:127.0.0.1:32801__i C:collection1 S:shard1 c:collection1 C602 oasc.SyncStrategy.syncToMe http://127.0.0.1:32801/_i/collection1/ has no replicas
   [junit4]   2> 1343904 T3637 N:127.0.0.1:32801__i C:collection1 S:shard1 c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:32801/_i/collection1/ shard1
   [junit4]   2> 1343904 T3637 N:127.0.0.1:32801__i C:collection1 S:shard1 c:collection1 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1343905 T3605 N:127.0.0.1:55051__i oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1343905 T3617 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1343905 T3632 N:127.0.0.1:32801__i oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1343907 T3606 N:127.0.0.1:55051__i 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:32801/_i",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 6
   [junit4]   2> 1343909 T3605 N:127.0.0.1:55051__i oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1343910 T3605 N:127.0.0.1:55051__i oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1343910 T3617 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1343910 T3632 N:127.0.0.1:32801__i oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1343958 T3637 N:127.0.0.1:32801__i C:collection1 S:shard1 c:collection1 oasc.ZkController.register We are http://127.0.0.1:32801/_i/collection1/ and leader is http://127.0.0.1:32801/_i/collection1/
   [junit4]   2> 1343959 T3637 N:127.0.0.1:32801__i C:collection1 S:shard1 c:collection1 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:32801/_i
   [junit4]   2> 1343959 T3637 N:127.0.0.1:32801__i C:collection1 S:shard1 c:collection1 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1343959 T3637 N:127.0.0.1:32801__i C:collection1 S:shard1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 1343959 T3637 N:127.0.0.1:32801__i C:collection1 S:shard1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1343961 T3605 N:127.0.0.1:55051__i oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1343962 T3606 N:127.0.0.1:55051__i oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:32801__i",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:32801/_i",
   [junit4]   2> 	  "shard":"shard1"} current state version: 7
   [junit4]   2> 1343962 T3606 N:127.0.0.1:55051__i oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:32801__i",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:32801/_i",
   [junit4]   2> 	  "shard":"shard1"}
   [junit4]   2> 1344066 T3617 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1344066 T3632 N:127.0.0.1:32801__i oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1344066 T3605 N:127.0.0.1:55051__i oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1345199 T3579 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/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/shard-2-001/cores/collection1
   [junit4]   2> 1345202 T3579 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/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/shard-2-001
   [junit4]   2> 1345202 T3579 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1345205 T3579 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:13381
   [junit4]   2> 1345205 T3579 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solrconfig=solrconfig.xml, coreRootDirectory=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/shard-2-001/cores, solr.data.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/tempDir-001/jetty2, hostContext=/_i, hostPort=25709}
   [junit4]   2> 1345206 T3579 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@3c56b64c
   [junit4]   2> 1345206 T3579 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/shard-2-001/'
   [junit4]   2> 1345250 T3579 oasc.SolrXmlConfig.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/shard-2-001/solr.xml
   [junit4]   2> 1345308 T3579 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/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/shard-2-001/cores
   [junit4]   2> 1345308 T3579 oasc.CoreContainer.<init> New CoreContainer 691243207
   [junit4]   2> 1345309 T3579 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/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/shard-2-001/]
   [junit4]   2> 1345309 T3579 oasc.CoreContainer.load loading shared library: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/shard-2-001/lib
   [junit4]   2> 1345310 T3579 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/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/shard-2-001/lib).
   [junit4]   2> 1345319 T3579 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> 1345327 T3579 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1345328 T3579 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1345328 T3579 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1345328 T3579 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1345328 T3579 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53660/solr
   [junit4]   2> 1345329 T3579 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1345329 T3579 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1345329 T3579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1345331 T3650 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@34359593 name:ZooKeeperConnection Watcher:127.0.0.1:53660 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1345331 T3579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1345331 T3579 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1345334 T3579 N:127.0.0.1:25709__i oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1345335 T3653 N:127.0.0.1:25709__i oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@595dd16d name:ZooKeeperConnection Watcher:127.0.0.1:53660/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1345335 T3579 N:127.0.0.1:25709__i oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1345339 T3579 N:127.0.0.1:25709__i oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1346342 T3579 N:127.0.0.1:25709__i oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:25709__i
   [junit4]   2> 1346343 T3579 N:127.0.0.1:25709__i oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:25709__i
   [junit4]   2> 1346346 T3579 N:127.0.0.1:25709__i oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1346349 T3579 N:127.0.0.1:25709__i 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/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/shard-2-001/cores
   [junit4]   2> 1346351 T3579 N:127.0.0.1:25709__i oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collection1, coreNodeName=, dataDir=data/, schema=schema.xml, shard=, transient=false, loadOnStartup=true, instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/shard-2-001/cores/collection1, config=solrconfig.xml, absoluteInstDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/shard-2-001/cores/collection1/, collection=collection1}
   [junit4]   2> 1346352 T3579 N:127.0.0.1:25709__i oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/shard-2-001/cores/collection1/
   [junit4]   2> 1346352 T3579 N:127.0.0.1:25709__i oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1346353 T3654 N:127.0.0.1:25709__i C:collection1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1346353 T3654 N:127.0.0.1:25709__i C:collection1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1346354 T3654 N:127.0.0.1:25709__i oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1346354 T3605 N:127.0.0.1:55051__i oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1346355 T3606 N:127.0.0.1:55051__i oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:25709__i",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:25709/_i",
   [junit4]   2> 	  "shard":null} current state version: 8
   [junit4]   2> 1346356 T3606 N:127.0.0.1:55051__i oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:25709__i",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:25709/_i",
   [junit4]   2> 	  "shard":null}
   [junit4]   2> 1346356 T3606 N:127.0.0.1:55051__i oasco.ReplicaMutator.updateState Collection already exists with numShards=1
   [junit4]   2> 1346356 T3606 N:127.0.0.1:55051__i oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1346357 T3653 N:127.0.0.1:25709__i oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1346357 T3605 N:127.0.0.1:55051__i oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1346357 T3632 N:127.0.0.1:32801__i oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1346357 T3617 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1347355 T3654 N:127.0.0.1:25709__i oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1347356 T3654 N:127.0.0.1:25709__i oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1347356 T3654 N:127.0.0.1:25709__i oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1347357 T3654 N:127.0.0.1:25709__i oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1347357 T3654 N:127.0.0.1:25709__i oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1347358 T3654 N:127.0.0.1:25709__i oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/shard-2-001/cores/collection1/'
   [junit4]   2> 1347374 T3654 N:127.0.0.1:25709__i oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1347377 T3654 N:127.0.0.1:25709__i oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1347388 T3654 N:127.0.0.1:25709__i oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1347411 T3654 N:127.0.0.1:25709__i oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.2.0
   [junit4]   2> 1347462 T3654 N:127.0.0.1:25709__i oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1347564 T3654 N:127.0.0.1:25709__i oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1347575 T3654 N:127.0.0.1:25709__i oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1347888 T3654 N:127.0.0.1:25709__i oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1347899 T3654 N:127.0.0.1:25709__i oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1347901 T3654 N:127.0.0.1:25709__i oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1347909 T3654 N:127.0.0.1:25709__i oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1347912 T3654 N:127.0.0.1:25709__i oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1347915 T3654 N:127.0.0.1:25709__i oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1347915 T3654 N:127.0.0.1:25709__i oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1347915 T3654 N:127.0.0.1:25709__i oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 134

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

uild/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/shard-2-001/cores/collection1/data
   [junit4]   2> 1512744 T3653 N:127.0.0.1:25709__i oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/shard-2-001/cores/collection1/data/index.20150415093624194 [CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/shard-2-001/cores/collection1/data/index.20150415093624194;done=false>>]
   [junit4]   2> 1512744 T3653 N:127.0.0.1:25709__i oasc.CachingDirectoryFactory.close Closing directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001/shard-2-001/cores/collection1/data/index.20150415093624194
   [junit4]   2> 1512746 T3579 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/_i,null}
   [junit4]   2> 1512909 T3579 C:control_collection S:shard1 c:collection1 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:53660 53660
   [junit4]   2> 1513010 T3580 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:53660 53660
   [junit4]   2> 1513011 T3580 oasc.ZkTestServer$ZKServerMain.runFromConfig WARN Watch limit violations: 
   [junit4]   2> 	Maximum concurrent create/delete watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		4	/solr/aliases.json
   [junit4]   2> 		4	/solr/clusterstate.json
   [junit4]   2> 		3	/solr/configs/conf1
   [junit4]   2> 	
   [junit4]   2> 	Maximum concurrent children watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		4	/solr/live_nodes
   [junit4]   2> 		3	/solr/overseer/queue
   [junit4]   2> 		3	/solr/overseer/collection-queue-work
   [junit4]   2> 	
   [junit4]   2> 1513012 T3579 C:control_collection S:shard1 c:collection1 oasc.SocketProxy.close WARN Closing 1 connections to: http://127.0.0.1:25709/_i, target: http://127.0.0.1:13381/_i
   [junit4]   2> 1513012 T3579 C:control_collection S:shard1 c:collection1 oasc.SocketProxy.close WARN Closing 7 connections to: http://127.0.0.1:32801/_i, target: http://127.0.0.1:42143/_i
   [junit4]   2> 1513012 T3579 C:control_collection S:shard1 c:collection1 oasc.SocketProxy.close WARN Closing 0 connections to: http://127.0.0.1:55051/_i, target: http://127.0.0.1:35005/_i
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RecoveryAfterSoftCommitTest -Dtests.method=test -Dtests.seed=77DCB930719E42AA -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=nl_NL -Dtests.timezone=America/Argentina/Ushuaia -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE  177s J2 | 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]    >             "state":"active",
   [junit4]    >             "core":"collection1",
   [junit4]    >             "node_name":"127.0.0.1:55051__i",
   [junit4]    >             "base_url":"http://127.0.0.1:55051/_i",
   [junit4]    >             "leader":"true"}}}},
   [junit4]    >     "replicationFactor":"1",
   [junit4]    >     "autoAddReplicas":"false",
   [junit4]    >     "router":{"name":"compositeId"},
   [junit4]    >     "autoCreated":"true",
   [junit4]    >     "maxShardsPerNode":"1"},
   [junit4]    >   "collection1":{
   [junit4]    >     "shards":{"shard1":{
   [junit4]    >         "range":"80000000-7fffffff",
   [junit4]    >         "state":"active",
   [junit4]    >         "replicas":{
   [junit4]    >           "core_node1":{
   [junit4]    >             "state":"active",
   [junit4]    >             "core":"collection1",
   [junit4]    >             "node_name":"127.0.0.1:32801__i",
   [junit4]    >             "base_url":"http://127.0.0.1:32801/_i",
   [junit4]    >             "leader":"true"},
   [junit4]    >           "core_node2":{
   [junit4]    >             "state":"recovering",
   [junit4]    >             "core":"collection1",
   [junit4]    >             "node_name":"127.0.0.1:25709__i",
   [junit4]    >             "base_url":"http://127.0.0.1:25709/_i"}}}},
   [junit4]    >     "replicationFactor":"1",
   [junit4]    >     "autoAddReplicas":"false",
   [junit4]    >     "router":{"name":"compositeId"},
   [junit4]    >     "autoCreated":"true",
   [junit4]    >     "maxShardsPerNode":"1"}}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([77DCB930719E42AA:FF8886EADF622F52]: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> 1513037 T3579 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/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 77DCB930719E42AA-001
   [junit4]   2> 176890 T3578 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {a_t=FST50, id=FSTOrd50, text=PostingsFormat(name=LuceneVarGapDocFreqInterval), _version_=FST50, timestamp=FST50, range_facet_l=FST50, intDefault=FST50, multiDefault=PostingsFormat(name=Memory doPackFST= false)}, docValues:{timestamp=DocValuesFormat(name=Direct)}, sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=nl_NL, timezone=America/Argentina/Ushuaia
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_65 (64-bit)/cpus=16,threads=1,free=124439288,total=283639808
   [junit4]   2> NOTE: All tests run in this JVM: [DistributedSpellCheckComponentTest, TestSolrIndexConfig, TestManagedSynonymFilterFactory, TestHdfsUpdateLog, ActionThrottleTest, TestFastLRUCache, SignatureUpdateProcessorFactoryTest, TestCloudInspectUtil, TestPhraseSuggestions, DisMaxRequestHandlerTest, TimeZoneUtilsTest, TestHighFrequencyDictionaryFactory, TermsComponentTest, CoreAdminCreateDiscoverTest, TestImplicitCoreProperties, DistributedExpandComponentTest, CollectionReloadTest, TestRequestStatusCollectionAPI, ZkNodePropsTest, TestNonDefinedSimilarityFactory, TestSolrQueryParserResource, RemoteQueryErrorTest, TestAnalyzeInfixSuggestions, SpatialRPTFieldTypeTest, TestQueryTypes, TestComplexPhraseQParserPlugin, TestWordDelimiterFilterFactory, SystemInfoHandlerTest, LukeRequestHandlerTest, TestSerializedLuceneMatchVersion, TestMergePolicyConfig, DistributedTermsComponentTest, TestJettySolrRunner, TestJsonRequest, DefaultValueUpdateProcessorTest, CloudExitableDirectoryReaderTest, SuggesterTSTTest, TestJsonFacets, TestCloudManagedSchema, TestEmbeddedSolrServerConstructors, StandardRequestHandlerTest, TestStressVersions, HdfsThreadLeakTest, TestMiniSolrCloudClusterSSL, TestRandomDVFaceting, TestStressReorder, TestClassNameShortening, TestPivotHelperCode, TestStressUserVersions, FastVectorHighlighterTest, CollectionsAPIDistributedZkTest, TestManagedSchemaFieldTypeResource, UUIDFieldTest, PolyFieldTest, StatelessScriptUpdateProcessorFactoryTest, QueryEqualityTest, SOLR749Test, DocValuesMultiTest, LeaderFailoverAfterPartitionTest, ChaosMonkeyNothingIsSafeTest, BasicDistributedZkTest, RecoveryAfterSoftCommitTest]
   [junit4] Completed [244/482] on J2 in 177.93s, 1 test, 1 failure <<< FAILURES!

[...truncated 759 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: 482 suites, 1915 tests, 1 failure, 64 ignored (23 assumptions)

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