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

8 tests failed.
FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test

Error Message:
expected:<3> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<3> but was:<0>
        at 
__randomizedtesting.SeedInfo.seed([C98E8BBDDE9D2423:41DAB467706149DB]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:721)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test(CollectionsAPIDistributedZkTest.java:160)
        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:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:965)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:940)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        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:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        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:367)
        at java.lang.Thread.run(Thread.java:745)


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

Error Message:
Unexpected achieved replication factor expected:<2> but was:<1>

Stack Trace:
java.lang.AssertionError: Unexpected achieved replication factor expected:<2> 
but was:<1>
        at 
__randomizedtesting.SeedInfo.seed([C98E8BBDDE9D2423:41DAB467706149DB]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at 
org.apache.solr.cloud.HttpPartitionTest.testMinRf(HttpPartitionTest.java:212)
        at 
org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.java:104)
        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:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:965)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:940)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        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:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        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:367)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.RecoveryAfterSoftCommitTest.test

Error Message:
Didn't see all replicas for shard shard1 in collection1 come up within 30000 
ms! ClusterState: {   "control_collection":{     "maxShardsPerNode":"1",     
"shards":{"shard1":{         "range":"80000000-7fffffff",         
"state":"active",         "replicas":{"core_node1":{             
"state":"active",             "node_name":"127.0.0.1:49246_",             
"core":"collection1",             "base_url":"http://127.0.0.1:49246";,          
   "leader":"true"}}}},     "replicationFactor":"1",     "autoCreated":"true",  
   "autoAddReplicas":"false",     "router":{"name":"compositeId"}},   
"collection1":{     "maxShardsPerNode":"1",     "shards":{"shard1":{         
"range":"80000000-7fffffff",         "state":"active",         "replicas":{     
      "core_node1":{             "state":"active",             
"node_name":"127.0.0.1:43457_",             "core":"collection1",             
"base_url":"http://127.0.0.1:43457";,             "leader":"true"},           
"core_node2":{             "state":"recovering",             
"node_name":"127.0.0.1:48259_",             "core":"collection1",             
"base_url":"http://127.0.0.1:48259"}}}},     "replicationFactor":"1",     
"autoCreated":"true",     "autoAddReplicas":"false",     
"router":{"name":"compositeId"}}}

Stack Trace:
java.lang.AssertionError: Didn't see all replicas for shard shard1 in 
collection1 come up within 30000 ms! ClusterState: {
  "control_collection":{
    "maxShardsPerNode":"1",
    "shards":{"shard1":{
        "range":"80000000-7fffffff",
        "state":"active",
        "replicas":{"core_node1":{
            "state":"active",
            "node_name":"127.0.0.1:49246_",
            "core":"collection1",
            "base_url":"http://127.0.0.1:49246";,
            "leader":"true"}}}},
    "replicationFactor":"1",
    "autoCreated":"true",
    "autoAddReplicas":"false",
    "router":{"name":"compositeId"}},
  "collection1":{
    "maxShardsPerNode":"1",
    "shards":{"shard1":{
        "range":"80000000-7fffffff",
        "state":"active",
        "replicas":{
          "core_node1":{
            "state":"active",
            "node_name":"127.0.0.1:43457_",
            "core":"collection1",
            "base_url":"http://127.0.0.1:43457";,
            "leader":"true"},
          "core_node2":{
            "state":"recovering",
            "node_name":"127.0.0.1:48259_",
            "core":"collection1",
            "base_url":"http://127.0.0.1:48259"}}}},
    "replicationFactor":"1",
    "autoCreated":"true",
    "autoAddReplicas":"false",
    "router":{"name":"compositeId"}}}
        at 
__randomizedtesting.SeedInfo.seed([C98E8BBDDE9D2423:41DAB467706149DB]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:1844)
        at 
