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/16 11:18:55 UTC

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

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

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

Stack Trace:
java.lang.AssertionError: Didn't see all replicas for shard shard1 in collection1 come up within 30000 ms! ClusterState: {
  "collection1":{
    "router":{"name":"compositeId"},
    "autoAddReplicas":"false",
    "autoCreated":"true",
    "shards":{"shard1":{
        "range":"80000000-7fffffff",
        "state":"active",
        "replicas":{
          "core_node1":{
            "state":"active",
            "core":"collection1",
            "base_url":"http://127.0.0.1:11075",
            "node_name":"127.0.0.1:11075_",
            "leader":"true"},
          "core_node2":{
            "state":"recovering",
            "core":"collection1",
            "base_url":"http://127.0.0.1:11084",
            "node_name":"127.0.0.1:11084_"}}}},
    "replicationFactor":"1",
    "maxShardsPerNode":"1"},
  "control_collection":{
    "router":{"name":"compositeId"},
    "autoAddReplicas":"false",
    "autoCreated":"true",
    "shards":{"shard1":{
        "range":"80000000-7fffffff",
        "state":"active",
        "replicas":{"core_node1":{
            "state":"active",
            "core":"collection1",
            "base_url":"http://127.0.0.1:11063",
            "node_name":"127.0.0.1:11063_",
            "leader":"true"}}}},
    "replicationFactor":"1",
    "maxShardsPerNode":"1"}}
	at __randomizedtesting.SeedInfo.seed([F785F400FD717312:7FD1CBDA538D1EEA]: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 10018 lines...]
   [junit4] Suite: org.apache.solr.cloud.RecoveryAfterSoftCommitTest
   [junit4]   2> Creating dataDir: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/init-core-data-001
   [junit4]   2> 1077814 T5114 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 1077819 T5114 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 1077820 T5115 oasc.ZkTestServer$2$1.setClientPort client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1077820 T5115 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1077920 T5114 oasc.ZkTestServer.run start zk server on port:11060
   [junit4]   2> 1077944 T5114 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> 1077946 T5114 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> 1078048 T5114 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> 1078050 T5114 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> 1078052 T5114 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> 1078053 T5114 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> 1078055 T5114 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> 1078057 T5114 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> 1078059 T5114 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> 1078060 T5114 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> 1078062 T5114 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> 1079452 T5114 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/control-001/cores/collection1
   [junit4]   2> 1079456 T5114 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1079460 T5114 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:11064
   [junit4]   2> 1079460 T5114 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostContext=/, coreRootDirectory=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/control-001/cores, hostPort=11063, solr.data.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/tempDir-001/control/data}
   [junit4]   2> 1079460 T5114 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@231bf785
   [junit4]   2> 1079461 T5114 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/control-001/'
   [junit4]   2> 1079503 T5114 oasc.SolrXmlConfig.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/control-001/solr.xml
   [junit4]   2> 1079556 T5114 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/control-001/cores
   [junit4]   2> 1079556 T5114 oasc.CoreContainer.<init> New CoreContainer 96397717
   [junit4]   2> 1079557 T5114 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/control-001/]
   [junit4]   2> 1079557 T5114 oasc.CoreContainer.load loading shared library: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/control-001/lib
   [junit4]   2> 1079558 T5114 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/control-001/lib).
   [junit4]   2> 1079568 T5114 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> 1079575 T5114 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1079576 T5114 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1079576 T5114 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1079577 T5114 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1079577 T5114 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:11060/solr
   [junit4]   2> 1079577 T5114 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1079593 T5114 N:127.0.0.1:11063_ oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:11063_
   [junit4]   2> 1079596 T5114 N:127.0.0.1:11063_ oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1079597 T5114 N:127.0.0.1:11063_ oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:11063_
   [junit4]   2> 1079598 T5114 N:127.0.0.1:11063_ oasc.Overseer.start Overseer (id=93662287884320771-127.0.0.1:11063_-n_0000000000) starting
   [junit4]   2> 1079604 T5114 N:127.0.0.1:11063_ oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1079604 T5142 N:127.0.0.1:11063_ oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1079605 T5141 N:127.0.0.1:11063_ oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1079607 T5114 N:127.0.0.1:11063_ oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/control-001/cores
   [junit4]   2> 1079609 T5114 N:127.0.0.1:11063_ oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {absoluteInstDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/control-001/cores/collection1/, shard=, config=solrconfig.xml, loadOnStartup=true, collection=control_collection, schema=schema.xml, instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/control-001/cores/collection1, coreNodeName=, transient=false, name=collection1, dataDir=data/}
   [junit4]   2> 1079610 T5114 N:127.0.0.1:11063_ oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/control-001/cores/collection1/
   [junit4]   2> 1079610 T5114 N:127.0.0.1:11063_ oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1079611 T5144 N:127.0.0.1:11063_ C:control_collection c:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 1079611 T5144 N:127.0.0.1:11063_ C:control_collection c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1079612 T5144 N:127.0.0.1:11063_ oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1079612 T5140 N:127.0.0.1:11063_ oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1079612 T5141 N:127.0.0.1:11063_ oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:11063",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "node_name":"127.0.0.1:11063_",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 1079613 T5141 N:127.0.0.1:11063_ oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:11063",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "node_name":"127.0.0.1:11063_",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1079613 T5141 N:127.0.0.1:11063_ oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 1079613 T5141 N:127.0.0.1:11063_ oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1080612 T5144 N:127.0.0.1:11063_ oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1080613 T5144 N:127.0.0.1:11063_ oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 1080613 T5144 N:127.0.0.1:11063_ oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1080614 T5144 N:127.0.0.1:11063_ oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/control-001/cores/collection1/'
   [junit4]   2> 1080628 T5144 N:127.0.0.1:11063_ oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1080630 T5144 N:127.0.0.1:11063_ oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1080638 T5144 N:127.0.0.1:11063_ oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1080656 T5144 N:127.0.0.1:11063_ oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.2.0
   [junit4]   2> 1080696 T5144 N:127.0.0.1:11063_ oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1080797 T5144 N:127.0.0.1:11063_ oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1080804 T5144 N:127.0.0.1:11063_ oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1081117 T5144 N:127.0.0.1:11063_ oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1081130 T5144 N:127.0.0.1:11063_ oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1081132 T5144 N:127.0.0.1:11063_ oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1081140 T5144 N:127.0.0.1:11063_ oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1081143 T5144 N:127.0.0.1:11063_ oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1081147 T5144 N:127.0.0.1:11063_ oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1081147 T5144 N:127.0.0.1:11063_ oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1081147 T5144 N:127.0.0.1:11063_ oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1081147 T5144 N:127.0.0.1:11063_ oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1081148 T5144 N:127.0.0.1:11063_ oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1081148 T5144 N:127.0.0.1:11063_ oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1081148 T5144 N:127.0.0.1:11063_ oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1081149 T5144 N:127.0.0.1:11063_ c:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1081149 T5144 N:127.0.0.1:11063_ c:collection1 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/control-001/cores/collection1/, dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/control-001/cores/collection1/data/
   [junit4]   2> 1081149 T5144 N:127.0.0.1:11063_ c:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@53dc65cf
   [junit4]   2> 1081150 T5144 N:127.0.0.1:11063_ c:collection1 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/control-001/cores/collection1/data
   [junit4]   2> 1081150 T5144 N:127.0.0.1:11063_ c:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/control-001/cores/collection1/data/index/
   [junit4]   2> 1081150 T5144 N:127.0.0.1:11063_ c:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1081150 T5144 N:127.0.0.1:11063_ c:collection1 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/control-001/cores/collection1/data/index
   [junit4]   2> 1081151 T5144 N:127.0.0.1:11063_ c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=89.9443359375, floorSegmentMB=0.748046875, forceMergeDeletesPctAllowed=22.411727365369305, segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1081151 T5144 N:127.0.0.1:11063_ c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@56bee8aa lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@f9d1d64),segFN=segments_1,generation=1}
   [junit4]   2> 1081151 T5144 N:127.0.0.1:11063_ c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1081156 T5144 N:127.0.0.1:11063_ c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1081156 T5144 N:127.0.0.1:11063_ c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1081156 T5144 N:127.0.0.1:11063_ c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1081156 T5144 N:127.0.0.1:11063_ c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1081157 T5144 N:127.0.0.1:11063_ c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1081157 T5144 N:127.0.0.1:11063_ c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1081157 T5144 N:127.0.0.1:11063_ c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1081157 T5144 N:127.0.0.1:11063_ c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1081158 T5144 N:127.0.0.1:11063_ c:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1081176 T5144 N:127.0.0.1:11063_ c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1081178 T5144 N:127.0.0.1:11063_ c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1081180 T5144 N:127.0.0.1:11063_ c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1081182 T5144 N:127.0.0.1:11063_ c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1081185 T5144 N:127.0.0.1:11063_ c:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/segments,/admin/mbeans,/admin/properties,/schema,/admin/logging,/update,/admin/system,/update/csv,/admin/plugins,/update/json,/replication,/admin/file,/config,standard,/admin/threads,/admin/luke,/update/json/docs,/admin/ping,/get
   [junit4]   2> 1081187 T5144 N:127.0.0.1:11063_ c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1081188 T5144 N:127.0.0.1:11063_ c:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1081189 T5144 N:127.0.0.1:11063_ c:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 1081190 T5144 N:127.0.0.1:11063_ c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1081190 T5144 N:127.0.0.1:11063_ c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1081191 T5144 N:127.0.0.1:11063_ c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=20, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=27.83984375, floorSegmentMB=0.7890625, forceMergeDeletesPctAllowed=13.114092842570116, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7301276800386564
   [junit4]   2> 1081191 T5144 N:127.0.0.1:11063_ c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@56bee8aa lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@f9d1d64),segFN=segments_1,generation=1}
   [junit4]   2> 1081192 T5144 N:127.0.0.1:11063_ c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1081192 T5144 N:127.0.0.1:11063_ c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@4b152dce[collection1] main
   [junit4]   2> 1081193 T5144 N:127.0.0.1:11063_ c:collection1 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1081193 T5144 N:127.0.0.1:11063_ c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1081193 T5144 N:127.0.0.1:11063_ c:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1081193 T5144 N:127.0.0.1:11063_ c:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1081194 T5144 N:127.0.0.1:11063_ c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1081194 T5144 N:127.0.0.1:11063_ c:collection1 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1081194 T5144 N:127.0.0.1:11063_ c:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1081194 T5144 N:127.0.0.1:11063_ c:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1081195 T5144 N:127.0.0.1:11063_ c:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1081195 T5145 N:127.0.0.1:11063_ c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4b152dce[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1081195 T5148 N:127.0.0.1:11063_ C:control_collection S:shard1 c:collection1 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:11063 collection:control_collection shard:shard1
   [junit4]   2> 1081195 T5114 N:127.0.0.1:11063_ oass.SolrDispatchFilter.init user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3
   [junit4]   2> 1081196 T5114 N:127.0.0.1:11063_ oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1081199 T5148 N:127.0.0.1:11063_ C:control_collection S:shard1 c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1081200 T5140 N:127.0.0.1:11063_ oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1081200 T5148 N:127.0.0.1:11063_ C:control_collection S:shard1 c:collection1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1081200 T5148 N:127.0.0.1:11063_ C:control_collection S:shard1 c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C931 name=collection1 org.apache.solr.core.SolrCore@7c84736c url=http://127.0.0.1:11063/collection1 node=127.0.0.1:11063_ C931_STATE=coll:control_collection core:collection1 props:{state=down, core=collection1, base_url=http://127.0.0.1:11063, node_name=127.0.0.1:11063_}
   [junit4]   2> 1081201 T5148 N:127.0.0.1:11063_ C:control_collection S:shard1 c:collection1 C931 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:11063/collection1/
   [junit4]   2> 1081201 T5141 N:127.0.0.1:11063_ 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> 1081201 T5148 N:127.0.0.1:11063_ C:control_collection S:shard1 c:collection1 C931 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1081201 T5148 N:127.0.0.1:11063_ C:control_collection S:shard1 c:collection1 C931 oasc.SyncStrategy.syncToMe http://127.0.0.1:11063/collection1/ has no replicas
   [junit4]   2> 1081201 T5148 N:127.0.0.1:11063_ C:control_collection S:shard1 c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:11063/collection1/ shard1
   [junit4]   2> 1081205 T5114 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1081205 T5114 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 1081205 T5140 N:127.0.0.1:11063_ oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1081206 T5141 N:127.0.0.1:11063_ 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:11063",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 1081209 T5141 N:127.0.0.1:11063_ oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "name":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "stateFormat":"2"} current state version: 2
   [junit4]   2> 1081209 T5141 N:127.0.0.1:11063_ oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 1081212 T5140 N:127.0.0.1:11063_ oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1081213 T5141 N:127.0.0.1:11063_ oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]   2> 1081256 T5148 N:127.0.0.1:11063_ C:control_collection S:shard1 c:collection1 oasc.ZkController.register We are http://127.0.0.1:11063/collection1/ and leader is http://127.0.0.1:11063/collection1/
   [junit4]   2> 1081257 T5148 N:127.0.0.1:11063_ C:control_collection S:shard1 c:collection1 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:11063
   [junit4]   2> 1081257 T5148 N:127.0.0.1:11063_ C:control_collection S:shard1 c:collection1 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1081257 T5148 N:127.0.0.1:11063_ C:control_collection S:shard1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 1081257 T5148 N:127.0.0.1:11063_ C:control_collection S:shard1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1081258 T5140 N:127.0.0.1:11063_ oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1081259 T5141 N:127.0.0.1:11063_ oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:11063",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "node_name":"127.0.0.1:11063_",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1"} current state version: 4
   [junit4]   2> 1081259 T5141 N:127.0.0.1:11063_ oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:11063",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "node_name":"127.0.0.1:11063_",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 1082189 T5114 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/shard-1-001/cores/collection1
   [junit4]   2> 1082191 T5114 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/shard-1-001
   [junit4]   2> 1082192 T5114 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1082195 T5114 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:11076
   [junit4]   2> 1082195 T5114 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostPort=11075, coreRootDirectory=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/shard-1-001/cores, solr.data.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/}
   [junit4]   2> 1082195 T5114 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@231bf785
   [junit4]   2> 1082195 T5114 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/shard-1-001/'
   [junit4]   2> 1082224 T5114 oasc.SolrXmlConfig.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/shard-1-001/solr.xml
   [junit4]   2> 1082259 T5114 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/shard-1-001/cores
   [junit4]   2> 1082259 T5114 oasc.CoreContainer.<init> New CoreContainer 40645802
   [junit4]   2> 1082259 T5114 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/shard-1-001/]
   [junit4]   2> 1082260 T5114 oasc.CoreContainer.load loading shared library: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/shard-1-001/lib
   [junit4]   2> 1082260 T5114 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/shard-1-001/lib).
   [junit4]   2> 1082269 T5114 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> 1082274 T5114 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1082274 T5114 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1082274 T5114 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1082275 T5114 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1082275 T5114 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:11060/solr
   [junit4]   2> 1082275 T5114 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1083287 T5114 N:127.0.0.1:11075_ oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:11075_
   [junit4]   2> 1083291 T5114 N:127.0.0.1:11075_ oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1083293 T5114 N:127.0.0.1:11075_ oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/shard-1-001/cores
   [junit4]   2> 1083295 T5114 N:127.0.0.1:11075_ oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {loadOnStartup=true, name=collection1, shard=, absoluteInstDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/shard-1-001/cores/collection1/, coreNodeName=, instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/shard-1-001/cores/collection1, schema=schema.xml, dataDir=data/, transient=false, config=solrconfig.xml, collection=collection1}
   [junit4]   2> 1083295 T5114 N:127.0.0.1:11075_ oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/shard-1-001/cores/collection1/
   [junit4]   2> 1083295 T5114 N:127.0.0.1:11075_ oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1083297 T5171 N:127.0.0.1:11075_ C:collection1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1083297 T5171 N:127.0.0.1:11075_ C:collection1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1083298 T5140 N:127.0.0.1:11063_ oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1083298 T5171 N:127.0.0.1:11075_ oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 1083299 T5141 N:127.0.0.1:11063_ oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:11075",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "node_name":"127.0.0.1:11075_",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 1083299 T5141 N:127.0.0.1:11063_ oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:11075",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "node_name":"127.0.0.1:11075_",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1083299 T5141 N:127.0.0.1:11063_ oasco.ReplicaMutator.updateState Collection already exists with numShards=1
   [junit4]   2> 1083299 T5141 N:127.0.0.1:11063_ oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1083300 T5171 N:127.0.0.1:11075_ oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1083300 T5141 N:127.0.0.1:11063_ oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 1084300 T5171 N:127.0.0.1:11075_ oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1084301 T5171 N:127.0.0.1:11075_ oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1084301 T5171 N:127.0.0.1:11075_ oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1084302 T5171 N:127.0.0.1:11075_ oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/shard-1-001/cores/collection1/'
   [junit4]   2> 1084315 T5171 N:127.0.0.1:11075_ oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1084316 T5171 N:127.0.0.1:11075_ oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1084323 T5171 N:127.0.0.1:11075_ oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1084339 T5171 N:127.0.0.1:11075_ oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.2.0
   [junit4]   2> 1084385 T5171 N:127.0.0.1:11075_ oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1084486 T5171 N:127.0.0.1:11075_ oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1084492 T5171 N:127.0.0.1:11075_ oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1084776 T5171 N:127.0.0.1:11075_ oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1084787 T5171 N:127.0.0.1:11075_ oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1084789 T5171 N:127.0.0.1:11075_ oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1084798 T5171 N:127.0.0.1:11075_ oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1084801 T5171 N:127.0.0.1:11075_ oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1084804 T5171 N:127.0.0.1:11075_ oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1084805 T5171 N:127.0.0.1:11075_ oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1084805 T5171 N:127.0.0.1:11075_ oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1084805 T5171 N:127.0.0.1:11075_ oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1084806 T5171 N:127.0.0.1:11075_ oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1084806 T5171 N:127.0.0.1:11075_ oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1084806 T5171 N:127.0.0.1:11075_ oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1084806 T5171 N:127.0.0.1:11075_ c:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1084807 T5171 N:127.0.0.1:11075_ c:collection1 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/shard-1-001/cores/collection1/, dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/shard-1-001/cores/collection1/data/
   [junit4]   2> 1084807 T5171 N:127.0.0.1:11075_ c:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@53dc65cf
   [junit4]   2> 1084807 T5171 N:127.0.0.1:11075_ c:collection1 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/shard-1-001/cores/collection1/data
   [junit4]   2> 1084808 T5171 N:127.0.0.1:11075_ c:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/shard-1-001/cores/collection1/data/index/
   [junit4]   2> 1084808 T5171 N:127.0.0.1:11075_ c:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/shard-1-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1084808 T5171 N:127.0.0.1:11075_ c:collection1 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/shard-1-001/cores/collection1/data/index
   [junit4]   2> 1084808 T5171 N:127.0.0.1:11075_ c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=89.9443359375, floorSegmentMB=0.748046875, forceMergeDeletesPctAllowed=22.411727365369305, segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1084809 T5171 N:127.0.0.1:11075_ c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2fabce11 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3865d68a),segFN=segments_1,generation=1}
   [junit4]   2> 1084809 T5171 N:127.0.0.1:11075_ c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1084815 T5171 N:127.0.0.1:11075_ c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1084815 T5171 N:127.0.0.1:11075_ c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1084815 T5171 N:127.0.0.1:11075_ c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1084815 T5171 N:127.0.0.1:11075_ c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1084815 T5171 N:127.0.0.1:11075_ c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1084816 T5171 N:127.0.0.1:11075_ c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1084816 T5171 N:127.0.0.1:11075_ c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1084816 T5171 N:127.0.0.1:11075_ c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1084816 T5171 N:127.0.0.1:11075_ c:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1084829 T5171 N:127.0.0.1:11075_ c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1084830 T5171 N:127.0.0.1:11075_ c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1084832 T5171 N:127.0.0.1:11075_ c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1084833 T5171 N:127.0.0.1:11075_ c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1084839 T5171 N:127.0.0.1:11075_ c:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/segments,/admin/mbeans,/admin/properties,/schema,/admin/logging,/update,/admin/system,/update/csv,/admin/plugins,/update/json,/replication,/admin/file,/config,standard,/admin/threads,/admin/luke,/update/json/docs,/admin/ping,/get
   [junit4]   2> 1084841 T5171 N:127.0.0.1:11075_ c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1084842 T5171 N:127.0.0.1:11075_ c:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1084842 T5171 N:127.0.0.1:11075_ c:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 1084843 T5171 N:127.0.0.1:11075_ c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1084843 T5171 N:127.0.0.1:11075_ c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1084844 T5171 N:127.0.0.1:11075_ c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=20, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=27.83984375, floorSegmentMB=0.7890625, forceMergeDeletesPctAllowed=13.114092842570116, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7301276800386564
   [junit4]   2> 1084845 T5171 N:127.0.0.1:11075_ c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2fabce11 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3865d68a),segFN=segments_1,generation=1}
   [junit4]   2> 1084845 T5171 N:127.0.0.1:11075_ c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1084845 T5171 N:127.0.0.1:11075_ c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@2d2ac7a0[collection1] main
   [junit4]   2> 1084846 T5171 N:127.0.0.1:11075_ c:collection1 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1084847 T5171 N:127.0.0.1:11075_ c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1084847 T5171 N:127.0.0.1:11075_ c:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1084847 T5171 N:127.0.0.1:11075_ c:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1084848 T5171 N:127.0.0.1:11075_ c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1084848 T5171 N:127.0.0.1:11075_ c:collection1 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1084848 T5171 N:127.0.0.1:11075_ c:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1084848 T5171 N:127.0.0.1:11075_ c:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1084849 T5172 N:127.0.0.1:11075_ c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2d2ac7a0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1084850 T5171 N:127.0.0.1:11075_ c:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1084851 T5175 N:127.0.0.1:11075_ C:collection1 S:shard1 c:collection1 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:11075 collection:collection1 shard:shard1
   [junit4]   2> 1084851 T5114 N:127.0.0.1:11075_ oass.SolrDispatchFilter.init user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3
   [junit4]   2> 1084851 T5114 N:127.0.0.1:11075_ oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1084855 T5175 N:127.0.0.1:11075_ C:collection1 S:shard1 c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1084856 T5140 N:127.0.0.1:11063_ oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1084856 T5175 N:127.0.0.1:11075_ C:collection1 S:shard1 c:collection1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1084857 T5175 N:127.0.0.1:11075_ C:collection1 S:shard1 c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C932 name=collection1 org.apache.solr.core.SolrCore@fdc33b1 url=http://127.0.0.1:11075/collection1 node=127.0.0.1:11075_ C932_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, base_url=http://127.0.0.1:11075, node_name=127.0.0.1:11075_}
   [junit4]   2> 1084857 T5175 N:127.0.0.1:11075_ C:collection1 S:shard1 c:collection1 C932 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:11075/collection1/
   [junit4]   2> 1084857 T5141 N:127.0.0.1:11063_ 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> 1084857 T5175 N:127.0.0.1:11075_ C:collection1 S:shard1 c:collection1 C932 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1084858 T5175 N:127.0.0.1:11075_ C:collection1 S:shard1 c:collection1 C932 oasc.SyncStrategy.syncToMe http://127.0.0.1:11075/collection1/ has no replicas
   [junit4]   2> 1084858 T5175 N:127.0.0.1:11075_ C:collection1 S:shard1 c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:11075/collection1/ shard1
   [junit4]   2> 1084858 T5141 N:127.0.0.1:11063_ oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 1084861 T5140 N:127.0.0.1:11063_ oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1084862 T5141 N:127.0.0.1:11063_ 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:11075",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 5
   [junit4]   2> 1084863 T5141 N:127.0.0.1:11063_ oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 1084912 T5175 N:127.0.0.1:11075_ C:collection1 S:shard1 c:collection1 oasc.ZkController.register We are http://127.0.0.1:11075/collection1/ and leader is http://127.0.0.1:11075/collection1/
   [junit4]   2> 1084913 T5175 N:127.0.0.1:11075_ C:collection1 S:shard1 c:collection1 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:11075
   [junit4]   2> 1084913 T5175 N:127.0.0.1:11075_ C:collection1 S:shard1 c:collection1 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1084913 T5175 N:127.0.0.1:11075_ C:collection1 S:shard1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 1084913 T5175 N:127.0.0.1:11075_ C:collection1 S:shard1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1084914 T5140 N:127.0.0.1:11063_ oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1084915 T5141 N:127.0.0.1:11063_ oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:11075",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "node_name":"127.0.0.1:11075_",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1"} current state version: 5
   [junit4]   2> 1084916 T5141 N:127.0.0.1:11063_ oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:11075",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "node_name":"127.0.0.1:11075_",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 1084917 T5141 N:127.0.0.1:11063_ oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 1085972 T5114 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/shard-2-001/cores/collection1
   [junit4]   2> 1085974 T5114 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/shard-2-001
   [junit4]   2> 1085975 T5114 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1085978 T5114 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:11085
   [junit4]   2> 1085978 T5114 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/, hostPort=11084, coreRootDirectory=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/shard-2-001/cores}
   [junit4]   2> 1085979 T5114 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@231bf785
   [junit4]   2> 1085979 T5114 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/shard-2-001/'
   [junit4]   2> 1086013 T5114 oasc.SolrXmlConfig.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/shard-2-001/solr.xml
   [junit4]   2> 1086052 T5114 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/shard-2-001/cores
   [junit4]   2> 1086053 T5114 oasc.CoreContainer.<init> New CoreContainer 1273450548
   [junit4]   2> 1086053 T5114 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/shard-2-001/]
   [junit4]   2> 1086053 T5114 oasc.CoreContainer.load loading shared library: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/shard-2-001/lib
   [junit4]   2> 1086054 T5114 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/shard-2-001/lib).
   [junit4]   2> 1086063 T5114 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> 1086068 T5114 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1086069 T5114 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1086069 T5114 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1086069 T5114 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1086069 T5114 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:11060/solr
   [junit4]   2> 1086069 T5114 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1087085 T5114 N:127.0.0.1:11084_ oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:11084_
   [junit4]   2> 1087089 T5114 N:127.0.0.1:11084_ oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1087091 T5114 N:127.0.0.1:11084_ oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/shard-2-001/cores
   [junit4]   2> 1087094 T5114 N:127.0.0.1:11084_ oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/shard-2-001/cores/collection1, collection=collection1, config=solrconfig.xml, schema=schema.xml, loadOnStartup=true, name=collection1, shard=, dataDir=data/, coreNodeName=, transient=false, absoluteInstDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/shard-2-001/cores/collection1/}
   [junit4]   2> 1087094 T5114 N:127.0.0.1:11084_ oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/shard-2-001/cores/collection1/
   [junit4]   2> 1087095 T5114 N:127.0.0.1:11084_ oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1087097 T5192 N:127.0.0.1:11084_ C:collection1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1087097 T5192 N:127.0.0.1:11084_ C:collection1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1087098 T5140 N:127.0.0.1:11063_ oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1087099 T5192 N:127.0.0.1:11084_ oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 1087099 T5141 N:127.0.0.1:11063_ oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:11084",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "node_name":"127.0.0.1:11084_",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 1087100 T5141 N:127.0.0.1:11063_ oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:11084",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "node_name":"127.0.0.1:11084_",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1087100 T5141 N:127.0.0.1:11063_ oasco.ReplicaMutator.updateState Collection already exists with numShards=1
   [junit4]   2> 1087100 T5141 N:127.0.0.1:11063_ oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1087100 T5192 N:127.0.0.1:11084_ oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1087101 T5141 N:127.0.0.1:11063_ oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 4
   [junit4]   2> 1088101 T5192 N:127.0.0.1:11084_ oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1088102 T5192 N:127.0.0.1:11084_ oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1088102 T5192 N:127.0.0.1:11084_ oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1088103 T5192 N:127.0.0.1:11084_ oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/shard-2-001/cores/collection1/'
   [junit4]   2> 1088116 T5192 N:127.0.0.1:11084_ oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1088118 T5192 N:127.0.0.1:11084_ oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1088125 T5192 N:127.0.0.1:11084_ oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1088140 T5192 N:127.0.0.1:11084_ oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.2.0
   [junit4]   2> 1088174 T5192 N:127.0.0.1:11084_ oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1088275 T5192 N:127.0.0.1:11084_ oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1088282 T5192 N:127.0.0.1:11084_ oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1088554 T5192 N:127.0.0.1:11084_ oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1088565 T5192 N:127.0.0.1:11084_ oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1088567 T5192 N:127.0.0.1:11084_ oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1088575 T5192 N:127.0.0.1:11084_ oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1088578 T5192 N:127.0.0.1:11084_ oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1088581 T5192 N:127.0.0.1:11084_ oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1088582 T5192 N:127.0.0.1:11084_ oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1088582 T5192 N:127.0.0.1:11084_ oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1088582 T5192 N:127.0.0.1:11084_ oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1088583 T5192 N:127.0.0.1:11084_ oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1088583 T5192 N:127.0.0.1:11084_ oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1088583 T5192 N:127.0.0.1:11084_ oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1088583 T5192 N:127.0.0.1:11084_ c:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1088583 T5192 N:127.0.0.1:11084_ c:collection1 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/shard-2-001/cores/collection1/, dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/shard-2-001/cores/collection1/data/
   [junit4]   2> 1088584 T5192 N:127.0.0.1:11084_ c:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@53dc65cf
   [junit4]   2> 1088584 T5192 N:127.0.0.1:11084_ c:collection1 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/shard-2-001/cores/collection1/data
   [junit4]   2> 1088584 T5192 N:127.0.0.1:11084_ c:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/shard-2-001/cores/collection1/data/index/
   [junit4]   2> 1088585 T5192 N:127.0.0.1:11084_ c:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/shard-2-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1088585 T5192 N:127.0.0.1:11084_ c:collection1 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/shard-2-001/cores/collection1/data/index
   [junit4]   2> 1088585 T5192 N:127.0.0.1:11084_ c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=89.9443359375, floorSegmentMB=0.748046875, forceMergeDeletesPctAllowed=22.411727365369305, segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1088586 T5192 N:127.0.0.1:11084_ c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@19152183 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3a4b2c52),segFN=segments_1,generation=1}
   [junit4]   2> 1088586 T5192 N:127.0.0.1:11084_ c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1088591 T5192 N:127.0.0.1:11084_ c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1088591 T5192 N:127.0.0.1:11084_ c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1088592 T5192 N:127.0.0.1:11084_ c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1088592 T5192 N:127.0.0.1:11084_ c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1088592 T5192 N:127.0.0.1:11084_ c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1088592 T5192 N:127.0.0.1:11084_ c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1088593 T5192 N:127.0.0.1:11084_ c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1088593 T5192 N:127.0.0.1:11084_ c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1088593 T5192 N:127.0.0.1:11084_ c:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1088605 T5192 N:127.0.0.1:11084_ c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1088607 T5192 N:127.0.0.1:11084_ c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1088608 T5192 N:127.0.0.1:11084_ c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1088610 T5192 N:127.0.0.1:11084_ c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1088616 T5192 N:127.0.0.1:11084_ c:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/segments,/admin/mbeans,/admin/properties,/schema,/admin/logging,/update,/admin/system,/update/csv,/admin/plugins,/update/json,/replication,/admin/file,/config,standard,/admin/threads,/admin/luke,/update/json/docs,/admin/ping,/get
   [junit4]   2> 1088618 T5192 N:127.0.0.1:11084_ c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1088619 T5192 N:127.0.0.1:11084_ c:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1088619 T5192 N:127.0.0.1:11084_ c:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 1088620 T5192 N:127.0.0.1:11084_ c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1088620 T5192 N:127.0.0.1:11084_ c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1088621 T5192 N:127.0.0.1:11084_ c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=20, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=27.83984375, floorSegmentMB=0.7890625, forceMergeDeletesPctAllowed=13.114092842570116, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7301276800386564
   [junit4]   2> 1088622 T5192 N:127.0.0.1:11084_ c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@19152183 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3a4b2c52),segFN=segments_1,generation=1}
   [junit4]   2> 1088622 T5192 N:127.0.0.1:11084_ c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1088622 T5192 N:127.0.0.1:11084_ c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@2bfa1637[collection1] main
   [junit4]   2> 1088623 T5192 N:127.0.0.1:11084_ c:collection1 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1088623 T5192 N:127.0.0.1:11084_ c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1088624 T5192 N:127.0.0.1:11084_ c:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1088624 T5192 N:127.0.0.1:11084_ c:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1088624 T5192 N:127.0.0.1:11084_ c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1088624 T5192 N:127.0.0.1:11084_ c:collection1 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1088625 T5192 N:127.0.0.1:11084_ c:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1088625 T5192 N:127.0.0.1:11084_ c:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1088626 T5193 N:127.0.0.1:11084_ c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2bfa1637[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1088626 T5192 N:127.0.0.1:11084_ c:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1088627 T5196 N:127.0.0.1:11084_ C:collection1 S:shard1 c:collection1 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:11084 collection:collection1 shard:shard1
   [junit4]   2> 1088627 T5114 N:127.0.0.1:11084_ oass.SolrDispatchFilter.init user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3
   [junit4]   2> 1088628 T5114 N:127.0.0.1:11084_ oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1088629 T5196 N:127.0.0.1:11084_ C:collection1 S:shard1 c:collection1 oasc.ZkController.register We are http://127.0.0.1:11084/collection1/ and leader is http://127.0.0.1:11075/collection1/
   [junit4]   2> 1088629 T5196 N:127.0.0.1:11084_ C:collection1 S:shard1 c:collection1 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:11084
   [junit4]   2> 1088629 T5196 N:127.0.0.1:11084_ C:collection1 S:shard1 c:collection1 oasc.ZkController.checkRecovery Core needs to recover:collection1
   [junit4]   2> 1088629 T5196 N:127.0.0.1:11084_ C:collection1 S:shard1 c:collection1 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
   [junit4]   2> ASYNC  NEW_CORE C933 name=collection1 org.apache.solr.core.SolrCore@5fd85780 url=http://127.0.0.1:11084/collection1 node=127.0.0.1:11084_ C933_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, base_url=http://127.0.0.1:11084, node_name=127.0.0.1:11084_}
   [junit4]   2> 1088630 T5198 N:127.0.0.1:11084_ C:collection1 S:shard1 c:collection1 C933 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
   [junit4]   2> 1088631 T5198 N:127.0.0.1:11084_ C:collection1 S:shard1 c:collection1 C933 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
   [junit4]   2> 1088631 T5198 N:127.0.0.1:11084_ C:collection1 S:shard1 c:collection1 C933 oasc.RecoveryStrategy.doRecovery Publishing state of core collection1 as recovering, leader is http://127.0.0.1:11075/collection1/ and I am http://127.0.0.1:11084/collection1/
   [junit4]   2> 1088631 T5198 N:127.0.0.1:11084_ C:collection1 S:shard1 c:collection1 C933 oasc.ZkController.publish publishing core=collection1 state=recovering collection=collection1
   [junit4]   2> 1088631 T5198 N:127.0.0.1:11084_ C:collection1 S:shard1 c:collection1 C933 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1088632 T5140 N:127.0.0.1:11063_ oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1088633 T5198 N:127.0.0.1:11084_ C:collection1 S:shard1 c:collection1 C933 oasc.RecoveryStrategy.sendPrepRecoveryCmd Sending prep recovery command to http://127.0.0.1:11075; WaitForState: action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1%3A11084_&coreNodeName=core_node2&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true
   [junit4]   2> 1088633 T5141 N:127.0.0.1:11063_ oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "state":"recovering",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:11084",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "node_name":"127.0.0.1:11084_",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node2"} current state version: 5
   [junit4]   2> 1088634 T5141 N:127.0.0.1:11063_ oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "state":"recovering",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:11084",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "node_name":"127.0.0.1:11084_",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 1088634 T5114 oas.SolrTestCaseJ4.setUp ###Starting test
   [junit4]   2> 1088634 T5176 oasc.SocketProxy$Acceptor.run accepted Socket[addr=/140.211.11.196,port=11093,localport=11075], receiveBufferSize:6565888
   [junit4]   2> 1088635 T5141 N:127.0.0.1:11063_ oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 5
   [junit4]   2> 1088638 T5176 oasc.SocketProxy$Bridge.<init> proxy connection Socket[addr=/127.0.0.1,port=11076,localport=11095], receiveBufferSize=6565888
   [junit4]   2> 1088639 T5176 oasc.SocketProxy$Acceptor.run accepted Socket[addr=/140.211.11.196,port=11094,localport=11075], receiveBufferSize:6565888
   [junit4]   2> 1088639 T5158 N:127.0.0.1:11075_ oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: core_node2, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 1088639 T5176 oasc.SocketProxy$Bridge.<init> proxy connection Socket[addr=/127.0.0.1,port=11076,localport=11096], receiveBufferSize=6565888
   [junit4]   2> 1088642 T5158 N:127.0.0.1:11075_ oasha.CoreAdminHandler.handleWaitForStateAction Will wait a max of 183 seconds to see collection1 (shard1 of collection1) have state: recovering
   [junit4]   2> 1088643 T5158 N:127.0.0.1:11075_ oasha.CoreAdminHandler.handleWaitForStateAction In WaitForState(recovering): collection=collection1, shard=shard1, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:11084_, coreNodeName=core_node2, onlyIfActiveCheckResult=false, nodeProps: core_node2:{"state":"recovering","core":"collection1","base_url":"http://127.0.0.1:11084","node_name":"127.0.0.1:11084_"}
   [junit4]   2> 1088643 T5158 N:127.0.0.1:11075_ oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: core_node2, state: recovering, checkLive: true, onlyIfLeader: true for: 0 seconds.
   [junit4]   2> 1088643 T5158 N:127.0.0.1:11075_ oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={state=recovering&nodeName=127.0.0.1:11084_&core=collection1&coreNodeName=core_node2&version=2&onlyIfLeader=true&onlyIfLeaderActive=true&checkLive=true&action=PREPRECOVERY&wt=jav

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

g directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/shard-2-001/cores/collection1/data/index.20150416203151980
   [junit4]   2> 1203317 T5239 N:127.0.0.1:11084_ oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/shard-2-001/cores/collection1/data [CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/shard-2-001/cores/collection1/data;done=false>>]
   [junit4]   2> 1203317 T5239 N:127.0.0.1:11084_ oasc.CachingDirectoryFactory.close Closing directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001/shard-2-001/cores/collection1/data
   [junit4]   2> 1204006 T5191 N:127.0.0.1:11084_ oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1204008 T5114 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
   [junit4]   2> 1204177 T5114 C:control_collection S:shard1 c:collection1 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:11060 11060
   [junit4]   2> 1204277 T5115 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:11060 11060
   [junit4]   2> 1204279 T5115 oasc.ZkTestServer$ZKServerMain.runFromConfig WARN Watch limit violations: 
   [junit4]   2> 	Maximum concurrent create/delete watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		4	/solr/clusterstate.json
   [junit4]   2> 		4	/solr/aliases.json
   [junit4]   2> 		3	/solr/configs/conf1
   [junit4]   2> 		2	/solr/collections/collection1/state.json
   [junit4]   2> 	
   [junit4]   2> 	Maximum concurrent children watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		4	/solr/live_nodes
   [junit4]   2> 		3	/solr/overseer/collection-queue-work
   [junit4]   2> 		2	/solr/overseer/queue
   [junit4]   2> 	
   [junit4]   2> 1204280 T5114 C:control_collection S:shard1 c:collection1 oasc.SocketProxy.close WARN Closing 0 connections to: http://127.0.0.1:11063/, target: http://127.0.0.1:11064/
   [junit4]   2> 1204280 T5114 C:control_collection S:shard1 c:collection1 oasc.SocketProxy.close WARN Closing 6 connections to: http://127.0.0.1:11075/, target: http://127.0.0.1:11076/
   [junit4]   2> 1204280 T5114 C:control_collection S:shard1 c:collection1 oasc.SocketProxy.close WARN Closing 1 connections to: http://127.0.0.1:11084/, target: http://127.0.0.1:11085/
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RecoveryAfterSoftCommitTest -Dtests.method=test -Dtests.seed=F785F400FD717312 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=tr -Dtests.timezone=Pacific/Funafuti -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE  126s J3 | RecoveryAfterSoftCommitTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Didn't see all replicas for shard shard1 in collection1 come up within 30000 ms! ClusterState: {
   [junit4]    >   "collection1":{
   [junit4]    >     "router":{"name":"compositeId"},
   [junit4]    >     "autoAddReplicas":"false",
   [junit4]    >     "autoCreated":"true",
   [junit4]    >     "shards":{"shard1":{
   [junit4]    >         "range":"80000000-7fffffff",
   [junit4]    >         "state":"active",
   [junit4]    >         "replicas":{
   [junit4]    >           "core_node1":{
   [junit4]    >             "state":"active",
   [junit4]    >             "core":"collection1",
   [junit4]    >             "base_url":"http://127.0.0.1:11075",
   [junit4]    >             "node_name":"127.0.0.1:11075_",
   [junit4]    >             "leader":"true"},
   [junit4]    >           "core_node2":{
   [junit4]    >             "state":"recovering",
   [junit4]    >             "core":"collection1",
   [junit4]    >             "base_url":"http://127.0.0.1:11084",
   [junit4]    >             "node_name":"127.0.0.1:11084_"}}}},
   [junit4]    >     "replicationFactor":"1",
   [junit4]    >     "maxShardsPerNode":"1"},
   [junit4]    >   "control_collection":{
   [junit4]    >     "router":{"name":"compositeId"},
   [junit4]    >     "autoAddReplicas":"false",
   [junit4]    >     "autoCreated":"true",
   [junit4]    >     "shards":{"shard1":{
   [junit4]    >         "range":"80000000-7fffffff",
   [junit4]    >         "state":"active",
   [junit4]    >         "replicas":{"core_node1":{
   [junit4]    >             "state":"active",
   [junit4]    >             "core":"collection1",
   [junit4]    >             "base_url":"http://127.0.0.1:11063",
   [junit4]    >             "node_name":"127.0.0.1:11063_",
   [junit4]    >             "leader":"true"}}}},
   [junit4]    >     "replicationFactor":"1",
   [junit4]    >     "maxShardsPerNode":"1"}}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F785F400FD717312:7FD1CBDA538D1EEA]: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> 1204290 T5114 C:control_collection S:shard1 c:collection1 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest F785F400FD717312-001
   [junit4]   2> 126481 T5113 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {_version_=Lucene50(blocksize=128), text=PostingsFormat(name=Direct), a_t=Lucene50(blocksize=128), intDefault=Lucene50(blocksize=128), id=FSTOrd50, timestamp=Lucene50(blocksize=128), range_facet_l=Lucene50(blocksize=128), multiDefault=PostingsFormat(name=Memory doPackFST= true)}, docValues:{timestamp=DocValuesFormat(name=Asserting)}, sim=DefaultSimilarity, locale=tr, timezone=Pacific/Funafuti
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_65 (64-bit)/cpus=16,threads=1,free=188567296,total=385351680
   [junit4]   2> NOTE: All tests run in this JVM: [TestStressUserVersions, TestHighlightDedupGrouping, MultiTermTest, JSONWriterTest, TestJsonRequest, HdfsDirectoryTest, TestExactSharedStatsCache, TestPostingsSolrHighlighter, SolrInfoMBeanTest, SignatureUpdateProcessorFactoryTest, MultiThreadedOCPTest, DistributedQueryComponentOptimizationTest, TestCloudManagedSchemaConcurrent, CollectionReloadTest, AnalyticsQueryTest, TestDefaultStatsCache, BJQParserTest, HdfsSyncSliceTest, MergeStrategyTest, UpdateParamsTest, TestRebalanceLeaders, TestCloudManagedSchema, TestExtendedDismaxParser, TestInfoStreamLogging, TestCollectionAPI, ShardRoutingTest, DistanceUnitsTest, TestBM25SimilarityFactory, TestStressLucene, TestExpandComponent, DistribJoinFromCollectionTest, TestInitQParser, SynonymTokenizerTest, SolrXmlInZkTest, OutOfBoxZkACLAndCredentialsProvidersTest, StatsComponentTest, TestUpdate, SpatialRPTFieldTypeTest, CursorPagingTest, SuggesterTSTTest, TestNoOpRegenerator, DateMathParserTest, QueryResultKeyTest, TestSuggestSpellingConverter, DistributedTermsComponentTest, ScriptEngineTest, TestSolr4Spatial, SolrCloudExampleTest, SpellCheckCollatorTest, TestConfigOverlay, TestLMDirichletSimilarityFactory, SaslZkACLProviderTest, TestHashQParserPlugin, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestGroupingSearch, TestSchemaResource, UniqFieldsUpdateProcessorFactoryTest, RecoveryAfterSoftCommitTest]
   [junit4] Completed [242/483] on J3 in 127.26s, 1 test, 1 failure <<< FAILURES!

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

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



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

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

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

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

