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

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: {   "collection1":{     "autoAddReplicas":"false",     "shards":{ 
      "shard1":{         "range":"80000000-ffffffff",         "state":"active", 
        "replicas":{           "core_node1":{             
"node_name":"127.0.0.1:49042__er%2Flr",             "core":"collection1",       
      "base_url":"http://127.0.0.1:49042/_er/lr";,             "state":"active", 
            "leader":"true"},           "core_node3":{             
"node_name":"127.0.0.1:49050__er%2Flr",             "core":"collection1",       
      "base_url":"http://127.0.0.1:49050/_er/lr";,             
"state":"active"}}},       "shard2":{         "range":"0-7fffffff",         
"state":"active",         "replicas":{"core_node2":{             
"node_name":"127.0.0.1:49046__er%2Flr",             "core":"collection1",       
      "base_url":"http://127.0.0.1:49046/_er/lr";,             "state":"active", 
            "leader":"true"}}}},     "replicationFactor":"1",     
"router":{"name":"compositeId"},     "autoCreated":"true",     
"maxShardsPerNode":"1"},   "c8n_1x2":{     "autoAddReplicas":"false",     
"shards":{"shard1":{         "range":"80000000-7fffffff",         
"state":"active",         "replicas":{           "core_node1":{             
"node_name":"127.0.0.1:49046__er%2Flr",             
"core":"c8n_1x2_shard1_replica1",             
"base_url":"http://127.0.0.1:49046/_er/lr";,             "state":"active",       
      "leader":"true"},           "core_node2":{             
"node_name":"127.0.0.1:49050__er%2Flr",             
"core":"c8n_1x2_shard1_replica2",             
"base_url":"http://127.0.0.1:49050/_er/lr";,             
"state":"recovering"}}}},     "replicationFactor":"2",     
"router":{"name":"compositeId"},     "maxShardsPerNode":"1"},   
"control_collection":{     "autoAddReplicas":"false",     "shards":{"shard1":{  
       "range":"80000000-7fffffff",         "state":"active",         
"replicas":{"core_node1":{             "node_name":"127.0.0.1:49036__er%2Flr",  
           "core":"collection1",             
"base_url":"http://127.0.0.1:49036/_er/lr";,             "state":"active",       
      "leader":"true"}}}},     "replicationFactor":"1",     
"router":{"name":"compositeId"},     "maxShardsPerNode":"1",     
"autoCreated":"true"}}

Stack Trace:
java.lang.AssertionError: Didn't see all replicas for shard shard1 in c8n_1x2 
come up within 30000 ms! ClusterState: {
  "collection1":{
    "autoAddReplicas":"false",
    "shards":{
      "shard1":{
        "range":"80000000-ffffffff",
        "state":"active",
        "replicas":{
          "core_node1":{
            "node_name":"127.0.0.1:49042__er%2Flr",
            "core":"collection1",
            "base_url":"http://127.0.0.1:49042/_er/lr";,
            "state":"active",
            "leader":"true"},
          "core_node3":{
            "node_name":"127.0.0.1:49050__er%2Flr",
            "core":"collection1",
            "base_url":"http://127.0.0.1:49050/_er/lr";,
            "state":"active"}}},
      "shard2":{
        "range":"0-7fffffff",
        "state":"active",
        "replicas":{"core_node2":{
            "node_name":"127.0.0.1:49046__er%2Flr",
            "core":"collection1",
            "base_url":"http://127.0.0.1:49046/_er/lr";,
            "state":"active",
            "leader":"true"}}}},
    "replicationFactor":"1",
    "router":{"name":"compositeId"},
    "autoCreated":"true",
    "maxShardsPerNode":"1"},
  "c8n_1x2":{
    "autoAddReplicas":"false",
    "shards":{"shard1":{
        "range":"80000000-7fffffff",
        "state":"active",
        "replicas":{
          "core_node1":{
            "node_name":"127.0.0.1:49046__er%2Flr",
            "core":"c8n_1x2_shard1_replica1",
            "base_url":"http://127.0.0.1:49046/_er/lr";,
            "state":"active",
            "leader":"true"},
          "core_node2":{
            "node_name":"127.0.0.1:49050__er%2Flr",
            "core":"c8n_1x2_shard1_replica2",
            "base_url":"http://127.0.0.1:49050/_er/lr";,
            "state":"recovering"}}}},
    "replicationFactor":"2",
    "router":{"name":"compositeId"},
    "maxShardsPerNode":"1"},
  "control_collection":{
    "autoAddReplicas":"false",
    "shards":{"shard1":{
        "range":"80000000-7fffffff",
        "state":"active",
        "replicas":{"core_node1":{
            "node_name":"127.0.0.1:49036__er%2Flr",
            "core":"collection1",
            "base_url":"http://127.0.0.1:49036/_er/lr";,
            "state":"active",
            "leader":"true"}}}},
    "replicationFactor":"1",
    "router":{"name":"compositeId"},
    "maxShardsPerNode":"1",
    "autoCreated":"true"}}
        at 
__randomizedtesting.SeedInfo.seed([AC3DA3448FEE5934:2DDB2D5CF8B13908]: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:189)
        at 
org.apache.solr.cloud.HttpPartitionTest.doTest(HttpPartitionTest.java:108)
        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 11103 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-AC3DA3448FEE5934-001/init-core-data-001
   [junit4]   2> 346461 T790 oas.BaseDistributedSearchTestCase.initHostContext 
Setting hostContext system property: /_er/lr
   [junit4]   2> 346467 T790 oas.SolrTestCaseJ4.setUp ###Starting 
testDistribSearch
   [junit4]   2> 346469 T790 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 346469 T791 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 346569 T790 oasc.ZkTestServer.run start zk server on port:49033
   [junit4]   2> 346570 T790 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 346571 T790 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 346575 T798 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@128f98af 
name:ZooKeeperConnection Watcher:127.0.0.1:49033 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 346575 T790 oascc.ConnectionManager.waitForConnected Client is 
connected to ZooKeeper
   [junit4]   2> 346575 T790 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 346576 T790 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 346579 T790 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 346579 T790 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 346581 T801 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@f620f73 name:ZooKeeperConnection 
Watcher:127.0.0.1:49033/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 346581 T790 oascc.ConnectionManager.waitForConnected Client is 
connected to ZooKeeper
   [junit4]   2> 346582 T790 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 346582 T790 oascc.SolrZkClient.makePath makePath: 
