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/05/15 15:17:38 UTC

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

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

1 tests failed.
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: {   "control_collection":{     "maxShardsPerNode":"1",     "autoAddReplicas":"false",     "shards":{"shard1":{         "range":"80000000-7fffffff",         "state":"active",         "replicas":{"core_node1":{             "state":"active",             "node_name":"127.0.0.1:38133_",             "core":"collection1",             "base_url":"http://127.0.0.1:38133",             "leader":"true"}}}},     "router":{"name":"compositeId"},     "autoCreated":"true",     "replicationFactor":"1"},   "c8n_1x2":{     "maxShardsPerNode":"1",     "autoAddReplicas":"false",     "shards":{"shard1":{         "range":"80000000-7fffffff",         "state":"active",         "replicas":{           "core_node1":{             "state":"recovering",             "node_name":"127.0.0.1:38173_",             "core":"c8n_1x2_shard1_replica1",             "base_url":"http://127.0.0.1:38173"},           "core_node2":{             "state":"active",             "node_name":"127.0.0.1:38145_",             "core":"c8n_1x2_shard1_replica2",             "base_url":"http://127.0.0.1:38145",             "leader":"true"}}}},     "router":{"name":"compositeId"},     "replicationFactor":"2"},   "collection1":{     "maxShardsPerNode":"1",     "autoAddReplicas":"false",     "shards":{       "shard1":{         "range":"80000000-ffffffff",         "state":"active",         "replicas":{           "core_node1":{             "state":"active",             "node_name":"127.0.0.1:38145_",             "core":"collection1",             "base_url":"http://127.0.0.1:38145",             "leader":"true"},           "core_node3":{             "state":"active",             "node_name":"127.0.0.1:48557_",             "core":"collection1",             "base_url":"http://127.0.0.1:48557"}}},       "shard2":{         "range":"0-7fffffff",         "state":"active",         "replicas":{"core_node2":{             "state":"active",             "node_name":"127.0.0.1:38173_",             "core":"collection1",             "base_url":"http://127.0.0.1:38173",             "leader":"true"}}}},     "router":{"name":"compositeId"},     "autoCreated":"true",     "replicationFactor":"1"}}