Stack Trace:
java.lang.AssertionError: There were too many update fails (36 > 20) - we expect it can happen, but shouldn't easily
	at __randomizedtesting.SeedInfo.seed([5CCD2BE00931DEA:8D98ED64AE6F7012]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertFalse(Assert.java:68)
	at org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.test(ChaosMonkeyNothingIsSafeTest.java:230)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java: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)


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

Error Message:
Didn't see all replicas for shard shard1 in c8n_1x2 come up within 30000 ms! ClusterState: {   "c8n_1x2":{     "replicationFactor":"2",     "shards":{"shard1":{         "range":"80000000-7fffffff",         "state":"active",         "replicas":{           "core_node1":{             "state":"active",             "core":"c8n_1x2_shard1_replica1",             "base_url":"http://127.0.0.1:35279",             "node_name":"127.0.0.1:35279_",             "leader":"true"},           "core_node2":{             "state":"recovering",             "core":"c8n_1x2_shard1_replica2",             "base_url":"http://127.0.0.1:35270",             "node_name":"127.0.0.1:35270_"}}}},     "autoAddReplicas":"false",     "router":{"name":"compositeId"},     "maxShardsPerNode":"1"},   "control_collection":{     "replicationFactor":"1",     "shards":{"shard1":{         "range":"80000000-7fffffff",         "state":"active",         "replicas":{"core_node1":{             "state":"active",             "core":"collection1",             "base_url":"http://127.0.0.1:35265",             "node_name":"127.0.0.1:35265_",             "leader":"true"}}}},     "autoAddReplicas":"false",     "router":{"name":"compositeId"},     "autoCreated":"true",     "maxShardsPerNode":"1"},   "collection1":{     "replicationFactor":"1",     "shards":{       "shard1":{         "range":"80000000-ffffffff",         "state":"active",         "replicas":{"core_node2":{             "state":"active",             "core":"collection1",             "base_url":"http://127.0.0.1:35274",             "node_name":"127.0.0.1:35274_",             "leader":"true"}}},       "shard2":{         "range":"0-7fffffff",         "state":"active",         "replicas":{           "core_node1":{             "state":"active",             "core":"collection1",             "base_url":"http://127.0.0.1:35270",             "node_name":"127.0.0.1:35270_",             "leader":"true"},           "core_node3":{             "state":"active",             "core":"collection1",             "base_url":"http://127.0.0.1:35279",             "node_name":"127.0.0.1:35279_"}}}},     "autoAddReplicas":"false",     "router":{"name":"compositeId"},     "autoCreated":"true",     "maxShardsPerNode":"1"}}