/collections/collection1
   [junit4]   2> 346585 T790 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/shards
   [junit4]   2> 346587 T790 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection
   [junit4]   2> 346589 T790 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/shards
   [junit4]   2> 346591 T790 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> 346592 T790 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.xml
   [junit4]   2> 346595 T790 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> 346596 T790 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/schema.xml
   [junit4]   2> 346699 T790 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> 346700 T790 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 346702 T790 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> 346703 T790 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/stopwords.txt
   [junit4]   2> 346705 T790 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> 346706 T790 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/protwords.txt
   [junit4]   2> 346708 T790 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> 346709 T790 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/currency.xml
   [junit4]   2> 346711 T790 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> 346711 T790 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/enumsConfig.xml
   [junit4]   2> 346714 T790 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> 346714 T790 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/open-exchange-rates.json
   [junit4]   2> 346716 T790 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> 346717 T790 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 346719 T790 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> 346720 T790 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/old_synonyms.txt
   [junit4]   2> 346722 T790 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> 346722 T790 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/synonyms.txt
   [junit4]   2> 347723 T790 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 347727 T790 oejs.AbstractConnector.doStart Started 
[email protected]:49037
   [junit4]   2> 347727 T790 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 347727 T790 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 347728 T790 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-AC3DA3448FEE5934-001/tempDir-002
   [junit4]   2> 347728 T790 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-AC3DA3448FEE5934-001/tempDir-002/'
   [junit4]   2> 347757 T790 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-AC3DA3448FEE5934-001/tempDir-002/solr.xml
   [junit4]   2> 347810 T790 oasc.CoreContainer.<init> New CoreContainer 
447666601
   [junit4]   2> 347811 T790 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-AC3DA3448FEE5934-001/tempDir-002/]
   [junit4]   2> 347811 T790 oashc.HttpShardHandlerFactory.getParameter Setting 
socketTimeout to: 90000
   [junit4]   2> 347812 T790 oashc.HttpShardHandlerFactory.getParameter Setting 
urlScheme to: 
   [junit4]   2> 347812 T790 oashc.HttpShardHandlerFactory.getParameter Setting 
connTimeout to: 15000
   [junit4]   2> 347812 T790 oashc.HttpShardHandlerFactory.getParameter Setting 
maxConnectionsPerHost to: 20
   [junit4]   2> 347813 T790 oashc.HttpShardHandlerFactory.getParameter Setting 
maxConnections to: 10000
   [junit4]   2> 347813 T790 oashc.HttpShardHandlerFactory.getParameter Setting 
corePoolSize to: 0
   [junit4]   2> 347813 T790 oashc.HttpShardHandlerFactory.getParameter Setting 
maximumPoolSize to: 2147483647
   [junit4]   2> 347813 T790 oashc.HttpShardHandlerFactory.getParameter Setting 
maxThreadIdleTime to: 5
   [junit4]   2> 347814 T790 oashc.HttpShardHandlerFactory.getParameter Setting 
sizeOfQueue to: -1
   [junit4]   2> 347814 T790 oashc.HttpShardHandlerFactory.getParameter Setting 
fairnessPolicy to: false
   [junit4]   2> 347814 T790 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 347815 T790 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 347815 T790 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 347815 T790 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 347816 T790 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:49033/solr
   [junit4]   2> 347816 T790 oasc.ZkController.checkChrootPath zkHost includes 
chroot
   [junit4]   2> 347816 T790 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 347817 T790 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 347819 T813 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@40cf3987 
name:ZooKeeperConnection Watcher:127.0.0.1:49033 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 347819 T790 oascc.ConnectionManager.waitForConnected Client is 
connected to ZooKeeper
   [junit4]   2> 347820 T790 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 347821 T790 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 347823 T816 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@17446ad5 
name:ZooKeeperConnection Watcher:127.0.0.1:49033/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 347823 T790 oascc.ConnectionManager.waitForConnected Client is 
connected to ZooKeeper
   [junit4]   2> 347825 T790 oascc.SolrZkClient.makePath makePath: 
/overseer/queue
   [junit4]   2> 347827 T790 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-queue-work
   [junit4]   2> 347829 T790 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-running
   [junit4]   2> 347831 T790 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-completed
   [junit4]   2> 347833 T790 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-failure
   [junit4]   2> 347836 T790 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 347837 T790 oasc.ZkController.createEphemeralLiveNode Register 
node as live in ZooKeeper:/live_nodes/127.0.0.1:49036__er%2Flr
   [junit4]   2> 347837 T790 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:49036__er%2Flr
   [junit4]   2> 347839 T790 oascc.SolrZkClient.makePath makePath: 
/overseer_elect
   [junit4]   2> 347841 T790 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/election
   [junit4]   2> 347842 T790 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 347844 T790 oasc.OverseerElectionContext.runLeaderProcess I am 
going to be the leader 127.0.0.1:49036__er%2Flr
   [junit4]   2> 347844 T790 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/leader
   [junit4]   2> 347846 T790 oasc.Overseer.start Overseer 
(id=92868632608047107-127.0.0.1:49036__er%2Flr-n_0000000000) starting
   [junit4]   2> 347848 T790 oascc.SolrZkClient.makePath makePath: 
/overseer/queue-work
   [junit4]   2> 347854 T790 oasc.OverseerAutoReplicaFailoverThread.<init> 
Starting OverseerAutoReplicaFailoverThread 
autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 347855 T818 oasc.OverseerCollectionProcessor.run Process 
current queue of collection creations
   [junit4]   2> 347855 T790 oascc.SolrZkClient.makePath makePath: 
/clusterstate.json
   [junit4]   2> 347857 T790 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 347858 T790 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 347861 T817 oasc.Overseer$ClusterStateUpdater.run Starting to 
work on the main queue
   [junit4]   2> 347864 T820 oasc.ZkController.publish publishing 
core=collection1 state=down collection=control_collection
   [junit4]   2> 347865 T820 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 347866 T820 oasc.ZkController.waitForCoreNodeName look for our 
core node name
   [junit4]   2> 347866 T816 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 347868 T817 oasc.Overseer$ClusterStateUpdater.processMessage 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "node_name":"127.0.0.1:49036__er%2Flr",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "base_url":"http://127.0.0.1:49036/_er/lr";,
   [junit4]   2>          "roles":null,
   [junit4]   2>          "state":"down"}
   [junit4]   2> 347869 T817 oasc.Overseer$ClusterStateUpdater.createCollection 
Create collection control_collection with shards [shard1]
   [junit4]   2> 347869 T817 oasc.Overseer$ClusterStateUpdater.createCollection 
state version control_collection 1
   [junit4]   2> 347869 T817 oasc.Overseer$ClusterStateUpdater.updateState 
Assigning new node to shard shard=shard1
   [junit4]   2> 347872 T816 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> 348866 T820 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 348867 T820 oasc.ZkController.createCollectionZkNode Check for 
