Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/11660/
Java: 32bit/jdk1.9.0-ea-b44 -server -XX:+UseSerialGC

5 tests failed.
FAILED:  
junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandler

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
        at __randomizedtesting.SeedInfo.seed([CE8E322C8C3EEEA8]:0)


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

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

Stack Trace:
java.lang.AssertionError: Didn't see all replicas for shard shard1 in c8n_1x2 
come up within 30000 ms! ClusterState: {
  "collection1":{
    "replicationFactor":"1",
    "shards":{
      "shard1":{
        "range":"80000000-ffffffff",
        "state":"active",
        "replicas":{"core_node2":{
            "core":"collection1",
            "base_url":"http://127.0.0.1:37373/xk_";,
            "node_name":"127.0.0.1:37373_xk_",
            "state":"active",
            "leader":"true"}}},
      "shard2":{
        "range":"0-7fffffff",
        "state":"active",
        "replicas":{
          "core_node1":{
            "core":"collection1",
            "base_url":"http://127.0.0.1:49607/xk_";,
            "node_name":"127.0.0.1:49607_xk_",
            "state":"active",
            "leader":"true"},
          "core_node3":{
            "core":"collection1",
            "base_url":"http://127.0.0.1:42695/xk_";,
            "node_name":"127.0.0.1:42695_xk_",
            "state":"active"}}}},
    "router":{"name":"compositeId"},
    "maxShardsPerNode":"1",
    "autoAddReplicas":"false",
    "autoCreated":"true"},
  "control_collection":{
    "replicationFactor":"1",
    "shards":{"shard1":{
        "range":"80000000-7fffffff",
        "state":"active",
        "replicas":{"core_node1":{
            "core":"collection1",
            "base_url":"http://127.0.0.1:36572/xk_";,
            "node_name":"127.0.0.1:36572_xk_",
            "state":"active",
            "leader":"true"}}}},
    "router":{"name":"compositeId"},
    "maxShardsPerNode":"1",
    "autoAddReplicas":"false",
    "autoCreated":"true"},
  "c8n_1x2":{
    "replicationFactor":"2",
    "shards":{"shard1":{
        "range":"80000000-7fffffff",
        "state":"active",
        "replicas":{
          "core_node1":{
            "core":"c8n_1x2_shard1_replica1",
            "base_url":"http://127.0.0.1:37373/xk_";,
            "node_name":"127.0.0.1:37373_xk_",
            "state":"active",
            "leader":"true"},
          "core_node2":{
            "core":"c8n_1x2_shard1_replica2",
            "base_url":"http://127.0.0.1:42695/xk_";,
            "node_name":"127.0.0.1:42695_xk_",
            "state":"recovering"}}}},
    "router":{"name":"compositeId"},
    "maxShardsPerNode":"1",
    "autoAddReplicas":"false"}}
        at 
__randomizedtesting.SeedInfo.seed([CE8E322C8C3EEEA8:4F68BC34FB618E94]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:1948)
        at 
org.apache.solr.cloud.HttpPartitionTest.testRf2(HttpPartitionTest.java:193)
        at 
org.apache.solr.cloud.HttpPartitionTest.doTest(HttpPartitionTest.java:114)
        at 
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:878)
        at sun.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  
org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigAliasReplication

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

Stack Trace:
java.lang.AssertionError: expected:<497> but was:<0>
        at 
