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

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

Stack Trace:
java.lang.AssertionError: Didn't see all replicas for shard shard1 in c8n_1x2 
come up within 30000 ms! ClusterState: {
  "control_collection":{
    "autoAddReplicas":"false",
    "router":{"name":"compositeId"},
    "replicationFactor":"1",
    "autoCreated":"true",
    "shards":{"shard1":{
        "range":"80000000-7fffffff",
        "state":"active",
        "replicas":{"core_node1":{
            "base_url":"http://127.0.0.1:10795";,
            "node_name":"127.0.0.1:10795_",
            "core":"collection1",
            "state":"active",
            "leader":"true"}}}},
    "maxShardsPerNode":"1"},
  "c8n_1x2":{
    "autoAddReplicas":"false",
    "router":{"name":"compositeId"},
    "replicationFactor":"2",
    "shards":{"shard1":{
        "range":"80000000-7fffffff",
        "state":"active",
        "replicas":{
          "core_node1":{
            "base_url":"http://127.0.0.1:10795";,
            "node_name":"127.0.0.1:10795_",
            "core":"c8n_1x2_shard1_replica1",
            "state":"active",
            "leader":"true"},
          "core_node2":{
            "base_url":"http://127.0.0.1:10812";,
            "node_name":"127.0.0.1:10812_",
            "core":"c8n_1x2_shard1_replica2",
            "state":"recovering"}}}},
    "maxShardsPerNode":"1"},
  "collection1":{
    "autoAddReplicas":"false",
    "router":{"name":"compositeId"},
    "replicationFactor":"1",
    "autoCreated":"true",
    "shards":{
      "shard1":{
        "range":"80000000-ffffffff",
        "state":"active",
        "replicas":{"core_node2":{
            "base_url":"http://127.0.0.1:10806";,
            "node_name":"127.0.0.1:10806_",
            "core":"collection1",
            "state":"active",
            "leader":"true"}}},
      "shard2":{
        "range":"0-7fffffff",
        "state":"active",
        "replicas":{
          "core_node1":{
            "base_url":"http://127.0.0.1:10802";,
            "node_name":"127.0.0.1:10802_",
            "core":"collection1",
            "state":"active",
            "leader":"true"},
          "core_node3":{
            "base_url":"http://127.0.0.1:10812";,
            "node_name":"127.0.0.1:10812_",
            "core":"collection1",
            "state":"active"}}}},
    "maxShardsPerNode":"1"}}
        at 
__randomizedtesting.SeedInfo.seed([AB63F3415CA9F9E7:2A857D592BF699DB]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:1940)
        at 
org.apache.solr.cloud.HttpPartitionTest.testRf2(HttpPartitionTest.java:247)
        at 
org.apache.solr.cloud.HttpPartitionTest.doTest(HttpPartitionTest.java:114)
        at 
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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)




Build Log:
[...truncated 9451 lines...]
   [junit4] Suite: org.apache.solr.cloud.HttpPartitionTest
   [junit4]   2> Creating dataDir: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-AB63F3415CA9F9E7-001/init-core-data-001
   [junit4]   2> 729900 T6589 oas.BaseDistributedSearchTestCase.initHostContext 
Setting hostContext system property: /
   [junit4]   2> 729905 T6589 oas.SolrTestCaseJ4.setUp ###Starting 
testDistribSearch
   [junit4]   2> 729906 T6589 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 729906 T6590 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 730006 T6589 oasc.ZkTestServer.run start zk server on 
port:10792
   [junit4]   2> 730007 T6589 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 730008 T6589 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 730011 T6597 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@2ee85c8 name:ZooKeeperConnection 
Watcher:127.0.0.1:10792 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 730012 T6589 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 730012 T6589 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 730012 T6589 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 730015 T6589 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 730015 T6589 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 730017 T6600 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@3ef320d6 
name:ZooKeeperConnection Watcher:127.0.0.1:10792/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 730017 T6589 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 730017 T6589 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 730018 T6589 oascc.SolrZkClient.makePath makePath: 
/collections/collection1
   [junit4]   2> 730019 T6589 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/shards
   [junit4]   2> 730021 T6589 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection
   [junit4]   2> 730022 T6589 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/shards
   [junit4]   2> 730024 T6589 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 730025 T6589 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.xml
   [junit4]   2> 730028 T6589 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 730028 T6589 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/schema.xml
   [junit4]   2> 730131 T6589 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 730131 T6589 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 730133 T6589 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 730134 T6589 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/stopwords.txt
   [junit4]   2> 730136 T6589 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 730137 T6589 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/protwords.txt
   [junit4]   2> 730139 T6589 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 730139 T6589 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/currency.xml
   [junit4]   2> 730141 T6589 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 730142 T6589 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/enumsConfig.xml
   [junit4]   2> 730144 T6589 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 730144 T6589 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/open-exchange-rates.json
   [junit4]   2> 730146 T6589 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 730147 T6589 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 730149 T6589 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 730149 T6589 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/old_synonyms.txt
   [junit4]   2> 730151 T6589 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 730152 T6589 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/synonyms.txt
   [junit4]   2> 731820 T6589 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 731824 T6589 oejs.AbstractConnector.doStart Started 