collection zkNode:control_collection
   [junit4]   2> 348868 T820 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 348868 T820 oascc.ZkStateReader.readConfigName Load collection 
config from:/collections/control_collection
   [junit4]   2> 348869 T820 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 348869 T820 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-AC3DA3448FEE5934-001/tempDir-002/collection1/'
   [junit4]   2> 348871 T820 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-AC3DA3448FEE5934-001/tempDir-002/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 348872 T820 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-AC3DA3448FEE5934-001/tempDir-002/collection1/lib/README'
 to classloader
   [junit4]   2> 348872 T820 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-AC3DA3448FEE5934-001/tempDir-002/collection1/lib/classes/'
 to classloader
   [junit4]   2> 348905 T820 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 348908 T820 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 348942 T820 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
5.0.0
   [junit4]   2> 348996 T820 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 349097 T820 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 349107 T820 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 349461 T820 oass.OpenExchangeRatesOrgProvider.init Initialized 
with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 349474 T820 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 349477 T820 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 349491 T820 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 349496 T820 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 349500 T820 oass.OpenExchangeRatesOrgProvider.reload Reloading 
exchange rates from open-exchange-rates.json
   [junit4]   2> 349501 T820 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 349502 T820 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 349502 T820 oass.OpenExchangeRatesOrgProvider.reload Reloading 
exchange rates from open-exchange-rates.json
   [junit4]   2> 349503 T820 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 349503 T820 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 349504 T820 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection control_collection
   [junit4]   2> 349504 T820 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 349504 T820 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-AC3DA3448FEE5934-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-AC3DA3448FEE5934-001/tempDir-001/control/data/
   [junit4]   2> 349505 T820 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@ec78990
   [junit4]   2> 349506 T820 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-AC3DA3448FEE5934-001/tempDir-001/control/data
   [junit4]   2> 349506 T820 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-AC3DA3448FEE5934-001/tempDir-001/control/data/index/
   [junit4]   2> 349506 T820 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-AC3DA3448FEE5934-001/tempDir-001/control/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 349507 T820 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-AC3DA3448FEE5934-001/tempDir-001/control/data/index
   [junit4]   2> 349507 T820 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=39, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=false, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 349509 T820 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@e63c13c 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@37235185),segFN=segments_1,generation=1}
   [junit4]   2> 349509 T820 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 349515 T820 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 349515 T820 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 349515 T820 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 349516 T820 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 349516 T820 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 349516 T820 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 349517 T820 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 349517 T820 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 349518 T820 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 349518 T820 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 349519 T820 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 349519 T820 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 349520 T820 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 349521 T820 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 349521 T820 oasc.RequestHandlers.initHandlersFromConfig 
created /get: solr.RealTimeGetHandler
   [junit4]   2> 349521 T820 oasc.RequestHandlers.initHandlersFromConfig adding 
lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 349522 T820 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: solr.ReplicationHandler
   [junit4]   2> 349522 T820 oasc.RequestHandlers.initHandlersFromConfig 
created /update: solr.UpdateRequestHandler
   [junit4]   2> 349523 T820 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 349523 T820 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 349524 T820 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 349543 T820 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 349545 T820 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 349547 T820 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 349549 T820 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 349555 T820 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 349555 T820 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 349556 T820 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=47, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=28.21484375, 
floorSegmentMB=1.6142578125, forceMergeDeletesPctAllowed=3.638490964848825, 
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3661813983441168
   [junit4]   2> 349556 T820 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@e63c13c 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@37235185),segFN=segments_1,generation=1}
   [junit4]   2> 349557 T820 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 349557 T820 oass.SolrIndexSearcher.<init> Opening 
Searcher@325f52f0[collection1] main
   [junit4]   2> 349558 T820 oascc.ZkStateReader.readConfigName Load collection 
config from:/collections/control_collection
   [junit4]   2> 349559 T820 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 349559 T820 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 349560 T820 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 349560 T820 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 349560 T820 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 349561 T820 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 349561 T820 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 349562 T820 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/_rest_managed.json
   [junit4]   2> 349564 T820 
oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new 
znode /configs/conf1/_rest_managed.json
   [junit4]   2> 349565 T820 oasr.ManagedResourceStorage$JsonStorage.store 
Saved JSON object to path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 349565 T820 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 349569 T821 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@325f52f0[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 349569 T820 oasc.CoreContainer.registerCore registering core: 
collection1
   [junit4]   2> 349570 T824 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:49036/_er/lr 
collection:control_collection shard:shard1
   [junit4]   2> 349571 T790 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> 349571 T790 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 349571 T824 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 349575 T790 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 349576 T790 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 349577 T824 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard1
   [junit4]   2> 349578 T828 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@403611cc 
name:ZooKeeperConnection Watcher:127.0.0.1:49033/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 349578 T790 oascc.ConnectionManager.waitForConnected Client is 
connected to ZooKeeper
   [junit4]   2> 349579 T790 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 349579 T816 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 349580 T824 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 349580 T824 oasc.ShardLeaderElectionContext.runLeaderProcess I 
may be the new leader - try and sync
   [junit4]   2> 349580 T790 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> ASYNC  NEW_CORE C91 name=collection1 
org.apache.solr.core.SolrCore@6d9cc971 
url=http://127.0.0.1:49036/_er/lr/collection1 node=127.0.0.1:49036__er%2Flr 
C91_STATE=coll:control_collection core:collection1 
props:{node_name=127.0.0.1:49036__er%2Flr, core=collection1, 
base_url=http://127.0.0.1:49036/_er/lr, state=down}
   [junit4]   2> 349581 T824 C91 P49036 oasc.SyncStrategy.sync Sync replicas to 
http://127.0.0.1:49036/_er/lr/collection1/
   [junit4]   2> 349581 T824 C91 P49036 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 349582 T824 C91 P49036 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:49036/_er/lr/collection1/ has no replicas
   [junit4]   2> 349582 T824 oasc.ShardLeaderElectionContext.runLeaderProcess I 
am the new leader: http://127.0.0.1:49036/_er/lr/collection1/ shard1
   [junit4]   2> 349582 T824 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leaders/shard1
   [junit4]   2> 349583 T817 oasc.Overseer$ClusterStateUpdater.processMessage 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection"}
   [junit4]   2> 349584 T790 oasc.ChaosMonkey.monkeyLog monkey: init - expire 
sessions:false cause connection loss:false
   [junit4]   2> 349585 T790 oasc.AbstractFullDistribZkTestBase.createJettys 
Creating collection1 with stateFormat=2
   [junit4]   2> 349585 T790 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 349586 T790 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 349586 T828 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> 349586 T816 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> 349588 T831 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@212e964d 
name:ZooKeeperConnection Watcher:127.0.0.1:49033/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 349588 T790 oascc.ConnectionManager.waitForConnected Client is 
connected to ZooKeeper
   [junit4]   2> 349588 T790 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 349591 T832 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 349593 T817 oasc.Overseer$ClusterStateUpdater.processMessage 
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:49036/_er/lr";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"}
   [junit4]   2> 349597 T817 oasc.Overseer$ClusterStateUpdater.processMessage 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"create",
   [junit4]   2>          "name":"collection1",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "stateFormat":2}
   [junit4]   2> 349597 T817 oasc.Overseer$ClusterStateUpdater.buildCollection 