__randomizedtesting.SeedInfo.seed([CE8E322C8C3EEEA8:39FDDC744AD6414E]: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.handler.TestReplicationHandler.doTestIndexAndConfigAliasReplication(TestReplicationHandler.java:1187)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  
org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigReplication

Error Message:
Index: 0, Size: 0

Stack Trace:
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
        at 
__randomizedtesting.SeedInfo.seed([CE8E322C8C3EEEA8:DAC66979AF3953B6]:0)
        at java.util.ArrayList.rangeCheck(ArrayList.java:658)
        at java.util.ArrayList.get(ArrayList.java:431)
        at 
org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigReplication(TestReplicationHandler.java:533)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.TestReplicationHandler.doTestStressReplication

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
        at __randomizedtesting.SeedInfo.seed([CE8E322C8C3EEEA8]:0)




Build Log:
[...truncated 9760 lines...]
   [junit4] Suite: org.apache.solr.cloud.HttpPartitionTest
   [junit4]   2> Creating dataDir: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 CE8E322C8C3EEEA8-001/init-core-data-001
   [junit4]   2> 1487452 T9769 
oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system 
property: /xk_/
   [junit4]   2> 1487455 T9769 oas.SolrTestCaseJ4.setUp ###Starting 
testDistribSearch
   [junit4]   2> 1487456 T9769 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1487456 T9770 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 1487556 T9769 oasc.ZkTestServer.run start zk server on 
port:53625
   [junit4]   2> 1487557 T9769 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1487558 T9769 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1487559 T9777 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@15d46f0 name:ZooKeeperConnection 
Watcher:127.0.0.1:53625 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1487560 T9769 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1487560 T9769 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1487560 T9769 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1487563 T9769 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1487563 T9769 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1487564 T9780 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@5f1ac2 name:ZooKeeperConnection 
Watcher:127.0.0.1:53625/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1487564 T9769 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1487565 T9769 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1487565 T9769 oascc.SolrZkClient.makePath makePath: 
/collections/collection1
   [junit4]   2> 1487566 T9769 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/shards
   [junit4]   2> 1487567 T9769 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection
   [junit4]   2> 1487568 T9769 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/shards
   [junit4]   2> 1487569 T9769 oasc.AbstractZkTestCase.putConfig put 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 1487570 T9769 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.xml
   [junit4]   2> 1487571 T9769 oasc.AbstractZkTestCase.putConfig put 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 1487572 T9769 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/schema.xml
   [junit4]   2> 1487573 T9769 oasc.AbstractZkTestCase.putConfig put 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1487574 T9769 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1487575 T9769 oasc.AbstractZkTestCase.putConfig put 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 1487575 T9769 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/stopwords.txt
   [junit4]   2> 1487576 T9769 oasc.AbstractZkTestCase.putConfig put 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 1487577 T9769 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/protwords.txt
   [junit4]   2> 1487578 T9769 oasc.AbstractZkTestCase.putConfig put 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 1487578 T9769 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/currency.xml
   [junit4]   2> 1487579 T9769 oasc.AbstractZkTestCase.putConfig put 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1487580 T9769 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/enumsConfig.xml
   [junit4]   2> 1487581 T9769 oasc.AbstractZkTestCase.putConfig put 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1487581 T9769 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/open-exchange-rates.json
   [junit4]   2> 1487583 T9769 oasc.AbstractZkTestCase.putConfig put 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1487583 T9769 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1487584 T9769 oasc.AbstractZkTestCase.putConfig put 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1487585 T9769 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/old_synonyms.txt
   [junit4]   2> 1487586 T9769 oasc.AbstractZkTestCase.putConfig put 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 1487586 T9769 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/synonyms.txt
   [junit4]   2> 1487847 T9769 oas.SolrTestCaseJ4.writeCoreProperties Writing 
core.properties file to 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 CE8E322C8C3EEEA8-001/control-001/cores/collection1
   [junit4]   2> 1487849 T9769 oejs.Server.doStart jetty-9.2.6.v20141205
   [junit4]   2> 1487850 T9769 oejsh.ContextHandler.doStart Started 
o.e.j.s.ServletContextHandler@1f07f91{/xk_,null,AVAILABLE}
   [junit4]   2> 1487851 T9769 oejs.AbstractConnector.doStart Started 
ServerConnector@17bf939{HTTP/1.1}{127.0.0.1:57723}
   [junit4]   2> 1487852 T9769 oejs.Server.doStart Started @1488861ms
   [junit4]   2> 1487853 T9769 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@6f3b58
   [junit4]   2> 1487853 T9769 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 1487853 T9769 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 CE8E322C8C3EEEA8-001/control-001
   [junit4]   2> 1487854 T9769 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 CE8E322C8C3EEEA8-001/control-001/'
   [junit4]   2> 1487864 T9769 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 CE8E322C8C3EEEA8-001/control-001/solr.xml
   [junit4]   2> 1487868 T9769 oasc.CorePropertiesLocator.<init> Config-defined 
core root directory: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 CE8E322C8C3EEEA8-001/control-001/cores
   [junit4]   2> 1487869 T9769 oasc.CoreContainer.<init> New CoreContainer 
29764040
   [junit4]   2> 1487869 T9769 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 CE8E322C8C3EEEA8-001/control-001/]
   [junit4]   2> 1487870 T9769 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 1487870 T9769 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 1487870 T9769 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 1487871 T9769 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1487871 T9769 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 1487871 T9769 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 1487872 T9769 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1487872 T9769 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 1487872 T9769 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 1487872 T9769 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 1487873 T9769 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 1487873 T9769 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1487874 T9769 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1487874 T9769 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1487874 T9769 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1487875 T9769 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:53625/solr
   [junit4]   2> 1487875 T9769 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 1487875 T9769 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1487876 T9769 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1487877 T9794 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@14bbf7e name:ZooKeeperConnection 
Watcher:127.0.0.1:53625 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1487877 T9769 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1487878 T9769 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1487879 T9769 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1487880 T9797 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@a91e0a name:ZooKeeperConnection 
Watcher:127.0.0.1:53625/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1487880 T9769 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1487881 T9769 oascc.SolrZkClient.makePath makePath: 
/overseer/queue
   [junit4]   2> 1487882 T9769 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-queue-work
   [junit4]   2> 1487884 T9769 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-running
   [junit4]   2> 1487885 T9769 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-completed
   [junit4]   2> 1487886 T9769 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-failure
   [junit4]   2> 1487888 T9769 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1487888 T9769 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36572_xk_
   [junit4]   2> 1487889 T9769 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:36572_xk_
   [junit4]   2> 1487890 T9769 oascc.SolrZkClient.makePath makePath: 
/overseer_elect
   [junit4]   2> 1487891 T9769 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/election
   [junit4]   2> 1487892 T9769 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1487893 T9769 oasc.OverseerElectionContext.runLeaderProcess I 
am going to be the leader 127.0.0.1:36572_xk_
   [junit4]   2> 1487893 T9769 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/leader
   [junit4]   2> 1487894 T9769 oasc.Overseer.start Overseer 
(id=93185718322331651-127.0.0.1:36572_xk_-n_0000000000) starting
   [junit4]   2> 1487895 T9769 oascc.SolrZkClient.makePath makePath: 
/overseer/queue-work
   [junit4]   2> 1487899 T9769 oasc.OverseerAutoReplicaFailoverThread.<init> 
Starting OverseerAutoReplicaFailoverThread 
autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1487899 T9799 oasc.OverseerCollectionProcessor.run Process 
current queue of collection creations
   [junit4]   2> 1487900 T9769 oascc.SolrZkClient.makePath makePath: 