Stack Trace:
java.lang.AssertionError: Didn't see all replicas for shard shard1 in c8n_1x2 come up within 30000 ms! ClusterState: {
  "c8n_1x2":{
    "replicationFactor":"2",
    "shards":{"shard1":{
        "range":"80000000-7fffffff",
        "state":"active",
        "replicas":{
          "core_node1":{
            "state":"active",
            "core":"c8n_1x2_shard1_replica1",
            "base_url":"http://127.0.0.1:35279",
            "node_name":"127.0.0.1:35279_",
            "leader":"true"},
          "core_node2":{
            "state":"recovering",
            "core":"c8n_1x2_shard1_replica2",
            "base_url":"http://127.0.0.1:35270",
            "node_name":"127.0.0.1:35270_"}}}},
    "autoAddReplicas":"false",
    "router":{"name":"compositeId"},
    "maxShardsPerNode":"1"},
  "control_collection":{
    "replicationFactor":"1",
    "shards":{"shard1":{
        "range":"80000000-7fffffff",
        "state":"active",
        "replicas":{"core_node1":{
            "state":"active",
            "core":"collection1",
            "base_url":"http://127.0.0.1:35265",
            "node_name":"127.0.0.1:35265_",
            "leader":"true"}}}},
    "autoAddReplicas":"false",
    "router":{"name":"compositeId"},
    "autoCreated":"true",
    "maxShardsPerNode":"1"},
  "collection1":{
    "replicationFactor":"1",
    "shards":{
      "shard1":{
        "range":"80000000-ffffffff",
        "state":"active",
        "replicas":{"core_node2":{
            "state":"active",
            "core":"collection1",
            "base_url":"http://127.0.0.1:35274",
            "node_name":"127.0.0.1:35274_",
            "leader":"true"}}},
      "shard2":{
        "range":"0-7fffffff",
        "state":"active",
        "replicas":{
          "core_node1":{
            "state":"active",
            "core":"collection1",
            "base_url":"http://127.0.0.1:35270",
            "node_name":"127.0.0.1:35270_",
            "leader":"true"},
          "core_node3":{
            "state":"active",
            "core":"collection1",
            "base_url":"http://127.0.0.1:35279",
            "node_name":"127.0.0.1:35279_"}}}},
    "autoAddReplicas":"false",
    "router":{"name":"compositeId"},
    "autoCreated":"true",
    "maxShardsPerNode":"1"}}
	at __randomizedtesting.SeedInfo.seed([5CCD2BE00931DEA:8D98ED64AE6F7012]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:1920)
	at org.apache.solr.cloud.HttpPartitionTest.testRf2(HttpPartitionTest.java:237)
	at org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.java:105)
	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 9497 lines...]
   [junit4] Suite: org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest
   [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.ChaosMonkeyNothingIsSafeTest 5CCD2BE00931DEA-001/init-core-data-001
   [junit4]   2> 280915 T716 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /du_ttp/wz
   [junit4]   2> 280921 T716 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 280921 T717 oasc.ZkTestServer$2$1.setClientPort client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 280921 T717 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 281021 T716 oasc.ZkTestServer.run start zk server on port:35037
   [junit4]   2> 281022 T716 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 281022 T716 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 281025 T724 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@75d21c8b name:ZooKeeperConnection Watcher:127.0.0.1:35037 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 281025 T716 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 281026 T716 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 281026 T716 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 281028 T716 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 281029 T716 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 281030 T727 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5ace3de6 name:ZooKeeperConnection Watcher:127.0.0.1:35037/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 281030 T716 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 281030 T716 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 281031 T716 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 281032 T716 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 281033 T716 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 281034 T716 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 281035 T716 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> 281036 T716 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 281038 T716 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 281038 T716 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 281040 T716 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> 281040 T716 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 281042 T716 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> 281042 T716 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 281043 T716 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> 281044 T716 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 281045 T716 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> 281046 T716 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 281047 T716 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> 281047 T716 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 281048 T716 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> 281049 T716 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 281050 T716 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> 281051 T716 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 281052 T716 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> 281052 T716 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 281054 T716 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> 281054 T716 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 282316 T716 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.ChaosMonkeyNothingIsSafeTest 5CCD2BE00931DEA-001/control-001/cores/collection1
   [junit4]   2> 282320 T716 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 282323 T716 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:35041
   [junit4]   2> 282323 T716 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {coreRootDirectory=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 5CCD2BE00931DEA-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.ChaosMonkeyNothingIsSafeTest 5CCD2BE00931DEA-001/tempDir-001/control/data, hostPort=35041, hostContext=/du_ttp/wz}
   [junit4]   2> 282324 T716 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@57bd06bf
   [junit4]   2> 282324 T716 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/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 5CCD2BE00931DEA-001/control-001/'
   [junit4]   2> 282368 T716 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/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 5CCD2BE00931DEA-001/control-001/solr.xml
   [junit4]   2> 282421 T716 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/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 5CCD2BE00931DEA-001/control-001/cores
   [junit4]   2> 282421 T716 oasc.CoreContainer.<init> New CoreContainer 1932685704
   [junit4]   2> 282422 T716 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/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 5CCD2BE00931DEA-001/control-001/]
   [junit4]   2> 282422 T716 oasc.CoreContainer.load loading shared library: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 5CCD2BE00931DEA-001/control-001/lib
   [junit4]   2> 282423 T716 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/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 5CCD2BE00931DEA-001/control-001/lib).
   [junit4]   2> 282433 T716 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> 282441 T716 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 282441 T716 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 282442 T716 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 282442 T716 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 282442 T716 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:35037/solr
   [junit4]   2> 282443 T716 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 282443 T716 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 282443 T716 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 282445 T739 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@322b8ca3 name:ZooKeeperConnection Watcher:127.0.0.1:35037 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 282446 T716 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 282446 T716 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 282448 T716 N:127.0.0.1:35041_du_ttp%2Fwz oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 282449 T742 N:127.0.0.1:35041_du_ttp%2Fwz oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2c5114bf name:ZooKeeperConnection Watcher:127.0.0.1:35037/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 282449 T716 N:127.0.0.1:35041_du_ttp%2Fwz oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 282450 T716 N:127.0.0.1:35041_du_ttp%2Fwz oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 282451 T716 N:127.0.0.1:35041_du_ttp%2Fwz oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 282453 T716 N:127.0.0.1:35041_du_ttp%2Fwz oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 282454 T716 N:127.0.0.1:35041_du_ttp%2Fwz oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 282455 T716 N:127.0.0.1:35041_du_ttp%2Fwz oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 282457 T716 N:127.0.0.1:35041_du_ttp%2Fwz oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 282458 T716 N:127.0.0.1:35041_du_ttp%2Fwz oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 282459 T716 N:127.0.0.1:35041_du_ttp%2Fwz oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 282460 T716 N:127.0.0.1:35041_du_ttp%2Fwz oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35041_du_ttp%2Fwz
   [junit4]   2> 282460 T716 N:127.0.0.1:35041_du_ttp%2Fwz oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:35041_du_ttp%2Fwz
   [junit4]   2> 282461 T716 N:127.0.0.1:35041_du_ttp%2Fwz oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 282462 T716 N:127.0.0.1:35041_du_ttp%2Fwz oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 282463 T716 N:127.0.0.1:35041_du_ttp%2Fwz oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 282464 T716 N:127.0.0.1:35041_du_ttp%2Fwz oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:35041_du_ttp%2Fwz
   [junit4]   2> 282465 T716 N:127.0.0.1:35041_du_ttp%2Fwz oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 282465 T716 N:127.0.0.1:35041_du_ttp%2Fwz oasc.Overseer.start Overseer (id=93666018841067523-127.0.0.1:35041_du_ttp%2Fwz-n_0000000000) starting
   [junit4]   2> 282467 T716 N:127.0.0.1:35041_du_ttp%2Fwz oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 282471 T716 N:127.0.0.1:35041_du_ttp%2Fwz oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 282471 T744 N:127.0.0.1:35041_du_ttp%2Fwz oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 282471 T716 N:127.0.0.1:35041_du_ttp%2Fwz oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 282471 T743 N:127.0.0.1:35041_du_ttp%2Fwz oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 282474 T716 N:127.0.0.1:35041_du_ttp%2Fwz 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/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 5CCD2BE00931DEA-001/control-001/cores
   [junit4]   2> 282478 T716 N:127.0.0.1:35041_du_ttp%2Fwz oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {collection=control_collection, absoluteInstDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 5CCD2BE00931DEA-001/control-001/cores/collection1/, config=solrconfig.xml, transient=false, coreNodeName=, instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 5CCD2BE00931DEA-001/control-001/cores/collection1, loadOnStartup=true, schema=schema.xml, name=collection1, dataDir=data/, shard=}
   [junit4]   2> 282479 T716 N:127.0.0.1:35041_du_ttp%2Fwz 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/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 5CCD2BE00931DEA-001/control-001/cores/collection1/
   [junit4]   2> 282479 T716 N:127.0.0.1:35041_du_ttp%2Fwz oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 282480 T746 N:127.0.0.1:35041_du_ttp%2Fwz C:control_collection c:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 282480 T746 N:127.0.0.1:35041_du_ttp%2Fwz C:control_collection c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 282481 T746 N:127.0.0.1:35041_du_ttp%2Fwz oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 282481 T742 N:127.0.0.1:35041_du_ttp%2Fwz oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 282482 T743 N:127.0.0.1:35041_du_ttp%2Fwz oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:35041/du_ttp/wz",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "node_name":"127.0.0.1:35041_du_ttp%2Fwz",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 282482 T743 N:127.0.0.1:35041_du_ttp%2Fwz oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:35041/du_ttp/wz",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "node_name":"127.0.0.1:35041_du_ttp%2Fwz",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 282483 T743 N:127.0.0.1:35041_du_ttp%2Fwz oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 282483 T743 N:127.0.0.1:35041_du_ttp%2Fwz oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 282484 T742 N:127.0.0.1:35041_du_ttp%2Fwz 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> 283481 T746 N:127.0.0.1:35041_du_ttp%2Fwz oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 283482 T746 N:127.0.0.1:35041_du_ttp%2Fwz oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 283483 T746 N:127.0.0.1:35041_du_ttp%2Fwz oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 283483 T746 N:127.0.0.1:35041_du_ttp%2Fwz oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 283484 T746 N:127.0.0.1:35041_du_ttp%2Fwz oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 283484 T746 N:127.0.0.1:35041_du_ttp%2Fwz 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/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 5CCD2BE00931DEA-001/control-001/cores/collection1/'
   [junit4]   2> 283502 T746 N:127.0.0.1:35041_du_ttp%2Fwz oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 283505 T746 N:127.0.0.1:35041_du_ttp%2Fwz oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 283516 T746 N:127.0.0.1:35041_du_ttp%2Fwz oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 283538 T746 N:127.0.0.1:35041_du_ttp%2Fwz oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.2.0
   [junit4]   2> 283587 T746 N:127.0.0.1:35041_du_ttp%2Fwz oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 283588 T746 N:127.0.0.1:35041_du_ttp%2Fwz oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 283599 T746 N:127.0.0.1:35041_du_ttp%2Fwz oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 283942 T746 N:127.0.0.1:35041_du_ttp%2Fwz oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 283945 T746 N:127.0.0.1:35041_du_ttp%2Fwz oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 283947 T746 N:127.0.0.1:35041_du_ttp%2Fwz oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 283951 T746 N:127.0.0.1:35041_du_ttp%2Fwz oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 283974 T746 N:127.0.0.1:35041_du_ttp%2Fwz oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 283975 T746 N:127.0.0.1:35041_du_ttp%2Fwz c:collection1 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 284021 T746 N:127.0.0.1:35041_du_ttp%2Fwz 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/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 5CCD2BE00931DEA-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.ChaosMonkeyNothingIsSafeTest 5CCD2BE00931DEA-001/control-001/cores/collection1/data/
   [junit4]   2> 284022 T746 N:127.0.0.1:35041_du_ttp%2Fwz c:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a93d960
   [junit4]   2> 284024 T746 N:127.0.0.1:35041_du_ttp%2Fwz 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.ChaosMonkeyNothingIsSafeTest 5CCD2BE00931DEA-001/control-001/cores/collection1/data
   [junit4]   2> 284025 T746 N:127.0.0.1:35041_du_ttp%2Fwz 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.ChaosMonkeyNothingIsSafeTest 5CCD2BE00931DEA-001/control-001/cores/collection1/data/index/
   [junit4]   2> 284026 T746 N:127.0.0.1:35041_du_ttp%2Fwz 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.ChaosMonkeyNothingIsSafeTest 5CCD2BE00931DEA-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 284026 T746 N:127.0.0.1:35041_du_ttp%2Fwz 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.ChaosMonkeyNothingIsSafeTest 5CCD2BE00931DEA-001/control-001/cores/collection1/data/index
   [junit4]   2> 284028 T746 N:127.0.0.1:35041_du_ttp%2Fwz c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1206455432, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 284033 T746 N:127.0.0.1:35041_du_ttp%2Fwz c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 5CCD2BE00931DEA-001/control-001/cores/collection1/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 284034 T746 N:127.0.0.1:35041_du_ttp%2Fwz c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 284041 T746 N:127.0.0.1:35041_du_ttp%2Fwz c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 284042 T746 N:127.0.0.1:35041_du_ttp%2Fwz c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 284042 T746 N:127.0.0.1:35041_du_ttp%2Fwz c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 284042 T746 N:127.0.0.1:35041_du_ttp%2Fwz c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 284043 T746 N:127.0.0.1:35041_du_ttp%2Fwz c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 284043 T746 N:127.0.0.1:35041_du_ttp%2Fwz c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 284044 T746 N:127.0.0.1:35041_du_ttp%2Fwz c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 284044 T746 N:127.0.0.1:35041_du_ttp%2Fwz c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 284044 T746 N:127.0.0.1:35041_du_ttp%2Fwz c:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 284063 T746 N:127.0.0.1:35041_du_ttp%2Fwz c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 284065 T746 N:127.0.0.1:35041_du_ttp%2Fwz c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 284068 T746 N:127.0.0.1:35041_du_ttp%2Fwz c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 284070 T746 N:127.0.0.1:35041_du_ttp%2Fwz c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 284077 T746 N:127.0.0.1:35041_du_ttp%2Fwz c:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/system,/update/json/docs,/admin/properties,/admin/ping,/admin/file,/config,/admin/threads,/replication,/get,/update/json,/update/csv,/admin/logging,/admin/segments,standard,/admin/luke,/admin/mbeans,/admin/plugins,/schema,/update
   [junit4]   2> 284079 T746 N:127.0.0.1:35041_du_ttp%2Fwz c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 284079 T746 N:127.0.0.1:35041_du_ttp%2Fwz c:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 284080 T746 N:127.0.0.1:35041_du_ttp%2Fwz c:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 284081 T746 N:127.0.0.1:35041_du_ttp%2Fwz c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 284081 T746 N:127.0.0.1:35041_du_ttp%2Fwz c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 284082 T746 N:127.0.0.1:35041_du_ttp%2Fwz c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=43, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1602002767793204]
   [junit4]   2> 284084 T746 N:127.0.0.1:35041_du_ttp%2Fwz c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 5CCD2BE00931DEA-001/control-001/cores/collection1/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 284084 T746 N:127.0.0.1:35041_du_ttp%2Fwz c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 284085 T746 N:127.0.0.1:35041_du_ttp%2Fwz c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@4db8e620[collection1] main
   [junit4]   2> 284085 T746 N:127.0.0.1:35041_du_ttp%2Fwz c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 284086 T746 N:127.0.0.1:35041_du_ttp%2Fwz c:collection1 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 284086 T746 N:127.0.0.1:35041_du_ttp%2Fwz c:collection1 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 284087 T746 N:127.0.0.1:35041_du_ttp%2Fwz c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 284087 T746 N:127.0.0.1:35041_du_ttp%2Fwz c:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 284087 T746 N:127.0.0.1:35041_du_ttp%2Fwz c:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 284088 T746 N:127.0.0.1:35041_du_ttp%2Fwz c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 284088 T746 N:127.0.0.1:35041_du_ttp%2Fwz c:collection1 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 284089 T746 N:127.0.0.1:35041_du_ttp%2Fwz c:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 284089 T746 N:127.0.0.1:35041_du_ttp%2Fwz c:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 284090 T746 N:127.0.0.1:35041_du_ttp%2Fwz c:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 284090 T747 N:127.0.0.1:35041_du_ttp%2Fwz c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4db8e620[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 284091 T750 N:127.0.0.1:35041_du_ttp%2Fwz C:control_collection S:shard1 c:collection1 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:35041/du_ttp/wz collection:control_collection shard:shard1
   [junit4]   2> 284091 T716 N:127.0.0.1:35041_du_ttp%2Fwz 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> 284092 T716 N:127.0.0.1:35041_du_ttp%2Fwz oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 284092 T750 N:127.0.0.1:35041_du_ttp%2Fwz C:control_collection S:shard1 c:collection1 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 284095 T716 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 284095 T716 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 284096 T750 N:127.0.0.1:35041_du_ttp%2Fwz C:control_collection S:shard1 c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 284097 T753 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@653c9687 name:ZooKeeperConnection Watcher:127.0.0.1:35037/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 284097 T716 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 284098 T750 N:127.0.0.1:35041_du_ttp%2Fwz C:control_collection S:shard1 c:collection1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 284098 T716 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 284098 T750 N:127.0.0.1:35041_du_ttp%2Fwz C:control_collection S:shard1 c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 284098 T742 N:127.0.0.1:35041_du_ttp%2Fwz oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> ASYNC  NEW_CORE C122 name=collection1 org.apache.solr.core.SolrCore@dae8709 url=http://127.0.0.1:35041/du_ttp/wz/collection1 node=127.0.0.1:35041_du_ttp%2Fwz C122_STATE=coll:control_collection core:collection1 props:{core=collection1, state=down, base_url=http://127.0.0.1:35041/du_ttp/wz, node_name=127.0.0.1:35041_du_ttp%2Fwz}
   [junit4]   2> 284099 T750 N:127.0.0.1:35041_du_ttp%2Fwz C:control_collection S:shard1 c:collection1 C122 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:35041/du_ttp/wz/collection1/
   [junit4]   2> 284098 T716 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 284099 T743 N:127.0.0.1:35041_du_ttp%2Fwz 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> 284099 T750 N:127.0.0.1:35041_du_ttp%2Fwz C:control_collection S:shard1 c:collection1 C122 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 284101 T750 N:127.0.0.1:35041_du_ttp%2Fwz C:control_collection S:shard1 c:collection1 C122 oasc.SyncStrategy.syncToMe http://127.0.0.1:35041/du_ttp/wz/collection1/ has no replicas
   [junit4]   2> 284101 T750 N:127.0.0.1:35041_du_ttp%2Fwz C:control_collection S:shard1 c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:35041/du_ttp/wz/collection1/ shard1
   [junit4]   2> 284101 T750 N:127.0.0.1:35041_du_ttp%2Fwz C:control_collection S:shard1 c:collection1 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 284102 T753 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> 284102 T742 N:127.0.0.1:35041_du_ttp%2Fwz 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> 284103 T716 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 284106 T742 N:127.0.0.1:35041_du_ttp%2Fwz oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 284106 T743 N:127.0.0.1:35041_du_ttp%2Fwz 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:35041/du_ttp/wz",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 284209 T753 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> 284209 T742 N:127.0.0.1:35041_du_ttp%2Fwz 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> 284258 T750 N:127.0.0.1:35041_du_ttp%2Fwz C:control_collection S:shard1 c:collection1 oasc.ZkController.register We are http://127.0.0.1:35041/du_ttp/wz/collection1/ and leader is http://127.0.0.1:35041/du_ttp/wz/collection1/
   [junit4]   2> 284259 T750 N:127.0.0.1:35041_du_ttp%2Fwz C:control_collection S:shard1 c:collection1 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:35041/du_ttp/wz
   [junit4]   2> 284259 T750 N:127.0.0.1:35041_du_ttp%2Fwz C:control_collection S:shard1 c:collection1 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 284259 T750 N:127.0.0.1:35041_du_ttp%2Fwz C:control_collection S:shard1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 284259 T750 N:127.0.0.1:35041_du_ttp%2Fwz C:control_collection S:shard1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 284261 T742 N:127.0.0.1:35041_du_ttp%2Fwz oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 284262 T743 N:127.0.0.1:35041_du_ttp%2Fwz oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:35041/du_ttp/wz",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "node_name":"127.0.0.1:35041_du_ttp%2Fwz",
   [junit4]   2> 	  "operation":"state"} current state version: 3
   [junit4]   2> 284263 T743 N:127.0.0.1:35041_du_ttp%2Fwz oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:35041/du_ttp/wz",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "node_name":"127.0.0.1:35041_du_ttp%2Fwz",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 284366 T753 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> 284366 T742 N:127.0.0.1:35041_du_ttp%2Fwz 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> 285552 T716 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.ChaosMonkeyNothingIsSafeTest 5CCD2BE00931DEA-001/shard-1-001/cores/collection1
   [junit4]   2> 285554 T716 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.ChaosMonkeyNothingIsSafeTest 5CCD2BE00931DEA-001/shard-1-001
   [junit4]   2> 285555 T716 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 285557 T716 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:35065
   [junit4]   2> 285558 T716 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostPort=35065, hostContext=/du_ttp/wz, solr.data.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 5CCD2BE00931DEA-001/tempDir-001/jetty1, coreRootDirectory=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 5CCD2BE00931DEA-001/shard-1-001/cores, solrconfig=solrconfig.xml}
   [junit4]   2> 285558 T716 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@57bd06bf
   [junit4]   2> 285559 T716 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/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 5CCD2BE00931DEA-001/shard-1-001/'
   [junit4]   2> 285593 T716 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/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 5CCD2BE00931DEA-001/shard-1-001/solr.xml
   [junit4]   2> 285634 T716 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/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 5CCD2BE00931DEA-001/shard-1-001/cores
   [junit4]   2> 285635 T716 oasc.CoreContainer.<init> New CoreContainer 1633618325
   [junit4]   2> 285635 T716 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/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 5CCD2BE00931DEA-001/shard-1-001/]
   [junit4]   2> 285635 T716 oasc.CoreContainer.load loading shared library: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 5CCD2BE00931DEA-001/shard-1-001/lib
   [junit4]   2> 285636 T716 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/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 5CCD2BE00931DEA-001/shard-1-001/lib).
   [junit4]   2> 285649 T716 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> 285654 T716 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 285655 T716 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 285655 T716 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 285656 T716 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 285656 T716 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:35037/solr
   [junit4]   2> 285656 T716 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 285656 T716 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 285657 T716 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 285659 T765 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5f84d41a name:ZooKeeperConnection Watcher:127.0.0.1:35037 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 285659 T716 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 285660 T716 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 285662 T716 N:127.0.0.1:35065_du_ttp%2Fwz oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 285663 T768 N:127.0.0.1:35065_du_ttp%2Fwz oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5c00edc9 name:ZooKeeperConnection Watcher:127.0.0.1:35037/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 285663 T716 N:127.0.0.1:35065_du_ttp%2Fwz oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 285667 T716 N:127.0.0.1:35065_du_ttp%2Fwz oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 286669 T716 N:127.0.0.1:35065_du_ttp%2Fwz oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35065_du_ttp%2Fwz
   [junit4]   2> 286671 T716 N:127.0.0.1:35065_du_ttp%2Fwz oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:35065_du_ttp%2Fwz
   [junit4]   2> 286673 T716 N:127.0.0.1:35065_du_ttp%2Fwz oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 286676 T716 N:127.0.0.1:35065_du_ttp%2Fwz 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/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 5CCD2BE00931DEA-001/shard-1-001/cores
   [junit4]   2> 286682 T716 N:127.0.0.1:35065_du_ttp%2Fwz oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {shard=, collection=collection1, schema=schema.xml, dataDir=data/, instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 5CCD2BE00931DEA-001/shard-1-001/cores/collection1, config=solrconfig.xml, coreNodeName=, loadOnStartup=true, absoluteInstDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 5CCD2BE00931DEA-001/shard-1-001/cores/collection1/, transient=false, name=collection1}
   [junit4]   2> 286682 T716 N:127.0.0.1:35065_du_ttp%2Fwz 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/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 5CCD2BE00931DEA-001/shard-1-001/cores/collection1/
   [junit4]   2> 286683 T716 N:127.0.0.1:35065_du_ttp%2Fwz oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 286684 T769 N:127.0.0.1:35065_du_ttp%2Fwz C:collection1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 286684 T769 N:127.0.0.1:35065_du_ttp%2Fwz C:collection1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 286685 T769 N:127.0.0.1:35065_du_ttp%2Fwz oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 286685 T742 N:127.0.0.1:35041_du_ttp%2Fwz oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 286687 T743 N:127.0.0.1:35041_du_ttp%2Fwz oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:35065/du_ttp/wz",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "node_name":"127.0.0.1:35065_du_ttp%2Fwz",
   [junit4]   2> 	  "operation":"state"} current state version: 4
   [junit4]   2> 286687 T743 N:127.0.0.1:35041_du_ttp%2Fwz oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:35065/du_ttp/wz",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "node_name":"127.0.0.1:35065_du_ttp%2Fwz",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 286688 T743 N:127.0.0.1:35041_du_ttp%2Fwz oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 286688 T743 N:127.0.0.1:35041_du_ttp%2Fwz oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 286689 T768 N:127.0.0.1:35065_du_ttp%2Fwz 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> 286689 T742 N:127.0.0.1:35041_du_ttp%2Fwz 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> 286689 T753 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> 287686 T769 N:127.0.0.1:35065_du_ttp%2Fwz oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 287687 T769 N:127.0.0.1:35065_du_ttp%2Fwz oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 287688 T769 N:127.0.0.1:35065_du_ttp%2Fwz oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 287688 T769 N:127.0.0.1:35065_du_ttp%2Fwz oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 287688 T769 N:127.0.0.1:35065_du_ttp%2Fwz oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 287689 T769 N:127.0.0.1:35065_du_ttp%2Fwz 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/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 5CCD2BE00931DEA-001/shard-1-001/cores/collection1/'
   [junit4]   2> 287707 T769 N:127.0.0.1:35065_du_ttp%2Fwz oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 287710 T769 N:127.0.0.1:35065_du_ttp%2Fwz oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 287721 T769 N:127.0.0.1:35065_du_ttp%2Fwz oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 287743 T769 N:127.0.0.1:35065_du_ttp%2Fwz oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.2.0
   [junit4]   2> 287792 T769 N:127.0.0.1:35065_du_ttp%2Fwz oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 287793 T769 N:127.0.0.1:35065_du_ttp%2Fwz oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 287804 T769 N:127.0.0.1:35065_du_ttp%2Fwz oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 288151 T769 N:127.0.0.1:35065_du_ttp%2Fwz oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 288154 T769 N:127.0.0.1:35065_du_ttp%2Fwz oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 288156 T769 N:127.0.0.1:35065_du_ttp%2Fwz oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 288161 T769 N:127.0.0.1:35065_du_ttp%2Fwz oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 288184 T769 N:127.0.0.1:35065_du_ttp%2Fwz oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 288185 T769 N:127.0.0.1:35065_du_ttp%2Fwz c:collection1 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 288186 T769 N:127.0.0.1:35065_du_ttp%2Fwz 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/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 5CCD2BE00931DEA-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.ChaosMonkeyNothingIsSafeTest 5CCD2BE00931DEA-001/shard-1-001/cores/collection1/data/
   [junit4]   2> 288186 T769 N:127.0.0.1:35065_du_ttp%2Fwz c:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a93d960
   [junit4]   2> 288188 T769 N:127.0.0.1:35065_du_ttp%2Fwz 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.ChaosMonkeyNothingIsSafeTest 5CCD2BE00931DEA-001/shard-1-001/cores/collection1/data
   [junit4]   2> 288189 T769 N:127.0.0.1:35065_du_ttp%2Fwz 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.ChaosMonkeyNothingIsSafeTest 5CCD2BE00931DEA-001/shard-1-001/cores/collection1/data/index/
   [junit4]   2> 288190 T769 N:127.0.0.1:35065_du_ttp%2Fwz 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.ChaosMonkeyNothingIsSafeTest 5CCD2BE00931DEA-001/shard-1-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 288191 T769 N:127.0.0.1:35065_du_ttp%2Fwz 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.ChaosMonkeyNothingIsSafeTest 5CCD2BE00931DEA-001/shard-1-001/cores/collection1/data/index
   [junit4]   2> 288192 T769 N:127.0.0.1:35065_du_ttp%2Fwz c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1206455432, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 288203 T769 N:127.0.0.1:35065_du_ttp%2Fwz c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 5CCD2BE00931DEA-001/shard-1-001/cores/collection1/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 288203 T769 N:127.0.0.1:35065_du_ttp%2Fwz c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 288212 T769 N:127.0.0.1:35065_du_ttp%2Fwz c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 288213 T769 N:127.0.0.1:35065_du_ttp%2Fwz c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 288213 T769 N:127.0.0.1:35065_du_ttp%2Fwz c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 288214 T769 N:127.0.0.1:35065_du_ttp%2Fwz c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 288214 T769 N:127.0.0.1:35065_du_ttp%2Fwz c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 288214 T769 N:127.0.0.1:35065_du_ttp%2Fwz c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 288215 T769 N:127.0.0.1:35065_du_ttp%2Fwz c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 288215 T769 N:127.0.0.1:35065_du_ttp%2Fwz c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 288216 T769 N:127.0.0.1:35065_du_ttp%2Fwz c:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 288235 T769 N:127.0.0.1:35065_du_ttp%2Fwz c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 288238 T769 N:127.0.0.1:35065_du_ttp%2Fwz c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 288240 T769 N:127.0.0.1:35065_du_ttp%2Fwz c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 288243 T769 N:127.0.0.1:35065_du_ttp%2Fwz c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 288253 T769 N:127.0.0.1:35065_du_ttp%2Fwz c:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/system,/update/json/docs,/admin/properties,/admin/ping,/admin/file,/config,/admin/threads,/replication,/get,/update/json,/update/csv,/admin/logging,/admin/segments,standard,/admin/luke,/admin/mbeans,/admin/plugins,/schema,/update
   [junit4]   2> 288256 T769 N:127.0.0.1:35065_du_ttp%2Fwz c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 288256 T769 N:127.0.0.1:35065_du_ttp%2Fwz c:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 288257 T769 N:127.0.0.1:35065_du_ttp%2Fwz c:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 288258 T769 N:127.0.0.1:35065_du_ttp%2Fwz c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 288258 T769 N:127.0.0.1:35065_du_ttp%2Fwz c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 288260 T769 N:127.0.0.1:35065_du_ttp%2Fwz c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=43, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1602002767793204]
   [junit4]   2> 288261 T769 N:127.0.0.1:35065_du_ttp%2Fwz c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 5CCD2BE00931DEA-001/shard-1-001/cores/collection1/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 288262 T769 N:127.0.0.1:35065_du_ttp%2Fwz c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 288262 T769 N:127.0.0.1:35065_du_ttp%2Fwz c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@6ddb7162[collection1] main
   [junit4]   2> 288263 T769 N:127.0.0.1:35065_du_ttp%2Fwz c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 288263 T769 N:127.0.0.1:35065_du_ttp%2Fwz c:collection1 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 288264 T769 N:127.0.0.1:35065_du_ttp%2Fwz c:collection1 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 288264 T769 N:127.0.0.1:35065_du_ttp%2Fwz c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 288265 T769 N:127.0.0.1:35065_du_ttp%2Fwz c:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 288265 T769 N:127.0.0.1:35065_du_ttp%2Fwz c:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 288265 T769 N:127.0.0.1:35065_du_ttp%2Fwz c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 288266 T769 N:127.0.0.1:35065_du_ttp%2Fwz c:collection1 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 288266 T769 N:127.0.0.1:35065_du_ttp%2Fwz c:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 288267 T769 N:127.0.0.1:35065_du_ttp%2Fwz c:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 288268 T770 N:127.0.0.1:35065_du_ttp%2Fwz c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6ddb7162[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 288269 T769 N:127.0.0.1:35065_du_ttp%2Fwz c:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 288270 T773 N:127.0.0.1:35065_du_ttp%2Fwz C:collection1 S:shard1 c:collection1 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:35065/du_ttp/wz collection:collection1 shard:shard1
   [junit4]   2> 288270 T716 N:127.0.0.1:35065_du_ttp%2Fwz 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> 288271 T716 N:127.0.0.1:35065_du_ttp%2Fwz oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 288271 T773 N:127.0.0.1:35065_du_ttp%2Fwz C:collection1 S:shard1 c:collection1 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 288275 T773 N:127.0.0.1:35065_du_ttp%2Fwz C:collection1 S:shard1 c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 288277 T742 N:127.0.0.1:35041_du_ttp%2Fwz oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 288277 T773 N:127.0.0.1:35065_du_ttp%2Fwz C:collection1 S:shard1 c:collection1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 288277 T773 N:127.0.0.1:35065_du_ttp%2Fwz C:collection1 S:shard1 c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C123 name=collection1 org.apache.solr.core.SolrCore@475b3a7 url=http://127.0.0.1:35065/du_ttp/wz/collection1 node=127.0.0.1:35065_du_ttp%2Fwz C123_STATE=coll:collection1 core:collection1 props:{core=collection1, state=down, base_url=http://127.0.0.1:35065/du_ttp/wz, node_name=127.0.0.1:35065_du_ttp%2Fwz}
   [junit4]   2> 288278 T773 N:127.0.0.1:35065_du_ttp%2Fwz C:collection1 S:shard1 c:collection1 C123 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:35065/du_ttp/wz/collection1/
   [junit4]   2> 288278 T743 N:127.0.0.1:35041_du_ttp%2Fwz 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> 288278 T773 N:127.0.0.1:35065_du_ttp%2Fwz C:collection1 S:shard1 c:collection1 C123 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 288279 T773 N:127.0.0.1:35065_du_ttp%2Fwz C:collection1 S:shard1 c:collection1 C123 oasc.SyncStrategy.syncToMe http://127.0.0.1:35065/du_ttp/wz/collection1/ has no replicas
   [junit4]   2> 288279 T773 N:127.0.0.1:35065_du_ttp%2Fwz C:collection1 S:shard1 c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:35065/du_ttp/wz/collection1/ shard1
   [junit4]   2> 288279 T773 N:127.0.0.1:35065_du_ttp%2Fwz C:collection1 S:shard1 c:collection1 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 288280 T742 N:127.0.0.1:35041_du_ttp%2Fwz 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> 288280 T768 N:127.0.0.1:35065_du_ttp%2Fwz 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> 288280 T753 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> 288283 T742 N:127.0.0.1:35041_du_ttp%2Fwz oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 288284 T743 N:127.0.0.1:35041_du_ttp%2Fwz 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:35065/du_ttp/wz",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 6
   [junit4]   2> 288387 T768 N:127.0.0.1:35065_du_ttp%2Fwz 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> 288387 T742 N:127.0.0.1:35041_du_ttp%2Fwz 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> 288387 T753 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> 288436 T773 N:127.0.0.1:35065_du_ttp%2Fwz C:collection1 S:shard1 c:collection1 oasc.ZkController.register We are http://127.0.0.1:35065/du_ttp/wz/collection1/ and leader is http://127.0.0.1:35065/du_ttp/wz/collection1/
   [junit4]   2> 288437 T773 N:127.0.0.1:35065_du_ttp%2Fwz C:collection1 S:shard1 c:collection1 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:35065/du_ttp/wz
   [junit4]   2> 288437 T773 N:127.0.0.1:35065_du_ttp%2Fwz C:collection1 S:shard1 c:collection1 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 288437 T773 N:127.0.0.1:35065_du_ttp%2Fwz C:collection1 S:shard1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 288438 T773 N:127.0.0.1:35065_du_ttp%2Fwz C:collection1 S:shard1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 288439 T742 N:127.0.0.1:35041_du_ttp%2Fwz oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 288440 T743 N:127.0.0.1:35041_du_ttp%2Fwz oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:35065/du_ttp/wz",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "node_name":"127.0.0.1:35065_du_ttp%2Fwz",
   [junit4]   2> 	  "operation":"state"} current state version: 7
   [junit4]   2> 288441 T743 N:127.0.0.1:35041_du_ttp%2Fwz oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:35065/du_ttp/wz",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "node_name":"127.0.0.1:35065_du_ttp%2Fwz",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 288544 T753 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> 288544 T768 N:127.0.0.1:35065_du_ttp%2Fwz 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> 288544 T742 N:127.0.0.1:35041_du_ttp%2Fwz 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> 289517 T716 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.ChaosMonkeyNothingIsSafeTest 5CCD2BE00931DEA-001/shard-2-001/cores/collection1
   [junit4]   2> 289520 T716 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.ChaosMonkeyNothingIsSafeTest 5CCD2BE00931DEA-001/shard-2-001
   [junit4]   2> 289520 T716 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 289523 T716 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:35106
   [junit4]   2> 289523 T716 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solrconfig=solrconfig.xml, hostPort=35106, coreRootDirectory=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 5CCD2BE00931DEA-001/shard-2-001/cores, hostContext=/du_ttp/wz, solr.data.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest 5CCD2BE00931DEA-001/tempDir-001/jetty2}
   [junit4]   2> 289524 T716 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@57bd06bf
   [junit4]   2> 289524 T716 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.ChaosMonkeyNothingIsSafeTest 5CCD2BE00931DEA-001/shard-2-001/'
   [junit4]   2> 289566 T716 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.ChaosMonkeyNothingIsSafeTest 5CCD2BE00931DEA-001/shard-2-001/solr.xml
   [junit4]   2> 289617 T716 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.ChaosMonkeyNothingIsSafeTest 5CCD2BE00931DEA-001/shard-2-001/cores
   [junit4]   2> 289617 T716 oasc.CoreContainer.<init> New CoreContainer 826088026
   [junit4]   2> 289618 T716 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.ChaosMonkeyNothingIsSafeTest 5CCD2BE00931DEA-001/shard-2-001/]
   [junit4]   2> 289618 T716 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.ChaosMonkeyNothingIsSafeTest 5CCD2BE00931DEA-001/shard-2-001/lib
   [junit4]   2> 289619 T716 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolve

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