[email protected]:10796
   [junit4]   2> 731825 T6589 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@631d75b9
   [junit4]   2> 731825 T6589 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 731826 T6589 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-AB63F3415CA9F9E7-001/tempDir-002
   [junit4]   2> 731826 T6589 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-AB63F3415CA9F9E7-001/tempDir-002/'
   [junit4]   2> 731875 T6589 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-AB63F3415CA9F9E7-001/tempDir-002/solr.xml
   [junit4]   2> 731961 T6589 oasc.CoreContainer.<init> New CoreContainer 
62283651
   [junit4]   2> 731962 T6589 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-AB63F3415CA9F9E7-001/tempDir-002/]
   [junit4]   2> 731963 T6589 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 731963 T6589 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 731964 T6589 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 731964 T6589 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 731964 T6589 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 731965 T6589 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 731965 T6589 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 731965 T6589 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 731966 T6589 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 731966 T6589 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 731967 T6589 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 731967 T6589 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 731967 T6589 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 731968 T6589 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 731968 T6589 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:10792/solr
   [junit4]   2> 731969 T6589 oasc.ZkController.checkChrootPath zkHost includes 
chroot
   [junit4]   2> 731969 T6589 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 731970 T6589 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 731971 T6612 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@46acf61d 
name:ZooKeeperConnection Watcher:127.0.0.1:10792 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 731972 T6589 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 731972 T6589 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 731974 T6589 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 731975 T6615 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@55de4b66 
name:ZooKeeperConnection Watcher:127.0.0.1:10792/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 731975 T6589 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 731976 T6589 oascc.SolrZkClient.makePath makePath: 
/overseer/queue
   [junit4]   2> 731978 T6589 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-queue-work
   [junit4]   2> 731980 T6589 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-running
   [junit4]   2> 731982 T6589 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-completed
   [junit4]   2> 731983 T6589 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-failure
   [junit4]   2> 731985 T6589 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 731986 T6589 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:10795_
   [junit4]   2> 731987 T6589 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:10795_
   [junit4]   2> 731988 T6589 oascc.SolrZkClient.makePath makePath: 
/overseer_elect
   [junit4]   2> 731990 T6589 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/election
   [junit4]   2> 731991 T6589 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 731992 T6589 oasc.OverseerElectionContext.runLeaderProcess I 
am going to be the leader 127.0.0.1:10795_
   [junit4]   2> 731993 T6589 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/leader
   [junit4]   2> 731994 T6589 oasc.Overseer.start Overseer 
(id=93032847972827139-127.0.0.1:10795_-n_0000000000) starting
   [junit4]   2> 731996 T6589 oascc.SolrZkClient.makePath makePath: 
/overseer/queue-work
   [junit4]   2> 732001 T6589 oasc.OverseerAutoReplicaFailoverThread.<init> 
Starting OverseerAutoReplicaFailoverThread 
autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 732001 T6617 oasc.OverseerCollectionProcessor.run Process 
current queue of collection creations
   [junit4]   2> 732002 T6589 oascc.SolrZkClient.makePath makePath: 
/clusterstate.json
   [junit4]   2> 732003 T6589 oascc.SolrZkClient.makePath makePath: 
/aliases.json
   [junit4]   2> 732004 T6589 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 732006 T6616 oasc.Overseer$ClusterStateUpdater.run Starting to 
work on the main queue
   [junit4]   2> 732011 T6619 oasc.ZkController.publish publishing 