Building a new collection: collection1
   [junit4]   2> 349597 T817 oasc.Overseer$ClusterStateUpdater.createCollection 
Create collection collection1 with shards [shard1, shard2]
   [junit4]   2> 349598 T817 oasc.Overseer$ClusterStateUpdater.createCollection 
state version collection1 2
   [junit4]   2> 349600 T832 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 349601 T817 oasc.Overseer$ClusterStateUpdater.updateZkStates 
going to create_collection /collections/collection1/state.json
   [junit4]   2> 349602 T832 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> 349602 T828 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> 349639 T824 oasc.ZkController.register We are 
http://127.0.0.1:49036/_er/lr/collection1/ and leader is 
http://127.0.0.1:49036/_er/lr/collection1/
   [junit4]   2> 349640 T824 oasc.ZkController.register No LogReplay needed for 
core=collection1 baseURL=http://127.0.0.1:49036/_er/lr
   [junit4]   2> 349640 T824 oasc.ZkController.checkRecovery I am the leader, 
no recovery necessary
   [junit4]   2> 349640 T824 oasc.ZkController.publish publishing 
core=collection1 state=active collection=control_collection
   [junit4]   2> 349640 T824 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 349642 T832 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 349646 T817 oasc.Overseer$ClusterStateUpdater.processMessage 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "node_name":"127.0.0.1:49036__er%2Flr",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "base_url":"http://127.0.0.1:49036/_er/lr";,
   [junit4]   2>          "roles":null,
   [junit4]   2>          "state":"active"}
   [junit4]   2> 349750 T832 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> 349750 T828 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> 350645 T790 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 1
   [junit4]   2> 350646 T790 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 350648 T790 oejs.AbstractConnector.doStart Started 
[email protected]:49043
   [junit4]   2> 350649 T790 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 350650 T790 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 350650 T790 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-AC3DA3448FEE5934-001/tempDir-003
   [junit4]   2> 350650 T790 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-AC3DA3448FEE5934-001/tempDir-003/'
   [junit4]   2> 350680 T790 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-AC3DA3448FEE5934-001/tempDir-003/solr.xml
   [junit4]   2> 350732 T790 oasc.CoreContainer.<init> New CoreContainer 
60105275
   [junit4]   2> 350733 T790 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-AC3DA3448FEE5934-001/tempDir-003/]
   [junit4]   2> 350734 T790 oashc.HttpShardHandlerFactory.getParameter Setting 
socketTimeout to: 90000
   [junit4]   2> 350734 T790 oashc.HttpShardHandlerFactory.getParameter Setting 
urlScheme to: 
   [junit4]   2> 350734 T790 oashc.HttpShardHandlerFactory.getParameter Setting 
connTimeout to: 15000
   [junit4]   2> 350735 T790 oashc.HttpShardHandlerFactory.getParameter Setting 
maxConnectionsPerHost to: 20
   [junit4]   2> 350735 T790 oashc.HttpShardHandlerFactory.getParameter Setting 
maxConnections to: 10000
   [junit4]   2> 350735 T790 oashc.HttpShardHandlerFactory.getParameter Setting 
corePoolSize to: 0
   [junit4]   2> 350735 T790 oashc.HttpShardHandlerFactory.getParameter Setting 
maximumPoolSize to: 2147483647
   [junit4]   2> 350736 T790 oashc.HttpShardHandlerFactory.getParameter Setting 
maxThreadIdleTime to: 5
   [junit4]   2> 350736 T790 oashc.HttpShardHandlerFactory.getParameter Setting 
sizeOfQueue to: -1
   [junit4]   2> 350736 T790 oashc.HttpShardHandlerFactory.getParameter Setting 
fairnessPolicy to: false
   [junit4]   2> 350737 T790 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 350737 T790 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 350737 T790 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 350738 T790 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 350738 T790 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:49033/solr
   [junit4]   2> 350738 T790 oasc.ZkController.checkChrootPath zkHost includes 
chroot
   [junit4]   2> 350739 T790 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 350739 T790 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 350741 T844 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@6a511409 
name:ZooKeeperConnection Watcher:127.0.0.1:49033 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 350742 T790 oascc.ConnectionManager.waitForConnected Client is 
connected to ZooKeeper
   [junit4]   2> 350742 T790 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 350744 T790 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 350745 T847 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@65061c0 name:ZooKeeperConnection 
Watcher:127.0.0.1:49033/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 350746 T790 oascc.ConnectionManager.waitForConnected Client is 
connected to ZooKeeper
   [junit4]   2> 350751 T790 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 351756 T790 oasc.ZkController.createEphemeralLiveNode Register 
node as live in ZooKeeper:/live_nodes/127.0.0.1:49042__er%2Flr
   [junit4]   2> 351757 T790 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:49042__er%2Flr
   [junit4]   2> 351762 T790 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 351770 T848 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 351770 T848 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 351772 T832 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 351773 T848 oasc.ZkController.preRegister Registering watch 
for external collection collection1
   [junit4]   2> 351773 T848 oascc.ZkStateReader.addZkWatch addZkWatch 
collection1
   [junit4]   2> 351774 T848 oascc.ZkStateReader.addZkWatch Updating collection 
state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 351775 T848 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 0 
   [junit4]   2> 351776 T848 oasc.ZkController.waitForCoreNodeName look for our 
core node name
   [junit4]   2> 351780 T817 oasc.Overseer$ClusterStateUpdater.processMessage 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "node_name":"127.0.0.1:49042__er%2Flr",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "base_url":"http://127.0.0.1:49042/_er/lr";,
   [junit4]   2>          "roles":null,
   [junit4]   2>          "state":"down"}
   [junit4]   2> 351784 T817 oasc.Overseer$ClusterStateUpdater.updateState 
Collection already exists with numShards=2
   [junit4]   2> 351785 T817 oasc.Overseer$ClusterStateUpdater.updateState 