t4]   2> 		at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:61)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:291)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:486)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:455)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:442)
   [junit4]   2> 		at org.apache.solr.cloud.ShardLeaderElectionContextBase$1.execute(ElectionContext.java:146)
   [junit4]   2> 		at org.apache.solr.common.util.RetryUtil.retryOnThrowable(RetryUtil.java:31)
   [junit4]   2> 		at org.apache.solr.cloud.ShardLeaderElectionContextBase.runLeaderProcess(ElectionContext.java:142)
   [junit4]   2> 		... 12 more
   [junit4]   2> 	
   [junit4]   2> 550797 T1815 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
   [junit4]   2> 550921 T1815 C:control_collection S:shard1 c:collection1 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:35252 35252
   [junit4]   2> 550965 T1816 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:35252 35252
   [junit4]   2> 550966 T1816 oasc.ZkTestServer$ZKServerMain.runFromConfig WARN Watch limit violations: 
   [junit4]   2> 	Maximum concurrent create/delete watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		5	/solr/clusterstate.json
   [junit4]   2> 		5	/solr/aliases.json
   [junit4]   2> 		4	/solr/configs/conf1
   [junit4]   2> 	
   [junit4]   2> 	Maximum concurrent children watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		5	/solr/live_nodes
   [junit4]   2> 		4	/solr/overseer/collection-queue-work
   [junit4]   2> 		4	/solr/overseer/queue
   [junit4]   2> 	
   [junit4]   2> 550966 T1815 C:control_collection S:shard1 c:collection1 oasc.SocketProxy.close WARN Closing 11 connections to: http://127.0.0.1:35279/, target: http://127.0.0.1:35280/
   [junit4]   2> 550967 T1815 C:control_collection S:shard1 c:collection1 oasc.SocketProxy.close WARN Closing 5 connections to: http://127.0.0.1:35274/, target: http://127.0.0.1:35275/
   [junit4]   2> 550967 T1815 C:control_collection S:shard1 c:collection1 oasc.SocketProxy.close WARN Closing 1 connections to: http://127.0.0.1:35270/, target: http://127.0.0.1:35271/
   [junit4]   2> 550968 T1815 C:control_collection S:shard1 c:collection1 oasc.SocketProxy.close WARN Closing 5 connections to: http://127.0.0.1:35265/, target: http://127.0.0.1:35266/
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=HttpPartitionTest -Dtests.method=test -Dtests.seed=5CCD2BE00931DEA -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=ro_RO -Dtests.timezone=Asia/Urumqi -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE  234s J0 | HttpPartitionTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Didn't see all replicas for shard shard1 in c8n_1x2 come up within 30000 ms! ClusterState: {
   [junit4]    >   "c8n_1x2":{
   [junit4]    >     "replicationFactor":"2",
   [junit4]    >     "shards":{"shard1":{
   [junit4]    >         "range":"80000000-7fffffff",
   [junit4]    >         "state":"active",
   [junit4]    >         "replicas":{
   [junit4]    >           "core_node1":{
   [junit4]    >             "state":"active",
   [junit4]    >             "core":"c8n_1x2_shard1_replica1",
   [junit4]    >             "base_url":"http://127.0.0.1:35279",
   [junit4]    >             "node_name":"127.0.0.1:35279_",
   [junit4]    >             "leader":"true"},
   [junit4]    >           "core_node2":{
   [junit4]    >             "state":"recovering",
   [junit4]    >             "core":"c8n_1x2_shard1_replica2",
   [junit4]    >             "base_url":"http://127.0.0.1:35270",
   [junit4]    >             "node_name":"127.0.0.1:35270_"}}}},
   [junit4]    >     "autoAddReplicas":"false",
   [junit4]    >     "router":{"name":"compositeId"},
   [junit4]    >     "maxShardsPerNode":"1"},
   [junit4]    >   "control_collection":{
   [junit4]    >     "replicationFactor":"1",
   [junit4]    >     "shards":{"shard1":{
   [junit4]    >         "range":"80000000-7fffffff",
   [junit4]    >         "state":"active",
   [junit4]    >         "replicas":{"core_node1":{
   [junit4]    >             "state":"active",
   [junit4]    >             "core":"collection1",
   [junit4]    >             "base_url":"http://127.0.0.1:35265",
   [junit4]    >             "node_name":"127.0.0.1:35265_",
   [junit4]    >             "leader":"true"}}}},
   [junit4]    >     "autoAddReplicas":"false",
   [junit4]    >     "router":{"name":"compositeId"},
   [junit4]    >     "autoCreated":"true",
   [junit4]    >     "maxShardsPerNode":"1"},
   [junit4]    >   "collection1":{
   [junit4]    >     "replicationFactor":"1",
   [junit4]    >     "shards":{
   [junit4]    >       "shard1":{
   [junit4]    >         "range":"80000000-ffffffff",
   [junit4]    >         "state":"active",
   [junit4]    >         "replicas":{"core_node2":{
   [junit4]    >             "state":"active",
   [junit4]    >             "core":"collection1",
   [junit4]    >             "base_url":"http://127.0.0.1:35274",
   [junit4]    >             "node_name":"127.0.0.1:35274_",
   [junit4]    >             "leader":"true"}}},
   [junit4]    >       "shard2":{
   [junit4]    >         "range":"0-7fffffff",
   [junit4]    >         "state":"active",
   [junit4]    >         "replicas":{
   [junit4]    >           "core_node1":{
   [junit4]    >             "state":"active",
   [junit4]    >             "core":"collection1",
   [junit4]    >             "base_url":"http://127.0.0.1:35270",
   [junit4]    >             "node_name":"127.0.0.1:35270_",
   [junit4]    >             "leader":"true"},
   [junit4]    >           "core_node3":{
   [junit4]    >             "state":"active",
   [junit4]    >             "core":"collection1",
   [junit4]    >             "base_url":"http://127.0.0.1:35279",
   [junit4]    >             "node_name":"127.0.0.1:35279_"}}}},
   [junit4]    >     "autoAddReplicas":"false",
   [junit4]    >     "router":{"name":"compositeId"},
   [junit4]    >     "autoCreated":"true",
   [junit4]    >     "maxShardsPerNode":"1"}}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([5CCD2BE00931DEA:8D98ED64AE6F7012]:0)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:1920)
   [junit4]    > 	at org.apache.solr.cloud.HttpPartitionTest.testRf2(HttpPartitionTest.java:237)
   [junit4]    > 	at org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.java:105)
   [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> 551057 T1815 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/J0/temp/solr.cloud.HttpPartitionTest 5CCD2BE00931DEA-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {_version_=PostingsFormat(name=Asserting), range_facet_l=Lucene50(blocksize=128), multiDefault=Lucene50(blocksize=128), intDefault=PostingsFormat(name=Asserting), timestamp=Lucene50(blocksize=128), id=PostingsFormat(name=LuceneVarGapFixedInterval), text=PostingsFormat(name=Direct), a_t=Lucene50(blocksize=128)}, docValues:{timestamp=DocValuesFormat(name=Lucene50)}, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=ro_RO, timezone=Asia/Urumqi
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_65 (64-bit)/cpus=16,threads=1,free=139150776,total=299892736
   [junit4]   2> NOTE: All tests run in this JVM: [TestSort, DOMUtilTest, BasicDistributedZkTest, TestSolrConfigHandlerConcurrent, TestCharFilters, TestDynamicLoading, TestSuggestSpellingConverter, HttpPartitionTest]
   [junit4] Completed [100/483] on J0 in 233.86s, 1 test, 1 failure <<< FAILURES!

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

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



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

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

1 tests failed.
REGRESSION:  org.apache.solr.cloud.OverseerRolesTest.test

Error Message:
KeeperErrorCode = Session expired for /live_nodes

Stack Trace:
org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /live_nodes
	at __randomizedtesting.SeedInfo.seed([27C370908FCB708A:AF974F4A21371D72]:0)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:328)
	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:325)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:61)
	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:325)
	at org.apache.solr.common.cloud.ZkStateReader.updateClusterState(ZkStateReader.java:517)
	at org.apache.solr.common.cloud.ZkStateReader.updateClusterState(ZkStateReader.java:255)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:146)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:133)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:128)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:877)
	at org.apache.solr.cloud.OverseerRolesTest.testOverseerRole(OverseerRolesTest.java:129)
	at org.apache.solr.cloud.OverseerRolesTest.test(OverseerRolesTest.java:90)
	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 9492 lines...]
   [junit4] Suite: org.apache.solr.cloud.OverseerRolesTest
   [junit4]   2> Creating dataDir: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerRolesTest 27C370908FCB708A-001/init-core-data-001
   [junit4]   2> 308779 T949 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /x_rmd/
   [junit4]   2> 308786 T949 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 308786 T950 oasc.ZkTestServer$2$1.setClientPort client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 308787 T950 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 308886 T949 oasc.ZkTestServer.run start zk server on port:11370
   [junit4]   2> 308887 T949 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 308888 T949 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 308893 T957 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7b04f29e name:ZooKeeperConnection Watcher:127.0.0.1:11370 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 308893 T949 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 308894 T949 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 308894 T949 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 308898 T949 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 308898 T949 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 308900 T960 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@20b0175b name:ZooKeeperConnection Watcher:127.0.0.1:11370/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 308900 T949 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 308900 T949 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 308901 T949 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 308905 T949 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 308907 T949 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 308908 T949 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 308910 T949 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> 308911 T949 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 308914 T949 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> 308914 T949 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 309017 T949 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> 309018 T949 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 309019 T949 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> 309019 T949 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 309021 T949 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> 309022 T949 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 309023 T949 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> 309024 T949 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 309025 T949 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> 309025 T949 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 309027 T949 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> 309027 T949 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 309028 T949 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> 309029 T949 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 309030 T949 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> 309031 T949 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 309032 T949 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> 309032 T949 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 310400 T949 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/J0/temp/solr.cloud.OverseerRolesTest 27C370908FCB708A-001/control-001/cores/collection1
   [junit4]   2> 310403 T949 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 310406 T949 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:11377
   [junit4]   2> 310406 T949 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerRolesTest 27C370908FCB708A-001/tempDir-001/control/data, hostContext=/x_rmd, hostPort=11377, coreRootDirectory=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerRolesTest 27C370908FCB708A-001/control-001/cores}
   [junit4]   2> 310407 T949 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1e66a917
   [junit4]   2> 310408 T949 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerRolesTest 27C370908FCB708A-001/control-001/'
   [junit4]   2> 310452 T949 oasc.SolrXmlConfig.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerRolesTest 27C370908FCB708A-001/control-001/solr.xml
   [junit4]   2> 310503 T949 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/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerRolesTest 27C370908FCB708A-001/control-001/cores
   [junit4]   2> 310503 T949 oasc.CoreContainer.<init> New CoreContainer 1484607939
   [junit4]   2> 310503 T949 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/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerRolesTest 27C370908FCB708A-001/control-001/]
   [junit4]   2> 310504 T949 oasc.CoreContainer.load loading shared library: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerRolesTest 27C370908FCB708A-001/control-001/lib
   [junit4]   2> 310505 T949 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/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerRolesTest 27C370908FCB708A-001/control-001/lib).
   [junit4]   2> 310517 T949 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> 310524 T949 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 310525 T949 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 310525 T949 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 310525 T949 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 310525 T949 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:11370/solr
   [junit4]   2> 310526 T949 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 310526 T949 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 310527 T949 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 310530 T972 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4eb5916 name:ZooKeeperConnection Watcher:127.0.0.1:11370 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 310531 T949 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 310532 T949 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 310534 T949 N:127.0.0.1:11377_x_rmd oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 310536 T975 N:127.0.0.1:11377_x_rmd oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@14e87f3c name:ZooKeeperConnection Watcher:127.0.0.1:11370/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 310537 T949 N:127.0.0.1:11377_x_rmd oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 310540 T949 N:127.0.0.1:11377_x_rmd oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 310542 T949 N:127.0.0.1:11377_x_rmd oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 310545 T949 N:127.0.0.1:11377_x_rmd oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 310547 T949 N:127.0.0.1:11377_x_rmd oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 310550 T949 N:127.0.0.1:11377_x_rmd oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 310552 T949 N:127.0.0.1:11377_x_rmd oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 310554 T949 N:127.0.0.1:11377_x_rmd oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 310556 T949 N:127.0.0.1:11377_x_rmd oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 310557 T949 N:127.0.0.1:11377_x_rmd oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:11377_x_rmd
   [junit4]   2> 310558 T949 N:127.0.0.1:11377_x_rmd oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:11377_x_rmd
   [junit4]   2> 310560 T949 N:127.0.0.1:11377_x_rmd oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 310562 T949 N:127.0.0.1:11377_x_rmd oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 310563 T949 N:127.0.0.1:11377_x_rmd oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 310565 T949 N:127.0.0.1:11377_x_rmd oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:11377_x_rmd
   [junit4]   2> 310566 T949 N:127.0.0.1:11377_x_rmd oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 310568 T949 N:127.0.0.1:11377_x_rmd oasc.Overseer.start Overseer (id=93665190338822147-127.0.0.1:11377_x_rmd-n_0000000000) starting
   [junit4]   2> 310570 T949 N:127.0.0.1:11377_x_rmd oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 310577 T949 N:127.0.0.1:11377_x_rmd oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=10000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 310577 T977 N:127.0.0.1:11377_x_rmd oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 310577 T949 N:127.0.0.1:11377_x_rmd oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 310578 T976 N:127.0.0.1:11377_x_rmd oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 310583 T949 N:127.0.0.1:11377_x_rmd 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/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerRolesTest 27C370908FCB708A-001/control-001/cores
   [junit4]   2> 310587 T949 N:127.0.0.1:11377_x_rmd oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {collection=control_collection, name=collection1, dataDir=data/, instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerRolesTest 27C370908FCB708A-001/control-001/cores/collection1, transient=false, schema=schema.xml, loadOnStartup=true, config=solrconfig.xml, absoluteInstDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerRolesTest 27C370908FCB708A-001/control-001/cores/collection1/, shard=, coreNodeName=}
   [junit4]   2> 310587 T949 N:127.0.0.1:11377_x_rmd oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerRolesTest 27C370908FCB708A-001/control-001/cores/collection1/
   [junit4]   2> 310588 T949 N:127.0.0.1:11377_x_rmd oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 310590 T979 N:127.0.0.1:11377_x_rmd C:control_collection c:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 310590 T979 N:127.0.0.1:11377_x_rmd C:control_collection c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 310591 T979 N:127.0.0.1:11377_x_rmd oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 310591 T975 N:127.0.0.1:11377_x_rmd oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 310592 T976 N:127.0.0.1:11377_x_rmd oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:11377/x_rmd",
   [junit4]   2> 	  "node_name":"127.0.0.1:11377_x_rmd"} current state version: 0
   [junit4]   2> 310593 T976 N:127.0.0.1:11377_x_rmd oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:11377/x_rmd",
   [junit4]   2> 	  "node_name":"127.0.0.1:11377_x_rmd"}
   [junit4]   2> 310593 T976 N:127.0.0.1:11377_x_rmd oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 310593 T976 N:127.0.0.1:11377_x_rmd oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 310594 T975 N:127.0.0.1:11377_x_rmd 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> 311591 T979 N:127.0.0.1:11377_x_rmd oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 311592 T979 N:127.0.0.1:11377_x_rmd oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 311593 T979 N:127.0.0.1:11377_x_rmd oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 311593 T979 N:127.0.0.1:11377_x_rmd oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 311594 T979 N:127.0.0.1:11377_x_rmd oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 311594 T979 N:127.0.0.1:11377_x_rmd oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerRolesTest 27C370908FCB708A-001/control-001/cores/collection1/'
   [junit4]   2> 311614 T979 N:127.0.0.1:11377_x_rmd oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 311617 T979 N:127.0.0.1:11377_x_rmd oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 311629 T979 N:127.0.0.1:11377_x_rmd oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 311652 T979 N:127.0.0.1:11377_x_rmd oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.2.0
   [junit4]   2> 311703 T979 N:127.0.0.1:11377_x_rmd oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 311804 T979 N:127.0.0.1:11377_x_rmd oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 311815 T979 N:127.0.0.1:11377_x_rmd oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 312240 T979 N:127.0.0.1:11377_x_rmd oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 312257 T979 N:127.0.0.1:11377_x_rmd oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 312260 T979 N:127.0.0.1:11377_x_rmd oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 312272 T979 N:127.0.0.1:11377_x_rmd oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 312277 T979 N:127.0.0.1:11377_x_rmd oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 312282 T979 N:127.0.0.1:11377_x_rmd oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 312282 T979 N:127.0.0.1:11377_x_rmd oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 312283 T979 N:127.0.0.1:11377_x_rmd oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 312283 T979 N:127.0.0.1:11377_x_rmd oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 312284 T979 N:127.0.0.1:11377_x_rmd oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 312284 T979 N:127.0.0.1:11377_x_rmd oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 312284 T979 N:127.0.0.1:11377_x_rmd oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 312284 T979 N:127.0.0.1:11377_x_rmd c:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 312285 T979 N:127.0.0.1:11377_x_rmd 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/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerRolesTest 27C370908FCB708A-001/control-001/cores/collection1/, dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerRolesTest 27C370908FCB708A-001/control-001/cores/collection1/data/
   [junit4]   2> 312285 T979 N:127.0.0.1:11377_x_rmd c:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4caa1b37
   [junit4]   2> 312286 T979 N:127.0.0.1:11377_x_rmd 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/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerRolesTest 27C370908FCB708A-001/control-001/cores/collection1/data
   [junit4]   2> 312286 T979 N:127.0.0.1:11377_x_rmd 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/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerRolesTest 27C370908FCB708A-001/control-001/cores/collection1/data/index/
   [junit4]   2> 312287 T979 N:127.0.0.1:11377_x_rmd 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/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerRolesTest 27C370908FCB708A-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 312287 T979 N:127.0.0.1:11377_x_rmd 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/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerRolesTest 27C370908FCB708A-001/control-001/cores/collection1/data/index
   [junit4]   2> 312288 T979 N:127.0.0.1:11377_x_rmd c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=33, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.36215582828012904]
   [junit4]   2> 312289 T979 N:127.0.0.1:11377_x_rmd c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@34236216 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7efcad17),segFN=segments_1,generation=1}
   [junit4]   2> 312289 T979 N:127.0.0.1:11377_x_rmd c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 312296 T979 N:127.0.0.1:11377_x_rmd c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 312296 T979 N:127.0.0.1:11377_x_rmd c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 312296 T979 N:127.0.0.1:11377_x_rmd c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 312297 T979 N:127.0.0.1:11377_x_rmd c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 312297 T979 N:127.0.0.1:11377_x_rmd c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 312297 T979 N:127.0.0.1:11377_x_rmd c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 312298 T979 N:127.0.0.1:11377_x_rmd c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 312298 T979 N:127.0.0.1:11377_x_rmd c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 312298 T979 N:127.0.0.1:11377_x_rmd c:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 312322 T979 N:127.0.0.1:11377_x_rmd c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 312325 T979 N:127.0.0.1:11377_x_rmd c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 312327 T979 N:127.0.0.1:11377_x_rmd c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 312329 T979 N:127.0.0.1:11377_x_rmd c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 312335 T979 N:127.0.0.1:11377_x_rmd c:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /update/json,/update/csv,/admin/threads,/admin/plugins,standard,/admin/properties,/config,/get,/replication,/admin/luke,/update/json/docs,/admin/segments,/admin/file,/admin/mbeans,/schema,/admin/ping,/admin/logging,/admin/system,/update
   [junit4]   2> 312337 T979 N:127.0.0.1:11377_x_rmd c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 312339 T979 N:127.0.0.1:11377_x_rmd c:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 312340 T979 N:127.0.0.1:11377_x_rmd c:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 312342 T979 N:127.0.0.1:11377_x_rmd c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 312342 T979 N:127.0.0.1:11377_x_rmd c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 312343 T979 N:127.0.0.1:11377_x_rmd c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=38, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.45179975226088087]
   [junit4]   2> 312343 T979 N:127.0.0.1:11377_x_rmd c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@34236216 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7efcad17),segFN=segments_1,generation=1}
   [junit4]   2> 312344 T979 N:127.0.0.1:11377_x_rmd c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 312344 T979 N:127.0.0.1:11377_x_rmd c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@4e44a078[collection1] main
   [junit4]   2> 312344 T979 N:127.0.0.1:11377_x_rmd c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 312345 T979 N:127.0.0.1:11377_x_rmd c:collection1 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 312346 T979 N:127.0.0.1:11377_x_rmd c:collection1 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 312346 T979 N:127.0.0.1:11377_x_rmd c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 312346 T979 N:127.0.0.1:11377_x_rmd c:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 312347 T979 N:127.0.0.1:11377_x_rmd c:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 312347 T979 N:127.0.0.1:11377_x_rmd c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 312348 T979 N:127.0.0.1:11377_x_rmd c:collection1 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 312348 T979 N:127.0.0.1:11377_x_rmd c:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 312348 T979 N:127.0.0.1:11377_x_rmd c:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 312349 T979 N:127.0.0.1:11377_x_rmd c:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 312349 T980 N:127.0.0.1:11377_x_rmd c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4e44a078[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 312350 T983 N:127.0.0.1:11377_x_rmd C:control_collection S:shard1 c:collection1 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:11377/x_rmd collection:control_collection shard:shard1
   [junit4]   2> 312350 T949 N:127.0.0.1:11377_x_rmd oass.SolrDispatchFilter.init user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0
   [junit4]   2> 312351 T949 N:127.0.0.1:11377_x_rmd oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 312352 T983 N:127.0.0.1:11377_x_rmd C:control_collection S:shard1 c:collection1 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 312354 T949 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 312354 T949 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 312356 T986 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@8122a60 name:ZooKeeperConnection Watcher:127.0.0.1:11370/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 312357 T949 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 312357 T949 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 312358 T949 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 312360 T983 N:127.0.0.1:11377_x_rmd C:control_collection S:shard1 c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 312362 T975 N:127.0.0.1:11377_x_rmd oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 312362 T949 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 312363 T983 N:127.0.0.1:11377_x_rmd C:control_collection S:shard1 c:collection1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 312364 T976 N:127.0.0.1:11377_x_rmd 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> 312364 T983 N:127.0.0.1:11377_x_rmd C:control_collection S:shard1 c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C277 name=collection1 org.apache.solr.core.SolrCore@620a8105 url=http://127.0.0.1:11377/x_rmd/collection1 node=127.0.0.1:11377_x_rmd C277_STATE=coll:control_collection core:collection1 props:{state=down, core=collection1, base_url=http://127.0.0.1:11377/x_rmd, node_name=127.0.0.1:11377_x_rmd}
   [junit4]   2> 312364 T983 N:127.0.0.1:11377_x_rmd C:control_collection S:shard1 c:collection1 C277 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:11377/x_rmd/collection1/
   [junit4]   2> 312365 T983 N:127.0.0.1:11377_x_rmd C:control_collection S:shard1 c:collection1 C277 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 312365 T983 N:127.0.0.1:11377_x_rmd C:control_collection S:shard1 c:collection1 C277 oasc.SyncStrategy.syncToMe http://127.0.0.1:11377/x_rmd/collection1/ has no replicas
   [junit4]   2> 312365 T983 N:127.0.0.1:11377_x_rmd C:control_collection S:shard1 c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:11377/x_rmd/collection1/ shard1
   [junit4]   2> 312366 T975 N:127.0.0.1:11377_x_rmd 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> 312366 T986 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> 312366 T983 N:127.0.0.1:11377_x_rmd C:control_collection S:shard1 c:collection1 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 312372 T975 N:127.0.0.1:11377_x_rmd oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 312373 T976 N:127.0.0.1:11377_x_rmd 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:11377/x_rmd",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 312477 T986 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> 312478 T975 N:127.0.0.1:11377_x_rmd 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> 312525 T983 N:127.0.0.1:11377_x_rmd C:control_collection S:shard1 c:collection1 oasc.ZkController.register We are http://127.0.0.1:11377/x_rmd/collection1/ and leader is http://127.0.0.1:11377/x_rmd/collection1/
   [junit4]   2> 312526 T983 N:127.0.0.1:11377_x_rmd C:control_collection S:shard1 c:collection1 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:11377/x_rmd
   [junit4]   2> 312526 T983 N:127.0.0.1:11377_x_rmd C:control_collection S:shard1 c:collection1 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 312527 T983 N:127.0.0.1:11377_x_rmd C:control_collection S:shard1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 312527 T983 N:127.0.0.1:11377_x_rmd C:control_collection S:shard1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 312529 T975 N:127.0.0.1:11377_x_rmd oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 312530 T976 N:127.0.0.1:11377_x_rmd oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:11377/x_rmd",
   [junit4]   2> 	  "node_name":"127.0.0.1:11377_x_rmd"} current state version: 3
   [junit4]   2> 312531 T976 N:127.0.0.1:11377_x_rmd oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:11377/x_rmd",
   [junit4]   2> 	  "node_name":"127.0.0.1:11377_x_rmd"}
   [junit4]   2> 312634 T986 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> 312634 T975 N:127.0.0.1:11377_x_rmd 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> 313559 T949 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/J0/temp/solr.cloud.OverseerRolesTest 27C370908FCB708A-001/shard-1-001/cores/collection1
   [junit4]   2> 313561 T949 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/J0/temp/solr.cloud.OverseerRolesTest 27C370908FCB708A-001/shard-1-001
   [junit4]   2> 313562 T949 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 313564 T949 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:11383
   [junit4]   2> 313565 T949 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/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerRolesTest 27C370908FCB708A-001/shard-1-001/cores, hostPort=11383, solr.data.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerRolesTest 27C370908FCB708A-001/tempDir-001/jetty1, hostContext=/x_rmd}
   [junit4]   2> 313565 T949 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1e66a917
   [junit4]   2> 313565 T949 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerRolesTest 27C370908FCB708A-001/shard-1-001/'
   [junit4]   2> 313598 T949 oasc.SolrXmlConfig.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerRolesTest 27C370908FCB708A-001/shard-1-001/solr.xml
   [junit4]   2> 313640 T949 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/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerRolesTest 27C370908FCB708A-001/shard-1-001/cores
   [junit4]   2> 313640 T949 oasc.CoreContainer.<init> New CoreContainer 533406697
   [junit4]   2> 313641 T949 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/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerRolesTest 27C370908FCB708A-001/shard-1-001/]
   [junit4]   2> 313641 T949 oasc.CoreContainer.load loading shared library: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerRolesTest 27C370908FCB708A-001/shard-1-001/lib
   [junit4]   2> 313642 T949 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/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerRolesTest 27C370908FCB708A-001/shard-1-001/lib).
   [junit4]   2> 313654 T949 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> 313658 T949 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 313659 T949 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 313659 T949 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 313660 T949 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 313660 T949 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:11370/solr
   [junit4]   2> 313660 T949 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 313660 T949 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 313661 T949 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 313663 T998 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@695c3bd3 name:ZooKeeperConnection Watcher:127.0.0.1:11370 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 313663 T949 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 313664 T949 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 313667 T949 N:127.0.0.1:11383_x_rmd oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 313668 T1001 N:127.0.0.1:11383_x_rmd oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4c63d1df name:ZooKeeperConnection Watcher:127.0.0.1:11370/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 313668 T949 N:127.0.0.1:11383_x_rmd oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 313673 T949 N:127.0.0.1:11383_x_rmd oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 314678 T949 N:127.0.0.1:11383_x_rmd oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:11383_x_rmd
   [junit4]   2> 314679 T949 N:127.0.0.1:11383_x_rmd oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:11383_x_rmd
   [junit4]   2> 314683 T949 N:127.0.0.1:11383_x_rmd oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 314686 T949 N:127.0.0.1:11383_x_rmd 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/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerRolesTest 27C370908FCB708A-001/shard-1-001/cores
   [junit4]   2> 314690 T949 N:127.0.0.1:11383_x_rmd oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {dataDir=data/, config=solrconfig.xml, absoluteInstDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerRolesTest 27C370908FCB708A-001/shard-1-001/cores/collection1/, loadOnStartup=true, instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerRolesTest 27C370908FCB708A-001/shard-1-001/cores/collection1, collection=collection1, name=collection1, shard=, schema=schema.xml, transient=false, coreNodeName=}
   [junit4]   2> 314690 T949 N:127.0.0.1:11383_x_rmd oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerRolesTest 27C370908FCB708A-001/shard-1-001/cores/collection1/
   [junit4]   2> 314691 T949 N:127.0.0.1:11383_x_rmd oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 314693 T1002 N:127.0.0.1:11383_x_rmd C:collection1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 314693 T1002 N:127.0.0.1:11383_x_rmd C:collection1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 314694 T1002 N:127.0.0.1:11383_x_rmd oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 314694 T975 N:127.0.0.1:11377_x_rmd oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 314695 T976 N:127.0.0.1:11377_x_rmd oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:11383/x_rmd",
   [junit4]   2> 	  "node_name":"127.0.0.1:11383_x_rmd"} current state version: 4
   [junit4]   2> 314696 T976 N:127.0.0.1:11377_x_rmd oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:11383/x_rmd",
   [junit4]   2> 	  "node_name":"127.0.0.1:11383_x_rmd"}
   [junit4]   2> 314696 T976 N:127.0.0.1:11377_x_rmd oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 314697 T976 N:127.0.0.1:11377_x_rmd oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 314698 T986 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> 314698 T975 N:127.0.0.1:11377_x_rmd 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> 314698 T1001 N:127.0.0.1:11383_x_rmd 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> 315694 T1002 N:127.0.0.1:11383_x_rmd oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 315695 T1002 N:127.0.0.1:11383_x_rmd oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 315696 T1002 N:127.0.0.1:11383_x_rmd oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 315696 T1002 N:127.0.0.1:11383_x_rmd oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 315697 T1002 N:127.0.0.1:11383_x_rmd oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 315697 T1002 N:127.0.0.1:11383_x_rmd oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerRolesTest 27C370908FCB708A-001/shard-1-001/cores/collection1/'
   [junit4]   2> 315716 T1002 N:127.0.0.1:11383_x_rmd oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 315719 T1002 N:127.0.0.1:11383_x_rmd oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 315732 T1002 N:127.0.0.1:11383_x_rmd oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 315755 T1002 N:127.0.0.1:11383_x_rmd oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.2.0
   [junit4]   2> 315807 T1002 N:127.0.0.1:11383_x_rmd oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 315908 T1002 N:127.0.0.1:11383_x_rmd oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 315920 T1002 N:127.0.0.1:11383_x_rmd oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 316343 T1002 N:127.0.0.1:11383_x_rmd oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 316362 T1002 N:127.0.0.1:11383_x_rmd oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 316377 T1002 N:127.0.0.1:11383_x_rmd oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 316390 T1002 N:127.0.0.1:11383_x_rmd oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 316396 T1002 N:127.0.0.1:11383_x_rmd oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 316402 T1002 N:127.0.0.1:11383_x_rmd oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 316404 T1002 N:127.0.0.1:11383_x_rmd oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 316404 T1002 N:127.0.0.1:11383_x_rmd oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 316404 T1002 N:127.0.0.1:11383_x_rmd oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 316406 T1002 N:127.0.0.1:11383_x_rmd oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 316406 T1002 N:127.0.0.1:11383_x_rmd oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 316406 T1002 N:127.0.0.1:11383_x_rmd oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 316407 T1002 N:127.0.0.1:11383_x_rmd c:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 316407 T1002 N:127.0.0.1:11383_x_rmd 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/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerRolesTest 27C370908FCB708A-001/shard-1-001/cores/collection1/, dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerRolesTest 27C370908FCB708A-001/shard-1-001/cores/collection1/data/
   [junit4]   2> 316407 T1002 N:127.0.0.1:11383_x_rmd c:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4caa1b37
   [junit4]   2> 316408 T1002 N:127.0.0.1:11383_x_rmd 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/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerRolesTest 27C370908FCB708A-001/shard-1-001/cores/collection1/data
   [junit4]   2> 316409 T1002 N:127.0.0.1:11383_x_rmd 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/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerRolesTest 27C370908FCB708A-001/shard-1-001/cores/collection1/data/index/
   [junit4]   2> 316409 T1002 N:127.0.0.1:11383_x_rmd 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/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerRolesTest 27C370908FCB708A-001/shard-1-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 316410 T1002 N:127.0.0.1:11383_x_rmd 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/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerRolesTest 27C370908FCB708A-001/shard-1-001/cores/collection1/data/index
   [junit4]   2> 316410 T1002 N:127.0.0.1:11383_x_rmd c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=33, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.36215582828012904]
   [junit4]   2> 316411 T1002 N:127.0.0.1:11383_x_rmd c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@46b553a8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2a875edc),segFN=segments_1,generation=1}
   [junit4]   2> 316411 T1002 N:127.0.0.1:11383_x_rmd c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 316419 T1002 N:127.0.0.1:11383_x_rmd c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 316419 T1002 N:127.0.0.1:11383_x_rmd c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 316420 T1002 N:127.0.0.1:11383_x_rmd c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 316420 T1002 N:127.0.0.1:11383_x_rmd c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 316420 T1002 N:127.0.0.1:11383_x_rmd c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 316420 T1002 N:127.0.0.1:11383_x_rmd c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 316421 T1002 N:127.0.0.1:11383_x_rmd c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 316421 T1002 N:127.0.0.1:11383_x_rmd c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 316421 T1002 N:127.0.0.1:11383_x_rmd c:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 316442 T1002 N:127.0.0.1:11383_x_rmd c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 316445 T1002 N:127.0.0.1:11383_x_rmd c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 316448 T1002 N:127.0.0.1:11383_x_rmd c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 316450 T1002 N:127.0.0.1:11383_x_rmd c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 316459 T1002 N:127.0.0.1:11383_x_rmd c:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /update/json,/update/csv,/admin/threads,/admin/plugins,standard,/admin/properties,/config,/get,/replication,/admin/luke,/update/json/docs,/admin/segments,/admin/file,/admin/mbeans,/schema,/admin/ping,/admin/logging,/admin/system,/update
   [junit4]   2> 316461 T1002 N:127.0.0.1:11383_x_rmd c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 316463 T1002 N:127.0.0.1:11383_x_rmd c:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 316463 T1002 N:127.0.0.1:11383_x_rmd c:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 316465 T1002 N:127.0.0.1:11383_x_rmd c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 316466 T1002 N:127.0.0.1:11383_x_rmd c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 316467 T1002 N:127.0.0.1:11383_x_rmd c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=38, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.45179975226088087]
   [junit4]   2> 316468 T1002 N:127.0.0.1:11383_x_rmd c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@46b553a8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2a875edc),segFN=segments_1,generation=1}
   [junit4]   2> 316468 T1002 N:127.0.0.1:11383_x_rmd c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 316468 T1002 N:127.0.0.1:11383_x_rmd c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@3fe74576[collection1] main
   [junit4]   2> 316469 T1002 N:127.0.0.1:11383_x_rmd c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 316470 T1002 N:127.0.0.1:11383_x_rmd c:collection1 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 316470 T1002 N:127.0.0.1:11383_x_rmd c:collection1 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 316470 T1002 N:127.0.0.1:11383_x_rmd c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 316471 T1002 N:127.0.0.1:11383_x_rmd c:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 316471 T1002 N:127.0.0.1:11383_x_rmd c:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 316471 T1002 N:127.0.0.1:11383_x_rmd c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 316472 T1002 N:127.0.0.1:11383_x_rmd c:collection1 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 316472 T1002 N:127.0.0.1:11383_x_rmd c:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 316472 T1002 N:127.0.0.1:11383_x_rmd c:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 316473 T1003 N:127.0.0.1:11383_x_rmd c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3fe74576[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 316474 T1002 N:127.0.0.1:11383_x_rmd c:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 316475 T1006 N:127.0.0.1:11383_x_rmd C:collection1 S:shard1 c:collection1 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:11383/x_rmd collection:collection1 shard:shard1
   [junit4]   2> 316476 T949 N:127.0.0.1:11383_x_rmd oass.SolrDispatchFilter.init user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0
   [junit4]   2> 316476 T949 N:127.0.0.1:11383_x_rmd oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 316476 T1006 N:127.0.0.1:11383_x_rmd C:collection1 S:shard1 c:collection1 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 316481 T1006 N:127.0.0.1:11383_x_rmd C:collection1 S:shard1 c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 316483 T975 N:127.0.0.1:11377_x_rmd oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 316483 T1006 N:127.0.0.1:11383_x_rmd C:collection1 S:shard1 c:collection1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 316484 T1006 N:127.0.0.1:11383_x_rmd C:collection1 S:shard1 c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C278 name=collection1 org.apache.solr.core.SolrCore@711d7a83 url=http://127.0.0.1:11383/x_rmd/collection1 node=127.0.0.1:11383_x_rmd C278_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, base_url=http://127.0.0.1:11383/x_rmd, node_name=127.0.0.1:11383_x_rmd}
   [junit4]   2> 316484 T1006 N:127.0.0.1:11383_x_rmd C:collection1 S:shard1 c:collection1 C278 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:11383/x_rmd/collection1/
   [junit4]   2> 316484 T1006 N:127.0.0.1:11383_x_rmd C:collection1 S:shard1 c:collection1 C278 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 316484 T976 N:127.0.0.1:11377_x_rmd 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> 316484 T1006 N:127.0.0.1:11383_x_rmd C:collection1 S:shard1 c:collection1 C278 oasc.SyncStrategy.syncToMe http://127.0.0.1:11383/x_rmd/collection1/ has no replicas
   [junit4]   2> 316485 T1006 N:127.0.0.1:11383_x_rmd C:collection1 S:shard1 c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:11383/x_rmd/collection1/ shard1
   [junit4]   2> 316485 T1006 N:127.0.0.1:11383_x_rmd C:collection1 S:shard1 c:collection1 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 316486 T975 N:127.0.0.1:11377_x_rmd 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> 316486 T1001 N:127.0.0.1:11383_x_rmd 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> 316486 T986 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> 316493 T975 N:127.0.0.1:11377_x_rmd oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 316494 T976 N:127.0.0.1:11377_x_rmd 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:11383/x_rmd",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 6
   [junit4]   2> 316598 T975 N:127.0.0.1:11377_x_rmd 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> 316598 T986 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> 316598 T1001 N:127.0.0.1:11383_x_rmd 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> 316646 T1006 N:127.0.0.1:11383_x_rmd C:collection1 S:shard1 c:collection1 oasc.ZkController.register We are http://127.0.0.1:11383/x_rmd/collection1/ and leader is http://127.0.0.1:11383/x_rmd/collection1/
   [junit4]   2> 316647 T1006 N:127.0.0.1:11383_x_rmd C:collection1 S:shard1 c:collection1 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:11383/x_rmd
   [junit4]   2> 316647 T1006 N:127.0.0.1:11383_x_rmd C:collection1 S:shard1 c:collection1 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 316647 T1006 N:127.0.0.1:11383_x_rmd C:collection1 S:shard1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 316647 T1006 N:127.0.0.1:11383_x_rmd C:collection1 S:shard1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 316649 T975 N:127.0.0.1:11377_x_rmd oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 316651 T976 N:127.0.0.1:11377_x_rmd oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:11383/x_rmd",
   [junit4]   2> 	  "node_name":"127.0.0.1:11383_x_rmd"} current state version: 7
   [junit4]   2> 316651 T976 N:127.0.0.1:11377_x_rmd oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:11383/x_rmd",
   [junit4]   2> 	  "node_name":"127.0.0.1:11383_x_rmd"}
   [junit4]   2> 316756 T986 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> 316756 T975 N:127.0.0.1:11377_x_rmd 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> 316756 T1001 N:127.0.0.1:11383_x_rmd 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> 318024 T949 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/J0/temp/solr.cloud.OverseerRolesTest 27C370908FCB708A-001/shard-2-001/cores/collection1
   [junit4]   2> 318027 T949 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/J0/temp/solr.cloud.OverseerRolesTest 27C370908FCB708A-001/shard-2-001
   [junit4]   2> 318028 T949 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 318032 T949 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:11398
   [junit4]   2> 318033 T949 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerRolesTest 27C370908FCB708A-001/tempDir-001/jetty2, hostContext=/x_rmd, hostPort=11398, coreRootDirectory=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerRolesTest 27C370908FCB708A-001/shard-2-001/cores, solrconfig=solrconfig.xml}
   [junit4]   2> 318034 T949 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1e66a917
   [junit4]   2> 318034 T949 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerRolesTest 27C370908FCB708A-001/shard-2-001/'
   [junit4]   2> 318087 T949 oasc.SolrXmlConfig.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerRolesTest 27C370908FCB708A-001/shard-2-001/solr.xml
   [junit4]   2> 318146 T949 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/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerRolesTest 27C370908FCB708A-001/shard-2-001/cores
   [junit4]   2> 318147 T949 oasc.CoreContainer.<init> New CoreContainer 1456872945
   [junit4]   2> 318147 T949 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/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerRolesTest 27C370908FCB708A-001/shard-2-001/]
   [junit4]   2> 318148 T949 oasc.CoreContainer.load loading shared library: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerRolesTest 27C370908FCB708A-001/shard-2-001/lib
   [junit4]   2> 318149 T949 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/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerRolesTest 27C370908FCB708A-001/shard-2-001/lib).
   [junit4]   2> 318165 T949 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> 318173 T949 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 318174 T949 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 318174 T949 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 318174 T949 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 318175 T949 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:11370/solr
   [junit4]   2> 318175 T949 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 318176 T949 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 318177 T949 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 318178 T1018 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@33826ee4 name:ZooKeeperConnection Watcher:127.0.0.1:11370 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 318179 T949 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 318180 T949 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 318183 T949 N:127.0.0.1:11398_x_rmd oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 318184 T1021 N:127.0.0.1:11398_x_rmd oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@629565e5 name:ZooKeeperConnection Watcher:127.0.0.1:11370/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 318185 T949 N:127.0.0.1:11398_x_rmd oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 318190 T949 N:127.0.0.1:11398_x_rmd oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 319195 T949 N:127.0.0.1:11398_x_rmd oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:11398_x_rmd
   [junit4]   2> 319196 T949 N:127.0.0.1:11398_x_rmd oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:11398_x_rmd
   [junit4]   2> 319201 T949 N:127.0.0.1:11398_x_rmd oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 319205 T949 N:127.0.0.1:11398_x_rmd 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/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerRolesTest 27C370908FCB708A-001/shard-2-001/cores
   [junit4]   2> 319211 T949 N:127.0.0.1:11398_x_rmd oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {shard=, collection=collection1, schema=schema.xml, config=solrconfig.xml, absoluteInstDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerRolesTest 27C370908FCB708A-001/shard-2-001/cores/collection1/, instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerRolesTest 27C370908FCB708A-001/shard-2-001/cores/collection1, coreNodeName=, transient=false, loadOnStartup=true, name=collection1, dataDir=data/}
   [junit4]   2> 319212 T949 N:127.0.0.1:11398_x_rmd oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerRolesTest 27C370908FCB708A-001/shard-2-001/cores/collection1/
   [junit4]   2> 319212 T949 N:127.0.0.1:11398_x_rmd oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 319215 T1022 N:127.0.0.1:11398_x_rmd C:collection1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 319215 T1022 N:127.0.0.1:11398_x_rmd C:collection1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 319216 T1022 N:127.0.0.1:11398_x_rmd oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 319216 T975 N:127.0.0.1:11377_x_rmd oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 319218 T976 N:127.0.0.1:11377_x_rmd oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:11398/x_rmd",
   [junit4]   2> 	  "node_name":"127.0.0.1:11398_x_rmd"} current state version: 8
   [junit4]   2> 319218 T976 N:127.0.0.1:11377_x_rmd oasco.

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