core=collection1 state=down collection=control_collection
   [junit4]   2> 732011 T6619 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 732012 T6619 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 732012 T6615 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 732014 T6616 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 0, message = {
   [junit4]   2>          "base_url":"http://127.0.0.1:10795";,
   [junit4]   2>          "node_name":"127.0.0.1:10795_",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"} current state version: 0
   [junit4]   2> 732014 T6616 oasco.ReplicaMutator.updateState Update state 
numShards=1 message={
   [junit4]   2>          "base_url":"http://127.0.0.1:10795";,
   [junit4]   2>          "node_name":"127.0.0.1:10795_",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 732014 T6616 oasco.ClusterStateMutator.createCollection 
building a new cName: control_collection
   [junit4]   2> 732014 T6616 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard1
   [junit4]   2> 732015 T6615 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> 733012 T6619 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 733013 T6619 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:control_collection
   [junit4]   2> 733013 T6619 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 733014 T6619 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 733014 T6619 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 733014 T6619 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-AB63F3415CA9F9E7-001/tempDir-002/collection1/'
   [junit4]   2> 733016 T6619 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-AB63F3415CA9F9E7-001/tempDir-002/collection1/lib/classes/'
 to classloader
   [junit4]   2> 733016 T6619 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-AB63F3415CA9F9E7-001/tempDir-002/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 733016 T6619 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-AB63F3415CA9F9E7-001/tempDir-002/collection1/lib/README'
 to classloader
   [junit4]   2> 733038 T6619 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 733040 T6619 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 733073 T6619 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
5.0.0
   [junit4]   2> 733103 T6619 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 733205 T6619 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 733216 T6619 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 733566 T6619 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 733578 T6619 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 733580 T6619 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 733592 T6619 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 733596 T6619 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 733600 T6619 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 733601 T6619 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 733601 T6619 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 733602 T6619 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 733602 T6619 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 733603 T6619 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 733603 T6619 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection control_collection
   [junit4]   2> 733603 T6619 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 733603 T6619 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-AB63F3415CA9F9E7-001/tempDir-002/collection1/,
 
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-AB63F3415CA9F9E7-001/tempDir-001/control/data/
   [junit4]   2> 733604 T6619 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@48f52208
   [junit4]   2> 733606 T6619 oasc.CachingDirectoryFactory.get return new 
directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-AB63F3415CA9F9E7-001/tempDir-001/control/data
   [junit4]   2> 733607 T6619 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-AB63F3415CA9F9E7-001/tempDir-001/control/data/index/
   [junit4]   2> 733608 T6619 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-AB63F3415CA9F9E7-001/tempDir-001/control/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 733608 T6619 oasc.CachingDirectoryFactory.get return new 
directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-AB63F3415CA9F9E7-001/tempDir-001/control/data/index
   [junit4]   2> 733608 T6619 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=24, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 733609 T6619 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@285715e3 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6d5dfec5),segFN=segments_1,generation=1}
   [junit4]   2> 733610 T6619 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 733615 T6619 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 733615 T6619 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 733616 T6619 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 733616 T6619 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 733616 T6619 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 733616 T6619 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 733617 T6619 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 733617 T6619 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 733617 T6619 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 733618 T6619 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 733619 T6619 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 733619 T6619 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 733620 T6619 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 733620 T6619 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 733621 T6619 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 733621 T6619 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 733622 T6619 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 733622 T6619 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 733624 T6619 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 733624 T6619 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 733625 T6619 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 733625 T6619 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 733626 T6619 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 733626 T6619 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 733627 T6619 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 733627 T6619 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 733628 T6619 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 733628 T6619 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 733647 T6619 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 733648 T6619 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 733650 T6619 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 733652 T6619 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 733663 T6619 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 733663 T6619 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 733664 T6619 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.AlcoholicMergePolicy: 
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1929075710, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 733665 T6619 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@285715e3 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6d5dfec5),segFN=segments_1,generation=1}
   [junit4]   2> 733665 T6619 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 733666 T6619 oass.SolrIndexSearcher.<init> Opening 
Searcher@40077527[collection1] main
   [junit4]   2> 733666 T6619 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 733667 T6619 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 733667 T6619 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 733668 T6619 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 733668 T6619 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 733668 T6619 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 733669 T6619 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 733669 T6619 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 733669 T6619 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 733670 T6619 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 733671 T6620 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@40077527[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 733671 T6619 oasc.CoreContainer.registerCore registering core: 
collection1
   [junit4]   2> 733672 T6623 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:10795 collection:control_collection 
shard:shard1
   [junit4]   2> 733672 T6589 oass.SolrDispatchFilter.init 
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 733673 T6589 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 733673 T6623 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 733677 T6589 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 733677 T6623 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard1
   [junit4]   2> 733678 T6589 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 733679 T6627 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@6c32a842 
name:ZooKeeperConnection Watcher:127.0.0.1:10792/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 733679 T6615 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 733679 T6623 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 733679 T6589 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 733680 T6623 oasc.ShardLeaderElectionContext.runLeaderProcess 
I may be the new leader - try and sync
   [junit4]   2> 733680 T6616 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> 733680 T6589 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> ASYNC  NEW_CORE C325 name=collection1 
org.apache.solr.core.SolrCore@216c1a81 url=http://127.0.0.1:10795/collection1 
node=127.0.0.1:10795_ C325_STATE=coll:control_collection core:collection1 
props:{base_url=http://127.0.0.1:10795, node_name=127.0.0.1:10795_, 
core=collection1, state=down}
   [junit4]   2> 733680 T6623 C325 P10795 oasc.SyncStrategy.sync Sync replicas 
to http://127.0.0.1:10795/collection1/
   [junit4]   2> 733681 T6623 C325 P10795 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 733681 T6623 C325 P10795 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:10795/collection1/ has no replicas
   [junit4]   2> 733682 T6589 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 733682 T6615 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> 733682 T6623 oasc.ShardLeaderElectionContext.runLeaderProcess 
I am the new leader: http://127.0.0.1:10795/collection1/ shard1
   [junit4]   2> 733682 T6623 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leaders/shard1
   [junit4]   2> 733684 T6589 oasc.ChaosMonkey.monkeyLog monkey: init - expire 
sessions:false cause connection loss:false
   [junit4]   2> 733686 T6628 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 733687 T6616 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:10795";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"} current state version: 2
   [junit4]   2> 733790 T6627 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> 733839 T6623 oasc.ZkController.register We are 