/clusterstate.json
   [junit4]   2> 1487901 T9769 oascc.SolrZkClient.makePath makePath: 
/aliases.json
   [junit4]   2> 1487901 T9769 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1487903 T9798 oasc.Overseer$ClusterStateUpdater.run Starting 
to work on the main queue
   [junit4]   2> 1487904 T9769 oasc.CorePropertiesLocator.discover Looking for 
core definitions underneath 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 CE8E322C8C3EEEA8-001/control-001/cores
   [junit4]   2> 1487905 T9769 oasc.CorePropertiesLocator.discoverUnder Found 
core collection1 in 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 CE8E322C8C3EEEA8-001/control-001/cores/collection1/
   [junit4]   2> 1487905 T9769 oasc.CorePropertiesLocator.discover Found 1 core 
definitions
   [junit4]   2> 1487905 T9801 oasc.ZkController.publish publishing 
core=collection1 state=down collection=control_collection
   [junit4]   2> 1487906 T9801 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 1487906 T9797 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1487906 T9801 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 1487908 T9798 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 0, message = {
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:36572/xk_";,
   [junit4]   2>          "node_name":"127.0.0.1:36572_xk_",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"} current state version: 0
   [junit4]   2> 1487908 T9798 oasco.ReplicaMutator.updateState Update state 
numShards=1 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:36572/xk_";,
   [junit4]   2>          "node_name":"127.0.0.1:36572_xk_",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 1487908 T9798 oasco.ClusterStateMutator.createCollection 
building a new cName: control_collection
   [junit4]   2> 1487908 T9798 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard1
   [junit4]   2> 1487909 T9797 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1488907 T9801 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 1488907 T9801 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:control_collection
   [junit4]   2> 1488908 T9801 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 1488908 T9801 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 1488908 T9801 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 1488909 T9801 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 CE8E322C8C3EEEA8-001/control-001/cores/collection1/'
   [junit4]   2> 1488916 T9801 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 1488918 T9801 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 1488921 T9801 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 1488924 T9801 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 6.0.0
   [junit4]   2> 1488932 T9801 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 1488933 T9801 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 1488937 T9801 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 1489041 T9801 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1489044 T9801 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 1489045 T9801 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1489051 T9801 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 1489053 T9801 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 1489054 T9801 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1489055 T9801 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 1489055 T9801 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 1489055 T9801 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1489056 T9801 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 1489056 T9801 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 1489056 T9801 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection control_collection
   [junit4]   2> 1489056 T9801 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1489057 T9801 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 CE8E322C8C3EEEA8-001/control-001/cores/collection1/, 
dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 CE8E322C8C3EEEA8-001/tempDir-001/control/data/
   [junit4]   2> 1489057 T9801 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ef83c9
   [junit4]   2> 1489057 T9801 oasc.CachingDirectoryFactory.get return new 
directory for 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 CE8E322C8C3EEEA8-001/tempDir-001/control/data
   [junit4]   2> 1489058 T9801 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 CE8E322C8C3EEEA8-001/tempDir-001/control/data/index/
   [junit4]   2> 1489058 T9801 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 CE8E322C8C3EEEA8-001/tempDir-001/control/data/index' doesn't exist. Creating 
new index...
   [junit4]   2> 1489058 T9801 oasc.CachingDirectoryFactory.get return new 
directory for 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 CE8E322C8C3EEEA8-001/tempDir-001/control/data/index
   [junit4]   2> 1489058 T9801 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=21, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=68.197265625, 
floorSegmentMB=1.4150390625, forceMergeDeletesPctAllowed=17.181524265535643, 
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1489059 T9801 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@1f5a418 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8e3202),segFN=segments_1,generation=1}
   [junit4]   2> 1489059 T9801 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1489061 T9801 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1489061 T9801 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 1489061 T9801 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1489061 T9801 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1489061 T9801 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1489062 T9801 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1489062 T9801 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1489062 T9801 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 1489062 T9801 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1489063 T9801 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1489063 T9801 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1489063 T9801 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1489063 T9801 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1489064 T9801 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1489064 T9801 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1489064 T9801 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1489064 T9801 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1489065 T9801 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1489065 T9801 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1489065 T9801 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1489066 T9801 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1489066 T9801 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1489066 T9801 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1489066 T9801 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1489067 T9801 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1489067 T9801 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 1489067 T9801 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1489069 T9801 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1489069 T9801 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1489070 T9801 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1489070 T9801 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1489071 T9801 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1489072 T9801 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 1489072 T9801 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 1489072 T9801 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=16, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=0.337890625, 
floorSegmentMB=1.591796875, forceMergeDeletesPctAllowed=26.129217281239132, 
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6318083102135913
   [junit4]   2> 1489073 T9801 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@1f5a418 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8e3202),segFN=segments_1,generation=1}
   [junit4]   2> 1489073 T9801 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1489073 T9801 oass.SolrIndexSearcher.<init> Opening 
