You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2015/09/10 06:19:00 UTC

[JENKINS] Lucene-Solr-5.x-Linux (64bit/jdk1.7.0_80) - Build # 13892 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/13892/
Java: 64bit/jdk1.7.0_80 -XX:-UseCompressedOops -XX:+UseG1GC

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

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

Stack Trace:
java.lang.AssertionError: Didn't see all replicas for shard shard1 in c8n_1x2 come up within 30000 ms! ClusterState: {
  "c8n_1x2":{
    "maxShardsPerNode":"1",
    "shards":{"shard1":{
        "range":"80000000-7fffffff",
        "state":"active",
        "replicas":{
          "core_node1":{
            "core":"c8n_1x2_shard1_replica1",
            "base_url":"http://127.0.0.1:48836",
            "node_name":"127.0.0.1:48836_",
            "state":"active"},
          "core_node2":{
            "core":"c8n_1x2_shard1_replica2",
            "base_url":"http://127.0.0.1:37627",
            "node_name":"127.0.0.1:37627_",
            "state":"active",
            "leader":"true"}}}},
    "autoAddReplicas":"false",
    "router":{"name":"compositeId"},
    "replicationFactor":"2"},
  "control_collection":{
    "autoCreated":"true",
    "maxShardsPerNode":"1",
    "shards":{"shard1":{
        "range":"80000000-7fffffff",
        "state":"active",
        "replicas":{"core_node1":{
            "core":"collection1",
            "base_url":"http://127.0.0.1:54400",
            "node_name":"127.0.0.1:54400_",
            "state":"active",
            "leader":"true"}}}},
    "autoAddReplicas":"false",
    "router":{"name":"compositeId"},
    "replicationFactor":"1"},
  "collection1":{
    "autoCreated":"true",
    "maxShardsPerNode":"1",
    "shards":{
      "shard1":{
        "range":"80000000-ffffffff",
        "state":"active",
        "replicas":{"core_node2":{
            "core":"collection1",
            "base_url":"http://127.0.0.1:48836",
            "node_name":"127.0.0.1:48836_",
            "state":"active",
            "leader":"true"}}},
      "shard2":{
        "range":"0-7fffffff",
        "state":"active",
        "replicas":{
          "core_node1":{
            "core":"collection1",
            "base_url":"http://127.0.0.1:47279",
            "node_name":"127.0.0.1:47279_",
            "state":"active",
            "leader":"true"},
          "core_node3":{
            "core":"collection1",
            "base_url":"http://127.0.0.1:37627",
            "node_name":"127.0.0.1:37627_",
            "state":"active"}}}},
    "autoAddReplicas":"false",
    "router":{"name":"compositeId"},
    "replicationFactor":"1"}}
	at __randomizedtesting.SeedInfo.seed([A1A42500759D158C:29F01ADADB617874]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:1844)
	at org.apache.solr.cloud.HttpPartitionTest.testRf2(HttpPartitionTest.java:249)
	at org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.java:103)
	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:963)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:938)
	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 9823 lines...]
   [junit4] Suite: org.apache.solr.cloud.HttpPartitionTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_A1A42500759D158C-001/init-core-data-001
   [junit4]   2> 169707 INFO  (SUITE-HttpPartitionTest-seed#[A1A42500759D158C]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 169722 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 169723 INFO  (Thread-349) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 169724 INFO  (Thread-349) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 169823 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.ZkTestServer start zk server on port:53121
   [junit4]   2> 169833 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 169858 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 169881 INFO  (zkCallback-46-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@75074f2c name:ZooKeeperConnection Watcher:127.0.0.1:53121 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 169881 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 169882 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 169883 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 169900 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 169900 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 169902 INFO  (zkCallback-47-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@42f0ac89 name:ZooKeeperConnection Watcher:127.0.0.1:53121/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 169902 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 169902 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 169902 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 169905 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 169906 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 169907 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 169909 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 169909 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 169912 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 169913 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 169915 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 169915 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 169916 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 169917 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 169918 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 169918 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 169920 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 169921 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 169922 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 169922 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 169924 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 169924 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 169926 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 169926 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 169928 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 169928 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 169930 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 169930 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 169988 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_A1A42500759D158C-001/control-001/cores/collection1
   [junit4]   2> 169990 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 169991 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@75cfc42f{/,null,AVAILABLE}
   [junit4]   2> 169993 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.e.j.s.ServerConnector Started ServerConnector@79d37c60{HTTP/1.1}{127.0.0.1:38855}
   [junit4]   2> 169993 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.e.j.s.Server Started @172004ms
   [junit4]   2> 169993 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, hostPort=54400, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_A1A42500759D158C-001/tempDir-001/control/data, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_A1A42500759D158C-001/control-001/cores}
   [junit4]   2> 169993 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@321ea24
   [junit4]   2> 169993 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_A1A42500759D158C-001/control-001/'
   [junit4]   2> 170004 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 170004 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 170005 INFO  (zkCallback-48-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@70ee192b name:ZooKeeperConnection Watcher:127.0.0.1:53121/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 170005 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 170006 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 170007 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 170007 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_A1A42500759D158C-001/control-001/solr.xml
   [junit4]   2> 170016 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.CoresLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_A1A42500759D158C-001/control-001/cores
   [junit4]   2> 170016 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.CoreContainer New CoreContainer 1316604373
   [junit4]   2> 170016 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_A1A42500759D158C-001/control-001/]
   [junit4]   2> 170016 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.CoreContainer loading shared library: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_A1A42500759D158C-001/control-001/lib
   [junit4]   2> 170016 WARN  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_A1A42500759D158C-001/control-001/lib).
   [junit4]   2> 170021 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.h.c.HttpShardHandlerFactory 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> 170022 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 170023 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 170023 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 170023 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53121/solr
   [junit4]   2> 170031 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 170031 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 170031 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 170033 INFO  (zkCallback-50-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@68add628 name:ZooKeeperConnection Watcher:127.0.0.1:53121 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 170033 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 170034 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 170037 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [n:127.0.0.1:54400_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 170038 INFO  (zkCallback-51-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@67fb2081 name:ZooKeeperConnection Watcher:127.0.0.1:53121/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 170038 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [n:127.0.0.1:54400_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 170044 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [n:127.0.0.1:54400_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 170048 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [n:127.0.0.1:54400_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 170051 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [n:127.0.0.1:54400_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 170054 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [n:127.0.0.1:54400_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 170056 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [n:127.0.0.1:54400_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 170062 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [n:127.0.0.1:54400_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 170064 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [n:127.0.0.1:54400_    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 170065 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [n:127.0.0.1:54400_    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 170066 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [n:127.0.0.1:54400_    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 170067 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [n:127.0.0.1:54400_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54400_
   [junit4]   2> 170069 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [n:127.0.0.1:54400_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:54400_
   [junit4]   2> 170072 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [n:127.0.0.1:54400_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 170073 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [n:127.0.0.1:54400_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 170074 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [n:127.0.0.1:54400_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 170075 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [n:127.0.0.1:54400_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/94493551431057412-127.0.0.1:54400_-n_0000000000
   [junit4]   2> 170078 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [n:127.0.0.1:54400_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:54400_
   [junit4]   2> 170078 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [n:127.0.0.1:54400_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 170080 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [n:127.0.0.1:54400_    ] o.a.s.c.Overseer Overseer (id=94493551431057412-127.0.0.1:54400_-n_0000000000) starting
   [junit4]   2> 170084 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [n:127.0.0.1:54400_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 170102 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [n:127.0.0.1:54400_    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 170104 INFO  (OverseerCollectionConfigSetProcessor-94493551431057412-127.0.0.1:54400_-n_0000000000) [n:127.0.0.1:54400_    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 170104 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [n:127.0.0.1:54400_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 170108 INFO  (OverseerStateUpdate-94493551431057412-127.0.0.1:54400_-n_0000000000) [n:127.0.0.1:54400_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 170196 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [n:127.0.0.1:54400_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 170196 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [n:127.0.0.1:54400_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 170198 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [n:127.0.0.1:54400_    ] o.a.s.c.CoresLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_A1A42500759D158C-001/control-001/cores
   [junit4]   2> 170200 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [n:127.0.0.1:54400_    ] o.a.s.c.SolrCore Created CoreDescriptor: {coreNodeName=, name=collection1, shard=, loadOnStartup=true, dataDir=data/, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_A1A42500759D158C-001/control-001/cores/collection1/, collection=control_collection, transient=false, configSetProperties=configsetprops.json, instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_A1A42500759D158C-001/control-001/cores/collection1, config=solrconfig.xml, schema=schema.xml}
   [junit4]   2> 170200 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [n:127.0.0.1:54400_    ] o.a.s.c.CoresLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_A1A42500759D158C-001/control-001/cores/collection1/
   [junit4]   2> 170200 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [n:127.0.0.1:54400_    ] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 170201 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [n:127.0.0.1:54400_    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 170201 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [n:127.0.0.1:54400_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 170201 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 170201 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 170206 INFO  (OverseerStateUpdate-94493551431057412-127.0.0.1:54400_-n_0000000000) [n:127.0.0.1:54400_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "roles":null,
   [junit4]   2>   "shard":null,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "base_url":"http://127.0.0.1:54400",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "node_name":"127.0.0.1:54400_",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "collection":"control_collection"} current state version: 0
   [junit4]   2> 170207 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 170213 INFO  (OverseerStateUpdate-94493551431057412-127.0.0.1:54400_-n_0000000000) [n:127.0.0.1:54400_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "roles":null,
   [junit4]   2>   "shard":null,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "base_url":"http://127.0.0.1:54400",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "node_name":"127.0.0.1:54400_",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "collection":"control_collection"}
   [junit4]   2> 170215 INFO  (OverseerStateUpdate-94493551431057412-127.0.0.1:54400_-n_0000000000) [n:127.0.0.1:54400_    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 170221 INFO  (OverseerStateUpdate-94493551431057412-127.0.0.1:54400_-n_0000000000) [n:127.0.0.1:54400_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 170226 INFO  (zkCallback-51-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_    ] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 171208 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 171208 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 171208 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 171208 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from:/collections/control_collection
   [junit4]   2> 171209 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 171209 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_A1A42500759D158C-001/control-001/cores/collection1/'
   [junit4]   2> 171222 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 171229 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 171238 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 171257 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection   x:collection1] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 171258 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection   x:collection1] o.a.s.s.IndexSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 171263 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 171430 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 171437 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 171438 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 171450 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 171453 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 171458 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 171459 WARN  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 171459 WARN  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 171459 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 171460 WARN  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 171460 WARN  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 171461 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection   x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 171461 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 171462 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 171462 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_A1A42500759D158C-001/control-001/cores/collection1/], dataDir=[null]
   [junit4]   2> 171462 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6cf73fb8
   [junit4]   2> 171466 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_A1A42500759D158C-001/control-001/cores/collection1/data
   [junit4]   2> 171467 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_A1A42500759D158C-001/control-001/cores/collection1/data/index/
   [junit4]   2> 171467 WARN  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_A1A42500759D158C-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 171468 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_A1A42500759D158C-001/control-001/cores/collection1/data/index
   [junit4]   2> 171468 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=32, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=16.591796875, floorSegmentMB=1.48046875, forceMergeDeletesPctAllowed=24.023595917270143, segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2454232044862078
   [junit4]   2> 171469 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@31cc2725 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@521e07ad),segFN=segments_1,generation=1}
   [junit4]   2> 171469 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 171469 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_A1A42500759D158C-001/control-001/cores/collection1/data/
   [junit4]   2> 171470 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_A1A42500759D158C-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 171478 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 171489 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 171489 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 171489 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 171489 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 171489 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 171490 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 171490 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 171490 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 171493 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 171497 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 171498 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 171500 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 171512 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/properties,/replication,/get,/admin/logging,/admin/luke,/admin/ping,/admin/system,/admin/segments,/update/json,/admin/mbeans,/admin/plugins,/update,/update/json/docs,/schema,/admin/file,/config,/admin/threads,standard,/update/csv
   [junit4]   2> 171513 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 171514 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 171514 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 171516 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 171516 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 171517 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=44, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 171518 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@31cc2725 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@521e07ad),segFN=segments_1,generation=1}
   [junit4]   2> 171518 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 171518 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@5209e291[collection1] main
   [junit4]   2> 171518 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader Load collection config from:/collections/control_collection
   [junit4]   2> 171520 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 171520 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 171522 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 171522 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 171522 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 171523 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 171523 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 171523 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 171523 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 171525 INFO  (searcherExecutor-396-thread-1-processing-s:shard1 x:collection1 r:core_node1 n:127.0.0.1:54400_ c:control_collection) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5209e291[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 171526 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 171526 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 171526 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 171526 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1511896824747655168
   [junit4]   2> 171527 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1511896824747655168
   [junit4]   2> 171529 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 171530 INFO  (coreLoadExecutor-395-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 171531 INFO  (coreZkRegister-389-thread-1-processing-s:shard1 x:collection1 r:core_node1 n:127.0.0.1:54400_ c:control_collection) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController Register replica - core:collection1 address:http://127.0.0.1:54400 collection:control_collection shard:shard1
   [junit4]   2> 171536 INFO  (coreZkRegister-389-thread-1-processing-s:shard1 x:collection1 r:core_node1 n:127.0.0.1:54400_ c:control_collection) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 171540 INFO  (coreZkRegister-389-thread-1-processing-s:shard1 x:collection1 r:core_node1 n:127.0.0.1:54400_ c:control_collection) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.LeaderElector Joined leadership election with path: /collections/control_collection/leader_elect/shard1/election/94493551431057412-core_node1-n_0000000000
   [junit4]   2> 171541 INFO  (coreZkRegister-389-thread-1-processing-s:shard1 x:collection1 r:core_node1 n:127.0.0.1:54400_ c:control_collection) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard shard1
   [junit4]   2> 171543 INFO  (coreZkRegister-389-thread-1-processing-s:shard1 x:collection1 r:core_node1 n:127.0.0.1:54400_ c:control_collection) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 171543 INFO  (coreZkRegister-389-thread-1-processing-s:shard1 x:collection1 r:core_node1 n:127.0.0.1:54400_ c:control_collection) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 171543 INFO  (OverseerStateUpdate-94493551431057412-127.0.0.1:54400_-n_0000000000) [n:127.0.0.1:54400_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection"} current state version: 1
   [junit4]   2> 171544 INFO  (coreZkRegister-389-thread-1-processing-s:shard1 x:collection1 r:core_node1 n:127.0.0.1:54400_ c:control_collection) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:54400/collection1/
   [junit4]   2> 171544 INFO  (coreZkRegister-389-thread-1-processing-s:shard1 x:collection1 r:core_node1 n:127.0.0.1:54400_ c:control_collection) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 171544 INFO  (coreZkRegister-389-thread-1-processing-s:shard1 x:collection1 r:core_node1 n:127.0.0.1:54400_ c:control_collection) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:54400/collection1/ has no replicas
   [junit4]   2> 171544 INFO  (coreZkRegister-389-thread-1-processing-s:shard1 x:collection1 r:core_node1 n:127.0.0.1:54400_ c:control_collection) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:54400/collection1/ shard1
   [junit4]   2> 171547 INFO  (coreZkRegister-389-thread-1-processing-s:shard1 x:collection1 r:core_node1 n:127.0.0.1:54400_ c:control_collection) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 171551 INFO  (coreZkRegister-389-thread-1-processing-s:shard1 x:collection1 r:core_node1 n:127.0.0.1:54400_ c:control_collection) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
   [junit4]   2> 171563 INFO  (OverseerStateUpdate-94493551431057412-127.0.0.1:54400_-n_0000000000) [n:127.0.0.1:54400_    ] o.a.s.c.Overseer 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:54400",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 171666 INFO  (zkCallback-51-thread-1-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_    ] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 171710 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 171710 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 171712 INFO  (zkCallback-53-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@43cf598f name:ZooKeeperConnection Watcher:127.0.0.1:53121/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 171712 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 171712 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 171712 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 171714 INFO  (coreZkRegister-389-thread-1-processing-s:shard1 x:collection1 r:core_node1 n:127.0.0.1:54400_ c:control_collection) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are http://127.0.0.1:54400/collection1/ and leader is http://127.0.0.1:54400/collection1/
   [junit4]   2> 171714 INFO  (coreZkRegister-389-thread-1-processing-s:shard1 x:collection1 r:core_node1 n:127.0.0.1:54400_ c:control_collection) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:54400
   [junit4]   2> 171714 INFO  (coreZkRegister-389-thread-1-processing-s:shard1 x:collection1 r:core_node1 n:127.0.0.1:54400_ c:control_collection) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 171714 INFO  (coreZkRegister-389-thread-1-processing-s:shard1 x:collection1 r:core_node1 n:127.0.0.1:54400_ c:control_collection) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 171714 INFO  (coreZkRegister-389-thread-1-processing-s:shard1 x:collection1 r:core_node1 n:127.0.0.1:54400_ c:control_collection) [n:127.0.0.1:54400_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 171715 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 171715 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 171715 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 171716 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 171716 INFO  (OverseerStateUpdate-94493551431057412-127.0.0.1:54400_-n_0000000000) [n:127.0.0.1:54400_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "base_url":"http://127.0.0.1:54400",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "node_name":"127.0.0.1:54400_",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "collection":"control_collection"} current state version: 2
   [junit4]   2> 171717 INFO  (OverseerStateUpdate-94493551431057412-127.0.0.1:54400_-n_0000000000) [n:127.0.0.1:54400_    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "base_url":"http://127.0.0.1:54400",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "node_name":"127.0.0.1:54400_",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "collection":"control_collection"}
   [junit4]   2> 171717 INFO  (zkCallback-54-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@a6d8065 name:ZooKeeperConnection Watcher:127.0.0.1:53121/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 171717 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 171717 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 171720 INFO  (OverseerStateUpdate-94493551431057412-127.0.0.1:54400_-n_0000000000) [n:127.0.0.1:54400_    ] o.a.s.c.Overseer 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> 171720 INFO  (OverseerStateUpdate-94493551431057412-127.0.0.1:54400_-n_0000000000) [n:127.0.0.1:54400_    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 171720 INFO  (zkCallback-51-thread-2-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_    ] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 171720 INFO  (zkCallback-53-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 171774 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_A1A42500759D158C-001/shard-1-001/cores/collection1
   [junit4]   2> 171775 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_A1A42500759D158C-001/shard-1-001
   [junit4]   2> 171776 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 171777 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@71c9728d{/,null,AVAILABLE}
   [junit4]   2> 171777 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.e.j.s.ServerConnector Started ServerConnector@636e683f{HTTP/1.1}{127.0.0.1:46124}
   [junit4]   2> 171777 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.e.j.s.Server Started @173788ms
   [junit4]   2> 171777 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_A1A42500759D158C-001/tempDir-001/jetty1, hostPort=47279, solrconfig=solrconfig.xml, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_A1A42500759D158C-001/shard-1-001/cores}
   [junit4]   2> 171778 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@321ea24
   [junit4]   2> 171778 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_A1A42500759D158C-001/shard-1-001/'
   [junit4]   2> 171788 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 171788 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 171790 INFO  (zkCallback-55-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@287de074 name:ZooKeeperConnection Watcher:127.0.0.1:53121/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 171790 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 171790 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 171791 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 171791 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_A1A42500759D158C-001/shard-1-001/solr.xml
   [junit4]   2> 171800 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.CoresLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_A1A42500759D158C-001/shard-1-001/cores
   [junit4]   2> 171800 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.CoreContainer New CoreContainer 848694191
   [junit4]   2> 171800 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_A1A42500759D158C-001/shard-1-001/]
   [junit4]   2> 171800 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.CoreContainer loading shared library: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_A1A42500759D158C-001/shard-1-001/lib
   [junit4]   2> 171801 WARN  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_A1A42500759D158C-001/shard-1-001/lib).
   [junit4]   2> 171806 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.h.c.HttpShardHandlerFactory 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> 171807 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 171808 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 171808 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 171808 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53121/solr
   [junit4]   2> 171808 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 171808 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 171808 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 171810 INFO  (zkCallback-57-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7bc57420 name:ZooKeeperConnection Watcher:127.0.0.1:53121 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 171810 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 171810 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 171811 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [n:127.0.0.1:47279_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 171812 INFO  (zkCallback-58-thread-1-processing-n:127.0.0.1:47279_) [n:127.0.0.1:47279_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@528605e5 name:ZooKeeperConnection Watcher:127.0.0.1:53121/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 171812 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [n:127.0.0.1:47279_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 171818 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [n:127.0.0.1:47279_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 171824 INFO  (OverseerStateUpdate-94493551431057412-127.0.0.1:54400_-n_0000000000) [n:127.0.0.1:54400_    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/collection1/state.json
   [junit4]   2> 172824 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [n:127.0.0.1:47279_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:47279_
   [junit4]   2> 172824 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [n:127.0.0.1:47279_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:47279_
   [junit4]   2> 172825 INFO  (zkCallback-51-thread-2-processing-n:127.0.0.1:54400_) [n:127.0.0.1:54400_    ] o.a.s.c.c.ZkStateReader A live node change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 172825 INFO  (zkCallback-58-thread-1-processing-n:127.0.0.1:47279_) [n:127.0.0.1:47279_    ] o.a.s.c.c.ZkStateReader A live node change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 172825 INFO  (zkCallback-53-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 172826 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [n:127.0.0.1:47279_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 172827 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [n:127.0.0.1:47279_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/94493551431057417-127.0.0.1:47279_-n_0000000001
   [junit4]   2> 172829 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [n:127.0.0.1:47279_    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/94493551431057412-127.0.0.1:54400_-n_0000000000 to know if I could be the leader
   [junit4]   2> 172855 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [n:127.0.0.1:47279_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 172855 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [n:127.0.0.1:47279_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 172856 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [n:127.0.0.1:47279_    ] o.a.s.c.CoresLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_A1A42500759D158C-001/shard-1-001/cores
   [junit4]   2> 172857 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [n:127.0.0.1:47279_    ] o.a.s.c.SolrCore Created CoreDescriptor: {collection=collection1, configSetProperties=configsetprops.json, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_A1A42500759D158C-001/shard-1-001/cores/collection1/, instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_A1A42500759D158C-001/shard-1-001/cores/collection1, transient=false, shard=, name=collection1, coreNodeName=, config=solrconfig.xml, schema=schema.xml, loadOnStartup=true, dataDir=data/}
   [junit4]   2> 172857 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [n:127.0.0.1:47279_    ] o.a.s.c.CoresLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_A1A42500759D158C-001/shard-1-001/cores/collection1/
   [junit4]   2> 172857 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [n:127.0.0.1:47279_    ] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 172858 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [n:127.0.0.1:47279_    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 172858 INFO  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [n:127.0.0.1:47279_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 172858 INFO  (coreLoadExecutor-406-thread-1-processing-n:127.0.0.1:47279_) [n:127.0.0.1:47279_ c:collection1   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 172858 INFO  (coreLoadExecutor-406-thread-1-processing-n:127.0.0.1:47279_) [n:127.0.0.1:47279_ c:collection1   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 172860 INFO  (coreLoadExecutor-406-thread-1-processing-n:127.0.0.1:47279_) [n:127.0.0.1:47279_ c:collection1   x:collection1] o.a.s.c.ZkController Registering watch for external collection collection1
   [junit4]   2> 172860 INFO  (coreLoadExecutor-406-thread-1-processing-n:127.0.0.1:47279_) [n:127.0.0.1:47279_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader addZkWatch collection1
   [junit4]   2> 172860 INFO  (OverseerStateUpdate-94493551431057412-127.0.0.1:54400_-n_0000000000) [n:127.0.0.1:54400_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "roles":null,
   [junit4]   2>   "shard":null,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "base_url":"http://127.0.0.1:47279",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "node_name":"127.0.0.1:47279_",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "collection":"collection1"} current state version: 3
   [junit4]   2> 172861 INFO  (OverseerStateUpdate-94493551431057412-127.0.0.1:54400_-n_0000000000) [n:127.0.0.1:54400_    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "roles":null,
   [junit4]   2>   "shard":null,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "base_url":"http://127.0.0.1:47279",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "node_name":"127.0.0.1:47279_",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "collection":"collection1"}
   [junit4]   2> 172861 INFO  (OverseerStateUpdate-94493551431057412-127.0.0.1:54400_-n_0000000000) [n:127.0.0.1:54400_    ] o.a.s.c.o.ReplicaMutator Collection already exists with numShards=2
   [junit4]   2> 172861 INFO  (OverseerStateUpdate-94493551431057412-127.0.0.1:54400_-n_0000000000) [n:127.0.0.1:54400_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 172862 INFO  (coreLoadExecutor-406-thread-1-processing-n:127.0.0.1:47279_) [n:127.0.0.1:47279_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Add data for collection1 ver 0 
   [junit4]   2> 172862 INFO  (coreLoadExecutor-406-thread-1-processing-n:127.0.0.1:47279_) [n:127.0.0.1:47279_ c:collection1   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 172964 INFO  (OverseerStateUpdate-94493551431057412-127.0.0.1:54400_-n_0000000000) [n:127.0.0.1:54400_    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 172965 INFO  (zkCallback-58-thread-1-processing-n:127.0.0.1:47279_) [n:127.0.0.1:47279_    ] o.a.s.c.c.ZkStateReader 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> 172965 INFO  (zkCallback-58-thread-1-processing-n:127.0.0.1:47279_) [n:127.0.0.1:47279_    ] o.a.s.c.c.ZkStateReader Updating data for collection1 from 0 to 1 
   [junit4]   2> 173862 INFO  (coreLoadExecutor-406-thread-1-processing-n:127.0.0.1:47279_) [n:127.0.0.1:47279_ c:collection1   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 173862 INFO  (coreLoadExecutor-406-thread-1-processing-n:127.0.0.1:47279_) [n:127.0.0.1:47279_ c:collection1   x:collection1] o.a.s.c.ZkController Check for collection zkNode:collection1
   [junit4]   2> 173863 INFO  (coreLoadExecutor-406-thread-1-processing-n:127.0.0.1:47279_) [n:127.0.0.1:47279_ c:collection1   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 173863 INFO  (coreLoadExecutor-406-thread-1-processing-n:127.0.0.1:47279_) [n:127.0.0.1:47279_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from:/collections/collection1
   [junit4]   2> 173864 INFO  (coreLoadExecutor-406-thread-1-processing-n:127.0.0.1:47279_) [n:127.0.0.1:47279_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 173864 INFO  (coreLoadExecutor-406-thread-1-processing-n:127.0.0.1:47279_) [n:127.0.0.1:47279_ c:collection1   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_A1A42500759D158C-001/shard-1-001/cores/collection1/'
   [junit4]   2> 173876 INFO  (coreLoadExecutor-406-thread-1-processing-n:127.0.0.1:47279_) [n:127.0.0.1:47279_ c:collection1   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 173882 INFO  (coreLoadExecutor-406-thread-1-processing-n:127.0.0.1:47279_) [n:127.0.0.1:47279_ c:collection1   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 173892 INFO  (coreLoadExecutor-406-thread-1-processing-n:127.0.0.1:47279_) [n:127.0.0.1:47279_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 173934 INFO  (coreLoadExecutor-406-thread-1-processing-n:127.0.0.1:47279_) [n:127.0.0.1:47279_ c:collection1   x:collection1] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 173935 INFO  (coreLoadExecutor-406-thread-1-processing-n:127.0.0.1:47279_) [n:127.0.0.1:47279_ c:collection1   x:collection1] o.a.s.s.IndexSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 173940 INFO  (coreLoadExecutor-406-thread-1-processing-n:127.0.0.1:47279_) [n:127.0.0.1:47279_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 174108 INFO  (coreLoadExecutor-406-thread-1-processing-n:127.0.0.1:47279_) [n:127.0.0.1:47279_ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 174113 INFO  (coreLoadExecutor-406-thread-1-processing-n:127.0.0.1:47279_) [n:127.0.0.1:47279_ c:collection1   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 174114 INFO  (coreLoadExecutor-406-thread-1-processing-n:127.0.0.1:47279_) [n:127.0.0.1:47279_ c:collection1   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 174123 INFO  (coreLoadExecutor-406-thread-1-processing-n:127.0.0.1:47279_) [n:127.0.0.1:47279_ c:collection1   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 174126 INFO  (coreLoadExecutor-406-thread-1-processing-n:127.0.0.1:47279_) [n:127.0.0.1:47279_ c:collection1   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 174128 INFO  (coreLoadExecutor-406-thread-1-processing-n:127.0.0.1:47279_) [n:127.0.0.1:47279_ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 174129 WARN  (coreLoadExecutor-406-thread-1-processing-n:127.0.0.1:47279_) [n:127.0.0.1:47279_ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 174129 WARN  (coreLoadExecutor-406-thread-1-processing-n:127.0.0.1:47279_) [n:127.0.0.1:47279_ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 174129 INFO  (coreLoadExecutor-406-thread-1-processing-n:127.0.0.1:47279_) [n:127.0.0.1:47279_ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 174129 WARN  (coreLoadExecutor-406-thread-1-processing-n:127.0.0.1:47279_) [n:127.0.0.1:47279_ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 174130 WARN  (coreLoadExecutor-406-thread-1-processing-n:127.0.0.1:47279_) [n:127.0.0.1:47279_ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 174130 INFO  (coreLoadExecutor-406-thread-1-processing-n:127.0.0.1:47279_) [n:127.0.0.1:47279_ c:collection1   x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 174130 INFO  (coreLoadExecutor-406-thread-1-processing-n:127.0.0.1:47279_) [n:127.0.0.1:47279_ c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 174131 INFO  (coreLoadExecutor-406-thread-1-processing-n:127.0.0.1:47279_) [n:127.0.0.1:47279_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 174131 INFO  (coreLoadExecutor-406-thread-1-processing-n:127.0.0.1:47279_) [n:127.0.0.1:47279_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_A1A42500759D158C-001/shard-1-001/cores/collection1/], dataDir=[null]
   [junit4]   2> 174131 INFO  (coreLoadExecutor-406-thread-1-processing-n:127.0.0.1:47279_) [n:127.0.0.1:47279_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6cf73fb8
   [junit4]   2> 174132 INFO  (coreLoadExecutor-406-thread-1-processing-n:127.0.0.1:47279_) [n:127.0.0.1:47279_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_A1A42500759D158C-001/shard-1-001/cores/collection1/data
   [junit4]   2> 174132 INFO  (coreLoadExecutor-406-thread-1-processing-n:127.0.0.1:47279_) [n:127.0.0.1:47279_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_A1A42500759D158C-001/shard-1-001/cores/collection1/data/index/
   [junit4]   2> 174132 WARN  (coreLoadExecutor-406-thread-1-processing-n:127.0.0.1:47279_) [n:127.0.0.1:47279_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_A1A42500759D158C-001/shard-1-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 174132 INFO  (coreLoadExecutor-406-thread-1-processing-n:127.0.0.1:47279_) [n:127.0.0.1:47279_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory 

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

est.test-seed#[A1A42500759D158C]) [n:127.0.0.1:37627_ c:c8n_1x2 s:shard1 r:core_node2 x:c8n_1x2_shard1_replica2] o.a.s.c.ZkTestServer connecting to 127.0.0.1:53121 53121
   [junit4]   2> 274581 INFO  (Thread-349) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:53121 53121
   [junit4]   2> 274583 WARN  (Thread-349) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	4	/solr/configs/conf1
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/collections/collection1/state.json
   [junit4]   2> 	2	/solr/collections/c8n_crud_1x2/state.json
   [junit4]   2> 	2	/solr/collections/c8n_1x2/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 	4	/solr/overseer/collection-queue-work
   [junit4]   2> 	4	/solr/overseer/queue
   [junit4]   2> 
   [junit4]   2> 274583 WARN  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [n:127.0.0.1:37627_ c:c8n_1x2 s:shard1 r:core_node2 x:c8n_1x2_shard1_replica2] o.a.s.c.SocketProxy Closing 6 connections to: http://127.0.0.1:54400/, target: http://127.0.0.1:38855/
   [junit4]   2> 274583 WARN  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [n:127.0.0.1:37627_ c:c8n_1x2 s:shard1 r:core_node2 x:c8n_1x2_shard1_replica2] o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:48836/, target: http://127.0.0.1:56046/
   [junit4]   2> 274583 WARN  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [n:127.0.0.1:37627_ c:c8n_1x2 s:shard1 r:core_node2 x:c8n_1x2_shard1_replica2] o.a.s.c.SocketProxy Closing 13 connections to: http://127.0.0.1:37627/, target: http://127.0.0.1:48964/
   [junit4]   2> 274584 WARN  (TEST-HttpPartitionTest.test-seed#[A1A42500759D158C]) [n:127.0.0.1:37627_ c:c8n_1x2 s:shard1 r:core_node2 x:c8n_1x2_shard1_replica2] o.a.s.c.SocketProxy Closing 7 connections to: http://127.0.0.1:47279/, target: http://127.0.0.1:46124/
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=HttpPartitionTest -Dtests.method=test -Dtests.seed=A1A42500759D158C -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fr_LU -Dtests.timezone=America/North_Dakota/New_Salem -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE  105s J0 | HttpPartitionTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Didn't see all replicas for shard shard1 in c8n_1x2 come up within 30000 ms! ClusterState: {
   [junit4]    >   "c8n_1x2":{
   [junit4]    >     "maxShardsPerNode":"1",
   [junit4]    >     "shards":{"shard1":{
   [junit4]    >         "range":"80000000-7fffffff",
   [junit4]    >         "state":"active",
   [junit4]    >         "replicas":{
   [junit4]    >           "core_node1":{
   [junit4]    >             "core":"c8n_1x2_shard1_replica1",
   [junit4]    >             "base_url":"http://127.0.0.1:48836",
   [junit4]    >             "node_name":"127.0.0.1:48836_",
   [junit4]    >             "state":"active"},
   [junit4]    >           "core_node2":{
   [junit4]    >             "core":"c8n_1x2_shard1_replica2",
   [junit4]    >             "base_url":"http://127.0.0.1:37627",
   [junit4]    >             "node_name":"127.0.0.1:37627_",
   [junit4]    >             "state":"active",
   [junit4]    >             "leader":"true"}}}},
   [junit4]    >     "autoAddReplicas":"false",
   [junit4]    >     "router":{"name":"compositeId"},
   [junit4]    >     "replicationFactor":"2"},
   [junit4]    >   "control_collection":{
   [junit4]    >     "autoCreated":"true",
   [junit4]    >     "maxShardsPerNode":"1",
   [junit4]    >     "shards":{"shard1":{
   [junit4]    >         "range":"80000000-7fffffff",
   [junit4]    >         "state":"active",
   [junit4]    >         "replicas":{"core_node1":{
   [junit4]    >             "core":"collection1",
   [junit4]    >             "base_url":"http://127.0.0.1:54400",
   [junit4]    >             "node_name":"127.0.0.1:54400_",
   [junit4]    >             "state":"active",
   [junit4]    >             "leader":"true"}}}},
   [junit4]    >     "autoAddReplicas":"false",
   [junit4]    >     "router":{"name":"compositeId"},
   [junit4]    >     "replicationFactor":"1"},
   [junit4]    >   "collection1":{
   [junit4]    >     "autoCreated":"true",
   [junit4]    >     "maxShardsPerNode":"1",
   [junit4]    >     "shards":{
   [junit4]    >       "shard1":{
   [junit4]    >         "range":"80000000-ffffffff",
   [junit4]    >         "state":"active",
   [junit4]    >         "replicas":{"core_node2":{
   [junit4]    >             "core":"collection1",
   [junit4]    >             "base_url":"http://127.0.0.1:48836",
   [junit4]    >             "node_name":"127.0.0.1:48836_",
   [junit4]    >             "state":"active",
   [junit4]    >             "leader":"true"}}},
   [junit4]    >       "shard2":{
   [junit4]    >         "range":"0-7fffffff",
   [junit4]    >         "state":"active",
   [junit4]    >         "replicas":{
   [junit4]    >           "core_node1":{
   [junit4]    >             "core":"collection1",
   [junit4]    >             "base_url":"http://127.0.0.1:47279",
   [junit4]    >             "node_name":"127.0.0.1:47279_",
   [junit4]    >             "state":"active",
   [junit4]    >             "leader":"true"},
   [junit4]    >           "core_node3":{
   [junit4]    >             "core":"collection1",
   [junit4]    >             "base_url":"http://127.0.0.1:37627",
   [junit4]    >             "node_name":"127.0.0.1:37627_",
   [junit4]    >             "state":"active"}}}},
   [junit4]    >     "autoAddReplicas":"false",
   [junit4]    >     "router":{"name":"compositeId"},
   [junit4]    >     "replicationFactor":"1"}}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A1A42500759D158C:29F01ADADB617874]:0)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:1844)
   [junit4]    > 	at org.apache.solr.cloud.HttpPartitionTest.testRf2(HttpPartitionTest.java:249)
   [junit4]    > 	at org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.java:103)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:963)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:938)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 274601 INFO  (SUITE-HttpPartitionTest-seed#[A1A42500759D158C]-worker) [n:127.0.0.1:37627_ c:c8n_1x2 s:shard1 r:core_node2 x:c8n_1x2_shard1_replica2] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_A1A42500759D158C-001
   [junit4]   2> Sep 10, 2015 3:54:33 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene53): {a_t=PostingsFormat(name=LuceneVarGapFixedInterval), text=Lucene50(blocksize=128), range_facet_l_dv=PostingsFormat(name=Asserting), timestamp=PostingsFormat(name=LuceneVarGapFixedInterval), intDefault=PostingsFormat(name=LuceneVarGapFixedInterval), id=PostingsFormat(name=Asserting), _version_=PostingsFormat(name=LuceneVarGapFixedInterval), range_facet_i_dv=PostingsFormat(name=LuceneVarGapFixedInterval), range_facet_l=PostingsFormat(name=LuceneVarGapFixedInterval), multiDefault=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Asserting), timestamp=DocValuesFormat(name=Lucene50), range_facet_i_dv=DocValuesFormat(name=Lucene50)}, sim=DefaultSimilarity, locale=fr_LU, timezone=America/North_Dakota/New_Salem
   [junit4]   2> NOTE: Linux 3.19.0-26-generic amd64/Oracle Corporation 1.7.0_80 (64-bit)/cpus=12,threads=1,free=293419904,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestDefaultStatsCache, TestRandomDVFaceting, TestReRankQParserPlugin, DisMaxRequestHandlerTest, TestPseudoReturnFields, TestNoOpRegenerator, TestDistributedSearch, DistributedFacetPivotSmallAdvancedTest, SOLR749Test, StandardRequestHandlerTest, QueryEqualityTest, SolrCoreTest, HttpPartitionTest]
   [junit4] Completed [64/537] on J0 in 105.17s, 1 test, 1 failure <<< FAILURES!

[...truncated 1497 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:785: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:729: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build.xml:233: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/common-build.xml:524: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1452: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1006: There were test failures: 537 suites, 2126 tests, 1 failure, 70 ignored (34 assumptions)

Total time: 50 minutes 31 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



Re: [JENKINS-EA] Lucene-Solr-5.x-Linux (64bit/jdk1.9.0-ea-b78) - Build # 13893 - Still Failing!

Posted by Michael McCandless <lu...@mikemccandless.com>.
I'll dig ... I suspect it's caused by the recent change that IW now
considers any unexpected merge exceptions to be tragic.

Mike McCandless

http://blog.mikemccandless.com


On Thu, Sep 10, 2015 at 2:59 AM, Policeman Jenkins Server
<je...@thetaphi.de> wrote:
> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/13893/
> Java: 64bit/jdk1.9.0-ea-b78 -XX:-UseCompressedOops -XX:+UseG1GC
>
> 1 tests failed.
> FAILED:  org.apache.lucene.index.TestIndexWriterExceptions.testNoLostDeletesOrUpdates
>
> Error Message:
> this IndexWriter is closed
>
> Stack Trace:
> org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
>         at __randomizedtesting.SeedInfo.seed([3422F58316636777:5D59F708E0CDAD37]:0)
>         at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:719)
>         at org.apache.lucene.index.IndexWriter.getConfig(IndexWriter.java:1046)
>         at org.apache.lucene.index.RandomIndexWriter.getReader(RandomIndexWriter.java:300)
>         at org.apache.lucene.index.TestIndexWriterExceptions.testNoLostDeletesOrUpdates(TestIndexWriterExceptions.java:2079)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:504)
>         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.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 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:746)
> Caused by: org.apache.lucene.store.MockDirectoryWrapper$FakeIOException
>         at org.apache.lucene.index.TestIndexWriterExceptions$11.eval(TestIndexWriterExceptions.java:1923)
>         at org.apache.lucene.store.MockDirectoryWrapper.maybeThrowDeterministicException(MockDirectoryWrapper.java:958)
>         at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:634)
>         at org.apache.lucene.store.Directory.openChecksumInput(Directory.java:109)
>         at org.apache.lucene.store.MockDirectoryWrapper.openChecksumInput(MockDirectoryWrapper.java:1009)
>         at org.apache.lucene.codecs.lucene50.Lucene50CompoundReader.readEntries(Lucene50CompoundReader.java:91)
>         at org.apache.lucene.codecs.lucene50.Lucene50CompoundReader.<init>(Lucene50CompoundReader.java:69)
>         at org.apache.lucene.codecs.lucene50.Lucene50CompoundFormat.getCompoundReader(Lucene50CompoundFormat.java:71)
>         at org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:93)
>         at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:65)
>         at org.apache.lucene.index.ReadersAndUpdates.writeFieldUpdates(ReadersAndUpdates.java:491)
>         at org.apache.lucene.index.IndexWriter.commitMergedDeletesAndUpdates(IndexWriter.java:3417)
>         at org.apache.lucene.index.IndexWriter.commitMerge(IndexWriter.java:3485)
>         at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4212)
>         at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3644)
>         at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:588)
>         at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:626)
>
>
>
>
> Build Log:
> [...truncated 705 lines...]
>    [junit4] Suite: org.apache.lucene.index.TestIndexWriterExceptions
>    [junit4] IGNOR/A 0.00s J1 | TestIndexWriterExceptions.testTooManyTokens
>    [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
>    [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestIndexWriterExceptions -Dtests.method=testNoLostDeletesOrUpdates -Dtests.seed=3422F58316636777 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en_GU -Dtests.timezone=Africa/Johannesburg -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
>    [junit4] ERROR   3.79s J1 | TestIndexWriterExceptions.testNoLostDeletesOrUpdates <<<
>    [junit4]    > Throwable #1: org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
>    [junit4]    >        at __randomizedtesting.SeedInfo.seed([3422F58316636777:5D59F708E0CDAD37]:0)
>    [junit4]    >        at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:719)
>    [junit4]    >        at org.apache.lucene.index.IndexWriter.getConfig(IndexWriter.java:1046)
>    [junit4]    >        at org.apache.lucene.index.RandomIndexWriter.getReader(RandomIndexWriter.java:300)
>    [junit4]    >        at org.apache.lucene.index.TestIndexWriterExceptions.testNoLostDeletesOrUpdates(TestIndexWriterExceptions.java:2079)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:746)
>    [junit4]    > Caused by: org.apache.lucene.store.MockDirectoryWrapper$FakeIOException
>    [junit4]    >        at org.apache.lucene.index.TestIndexWriterExceptions$11.eval(TestIndexWriterExceptions.java:1923)
>    [junit4]    >        at org.apache.lucene.store.MockDirectoryWrapper.maybeThrowDeterministicException(MockDirectoryWrapper.java:958)
>    [junit4]    >        at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:634)
>    [junit4]    >        at org.apache.lucene.store.Directory.openChecksumInput(Directory.java:109)
>    [junit4]    >        at org.apache.lucene.store.MockDirectoryWrapper.openChecksumInput(MockDirectoryWrapper.java:1009)
>    [junit4]    >        at org.apache.lucene.codecs.lucene50.Lucene50CompoundReader.readEntries(Lucene50CompoundReader.java:91)
>    [junit4]    >        at org.apache.lucene.codecs.lucene50.Lucene50CompoundReader.<init>(Lucene50CompoundReader.java:69)
>    [junit4]    >        at org.apache.lucene.codecs.lucene50.Lucene50CompoundFormat.getCompoundReader(Lucene50CompoundFormat.java:71)
>    [junit4]    >        at org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:93)
>    [junit4]    >        at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:65)
>    [junit4]    >        at org.apache.lucene.index.ReadersAndUpdates.writeFieldUpdates(ReadersAndUpdates.java:491)
>    [junit4]    >        at org.apache.lucene.index.IndexWriter.commitMergedDeletesAndUpdates(IndexWriter.java:3417)
>    [junit4]    >        at org.apache.lucene.index.IndexWriter.commitMerge(IndexWriter.java:3485)
>    [junit4]    >        at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4212)
>    [junit4]    >        at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3644)
>    [junit4]    >        at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:588)
>    [junit4]    >        at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:626)
>    [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/build/core/test/J1/temp/lucene.index.TestIndexWriterExceptions_3422F58316636777-001
>    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene53), sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {content6=IB LL-L1, field=DFR GB3(800.0), content4=DFR I(ne)2, contents=IB LL-D3(800.0), content2=DFR I(n)LZ(0.3), content1=DFR I(F)1, id=DFR I(ne)BZ(0.3), content=IB SPL-L3(800.0)}, locale=en_GU, timezone=Africa/Johannesburg
>    [junit4]   2> NOTE: Linux 3.19.0-26-generic amd64/Oracle Corporation 1.9.0-ea (64-bit)/cpus=12,threads=1,free=199381896,total=309329920
>    [junit4]   2> NOTE: All tests run in this JVM: [TestFieldsReader, TestPerSegmentDeletes, TestNot, TestTermVectorsWriter, TestCrash, TestPerFieldDocValuesFormat, TestLSBRadixSorter, TestUsageTrackingFilterCachingPolicy, TestTerms, TestMutableValues, TestSpanFirstQuery, TestAutomaton, TestBlendedTermQuery, TestApproximationSearchEquivalence, TestDocumentsWriterStallControl, TestOrdinalMap, Test2BPagedBytes, TestIndexWriterOutOfMemory, TestTermRangeQuery, TestPhrasePrefixQuery, TestSearch, Test2BSortedDocValuesOrds, TestFilteredQuery, TestSloppyPhraseQuery2, TestMultiLevelSkipList, TestNRTCachingDirectory, Test2BPostingsBytes, TestBytesRefArray, TestPackedInts, TestDocsAndPositions, TestOperations, TestTwoPhaseCommitTool, TestSegmentTermDocs, TestWildcardRandom, TestLucene50CompoundFormat, TestPrefixRandom, TestDeterminizeLexicon, TestThreadedForceMerge, FuzzyTermOnShortTermsTest, TestMatchNoDocsQuery, TestCodecUtil, TestWeakIdentityMap, TestIndexWriterExceptions]
>    [junit4] Completed [113/414] on J1 in 14.41s, 36 tests, 1 error, 1 skipped <<< FAILURES!
>
> [...truncated 976 lines...]
> BUILD FAILED
> /home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:785: The following error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:729: The following error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:59: The following error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/build.xml:50: The following error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1452: The following error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1006: There were test failures: 414 suites, 3334 tests, 1 error, 48 ignored (44 assumptions)
>
> Total time: 5 minutes 14 seconds
> Build step 'Invoke Ant' marked build as failure
> Archiving artifacts
> [WARNINGS] Skipping publisher since build result is FAILURE
> Recording test results
> Email was triggered for: Failure - Any
> Sending email for trigger: Failure - Any
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[JENKINS-EA] Lucene-Solr-5.x-Linux (64bit/jdk1.9.0-ea-b78) - Build # 13893 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/13893/
Java: 64bit/jdk1.9.0-ea-b78 -XX:-UseCompressedOops -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.lucene.index.TestIndexWriterExceptions.testNoLostDeletesOrUpdates

Error Message:
this IndexWriter is closed

Stack Trace:
org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
	at __randomizedtesting.SeedInfo.seed([3422F58316636777:5D59F708E0CDAD37]:0)
	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:719)
	at org.apache.lucene.index.IndexWriter.getConfig(IndexWriter.java:1046)
	at org.apache.lucene.index.RandomIndexWriter.getReader(RandomIndexWriter.java:300)
	at org.apache.lucene.index.TestIndexWriterExceptions.testNoLostDeletesOrUpdates(TestIndexWriterExceptions.java:2079)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:504)
	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.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 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:746)
Caused by: org.apache.lucene.store.MockDirectoryWrapper$FakeIOException
	at org.apache.lucene.index.TestIndexWriterExceptions$11.eval(TestIndexWriterExceptions.java:1923)
	at org.apache.lucene.store.MockDirectoryWrapper.maybeThrowDeterministicException(MockDirectoryWrapper.java:958)
	at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:634)
	at org.apache.lucene.store.Directory.openChecksumInput(Directory.java:109)
	at org.apache.lucene.store.MockDirectoryWrapper.openChecksumInput(MockDirectoryWrapper.java:1009)
	at org.apache.lucene.codecs.lucene50.Lucene50CompoundReader.readEntries(Lucene50CompoundReader.java:91)
	at org.apache.lucene.codecs.lucene50.Lucene50CompoundReader.<init>(Lucene50CompoundReader.java:69)
	at org.apache.lucene.codecs.lucene50.Lucene50CompoundFormat.getCompoundReader(Lucene50CompoundFormat.java:71)
	at org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:93)
	at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:65)
	at org.apache.lucene.index.ReadersAndUpdates.writeFieldUpdates(ReadersAndUpdates.java:491)
	at org.apache.lucene.index.IndexWriter.commitMergedDeletesAndUpdates(IndexWriter.java:3417)
	at org.apache.lucene.index.IndexWriter.commitMerge(IndexWriter.java:3485)
	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4212)
	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3644)
	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:588)
	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:626)




Build Log:
[...truncated 705 lines...]
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterExceptions
   [junit4] IGNOR/A 0.00s J1 | TestIndexWriterExceptions.testTooManyTokens
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestIndexWriterExceptions -Dtests.method=testNoLostDeletesOrUpdates -Dtests.seed=3422F58316636777 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en_GU -Dtests.timezone=Africa/Johannesburg -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   3.79s J1 | TestIndexWriterExceptions.testNoLostDeletesOrUpdates <<<
   [junit4]    > Throwable #1: org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([3422F58316636777:5D59F708E0CDAD37]:0)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:719)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.getConfig(IndexWriter.java:1046)
   [junit4]    > 	at org.apache.lucene.index.RandomIndexWriter.getReader(RandomIndexWriter.java:300)
   [junit4]    > 	at org.apache.lucene.index.TestIndexWriterExceptions.testNoLostDeletesOrUpdates(TestIndexWriterExceptions.java:2079)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:746)
   [junit4]    > Caused by: org.apache.lucene.store.MockDirectoryWrapper$FakeIOException
   [junit4]    > 	at org.apache.lucene.index.TestIndexWriterExceptions$11.eval(TestIndexWriterExceptions.java:1923)
   [junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.maybeThrowDeterministicException(MockDirectoryWrapper.java:958)
   [junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:634)
   [junit4]    > 	at org.apache.lucene.store.Directory.openChecksumInput(Directory.java:109)
   [junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.openChecksumInput(MockDirectoryWrapper.java:1009)
   [junit4]    > 	at org.apache.lucene.codecs.lucene50.Lucene50CompoundReader.readEntries(Lucene50CompoundReader.java:91)
   [junit4]    > 	at org.apache.lucene.codecs.lucene50.Lucene50CompoundReader.<init>(Lucene50CompoundReader.java:69)
   [junit4]    > 	at org.apache.lucene.codecs.lucene50.Lucene50CompoundFormat.getCompoundReader(Lucene50CompoundFormat.java:71)
   [junit4]    > 	at org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:93)
   [junit4]    > 	at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:65)
   [junit4]    > 	at org.apache.lucene.index.ReadersAndUpdates.writeFieldUpdates(ReadersAndUpdates.java:491)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.commitMergedDeletesAndUpdates(IndexWriter.java:3417)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.commitMerge(IndexWriter.java:3485)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4212)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3644)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:588)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:626)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/build/core/test/J1/temp/lucene.index.TestIndexWriterExceptions_3422F58316636777-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene53), sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {content6=IB LL-L1, field=DFR GB3(800.0), content4=DFR I(ne)2, contents=IB LL-D3(800.0), content2=DFR I(n)LZ(0.3), content1=DFR I(F)1, id=DFR I(ne)BZ(0.3), content=IB SPL-L3(800.0)}, locale=en_GU, timezone=Africa/Johannesburg
   [junit4]   2> NOTE: Linux 3.19.0-26-generic amd64/Oracle Corporation 1.9.0-ea (64-bit)/cpus=12,threads=1,free=199381896,total=309329920
   [junit4]   2> NOTE: All tests run in this JVM: [TestFieldsReader, TestPerSegmentDeletes, TestNot, TestTermVectorsWriter, TestCrash, TestPerFieldDocValuesFormat, TestLSBRadixSorter, TestUsageTrackingFilterCachingPolicy, TestTerms, TestMutableValues, TestSpanFirstQuery, TestAutomaton, TestBlendedTermQuery, TestApproximationSearchEquivalence, TestDocumentsWriterStallControl, TestOrdinalMap, Test2BPagedBytes, TestIndexWriterOutOfMemory, TestTermRangeQuery, TestPhrasePrefixQuery, TestSearch, Test2BSortedDocValuesOrds, TestFilteredQuery, TestSloppyPhraseQuery2, TestMultiLevelSkipList, TestNRTCachingDirectory, Test2BPostingsBytes, TestBytesRefArray, TestPackedInts, TestDocsAndPositions, TestOperations, TestTwoPhaseCommitTool, TestSegmentTermDocs, TestWildcardRandom, TestLucene50CompoundFormat, TestPrefixRandom, TestDeterminizeLexicon, TestThreadedForceMerge, FuzzyTermOnShortTermsTest, TestMatchNoDocsQuery, TestCodecUtil, TestWeakIdentityMap, TestIndexWriterExceptions]
   [junit4] Completed [113/414] on J1 in 14.41s, 36 tests, 1 error, 1 skipped <<< FAILURES!

[...truncated 976 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:785: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:729: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/build.xml:50: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1452: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1006: There were test failures: 414 suites, 3334 tests, 1 error, 48 ignored (44 assumptions)

Total time: 5 minutes 14 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any