http://127.0.0.1:10795/collection1/ and leader is 
http://127.0.0.1:10795/collection1/
   [junit4]   2> 733840 T6623 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:10795
   [junit4]   2> 733840 T6623 oasc.ZkController.checkRecovery I am the leader, 
no recovery necessary
   [junit4]   2> 733840 T6623 oasc.ZkController.publish publishing 
core=collection1 state=active collection=control_collection
   [junit4]   2> 733840 T6623 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 733842 T6615 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 733843 T6616 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "base_url":"http://127.0.0.1:10795";,
   [junit4]   2>          "node_name":"127.0.0.1:10795_",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "core_node_name":"core_node1"} current state version: 
3
   [junit4]   2> 733844 T6616 oasco.ReplicaMutator.updateState Update state 
numShards=2 message={
   [junit4]   2>          "base_url":"http://127.0.0.1:10795";,
   [junit4]   2>          "node_name":"127.0.0.1:10795_",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "core_node_name":"core_node1"}
   [junit4]   2> 733947 T6627 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> 733947 T6615 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> 734769 T6589 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 1
   [junit4]   2> 734770 T6589 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 734773 T6589 oejs.AbstractConnector.doStart Started 
[email protected]:10803
   [junit4]   2> 734773 T6589 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@631d75b9
   [junit4]   2> 734773 T6589 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 734774 T6589 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-AB63F3415CA9F9E7-001/tempDir-003
   [junit4]   2> 734774 T6589 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-AB63F3415CA9F9E7-001/tempDir-003/'
   [junit4]   2> 734803 T6589 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-AB63F3415CA9F9E7-001/tempDir-003/solr.xml
   [junit4]   2> 734854 T6589 oasc.CoreContainer.<init> New CoreContainer 
762814282
   [junit4]   2> 734855 T6589 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-AB63F3415CA9F9E7-001/tempDir-003/]
   [junit4]   2> 734856 T6589 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 734856 T6589 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 734856 T6589 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 734856 T6589 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 734857 T6589 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 734857 T6589 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 734857 T6589 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 734857 T6589 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 734858 T6589 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 734858 T6589 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 734858 T6589 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 734859 T6589 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 734859 T6589 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 734859 T6589 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 734859 T6589 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:10792/solr
   [junit4]   2> 734859 T6589 oasc.ZkController.checkChrootPath zkHost includes 
chroot
   [junit4]   2> 734860 T6589 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 734860 T6589 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 734862 T6640 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@716655ad 
name:ZooKeeperConnection Watcher:127.0.0.1:10792 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 734863 T6589 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 734863 T6589 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 734864 T6589 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 734866 T6643 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@77c1d334 
name:ZooKeeperConnection Watcher:127.0.0.1:10792/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 734866 T6589 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 734870 T6589 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 735874 T6589 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:10802_
   [junit4]   2> 735875 T6589 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:10802_
   [junit4]   2> 735878 T6589 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 735885 T6644 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 735885 T6644 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 735886 T6615 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 735886 T6644 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 735887 T6616 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "base_url":"http://127.0.0.1:10802";,
   [junit4]   2>          "node_name":"127.0.0.1:10802_",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"} current state version: 4
   [junit4]   2> 735887 T6616 oasco.ReplicaMutator.updateState Update state 