Stack Trace:
java.lang.AssertionError: Didn't see all replicas for shard shard1 in c8n_1x2 come up within 30000 ms! ClusterState: {
  "control_collection":{
    "maxShardsPerNode":"1",
    "autoAddReplicas":"false",
    "shards":{"shard1":{
        "range":"80000000-7fffffff",
        "state":"active",
        "replicas":{"core_node1":{
            "state":"active",
            "node_name":"127.0.0.1:38133_",
            "core":"collection1",
            "base_url":"http://127.0.0.1:38133",
            "leader":"true"}}}},
    "router":{"name":"compositeId"},
    "autoCreated":"true",
    "replicationFactor":"1"},
  "c8n_1x2":{
    "maxShardsPerNode":"1",
    "autoAddReplicas":"false",
    "shards":{"shard1":{
        "range":"80000000-7fffffff",
        "state":"active",
        "replicas":{
          "core_node1":{
            "state":"recovering",
            "node_name":"127.0.0.1:38173_",
            "core":"c8n_1x2_shard1_replica1",
            "base_url":"http://127.0.0.1:38173"},
          "core_node2":{
            "state":"active",
            "node_name":"127.0.0.1:38145_",
            "core":"c8n_1x2_shard1_replica2",
            "base_url":"http://127.0.0.1:38145",
            "leader":"true"}}}},
    "router":{"name":"compositeId"},
    "replicationFactor":"2"},
  "collection1":{
    "maxShardsPerNode":"1",
    "autoAddReplicas":"false",
    "shards":{
      "shard1":{
        "range":"80000000-ffffffff",
        "state":"active",
        "replicas":{
          "core_node1":{
            "state":"active",
            "node_name":"127.0.0.1:38145_",
            "core":"collection1",
            "base_url":"http://127.0.0.1:38145",
            "leader":"true"},
          "core_node3":{
            "state":"active",
            "node_name":"127.0.0.1:48557_",
            "core":"collection1",
            "base_url":"http://127.0.0.1:48557"}}},
      "shard2":{
        "range":"0-7fffffff",
        "state":"active",
        "replicas":{"core_node2":{
            "state":"active",
            "node_name":"127.0.0.1:38173_",
            "core":"collection1",
            "base_url":"http://127.0.0.1:38173",
            "leader":"true"}}}},
    "router":{"name":"compositeId"},
    "autoCreated":"true",
    "replicationFactor":"1"}}
	at __randomizedtesting.SeedInfo.seed([5F14E1D26439BC6A:D740DE08CAC5D192]: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 10152 lines...]
   [junit4] Suite: org.apache.solr.cloud.HttpPartitionTest
   [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.HttpPartitionTest 5F14E1D26439BC6A-001/init-core-data-001
   [junit4]   2> 687606 T3335 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 687611 T3335 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 687611 T3336 oasc.ZkTestServer$2$1.setClientPort client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 687612 T3336 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 687711 T3335 oasc.ZkTestServer.run start zk server on port:38123
   [junit4]   2> 687712 T3335 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 687713 T3335 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 687717 T3343 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@69371143 name:ZooKeeperConnection Watcher:127.0.0.1:38123 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 687717 T3335 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 687717 T3335 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 687718 T3335 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 687720 T3335 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 687721 T3335 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 687723 T3346 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5d0194f7 name:ZooKeeperConnection Watcher:127.0.0.1:38123/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 687723 T3335 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 687723 T3335 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 687723 T3335 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 687726 T3335 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 687727 T3335 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 687729 T3335 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 687730 T3335 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> 687731 T3335 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 687733 T3335 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> 687734 T3335 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 687837 T3335 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> 687837 T3335 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 687839 T3335 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> 687839 T3335 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 687841 T3335 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> 687842 T3335 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 687844 T3335 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> 687845 T3335 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 687847 T3335 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> 687847 T3335 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 687849 T3335 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> 687849 T3335 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 687851 T3335 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> 687852 T3335 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 687853 T3335 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> 687854 T3335 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 687855 T3335 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> 687856 T3335 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 689644 T3335 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.HttpPartitionTest 5F14E1D26439BC6A-001/control-001/cores/collection1
   [junit4]   2> 689649 T3335 oejs.Server.doStart jetty-9.2.10.v20150310
   [junit4]   2> 689651 T3335 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@223d43db{/,null,AVAILABLE}
   [junit4]   2> 689652 T3335 oejs.AbstractConnector.doStart Started ServerConnector@6af1bd5a{HTTP/1.1}{127.0.0.1:38134}
   [junit4]   2> 689653 T3335 oejs.Server.doStart Started @694704ms
   [junit4]   2> 689653 T3335 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.HttpPartitionTest 5F14E1D26439BC6A-001/tempDir-001/control/data, hostContext=/, coreRootDirectory=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest 5F14E1D26439BC6A-001/control-001/cores, hostPort=38133}
   [junit4]   2> 689654 T3335 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@17072b90
   [junit4]   2> 689654 T3335 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/temp/solr.cloud.HttpPartitionTest 5F14E1D26439BC6A-001/control-001/'
   [junit4]   2> 689704 T3335 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/temp/solr.cloud.HttpPartitionTest 5F14E1D26439BC6A-001/control-001/solr.xml
   [junit4]   2> 689772 T3335 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/temp/solr.cloud.HttpPartitionTest 5F14E1D26439BC6A-001/control-001/cores
   [junit4]   2> 689772 T3335 oasc.CoreContainer.<init> New CoreContainer 875671767
   [junit4]   2> 689773 T3335 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/temp/solr.cloud.HttpPartitionTest 5F14E1D26439BC6A-001/control-001/]
   [junit4]   2> 689773 T3335 oasc.CoreContainer.load loading shared library: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest 5F14E1D26439BC6A-001/control-001/lib
   [junit4]   2> 689774 T3335 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/temp/solr.cloud.HttpPartitionTest 5F14E1D26439BC6A-001/control-001/lib).
   [junit4]   2> 689789 T3335 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> 689797 T3335 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 689798 T3335 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 689799 T3335 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 689799 T3335 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 689799 T3335 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:38123/solr
   [junit4]   2> 689800 T3335 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 689800 T3335 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 689801 T3335 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 689803 T3360 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@68269a31 name:ZooKeeperConnection Watcher:127.0.0.1:38123 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 689804 T3335 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 689805 T3335 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 689807 T3335 n:127.0.0.1:38133_ oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 689809 T3363 n:127.0.0.1:38133_ oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3b1b5a37 name:ZooKeeperConnection Watcher:127.0.0.1:38123/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 689809 T3335 n:127.0.0.1:38133_ oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 689811 T3335 n:127.0.0.1:38133_ oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 689814 T3335 n:127.0.0.1:38133_ oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 689816 T3335 n:127.0.0.1:38133_ oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 689818 T3335 n:127.0.0.1:38133_ oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 689820 T3335 n:127.0.0.1:38133_ oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 689822 T3335 n:127.0.0.1:38133_ oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 689824 T3335 n:127.0.0.1:38133_ oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 689825 T3335 n:127.0.0.1:38133_ oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 689826 T3335 n:127.0.0.1:38133_ oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38133_
   [junit4]   2> 689827 T3335 n:127.0.0.1:38133_ oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:38133_
   [junit4]   2> 689829 T3335 n:127.0.0.1:38133_ oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 689830 T3335 n:127.0.0.1:38133_ oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 689832 T3335 n:127.0.0.1:38133_ oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 689834 T3335 n:127.0.0.1:38133_ oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:38133_
   [junit4]   2> 689834 T3335 n:127.0.0.1:38133_ oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 689836 T3335 n:127.0.0.1:38133_ oasc.Overseer.start Overseer (id=93827406542536707-127.0.0.1:38133_-n_0000000000) starting
   [junit4]   2> 689838 T3335 n:127.0.0.1:38133_ oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 689844 T3335 n:127.0.0.1:38133_ oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 689844 T3365 n:127.0.0.1:38133_ oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 689844 T3335 n:127.0.0.1:38133_ oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 689845 T3364 n:127.0.0.1:38133_ oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 689849 T3335 n:127.0.0.1:38133_ oasc.CoreContainer.intializeAuthorizationPlugin Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 689850 T3335 n:127.0.0.1:38133_ 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/temp/solr.cloud.HttpPartitionTest 5F14E1D26439BC6A-001/control-001/cores
   [junit4]   2> 689853 T3335 n:127.0.0.1:38133_ oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {transient=false, instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest 5F14E1D26439BC6A-001/control-001/cores/collection1, config=solrconfig.xml, dataDir=data/, name=collection1, absoluteInstDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest 5F14E1D26439BC6A-001/control-001/cores/collection1/, schema=schema.xml, collection=control_collection, shard=, coreNodeName=, loadOnStartup=true}
   [junit4]   2> 689853 T3335 n:127.0.0.1:38133_ 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/temp/solr.cloud.HttpPartitionTest 5F14E1D26439BC6A-001/control-001/cores/collection1/
   [junit4]   2> 689854 T3335 n:127.0.0.1:38133_ oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 689855 T3367 n:127.0.0.1:38133_ c:control_collection x:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 689855 T3367 n:127.0.0.1:38133_ c:control_collection x:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 689856 T3367 n:127.0.0.1:38133_ oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 689856 T3363 n:127.0.0.1:38133_ oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 689857 T3364 n:127.0.0.1:38133_ oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:38133_",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:38133"} current state version: 0
   [junit4]   2> 689857 T3364 n:127.0.0.1:38133_ oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:38133_",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:38133"}
   [junit4]   2> 689858 T3364 n:127.0.0.1:38133_ oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 689858 T3364 n:127.0.0.1:38133_ oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 689859 T3363 n:127.0.0.1:38133_ 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> 690856 T3367 n:127.0.0.1:38133_ oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 690857 T3367 n:127.0.0.1:38133_ oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 690857 T3367 n:127.0.0.1:38133_ oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 690858 T3367 n:127.0.0.1:38133_ oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 690858 T3367 n:127.0.0.1:38133_ oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 690858 T3367 n:127.0.0.1:38133_ 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/temp/solr.cloud.HttpPartitionTest 5F14E1D26439BC6A-001/control-001/cores/collection1/'
   [junit4]   2> 690879 T3367 n:127.0.0.1:38133_ oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 690890 T3367 n:127.0.0.1:38133_ oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 690912 T3367 n:127.0.0.1:38133_ oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.2.0
   [junit4]   2> 690960 T3367 n:127.0.0.1:38133_ oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 691062 T3367 n:127.0.0.1:38133_ oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 691073 T3367 n:127.0.0.1:38133_ oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 691489 T3367 n:127.0.0.1:38133_ oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 691509 T3367 n:127.0.0.1:38133_ oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 691512 T3367 n:127.0.0.1:38133_ oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 691522 T3367 n:127.0.0.1:38133_ oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 691526 T3367 n:127.0.0.1:38133_ oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 691530 T3367 n:127.0.0.1:38133_ oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 691531 T3367 n:127.0.0.1:38133_ oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 691531 T3367 n:127.0.0.1:38133_ oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 691531 T3367 n:127.0.0.1:38133_ oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 691532 T3367 n:127.0.0.1:38133_ oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 691532 T3367 n:127.0.0.1:38133_ oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 691533 T3367 n:127.0.0.1:38133_ oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 691533 T3367 n:127.0.0.1:38133_ x:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 691533 T3367 n:127.0.0.1:38133_ x: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/temp/solr.cloud.HttpPartitionTest 5F14E1D26439BC6A-001/control-001/cores/collection1/], dataDir=[null]
   [junit4]   2> 691533 T3367 n:127.0.0.1:38133_ x:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@769f2f25
   [junit4]   2> 691534 T3367 n:127.0.0.1:38133_ x: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/temp/solr.cloud.HttpPartitionTest 5F14E1D26439BC6A-001/control-001/cores/collection1/data
   [junit4]   2> 691535 T3367 n:127.0.0.1:38133_ x: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/temp/solr.cloud.HttpPartitionTest 5F14E1D26439BC6A-001/control-001/cores/collection1/data/index/
   [junit4]   2> 691535 T3367 n:127.0.0.1:38133_ x: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/temp/solr.cloud.HttpPartitionTest 5F14E1D26439BC6A-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 691535 T3367 n:127.0.0.1:38133_ x: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/temp/solr.cloud.HttpPartitionTest 5F14E1D26439BC6A-001/control-001/cores/collection1/data/index
   [junit4]   2> 691536 T3367 n:127.0.0.1:38133_ x:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=41, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=10.0322265625, floorSegmentMB=1.3955078125, forceMergeDeletesPctAllowed=12.603305100614154, segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5479561654608
   [junit4]   2> 691536 T3367 n:127.0.0.1:38133_ x:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5e39589c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6e89a18),segFN=segments_1,generation=1}
   [junit4]   2> 691537 T3367 n:127.0.0.1:38133_ x:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 691542 T3367 n:127.0.0.1:38133_ x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 691543 T3367 n:127.0.0.1:38133_ x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 691543 T3367 n:127.0.0.1:38133_ x:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 691543 T3367 n:127.0.0.1:38133_ x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 691544 T3367 n:127.0.0.1:38133_ x:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 691544 T3367 n:127.0.0.1:38133_ x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 691544 T3367 n:127.0.0.1:38133_ x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 691545 T3367 n:127.0.0.1:38133_ x:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 691545 T3367 n:127.0.0.1:38133_ x:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 691568 T3367 n:127.0.0.1:38133_ x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 691571 T3367 n:127.0.0.1:38133_ x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 691573 T3367 n:127.0.0.1:38133_ x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 691576 T3367 n:127.0.0.1:38133_ x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 691581 T3367 n:127.0.0.1:38133_ x:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/threads,/update/json/docs,/schema,/update/json,standard,/admin/luke,/admin/ping,/config,/admin/properties,/update,/update/csv,/admin/file,/replication,/admin/logging,/get,/admin/plugins,/admin/segments,/admin/mbeans,/admin/system
   [junit4]   2> 691583 T3367 n:127.0.0.1:38133_ x:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 691585 T3367 n:127.0.0.1:38133_ x:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 691585 T3367 n:127.0.0.1:38133_ x:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 691587 T3367 n:127.0.0.1:38133_ x:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 691587 T3367 n:127.0.0.1:38133_ x:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 691588 T3367 n:127.0.0.1:38133_ x:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=11, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=40.8369140625, floorSegmentMB=0.953125, forceMergeDeletesPctAllowed=0.29390162166574196, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8723036603585365
   [junit4]   2> 691589 T3367 n:127.0.0.1:38133_ x:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5e39589c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6e89a18),segFN=segments_1,generation=1}
   [junit4]   2> 691589 T3367 n:127.0.0.1:38133_ x:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 691589 T3367 n:127.0.0.1:38133_ x:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@51e9e252[collection1] main
   [junit4]   2> 691590 T3367 n:127.0.0.1:38133_ x:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 691591 T3367 n:127.0.0.1:38133_ x:collection1 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 691591 T3367 n:127.0.0.1:38133_ x:collection1 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 691591 T3367 n:127.0.0.1:38133_ x:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 691592 T3367 n:127.0.0.1:38133_ x:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 691592 T3367 n:127.0.0.1:38133_ x:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 691592 T3367 n:127.0.0.1:38133_ x:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 691593 T3367 n:127.0.0.1:38133_ x:collection1 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 691593 T3367 n:127.0.0.1:38133_ x:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 691593 T3367 n:127.0.0.1:38133_ x:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 691594 T3367 n:127.0.0.1:38133_ x:collection1 oasc.ZkController.getConfDirListeners watch zkdir /configs/conf1
   [junit4]   2> 691594 T3368 n:127.0.0.1:38133_ x:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@51e9e252[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 691594 T3367 n:127.0.0.1:38133_ x:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 691595 T3371 n:127.0.0.1:38133_ c:control_collection s:shard1 x:collection1 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:38133 collection:control_collection shard:shard1
   [junit4]   2> 691595 T3335 n:127.0.0.1:38133_ 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> 691596 T3335 n:127.0.0.1:38133_ oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 691596 T3371 n:127.0.0.1:38133_ c:control_collection s:shard1 x:collection1 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 691600 T3335 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 691600 T3371 n:127.0.0.1:38133_ c:control_collection s:shard1 x:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 691600 T3335 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 691602 T3375 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7eafe721 name:ZooKeeperConnection Watcher:127.0.0.1:38123/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 691602 T3335 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 691603 T3363 n:127.0.0.1:38133_ oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 691603 T3335 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 691603 T3371 n:127.0.0.1:38133_ c:control_collection s:shard1 x:collection1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 691603 T3335 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 691603 T3364 n:127.0.0.1:38133_ 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> 691603 T3371 n:127.0.0.1:38133_ c:control_collection s:shard1 x:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C526 name=collection1 org.apache.solr.core.SolrCore@6db2c279 url=http://127.0.0.1:38133/collection1 node=127.0.0.1:38133_ C526_STATE=coll:control_collection core:collection1 props:{state=down, node_name=127.0.0.1:38133_, core=collection1, base_url=http://127.0.0.1:38133}
   [junit4]   2> 691605 T3371 n:127.0.0.1:38133_ c:control_collection s:shard1 x:collection1 C526 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:38133/collection1/
   [junit4]   2> 691605 T3371 n:127.0.0.1:38133_ c:control_collection s:shard1 x:collection1 C526 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 691606 T3371 n:127.0.0.1:38133_ c:control_collection s:shard1 x:collection1 C526 oasc.SyncStrategy.syncToMe http://127.0.0.1:38133/collection1/ has no replicas
   [junit4]   2> 691606 T3371 n:127.0.0.1:38133_ c:control_collection s:shard1 x:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:38133/collection1/ shard1
   [junit4]   2> 691606 T3363 n:127.0.0.1:38133_ 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> 691606 T3375 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> 691606 T3335 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 691606 T3371 n:127.0.0.1:38133_ c:control_collection s:shard1 x:collection1 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 691607 T3335 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 691608 T3335 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 691608 T3335 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 691610 T3378 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7cb5c71d name:ZooKeeperConnection Watcher:127.0.0.1:38123/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 691610 T3335 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 691610 T3335 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 691612 T3363 n:127.0.0.1:38133_ oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 691612 T3364 n:127.0.0.1:38133_ 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:38133",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 691615 T3364 n:127.0.0.1:38133_ oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "name":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "stateFormat":"2"} current state version: 2
   [junit4]   2> 691615 T3364 n:127.0.0.1:38133_ oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 691616 T3375 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> 691616 T3363 n:127.0.0.1:38133_ 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> 691618 T3363 n:127.0.0.1:38133_ oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 691618 T3364 n:127.0.0.1:38133_ oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]   2> 691619 T3363 n:127.0.0.1:38133_ 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> 691619 T3375 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> 691662 T3371 n:127.0.0.1:38133_ c:control_collection s:shard1 x:collection1 oasc.ZkController.register We are http://127.0.0.1:38133/collection1/ and leader is http://127.0.0.1:38133/collection1/
   [junit4]   2> 691663 T3371 n:127.0.0.1:38133_ c:control_collection s:shard1 x:collection1 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:38133
   [junit4]   2> 691663 T3371 n:127.0.0.1:38133_ c:control_collection s:shard1 x:collection1 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 691664 T3371 n:127.0.0.1:38133_ c:control_collection s:shard1 x:collection1 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 691664 T3371 n:127.0.0.1:38133_ c:control_collection s:shard1 x:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 691665 T3363 n:127.0.0.1:38133_ oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 691666 T3364 n:127.0.0.1:38133_ oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "node_name":"127.0.0.1:38133_",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:38133"} current state version: 4
   [junit4]   2> 691667 T3364 n:127.0.0.1:38133_ oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "node_name":"127.0.0.1:38133_",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:38133"}
   [junit4]   2> 691770 T3375 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> 691770 T3363 n:127.0.0.1:38133_ 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> 693253 T3335 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.HttpPartitionTest 5F14E1D26439BC6A-001/shard-1-001/cores/collection1
   [junit4]   2> 693256 T3335 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.HttpPartitionTest 5F14E1D26439BC6A-001/shard-1-001
   [junit4]   2> 693258 T3335 oejs.Server.doStart jetty-9.2.10.v20150310
   [junit4]   2> 693260 T3335 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@20a5e53a{/,null,AVAILABLE}
   [junit4]   2> 693261 T3335 oejs.AbstractConnector.doStart Started ServerConnector@14e350a5{HTTP/1.1}{127.0.0.1:38146}
   [junit4]   2> 693261 T3335 oejs.Server.doStart Started @698312ms
   [junit4]   2> 693261 T3335 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.HttpPartitionTest 5F14E1D26439BC6A-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostPort=38145, coreRootDirectory=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest 5F14E1D26439BC6A-001/shard-1-001/cores, hostContext=/}
   [junit4]   2> 693262 T3335 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@17072b90
   [junit4]   2> 693262 T3335 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/temp/solr.cloud.HttpPartitionTest 5F14E1D26439BC6A-001/shard-1-001/'
   [junit4]   2> 693315 T3335 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/temp/solr.cloud.HttpPartitionTest 5F14E1D26439BC6A-001/shard-1-001/solr.xml
   [junit4]   2> 693378 T3335 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/temp/solr.cloud.HttpPartitionTest 5F14E1D26439BC6A-001/shard-1-001/cores
   [junit4]   2> 693378 T3335 oasc.CoreContainer.<init> New CoreContainer 1526605089
   [junit4]   2> 693379 T3335 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/temp/solr.cloud.HttpPartitionTest 5F14E1D26439BC6A-001/shard-1-001/]
   [junit4]   2> 693379 T3335 oasc.CoreContainer.load loading shared library: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest 5F14E1D26439BC6A-001/shard-1-001/lib
   [junit4]   2> 693380 T3335 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/temp/solr.cloud.HttpPartitionTest 5F14E1D26439BC6A-001/shard-1-001/lib).
   [junit4]   2> 693394 T3335 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> 693403 T3335 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 693404 T3335 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 693404 T3335 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 693405 T3335 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 693405 T3335 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:38123/solr
   [junit4]   2> 693405 T3335 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 693406 T3335 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 693407 T3335 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 693418 T3392 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@8de2ad3 name:ZooKeeperConnection Watcher:127.0.0.1:38123 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 693419 T3335 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 693420 T3335 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 693422 T3335 n:127.0.0.1:38145_ oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 693423 T3395 n:127.0.0.1:38145_ oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1cbdf675 name:ZooKeeperConnection Watcher:127.0.0.1:38123/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 693423 T3335 n:127.0.0.1:38145_ oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 693427 T3335 n:127.0.0.1:38145_ oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 694430 T3335 n:127.0.0.1:38145_ oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38145_
   [junit4]   2> 694431 T3335 n:127.0.0.1:38145_ oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:38145_
   [junit4]   2> 694434 T3335 n:127.0.0.1:38145_ oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 694435 T3335 n:127.0.0.1:38145_ oasc.CoreContainer.intializeAuthorizationPlugin Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 694436 T3335 n:127.0.0.1:38145_ 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/temp/solr.cloud.HttpPartitionTest 5F14E1D26439BC6A-001/shard-1-001/cores
   [junit4]   2> 694438 T3335 n:127.0.0.1:38145_ oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {absoluteInstDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest 5F14E1D26439BC6A-001/shard-1-001/cores/collection1/, config=solrconfig.xml, name=collection1, schema=schema.xml, collection=collection1, coreNodeName=, dataDir=data/, loadOnStartup=true, instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest 5F14E1D26439BC6A-001/shard-1-001/cores/collection1, shard=, transient=false}
   [junit4]   2> 694438 T3335 n:127.0.0.1:38145_ 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/temp/solr.cloud.HttpPartitionTest 5F14E1D26439BC6A-001/shard-1-001/cores/collection1/
   [junit4]   2> 694438 T3335 n:127.0.0.1:38145_ oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 694440 T3396 n:127.0.0.1:38145_ c:collection1 x:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 694440 T3396 n:127.0.0.1:38145_ c:collection1 x:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 694441 T3363 n:127.0.0.1:38133_ oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 694441 T3396 n:127.0.0.1:38145_ oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 694441 T3396 n:127.0.0.1:38145_ oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 694442 T3364 n:127.0.0.1:38133_ oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:38145_",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:38145"} current state version: 5
   [junit4]   2> 694442 T3396 n:127.0.0.1:38145_ oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 694442 T3364 n:127.0.0.1:38133_ oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:38145_",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:38145"}
   [junit4]   2> 694442 T3364 n:127.0.0.1:38133_ oasco.ReplicaMutator.updateState Collection already exists with numShards=2
   [junit4]   2> 694442 T3364 n:127.0.0.1:38133_ oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 694443 T3396 n:127.0.0.1:38145_ oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 0 
   [junit4]   2> 694443 T3396 n:127.0.0.1:38145_ oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 694443 T3364 n:127.0.0.1:38133_ oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 694444 T3395 n:127.0.0.1:38145_ 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> 694444 T3395 n:127.0.0.1:38145_ oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 
   [junit4]   2> 695443 T3396 n:127.0.0.1:38145_ oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 695444 T3396 n:127.0.0.1:38145_ oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 695444 T3396 n:127.0.0.1:38145_ oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 695444 T3396 n:127.0.0.1:38145_ oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 695445 T3396 n:127.0.0.1:38145_ oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 695445 T3396 n:127.0.0.1:38145_ 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/temp/solr.cloud.HttpPartitionTest 5F14E1D26439BC6A-001/shard-1-001/cores/collection1/'
   [junit4]   2> 695459 T3396 n:127.0.0.1:38145_ oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 695468 T3396 n:127.0.0.1:38145_ oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 695483 T3396 n:127.0.0.1:38145_ oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.2.0
   [junit4]   2> 695517 T3396 n:127.0.0.1:38145_ oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 695619 T3396 n:127.0.0.1:38145_ oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 695626 T3396 n:127.0.0.1:38145_ oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 695953 T3396 n:127.0.0.1:38145_ oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 695971 T3396 n:127.0.0.1:38145_ oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 695974 T3396 n:127.0.0.1:38145_ oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 695984 T3396 n:127.0.0.1:38145_ oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 695989 T3396 n:127.0.0.1:38145_ oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 695993 T3396 n:127.0.0.1:38145_ oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 695994 T3396 n:127.0.0.1:38145_ oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 695994 T3396 n:127.0.0.1:38145_ oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 695994 T3396 n:127.0.0.1:38145_ oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 695995 T3396 n:127.0.0.1:38145_ oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 695995 T3396 n:127.0.0.1:38145_ oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 695995 T3396 n:127.0.0.1:38145_ oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 695996 T3396 n:127.0.0.1:38145_ x:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 695996 T3396 n:127.0.0.1:38145_ x: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/temp/solr.cloud.HttpPartitionTest 5F14E1D26439BC6A-001/shard-1-001/cores/collection1/], dataDir=[null]
   [junit4]   2> 695996 T3396 n:127.0.0.1:38145_ x:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@769f2f25
   [junit4]   2> 695997 T3396 n:127.0.0.1:38145_ x: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/temp/solr.cloud.HttpPartitionTest 5F14E1D26439BC6A-001/shard-1-001/cores/collection1/data
   [junit4]   2> 695997 T3396 n:127.0.0.1:38145_ x: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/temp/solr.cloud.HttpPartitionTest 5F14E1D26439BC6A-001/shard-1-001/cores/collection1/data/index/
   [junit4]   2> 695998 T3396 n:127.0.0.1:38145_ x: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/temp/solr.cloud.HttpPartitionTest 5F14E1D26439BC6A-001/shard-1-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 695998 T3396 n:127.0.0.1:38145_ x: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/temp/solr.cloud.HttpPartitionTest 5F14E1D26439BC6A-001/shard-1-001/cores/collection1/data/index
   [junit4]   2> 695998 T3396 n:127.0.0.1:38145_ x:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=41, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=10.0322265625, floorSegmentMB=1.3955078125, forceMergeDeletesPctAllowed=12.603305100614154, segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5479561654608
   [junit4]   2> 695999 T3396 n:127.0.0.1:38145_ x:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@677813b3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7c5581d6),segFN=segments_1,generation=1}
   [junit4]   2> 696000 T3396 n:127.0.0.1:38145_ x:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 696006 T3396 n:127.0.0.1:38145_ x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 696007 T3396 n:127.0.0.1:38145_ x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 696007 T3396 n:127.0.0.1:38145_ x:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 696007 T3396 n:127.0.0.1:38145_ x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 696008 T3396 n:127.0.0.1:38145_ x:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 696008 T3396 n:127.0.0.1:38145_ x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 696008 T3396 n:127.0.0.1:38145_ x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 696009 T3396 n:127.0.0.1:38145_ x:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 696009 T3396 n:127.0.0.1:38145_ x:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 696037 T3396 n:127.0.0.1:38145_ x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 696040 T3396 n:127.0.0.1:38145_ x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 696042 T3396 n:127.0.0.1:38145_ x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 696045 T3396 n:127.0.0.1:38145_ x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 696053 T3396 n:127.0.0.1:38145_ x:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/threads,/update/json/docs,/schema,/update/json,standard,/admin/luke,/admin/ping,/config,/admin/properties,/update,/update/csv,/admin/file,/replication,/admin/logging,/get,/admin/plugins,/admin/segments,/admin/mbeans,/admin/system
   [junit4]   2> 696056 T3396 n:127.0.0.1:38145_ x:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 696058 T3396 n:127.0.0.1:38145_ x:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 696058 T3396 n:127.0.0.1:38145_ x:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 696060 T3396 n:127.0.0.1:38145_ x:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 696060 T3396 n:127.0.0.1:38145_ x:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 696062 T3396 n:127.0.0.1:38145_ x:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=11, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=40.8369140625, floorSegmentMB=0.953125, forceMergeDeletesPctAllowed=0.29390162166574196, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8723036603585365
   [junit4]   2> 696062 T3396 n:127.0.0.1:38145_ x:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@677813b3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7c5581d6),segFN=segments_1,generation=1}
   [junit4]   2> 696063 T3396 n:127.0.0.1:38145_ x:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 696063 T3396 n:127.0.0.1:38145_ x:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@57d03446[collection1] main
   [junit4]   2> 696063 T3396 n:127.0.0.1:38145_ x:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 696064 T3396 n:127.0.0.1:38145_ x:collection1 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 696065 T3396 n:127.0.0.1:38145_ x:collection1 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 696065 T3396 n:127.0.0.1:38145_ x:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 696065 T3396 n:127.0.0.1:38145_ x:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 696065 T3396 n:127.0.0.1:38145_ x:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 696066 T3396 n:127.0.0.1:38145_ x:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 696066 T3396 n:127.0.0.1:38145_ x:collection1 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 696066 T3396 n:127.0.0.1:38145_ x:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 696067 T3396 n:127.0.0.1:38145_ x:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 696068 T3397 n:127.0.0.1:38145_ x:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@57d03446[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 696068 T3396 n:127.0.0.1:38145_ x:collection1 oasc.ZkController.getConfDirListeners watch zkdir /configs/conf1
   [junit4]   2> 696069 T3396 n:127.0.0.1:38145_ x:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 696070 T3400 n:127.0.0.1:38145_ c:collection1 s:shard1 x:collection1 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:38145 collection:collection1 shard:shard1
   [junit4]   2> 696070 T3335 n:127.0.0.1:38145_ 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> 696070 T3335 n:127.0.0.1:38145_ oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 696071 T3400 n:127.0.0.1:38145_ c:collection1 s:shard1 x:collection1 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 696075 T3400 n:127.0.0.1:38145_ c:collection1 s:shard1 x:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 696076 T3363 n:127.0.0.1:38133_ oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 696076 T3400 n:127.0.0.1:38145_ c:collection1 s:shard1 x:collection1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 696077 T3400 n:127.0.0.1:38145_ c:collection1 s:shard1 x:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C527 name=collection1 org.apache.solr.core.SolrCore@2b0af09 url=http://127.0.0.1:38145/collection1 node=127.0.0.1:38145_ C527_STATE=coll:collection1 core:collection1 props:{state=down, node_name=127.0.0.1:38145_, core=collection1, base_url=http://127.0.0.1:38145}
   [junit4]   2> 696077 T3400 n:127.0.0.1:38145_ c:collection1 s:shard1 x:collection1 C527 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:38145/collection1/
   [junit4]   2> 696077 T3400 n:127.0.0.1:38145_ c:collection1 s:shard1 x:collection1 C527 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 696077 T3364 n:127.0.0.1:38133_ 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> 696077 T3400 n:127.0.0.1:38145_ c:collection1 s:shard1 x:collection1 C527 oasc.SyncStrategy.syncToMe http://127.0.0.1:38145/collection1/ has no replicas
   [junit4]   2> 696078 T3400 n:127.0.0.1:38145_ c:collection1 s:shard1 x:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:38145/collection1/ shard1
   [junit4]   2> 696078 T3400 n:127.0.0.1:38145_ c:collection1 s:shard1 x:collection1 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 696078 T3364 n:127.0.0.1:38133_ oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 696079 T3395 n:127.0.0.1:38145_ 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> 696080 T3395 n:127.0.0.1:38145_ oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 2 
   [junit4]   2> 696082 T3364 n:127.0.0.1:38133_ 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:38145",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 5
   [junit4]   2> 696083 T3364 n:127.0.0.1:38133_ oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 696083 T3395 n:127.0.0.1:38145_ 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> 696084 T3395 n:127.0.0.1:38145_ oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 696085 T3363 n:127.0.0.1:38133_ oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 696132 T3400 n:127.0.0.1:38145_ c:collection1 s:shard1 x:collection1 oasc.ZkController.register We are http://127.0.0.1:38145/collection1/ and leader is http://127.0.0.1:38145/collection1/
   [junit4]   2> 696133 T3400 n:127.0.0.1:38145_ c:collection1 s:shard1 x:collection1 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:38145
   [junit4]   2> 696133 T3400 n:127.0.0.1:38145_ c:collection1 s:shard1 x:collection1 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 696133 T3400 n:127.0.0.1:38145_ c:collection1 s:shard1 x:collection1 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 696133 T3400 n:127.0.0.1:38145_ c:collection1 s:shard1 x:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 696134 T3363 n:127.0.0.1:38133_ oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 696135 T3364 n:127.0.0.1:38133_ oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "node_name":"127.0.0.1:38145_",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:38145"} current state version: 5
   [junit4]   2> 696136 T3364 n:127.0.0.1:38133_ oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "node_name":"127.0.0.1:38145_",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:38145"}
   [junit4]   2> 696136 T3364 n:127.0.0.1:38133_ oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 696137 T3400 n:127.0.0.1:38145_ c:collection1 s:shard1 x:collection1 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 696137 T3395 n:127.0.0.1:38145_ 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> 696138 T3395 n:127.0.0.1:38145_ oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 697576 T3335 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.HttpPartitionTest 5F14E1D26439BC6A-001/shard-2-001/cores/collection1
   [junit4]   2> 697578 T3335 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.HttpPartitionTest 5F14E1D26439BC6A-001/shard-2-001
   [junit4]   2> 697579 T3335 oejs.Server.doStart jetty-9.2.10.v20150310
   [junit4]   2> 697581 T3335 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@c7b04ac{/,null,AVAILABLE}
   [junit4]   2> 697582 T3335 oejs.AbstractConnector.doStart Started ServerConnector@484aa1ec{HTTP/1.1}{127.0.0.1:38174}
   [junit4]   2> 697582 T3335 oejs.Server.doStart Started @702633ms
   [junit4]   2> 697582 T3335 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostPort=38173, solr.data.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest 5F14E1D26439BC6A-001/tempDir-001/jetty2, hostContext=/, coreRootDirectory=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest 5F14E1D26439BC6A-001/shard-2-001/cores, solrconfig=solrconfig.xml}
   [junit4]   2> 697583 T3335 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@17072b90
   [junit4]   2> 697583 T3335 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/temp/solr.cloud.HttpPartitionTest 5F14E1D26439BC6A-001/shard-2-001/'
   [junit4]   2> 697612 T3335 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/temp/solr.cloud.HttpPartitionTest 5F14E1D26439BC6A-001/shard-2-001/solr.xml
   [junit4]   2> 697647 T3335 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/temp/solr.cloud.HttpPartitionTest 5F14E1D26439BC6A-001/shard-2-001/cores
   [junit4]   2> 697647 T3335 oasc.CoreContainer.<init> New CoreContainer 785205827
   [junit4]   2> 697647 T3335 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/temp/solr.cloud.HttpPartitionTest 5F14E1D26439BC6A-001/shard-2-001/]
   [junit4]   2> 697647 T3335 oasc.CoreContainer.load loading shared library: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest 5F14E1D26439BC6A-001/shard-2-001/lib
   [junit4]   2> 697648 T3335 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/temp/solr.cloud.HttpPartitionTest 5F14E1D26439BC6A-001/shard-2-001/lib).
   [junit4]   2> 697658 T3335 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> 697662 T3335 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 697663 T3335 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 697663 T3335 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 697663 T3335 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 697664 T3335 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:38123/solr
   [junit4]   2> 697664 T3335 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 697664 T3335 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 697665 T3335 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 697666 T3415 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4ff53388 name:ZooKeeperConnection Watcher:127.0.0.1:38123 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 697667 T3335 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 697667 T3335 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 697669 T3335 n:127.0.0.1:38173_ oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 697670 T3418 n:127.0.0.1:38173_ oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2eee5ac name:ZooKeeperConnection Watcher:127.0.0.1:38123/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 697670 T3335 n:127.0.0.1:38173_ oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 697674 T3335 n:127.0.0.1:38173_ oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 698677 T3335 n:127.0.0.1:38173_ oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38173_
   [junit4]   2> 698678 T3335 n:127.0.0.1:38173_ oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:38173_
   [junit4]   2> 698682 T3335 n:127.0.0.1:38173_ oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 698683 T3335 n:127.0.0.1:38173_ oasc.CoreContainer.intializeAuthorizationPlugin Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 698684 T3335 n:127.0.0.1:38173_ 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/temp/solr.cloud.HttpPartitionTest 5F14E1D26439BC6A-001/shard-2-001/cores
   [junit4]   2> 698687 T3335 n:127.0.0.1:38173_ oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {absoluteInstDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest 5F14E1D26439BC6A-001/shard-2-001/cores/collection1/, coreNodeName=, collection=collection1, dataDir=data/, instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest 5F14E1D26439BC6A-001/shard-2-001/cores/collection1, config=solrconfig.xml, shard=, loadOnStartup=true, schema=schema.xml, name=collection1, transient=false}
   [junit4]   2> 698688 T3335 n:127.0.0.1:38173_ 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/temp/solr.cloud.HttpPartitionTest 5F14E1D26439BC6A-001/shard-2-001/cores/collection1/
   [junit4]   2> 698688 T3335 n:127.0.0.1:38173_ oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 698690 T3419 n:127.0.0.1:38173_ c:collection1 x:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 698690 T3419 n:127.0.0.1:38173_ c:collection1 x:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 698691 T3363 n:127.0.0.1:38133_ oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 698692 T3419 n:127.0.0.1:38173_ oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 698692 T3419 n:127.0.0.1:38173_ oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 698692 T3364 n:127.0.0.1:38133_ oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:38173_",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:38173"} current state version: 5
   [junit4]   2> 698692 T3419 n:127.0.0.1:38173_ oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 698693 T3364 n:127.0.0.1:38133_ oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:38173_",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:38173"}
   [junit4]   2> 698693 T3364 n:127.0.0.1:38133_ oasco.ReplicaMutator.updateState Collection already exists with numShards=2
   [junit4]   2> 698693 T3364 n:127.0.0.1:38133_ oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 698693 T3419 n:127.0.0.1:38173_ oascc.ZkStateReader.updateWatchedCollection Up

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