org.apache.solr.cloud.RecoveryAfterSoftCommitTest.test(RecoveryAfterSoftCommitTest.java:115)
        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:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:965)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:940)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        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:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        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:367)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.ShardRoutingTest.test

Error Message:
expected:<[d!doc3, e!doc4]> but was:<[d!doc3]>

Stack Trace:
java.lang.AssertionError: expected:<[d!doc3, e!doc4]> but was:<[d!doc3]>
        at 
__randomizedtesting.SeedInfo.seed([C98E8BBDDE9D2423:41DAB467706149DB]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:147)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.doQuery(AbstractFullDistribZkTestBase.java:1469)
        at 
org.apache.solr.cloud.ShardRoutingTest.doRTG(ShardRoutingTest.java:330)
        at 
org.apache.solr.cloud.ShardRoutingTest.doHashingTest(ShardRoutingTest.java:148)
        at 
org.apache.solr.cloud.ShardRoutingTest.test(ShardRoutingTest.java:110)
        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:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:965)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:940)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        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:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        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:367)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.TestAuthenticationFramework.testStopAllStartAll

Error Message:
expected:<10> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<10> but was:<0>
        at 
__randomizedtesting.SeedInfo.seed([C98E8BBDDE9D2423:BFB094CE9FAA890C]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.cloud.TestMiniSolrCloudCluster.testStopAllStartAll(TestMiniSolrCloudCluster.java:364)
        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:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        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:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        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:367)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  
org.apache.solr.cloud.TestAuthenticationFramework.testCollectionCreateSearchDelete

Error Message:
expected:<1> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<0>
        at 
__randomizedtesting.SeedInfo.seed([C98E8BBDDE9D2423:6A7425185975CE86]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.cloud.TestMiniSolrCloudCluster.testCollectionCreateSearchDelete(TestMiniSolrCloudCluster.java:159)
        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:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        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:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        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:367)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.TestAuthenticationFramework.testBasics

Error Message:
expected:<1> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<0>
        at 
__randomizedtesting.SeedInfo.seed([C98E8BBDDE9D2423:F4562591E6737A53]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.cloud.TestMiniSolrCloudCluster.testCollectionCreateSearchDelete(TestMiniSolrCloudCluster.java:159)
        at 
org.apache.solr.cloud.TestAuthenticationFramework.testBasics(TestAuthenticationFramework.java:93)
        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:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        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:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        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:367)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.TestDistribDocBasedVersion.test

Error Message:
expected:<{b!doc1=10, d!doc3=10, e!doc4=11, c!doc2=11}> but was:<{}>

Stack Trace:
java.lang.AssertionError: expected:<{b!doc1=10, d!doc3=10, e!doc4=11, 
c!doc2=11}> but was:<{}>
        at 
__randomizedtesting.SeedInfo.seed([C98E8BBDDE9D2423:41DAB467706149DB]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:147)
        at 
org.apache.solr.cloud.TestDistribDocBasedVersion.doRTG(TestDistribDocBasedVersion.java:329)
        at 
org.apache.solr.cloud.TestDistribDocBasedVersion.doTestDocVersions(TestDistribDocBasedVersion.java:152)
        at 
org.apache.solr.cloud.TestDistribDocBasedVersion.test(TestDistribDocBasedVersion.java:105)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:965)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:940)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        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:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        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:367)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10438 lines...]
   [junit4] Suite: org.apache.solr.cloud.ShardRoutingTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_C98E8BBDDE9D2423-001/init-core-data-001
   [junit4]   2> 598102 INFO  