Assigning new node to shard shard=shard1
   [junit4]   2> 351790 T832 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 351790 T817 oasc.Overseer$ClusterStateUpdater.updateZkStates 
going to update_collection /collections/collection1/state.json
   [junit4]   2> 351791 T847 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 351792 T847 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 1 
   [junit4]   2> 352776 T848 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 352777 T848 oasc.ZkController.createCollectionZkNode Check for 
collection zkNode:collection1
   [junit4]   2> 352778 T848 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 352778 T848 oascc.ZkStateReader.readConfigName Load collection 
config from:/collections/collection1
   [junit4]   2> 352779 T848 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 352779 T848 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-AC3DA3448FEE5934-001/tempDir-003/collection1/'
   [junit4]   2> 352781 T848 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-AC3DA3448FEE5934-001/tempDir-003/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 352782 T848 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-AC3DA3448FEE5934-001/tempDir-003/collection1/lib/README'
 to classloader
   [junit4]   2> 352783 T848 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-AC3DA3448FEE5934-001/tempDir-003/collection1/lib/classes/'
 to classloader
   [junit4]   2> 352815 T848 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 352818 T848 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 352852 T848 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
5.0.0
   [junit4]   2> 352913 T848 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 353015 T848 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 353025 T848 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 353380 T848 oass.OpenExchangeRatesOrgProvider.init Initialized 
with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 353393 T848 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 353396 T848 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 353410 T848 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 353414 T848 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 353419 T848 oass.OpenExchangeRatesOrgProvider.reload Reloading 
exchange rates from open-exchange-rates.json
   [junit4]   2> 353420 T848 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 353420 T848 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 353421 T848 oass.OpenExchangeRatesOrgProvider.reload Reloading 
exchange rates from open-exchange-rates.json
   [junit4]   2> 353422 T848 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 353422 T848 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 353422 T848 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 353423 T848 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 353423 T848 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-AC3DA3448FEE5934-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-AC3DA3448FEE5934-001/tempDir-001/jetty1/
   [junit4]   2> 353423 T848 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@ec78990
   [junit4]   2> 353424 T848 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-AC3DA3448FEE5934-001/tempDir-001/jetty1
   [junit4]   2> 353425 T848 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-AC3DA3448FEE5934-001/tempDir-001/jetty1/index/
   [junit4]   2> 353425 T848 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-AC3DA3448FEE5934-001/tempDir-001/jetty1/index'
 doesn't exist. Creating new index...
   [junit4]   2> 353425 T848 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-AC3DA3448FEE5934-001/tempDir-001/jetty1/index
   [junit4]   2> 353426 T848 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=39, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=false, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 353427 T848 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@7fe74b9b 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2a14eeb7),segFN=segments_1,generation=1}
   [junit4]   2> 353427 T848 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 353434 T848 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 353435 T848 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 353435 T848 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 353435 T848 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 353436 T848 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 353436 T848 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 353436 T848 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 353437 T848 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 353437 T848 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 353438 T848 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 353439 T848 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 353439 T848 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 353440 T848 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 353441 T848 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 353441 T848 oasc.RequestHandlers.initHandlersFromConfig 
created /get: solr.RealTimeGetHandler
   [junit4]   2> 353442 T848 oasc.RequestHandlers.initHandlersFromConfig adding 
lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 353442 T848 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: solr.ReplicationHandler
   [junit4]   2> 353443 T848 oasc.RequestHandlers.initHandlersFromConfig 
created /update: solr.UpdateRequestHandler
   [junit4]   2> 353443 T848 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 353444 T848 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 353445 T848 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 353463 T848 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 353465 T848 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 353467 T848 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 353469 T848 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 353473 T848 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 353474 T848 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 353475 T848 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=47, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=28.21484375, 
floorSegmentMB=1.6142578125, forceMergeDeletesPctAllowed=3.638490964848825, 
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3661813983441168
   [junit4]   2> 353475 T848 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@7fe74b9b 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2a14eeb7),segFN=segments_1,generation=1}
   [junit4]   2> 353476 T848 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 353476 T848 oass.SolrIndexSearcher.<init> Opening 
Searcher@6b23fa87[collection1] main
   [junit4]   2> 353477 T848 oascc.ZkStateReader.readConfigName Load collection 
config from:/collections/collection1
   [junit4]   2> 353478 T848 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 353478 T848 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 353479 T848 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 353479 T848 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 353479 T848 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 353480 T848 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes 
from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 353481 T848 oasr.ManagedResourceStorage.load Loaded 
LinkedHashMap at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 353481 T848 oasr.ManagedResource.reloadFromStorage Loaded 
initArgs {} for /rest/managed
   [junit4]   2> 353481 T848 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 353486 T849 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@6b23fa87[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 353487 T848 oasc.CoreContainer.registerCore registering core: 
collection1
   [junit4]   2> 353488 T852 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:49042/_er/lr collection:collection1 
shard:shard1
   [junit4]   2> 353488 T790 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> 353489 T790 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 353489 T852 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard1/election
   [junit4]   2> 353495 T852 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard1
   [junit4]   2> 353497 T832 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 353497 T852 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 353497 T852 oasc.ShardLeaderElectionContext.runLeaderProcess I 
may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C92 name=collection1 
org.apache.solr.core.SolrCore@2026b3fb 
url=http://127.0.0.1:49042/_er/lr/collection1 node=127.0.0.1:49042__er%2Flr 
C92_STATE=coll:collection1 core:collection1 
props:{node_name=127.0.0.1:49042__er%2Flr, core=collection1, 
base_url=http://127.0.0.1:49042/_er/lr, state=down}
   [junit4]   2> 353497 T852 C92 P49042 oasc.SyncStrategy.sync Sync replicas to 
http://127.0.0.1:49042/_er/lr/collection1/
   [junit4]   2> 353498 T852 C92 P49042 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 353498 T852 C92 P49042 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:49042/_er/lr/collection1/ has no replicas
   [junit4]   2> 353498 T852 oasc.ShardLeaderElectionContext.runLeaderProcess I 
am the new leader: http://127.0.0.1:49042/_er/lr/collection1/ shard1
   [junit4]   2> 353499 T852 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard1
   [junit4]   2> 353500 T817 oasc.Overseer$ClusterStateUpdater.processMessage 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"collection1"}
   [junit4]   2> 353504 T817 oasc.Overseer$ClusterStateUpdater.updateZkStates 
going to update_collection /collections/collection1/state.json
   [junit4]   2> 353505 T847 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 353506 T847 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 2 
   [junit4]   2> 353510 T817 oasc.Overseer$ClusterStateUpdater.processMessage 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "base_url":"http://127.0.0.1:49042/_er/lr";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"}
   [junit4]   2> 353513 T832 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 353514 T817 oasc.Overseer$ClusterStateUpdater.updateZkStates 
going to update_collection /collections/collection1/state.json
   [junit4]   2> 353515 T847 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 353515 T847 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 3 
   [junit4]   2> 353554 T852 oasc.ZkController.register We are 
http://127.0.0.1:49042/_er/lr/collection1/ and leader is 
http://127.0.0.1:49042/_er/lr/collection1/
   [junit4]   2> 353555 T852 oasc.ZkController.register No LogReplay needed for 
core=collection1 baseURL=http://127.0.0.1:49042/_er/lr
   [junit4]   2> 353555 T852 oasc.ZkController.checkRecovery I am the leader, 
no recovery necessary
   [junit4]   2> 353555 T852 oasc.ZkController.publish publishing 
core=collection1 state=active collection=collection1
   [junit4]   2> 353556 T852 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 353558 T832 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 353562 T852 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 3 
   [junit4]   2> 353562 T817 oasc.Overseer$ClusterStateUpdater.processMessage 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "node_name":"127.0.0.1:49042__er%2Flr",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "base_url":"http://127.0.0.1:49042/_er/lr";,
   [junit4]   2>          "roles":null,
   [junit4]   2>          "state":"active"}
   [junit4]   2> 353568 T817 oasc.Overseer$ClusterStateUpdater.updateZkStates 