numShards=2 message={
   [junit4]   2>          "base_url":"http://127.0.0.1:10802";,
   [junit4]   2>          "node_name":"127.0.0.1:10802_",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 735888 T6616 oasco.ClusterStateMutator.createCollection 
building a new cName: collection1
   [junit4]   2> 735888 T6616 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard2
   [junit4]   2> 735889 T6627 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 735889 T6643 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 735889 T6615 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 736886 T6644 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 736887 T6644 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 736887 T6644 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 736888 T6644 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 736888 T6644 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 736889 T6644 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-AB63F3415CA9F9E7-001/tempDir-003/collection1/'
   [junit4]   2> 736890 T6644 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-AB63F3415CA9F9E7-001/tempDir-003/collection1/lib/README'
 to classloader
   [junit4]   2> 736891 T6644 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-AB63F3415CA9F9E7-001/tempDir-003/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 736891 T6644 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-AB63F3415CA9F9E7-001/tempDir-003/collection1/lib/classes/'
 to classloader
   [junit4]   2> 736924 T6644 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 736926 T6644 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 736959 T6644 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
5.0.0
   [junit4]   2> 737005 T6644 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 737106 T6644 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 737116 T6644 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 737468 T6644 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 737480 T6644 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 737483 T6644 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 737495 T6644 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 737499 T6644 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 737503 T6644 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 737503 T6644 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 737504 T6644 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 737505 T6644 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 737505 T6644 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 737506 T6644 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 737506 T6644 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 737506 T6644 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 737506 T6644 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-AB63F3415CA9F9E7-001/tempDir-003/collection1/,
 
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-AB63F3415CA9F9E7-001/tempDir-001/jetty1/
   [junit4]   2> 737507 T6644 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@48f52208
   [junit4]   2> 737509 T6644 oasc.CachingDirectoryFactory.get return new 
directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-AB63F3415CA9F9E7-001/tempDir-001/jetty1
   [junit4]   2> 737510 T6644 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-AB63F3415CA9F9E7-001/tempDir-001/jetty1/index/
   [junit4]   2> 737510 T6644 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-AB63F3415CA9F9E7-001/tempDir-001/jetty1/index'
 doesn't exist. Creating new index...
   [junit4]   2> 737511 T6644 oasc.CachingDirectoryFactory.get return new 
directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-AB63F3415CA9F9E7-001/tempDir-001/jetty1/index
   [junit4]   2> 737511 T6644 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=24, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 737512 T6644 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@37b5afcf 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@79295b9b),segFN=segments_1,generation=1}
   [junit4]   2> 737512 T6644 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 737519 T6644 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 737520 T6644 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 737520 T6644 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 737520 T6644 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 737521 T6644 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 737521 T6644 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 737521 T6644 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 737522 T6644 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 737522 T6644 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 737523 T6644 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 737523 T6644 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 737524 T6644 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 737525 T6644 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 737526 T6644 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 737526 T6644 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 737528 T6644 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 737528 T6644 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 737529 T6644 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 737530 T6644 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 737531 T6644 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 737532 T6644 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 737533 T6644 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 737534 T6644 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 737534 T6644 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 737535 T6644 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 737536 T6644 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 737536 T6644 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 737537 T6644 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 737556 T6644 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 737559 T6644 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 737561 T6644 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 737563 T6644 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 737568 T6644 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 737569 T6644 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 737571 T6644 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.AlcoholicMergePolicy: 
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1929075710, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 737571 T6644 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@37b5afcf 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@79295b9b),segFN=segments_1,generation=1}
   [junit4]   2> 737571 T6644 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 737572 T6644 oass.SolrIndexSearcher.<init> Opening 
Searcher@10706133[collection1] main
   [junit4]   2> 737572 T6644 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 737573 T6644 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 737573 T6644 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 737574 T6644 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 737574 T6644 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 737574 T6644 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 737575 T6644 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 737575 T6644 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 737575 T6644 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 737576 T6644 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 737577 T6645 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@10706133[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 737577 T6644 oasc.CoreContainer.registerCore registering core: 
collection1
   [junit4]   2> 737578 T6648 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:10802 collection:collection1 
shard:shard2
   [junit4]   2> 737579 T6589 oass.SolrDispatchFilter.init 
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 737579 T6589 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 737579 T6648 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard2/election
   [junit4]   2> 737584 T6648 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard2
   [junit4]   2> 737585 T6615 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 737585 T6648 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 737586 T6648 oasc.ShardLeaderElectionContext.runLeaderProcess 
I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C326 name=collection1 
org.apache.solr.core.SolrCore@54289e11 url=http://127.0.0.1:10802/collection1 
node=127.0.0.1:10802_ C326_STATE=coll:collection1 core:collection1 
props:{base_url=http://127.0.0.1:10802, node_name=127.0.0.1:10802_, 
core=collection1, state=down}
   [junit4]   2> 737586 T6648 C326 P10802 oasc.SyncStrategy.sync Sync replicas 
to http://127.0.0.1:10802/collection1/
   [junit4]   2> 737586 T6616 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1"} current state version: 5
   [junit4]   2> 737586 T6648 C326 P10802 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 737587 T6648 C326 P10802 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:10802/collection1/ has no replicas
   [junit4]   2> 737587 T6648 oasc.ShardLeaderElectionContext.runLeaderProcess 
I am the new leader: http://127.0.0.1:10802/collection1/ shard2
   [junit4]   2> 737587 T6648 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard2
   [junit4]   2> 737588 T6643 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 737588 T6615 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 737588 T6627 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 737591 T6628 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 737592 T6616 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:10802";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"} current state version: 6
   [junit4]   2> 737695 T6643 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 737695 T6627 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 737744 T6648 oasc.ZkController.register We are 
http://127.0.0.1:10802/collection1/ and leader is 
http://127.0.0.1:10802/collection1/
   [junit4]   2> 737745 T6648 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:10802
   [junit4]   2> 737745 T6648 oasc.ZkController.checkRecovery I am the leader, 
no recovery necessary
   [junit4]   2> 737745 T6648 oasc.ZkController.publish publishing 
core=collection1 state=active collection=collection1
   [junit4]   2> 737745 T6648 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 737746 T6615 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 737747 T6616 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "base_url":"http://127.0.0.1:10802";,
   [junit4]   2>          "node_name":"127.0.0.1:10802_",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "core_node_name":"core_node1"} current state version: 
7
   [junit4]   2> 737748 T6616 oasco.ReplicaMutator.updateState Update state 