Searcher@c1d999[collection1] main
   [junit4]   2> 1489073 T9801 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 1489074 T9801 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 1489074 T9801 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1489074 T9801 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1489075 T9801 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 1489075 T9801 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1489075 T9801 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1489075 T9801 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1489075 T9801 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 1489076 T9801 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 1489076 T9801 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 1489076 T9802 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@c1d999[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1489077 T9805 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:36572/xk_ 
collection:control_collection shard:shard1
   [junit4]   2> 1489077 T9769 oass.SolrDispatchFilter.init 
user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1489077 T9769 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 1489078 T9805 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1489078 T9769 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1489079 T9769 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1489080 T9809 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@9887de name:ZooKeeperConnection 
Watcher:127.0.0.1:53625/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1489080 T9769 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1489081 T9769 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1489081 T9769 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1489083 T9805 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard1
   [junit4]   2> 1489083 T9769 oasc.ChaosMonkey.monkeyLog monkey: init - expire 
sessions:false cause connection loss:false
   [junit4]   2> 1489084 T9769 oasc.AbstractFullDistribZkTestBase.createJettys 
Creating collection1 with stateFormat=2
   [junit4]   2> 1489084 T9769 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1489085 T9797 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1489085 T9805 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 1489085 T9805 oasc.ShardLeaderElectionContext.runLeaderProcess 
I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C2975 name=collection1 
org.apache.solr.core.SolrCore@1dccca7 
url=http://127.0.0.1:36572/xk_/collection1 node=127.0.0.1:36572_xk_ 
C2975_STATE=coll:control_collection core:collection1 props:{core=collection1, 
base_url=http://127.0.0.1:36572/xk_, node_name=127.0.0.1:36572_xk_, state=down}
   [junit4]   2> 1489086 T9805 C2975 P36572 oasc.SyncStrategy.sync Sync 
replicas to http://127.0.0.1:36572/xk_/collection1/
   [junit4]   2> 1489086 T9805 C2975 P36572 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 1489086 T9805 C2975 P36572 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:36572/xk_/collection1/ has no replicas
   [junit4]   2> 1489086 T9805 oasc.ShardLeaderElectionContext.runLeaderProcess 
I am the new leader: http://127.0.0.1:36572/xk_/collection1/ shard1
   [junit4]   2> 1489086 T9805 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leaders/shard1
   [junit4]   2> 1489087 T9798 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection"} current state 
version: 1
   [junit4]   2> 1489089 T9797 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1489089 T9798 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "base_url":"http://127.0.0.1:36572/xk_";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"} current state version: 1
   [junit4]   2> 1489091 T9769 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1489091 T9812 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1442212 name:ZooKeeperConnection 
Watcher:127.0.0.1:53625/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1489092 T9769 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1489092 T9769 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1489094 T9797 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1489094 T9798 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"create",
   [junit4]   2>          "name":"collection1",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "stateFormat":2} current state version: 1
   [junit4]   2> 1489094 T9798 oasco.ClusterStateMutator.createCollection 
building a new cName: collection1
   [junit4]   2> 1489095 T9797 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1489095 T9809 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1489198 T9798 oasco.ZkStateWriter.writePendingUpdates going to 
create_collection /collections/collection1/state.json
   [junit4]   2> 1489199 T9809 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1489239 T9805 oasc.ZkController.register We are 
http://127.0.0.1:36572/xk_/collection1/ and leader is 
http://127.0.0.1:36572/xk_/collection1/
   [junit4]   2> 1489240 T9805 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:36572/xk_
   [junit4]   2> 1489240 T9805 oasc.ZkController.checkRecovery I am the leader, 
no recovery necessary
   [junit4]   2> 1489240 T9805 oasc.ZkController.publish publishing 
core=collection1 state=active collection=control_collection
   [junit4]   2> 1489240 T9805 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 1489241 T9797 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1489242 T9798 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:36572/xk_";,
   [junit4]   2>          "node_name":"127.0.0.1:36572_xk_",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"} current state version: 3
   [junit4]   2> 1489243 T9798 oasco.ReplicaMutator.updateState Update state 
numShards=2 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:36572/xk_";,
   [junit4]   2>          "node_name":"127.0.0.1:36572_xk_",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 1489345 T9797 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1489345 T9809 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1489354 T9769 oas.SolrTestCaseJ4.writeCoreProperties Writing 
core.properties file to 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 CE8E322C8C3EEEA8-001/shard-1-001/cores/collection1
   [junit4]   2> 1489355 T9769 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 1
   [junit4]   2> 1489356 T9769 oejs.Server.doStart jetty-9.2.6.v20141205
   [junit4]   2> 1489358 T9769 oejsh.ContextHandler.doStart Started 
o.e.j.s.ServletContextHandler@41e86{/xk_,null,AVAILABLE}
   [junit4]   2> 1489359 T9769 oejs.AbstractConnector.doStart Started 
ServerConnector@1e871a8{HTTP/1.1}{127.0.0.1:46452}
   [junit4]   2> 1489359 T9769 oejs.Server.doStart Started @1490368ms
   [junit4]   2> 1489359 T9769 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@6f3b58
   [junit4]   2> 1489360 T9769 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 1489360 T9769 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 CE8E322C8C3EEEA8-001/shard-1-001
   [junit4]   2> 1489360 T9769 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 CE8E322C8C3EEEA8-001/shard-1-001/'
   [junit4]   2> 1489371 T9769 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 CE8E322C8C3EEEA8-001/shard-1-001/solr.xml
   [junit4]   2> 1489375 T9769 oasc.CorePropertiesLocator.<init> Config-defined 
core root directory: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 CE8E322C8C3EEEA8-001/shard-1-001/cores
   [junit4]   2> 1489375 T9769 oasc.CoreContainer.<init> New CoreContainer 
22433878
   [junit4]   2> 1489376 T9769 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 CE8E322C8C3EEEA8-001/shard-1-001/]
   [junit4]   2> 1489376 T9769 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 1489376 T9769 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 1489377 T9769 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 1489377 T9769 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1489377 T9769 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 1489378 T9769 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 1489378 T9769 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1489378 T9769 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 1489379 T9769 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 1489379 T9769 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 1489379 T9769 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 1489380 T9769 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1489380 T9769 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1489380 T9769 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1489381 T9769 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1489381 T9769 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:53625/solr
   [junit4]   2> 1489381 T9769 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 1489382 T9769 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1489382 T9769 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1489383 T9826 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@133829f name:ZooKeeperConnection 