llections/c8n_1x2/state.json
   [junit4]   2> 	
   [junit4]   2> 	Maximum concurrent children watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		5	/solr/live_nodes
   [junit4]   2> 		4	/solr/overseer/queue
   [junit4]   2> 		4	/solr/overseer/collection-queue-work
   [junit4]   2> 	
   [junit4]   2> 891880 T3335 c:control_collection s:shard1 x:collection1 oasc.SocketProxy.close WARN Closing 5 connections to: http://127.0.0.1:38133/, target: http://127.0.0.1:38134/
   [junit4]   2> 891881 T3335 c:control_collection s:shard1 x:collection1 oasc.SocketProxy.close WARN Closing 5 connections to: http://127.0.0.1:48557/, target: http://127.0.0.1:36090/
   [junit4]   2> 891881 T3335 c:control_collection s:shard1 x:collection1 oasc.SocketProxy.close WARN Closing 1 connections to: http://127.0.0.1:38173/, target: http://127.0.0.1:38174/
   [junit4]   2> 891881 T3335 c:control_collection s:shard1 x:collection1 oasc.SocketProxy.close WARN Closing 14 connections to: http://127.0.0.1:38145/, target: http://127.0.0.1:38146/
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=HttpPartitionTest -Dtests.method=test -Dtests.seed=5F14E1D26439BC6A -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=no -Dtests.timezone=America/Glace_Bay -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE  204s 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]    >   "control_collection":{
   [junit4]    >     "maxShardsPerNode":"1",
   [junit4]    >     "autoAddReplicas":"false",
   [junit4]    >     "shards":{"shard1":{
   [junit4]    >         "range":"80000000-7fffffff",
   [junit4]    >         "state":"active",
   [junit4]    >         "replicas":{"core_node1":{
   [junit4]    >             "state":"active",
   [junit4]    >             "node_name":"127.0.0.1:38133_",
   [junit4]    >             "core":"collection1",
   [junit4]    >             "base_url":"http://127.0.0.1:38133",
   [junit4]    >             "leader":"true"}}}},
   [junit4]    >     "router":{"name":"compositeId"},
   [junit4]    >     "autoCreated":"true",
   [junit4]    >     "replicationFactor":"1"},
   [junit4]    >   "c8n_1x2":{
   [junit4]    >     "maxShardsPerNode":"1",
   [junit4]    >     "autoAddReplicas":"false",
   [junit4]    >     "shards":{"shard1":{
   [junit4]    >         "range":"80000000-7fffffff",
   [junit4]    >         "state":"active",
   [junit4]    >         "replicas":{
   [junit4]    >           "core_node1":{
   [junit4]    >             "state":"recovering",
   [junit4]    >             "node_name":"127.0.0.1:38173_",
   [junit4]    >             "core":"c8n_1x2_shard1_replica1",
   [junit4]    >             "base_url":"http://127.0.0.1:38173"},
   [junit4]    >           "core_node2":{
   [junit4]    >             "state":"active",
   [junit4]    >             "node_name":"127.0.0.1:38145_",
   [junit4]    >             "core":"c8n_1x2_shard1_replica2",
   [junit4]    >             "base_url":"http://127.0.0.1:38145",
   [junit4]    >             "leader":"true"}}}},
   [junit4]    >     "router":{"name":"compositeId"},
   [junit4]    >     "replicationFactor":"2"},
   [junit4]    >   "collection1":{
   [junit4]    >     "maxShardsPerNode":"1",
   [junit4]    >     "autoAddReplicas":"false",
   [junit4]    >     "shards":{
   [junit4]    >       "shard1":{
   [junit4]    >         "range":"80000000-ffffffff",
   [junit4]    >         "state":"active",
   [junit4]    >         "replicas":{
   [junit4]    >           "core_node1":{
   [junit4]    >             "state":"active",
   [junit4]    >             "node_name":"127.0.0.1:38145_",
   [junit4]    >             "core":"collection1",
   [junit4]    >             "base_url":"http://127.0.0.1:38145",
   [junit4]    >             "leader":"true"},
   [junit4]    >           "core_node3":{
   [junit4]    >             "state":"active",
   [junit4]    >             "node_name":"127.0.0.1:48557_",
   [junit4]    >             "core":"collection1",
   [junit4]    >             "base_url":"http://127.0.0.1:48557"}}},
   [junit4]    >       "shard2":{
   [junit4]    >         "range":"0-7fffffff",
   [junit4]    >         "state":"active",
   [junit4]    >         "replicas":{"core_node2":{
   [junit4]    >             "state":"active",
   [junit4]    >             "node_name":"127.0.0.1:38173_",
   [junit4]    >             "core":"collection1",
   [junit4]    >             "base_url":"http://127.0.0.1:38173",
   [junit4]    >             "leader":"true"}}}},
   [junit4]    >     "router":{"name":"compositeId"},
   [junit4]    >     "autoCreated":"true",
   [junit4]    >     "replicationFactor":"1"}}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([5F14E1D26439BC6A:D740DE08CAC5D192]: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> 891895 T3335 c:control_collection s:shard1 x: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 5F14E1D26439BC6A-001
   [junit4]   2> 204293 T3334 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {range_facet_l_dv=PostingsFormat(name=LuceneFixedGap), a_t=FSTOrd50, timestamp=FSTOrd50, range_facet_l=FSTOrd50, multiDefault=PostingsFormat(name=Memory doPackFST= false), text=Lucene50(blocksize=128), _version_=FSTOrd50, range_facet_i_dv=FSTOrd50, intDefault=FSTOrd50, id=PostingsFormat(name=LuceneFixedGap)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Direct), timestamp=DocValuesFormat(name=Lucene50), range_facet_i_dv=DocValuesFormat(name=Lucene50)}, sim=DefaultSimilarity, locale=no, timezone=America/Glace_Bay
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_65 (64-bit)/cpus=16,threads=1,free=123211088,total=273678336
   [junit4]   2> NOTE: All tests run in this JVM: [ShardRoutingCustomTest, TestQuerySenderNoQuery, ExternalFileFieldSortTest, ReturnFieldsTest, AsyncMigrateRouteKeyTest, TestExactSharedStatsCache, TestReplicationHandlerBackup, TestCSVLoader, OverseerCollectionProcessorTest, SignatureUpdateProcessorFactoryTest, AtomicUpdatesTest, TestSolrQueryParserDefaultOperatorResource, PluginInfoTest, TermVectorComponentTest, TestRealTimeGet, TestSolrCoreProperties, TestJmxIntegration, LoggingHandlerTest, OpenExchangeRatesOrgProviderTest, BufferStoreTest, TermVectorComponentDistributedTest, SolrTestCaseJ4Test, NumericFieldsTest, TestReRankQParserPlugin, SpellCheckCollatorTest, HighlighterTest, HdfsSyncSliceTest, TestCollationFieldDocValues, RecoveryZkTest, OpenCloseCoreStressTest, TestHashPartitioner, TestStressVersions, DistanceUnitsTest, DocValuesMissingTest, MultiThreadedOCPTest, RequiredFieldsTest, TestFoldingMultitermQuery, TestManagedSchemaDynamicFieldResource, SolrIndexConfigTest, TestNamedUpdateProcessors, RemoteQueryErrorTest, DistributedSuggestComponentTest, TestWordDelimiterFilterFactory, BinaryUpdateRequestHandlerTest, OutOfBoxZkACLAndCredentialsProvidersTest, TestManagedStopFilterFactory, TestSurroundQueryParser, TestRestManager, SharedFSAutoReplicaFailoverUtilsTest, UnloadDistributedZkTest, MBeansHandlerTest, TestDynamicFieldCollectionResource, TestTrie, UUIDFieldTest, ZkNodePropsTest, TestBinaryResponseWriter, ConcurrentDeleteAndCreateCollectionTest, TestPivotHelperCode, HttpPartitionTest]
   [junit4] Completed [230/490] on J0 in 204.57s, 1 test, 1 failure <<< FAILURES!

[...truncated 838 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:1433: 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: 490 suites, 1960 tests, 1 failure, 71 ignored (26 assumptions)

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