numShards=2 message={
   [junit4]   2>          "base_url":"http://127.0.0.1:10802";,
   [junit4]   2>          "node_name":"127.0.0.1:10802_",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "core_node_name":"core_node1"}
   [junit4]   2> 737851 T6627 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 737851 T6643 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 737851 T6615 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 738817 T6589 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 2
   [junit4]   2> 738818 T6589 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 738820 T6589 oejs.AbstractConnector.doStart Started 
[email protected]:10807
   [junit4]   2> 738821 T6589 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@631d75b9
   [junit4]   2> 738821 T6589 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 738821 T6589 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-AB63F3415CA9F9E7-001/tempDir-004
   [junit4]   2> 738821 T6589 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-AB63F3415CA9F9E7-001/tempDir-004/'
   [junit4]   2> 738855 T6589 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-AB63F3415CA9F9E7-001/tempDir-004/solr.xml
   [junit4]   2> 738913 T6589 oasc.CoreContainer.<init> New CoreContainer 
1784399484
   [junit4]   2> 738913 T6589 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-AB63F3415CA9F9E7-001/tempDir-004/]
   [junit4]   2> 738914 T6589 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 738914 T6589 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 738914 T6589 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 738914 T6589 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 738915 T6589 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 738915 T6589 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 738915 T6589 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 738915 T6589 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 738916 T6589 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 738916 T6589 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 738916 T6589 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 738917 T6589 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 738917 T6589 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 738917 T6589 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 738917 T6589 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:10792/solr
   [junit4]   2> 738918 T6589 oasc.ZkController.checkChrootPath zkHost includes 
chroot
   [junit4]   2> 738918 T6589 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 738919 T6589 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 738920 T6661 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@17c9622d 
name:ZooKeeperConnection Watcher:127.0.0.1:10792 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 738921 T6589 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 738921 T6589 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 738922 T6589 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 738924 T6664 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@4d0711dd 
name:ZooKeeperConnection Watcher:127.0.0.1:10792/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 738924 T6589 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 738928 T6589 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 739931 T6589 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:10806_
   [junit4]   2> 739932 T6589 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:10806_
   [junit4]   2> 739935 T6589 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 739942 T6665 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 739942 T6665 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 739943 T6665 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 739943 T6615 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 739944 T6616 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "base_url":"http://127.0.0.1:10806";,
   [junit4]   2>          "node_name":"127.0.0.1:10806_",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"} current state version: 8
   [junit4]   2> 739945 T6616 oasco.ReplicaMutator.updateState Update state 
numShards=2 message={
   [junit4]   2>          "base_url":"http://127.0.0.1:10806";,
   [junit4]   2>          "node_name":"127.0.0.1:10806_",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 739945 T6616 oasco.ReplicaMutator.updateState Collection 
already exists with numShards=2
   [junit4]   2> 739945 T6616 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard1
   [junit4]   2> 739947 T6664 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 739947 T6643 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 739947 T6627 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 739947 T6615 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 740943 T6665 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 740944 T6665 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 740944 T6665 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 740945 T6665 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 740945 T6665 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 740945 T6665 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-AB63F3415CA9F9E7-001/tempDir-004/collection1/'
   [junit4]   2> 740947 T6665 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-AB63F3415CA9F9E7-001/tempDir-004/collection1/lib/classes/'
 to classloader
   [junit4]   2> 740948 T6665 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-AB63F3415CA9F9E7-001/tempDir-004/collection1/lib/README'
 to classloader
   [junit4]   2> 740948 T6665 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-AB63F3415CA9F9E7-001/tempDir-004/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 740981 T6665 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 740983 T6665 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 741031 T6665 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
5.0.0
   [junit4]   2> 741076 T6665 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 741177 T6665 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 741187 T6665 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 741550 T6665 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 741562 T6665 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 741565 T6665 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 741577 T6665 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 741581 T6665 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 741585 T6665 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 741586 T6665 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 741586 T6665 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 741587 T6665 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 741587 T6665 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 741588 T6665 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 741588 T6665 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 741588 T6665 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 741588 T6665 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-AB63F3415CA9F9E7-001/tempDir-004/collection1/,
 
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-AB63F3415CA9F9E7-001/tempDir-001/jetty2/
   [junit4]   2> 741589 T6665 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@48f52208
   [junit4]   2> 741591 T6665 oasc.CachingDirectoryFactory.get return new 
directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-AB63F3415CA9F9E7-001/tempDir-001/jetty2
   [junit4]   2> 741592 T6665 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-AB63F3415CA9F9E7-001/tempDir-001/jetty2/index/
   [junit4]   2> 741593 T6665 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-AB63F3415CA9F9E7-001/tempDir-001/jetty2/index'
 doesn't exist. Creating new index...
   [junit4]   2> 741593 T6665 oasc.CachingDirectoryFactory.get return new 
directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-AB63F3415CA9F9E7-001/tempDir-001/jetty2/index
   [junit4]   2> 741593 T6665 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=24, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 741594 T6665 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@1f9edc03 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@767e592c),segFN=segments_1,generation=1}
   [junit4]   2> 741594 T6665 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 741601 T6665 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 741601 T6665 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 741602 T6665 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 741602 T6665 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 741602 T6665 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 741603 T6665 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 741603 T6665 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 741603 T6665 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 741604 T6665 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 741605 T6665 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 741605 T6665 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 741606 T6665 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 741606 T6665 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 741607 T6665 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 741608 T6665 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 741609 T6665 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 741609 T6665 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 741610 T6665 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 741611 T6665 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 741612 T6665 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 741612 T6665 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 741613 T6665 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 741614 T6665 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 741614 T6665 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 741615 T6665 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 741616 T6665 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 741616 T6665 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 741617 T6665 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 741635 T6665 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 741637 T6665 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 741639 T6665 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 741641 T6665 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 741645 T6665 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 741645 T6665 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 741647 T6665 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.AlcoholicMergePolicy: 
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1929075710, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 741648 T6665 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@1f9edc03 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@767e592c),segFN=segments_1,generation=1}
   [junit4]   2> 741648 T6665 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 741649 T6665 oass.SolrIndexSearcher.<init> Opening 