1:11370 11370
   [junit4]   2> 383309 T950 oasc.ZkTestServer$ZKServerMain.runFromConfig WARN Watch limit violations: 
   [junit4]   2> 	Maximum concurrent create/delete watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		11	/solr/clusterstate.json
   [junit4]   2> 		10	/solr/aliases.json
   [junit4]   2> 		3	/solr/configs/conf1
   [junit4]   2> 	
   [junit4]   2> 	Maximum concurrent children watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		11	/solr/live_nodes
   [junit4]   2> 		2	/solr/overseer/queue
   [junit4]   2> 		2	/solr/overseer/collection-queue-work
   [junit4]   2> 	
   [junit4]   2> 383408 T1129 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3d246002 name:ZooKeeperConnection Watcher:127.0.0.1:11370/solr got event WatchedEvent state:Disconnected type:None path:null path:null type:None
   [junit4]   2> 383408 T1129 oascc.ConnectionManager.process Client->ZooKeeper status change trigger but we are already closed
   [junit4]   2> 383408 T1129 oaz.ClientCnxn$EventThread.processEvent ERROR Error while calling watcher  java.util.concurrent.RejectedExecutionException: Task org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1@59770d81 rejected from org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@1717be0a[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 43]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2048)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:821)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1372)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.execute(ExecutorUtil.java:133)
   [junit4]   2> 	at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:110)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.process(SolrZkClient.java:261)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 
   [junit4]   2> 383409 T1129 oaz.ClientCnxn$EventThread.processEvent ERROR Error while calling watcher  java.util.concurrent.RejectedExecutionException: Task org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1@1dcdc97f rejected from org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@1717be0a[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 43]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2048)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:821)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1372)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.execute(ExecutorUtil.java:133)
   [junit4]   2> 	at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:110)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.process(SolrZkClient.java:261)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 
   [junit4]   2> 383409 T1129 oaz.ClientCnxn$EventThread.processEvent ERROR Error while calling watcher  java.util.concurrent.RejectedExecutionException: Task org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1@12771185 rejected from org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@1717be0a[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 43]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2048)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:821)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1372)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.execute(ExecutorUtil.java:133)
   [junit4]   2> 	at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:110)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.process(SolrZkClient.java:261)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=OverseerRolesTest -Dtests.method=test -Dtests.seed=27C370908FCB708A -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=in -Dtests.timezone=Pacific/Niue -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   74.6s J0 | OverseerRolesTest.test <<<
   [junit4]    > Throwable #1: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /live_nodes
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([27C370908FCB708A:AF974F4A21371D72]:0)
   [junit4]    > 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]    > 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]    > 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:328)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:325)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:61)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:325)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkStateReader.updateClusterState(ZkStateReader.java:517)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkStateReader.updateClusterState(ZkStateReader.java:255)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:146)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:133)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:128)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:877)
   [junit4]    > 	at org.apache.solr.cloud.OverseerRolesTest.testOverseerRole(OverseerRolesTest.java:129)
   [junit4]    > 	at org.apache.solr.cloud.OverseerRolesTest.test(OverseerRolesTest.java:90)
   [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> 383418 T949 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/J0/temp/solr.cloud.OverseerRolesTest 27C370908FCB708A-001
   [junit4]   2> 74642 T948 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene50, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=in, timezone=Pacific/Niue
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_65 (64-bit)/cpus=16,threads=1,free=158610824,total=273154048
   [junit4]   2> NOTE: All tests run in this JVM: [AsyncMigrateRouteKeyTest, HdfsUnloadDistributedZkTest, BasicDistributedZkTest, TestManagedSchemaDynamicFieldResource, TestJoin, DistributedTermsComponentTest, OverseerRolesTest]
   [junit4] Completed [69/483] on J0 in 74.94s, 1 test, 1 error <<< FAILURES!

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

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



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

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

1 tests failed.
REGRESSION:  org.apache.solr.cloud.RecoveryZkTest.test

Error Message:
shard1 is not consistent.  Got 732 from http://127.0.0.1:65112/ul/y/collection1lastClient and got 128 from http://127.0.0.1:55115/ul/y/collection1

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




Build Log:
[...truncated 9566 lines...]
   [junit4] Suite: org.apache.solr.cloud.RecoveryZkTest
   [junit4]   2> Creating dataDir: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/init-core-data-001
   [junit4]   2> 157722 T345 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 157722 T345 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /ul/y
   [junit4]   2> 157728 T345 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 157729 T346 oasc.ZkTestServer$2$1.setClientPort client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 157729 T346 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 157829 T345 oasc.ZkTestServer.run start zk server on port:11786
   [junit4]   2> 157830 T345 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 157831 T345 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 157834 T353 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@23959d6f name:ZooKeeperConnection Watcher:127.0.0.1:11786 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 157834 T345 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 157835 T345 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 157835 T345 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 157837 T345 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 157838 T345 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 157839 T356 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6cfa1f70 name:ZooKeeperConnection Watcher:127.0.0.1:11786/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 157839 T345 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 157840 T345 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 157840 T345 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 157842 T345 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 157843 T345 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 157844 T345 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 157845 T345 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> 157846 T345 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 157848 T345 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 157848 T345 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 157951 T345 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> 157951 T345 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 157952 T345 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> 157953 T345 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 157954 T345 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> 157955 T345 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 157957 T345 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> 157957 T345 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 157958 T345 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> 157959 T345 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 157960 T345 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> 157961 T345 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 157962 T345 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> 157963 T345 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 157964 T345 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> 157965 T345 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 157966 T345 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> 157966 T345 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 159104 T345 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/control-001/cores/collection1
   [junit4]   2> 159107 T345 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 159110 T345 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:48369
   [junit4]   2> 159110 T345 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostPort=48369, coreRootDirectory=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/control-001/cores, solr.data.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/tempDir-001/control/data, hostContext=/ul/y}
   [junit4]   2> 159111 T345 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@17072b90
   [junit4]   2> 159111 T345 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/control-001/'
   [junit4]   2> 159140 T345 oasc.SolrXmlConfig.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/control-001/solr.xml
   [junit4]   2> 159177 T345 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/control-001/cores
   [junit4]   2> 159178 T345 oasc.CoreContainer.<init> New CoreContainer 1791902340
   [junit4]   2> 159178 T345 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/control-001/]
   [junit4]   2> 159178 T345 oasc.CoreContainer.load loading shared library: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/control-001/lib
   [junit4]   2> 159179 T345 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/control-001/lib).
   [junit4]   2> 159188 T345 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> 159193 T345 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 159194 T345 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 159194 T345 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 159194 T345 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 159194 T345 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:11786/solr
   [junit4]   2> 159195 T345 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 159195 T345 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 159195 T345 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 159197 T368 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@caa641d name:ZooKeeperConnection Watcher:127.0.0.1:11786 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 159198 T345 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 159198 T345 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 159200 T345 N:127.0.0.1:48369_ul%2Fy oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 159201 T371 N:127.0.0.1:48369_ul%2Fy oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@358be019 name:ZooKeeperConnection Watcher:127.0.0.1:11786/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 159202 T345 N:127.0.0.1:48369_ul%2Fy oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 159203 T345 N:127.0.0.1:48369_ul%2Fy oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 159204 T345 N:127.0.0.1:48369_ul%2Fy oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 159206 T345 N:127.0.0.1:48369_ul%2Fy oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 159207 T345 N:127.0.0.1:48369_ul%2Fy oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 159208 T345 N:127.0.0.1:48369_ul%2Fy oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 159210 T345 N:127.0.0.1:48369_ul%2Fy oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 159211 T345 N:127.0.0.1:48369_ul%2Fy oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 159212 T345 N:127.0.0.1:48369_ul%2Fy oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 159213 T345 N:127.0.0.1:48369_ul%2Fy oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:48369_ul%2Fy
   [junit4]   2> 159213 T345 N:127.0.0.1:48369_ul%2Fy oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:48369_ul%2Fy
   [junit4]   2> 159214 T345 N:127.0.0.1:48369_ul%2Fy oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 159215 T345 N:127.0.0.1:48369_ul%2Fy oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 159216 T345 N:127.0.0.1:48369_ul%2Fy oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 159217 T345 N:127.0.0.1:48369_ul%2Fy oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:48369_ul%2Fy
   [junit4]   2> 159217 T345 N:127.0.0.1:48369_ul%2Fy oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 159218 T345 N:127.0.0.1:48369_ul%2Fy oasc.Overseer.start Overseer (id=93664561202135043-127.0.0.1:48369_ul%2Fy-n_0000000000) starting
   [junit4]   2> 159220 T345 N:127.0.0.1:48369_ul%2Fy oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 159224 T345 N:127.0.0.1:48369_ul%2Fy oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 159224 T373 N:127.0.0.1:48369_ul%2Fy oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 159224 T345 N:127.0.0.1:48369_ul%2Fy oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 159225 T372 N:127.0.0.1:48369_ul%2Fy oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 159227 T345 N:127.0.0.1:48369_ul%2Fy oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/control-001/cores
   [junit4]   2> 159230 T345 N:127.0.0.1:48369_ul%2Fy oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {coreNodeName=, name=collection1, dataDir=data/, collection=control_collection, transient=false, instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/control-001/cores/collection1, schema=schema.xml, config=solrconfig.xml, loadOnStartup=true, shard=, absoluteInstDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/control-001/cores/collection1/}
   [junit4]   2> 159230 T345 N:127.0.0.1:48369_ul%2Fy oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/control-001/cores/collection1/
   [junit4]   2> 159231 T345 N:127.0.0.1:48369_ul%2Fy oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 159232 T375 N:127.0.0.1:48369_ul%2Fy C:control_collection c:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 159232 T375 N:127.0.0.1:48369_ul%2Fy C:control_collection c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 159232 T375 N:127.0.0.1:48369_ul%2Fy oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 159232 T371 N:127.0.0.1:48369_ul%2Fy oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 159233 T372 N:127.0.0.1:48369_ul%2Fy oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:48369_ul%2Fy",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:48369/ul/y"} current state version: 0
   [junit4]   2> 159234 T372 N:127.0.0.1:48369_ul%2Fy oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:48369_ul%2Fy",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:48369/ul/y"}
   [junit4]   2> 159234 T372 N:127.0.0.1:48369_ul%2Fy oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 159234 T372 N:127.0.0.1:48369_ul%2Fy oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 159235 T371 N:127.0.0.1:48369_ul%2Fy 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> 160234 T375 N:127.0.0.1:48369_ul%2Fy oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 160235 T375 N:127.0.0.1:48369_ul%2Fy oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 160235 T375 N:127.0.0.1:48369_ul%2Fy oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 160236 T375 N:127.0.0.1:48369_ul%2Fy oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 160236 T375 N:127.0.0.1:48369_ul%2Fy oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 160236 T375 N:127.0.0.1:48369_ul%2Fy oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/control-001/cores/collection1/'
   [junit4]   2> 160250 T375 N:127.0.0.1:48369_ul%2Fy oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 160252 T375 N:127.0.0.1:48369_ul%2Fy oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 160262 T375 N:127.0.0.1:48369_ul%2Fy oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 160279 T375 N:127.0.0.1:48369_ul%2Fy oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.2.0
   [junit4]   2> 160318 T375 N:127.0.0.1:48369_ul%2Fy oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 160420 T375 N:127.0.0.1:48369_ul%2Fy oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 160444 T375 N:127.0.0.1:48369_ul%2Fy oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 160869 T375 N:127.0.0.1:48369_ul%2Fy oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 160872 T375 N:127.0.0.1:48369_ul%2Fy oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 160874 T375 N:127.0.0.1:48369_ul%2Fy oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 160879 T375 N:127.0.0.1:48369_ul%2Fy oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 160908 T375 N:127.0.0.1:48369_ul%2Fy oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 160908 T375 N:127.0.0.1:48369_ul%2Fy c:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 160908 T375 N:127.0.0.1:48369_ul%2Fy 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/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/control-001/cores/collection1/, dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/control-001/cores/collection1/data/
   [junit4]   2> 160909 T375 N:127.0.0.1:48369_ul%2Fy c:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5316c9ca
   [junit4]   2> 160910 T375 N:127.0.0.1:48369_ul%2Fy 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/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/control-001/cores/collection1/data
   [junit4]   2> 160910 T375 N:127.0.0.1:48369_ul%2Fy 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/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/control-001/cores/collection1/data/index/
   [junit4]   2> 160910 T375 N:127.0.0.1:48369_ul%2Fy 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/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 160911 T375 N:127.0.0.1:48369_ul%2Fy 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/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/control-001/cores/collection1/data/index
   [junit4]   2> 160911 T375 N:127.0.0.1:48369_ul%2Fy c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=29, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 160913 T375 N:127.0.0.1:48369_ul%2Fy c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@75a2f419 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1d47d1a5),segFN=segments_1,generation=1}
   [junit4]   2> 160913 T375 N:127.0.0.1:48369_ul%2Fy c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 160922 T375 N:127.0.0.1:48369_ul%2Fy c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 160923 T375 N:127.0.0.1:48369_ul%2Fy c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 160923 T375 N:127.0.0.1:48369_ul%2Fy c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 160923 T375 N:127.0.0.1:48369_ul%2Fy c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 160924 T375 N:127.0.0.1:48369_ul%2Fy c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 160924 T375 N:127.0.0.1:48369_ul%2Fy c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 160925 T375 N:127.0.0.1:48369_ul%2Fy c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 160925 T375 N:127.0.0.1:48369_ul%2Fy c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 160925 T375 N:127.0.0.1:48369_ul%2Fy c:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 160948 T375 N:127.0.0.1:48369_ul%2Fy c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 160950 T375 N:127.0.0.1:48369_ul%2Fy c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 160953 T375 N:127.0.0.1:48369_ul%2Fy c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 160955 T375 N:127.0.0.1:48369_ul%2Fy c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 160962 T375 N:127.0.0.1:48369_ul%2Fy c:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/threads,/get,standard,/admin/ping,/admin/properties,/admin/file,/admin/system,/admin/mbeans,/schema,/replication,/update/json/docs,/admin/segments,/admin/logging,/update/csv,/admin/luke,/config,/admin/plugins,/update,/update/json
   [junit4]   2> 160964 T375 N:127.0.0.1:48369_ul%2Fy c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 160966 T375 N:127.0.0.1:48369_ul%2Fy c:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 160967 T375 N:127.0.0.1:48369_ul%2Fy c:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 160969 T375 N:127.0.0.1:48369_ul%2Fy c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 160969 T375 N:127.0.0.1:48369_ul%2Fy c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 160970 T375 N:127.0.0.1:48369_ul%2Fy c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=15, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=30.9443359375, floorSegmentMB=1.2998046875, forceMergeDeletesPctAllowed=11.233010951741708, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1381277207800773
   [junit4]   2> 160971 T375 N:127.0.0.1:48369_ul%2Fy c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@75a2f419 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1d47d1a5),segFN=segments_1,generation=1}
   [junit4]   2> 160972 T375 N:127.0.0.1:48369_ul%2Fy c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 160972 T375 N:127.0.0.1:48369_ul%2Fy c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@46ce2ca0[collection1] main
   [junit4]   2> 160972 T375 N:127.0.0.1:48369_ul%2Fy c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 160973 T375 N:127.0.0.1:48369_ul%2Fy c:collection1 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 160974 T375 N:127.0.0.1:48369_ul%2Fy c:collection1 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 160974 T375 N:127.0.0.1:48369_ul%2Fy c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 160974 T375 N:127.0.0.1:48369_ul%2Fy c:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 160974 T375 N:127.0.0.1:48369_ul%2Fy c:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 160975 T375 N:127.0.0.1:48369_ul%2Fy c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 160975 T375 N:127.0.0.1:48369_ul%2Fy c:collection1 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 160976 T375 N:127.0.0.1:48369_ul%2Fy c:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 160976 T375 N:127.0.0.1:48369_ul%2Fy c:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 160977 T376 N:127.0.0.1:48369_ul%2Fy c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@46ce2ca0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 160978 T375 N:127.0.0.1:48369_ul%2Fy c:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 160979 T379 N:127.0.0.1:48369_ul%2Fy C:control_collection S:shard1 c:collection1 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:48369/ul/y collection:control_collection shard:shard1
   [junit4]   2> 160979 T345 N:127.0.0.1:48369_ul%2Fy oass.SolrDispatchFilter.init user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 160980 T345 N:127.0.0.1:48369_ul%2Fy oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 160980 T379 N:127.0.0.1:48369_ul%2Fy C:control_collection S:shard1 c:collection1 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 160982 T345 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 160983 T345 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 160985 T382 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@56d06678 name:ZooKeeperConnection Watcher:127.0.0.1:11786/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 160985 T379 N:127.0.0.1:48369_ul%2Fy C:control_collection S:shard1 c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 160985 T345 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 160986 T345 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 160986 T345 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 160987 T371 N:127.0.0.1:48369_ul%2Fy oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 160987 T379 N:127.0.0.1:48369_ul%2Fy C:control_collection S:shard1 c:collection1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 160988 T379 N:127.0.0.1:48369_ul%2Fy C:control_collection S:shard1 c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C120 name=collection1 org.apache.solr.core.SolrCore@2f3cddba url=http://127.0.0.1:48369/ul/y/collection1 node=127.0.0.1:48369_ul%2Fy C120_STATE=coll:control_collection core:collection1 props:{core=collection1, state=down, node_name=127.0.0.1:48369_ul%2Fy, base_url=http://127.0.0.1:48369/ul/y}
   [junit4]   2> 160988 T379 N:127.0.0.1:48369_ul%2Fy C:control_collection S:shard1 c:collection1 C120 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:48369/ul/y/collection1/
   [junit4]   2> 160988 T372 N:127.0.0.1:48369_ul%2Fy 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> 160988 T379 N:127.0.0.1:48369_ul%2Fy C:control_collection S:shard1 c:collection1 C120 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 160989 T379 N:127.0.0.1:48369_ul%2Fy C:control_collection S:shard1 c:collection1 C120 oasc.SyncStrategy.syncToMe http://127.0.0.1:48369/ul/y/collection1/ has no replicas
   [junit4]   2> 160989 T379 N:127.0.0.1:48369_ul%2Fy C:control_collection S:shard1 c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:48369/ul/y/collection1/ shard1
   [junit4]   2> 160989 T379 N:127.0.0.1:48369_ul%2Fy C:control_collection S:shard1 c:collection1 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 160990 T371 N:127.0.0.1:48369_ul%2Fy 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> 160990 T345 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 160990 T382 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> 160990 T345 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 160991 T345 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 160992 T345 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 160994 T385 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@35f3735a name:ZooKeeperConnection Watcher:127.0.0.1:11786/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 160994 T345 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 160995 T345 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 160995 T371 N:127.0.0.1:48369_ul%2Fy oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 160996 T372 N:127.0.0.1:48369_ul%2Fy 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:48369/ul/y",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 160999 T372 N:127.0.0.1:48369_ul%2Fy oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "name":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "stateFormat":"2"} current state version: 2
   [junit4]   2> 161000 T372 N:127.0.0.1:48369_ul%2Fy oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 161001 T371 N:127.0.0.1:48369_ul%2Fy 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> 161001 T382 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> 161004 T371 N:127.0.0.1:48369_ul%2Fy oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 161004 T372 N:127.0.0.1:48369_ul%2Fy oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]   2> 161005 T382 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> 161005 T371 N:127.0.0.1:48369_ul%2Fy 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> 161046 T379 N:127.0.0.1:48369_ul%2Fy C:control_collection S:shard1 c:collection1 oasc.ZkController.register We are http://127.0.0.1:48369/ul/y/collection1/ and leader is http://127.0.0.1:48369/ul/y/collection1/
   [junit4]   2> 161047 T379 N:127.0.0.1:48369_ul%2Fy C:control_collection S:shard1 c:collection1 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:48369/ul/y
   [junit4]   2> 161047 T379 N:127.0.0.1:48369_ul%2Fy C:control_collection S:shard1 c:collection1 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 161047 T379 N:127.0.0.1:48369_ul%2Fy C:control_collection S:shard1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 161047 T379 N:127.0.0.1:48369_ul%2Fy C:control_collection S:shard1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 161049 T371 N:127.0.0.1:48369_ul%2Fy oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 161050 T372 N:127.0.0.1:48369_ul%2Fy oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "node_name":"127.0.0.1:48369_ul%2Fy",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:48369/ul/y"} current state version: 4
   [junit4]   2> 161050 T372 N:127.0.0.1:48369_ul%2Fy oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "node_name":"127.0.0.1:48369_ul%2Fy",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:48369/ul/y"}
   [junit4]   2> 161153 T371 N:127.0.0.1:48369_ul%2Fy 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> 161153 T382 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> 162957 T345 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/shard-1-001/cores/collection1
   [junit4]   2> 162961 T345 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/shard-1-001
   [junit4]   2> 162962 T345 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 162965 T345 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:65112
   [junit4]   2> 162965 T345 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostContext=/ul/y, coreRootDirectory=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/shard-1-001/cores, solr.data.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/tempDir-001/jetty1, hostPort=65112, solrconfig=solrconfig.xml}
   [junit4]   2> 162966 T345 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@17072b90
   [junit4]   2> 162966 T345 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/shard-1-001/'
   [junit4]   2> 163020 T345 oasc.SolrXmlConfig.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/shard-1-001/solr.xml
   [junit4]   2> 163087 T345 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/shard-1-001/cores
   [junit4]   2> 163088 T345 oasc.CoreContainer.<init> New CoreContainer 1638879583
   [junit4]   2> 163088 T345 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/shard-1-001/]
   [junit4]   2> 163089 T345 oasc.CoreContainer.load loading shared library: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/shard-1-001/lib
   [junit4]   2> 163090 T345 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/shard-1-001/lib).
   [junit4]   2> 163103 T345 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> 163112 T345 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 163113 T345 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 163113 T345 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 163114 T345 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 163114 T345 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:11786/solr
   [junit4]   2> 163114 T345 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 163115 T345 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 163116 T345 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 163117 T397 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@688a7b22 name:ZooKeeperConnection Watcher:127.0.0.1:11786 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 163118 T345 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 163119 T345 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 163121 T345 N:127.0.0.1:65112_ul%2Fy oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 163123 T400 N:127.0.0.1:65112_ul%2Fy oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7604a7a5 name:ZooKeeperConnection Watcher:127.0.0.1:11786/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 163123 T345 N:127.0.0.1:65112_ul%2Fy oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 163127 T345 N:127.0.0.1:65112_ul%2Fy oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 164132 T345 N:127.0.0.1:65112_ul%2Fy oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65112_ul%2Fy
   [junit4]   2> 164133 T345 N:127.0.0.1:65112_ul%2Fy oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:65112_ul%2Fy
   [junit4]   2> 164135 T345 N:127.0.0.1:65112_ul%2Fy oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 164138 T345 N:127.0.0.1:65112_ul%2Fy oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/shard-1-001/cores
   [junit4]   2> 164140 T345 N:127.0.0.1:65112_ul%2Fy oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {coreNodeName=, absoluteInstDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/shard-1-001/cores/collection1/, dataDir=data/, collection=collection1, transient=false, shard=, name=collection1, loadOnStartup=true, config=solrconfig.xml, schema=schema.xml, instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/shard-1-001/cores/collection1}
   [junit4]   2> 164140 T345 N:127.0.0.1:65112_ul%2Fy oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/shard-1-001/cores/collection1/
   [junit4]   2> 164141 T345 N:127.0.0.1:65112_ul%2Fy oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 164143 T401 N:127.0.0.1:65112_ul%2Fy C:collection1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 164143 T401 N:127.0.0.1:65112_ul%2Fy C:collection1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 164145 T371 N:127.0.0.1:48369_ul%2Fy oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 164145 T401 N:127.0.0.1:65112_ul%2Fy oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 164145 T401 N:127.0.0.1:65112_ul%2Fy oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 164145 T372 N:127.0.0.1:48369_ul%2Fy oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:65112_ul%2Fy",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:65112/ul/y"} current state version: 5
   [junit4]   2> 164146 T401 N:127.0.0.1:65112_ul%2Fy oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 164146 T372 N:127.0.0.1:48369_ul%2Fy oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:65112_ul%2Fy",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:65112/ul/y"}
   [junit4]   2> 164146 T372 N:127.0.0.1:48369_ul%2Fy oasco.ReplicaMutator.updateState Collection already exists with numShards=1
   [junit4]   2> 164147 T372 N:127.0.0.1:48369_ul%2Fy oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 164147 T401 N:127.0.0.1:65112_ul%2Fy oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 0 
   [junit4]   2> 164147 T401 N:127.0.0.1:65112_ul%2Fy oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 164148 T372 N:127.0.0.1:48369_ul%2Fy oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 164148 T400 N:127.0.0.1:65112_ul%2Fy oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 164149 T400 N:127.0.0.1:65112_ul%2Fy oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 
   [junit4]   2> 165147 T401 N:127.0.0.1:65112_ul%2Fy oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 165148 T401 N:127.0.0.1:65112_ul%2Fy oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 165148 T401 N:127.0.0.1:65112_ul%2Fy oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 165148 T401 N:127.0.0.1:65112_ul%2Fy oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 165149 T401 N:127.0.0.1:65112_ul%2Fy oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 165149 T401 N:127.0.0.1:65112_ul%2Fy oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/shard-1-001/cores/collection1/'
   [junit4]   2> 165161 T401 N:127.0.0.1:65112_ul%2Fy oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 165163 T401 N:127.0.0.1:65112_ul%2Fy oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 165173 T401 N:127.0.0.1:65112_ul%2Fy oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 165191 T401 N:127.0.0.1:65112_ul%2Fy oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.2.0
   [junit4]   2> 165230 T401 N:127.0.0.1:65112_ul%2Fy oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 165332 T401 N:127.0.0.1:65112_ul%2Fy oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 165349 T401 N:127.0.0.1:65112_ul%2Fy oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 165657 T401 N:127.0.0.1:65112_ul%2Fy oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 165660 T401 N:127.0.0.1:65112_ul%2Fy oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 165661 T401 N:127.0.0.1:65112_ul%2Fy oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 165665 T401 N:127.0.0.1:65112_ul%2Fy oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 165686 T401 N:127.0.0.1:65112_ul%2Fy oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 165687 T401 N:127.0.0.1:65112_ul%2Fy c:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 165687 T401 N:127.0.0.1:65112_ul%2Fy 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/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/shard-1-001/cores/collection1/, dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/shard-1-001/cores/collection1/data/
   [junit4]   2> 165687 T401 N:127.0.0.1:65112_ul%2Fy c:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5316c9ca
   [junit4]   2> 165688 T401 N:127.0.0.1:65112_ul%2Fy 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/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/shard-1-001/cores/collection1/data
   [junit4]   2> 165688 T401 N:127.0.0.1:65112_ul%2Fy 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/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/shard-1-001/cores/collection1/data/index/
   [junit4]   2> 165688 T401 N:127.0.0.1:65112_ul%2Fy 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/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/shard-1-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 165689 T401 N:127.0.0.1:65112_ul%2Fy 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/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/shard-1-001/cores/collection1/data/index
   [junit4]   2> 165689 T401 N:127.0.0.1:65112_ul%2Fy c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=29, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 165690 T401 N:127.0.0.1:65112_ul%2Fy c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@444a30a7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@62c046f7),segFN=segments_1,generation=1}
   [junit4]   2> 165690 T401 N:127.0.0.1:65112_ul%2Fy c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 165697 T401 N:127.0.0.1:65112_ul%2Fy c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 165697 T401 N:127.0.0.1:65112_ul%2Fy c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 165698 T401 N:127.0.0.1:65112_ul%2Fy c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 165698 T401 N:127.0.0.1:65112_ul%2Fy c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 165698 T401 N:127.0.0.1:65112_ul%2Fy c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 165698 T401 N:127.0.0.1:65112_ul%2Fy c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 165699 T401 N:127.0.0.1:65112_ul%2Fy c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 165699 T401 N:127.0.0.1:65112_ul%2Fy c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 165699 T401 N:127.0.0.1:65112_ul%2Fy c:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 165719 T401 N:127.0.0.1:65112_ul%2Fy c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 165721 T401 N:127.0.0.1:65112_ul%2Fy c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 165723 T401 N:127.0.0.1:65112_ul%2Fy c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 165725 T401 N:127.0.0.1:65112_ul%2Fy c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 165732 T401 N:127.0.0.1:65112_ul%2Fy c:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/threads,/get,standard,/admin/ping,/admin/properties,/admin/file,/admin/system,/admin/mbeans,/schema,/replication,/update/json/docs,/admin/segments,/admin/logging,/update/csv,/admin/luke,/config,/admin/plugins,/update,/update/json
   [junit4]   2> 165734 T401 N:127.0.0.1:65112_ul%2Fy c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 165735 T401 N:127.0.0.1:65112_ul%2Fy c:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 165735 T401 N:127.0.0.1:65112_ul%2Fy c:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 165737 T401 N:127.0.0.1:65112_ul%2Fy c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 165737 T401 N:127.0.0.1:65112_ul%2Fy c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 165738 T401 N:127.0.0.1:65112_ul%2Fy c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=15, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=30.9443359375, floorSegmentMB=1.2998046875, forceMergeDeletesPctAllowed=11.233010951741708, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1381277207800773
   [junit4]   2> 165738 T401 N:127.0.0.1:65112_ul%2Fy c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@444a30a7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@62c046f7),segFN=segments_1,generation=1}
   [junit4]   2> 165739 T401 N:127.0.0.1:65112_ul%2Fy c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 165739 T401 N:127.0.0.1:65112_ul%2Fy c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@e0fb193[collection1] main
   [junit4]   2> 165739 T401 N:127.0.0.1:65112_ul%2Fy c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 165740 T401 N:127.0.0.1:65112_ul%2Fy c:collection1 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 165740 T401 N:127.0.0.1:65112_ul%2Fy c:collection1 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 165740 T401 N:127.0.0.1:65112_ul%2Fy c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 165741 T401 N:127.0.0.1:65112_ul%2Fy c:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 165741 T401 N:127.0.0.1:65112_ul%2Fy c:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 165741 T401 N:127.0.0.1:65112_ul%2Fy c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 165741 T401 N:127.0.0.1:65112_ul%2Fy c:collection1 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 165742 T401 N:127.0.0.1:65112_ul%2Fy c:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 165742 T401 N:127.0.0.1:65112_ul%2Fy c:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 165743 T402 N:127.0.0.1:65112_ul%2Fy c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@e0fb193[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 165743 T401 N:127.0.0.1:65112_ul%2Fy c:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 165744 T405 N:127.0.0.1:65112_ul%2Fy C:collection1 S:shard1 c:collection1 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:65112/ul/y collection:collection1 shard:shard1
   [junit4]   2> 165744 T345 N:127.0.0.1:65112_ul%2Fy oass.SolrDispatchFilter.init user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 165744 T345 N:127.0.0.1:65112_ul%2Fy oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 165745 T405 N:127.0.0.1:65112_ul%2Fy C:collection1 S:shard1 c:collection1 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 165748 T405 N:127.0.0.1:65112_ul%2Fy C:collection1 S:shard1 c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 165749 T371 N:127.0.0.1:48369_ul%2Fy oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 165749 T405 N:127.0.0.1:65112_ul%2Fy C:collection1 S:shard1 c:collection1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 165749 T405 N:127.0.0.1:65112_ul%2Fy C:collection1 S:shard1 c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C121 name=collection1 org.apache.solr.core.SolrCore@232d7345 url=http://127.0.0.1:65112/ul/y/collection1 node=127.0.0.1:65112_ul%2Fy C121_STATE=coll:collection1 core:collection1 props:{core=collection1, state=down, node_name=127.0.0.1:65112_ul%2Fy, base_url=http://127.0.0.1:65112/ul/y}
   [junit4]   2> 165750 T405 N:127.0.0.1:65112_ul%2Fy C:collection1 S:shard1 c:collection1 C121 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:65112/ul/y/collection1/
   [junit4]   2> 165750 T372 N:127.0.0.1:48369_ul%2Fy 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> 165750 T405 N:127.0.0.1:65112_ul%2Fy C:collection1 S:shard1 c:collection1 C121 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 165750 T405 N:127.0.0.1:65112_ul%2Fy C:collection1 S:shard1 c:collection1 C121 oasc.SyncStrategy.syncToMe http://127.0.0.1:65112/ul/y/collection1/ has no replicas
   [junit4]   2> 165750 T405 N:127.0.0.1:65112_ul%2Fy C:collection1 S:shard1 c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:65112/ul/y/collection1/ shard1
   [junit4]   2> 165751 T405 N:127.0.0.1:65112_ul%2Fy C:collection1 S:shard1 c:collection1 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 165751 T372 N:127.0.0.1:48369_ul%2Fy oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 165752 T400 N:127.0.0.1:65112_ul%2Fy oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 165752 T400 N:127.0.0.1:65112_ul%2Fy oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 2 
   [junit4]   2> 165754 T372 N:127.0.0.1:48369_ul%2Fy 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:65112/ul/y",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 5
   [junit4]   2> 165755 T372 N:127.0.0.1:48369_ul%2Fy oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 165756 T400 N:127.0.0.1:65112_ul%2Fy oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 165756 T400 N:127.0.0.1:65112_ul%2Fy oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 165757 T371 N:127.0.0.1:48369_ul%2Fy oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 165804 T405 N:127.0.0.1:65112_ul%2Fy C:collection1 S:shard1 c:collection1 oasc.ZkController.register We are http://127.0.0.1:65112/ul/y/collection1/ and leader is http://127.0.0.1:65112/ul/y/collection1/
   [junit4]   2> 165805 T405 N:127.0.0.1:65112_ul%2Fy C:collection1 S:shard1 c:collection1 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:65112/ul/y
   [junit4]   2> 165805 T405 N:127.0.0.1:65112_ul%2Fy C:collection1 S:shard1 c:collection1 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 165805 T405 N:127.0.0.1:65112_ul%2Fy C:collection1 S:shard1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 165805 T405 N:127.0.0.1:65112_ul%2Fy C:collection1 S:shard1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 165807 T371 N:127.0.0.1:48369_ul%2Fy oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 165807 T372 N:127.0.0.1:48369_ul%2Fy oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "node_name":"127.0.0.1:65112_ul%2Fy",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:65112/ul/y"} current state version: 5
   [junit4]   2> 165808 T372 N:127.0.0.1:48369_ul%2Fy oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "node_name":"127.0.0.1:65112_ul%2Fy",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:65112/ul/y"}
   [junit4]   2> 165809 T405 N:127.0.0.1:65112_ul%2Fy C:collection1 S:shard1 c:collection1 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 165809 T372 N:127.0.0.1:48369_ul%2Fy oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 165810 T400 N:127.0.0.1:65112_ul%2Fy oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 165810 T400 N:127.0.0.1:65112_ul%2Fy oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 167724 T345 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/shard-2-001/cores/collection1
   [junit4]   2> 167727 T345 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/shard-2-001
   [junit4]   2> 167727 T345 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 167730 T345 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:55115
   [junit4]   2> 167730 T345 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/tempDir-001/jetty2, hostContext=/ul/y, solrconfig=solrconfig.xml, hostPort=55115, coreRootDirectory=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/shard-2-001/cores}
   [junit4]   2> 167731 T345 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@17072b90
   [junit4]   2> 167731 T345 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/shard-2-001/'
   [junit4]   2> 167794 T345 oasc.SolrXmlConfig.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/shard-2-001/solr.xml
   [junit4]   2> 167856 T345 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/shard-2-001/cores
   [junit4]   2> 167856 T345 oasc.CoreContainer.<init> New CoreContainer 575022099
   [junit4]   2> 167856 T345 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/shard-2-001/]
   [junit4]   2> 167857 T345 oasc.CoreContainer.load loading shared library: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/shard-2-001/lib
   [junit4]   2> 167857 T345 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/shard-2-001/lib).
   [junit4]   2> 167868 T345 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> 167876 T345 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 167877 T345 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 167877 T345 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 167877 T345 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 167877 T345 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:11786/solr
   [junit4]   2> 167877 T345 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 167878 T345 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 167878 T345 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 167880 T417 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@22cfcd25 name:ZooKeeperConnection Watcher:127.0.0.1:11786 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 167881 T345 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 167881 T345 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 167884 T345 N:127.0.0.1:55115_ul%2Fy oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 167885 T420 N:127.0.0.1:55115_ul%2Fy oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@155f9dc1 name:ZooKeeperConnection Watcher:127.0.0.1:11786/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 167885 T345 N:127.0.0.1:55115_ul%2Fy oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 167889 T345 N:127.0.0.1:55115_ul%2Fy oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 168894 T345 N:127.0.0.1:55115_ul%2Fy oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55115_ul%2Fy
   [junit4]   2> 168895 T345 N:127.0.0.1:55115_ul%2Fy oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:55115_ul%2Fy
   [junit4]   2> 168897 T345 N:127.0.0.1:55115_ul%2Fy oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 168899 T345 N:127.0.0.1:55115_ul%2Fy oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/shard-2-001/cores
   [junit4]   2> 168901 T345 N:127.0.0.1:55115_ul%2Fy oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {collection=collection1, shard=, loadOnStartup=true, instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/shard-2-001/cores/collection1, config=solrconfig.xml, name=collection1, coreNodeName=, schema=schema.xml, absoluteInstDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/shard-2-001/cores/collection1/, dataDir=data/, transient=false}
   [junit4]   2> 168902 T345 N:127.0.0.1:55115_ul%2Fy oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/shard-2-001/cores/collection1/
   [junit4]   2> 168902 T345 N:127.0.0.1:55115_ul%2Fy oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 168904 T421 N:127.0.0.1:55115_ul%2Fy C:collection1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 168904 T421 N:127.0.0.1:55115_ul%2Fy C:collection1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 168905 T371 N:127.0.0.1:48369_ul%2Fy oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 168906 T421 N:127.0.0.1:55115_ul%2Fy oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 168906 T421 N:127.0.0.1:55115_ul%2Fy oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 168906 T372 N:127.0.0.1:48369_ul%2Fy oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:55115_ul%2Fy",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55115/ul/y"} current state version: 5
   [junit4]   2> 168906 T421 N:127.0.0.1:55115_ul%2Fy oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 168907 T372 N:127.0.0.1:48369_ul%2Fy oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:55115_ul%2Fy",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55115/ul/y"}
   [junit4]   2> 168907 T372 N:127.0.0.1:48369_ul%2Fy oasco.ReplicaMutator.updateState Collection already exists with numShards=1
   [junit4]   2> 168907 T421 N:127.0.0.1:55115_ul%2Fy oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 168907 T372 N:127.0.0.1:48369_ul%2Fy oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 168907 T421 N:127.0.0.1:55115_ul%2Fy oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 168908 T372 N:127.0.0.1:48369_ul%2Fy oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 4
   [junit4]   2> 168909 T420 N:127.0.0.1:55115_ul%2Fy oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 3)
   [junit4]   2> 168909 T400 N:127.0.0.1:65112_ul%2Fy oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 3)
   [junit4]   2> 168910 T420 N:127.0.0.1:55115_ul%2Fy oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 5 
   [junit4]   2> 168910 T400 N:127.0.0.1:65112_ul%2Fy oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 5 
   [junit4]   2> 169908 T421 N:127.0.0.1:55115_ul%2Fy oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 169909 T421 N:127.0.0.1:55115_ul%2Fy oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 169909 T421 N:127.0.0.1:55115_ul%2Fy oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 169909 T421 N:127.0.0.1:55115_ul%2Fy oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 169910 T421 N:127.0.0.1:55115_ul%2Fy oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 169910 T421 N:127.0.0.1:55115_ul%2Fy oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/shard-2-001/cores/collection1/'
   [junit4]   2> 169924 T421 N:127.0.0.1:55115_ul%2Fy oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 169926 T421 N:127.0.0.1:55115_ul%2Fy oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 169938 T421 N:127.0.0.1:55115_ul%2Fy oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 169959 T421 N:127.0.0.1:55115_ul%2Fy oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.2.0
   [junit4]   2> 170007 T421 N:127.0.0.1:55115_ul%2Fy oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 170108 T421 N:127.0.0.1:55115_ul%2Fy oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 170125 T421 N:127.0.0.1:55115_ul%2Fy oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 170455 T421 N:127.0.0.1:55115_ul%2Fy oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 170457 T421 N:127.0.0.1:55115_ul%2Fy oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 170459 T421 N:127.0.0.1:55115_ul%2Fy oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 170462 T421 N:127.

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