going to update_collection /collections/collection1/state.json
   [junit4]   2> 353569 T847 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 353570 T847 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 4 
   [junit4]   2> 354619 T790 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 2
   [junit4]   2> 354620 T790 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 354622 T790 oejs.AbstractConnector.doStart Started 
[email protected]:49047
   [junit4]   2> 354623 T790 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 354623 T790 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 354623 T790 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-AC3DA3448FEE5934-001/tempDir-004
   [junit4]   2> 354623 T790 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-AC3DA3448FEE5934-001/tempDir-004/'
   [junit4]   2> 354653 T790 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-AC3DA3448FEE5934-001/tempDir-004/solr.xml
   [junit4]   2> 354705 T790 oasc.CoreContainer.<init> New CoreContainer 
1274372332
   [junit4]   2> 354706 T790 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-AC3DA3448FEE5934-001/tempDir-004/]
   [junit4]   2> 354707 T790 oashc.HttpShardHandlerFactory.getParameter Setting 
socketTimeout to: 90000
   [junit4]   2> 354707 T790 oashc.HttpShardHandlerFactory.getParameter Setting 
urlScheme to: 
   [junit4]   2> 354707 T790 oashc.HttpShardHandlerFactory.getParameter Setting 
connTimeout to: 15000
   [junit4]   2> 354708 T790 oashc.HttpShardHandlerFactory.getParameter Setting 
maxConnectionsPerHost to: 20
   [junit4]   2> 354708 T790 oashc.HttpShardHandlerFactory.getParameter Setting 
maxConnections to: 10000
   [junit4]   2> 354708 T790 oashc.HttpShardHandlerFactory.getParameter Setting 
corePoolSize to: 0
   [junit4]   2> 354708 T790 oashc.HttpShardHandlerFactory.getParameter Setting 
maximumPoolSize to: 2147483647
   [junit4]   2> 354709 T790 oashc.HttpShardHandlerFactory.getParameter Setting 
maxThreadIdleTime to: 5
   [junit4]   2> 354709 T790 oashc.HttpShardHandlerFactory.getParameter Setting 
sizeOfQueue to: -1
   [junit4]   2> 354709 T790 oashc.HttpShardHandlerFactory.getParameter Setting 
fairnessPolicy to: false
   [junit4]   2> 354710 T790 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 354710 T790 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 354710 T790 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 354711 T790 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 354711 T790 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:49033/solr
   [junit4]   2> 354711 T790 oasc.ZkController.checkChrootPath zkHost includes 
chroot
   [junit4]   2> 354711 T790 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 354712 T790 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 354714 T865 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@68a703f4 
name:ZooKeeperConnection Watcher:127.0.0.1:49033 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 354715 T790 oascc.ConnectionManager.waitForConnected Client is 
connected to ZooKeeper
   [junit4]   2> 354715 T790 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 354717 T790 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 354719 T868 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@25feb96c 
name:ZooKeeperConnection Watcher:127.0.0.1:49033/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 354719 T790 oascc.ConnectionManager.waitForConnected Client is 
connected to ZooKeeper
   [junit4]   2> 354723 T790 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 355728 T790 oasc.ZkController.createEphemeralLiveNode Register 
node as live in ZooKeeper:/live_nodes/127.0.0.1:49046__er%2Flr
   [junit4]   2> 355729 T790 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:49046__er%2Flr
   [junit4]   2> 355733 T790 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 355742 T869 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 355742 T869 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 355744 T832 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 355745 T869 oasc.ZkController.preRegister Registering watch 
for external collection collection1
   [junit4]   2> 355745 T869 oascc.ZkStateReader.addZkWatch addZkWatch 
collection1
   [junit4]   2> 355746 T869 oascc.ZkStateReader.addZkWatch Updating collection 
state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 355747 T869 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 4 
   [junit4]   2> 355747 T869 oasc.ZkController.waitForCoreNodeName look for our 
core node name
   [junit4]   2> 355749 T817 oasc.Overseer$ClusterStateUpdater.processMessage 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "node_name":"127.0.0.1:49046__er%2Flr",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "base_url":"http://127.0.0.1:49046/_er/lr";,
   [junit4]   2>          "roles":null,
   [junit4]   2>          "state":"down"}
   [junit4]   2> 355752 T817 oasc.Overseer$ClusterStateUpdater.updateState 
Collection already exists with numShards=2
   [junit4]   2> 355753 T817 oasc.Overseer$ClusterStateUpdater.updateState 
Assigning new node to shard shard=shard2
   [junit4]   2> 355759 T817 oasc.Overseer$ClusterStateUpdater.updateZkStates 
going to update_collection /collections/collection1/state.json
   [junit4]   2> 355760 T847 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 355760 T868 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 355761 T847 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 5 
   [junit4]   2> 355761 T868 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 5 
   [junit4]   2> 356748 T869 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 356749 T869 oasc.ZkController.createCollectionZkNode Check for 
collection zkNode:collection1
   [junit4]   2> 356750 T869 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 356750 T869 oascc.ZkStateReader.readConfigName Load collection 