(SUITE-ShardRoutingTest-seed#[C98E8BBDDE9D2423]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 598102 INFO  
(SUITE-ShardRoutingTest-seed#[C98E8BBDDE9D2423]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /ntm/n
   [junit4]   2> 598106 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 598107 INFO  (Thread-2069) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 598107 INFO  (Thread-2069) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 598207 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:48377
   [junit4]   2> 598207 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 598208 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 598210 INFO  (zkCallback-597-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@9184cb5 name:ZooKeeperConnection 
Watcher:127.0.0.1:48377 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 598210 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 598210 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 598210 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 598213 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 598213 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 598214 INFO  (zkCallback-598-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@efa7632 name:ZooKeeperConnection 
Watcher:127.0.0.1:48377/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 598214 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 598215 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 598215 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 598217 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 598218 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 598220 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 598222 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 598222 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 598225 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/schema15.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 598225 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 598227 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 598227 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 598229 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 598229 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 598231 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 598231 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 598233 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 598233 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 598235 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 598235 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 598237 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 598237 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 598239 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 598239 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 598240 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 598241 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 598242 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 598243 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 598546 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_C98E8BBDDE9D2423-001/control-001/cores/collection1
   [junit4]   2> 598547 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] o.e.j.s.Server 
jetty-9.2.13.v20150730
   [junit4]   2> 598549 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@60f386d5{/ntm/n,null,AVAILABLE}
   [junit4]   2> 598551 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@49ce52a{HTTP/1.1}{127.0.0.1:60719}
   [junit4]   2> 598551 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] o.e.j.s.Server 
Started @601529ms
   [junit4]   2> 598551 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_C98E8BBDDE9D2423-001/control-001/cores,
 hostPort=60719, 
solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_C98E8BBDDE9D2423-001/tempDir-001/control/data,
 hostContext=/ntm/n}
   [junit4]   2> 598552 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@3827de24
   [junit4]   2> 598552 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_C98E8BBDDE9D2423-001/control-001'
   [junit4]   2> 598552 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 598552 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 598552 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 598567 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 598571 INFO  (zkCallback-599-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@48a08c name:ZooKeeperConnection 
Watcher:127.0.0.1:48377/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 598571 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 598571 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 598573 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 598573 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_C98E8BBDDE9D2423-001/control-001/solr.xml
   [junit4]   2> 598587 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_C98E8BBDDE9D2423-001/control-001/cores
   [junit4]   2> 598588 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 2041829313
   [junit4]   2> 598588 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_C98E8BBDDE9D2423-001/control-001]
   [junit4]   2> 598588 WARN  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_C98E8BBDDE9D2423-001/control-001/lib
 to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_C98E8BBDDE9D2423-001/control-001/lib
   [junit4]   2> 598588 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
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> 598589 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 598590 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] o.a.s.l.LogWatcher 
SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 598590 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] o.a.s.l.LogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 598590 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:48377/solr
   [junit4]   2> 598590 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 598590 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 598591 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 598592 INFO  (zkCallback-601-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@6d3f8f0c 
name:ZooKeeperConnection Watcher:127.0.0.1:48377 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 598593 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 598593 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 598595 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [n:127.0.0.1:60719_ntm%2Fn 
   ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 598596 INFO  
(zkCallback-602-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@5e52725c 
name:ZooKeeperConnection Watcher:127.0.0.1:48377/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 598596 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [n:127.0.0.1:60719_ntm%2Fn 
   ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 598597 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [n:127.0.0.1:60719_ntm%2Fn 
   ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 598599 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [n:127.0.0.1:60719_ntm%2Fn 
   ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 598602 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [n:127.0.0.1:60719_ntm%2Fn 
   ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 598604 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [n:127.0.0.1:60719_ntm%2Fn 
   ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 598606 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [n:127.0.0.1:60719_ntm%2Fn 
   ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 598609 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [n:127.0.0.1:60719_ntm%2Fn 
   ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 598610 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [n:127.0.0.1:60719_ntm%2Fn 
   ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 598611 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [n:127.0.0.1:60719_ntm%2Fn 
   ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 598613 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [n:127.0.0.1:60719_ntm%2Fn 
   ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 598614 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [n:127.0.0.1:60719_ntm%2Fn 
   ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:60719_ntm%2Fn
   [junit4]   2> 598614 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [n:127.0.0.1:60719_ntm%2Fn 
   ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:60719_ntm%2Fn
   [junit4]   2> 598616 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [n:127.0.0.1:60719_ntm%2Fn 
   ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 598617 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [n:127.0.0.1:60719_ntm%2Fn 
   ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 598618 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [n:127.0.0.1:60719_ntm%2Fn 
   ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 598619 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [n:127.0.0.1:60719_ntm%2Fn 
   ] o.a.s.c.LeaderElector Joined leadership election with path: 
/overseer_elect/election/95140912174268420-127.0.0.1:60719_ntm%2Fn-n_0000000000
   [junit4]   2> 598619 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [n:127.0.0.1:60719_ntm%2Fn 
   ] o.a.s.c.OverseerElectionContext I am going to be the leader 
127.0.0.1:60719_ntm%2Fn
   [junit4]   2> 598619 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [n:127.0.0.1:60719_ntm%2Fn 
   ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 598621 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [n:127.0.0.1:60719_ntm%2Fn 
   ] o.a.s.c.Overseer Overseer 
(id=95140912174268420-127.0.0.1:60719_ntm%2Fn-n_0000000000) starting
   [junit4]   2> 598623 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [n:127.0.0.1:60719_ntm%2Fn 
   ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 598629 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [n:127.0.0.1:60719_ntm%2Fn 
   ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 598629 INFO  
(OverseerCollectionConfigSetProcessor-95140912174268420-127.0.0.1:60719_ntm%2Fn-n_0000000000)
 [n:127.0.0.1:60719_ntm%2Fn    ] o.a.s.c.OverseerTaskProcessor Process current 
queue of overseer operations
   [junit4]   2> 598629 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [n:127.0.0.1:60719_ntm%2Fn 
   ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 598630 INFO  
(OverseerStateUpdate-95140912174268420-127.0.0.1:60719_ntm%2Fn-n_0000000000) 
[n:127.0.0.1:60719_ntm%2Fn    ] o.a.s.c.Overseer Starting to work on the main 
queue
   [junit4]   2> 598675 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [n:127.0.0.1:60719_ntm%2Fn 
   ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 598675 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [n:127.0.0.1:60719_ntm%2Fn 
   ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 598676 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [n:127.0.0.1:60719_ntm%2Fn 
   ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_C98E8BBDDE9D2423-001/control-001/cores
   [junit4]   2> 598677 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [n:127.0.0.1:60719_ntm%2Fn 
   ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, 
transient=false, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, 
configSetProperties=configsetprops.json, collection=control_collection, 
coreNodeName=, shard=, dataDir=data/}
   [junit4]   2> 598678 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [n:127.0.0.1:60719_ntm%2Fn 
   ] o.a.s.c.CorePropertiesLocator Found core collection1 in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_C98E8BBDDE9D2423-001/control-001/cores/collection1
   [junit4]   2> 598678 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [n:127.0.0.1:60719_ntm%2Fn 
   ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 598679 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [n:127.0.0.1:60719_ntm%2Fn 
   ] o.a.s.s.SolrDispatchFilter 
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 598679 INFO  
(TEST-ShardRoutingTest.test-seed#[C98E8BBDDE9D2423]) [n:127.0.0.1:60719_ntm%2Fn 
   ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 598679 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn c:control_collection   x:collection1] 
o.a.s.c.ZkController publishing state=down
   [junit4]   2> 598679 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn c:control_collection   x:collection1] 
o.a.s.c.ZkController numShards not found on descriptor - reading it from system 
property
   [junit4]   2> 598682 INFO  
(OverseerStateUpdate-95140912174268420-127.0.0.1:60719_ntm%2Fn-n_0000000000) 
[n:127.0.0.1:60719_ntm%2Fn    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "roles":null,
   [junit4]   2>   "state":"down",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "node_name":"127.0.0.1:60719_ntm%2Fn",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "base_url":"http://127.0.0.1:60719/ntm/n"} current state 
version: 0
   [junit4]   2> 598683 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn c:control_collection   x:collection1] 
o.a.s.c.ZkController look for our core node name
   [junit4]   2> 598683 INFO  
(OverseerStateUpdate-95140912174268420-127.0.0.1:60719_ntm%2Fn-n_0000000000) 
[n:127.0.0.1:60719_ntm%2Fn    ] o.a.s.c.o.ReplicaMutator Update state 
numShards=1 message={
   [junit4]   2>   "roles":null,
   [junit4]   2>   "state":"down",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "node_name":"127.0.0.1:60719_ntm%2Fn",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "base_url":"http://127.0.0.1:60719/ntm/n"}
   [junit4]   2> 598683 INFO  
(OverseerStateUpdate-95140912174268420-127.0.0.1:60719_ntm%2Fn-n_0000000000) 
[n:127.0.0.1:60719_ntm%2Fn    ] o.a.s.c.o.ClusterStateMutator building a new 
cName: control_collection
   [junit4]   2> 598684 INFO  
(OverseerStateUpdate-95140912174268420-127.0.0.1:60719_ntm%2Fn-n_0000000000) 
[n:127.0.0.1:60719_ntm%2Fn    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 598685 INFO  
(zkCallback-602-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn    ] 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> 599684 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn c:control_collection   x:collection1] 
o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 599684 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn c:control_collection   x:collection1] 
o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 599684 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn c:control_collection   x:collection1] 
o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 599684 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn c:control_collection   x:collection1] 
o.a.s.c.c.ZkStateReader Load collection config from: 
[/collections/control_collection]
   [junit4]   2> 599685 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn c:control_collection   x:collection1] 
o.a.s.c.c.ZkStateReader path=[/collections/control_collection] 
[configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 599685 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn c:control_collection   x:collection1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_C98E8BBDDE9D2423-001/control-001/cores/collection1'
   [junit4]   2> 599685 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn c:control_collection   x:collection1] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 599685 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn c:control_collection   x:collection1] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 599688 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn c:control_collection   x:collection1] o.a.s.c.Config 
loaded config solrconfig.xml with version 0 
   [junit4]   2> 599694 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn c:control_collection   x:collection1] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 599708 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn c:control_collection   x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.0
   [junit4]   2> 599737 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn c:control_collection   x:collection1] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 599745 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn c:control_collection   x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 599961 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn c:control_collection   x:collection1] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 599963 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn c:control_collection   x:collection1] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 599964 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn c:control_collection   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 599968 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn c:control_collection   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 599991 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn 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=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 599991 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn c:control_collection   x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection control_collection
   [junit4]   2> 599991 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore solr.NRTCachingDirectoryFactory
   [junit4]   2> 599997 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_C98E8BBDDE9D2423-001/control-001/cores/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_C98E8BBDDE9D2423-001/control-001/cores/collection1/data/]
   [junit4]   2> 599997 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn 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@64f3e89
   [junit4]   2> 599998 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_C98E8BBDDE9D2423-001/control-001/cores/collection1/data
   [junit4]   2> 599998 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_C98E8BBDDE9D2423-001/control-001/cores/collection1/data/index/
   [junit4]   2> 600003 WARN  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_C98E8BBDDE9D2423-001/control-001/cores/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 600003 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_C98E8BBDDE9D2423-001/control-001/cores/collection1/data/index
   [junit4]   2> 600003 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=265837067, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 600008 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        
commit{dir=NRTCachingDirectory(MMapDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_C98E8BBDDE9D2423-001/control-001/cores/collection1/data/index
 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@55e2783b; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 600008 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 600012 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 600013 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 600013 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 600013 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 600013 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 600013 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn 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> 600013 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn 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> 600014 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn 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> 600014 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:60719_ntm%2Fn 
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 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_C98E8BBDDE9D2423-001/control-001/cores/collection1/data/
   [junit4]   2> 600014 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn 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> 600014 WARN  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler 
{type = requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 600025 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 600027 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 600028 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 600029 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 600033 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.RequestHandlers Registered paths: 
/config,/update,/admin/plugins,/schema,/admin/properties,/admin/luke,/update/json/docs,/dump,/replication,/admin/mbeans,/update/csv,/admin/file,/admin/system,/admin/segments,/admin/logging,/admin/ping,/get,/admin/threads,standard,/update/json
   [junit4]   2> 600034 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn 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> 600035 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn 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> 600035 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn 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> 600036 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 600036 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 600036 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=883948727, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 600037 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        
commit{dir=NRTCachingDirectory(MMapDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ShardRoutingTest_C98E8BBDDE9D2423-001/control-001/cores/collection1/data/index
 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@55e2783b; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 600037 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 600037 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@585b48e9[collection1] 
main
   [junit4]   2> 600039 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn 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> 600040 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn 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> 600040 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn 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> 600041 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO 
with znodeBase: /configs/conf1
   [junit4]   2> 600041 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 600041 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn 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> 600041 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn 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> 600041 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn 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> 600041 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 600042 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 600042 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn 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> 600042 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn 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> 600042 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn 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> 600042 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn 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 1522254596816240640
   [junit4]   2> 600044 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with 
highest version 1522254596816240640
   [junit4]   2> 600044 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 600045 INFO  
(searcherExecutor-1766-thread-1-processing-r:core_node1 
n:127.0.0.1:60719_ntm%2Fn s:shard1 c:control_collection x:collection1) 
[n:127.0.0.1:60719_ntm%2Fn c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@585b48e9[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 600045 INFO  
(coreLoadExecutor-1765-thread-1-processing-n:127.0.0.1:60719_ntm%2Fn) 
[n:127.0.0.1:60719_ntm%2Fn c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 600045 INFO  
(coreZkRegister-1759-thread-1-processing-r:core_node1 n:127.0.0.1:60719_ntm%2Fn 
s:shard1 c:control_collection x:collection1) [n:127.0.0.1:60719_ntm%2Fn 
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:60719/ntm/n 
collection:control_collection shard:shard1
   [junit4]   2> 600046 INFO  
(coreZkRegister-1759-thread-1-processing-r:core_node1 n:127.0.0.1:60719_ntm%2Fn 
s:shard1 c:control_collection x:collection1) [n:127.0.0.1:60719_ntm%2Fn 
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> 600049 INFO  
(coreZkRegister-1759-thread-1-processing-r:core_node1 n:127.0.0.1:60719_ntm%2Fn 
s:shard1 c:control_collection x:collection1) [n:127.0.0.1:60719_ntm%2Fn 
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/95140912174268420-core_node1-n_0000000000
   [junit4]   2> 600050 INFO  
(coreZkRegister-1759-thread-1-processing-r:core_node1 n:127.0.0.1:60719_ntm%2Fn 
s:shard1 c:control_collection x:collection1) [n:127.0.0.1:60719_ntm%2Fn 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 
and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 600052 INFO  
(coreZkRegister-1759-thread-1-processing-r:core_node1 n:127.0.0.1:60719_ntm%2Fn 
s:shard1 c:control_collection x:collection1) [n:127.0.0.1:60719_ntm%2Fn 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 600052 INFO  
(coreZkRegister-1759-thread-1-processing-r:core_node1 n:127.0.0.1:60719_ntm%2Fn 
s:shard1 c:control_collection x:collection1) [n:127.0.0.1:60719_ntm%2Fn 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectio

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

/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion_C98E8BBDDE9D2423-001/shard-4-001/cores/collection1/data
 
[CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion_C98E8BBDDE9D2423-001/shard-4-001/cores/collection1/data;done=false>>]
   [junit4]   2> 1670394 INFO  
(TEST-TestDistribDocBasedVersion.test-seed#[C98E8BBDDE9D2423]) 
[n:127.0.0.1:52419_ c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion_C98E8BBDDE9D2423-001/shard-4-001/cores/collection1/data
   [junit4]   2> 1670394 INFO  
(TEST-TestDistribDocBasedVersion.test-seed#[C98E8BBDDE9D2423]) 
[n:127.0.0.1:52419_ c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.c.Overseer Overseer (id=95140979328221202-127.0.0.1:52419_-n_0000000004) 
closing
   [junit4]   2> 1670394 INFO  
(OverseerStateUpdate-95140979328221202-127.0.0.1:52419_-n_0000000004) 
[n:127.0.0.1:52419_    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:52419_
   [junit4]   2> 1670397 INFO  
(zkCallback-1175-thread-1-processing-n:127.0.0.1:52419_) [n:127.0.0.1:52419_    
] 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> 1670397 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x152023774710012, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1670398 WARN  
(zkCallback-1175-thread-1-processing-n:127.0.0.1:52419_) [n:127.0.0.1:52419_    
] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to 
ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1670403 INFO  
(TEST-TestDistribDocBasedVersion.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.e.j.s.ServerConnector Stopped ServerConnector@5f5bfcf7{HTTP/1.1}{127.0.0.1:0}
   [junit4]   2> 1670403 INFO  
(TEST-TestDistribDocBasedVersion.test-seed#[C98E8BBDDE9D2423]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@79a579ee{/,null,UNAVAILABLE}
   [junit4]   2> 1670405 INFO  
(TEST-TestDistribDocBasedVersion.test-seed#[C98E8BBDDE9D2423]) 
[n:127.0.0.1:52419_ c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:60821 60821
   [junit4]   2> 1670573 INFO  (Thread-3790) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:60821 60821
   [junit4]   2> 1670574 WARN  (Thread-3790) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/aliases.json
   [junit4]   2>        5       /solr/configs/conf1
   [junit4]   2>        5       /solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/clusterstate.json
   [junit4]   2>        4       /solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/collections
   [junit4]   2>        6       /solr/live_nodes
   [junit4]   2>        5       /solr/overseer/queue
   [junit4]   2>        5       /solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestDistribDocBasedVersion -Dtests.method=test 
-Dtests.seed=C98E8BBDDE9D2423 -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.locale=hr -Dtests.timezone=Etc/UCT -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 47.8s J1 | TestDistribDocBasedVersion.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<{b!doc1=10, 
d!doc3=10, e!doc4=11, c!doc2=11}> but was:<{}>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([C98E8BBDDE9D2423:41DAB467706149DB]:0)
   [junit4]    >        at 
org.apache.solr.cloud.TestDistribDocBasedVersion.doRTG(TestDistribDocBasedVersion.java:329)
   [junit4]    >        at 
org.apache.solr.cloud.TestDistribDocBasedVersion.doTestDocVersions(TestDistribDocBasedVersion.java:152)
   [junit4]    >        at 
org.apache.solr.cloud.TestDistribDocBasedVersion.test(TestDistribDocBasedVersion.java:105)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:965)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:940)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1670576 INFO  
(SUITE-TestDistribDocBasedVersion-seed#[C98E8BBDDE9D2423]-worker) 
[n:127.0.0.1:52419_ c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion_C98E8BBDDE9D2423-001
   [junit4]   2> Jan 02, 2016 12:03:02 PM 
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(Lucene54): 
{timestamp_tdt=PostingsFormat(name=Asserting), 
_version_=Lucene50(blocksize=128), id=PostingsFormat(name=Asserting), 
my_version_l=Lucene50(blocksize=128), live_b=FSTOrd50}, docValues:{}, 
sim=DefaultSimilarity, locale=hr, timezone=Etc/UCT
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 
1.7.0_80 (64-bit)/cpus=4,threads=1,free=206789456,total=515375104
   [junit4]   2> NOTE: All tests run in this JVM: [TestScoreJoinQPNoScore, 
LoggingHandlerTest, TestDynamicFieldResource, BlockJoinFacetDistribTest, 
TestManagedSynonymFilterFactory, TestTrieFacet, TestCollapseQParserPlugin, 
TestSolrXml, SolrPluginUtilsTest, CoreAdminCreateDiscoverTest, 
TestRawResponseWriter, HdfsSyncSliceTest, SolrCmdDistributorTest, 
SpellCheckCollatorTest, AssignTest, TestUpdate, TestSearcherReuse, 
IndexBasedSpellCheckerTest, SolrXmlInZkTest, TestBM25SimilarityFactory, 
TestTestInjection, TestLFUCache, TestShardHandlerFactory, RulesTest, 
TestQueryUtils, ConjunctionSolrSpellCheckerTest, TestFileDictionaryLookup, 
PreAnalyzedUpdateProcessorTest, HdfsDirectoryTest, 
DistributedTermsComponentTest, SchemaVersionSpecificBehaviorTest, 
TestBinaryResponseWriter, TestDynamicLoading, TestDistributedGrouping, 
SpellingQueryConverterTest, HdfsRecoverLeaseTest, 
DeleteLastCustomShardedReplicaTest, TestSchemaVersionResource, 
TestJettySolrRunner, TermsComponentTest, FastVectorHighlighterTest, 
AddSchemaFieldsUpdateProcessorFactoryTest, SpellPossibilityIteratorTest, 
MinimalSchemaTest, TestConfigSetImmutable, HighlighterTest, 
SolrIndexConfigTest, DistributedQueueTest, TestDefaultStatsCache, 
WordBreakSolrSpellCheckerTest, MultiTermTest, TestCodecSupport, 
SpellCheckComponentTest, TestDocumentBuilder, SolrIndexSplitterTest, 
TestRandomForceMergePolicy, SharedFSAutoReplicaFailoverUtilsTest, 
TestExactStatsCache, TestTrie, ConnectionManagerTest, ZkStateReaderTest, 
AnalysisErrorHandlingTest, CloudMLTQParserTest, DistribCursorPagingTest, 
DistributedFacetPivotLongTailTest, TestLeaderElectionZkExpiry, 
TestConfigSetsAPIExclusivity, OutOfBoxZkACLAndCredentialsProvidersTest, 
TestReRankQParserPlugin, HdfsChaosMonkeySafeLeaderTest, ShardRoutingTest, 
CollectionsAPIAsyncDistributedZkTest, CollectionsAPIDistributedZkTest, 
SoftAutoCommitTest, JavabinLoaderTest, CollectionReloadTest, TestConfigReload, 
ConvertedLegacyTest, TestSimpleTrackingShardHandler, 
LeaderInitiatedRecoveryOnShardRestartTest, TestRestoreCore, 
BasicFunctionalityTest, TestRequestForwarding, TestUseDocValuesAsStored2, 
DistanceFunctionTest, RecoveryAfterSoftCommitTest, 
TestCopyFieldCollectionResource, TestHashPartitioner, HttpPartitionTest, 
DistributedIntervalFacetingTest, CollectionTooManyReplicasTest, 
DeleteReplicaTest, OverseerRolesTest, ReplicationFactorTest, 
RestartWhileUpdatingTest, SaslZkACLProviderTest, 
SharedFSAutoReplicaFailoverTest, SolrCloudExampleTest, 
TestAuthenticationFramework, TestDistribDocBasedVersion]
   [junit4] Completed [437/562 (6!)] on J1 in 48.33s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 419 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:794: 
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:738: 
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:59: 
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build.xml:233:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/common-build.xml:526:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/common-build.xml:1444:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/common-build.xml:1000:
 There were test failures: 562 suites (7 ignored), 2231 tests, 8 failures, 54 
ignored (39 assumptions) [seed: C98E8BBDDE9D2423]

Total time: 67 minutes 9 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


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

Reply via email to