it4]   2> 327706 T345 C:control_collection S:shard1 c:collection1 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=472222922
   [junit4]   2> 327706 T345 C:collection1 S:shard1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 327706 T345 C:collection1 S:shard1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 327707 T471 N:127.0.0.1:55115_ul%2Fy oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 327708 T345 C:control_collection S:shard1 c:collection1 oasc.Overseer.close Overseer (id=93664561202135051-127.0.0.1:55115_ul%2Fy-n_0000000003) closing
   [junit4]   2> 327708 T473 N:127.0.0.1:55115_ul%2Fy oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:55115_ul%2Fy
   [junit4]   2> 329210 T471 N:127.0.0.1:55115_ul%2Fy oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 330007 T463 N:127.0.0.1:55115_ul%2Fy C140 oasc.SyncStrategy.sync WARN Closed, skipping sync up.
   [junit4]   2> 330009 T463 N:127.0.0.1:55115_ul%2Fy oasc.ShardLeaderElectionContext.rejoinLeaderElection Not rejoining election because CoreContainer is closed
   [junit4]   2> 330009 T463 N:127.0.0.1:55115_ul%2Fy oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@264c4408
   [junit4]   2> 330010 T463 N:127.0.0.1:55115_ul%2Fy oasc.ZkController.unRegisterConfListener  a listener was removed because of core close
   [junit4]   2> 330010 T463 N:127.0.0.1:55115_ul%2Fy oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=63,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=237,cumulative_deletesById=125,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=22496,transaction_logs_total_number=1}
   [junit4]   2> 330011 T463 N:127.0.0.1:55115_ul%2Fy oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 330011 T463 N:127.0.0.1:55115_ul%2Fy oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 330011 T463 N:127.0.0.1:55115_ul%2Fy oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 330012 T463 N:127.0.0.1:55115_ul%2Fy oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 330030 T463 N:127.0.0.1:55115_ul%2Fy oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 330030 T463 N:127.0.0.1:55115_ul%2Fy oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/shard-2-001/cores/collection1/data/index [CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/shard-2-001/cores/collection1/data/index;done=false>>]
   [junit4]   2> 330031 T463 N:127.0.0.1:55115_ul%2Fy oasc.CachingDirectoryFactory.close Closing directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/shard-2-001/cores/collection1/data/index
   [junit4]   2> 330031 T463 N:127.0.0.1:55115_ul%2Fy oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/shard-2-001/cores/collection1/data [CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/shard-2-001/cores/collection1/data;done=false>>]
   [junit4]   2> 330031 T463 N:127.0.0.1:55115_ul%2Fy oasc.CachingDirectoryFactory.close Closing directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001/shard-2-001/cores/collection1/data
   [junit4]   2> 330033 T345 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/ul/y,null}
   [junit4]   2> 330237 T345 C:control_collection S:shard1 c:collection1 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:11786 11786
   [junit4]   2> 330408 T346 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:11786 11786
   [junit4]   2> 330410 T346 oasc.ZkTestServer$ZKServerMain.runFromConfig WARN Watch limit violations: 
   [junit4]   2> 	Maximum concurrent create/delete watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		5	/solr/clusterstate.json
   [junit4]   2> 		5	/solr/aliases.json
   [junit4]   2> 		4	/solr/configs/conf1
   [junit4]   2> 		3	/solr/collections/collection1/state.json
   [junit4]   2> 	
   [junit4]   2> 	Maximum concurrent data watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		2	/solr/collections/collection1/leader_elect/shard1/election/93664561202135047-core_node1-n_0000000000
   [junit4]   2> 		2	/solr/overseer_elect/election/93664561202135047-127.0.0.1:65112_ul%2Fy-n_0000000001
   [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> NOTE: reproduce with: ant test  -Dtestcase=RecoveryZkTest -Dtests.method=test -Dtests.seed=D88F8FB3547D06CB -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=de -Dtests.timezone=Pacific/Auckland -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE  173s J1 | RecoveryZkTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: shard1 is not consistent.  Got 732 from http://127.0.0.1:65112/ul/y/collection1lastClient and got 128 from http://127.0.0.1:55115/ul/y/collection1
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D88F8FB3547D06CB:50DBB069FA816B33]:0)
   [junit4]    > 	at org.apache.solr.cloud.RecoveryZkTest.test(RecoveryZkTest.java:123)
   [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> 330424 T345 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/J1/temp/solr.cloud.RecoveryZkTest D88F8FB3547D06CB-001
   [junit4]   2> 172706 T344 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), rnd_b=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), a_t=PostingsFormat(name=LuceneVarGapDocFreqInterval), _version_=PostingsFormat(name=LuceneVarGapDocFreqInterval), a_i=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=de, timezone=Pacific/Auckland
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_65 (64-bit)/cpus=16,threads=1,free=83943608,total=262668288
   [junit4]   2> NOTE: All tests run in this JVM: [TestFieldTypeCollectionResource, TestCursorMarkWithoutUniqueKey, MigrateRouteKeyTest, BadIndexSchemaTest, TestRandomDVFaceting, TestDefaultSearchFieldResource, HdfsUnloadDistributedZkTest, HdfsWriteToMultipleCollectionsTest, RecoveryZkTest]
   [junit4] Completed [73/483] on J1 in 173.24s, 1 test, 1 failure <<< FAILURES!

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

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



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

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