config from:/collections/collection1
   [junit4]   2> 356751 T869 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 356752 T869 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-AC3DA3448FEE5934-001/tempDir-004/collection1/'
   [junit4]   2> 356753 T869 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-AC3DA3448FEE5934-001/tempDir-004/collection1/lib/README'
 to classloader
   [junit4]   2> 356754 T869 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-AC3DA3448FEE5934-001/tempDir-004/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 356755 T869 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-AC3DA3448FEE5934-001/tempDir-004/collection1/lib/classes/'
 to classloader
   [junit4]   2> 356787 T869 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 356790 T869 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 356824 T869 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
5.0.0
   [junit4]   2> 356871 T869 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 356972 T869 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 356982 T869 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 357342 T869 oass.OpenExchangeRatesOrgProvider.init Initialized 
with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 357355 T869 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 357358 T869 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 357372 T869 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 357377 T869 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 357382 T869 oass.OpenExchangeRatesOrgProvider.reload Reloading 
exchange rates from open-exchange-rates.json
   [junit4]   2> 357383 T869 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 357383 T869 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 357384 T869 oass.OpenExchangeRatesOrgProvider.reload Reloading 
exchange rates from open-exchange-rates.json
   [junit4]   2> 357385 T869 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 357385 T869 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 357385 T869 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 357386 T869 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 357386 T869 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-AC3DA3448FEE5934-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-AC3DA3448FEE5934-001/tempDir-001/jetty2/
   [junit4]   2> 357387 T869 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@ec78990
   [junit4]   2> 357388 T869 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-AC3DA3448FEE5934-001/tempDir-001/jetty2
   [junit4]   2> 357388 T869 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-AC3DA3448FEE5934-001/tempDir-001/jetty2/index/
   [junit4]   2> 357388 T869 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-AC3DA3448FEE5934-001/tempDir-001/jetty2/index'
 doesn't exist. Creating new index...
   [junit4]   2> 357389 T869 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-AC3DA3448FEE5934-001/tempDir-001/jetty2/index
   [junit4]   2> 357389 T869 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=39, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=false, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 357390 T869 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@2a74c70b 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@58b7b8f3),segFN=segments_1,generation=1}
   [junit4]   2> 357390 T869 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 357398 T869 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 357398 T869 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 357399 T869 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 357399 T869 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 357399 T869 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 357400 T869 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 357400 T869 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 357401 T869 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 357401 T869 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 357402 T869 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 357403 T869 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 357403 T869 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 357404 T869 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 357405 T869 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 357405 T869 oasc.RequestHandlers.initHandlersFromConfig 
created /get: solr.RealTimeGetHandler
   [junit4]   2> 357406 T869 oasc.RequestHandlers.initHandlersFromConfig adding 
lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 357406 T869 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: solr.ReplicationHandler
   [junit4]   2> 357407 T869 oasc.RequestHandlers.initHandlersFromConfig 
created /update: solr.UpdateRequestHandler
   [junit4]   2> 357407 T869 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 357408 T869 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 357409 T869 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 357428 T869 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 357431 T869 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 357433 T869 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 357435 T869 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 357439 T869 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 357440 T869 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 357441 T869 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=47, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=28.21484375, 
floorSegmentMB=1.6142578125, forceMergeDeletesPctAllowed=3.638490964848825, 
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3661813983441168
   [junit4]   2> 357442 T869 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@2a74c70b 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@58b7b8f3),segFN=segments_1,generation=1}
   [junit4]   2> 357442 T869 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 357443 T869 oass.SolrIndexSearcher.<init> Opening 
Searcher@4d0e6977[collection1] main
   [junit4]   2> 357443 T869 oascc.ZkStateReader.readConfigName Load collection 
config from:/collections/collection1
   [junit4]   2> 357444 T869 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 357445 T869 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 357445 T869 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 357445 T869 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 357446 T869 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 357447 T869 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes 
from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 357447 T869 oasr.ManagedResourceStorage.load Loaded 
LinkedHashMap at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 357447 T869 oasr.ManagedResource.reloadFromStorage Loaded 
initArgs {} for /rest/managed
   [junit4]   2> 357448 T869 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 357452 T870 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@4d0e6977[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 357453 T869 oasc.CoreContainer.registerCore registering core: 
collection1
   [junit4]   2> 357454 T873 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:49046/_er/lr collection:collection1 
shard:shard2
   [junit4]   2> 357454 T790 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> 357455 T790 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 357455 T873 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard2/election
   [junit4]   2> 357460 T873 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard2
   [junit4]   2> 357462 T832 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 357463 T873 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 357463 T873 oasc.ShardLeaderElectionContext.runLeaderProcess I 
may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C93 name=collection1 
org.apache.solr.core.SolrCore@4c668dec 
url=http://127.0.0.1:49046/_er/lr/collection1 node=127.0.0.1:49046__er%2Flr 
C93_S

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

dex.20141126223945982
   [junit4]   2> 697449 T790 oasc.CachingDirectoryFactory.closeCacheValue 
looking to close 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-AC3DA3448FEE5934-001/tempDir-005/c8n_1x2_shard1_replica2/data
 
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-AC3DA3448FEE5934-001/tempDir-005/c8n_1x2_shard1_replica2/data;done=false>>]
   [junit4]   2> 697449 T790 oasc.CachingDirectoryFactory.close Closing 
directory: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-AC3DA3448FEE5934-001/tempDir-005/c8n_1x2_shard1_replica2/data
   [junit4]   2> 697450 T790 oasc.Overseer.close Overseer 
(id=92868632608047115-127.0.0.1:49050__er%2Flr-n_0000000003) closing
   [junit4]   2> 697451 T1020 oasc.Overseer$ClusterStateUpdater.run Overseer 
Loop exiting : 127.0.0.1:49050__er%2Flr
   [junit4]   2> 697452 T1019 oascc.ZkStateReader$3.process WARN ZooKeeper 
watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 697454 T790 oejsh.ContextHandler.doStop stopped 
o.e.j.s.ServletContextHandler{/_er/lr,null}
   [junit4]   2> 702457 T790 oas.SolrTestCaseJ4.tearDown ###Ending 
testDistribSearch
   [junit4]   2> 702459 T790 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:49033 49033
   [junit4]   2> 702527 T791 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:49033 49033
   [junit4]   2> 702528 T790 oasc.SocketProxy.close WARN Closing 0 connections 
to: http://127.0.0.1:49042/_er/lr
   [junit4]   2> 702529 T790 oasc.SocketProxy.close WARN Closing 0 connections 
to: http://127.0.0.1:49050/_er/lr
   [junit4]   2> 702529 T790 oasc.SocketProxy.close WARN Closing 0 connections 
to: http://127.0.0.1:49046/_er/lr
   [junit4]   2> 702530 T790 oasc.SocketProxy.close WARN Closing 0 connections 