Watcher:127.0.0.1:53625 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1489384 T9769 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1489384 T9769 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1489385 T9769 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1489386 T9829 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1ed8685 name:ZooKeeperConnection 
Watcher:127.0.0.1:53625/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1489386 T9769 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1489389 T9769 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1490391 T9769 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49607_xk_
   [junit4]   2> 1490392 T9769 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:49607_xk_
   [junit4]   2> 1490395 T9769 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1490396 T9769 oasc.CorePropertiesLocator.discover Looking for 
core definitions underneath 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 CE8E322C8C3EEEA8-001/shard-1-001/cores
   [junit4]   2> 1490397 T9769 oasc.CorePropertiesLocator.discoverUnder Found 
core collection1 in 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 CE8E322C8C3EEEA8-001/shard-1-001/cores/collection1/
   [junit4]   2> 1490397 T9769 oasc.CorePropertiesLocator.discover Found 1 core 
definitions
   [junit4]   2> 1490398 T9830 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 1490399 T9830 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 1490400 T9797 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1490400 T9830 oasc.ZkController.preRegister Registering watch 
for external collection collection1
   [junit4]   2> 1490400 T9830 oascc.ZkStateReader.addZkWatch addZkWatch 
collection1
   [junit4]   2> 1490400 T9798 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:49607/xk_";,
   [junit4]   2>          "node_name":"127.0.0.1:49607_xk_",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"} current state version: 4
   [junit4]   2> 1490401 T9830 oascc.ZkStateReader.addZkWatch Updating 
collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 1490401 T9798 oasco.ReplicaMutator.updateState Update state 
numShards=2 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:49607/xk_";,
   [junit4]   2>          "node_name":"127.0.0.1:49607_xk_",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 1490401 T9798 oasco.ReplicaMutator.updateState Collection 
already exists with numShards=2
   [junit4]   2> 1490401 T9798 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard2
   [junit4]   2> 1490401 T9830 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 0 
   [junit4]   2> 1490402 T9830 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 1490503 T9798 oasco.ZkStateWriter.writePendingUpdates going to 
update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 1490504 T9829 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 1490504 T9829 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 1 
   [junit4]   2> 1491402 T9830 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 1491402 T9830 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 1491403 T9830 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 1491403 T9830 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 1491404 T9830 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 1491404 T9830 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 CE8E322C8C3EEEA8-001/shard-1-001/cores/collection1/'
   [junit4]   2> 1491414 T9830 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 1491415 T9830 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 1491420 T9830 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 1491423 T9830 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 6.0.0
   [junit4]   2> 1491448 T9830 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 1491450 T9830 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 1491453 T9830 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 1491544 T9830 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1491547 T9830 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 1491549 T9830 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1491555 T9830 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 1491557 T9830 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 1491558 T9830 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1491559 T9830 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 1491559 T9830 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 1491560 T9830 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1491560 T9830 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 1491560 T9830 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 1491561 T9830 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 1491561 T9830 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1491561 T9830 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 CE8E322C8C3EEEA8-001/shard-1-001/cores/collection1/, 
dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 CE8E322C8C3EEEA8-001/tempDir-001/jetty1/
   [junit4]   2> 1491561 T9830 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ef83c9
   [junit4]   2> 1491562 T9830 oasc.CachingDirectoryFactory.get return new 
directory for 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 CE8E322C8C3EEEA8-001/tempDir-001/jetty1
   [junit4]   2> 1491562 T9830 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 CE8E322C8C3EEEA8-001/tempDir-001/jetty1/index/
   [junit4]   2> 1491562 T9830 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 CE8E322C8C3EEEA8-001/tempDir-001/jetty1/index' doesn't exist. Creating new 
index...
   [junit4]   2> 1491562 T9830 oasc.CachingDirectoryFactory.get return new 
directory for 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 CE8E322C8C3EEEA8-001/tempDir-001/jetty1/index
   [junit4]   2> 1491563 T9830 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=21, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=68.197265625, 
floorSegmentMB=1.4150390625, forceMergeDeletesPctAllowed=17.181524265535643, 
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1491563 T9830 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@163e41b 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4deca9),segFN=segments_1,generation=1}
   [junit4]   2> 1491563 T9830 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1491565 T9830 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1491566 T9830 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 1491566 T9830 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1491566 T9830 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1491566 T9830 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1491566 T9830 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1491567 T9830 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1491567 T9830 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 1491567 T9830 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1491567 T9830 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1491568 T9830 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1491568 T9830 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1491568 T9830 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1491569 T9830 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1491569 T9830 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1491569 T9830 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1491570 T9830 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1491570 T9830 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1491570 T9830 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1491571 T9830 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1491571 T9830 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1491571 T9830 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1491572 T9830 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1491572 T9830 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1491572 T9830 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1491573 T9830 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 1491573 T9830 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1491574 T9830 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1491575 T9830 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1491576 T9830 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1491576 T9830 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1491577 T9830 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1491577 T9830 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 1491578 T9830 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 1491578 T9830 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=16, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=0.337890625, 