1 tests failed.
REGRESSION:  org.apache.solr.update.SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds

Error Message:
soft529 wasn't fast enough

Stack Trace:
java.lang.AssertionError: soft529 wasn't fast enough
	at __randomizedtesting.SeedInfo.seed([5DAE233831A5449E:C7ADAB880D67439]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.apache.solr.update.SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds(SoftAutoCommitTest.java:111)
	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 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 9270 lines...]
   [junit4] Suite: org.apache.solr.update.SoftAutoCommitTest
   [junit4]   2> log4j:WARN No such property [conversionPattern] in org.apache.solr.util.SolrLogLayout.
   [junit4]   2> Creating dataDir: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest 5DAE233831A5449E-001/init-core-data-001
   [junit4]   2> 4495 T11 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (true)
   [junit4]   2> 4760 T11 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 5384 T11 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 5393 T11 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 5394 T11 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 5395 T11 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 6543 T11 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 6831 T11 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.2.0
   [junit4]   2> 7291 T11 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 7339 T11 oass.IndexSchema.readSchema Reading Solr Schema from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/schema.xml
   [junit4]   2> 7489 T11 oass.IndexSchema.readSchema [null] Schema name=test
   [junit4]   2> 11457 T11 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 11596 T11 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 11605 T11 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 13098 T11 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 13136 T11 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 13144 T11 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 13153 T11 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 13154 T11 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 13155 T11 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 13156 T11 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 13157 T11 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 13196 T11 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 13197 T11 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr
   [junit4]   2> 13198 T11 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/'
   [junit4]   2> 13405 T11 oasc.CoreContainer.<init> New CoreContainer 2066883585
   [junit4]   2> 13406 T11 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/]
   [junit4]   2> 13406 T11 oasc.CoreContainer.load loading shared library: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/lib
   [junit4]   2> 13408 T11 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/core/src/test-files/solr/lib).
   [junit4]   2> 13531 T11 oashc.HttpShardHandlerFactory.init created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 14677 T11 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 14726 T11 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 14733 T11 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 14760 T11 oasc.CoreContainer.load Node Name: testNode
   [junit4]   2> 15649 T11 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {absoluteInstDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/, collection=collection1, schema=schema.xml, config=solrconfig.xml, transient=false, loadOnStartup=true, name=collection1, shard=shard1, instanceDir=collection1, dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest 5DAE233831A5449E-001/init-core-data-001}
   [junit4]   2> 15682 T12 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 15686 T12 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 15687 T12 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 15688 T12 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 15879 T12 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 15923 T12 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.2.0
   [junit4]   2> 16009 T12 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 16011 T12 oass.IndexSchema.readSchema Reading Solr Schema from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/schema.xml
   [junit4]   2> 16089 T12 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 16716 T12 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 16748 T12 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 16752 T12 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 16788 T12 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 16795 T12 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 16801 T12 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 16803 T12 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 16803 T12 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 16804 T12 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 16805 T12 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 16806 T12 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 16814 T12 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/
   [junit4]   2> 16824 T12 c:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 16862 T12 c:collection1 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/, dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest 5DAE233831A5449E-001/init-core-data-001/
   [junit4]   2> 16871 T12 c:collection1 oasc.JmxMonitoredMap.<init> No JMX servers found, not exposing Solr information with JMX.
   [junit4]   2> 17097 T12 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/J1/temp/solr.update.SoftAutoCommitTest 5DAE233831A5449E-001/init-core-data-001
   [junit4]   2> 17098 T12 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/J1/temp/solr.update.SoftAutoCommitTest 5DAE233831A5449E-001/init-core-data-001/index/
   [junit4]   2> 17099 T12 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/J1/temp/solr.update.SoftAutoCommitTest 5DAE233831A5449E-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 17135 T12 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/J1/temp/solr.update.SoftAutoCommitTest 5DAE233831A5449E-001/init-core-data-001/index
   [junit4]   2> 17138 T12 c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=40, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3385348763767051]
   [junit4]   2> 17575 T12 c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@69c9fc69 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4bda87c1),segFN=segments_1,generation=1}
   [junit4]   2> 17584 T12 c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 19990 T12 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 20163 T12 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 20171 T12 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 20171 T12 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 20172 T12 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 20172 T12 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 20173 T12 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 20218 T12 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 20219 T12 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 20464 T12 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 20465 T12 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 20465 T12 c:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 20874 T12 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 20912 T12 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 20914 T12 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 20917 T12 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 21166 T12 c:collection1 oasc.PluginBag.createPlugin requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 21246 T12 c:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: dismax,/admin/logging,/admin/ping,defaults,/admin/threads,/admin/luke,/get,spellCheckCompRH_Direct,/update/json/docs,/mlt,/terms,spellCheckWithWordbreak_Direct,/schema,mltrh,/admin/properties,mock,lazy,/debug/dump,/admin/system,spellCheckWithWordbreak,/search-facet-invariants,/admin/mbeans,spellCheckCompRH,/search-facet-def,/admin/segments,/update,/update/csv,tvrh,spellCheckCompRH1,/config,/update/json,standard,/admin/plugins,/admin/file,/replication
   [junit4]   2> 21254 T12 c:collection1 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 21256 T12 c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 21346 T12 c:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 21347 T12 c:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 21389 T12 c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 21390 T12 c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 21391 T12 c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=45, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 21411 T12 c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@69c9fc69 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4bda87c1),segFN=segments_1,generation=1}
   [junit4]   2> 21411 T12 c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 21575 T12 c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@707594ad[collection1] main
   [junit4]   2> 21653 T12 c:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 21786 T12 c:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 21786 T12 c:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 21938 T12 c:collection1 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 22287 T12 c:collection1 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 22848 T12 c:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 22849 T13 c:collection1 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: default
   [junit4]   2> 22852 T13 c:collection1 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: direct
   [junit4]   2> 22852 T13 c:collection1 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: wordbreak
   [junit4]   2> 22852 T13 c:collection1 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: multipleFields
   [junit4]   2> 22854 T13 c:collection1 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 22857 T13 c:collection1 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: external
   [junit4]   2> 22858 T13 c:collection1 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: freq
   [junit4]   2> 22859 T12 c:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 22859 T13 c:collection1 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: fqcn
   [junit4]   2> 22861 T13 c:collection1 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: perDict
   [junit4]   2> 22868 T13 c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@707594ad[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 22894 T11 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 22958 T11 oas.SolrTestCaseJ4.setUp ###Starting testSoftAndHardCommitMaxTimeMixedAdds
   [junit4]   2> 22959 T11 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 22961 T11 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 22962 T11 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 22963 T11 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 23140 T11 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 23182 T11 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.2.0
   [junit4]   2> 23266 T11 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 23268 T11 oass.IndexSchema.readSchema Reading Solr Schema from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/schema.xml
   [junit4]   2> 23332 T11 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 23937 T11 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 23974 T11 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 23978 T11 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 24018 T11 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 24025 T11 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 24031 T11 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 24032 T11 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 24033 T11 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 24033 T11 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 24034 T11 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 24035 T11 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 24036 T11 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using configuration from instancedir /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/
   [junit4]   2> 24037 T11 c:collection1 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/, dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest 5DAE233831A5449E-001/init-core-data-001/
   [junit4]   2> 24037 T11 c:collection1 oasc.JmxMonitoredMap.<init> No JMX servers found, not exposing Solr information with JMX.
   [junit4]   2> 24038 T11 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/J1/temp/solr.update.SoftAutoCommitTest 5DAE233831A5449E-001/init-core-data-001/index/
   [junit4]   2> 24042 T11 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 24043 T11 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 24043 T11 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 24044 T11 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 24045 T11 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 24045 T11 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 24046 T11 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 24047 T11 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 24047 T11 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 24048 T11 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 24049 T11 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 24050 T11 c:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 24074 T11 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 24077 T11 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 24079 T11 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 24082 T11 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 24086 T11 c:collection1 oasc.PluginBag.createPlugin requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 24088 T11 c:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: dismax,/admin/logging,/admin/ping,defaults,/admin/threads,/admin/luke,/get,spellCheckCompRH_Direct,/update/json/docs,/mlt,/terms,spellCheckWithWordbreak_Direct,/schema,mltrh,/admin/properties,mock,lazy,/debug/dump,/admin/system,spellCheckWithWordbreak,/search-facet-invariants,/admin/mbeans,spellCheckCompRH,/search-facet-def,/admin/segments,/update,/update/csv,tvrh,spellCheckCompRH1,/config,/update/json,standard,/admin/plugins,/admin/file,/replication
   [junit4]   2> 24090 T11 c:collection1 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 24093 T11 c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 24100 T11 c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 24100 T11 c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 24101 T11 c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@b881d7e[collection1] main
   [junit4]   2> 24102 T11 c:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 24103 T11 c:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 24103 T11 c:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 24104 T11 c:collection1 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 24107 T11 c:collection1 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 24122 T11 c:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 24123 T15 c:collection1 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: default
   [junit4]   2> 24123 T11 c:collection1 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
   [junit4]   2> 24124 T11 c:collection1 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
   [junit4]   2> 24125 T11 c:collection1 oasu.DefaultSolrCoreState.newIndexWriter Closing old IndexWriter... core=collection1
   [junit4]   2> 24125 T15 c:collection1 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: direct
   [junit4]   2> 24126 T15 c:collection1 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: wordbreak
   [junit4]   2> 24126 T11 c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=25, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7122241544603993]
   [junit4]   2> 24127 T15 c:collection1 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: multipleFields
   [junit4]   2> 24128 T11 c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@69c9fc69 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4bda87c1),segFN=segments_1,generation=1}
   [junit4]   2> 24129 T11 c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 24129 T15 c:collection1 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 24129 T11 c:collection1 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
   [junit4]   2> 24130 T11 c:collection1 oasc.SolrCore.getSearcher WARN [collection1] PERFORMANCE WARNING: Overlapping onDeckSearchers=2
   [junit4]   2> 24131 T15 c:collection1 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: external
   [junit4]   2> 24131 T11 c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@26041cb3[collection1] main
   [junit4]   2> 24132 T15 c:collection1 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: freq
   [junit4]   2> 24132 T11 c:collection1 oasc.CoreContainer.registerCore replacing core: collection1
   [junit4]   2> 24134 T11 c:collection1 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4b04f2f3
   [junit4]   2> 24134 T15 c:collection1 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: fqcn
   [junit4]   2> 24135 T11 c:collection1 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 24136 T15 c:collection1 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: perDict
   [junit4]   2> 24136 T11 c:collection1 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 24136 T15 c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@b881d7e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 24137 T15 c:collection1 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: default
   [junit4]   2> 24139 T15 c:collection1 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: direct
   [junit4]   2> 24139 T15 c:collection1 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: wordbreak
   [junit4]   2> 24140 T15 c:collection1 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: multipleFields
   [junit4]   2> 24141 T15 c:collection1 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 24142 T15 c:collection1 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: external
   [junit4]   2> 24143 T15 c:collection1 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: freq
   [junit4]   2> 24145 T15 c:collection1 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: fqcn
   [junit4]   2> 24146 T15 c:collection1 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: perDict
   [junit4]   2> 24147 T15 c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@26041cb3[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> ASYNC  NEW_CORE C0 name=collection1 org.apache.solr.core.SolrCore@745fc59f
   [junit4]   2> 25586 T11 c:collection1 C0 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[529 (1498610563184328704)]} 0 1425
   [junit4]   2> 26113 T17 c:collection1 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 26661 T11 c:collection1 oas.SolrTestCaseJ4.tearDown ###Ending testSoftAndHardCommitMaxTimeMixedAdds
   [junit4]   2> 26776 T16 c:collection1 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SoftAutoCommitTest -Dtests.method=testSoftAndHardCommitMaxTimeMixedAdds -Dtests.seed=5DAE233831A5449E -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=es_PR -Dtests.timezone=Asia/Jayapura -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 3.95s J1 | SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: soft529 wasn't fast enough
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([5DAE233831A5449E:C7ADAB880D67439]:0)
   [junit4]    > 	at org.apache.solr.update.SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds(SoftAutoCommitTest.java:111)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 26864 T11 c:collection1 oas.SolrTestCaseJ4.setUp ###Starting testSoftAndHardCommitMaxTimeRapidAdds
   [junit4]   2> 26865 T11 c:collection1 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 26867 T11 c:collection1 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 26869 T11 c:collection1 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 26870 T11 c:collection1 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 26948 T17 c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@1ed408f0[collection1] main
   [junit4]   2> 26965 T17 c:collection1 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 26966 T15 c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1ed408f0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.2.0):C1)))}
   [junit4]   2> 26967 T16 c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@69c9fc69 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4bda87c1),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@69c9fc69 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4bda87c1),segFN=segments_2,generation=2}
   [junit4]   2> 26968 T16 c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 26969 T16 c:collection1 oasc.SolrCore.openNewSearcher SolrIndexSearcher has not changed - not re-opening: org.apache.solr.search.SolrIndexSearcher
   [junit4]   2> 26970 T16 c:collection1 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 27095 T11 c:collection1 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 27144 T11 c:collection1 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.2.0
   [junit4]   2> 27242 T11 c:collection1 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 27244 T11 c:collection1 oass.IndexSchema.readSchema Reading Solr Schema from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/schema.xml
   [junit4]   2> 27334 T11 c:collection1 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 27917 T11 c:collection1 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 27954 T11 c:collection1 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 27958 T11 c:collection1 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 27994 T11 c:collection1 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 28003 T11 c:collection1 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 28010 T11 c:collection1 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 28012 T11 c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 28013 T11 c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 28013 T11 c:collection1 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 28015 T11 c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 28015 T11 c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 28016 T11 c:collection1 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using configuration from instancedir /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/
   [junit4]   2> 28017 T11 c:collection1 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/, dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest 5DAE233831A5449E-001/init-core-data-001/
   [junit4]   2> 28018 T11 c:collection1 oasc.JmxMonitoredMap.<init> No JMX servers found, not exposing Solr information with JMX.
   [junit4]   2> 28019 T11 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/J1/temp/solr.update.SoftAutoCommitTest 5DAE233831A5449E-001/init-core-data-001/index/
   [junit4]   2> 28024 T11 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 28025 T11 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 28026 T11 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 28026 T11 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 28027 T11 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 28028 T11 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 28029 T11 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 28031 T11 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 28032 T11 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 28033 T11 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 28034 T11 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 28035 T11 c:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 28072 T11 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 28076 T11 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 28079 T11 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 28083 T11 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 28088 T11 c:collection1 oasc.PluginBag.createPlugin requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 28091 T11 c:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: dismax,/admin/logging,/admin/ping,defaults,/admin/threads,/admin/luke,/get,spellCheckCompRH_Direct,/update/json/docs,/mlt,/terms,spellCheckWithWordbreak_Direct,/schema,mltrh,/admin/properties,mock,lazy,/debug/dump,/admin/system,spellCheckWithWordbreak,/search-facet-invariants,/admin/mbeans,spellCheckCompRH,/search-facet-def,/admin/segments,/update,/update/csv,tvrh,spellCheckCompRH1,/config,/update/json,standard,/admin/plugins,/admin/file,/replication
   [junit4]   2> 28094 T11 c:collection1 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 28097 T11 c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 28098 T11 c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 28099 T11 c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 28101 T11 c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@677c2c46[collection1] main
   [junit4]   2> 28102 T11 c:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 28103 T11 c:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 28104 T11 c:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 28105 T11 c:collection1 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 28109 T11 c:collection1 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 28127 T11 c:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 28128 T18 c:collection1 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: default
   [junit4]   2> 28128 T11 c:collection1 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
   [junit4]   2> 28129 T11 c:collection1 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
   [junit4]   2> 28130 T11 c:collection1 oasu.DefaultSolrCoreState.newIndexWriter Closing old IndexWriter... core=collection1
   [junit4]   2> 28130 T18 c:collection1 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: direct
   [junit4]   2> 28131 T18 c:collection1 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: wordbreak
   [junit4]   2> 28131 T18 c:collection1 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: multipleFields
   [junit4]   2> 28133 T11 c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=954260686, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 28133 T18 c:collection1 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 28136 T18 c:collection1 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: external
   [junit4]   2> 28137 T18 c:collection1 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: freq
   [junit4]   2> 28138 T11 c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@69c9fc69 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4bda87c1),segFN=segments_2,generation=2}
   [junit4]   2> 28139 T11 c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 28139 T18 c:collection1 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: fqcn
   [junit4]   2> 28140 T11 c:collection1 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
   [junit4]   2> 28141 T11 c:collection1 oasc.SolrCore.getSearcher WARN [collection1] PERFORMANCE WARNING: Overlapping onDeckSearchers=2
   [junit4]   2> 28141 T18 c:collection1 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: perDict
   [junit4]   2> 28142 T18 c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@677c2c46[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.2.0):C1)))}
   [junit4]   2> 28146 T11 c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@13c2f850[collection1] main
   [junit4]   2> 28148 T11 c:collection1 oasc.CoreContainer.registerCore replacing core: collection1
   [junit4]   2> 28148 T18 c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@13c2f850[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.2.0):C1)))}
   [junit4]   2> 28149 T11 c:collection1 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@745fc59f
   [junit4]   2> 28151 T11 c:collection1 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=2,autocommit maxTime=1200ms,autocommits=1,soft autocommit maxTime=500ms,soft autocommits=1,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=1,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=143,transaction_logs_total_number=1}
   [junit4]   2> 28152 T11 c:collection1 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> ASYNC  NEW_CORE C1 name=collection1 org.apache.solr.core.SolrCore@2ce1c4e8
   [junit4]   2> 28161 T11 c:collection1 C1 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[5000 (1498610566569132032)]} 0 7
   [junit4]   2> 28166 T11 c:collection1 C1 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[5001 (1498610566579617792)]} 0 2
   [junit4]   2> 28170 T11 c:collection1 C1 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[5002 (1498610566583812096)]} 0 1
   [junit4]   2> 28175 T11 c:collection1 C1 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[5003 (1498610566588006400)]} 0 2
   [junit4]   2> 28179 T11 c:collection1 C1 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[5004 (1498610566593249280)]} 0 2
   [junit4]   2> 28182 T11 c:collection1 oas.SolrTestCaseJ4.tearDown ###Ending testSoftAndHardCommitMaxTimeRapidAdds
   [junit4]   2> 28196 T11 c:collection1 oas.SolrTestCaseJ4.setUp ###Starting testSoftAndHardCommitMaxTimeDelete
   [junit4]   2> 28197 T11 c:collection1 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 28199 T11 c:collection1 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 28200 T11 c:collection1 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 28201 T11 c:collection1 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 28429 T11 c:collection1 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 28480 T11 c:collection1 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.2.0
   [junit4]   2> 28561 T11 c:collection1 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 28562 T11 c:collection1 oass.IndexSchema.readSchema Reading Solr Schema from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/schema.xml
   [junit4]   2> 28602 T11 c:collection1 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 28664 T20 c:collection1 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 28798 T20 c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@2afe03ad[collection1] main
   [junit4]   2> 28799 T20 c:collection1 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 28799 T18 c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2afe03ad[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.2.0):C1) Uninverting(_1(5.2.0):C5)))}
   [junit4]   2> 29014 T11 c:collection1 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 29046 T11 c:collection1 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 29048 T11 c:collection1 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 29078 T11 c:collection1 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 29084 T11 c:collection1 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 29089 T11 c:collection1 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 29090 T11 c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 29091 T11 c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 29091 T11 c:collection1 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 29092 T11 c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 29092 T11 c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 29093 T11 c:collection1 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using configuration from instancedir /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/
   [junit4]   2> 29094 T11 c:collection1 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/, dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest 5DAE233831A5449E-001/init-core-data-001/
   [junit4]   2> 29094 T11 c:collection1 oasc.JmxMonitoredMap.<init> No JMX servers found, not exposing Solr information with JMX.
   [junit4]   2> 29095 T11 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/J1/temp/solr.update.SoftAutoCommitTest 5DAE233831A5449E-001/init-core-data-001/index/
   [junit4]   2> 29098 T11 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 29099 T11 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 29100 T11 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 29100 T11 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 29101 T11 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 29101 T11 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 29102 T11 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 29102 T11 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 29103 T11 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 29104 T11 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 29105 T11 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 29105 T11 c:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 29122 T11 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 29125 T11 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 29128 T11 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 29130 T11 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 29133 T11 c:collection1 oasc.PluginBag.createPlugin requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 29135 T11 c:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: dismax,/admin/logging,/admin/ping,defaults,/admin/threads,/admin/luke,/get,spellCheckCompRH_Direct,/update/json/docs,/mlt,/terms,spellCheckWithWordbreak_Direct,/schema,mltrh,/admin/properties,mock,lazy,/debug/dump,/admin/system,spellCheckWithWordbreak,/search-facet-invariants,/admin/mbeans,spellCheckCompRH,/search-facet-def,/admin/segments,/update,/update/csv,tvrh,spellCheckCompRH1,/config,/update/json,standard,/admin/plugins,/admin/file,/replication
   [junit4]   2> 29142 T11 c:collection1 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 29145 T11 c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 29146 T11 c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 29146 T11 c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 29148 T11 c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@c789224[collection1] main
   [junit4]   2> 29149 T11 c:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 29149 T11 c:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 29150 T11 c:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 29150 T11 c:collection1 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 29153 T11 c:collection1 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 29163 T11 c:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 29164 T21 c:collection1 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: default
   [junit4]   2> 29164 T11 c:collection1 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
   [junit4]   2> 29165 T11 c:collection1 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
   [junit4]   2> 29165 T11 c:collection1 oasu.DefaultSolrCoreState.newIndexWriter Closing old IndexWriter... core=collection1
   [junit4]   2> 29165 T21 c:collection1 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: direct
   [junit4]   2> 29166 T21 c:collection1 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: wordbreak
   [junit4]   2> 29167 T21 c:collection1 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: multipleFields
   [junit4]   2> 29168 T21 c:collection1 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 29169 T11 c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@69c9fc69 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4bda87c1),segFN=segments_2,generation=2}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@69c9fc69 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4bda87c1),segFN=segments_3,generation=3}
   [junit4]   2> 29169 T11 c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
   [junit4]   2> 29169 T21 c:collection1 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: external
   [junit4]   2> 29170 T11 c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1957632662, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 29171 T21 c:collection1 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: freq
   [junit4]   2> 29172 T21 c:collection1 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: fqcn
   [junit4]   2> 29173 T21 c:collection1 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: perDict
   [junit4]   2> 29174 T21 c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@c789224[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.2.0):C1) Uninverting(_1(5.2.0):C5)))}
   [junit4]   2> 29175 T11 c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@69c9fc69 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4bda87c1),segFN=segments_3,generation=3}
   [junit4]   2> 29176 T11 c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
   [junit4]   2> 29176 T11 c:collection1 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
   [junit4]   2> 29182 T11 c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@299b19af[collection1] main
   [junit4]   2> 29183 T11 c:collection1 oasc.CoreContainer.registerCore replacing core: collection1
   [junit4]   2> 29183 T21 c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@299b19af[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.2.0):C1) Uninverting(_1(5.2.0):C5)))}
   [junit4]   2> 29183 T11 c:collection1 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@2ce1c4e8
   [junit4]   2> 29185 T11 c:collection1 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommit maxTime=1200ms,autocommits=0,soft autocommit maxTime=500ms,soft autocommits=1,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=5,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=5,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=143,transaction_logs_total_number=1}
   [junit4]   2> 29186 T11 c:collection1 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> ASYNC  NEW_CORE C2 name=collection1 org.apache.solr.core.SolrCore@6e3c5ccc
   [junit4]   2> 29191 T11 c:collection1 C2 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[529 (1498610567652311040)]} 0 3
   [junit4]   2> 29193 T11 c:collection1 C2 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 29212 T11 c:collection1 C2 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@69c9fc69 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4bda87c1),segFN=segments_3,generation=3}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@69c9fc69 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4bda87c1),segFN=segments_4,generation=4}
   [junit4]   2> 29212 T11 c:collection1 C2 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4
   [junit4]   2> 29214 T11 c:collection1 C2 oass.SolrIndexSearcher.<init> Opening Searcher@526b3cd3[collection1] main
   [junit4]   2> 29215 T11 c:collection1 C2 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 29215 T21 c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@526b3cd3[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(5.2.0):C5) Uninverting(_2(5.2.0):C1)))}
   [junit4]   2> 29217 T11 c:collection1 C2 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 24
   [junit4]   2> 29221 T11 c:collection1 C2 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {delete=[529 (-1498610567684816896)]} 0 2
   [junit4]   2> 29723 T23 c:collection1 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 29734 T23 c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@6b74aa06[collection1] main
   [junit4]   2> 29735 T23 c:collection1 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 29735 T21 c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6b74aa06[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(5.2.0):C5)))}
   [junit4]   2> 29739 T11 c:collection1 C2 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[550 (1498610568226930688)]} 0 4
   [junit4]   2> 30240 T23 c:collection1 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 30256 T23 c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@2b968df0[collection1] main
   [junit4]   2> 30258 T23 c:collection1 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 30258 T21 c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2b968df0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(5.2.0):C5) Uninverting(_3(5.2.0):C1)))}
   [junit4]   2> 30423 T22 c:collection1 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 30425 T22 c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@69c9fc69 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4bda87c1),segFN=segments_4,generation=4}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@69c9fc69 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4bda87c1),segFN=segments_5,generation=5}
   [junit4]   2> 30425 T22 c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 5
   [junit4]   2> 30426 T22 c:collection1 oasc.SolrCore.openNewSearcher SolrIndexSearcher has not changed - not re-opening: org.apache.solr.search.SolrIndexSearcher
   [junit4]   2> 30427 T22 c:collection1 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 32428 T11 c:collection1 oas.SolrTestCaseJ4.tearDown ###Ending testSoftAndHardCommitMaxTimeDelete
   [junit4]   2> 32430 T11 c:collection1 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 32431 T11 c:collection1 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=2066883585
   [junit4]   2> 32431 T11 c:collection1 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@6e3c5ccc
   [junit4]   2> 32433 T11 c:collection1 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=4,autocommit maxTime=1200ms,autocommits=1,soft autocommit maxTime=500ms,soft autocommits=2,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=2,cumulative_deletesById=1,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=707,transaction_logs_total_number=3}
   [junit4]   2> 32433 T11 c:collection1 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 32434 T11 c:collection1 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 32434 T11 c:collection1 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 32436 T11 c:collection1 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 32437 T11 c:collection1 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 32438 T11 c:collection1 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest 5DAE233831A5449E-001/init-core-data-001 [CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest 5DAE233831A5449E-001/init-core-data-001;done=false>>]
   [junit4]   2> 32439 T11 c:collection1 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest 5DAE233831A5449E-001/init-core-data-001
   [junit4]   2> 32439 T11 c:collection1 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest 5DAE233831A5449E-001/init-core-data-001/index [CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest 5DAE233831A5449E-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 32440 T11 c:collection1 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest 5DAE233831A5449E-001/init-core-data-001/index
   [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/J1/temp/solr.update.SoftAutoCommitTest 5DAE233831A5449E-001
   [junit4]   2> NOTE: test params are: codec=Lucene50, sim=DefaultSimilarity, locale=es_PR, timezone=Asia/Jayapura
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_65 (64-bit)/cpus=16,threads=1,free=193927736,total=224395264
   [junit4]   2> NOTE: All tests run in this JVM: [SoftAutoCommitTest]
   [junit4] Completed [5/483] on J1 in 33.63s, 3 tests, 1 failure <<< FAILURES!

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

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