to: http://127.0.0.1:49036/_er/lr
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=HttpPartitionTest 
-Dtests.method=testDistribSearch -Dtests.seed=AC3DA3448FEE5934 
-Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=sl 
-Dtests.timezone=America/Managua -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE  356s 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]    >   "collection1":{
   [junit4]    >     "autoAddReplicas":"false",
   [junit4]    >     "shards":{
   [junit4]    >       "shard1":{
   [junit4]    >         "range":"80000000-ffffffff",
   [junit4]    >         "state":"active",
   [junit4]    >         "replicas":{
   [junit4]    >           "core_node1":{
   [junit4]    >             "node_name":"127.0.0.1:49042__er%2Flr",
   [junit4]    >             "core":"collection1",
   [junit4]    >             "base_url":"http://127.0.0.1:49042/_er/lr";,
   [junit4]    >             "state":"active",
   [junit4]    >             "leader":"true"},
   [junit4]    >           "core_node3":{
   [junit4]    >             "node_name":"127.0.0.1:49050__er%2Flr",
   [junit4]    >             "core":"collection1",
   [junit4]    >             "base_url":"http://127.0.0.1:49050/_er/lr";,
   [junit4]    >             "state":"active"}}},
   [junit4]    >       "shard2":{
   [junit4]    >         "range":"0-7fffffff",
   [junit4]    >         "state":"active",
   [junit4]    >         "replicas":{"core_node2":{
   [junit4]    >             "node_name":"127.0.0.1:49046__er%2Flr",
   [junit4]    >             "core":"collection1",
   [junit4]    >             "base_url":"http://127.0.0.1:49046/_er/lr";,
   [junit4]    >             "state":"active",
   [junit4]    >             "leader":"true"}}}},
   [junit4]    >     "replicationFactor":"1",
   [junit4]    >     "router":{"name":"compositeId"},
   [junit4]    >     "autoCreated":"true",
   [junit4]    >     "maxShardsPerNode":"1"},
   [junit4]    >   "c8n_1x2":{
   [junit4]    >     "autoAddReplicas":"false",
   [junit4]    >     "shards":{"shard1":{
   [junit4]    >         "range":"80000000-7fffffff",
   [junit4]    >         "state":"active",
   [junit4]    >         "replicas":{
   [junit4]    >           "core_node1":{
   [junit4]    >             "node_name":"127.0.0.1:49046__er%2Flr",
   [junit4]    >             "core":"c8n_1x2_shard1_replica1",
   [junit4]    >             "base_url":"http://127.0.0.1:49046/_er/lr";,
   [junit4]    >             "state":"active",
   [junit4]    >             "leader":"true"},
   [junit4]    >           "core_node2":{
   [junit4]    >             "node_name":"127.0.0.1:49050__er%2Flr",
   [junit4]    >             "core":"c8n_1x2_shard1_replica2",
   [junit4]    >             "base_url":"http://127.0.0.1:49050/_er/lr";,
   [junit4]    >             "state":"recovering"}}}},
   [junit4]    >     "replicationFactor":"2",
   [junit4]    >     "router":{"name":"compositeId"},
   [junit4]    >     "maxShardsPerNode":"1"},
   [junit4]    >   "control_collection":{
   [junit4]    >     "autoAddReplicas":"false",
   [junit4]    >     "shards":{"shard1":{
   [junit4]    >         "range":"80000000-7fffffff",
   [junit4]    >         "state":"active",
   [junit4]    >         "replicas":{"core_node1":{
   [junit4]    >             "node_name":"127.0.0.1:49036__er%2Flr",
   [junit4]    >             "core":"collection1",
   [junit4]    >             "base_url":"http://127.0.0.1:49036/_er/lr";,
   [junit4]    >             "state":"active",
   [junit4]    >             "leader":"true"}}}},
   [junit4]    >     "replicationFactor":"1",
   [junit4]    >     "router":{"name":"compositeId"},
   [junit4]    >     "maxShardsPerNode":"1",
   [junit4]    >     "autoCreated":"true"}}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([AC3DA3448FEE5934:2DDB2D5CF8B13908]:0)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:1940)
   [junit4]    >        at 
org.apache.solr.cloud.HttpPartitionTest.testRf2(HttpPartitionTest.java:189)
   [junit4]    >        at 
org.apache.solr.cloud.HttpPartitionTest.doTest(HttpPartitionTest.java:108)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 702594 T790 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-AC3DA3448FEE5934-001
   [junit4]   2> 356138 T789 ccr.ThreadLeakControl.checkThreadLeaks WARNING 
Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): 
{range_facet_l=BlockTreeOrds(blocksize=128), 
intDefault=BlockTreeOrds(blocksize=128), 
_version_=BlockTreeOrds(blocksize=128), id=PostingsFormat(name=Direct), 
timestamp=BlockTreeOrds(blocksize=128), 
text=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 a_t=PostingsFormat(name=SimpleText), 
multiDefault=BlockTreeOrds(blocksize=128)}, 
docValues:{timestamp=DocValuesFormat(name=Asserting)}, sim=DefaultSimilarity, 
locale=sl, timezone=America/Managua
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_65 
(64-bit)/cpus=16,threads=1,free=163127536,total=244318208
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrQueryParser, 
TestReloadAndDeleteDocs, CursorPagingTest, JsonLoaderTest, 
CurrencyFieldXmlFileTest, TestSchemaManager, LeaderElectionIntegrationTest, 
SuggesterTSTTest, CacheHeaderTest, TestFieldTypeCollectionResource, 
TestSolrConfigHandler, IndexBasedSpellCheckerTest, SliceStateTest, 
TestManagedResource, TestOrdValues, LukeRequestHandlerTest, 
TermVectorComponentTest, DirectUpdateHandlerTest, TestDefaultSimilarityFactory, 
TestDFRSimilarityFactory, SolrIndexConfigTest, HardAutoCommitTest, 
SignatureUpdateProcessorFactoryTest, DistribDocExpirationUpdateProcessorTest, 
TestSolrConfigHandlerConcurrent, HttpPartitionTest]
   [junit4] Completed on J1 in 356.69s, 1 test, 1 failure <<< FAILURES!

[...truncated 1182 lines...]
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:525:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:473:
 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:189:
 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: 449 suites, 1839 tests, 1 failure, 60 ignored (23 
assumptions)

Total time: 64 minutes 35 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Sending artifact delta relative to Lucene-Solr-Tests-5.x-Java7 #2238
Archived 5 artifacts
Archive block size is 32768
Received 0 blocks and 200481048 bytes
Compression is 0.0%
Took 43 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