floorSegmentMB=1.591796875, forceMergeDeletesPctAllowed=26.129217281239132, 
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6318083102135913
   [junit4]   2> 1491578 T9830 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@163e41b 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4deca9),segFN=segments_1,generation=1}
   [junit4]   2> 1491579 T9830 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1491579 T9830 oass.SolrIndexSearcher.<init> Opening 
Searcher@b78ff8[collection1] main
   [junit4]   2> 1491579 T9830 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 1491580 T9830 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 1491580 T9830 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1491580 T9830 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1491580 T9830 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 1491580 T9830 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1491581 T9830 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1491581 T9830 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1491581 T9830 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 1491581 T9830 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 1491582 T9831 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@b78ff8[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1491582 T9830 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 1491583 T9834 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:49607/xk_ collection:collection1 
shard:shard2
   [junit4]   2> 1491583 T9769 oass.SolrDispatchFilter.init 
user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1491584 T9769 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 1491584 T9834 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard2/election
   [junit4]   2> 1491586 T9834 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard2
   [junit4]   2> 1491587 T9797 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1491587 T9834 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 1491588 T9834 oasc.ShardLeaderElectionContext.runLeaderProcess 
I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C2976 name=collection1 
org.apache.solr.core.SolrCore@56c67a url=http://127.0.0.1:49607/xk_/collection1 
node=127.0.0.1:49607_xk_ C2976_STATE=coll:collection1 core:collection1 
props:{core=collection1, base_url=http://127.0.0.1:49607/xk_, 
node_name=127.0.0.1:49607_xk_, state=down}
   [junit4]   2> 1491588 T9834 C2976 P49607 oasc.SyncStrategy.sync Sync 
replicas to http://127.0.0.1:49607/xk_/collection1/
   [junit4]   2> 1491588 T9798 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1"} current state version: 4
   [junit4]   2> 1491588 T9834 C2976 P49607 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 1491588 T9834 C2976 P49607 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:49607/xk_/collection1/ has no replicas
   [junit4]   2> 1491588 T9834 oasc.ShardLeaderElectionContext.runLeaderProcess 
I am the new leader: http://127.0.0.1:49607/xk_/collection1/ shard2
   [junit4]   2> 1491589 T9798 oasco.ZkStateWriter.writePendingUpdates going to 
update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 1491589 T9834 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard2
   [junit4]   2> 1491589 T9829 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 1491589 T9829 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 2 
   [junit4]   2> 1491591 T9797 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1491592 T9798 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "base_url":"http://127.0.0.1:49607/xk_";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"} current state version: 4
   [junit4]   2> 1491592 T9798 oasco.ZkStateWriter.writePendingUpdates going to 
update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 1491593 T9829 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 1491593 T9829 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 3 
   [junit4]   2> 1491642 T9834 oasc.ZkController.register We are 
http://127.0.0.1:49607/xk_/collection1/ and leader is 
http://127.0.0.1:49607/xk_/collection1/
   [junit4]   2> 1491642 T9834 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:49607/xk_
   [junit4]   2> 1491642 T9834 oasc.ZkController.checkRecovery I am the leader, 
no recovery necessary
   [junit4]   2> 1491642 T9834 oasc.ZkController.publish publishing 
core=collection1 state=active collection=collection1
   [junit4]   2> 1491642 T9834 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 1491643 T9797 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1491644 T9798 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:49607/xk_";,
   [junit4]   2>          "node_name":"127.0.0.1:49607_xk_",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"} current state version: 4
   [junit4]   2> 1491645 T9798 oasco.ReplicaMutator.updateState Update state 
numShards=2 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:49607/xk_";,
   [junit4]   2>          "node_name":"127.0.0.1:49607_xk_",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 1491645 T9798 oasco.ZkStateWriter.writePendingUpdates going to 
update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 1491645 T9834 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 3 
   [junit4]   2> 1491646 T9829 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 1491646 T9829 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 4 
   [junit4]   2> 1491840 T9769 oas.SolrTestCaseJ4.writeCoreProperties Writing 
core.properties file to 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 CE8E322C8C3EEEA8-001/shard-2-001/cores/collection1
   [junit4]   2> 1491842 T9769 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 2
   [junit4]   2> 1491842 T9769 oejs.Server.doStart jetty-9.2.6.v20141205
   [junit4]   2> 1491844 T9769 oejsh.ContextHandler.doStart Started 
o.e.j.s.ServletContextHandler@1f98806{/xk_,null,AVAILABLE}
   [junit4]   2> 1491844 T9769 oejs.AbstractConnector.doStart Started 
ServerConnector@1a3b399{HTTP/1.1}{127.0.0.1:56162}
   [junit4]   2> 1491845 T9769 oejs.Server.doStart Started @1492854ms
   [junit4]   2> 1491845 T9769 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@6f3b58
   [junit4]   2> 1491846 T9769 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 1491846 T9769 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 CE8E322C8C3EEEA8-001/shard-2-001
   [junit4]   2> 1491846 T9769 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 CE8E322C8C3EEEA8-001/shard-2-001/'
   [junit4]   2> 1491872 T9769 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 CE8E322C8C3EEEA8-001/shard-2-001/solr.xml
   [junit4]   2> 1491876 T9769 oasc.CorePropertiesLocator.<init> Config-defined 
core root directory: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 CE8E322C8C3EEEA8-001/shard-2-001/cores
   [junit4]   2> 1491876 T9769 oasc.CoreContainer.<init> New CoreContainer 
14401838
   [junit4]   2> 1491876 T9769 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 CE8E322C8C3EEEA8-001/shard-2-001/]
   [junit4]   2> 1491877 T9769 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 1491877 T9769 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 1491878 T9769 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 1491878 T9769 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1491878 T9769 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 1491879 T9769 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 1491879 T9769 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1491879 T9769 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 1491879 T9769 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 1491880 T9769 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 1491880 T9769 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 1491881 T9769 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1491881 T9769 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1491881 T9769 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1491882 T9769 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1491882 T9769 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:53625/solr
   [junit4]   2> 1491882 T9769 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 1491883 T9769 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1491884 T9769 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1491884 T9849 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1f1524b name:ZooKeeperConnection 