Searcher@4fc04bd8[collection1] main
   [junit4]   2> 741649 T6665 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 741650 T6665 oascc.ZkStateRead

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

.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
   [junit4]   2> 991879 T6589 oas.SolrTestCaseJ4.tearDown ###Ending 
testDistribSearch
   [junit4]   2> 991881 T6589 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:10792 10792
   [junit4]   2> 992089 T6590 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:10792 10792
   [junit4]   2> 992091 T6590 oasc.ZkTestServer$ZKServerMain.runFromConfig WARN 
Watch limit violations: 
   [junit4]   2>        Maximum concurrent create/delete watches above limit:
   [junit4]   2>        
   [junit4]   2>                5       /solr/aliases.json
   [junit4]   2>                5       /solr/clusterstate.json
   [junit4]   2>                4       /solr/configs/conf1
   [junit4]   2>        
   [junit4]   2>        Maximum concurrent children watches above limit:
   [junit4]   2>        
   [junit4]   2>                5       /solr/live_nodes
   [junit4]   2>                4       /solr/overseer/queue
   [junit4]   2>                4       /solr/overseer/collection-queue-work
   [junit4]   2>        
   [junit4]   2> 992091 T6589 oasc.SocketProxy.close WARN Closing 0 connections 
to: http://127.0.0.1:10802/
   [junit4]   2> 992091 T6589 oasc.SocketProxy.close WARN Closing 0 connections 
to: http://127.0.0.1:10795/
   [junit4]   2> 992092 T6589 oasc.SocketProxy.close WARN Closing 0 connections 
to: http://127.0.0.1:10806/
   [junit4]   2> 992092 T6589 oasc.SocketProxy.close WARN Closing 0 connections 
to: http://127.0.0.1:10812/
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=HttpPartitionTest 
-Dtests.method=testDistribSearch -Dtests.seed=AB63F3415CA9F9E7 
-Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=ar_IQ 
-Dtests.timezone=America/Louisville -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE  262s J1 | HttpPartitionTest.testDistribSearch <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Didn't see all 
replicas for shard shard1 in c8n_1x2 come up within 30000 ms! ClusterState: {
   [junit4]    >   "control_collection":{
   [junit4]    >     "autoAddReplicas":"false",
   [junit4]    >     "router":{"name":"compositeId"},
   [junit4]    >     "replicationFactor":"1",
   [junit4]    >     "autoCreated":"true",
   [junit4]    >     "shards":{"shard1":{
   [junit4]    >         "range":"80000000-7fffffff",
   [junit4]    >         "state":"active",
   [junit4]    >         "replicas":{"core_node1":{
   [junit4]    >             "base_url":"http://127.0.0.1:10795";,
   [junit4]    >             "node_name":"127.0.0.1:10795_",
   [junit4]    >             "core":"collection1",
   [junit4]    >             "state":"active",
   [junit4]    >             "leader":"true"}}}},
   [junit4]    >     "maxShardsPerNode":"1"},
   [junit4]    >   "c8n_1x2":{
   [junit4]    >     "autoAddReplicas":"false",
   [junit4]    >     "router":{"name":"compositeId"},
   [junit4]    >     "replicationFactor":"2",
   [junit4]    >     "shards":{"shard1":{
   [junit4]    >         "range":"80000000-7fffffff",
   [junit4]    >         "state":"active",
   [junit4]    >         "replicas":{
   [junit4]    >           "core_node1":{
   [junit4]    >             "base_url":"http://127.0.0.1:10795";,
   [junit4]    >             "node_name":"127.0.0.1:10795_",
   [junit4]    >             "core":"c8n_1x2_shard1_replica1",
   [junit4]    >             "state":"active",
   [junit4]    >             "leader":"true"},
   [junit4]    >           "core_node2":{
   [junit4]    >             "base_url":"http://127.0.0.1:10812";,
   [junit4]    >             "node_name":"127.0.0.1:10812_",
   [junit4]    >             "core":"c8n_1x2_shard1_replica2",
   [junit4]    >             "state":"recovering"}}}},
   [junit4]    >     "maxShardsPerNode":"1"},
   [junit4]    >   "collection1":{
   [junit4]    >     "autoAddReplicas":"false",
   [junit4]    >     "router":{"name":"compositeId"},
   [junit4]    >     "replicationFactor":"1",
   [junit4]    >     "autoCreated":"true",
   [junit4]    >     "shards":{
   [junit4]    >       "shard1":{
   [junit4]    >         "range":"80000000-ffffffff",
   [junit4]    >         "state":"active",
   [junit4]    >         "replicas":{"core_node2":{
   [junit4]    >             "base_url":"http://127.0.0.1:10806";,
   [junit4]    >             "node_name":"127.0.0.1:10806_",
   [junit4]    >             "core":"collection1",
   [junit4]    >             "state":"active",
   [junit4]    >             "leader":"true"}}},
   [junit4]    >       "shard2":{
   [junit4]    >         "range":"0-7fffffff",
   [junit4]    >         "state":"active",
   [junit4]    >         "replicas":{
   [junit4]    >           "core_node1":{
   [junit4]    >             "base_url":"http://127.0.0.1:10802";,
   [junit4]    >             "node_name":"127.0.0.1:10802_",
   [junit4]    >             "core":"collection1",
   [junit4]    >             "state":"active",
   [junit4]    >             "leader":"true"},
   [junit4]    >           "core_node3":{
   [junit4]    >             "base_url":"http://127.0.0.1:10812";,
   [junit4]    >             "node_name":"127.0.0.1:10812_",
   [junit4]    >             "core":"collection1",
   [junit4]    >             "state":"active"}}}},
   [junit4]    >     "maxShardsPerNode":"1"}}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([AB63F3415CA9F9E7:2A857D592BF699DB]:0)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:1940)
   [junit4]    >        at 