Watcher:127.0.0.1:53625 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1491885 T9769 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1491885 T9769 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1491887 T9769 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1491888 T9852 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@10010d9 name:ZooKeeperConnection 
Watcher:127.0.0.1:53625/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1491888 T9769 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1491891 T9769 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1492894 T9769 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37373_xk_
   [junit4]   2> 1492895 T9769 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:37373_xk_
   [junit4]   2> 1492897 T9769 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1492899 T9769 oasc.CorePropertiesLocator.discover Looking for 
core definitions underneath 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 CE8E322C8C3EEEA8-001/shard-2-001/cores
   [junit4]   2> 1492900 T9769 oasc.CorePropertiesLocator.discoverUnder Found 
core collection1 in 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 CE8E322C8C3EEEA8-001/shard-2-001/cores/collection1/
   [junit4]   2> 1492900 T9769 oasc.CorePropertiesLocator.discover Found 1 core 
definitions
   [junit4]   2> 1492902 T9853 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collectio

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

>         14) Thread[id=5900, 
> name=qtp24059416-5900-selector-ServerConnectorManager@62a092/1, 
> state=RUNNABLE, group=TGRP-TestReplicationHandler]
   [junit4]   2>                at 
sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
   [junit4]   2>                at 
sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
   [junit4]   2>                at 
sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:79)
   [junit4]   2>                at 
sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
   [junit4]   2>                at 
sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
   [junit4]   2>                at 
sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
   [junit4]   2>                at 
org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:596)
   [junit4]   2>                at 
org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:545)
   [junit4]   2>                at 
org.eclipse.jetty.util.thread.NonBlockingThread.run(NonBlockingThread.java:52)
   [junit4]   2>                at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:626)
   [junit4]   2>                at 
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:546)
   [junit4]   2>                at java.lang.Thread.run(Thread.java:745)
   [junit4]   2>          15) Thread[id=5884, 
name=qtp1511271-5884-selector-ServerConnectorManager@1ea6161/0, state=RUNNABLE, 
group=TGRP-TestReplicationHandler]
   [junit4]   2>                at 
sun.nio.ch.EPollArrayWrapper.interrupt(Native Method)
   [junit4]   2>                at 
sun.nio.ch.EPollArrayWrapper.interrupt(EPollArrayWrapper.java:317)
   [junit4]   2>                at 
sun.nio.ch.EPollSelectorImpl.wakeup(EPollSelectorImpl.java:193)
   [junit4]   2>                at 
java.nio.channels.spi.AbstractSelector$1.interrupt(AbstractSelector.java:213)
   [junit4]   2>                at 
java.nio.channels.spi.AbstractSelector.begin(AbstractSelector.java:219)
   [junit4]   2>                at 
sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:78)
   [junit4]   2>                at 
sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
   [junit4]   2>                at 
sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
   [junit4]   2>                at 
sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
   [junit4]   2>                at 
org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:596)
   [junit4]   2>                at 
org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:545)
   [junit4]   2>                at 
org.eclipse.jetty.util.thread.NonBlockingThread.run(NonBlockingThread.java:52)
   [junit4]   2>                at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:626)
   [junit4]   2>                at 
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:546)
   [junit4]   2>                at java.lang.Thread.run(Thread.java:745)
   [junit4]   2>          16) Thread[id=5887, 
name=qtp1511271-5887-selector-ServerConnectorManager@1ea6161/3, state=RUNNABLE, 
group=TGRP-TestReplicationHandler]
   [junit4]   2>                at sun.nio.ch.IOUtil.drain(Native Method)
   [junit4]   2>                at 
sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:90)
   [junit4]   2>                at 
sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
   [junit4]   2>                at 
sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
   [junit4]   2>                at 
sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
   [junit4]   2>                at 
org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:596)
   [junit4]   2>                at 
org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:545)
   [junit4]   2>                at 