org.apache.solr.cloud.HttpPartitionTest.testRf2(HttpPartitionTest.java:247)
   [junit4]    >        at 
org.apache.solr.cloud.HttpPartitionTest.doTest(HttpPartitionTest.java:114)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 992106 T6589 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-AB63F3415CA9F9E7-001
   [junit4]   2> 262211 T6588 ccr.ThreadLeakControl.checkThreadLeaks WARNING 
Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): 
{intDefault=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
id=PostingsFormat(name=Asserting), 
timestamp=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
_version_=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
text=Lucene50(blocksize=128), 
range_facet_l=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
a_t=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
multiDefault=PostingsFormat(name=Memory doPackFST= true)}, 
docValues:{timestamp=DocValuesFormat(name=Direct)}, sim=DefaultSimilarity, 
locale=ar_IQ, timezone=America/Louisville
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_65 
(64-bit)/cpus=16,threads=1,free=176714424,total=362807296
   [junit4]   2> NOTE: All tests run in this JVM: [TestUtils, 
RequiredFieldsTest, TermVectorComponentTest, 
DistributedQueryComponentCustomSortTest, TestFaceting, ShardRoutingCustomTest, 
UUIDUpdateProcessorFallbackTest, TestDistributedGrouping, AliasIntegrationTest, 
CloudMLTQParserTest, LegacyHTMLStripCharFilterTest, TestFieldTypeResource, 
ClusterStateTest, TestConfig, TestRandomMergePolicy, URLClassifyProcessorTest, 
TestPivotHelperCode, TestCodecSupport, TestUpdate, SolrIndexConfigTest, 
TestAnalyzedSuggestions, StatelessScriptUpdateProcessorFactoryTest, 
TestSchemaResource, TestConfigReload, TestSolrIndexConfig, TestStressRecovery, 
TestPostingsSolrHighlighter, RemoteQueryErrorTest, TestInfoStreamLogging, 
RecoveryZkTest, AnalysisAfterCoreReloadTest, NumericFieldsTest, 
TestReversedWildcardFilterFactory, PreAnalyzedFieldTest, 
CachingDirectoryFactoryTest, TestFuzzyAnalyzedSuggestions, 
DistribDocExpirationUpdateProcessorTest, TestSurroundQueryParser, 
DocumentBuilderTest, SuggesterFSTTest, TestExceedMaxTermLength, 
TestSolr4Spatial, EchoParamsTest, HdfsDirectoryTest, 
DocumentAnalysisRequestHandlerTest, HighlighterTest, PingRequestHandlerTest, 
TestSolrQueryParserResource, TestDocBasedVersionConstraints, ZkControllerTest, 
JsonLoaderTest, ZkCLITest, TestLazyCores, CurrencyFieldOpenExchangeTest, 
SampleTest, TestReRankQParserPlugin, HttpPartitionTest]
   [junit4] Completed on J1 in 263.00s, 1 test, 1 failure <<< FAILURES!

[...truncated 899 lines...]
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:529:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:477:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:61:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/extra-targets.xml:39:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build.xml:190:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/common-build.xml:508:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/common-build.xml:1363:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/common-build.xml:970:
 There were test failures: 453 suites, 1855 tests, 1 failure, 61 ignored (23 
assumptions)

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


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

Reply via email to