org.eclipse.jetty.util.thread.NonBlockingThread.run(NonBlockingThread.java:52)
   [junit4]   2>                at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:626)
   [junit4]   2>                at 
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:546)
   [junit4]   2>                at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 8302718 T6025 C2391 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/solr path=/update params={wt=javabin&version=2} 
{add=[338]} 0 4
   [junit4]   2> 8302720 T6023 C2391 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/solr path=/update params={wt=javabin&version=2} 
{add=[339]} 0 0
   [junit4]   2> 8302722 T6024 C2391 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/solr path=/update params={wt=javabin&version=2} 
{add=[340]} 0 0
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): 
{name=PostingsFormat(name=LuceneVarGapFixedInterval), 
id=PostingsFormat(name=LuceneVarGapFixedInterval), 
newname=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{}, 
sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=ar_JO, 
timezone=Etc/GMT+12
   [junit4]   2> NOTE: Linux 3.13.0-43-generic i386/Oracle Corporation 1.9.0-ea 
(32-bit)/cpus=8,threads=39,free=55957880,total=193957888
   [junit4]   2> NOTE: All tests run in this JVM: [ShardSplitTest, 
CSVRequestHandlerTest, StatsComponentTest, TestReloadAndDeleteDocs, 
DirectSolrSpellCheckerTest, NotRequiredUniqueKeyTest, 
TestReversedWildcardFilterFactory, CoreMergeIndexesAdminHandlerTest, 
WordBreakSolrSpellCheckerTest, TestUniqueKeyFieldResource, TestBulkSchemaAPI, 
BasicZkTest, PluginInfoTest, TestSuggestSpellingConverter, TestMissingGroups, 
AtomicUpdatesTest, StatelessScriptUpdateProcessorFactoryTest, 
FileBasedSpellCheckerTest, ReturnFieldsTest, SearchHandlerTest, 
TestDynamicLoading, DistanceUnitsTest, TestSearchPerf, 
DistribDocExpirationUpdateProcessorTest, DistributedFacetPivotSmallTest, 
TestCloudPivotFacet, TestPseudoReturnFields, TestCloudManagedSchema, 
TestBadConfig, TestCoreDiscovery, AddSchemaFieldsUpdateProcessorFactoryTest, 
CollectionsAPIDistributedZkTest, TestJoin, BlockCacheTest, TestRangeQuery, 
FacetPivotSmallTest, TestExceedMaxTermLength, ConvertedLegacyTest, 
TestMaxScoreQueryParser, TestRandomFaceting, TestSolrDeletionPolicy2, 
ExternalFileFieldSortTest, XsltUpdateRequestHandlerTest, 
DisMaxRequestHandlerTest, TestManagedSynonymFilterFactory, DateFieldTest, 
SolrIndexConfigTest, TestFieldResource, TestDocSet, MergeStrategyTest, 
HdfsDirectoryTest, OpenExchangeRatesOrgProviderTest, 
TestRequestStatusCollectionAPI, TestRecovery, TestDefaultSearchFieldResource, 
TestSolrCoreProperties, TestRealTimeGet, TestSystemIdResolver, 
TestSolrDynamicMBean, AddBlockUpdateTest, TestUtils, SuggesterTSTTest, 
BJQParserTest, PreAnalyzedUpdateProcessorTest, TestSolrQueryParserResource, 
OpenCloseCoreStressTest, MoreLikeThisHandlerTest, 
HdfsCollectionsAPIDistributedZkTest, DistributedTermsComponentTest, 
SimplePostToolTest, TestReRankQParserPlugin, HdfsUnloadDistributedZkTest, 
ZkNodePropsTest, TestShardHandlerFactory, HdfsChaosMonkeySafeLeaderTest, 
QueryParsingTest, TestValueSourceCache, TestLuceneMatchVersion, 
OverseerStatusTest, DebugComponentTest, TestFastOutputStream, AutoCommitTest, 
TestExactStatsCache, TestPHPSerializedResponseWriter, 
TestExactSharedStatsCache, TestRemoteStreaming, TestZkChroot, TestReload, 
BinaryUpdateRequestHandlerTest, TermVectorComponentDistributedTest, 
UpdateParamsTest, TestFoldingMultitermQuery, LoggingHandlerTest, 
TestNoOpRegenerator, ResourceLoaderTest, TestSolrJ, TestFieldSortValues, 
TestRebalanceLeaders, TestSolr4Spatial, CopyFieldTest, TestInitQParser, 
PrimitiveFieldTypeTest, SolrCmdDistributorTest, 
DirectUpdateHandlerOptimizeTest, RankQueryTest, 
OverseerCollectionProcessorTest, TermsComponentTest, 
CoreAdminRequestStatusTest, TestSolrDeletionPolicy1, SpatialRPTFieldTypeTest, 
TestSchemaVersionResource, TestSchemaNameResource, 
SpellPossibilityIteratorTest, ChaosMonkeySafeLeaderTest, 
BasicDistributedZk2Test, SyncSliceTest, LeaderElectionIntegrationTest, 
TestReplicationHandler]
   [junit4]   2> 8302725 T6025 C2391 oasup.LogUpdateProcessor.finish 
[collection1] webapp=/solr path=/update params={wt=javabin&version=2} 
{add=[341]} 0 0
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestReplicationHandler -Dtests.seed=CE8E322C8C3EEEA8 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar_JO 
-Dtests.timezone=Etc/GMT+12 -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J1 | TestReplicationHandler (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 
7200000 msec).
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([CE8E322C8C3EEEA8]:0)
   [junit4] Completed on J1 in 7223.53s, 10 tests, 1 failure, 3 errors <<< 
FAILURES!

[...truncated 14 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:519: The following 
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:467: The following 
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:61: The following 
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:39: The 
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:187: The 
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:510: 
The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1348:
 The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:956: 
There were test failures: 461 suites, 1841 tests, 1 suite-level error, 2 
errors, 2 failures, 45 ignored (20 assumptions)

Total time: 170 minutes 9 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.9.0-ea-b44 -server 
-XX:+UseSerialGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to