Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-MacOSX/1944/
Java: 64bit/jdk1.7.0 -XX:-UseCompressedOops -XX:+UseSerialGC

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

Error Message:
Didn't see all replicas for shard shard1 in c8n_1x2 come up within 30000 ms! 
ClusterState: {   "c8n_1x2":{     "replicationFactor":"2",     
"shards":{"shard1":{         "range":"80000000-7fffffff",         
"state":"active",         "replicas":{           "core_node1":{             
"state":"down",             "base_url":"http://127.0.0.1:56665/no_";,            
 "core":"c8n_1x2_shard1_replica1",             
"node_name":"127.0.0.1:56665_no_"},           "core_node2":{             
"core":"c8n_1x2_shard1_replica2",             "state":"active",             
"node_name":"127.0.0.1:56661_no_",             
"base_url":"http://127.0.0.1:56661/no_";,             "leader":"true"}}}},     
"autoAddReplicas":"false",     "router":{"name":"compositeId"},     
"maxShardsPerNode":"1"},   "control_collection":{     "replicationFactor":"1",  
   "shards":{"shard1":{         "range":"80000000-7fffffff",         
"state":"active",         "replicas":{"core_node1":{             
"core":"collection1",             "state":"active",             
"node_name":"127.0.0.1:56655_no_",             
"base_url":"http://127.0.0.1:56655/no_";,             "leader":"true"}}}},     
"autoAddReplicas":"false",     "router":{"name":"compositeId"},     
"maxShardsPerNode":"1",     "autoCreated":"true"},   "collection1":{     
"replicationFactor":"1",     "shards":{       "shard1":{         
"range":"80000000-ffffffff",         "state":"active",         
"replicas":{"core_node2":{             "core":"collection1",             
"state":"active",             "node_name":"127.0.0.1:56665_no_",             
"base_url":"http://127.0.0.1:56665/no_";,             "leader":"true"}}},       
"shard2":{         "range":"0-7fffffff",         "state":"active",         
"replicas":{           "core_node1":{             "core":"collection1",         
    "state":"active",             "node_name":"127.0.0.1:56661_no_",            
 "base_url":"http://127.0.0.1:56661/no_";,             "leader":"true"},         
  "core_node3":{             "core":"collection1",             
"state":"active",             "node_name":"127.0.0.1:56669_no_",             
"base_url":"http://127.0.0.1:56669/no_"}}}},     "autoAddReplicas":"false",     
"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: {
  "c8n_1x2":{
    "replicationFactor":"2",
    "shards":{"shard1":{
        "range":"80000000-7fffffff",
        "state":"active",
        "replicas":{
          "core_node1":{
            "state":"down",
            "base_url":"http://127.0.0.1:56665/no_";,
            "core":"c8n_1x2_shard1_replica1",
            "node_name":"127.0.0.1:56665_no_"},
          "core_node2":{
            "core":"c8n_1x2_shard1_replica2",
            "state":"active",
            "node_name":"127.0.0.1:56661_no_",
            "base_url":"http://127.0.0.1:56661/no_";,
            "leader":"true"}}}},
    "autoAddReplicas":"false",
    "router":{"name":"compositeId"},
    "maxShardsPerNode":"1"},
  "control_collection":{
    "replicationFactor":"1",
    "shards":{"shard1":{
        "range":"80000000-7fffffff",
        "state":"active",
        "replicas":{"core_node1":{
            "core":"collection1",
            "state":"active",
            "node_name":"127.0.0.1:56655_no_",
            "base_url":"http://127.0.0.1:56655/no_";,
            "leader":"true"}}}},
    "autoAddReplicas":"false",
    "router":{"name":"compositeId"},
    "maxShardsPerNode":"1",
    "autoCreated":"true"},
  "collection1":{
    "replicationFactor":"1",
    "shards":{
      "shard1":{
        "range":"80000000-ffffffff",
        "state":"active",
        "replicas":{"core_node2":{
            "core":"collection1",
            "state":"active",
            "node_name":"127.0.0.1:56665_no_",
            "base_url":"http://127.0.0.1:56665/no_";,
            "leader":"true"}}},
      "shard2":{
        "range":"0-7fffffff",
        "state":"active",
        "replicas":{
          "core_node1":{
            "core":"collection1",
            "state":"active",
            "node_name":"127.0.0.1:56661_no_",
            "base_url":"http://127.0.0.1:56661/no_";,
            "leader":"true"},
          "core_node3":{
            "core":"collection1",
            "state":"active",
            "node_name":"127.0.0.1:56669_no_",
            "base_url":"http://127.0.0.1:56669/no_"}}}},
    "autoAddReplicas":"false",
    "router":{"name":"compositeId"},
    "maxShardsPerNode":"1",
    "autoCreated":"true"}}
        at 
__randomizedtesting.SeedInfo.seed([4F8161DCD18DB1AB:C7D55E067F71DC53]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:1931)
        at 
org.apache.solr.cloud.HttpPartitionTest.testRf2(HttpPartitionTest.java:239)
        at 
org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.java:106)
        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 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
        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 9229 lines...]
   [junit4] Suite: org.apache.solr.cloud.HttpPartitionTest
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 4F8161DCD18DB1AB-001/init-core-data-001
   [junit4]   2> 836220 T2946 oas.BaseDistributedSearchTestCase.initHostContext 
Setting hostContext system property: /no_/
   [junit4]   2> 836226 T2946 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 836228 T2947 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 836328 T2946 oasc.ZkTestServer.run start zk server on 
port:56652
   [junit4]   2> 836329 T2946 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 836330 T2946 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 836335 T2954 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@4a838425 
name:ZooKeeperConnection Watcher:127.0.0.1:56652 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 836336 T2946 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 836336 T2946 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 836337 T2946 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 836344 T2946 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 836354 T2946 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 836361 T2957 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@36c7a1af 
name:ZooKeeperConnection Watcher:127.0.0.1:56652/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 836365 T2946 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 836365 T2946 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 836365 T2946 oascc.SolrZkClient.makePath makePath: 
/collections/collection1
   [junit4]   2> 836374 T2946 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/shards
   [junit4]   2> 836382 T2946 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection
   [junit4]   2> 836388 T2946 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/shards
   [junit4]   2> 836395 T2946 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 836396 T2946 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.xml
   [junit4]   2> 836407 T2946 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 836408 T2946 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/schema.xml
   [junit4]   2> 836417 T2946 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 836417 T2946 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 836425 T2946 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 836425 T2946 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/stopwords.txt
   [junit4]   2> 836434 T2946 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 836435 T2946 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/protwords.txt
   [junit4]   2> 836442 T2946 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 836443 T2946 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/currency.xml
   [junit4]   2> 836451 T2946 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 836452 T2946 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/enumsConfig.xml
   [junit4]   2> 836460 T2946 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 836461 T2946 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/open-exchange-rates.json
   [junit4]   2> 836468 T2946 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 836468 T2946 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 836479 T2946 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 836480 T2946 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/old_synonyms.txt
   [junit4]   2> 836491 T2946 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 836492 T2946 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/synonyms.txt
   [junit4]   2> 838581 T2946 oas.SolrTestCaseJ4.writeCoreProperties Writing 
core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 4F8161DCD18DB1AB-001/control-001/cores/collection1
   [junit4]   2> 838587 T2946 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 838625 T2946 oejs.AbstractConnector.doStart Started 
[email protected]:56656
   [junit4]   2> 838626 T2946 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@5472fe25
   [junit4]   2> 838626 T2946 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 838627 T2946 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 4F8161DCD18DB1AB-001/control-001
   [junit4]   2> 838627 T2946 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 4F8161DCD18DB1AB-001/control-001/'
   [junit4]   2> 838675 T2946 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 4F8161DCD18DB1AB-001/control-001/solr.xml
   [junit4]   2> 838735 T2946 oasc.CorePropertiesLocator.<init> Config-defined 
core root directory: 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 4F8161DCD18DB1AB-001/control-001/cores
   [junit4]   2> 838736 T2946 oasc.CoreContainer.<init> New CoreContainer 
744758188
   [junit4]   2> 838736 T2946 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 4F8161DCD18DB1AB-001/control-001/]
   [junit4]   2> 838737 T2946 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 838737 T2946 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 838738 T2946 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 838738 T2946 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 838738 T2946 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 838738 T2946 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 838739 T2946 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 838739 T2946 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 838739 T2946 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 838739 T2946 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 838740 T2946 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 838740 T2946 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 838741 T2946 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 838741 T2946 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 838741 T2946 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 838742 T2946 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:56652/solr
   [junit4]   2> 838742 T2946 oasc.ZkController.checkChrootPath zkHost includes 
chroot
   [junit4]   2> 838742 T2946 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 838744 T2946 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 838749 T2969 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@29acb6d8 
name:ZooKeeperConnection Watcher:127.0.0.1:56652 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 838751 T2946 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 838753 T2946 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 838758 T2946 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 838764 T2972 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@333a5639 
name:ZooKeeperConnection Watcher:127.0.0.1:56652/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 838764 T2946 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 838769 T2946 oascc.SolrZkClient.makePath makePath: 
/overseer/queue
   [junit4]   2> 838781 T2946 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-queue-work
   [junit4]   2> 838797 T2946 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-running
   [junit4]   2> 838806 T2946 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-completed
   [junit4]   2> 838816 T2946 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-failure
   [junit4]   2> 838826 T2946 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 838831 T2946 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56655_no_
   [junit4]   2> 838834 T2946 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:56655_no_
   [junit4]   2> 838842 T2946 oascc.SolrZkClient.makePath makePath: 
/overseer_elect
   [junit4]   2> 838848 T2946 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/election
   [junit4]   2> 838855 T2946 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 838860 T2946 oasc.OverseerElectionContext.runLeaderProcess I 
am going to be the leader 127.0.0.1:56655_no_
   [junit4]   2> 838860 T2946 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/leader
   [junit4]   2> 838867 T2946 oasc.Overseer.start Overseer 
(id=93290749107372035-127.0.0.1:56655_no_-n_0000000000) starting
   [junit4]   2> 838875 T2946 oascc.SolrZkClient.makePath makePath: 
/overseer/queue-work
   [junit4]   2> 838904 T2946 oasc.OverseerAutoReplicaFailoverThread.<init> 
Starting OverseerAutoReplicaFailoverThread 
autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 838906 T2974 oasc.OverseerCollectionProcessor.run Process 
current queue of collection creations
   [junit4]   2> 838909 T2973 oasc.Overseer$ClusterStateUpdater.run Starting to 
work on the main queue
   [junit4]   2> 838911 T2946 oascc.SolrZkClient.makePath makePath: 
/clusterstate.json
   [junit4]   2> 838919 T2946 oascc.SolrZkClient.makePath makePath: 
/aliases.json
   [junit4]   2> 838923 T2946 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 838941 T2946 oasc.CorePropertiesLocator.discover Looking for 
core definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 4F8161DCD18DB1AB-001/control-001/cores
   [junit4]   2> 838943 T2946 oasc.CorePropertiesLocator.discoverUnder Found 
core collection1 in 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 4F8161DCD18DB1AB-001/control-001/cores/collection1/
   [junit4]   2> 838943 T2946 oasc.CorePropertiesLocator.discover Found 1 core 
definitions
   [junit4]   2> 838947 T2976 oasc.ZkController.publish publishing 
core=collection1 state=down collection=control_collection
   [junit4]   2> 838947 T2976 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 838950 T2976 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 838950 T2972 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 838966 T2973 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 0, message = {
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "roles":null,
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "node_name":"127.0.0.1:56655_no_",
   [junit4]   2>          "base_url":"http://127.0.0.1:56655/no_"} current 
state version: 0
   [junit4]   2> 838968 T2973 oasco.ReplicaMutator.updateState Update state 
numShards=1 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "roles":null,
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "node_name":"127.0.0.1:56655_no_",
   [junit4]   2>          "base_url":"http://127.0.0.1:56655/no_"}
   [junit4]   2> 838968 T2973 oasco.ClusterStateMutator.createCollection 
building a new cName: control_collection
   [junit4]   2> 838969 T2973 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard1
   [junit4]   2> 838973 T2972 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> 839951 T2976 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 839951 T2976 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:control_collection
   [junit4]   2> 839953 T2976 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 839954 T2976 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 839958 T2976 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 839958 T2976 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 4F8161DCD18DB1AB-001/control-001/cores/collection1/'
   [junit4]   2> 839985 T2976 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 839993 T2976 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 840014 T2976 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 840067 T2976 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
5.1.0
   [junit4]   2> 840154 T2976 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 840158 T2976 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 840176 T2976 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 840674 T2976 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 840683 T2976 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 840686 T2976 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 840719 T2976 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 840725 T2976 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 840732 T2976 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 840735 T2976 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 840736 T2976 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 840736 T2976 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 840739 T2976 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 840739 T2976 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 840739 T2976 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection control_collection
   [junit4]   2> 840740 T2976 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 840740 T2976 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 4F8161DCD18DB1AB-001/control-001/cores/collection1/, 
dataDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 4F8161DCD18DB1AB-001/tempDir-001/control/data/
   [junit4]   2> 840740 T2976 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@46b07179
   [junit4]   2> 840741 T2976 oasc.CachingDirectoryFactory.get return new 
directory for 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 4F8161DCD18DB1AB-001/tempDir-001/control/data
   [junit4]   2> 840742 T2976 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 4F8161DCD18DB1AB-001/tempDir-001/control/data/index/
   [junit4]   2> 840742 T2976 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 4F8161DCD18DB1AB-001/tempDir-001/control/data/index' doesn't exist. Creating 
new index...
   [junit4]   2> 840742 T2976 oasc.CachingDirectoryFactory.get return new 
directory for 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 4F8161DCD18DB1AB-001/tempDir-001/control/data/index
   [junit4]   2> 840743 T2976 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=28, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=85.7177734375, 
floorSegmentMB=1.0947265625, forceMergeDeletesPctAllowed=25.640823134335037, 
segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8639839718911662
   [junit4]   2> 840743 T2976 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@5029c008 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@64fe7655),segFN=segments_1,generation=1}
   [junit4]   2> 840744 T2976 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 840750 T2976 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 840751 T2976 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 840751 T2976 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 840751 T2976 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 840751 T2976 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 840752 T2976 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 840753 T2976 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 840753 T2976 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 840753 T2976 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 840754 T2976 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 840755 T2976 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 840755 T2976 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 840756 T2976 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 840757 T2976 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 840757 T2976 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 840759 T2976 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 840760 T2976 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 840760 T2976 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 840761 T2976 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 840762 T2976 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 840762 T2976 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 840763 T2976 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 840763 T2976 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 840764 T2976 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 840764 T2976 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 840765 T2976 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 840765 T2976 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 840780 T2976 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 840783 T2976 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 840785 T2976 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 840787 T2976 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 840791 T2976 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 840794 T2976 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 840794 T2976 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 840795 T2976 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=28, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=true, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 840796 T2976 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@5029c008 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@64fe7655),segFN=segments_1,generation=1}
   [junit4]   2> 840796 T2976 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 840797 T2976 oass.SolrIndexSearcher.<init> Opening 
Searcher@4792165a[collection1] main
   [junit4]   2> 840797 T2976 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 840800 T2976 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 840801 T2976 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 840802 T2976 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 840802 T2976 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 840802 T2976 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 840804 T2976 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 840804 T2976 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 840804 T2976 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 840805 T2976 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 840807 T2977 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@4792165a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 840808 T2976 oasc.CoreContainer.registerCore registering core: 
collection1
   [junit4]   2> 840811 T2980 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:56655/no_ 
collection:control_collection shard:shard1
   [junit4]   2> 840812 T2946 oass.SolrDispatchFilter.init 
user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 840812 T2946 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 840813 T2980 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 840817 T2946 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 840820 T2946 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 840825 T2984 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@2debafce 
name:ZooKeeperConnection Watcher:127.0.0.1:56652/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 840825 T2946 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 840826 T2946 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 840829 T2946 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 840829 T2980 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard1
   [junit4]   2> 840834 T2972 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 840835 T2980 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 840836 T2980 oasc.ShardLeaderElectionContext.runLeaderProcess 
I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C878 name=collection1 
org.apache.solr.core.SolrCore@420b5e3d 
url=http://127.0.0.1:56655/no_/collection1 node=127.0.0.1:56655_no_ 
C878_STATE=coll:control_collection core:collection1 props:{core=collection1, 
state=down, node_name=127.0.0.1:56655_no_, base_url=http://127.0.0.1:56655/no_}
   [junit4]   2> 840836 T2980 C878 P56655 oasc.SyncStrategy.sync Sync replicas 
to http://127.0.0.1:56655/no_/collection1/
   [junit4]   2> 840836 T2980 C878 P56655 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 840836 T2980 C878 P56655 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:56655/no_/collection1/ has no replicas
   [junit4]   2> 840837 T2980 oasc.ShardLeaderElectionContext.runLeaderProcess 
I am the new leader: http://127.0.0.1:56655/no_/collection1/ shard1
   [junit4]   2> 840837 T2980 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leaders/shard1
   [junit4]   2> 840838 T2973 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection"} current state 
version: 1
   [junit4]   2> 840838 T2946 oasc.ChaosMonkey.monkeyLog monkey: init - expire 
sessions:false cause connection loss:false
   [junit4]   2> 840839 T2946 oasc.AbstractFullDistribZkTestBase.createJettys 
Creating collection1 with stateFormat=2
   [junit4]   2> 840839 T2946 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 840841 T2946 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 840843 T2972 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> 840844 T2984 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> 840850 T2987 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@56bf9cc4 
name:ZooKeeperConnection Watcher:127.0.0.1:56652/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 840851 T2946 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 840851 T2946 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 840867 T2973 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 2, message = {
   [junit4]   2>          "operation":"create",
   [junit4]   2>          "name":"collection1",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "stateFormat":"2"} current state version: 2
   [junit4]   2> 840867 T2973 oasco.ClusterStateMutator.createCollection 
building a new cName: collection1
   [junit4]   2> 840876 T2988 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 840878 T2973 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 2, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "base_url":"http://127.0.0.1:56655/no_";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"} current state version: 2
   [junit4]   2> 840880 T2973 oasco.ZkStateWriter.writePendingUpdates going to 
create_collection /collections/collection1/state.json
   [junit4]   2> 840884 T2984 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> 841018 T2984 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> 841075 T2980 oasc.ZkController.register We are 
http://127.0.0.1:56655/no_/collection1/ and leader is 
http://127.0.0.1:56655/no_/collection1/
   [junit4]   2> 841075 T2980 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:56655/no_
   [junit4]   2> 841076 T2980 oasc.ZkController.checkRecovery I am the leader, 
no recovery necessary
   [junit4]   2> 841076 T2980 oasc.ZkController.publish publishing 
core=collection1 state=active collection=control_collection
   [junit4]   2> 841076 T2980 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 841080 T2972 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 841091 T2973 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "node_name":"127.0.0.1:56655_no_",
   [junit4]   2>          "base_url":"http://127.0.0.1:56655/no_"} current 
state version: 4
   [junit4]   2> 841093 T2973 oasco.ReplicaMutator.updateState Update state 
numShards=2 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "node_name":"127.0.0.1:56655_no_",
   [junit4]   2>          "base_url":"http://127.0.0.1:56655/no_"}
   [junit4]   2> 841230 T2972 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> 841233 T2984 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> 843134 T2946 oas.SolrTestCaseJ4.writeCoreProperties Writing 
core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 4F8161DCD18DB1AB-001/shard-1-001/cores/collection1
   [junit4]   2> 843138 T2946 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 1
   [junit4]   2> 843140 T2946 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 843147 T2946 oejs.AbstractConnector.doStart Started 
[email protected]:56662
   [junit4]   2> 843148 T2946 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@5472fe25
   [junit4]   2> 843149 T2946 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 843149 T2946 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 4F8161DCD18DB1AB-001/shard-1-001
   [junit4]   2> 843149 T2946 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 4F8161DCD18DB1AB-001/shard-1-001/'
   [junit4]   2> 843201 T2946 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 4F8161DCD18DB1AB-001/shard-1-001/solr.xml
   [junit4]   2> 843245 T2946 oasc.CorePropertiesLocator.<init> Config-defined 
core root directory: 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 4F8161DCD18DB1AB-001/shard-1-001/cores
   [junit4]   2> 843245 T2946 oasc.CoreContainer.<init> New CoreContainer 
460398742
   [junit4]   2> 843246 T2946 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 4F8161DCD18DB1AB-001/shard-1-001/]
   [junit4]   2> 843249 T2946 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 843249 T2946 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 843249 T2946 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 843249 T2946 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 843250 T2946 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 843251 T2946 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 843251 T2946 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 843251 T2946 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 843252 T2946 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 843252 T2946 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 843253 T2946 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 843253 T2946 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 843254 T2946 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 843254 T2946 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 843254 T2946 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 843255 T2946 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:56652/solr
   [junit4]   2> 843256 T2946 oasc.ZkController.checkChrootPath zkHost includes 
chroot
   [junit4]   2> 843256 T2946 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 843258 T2946 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 843263 T3000 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@7f74012f 
name:ZooKeeperConnection Watcher:127.0.0.1:56652 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 843264 T2946 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 843265 T2946 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 843272 T2946 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 843276 T3003 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@4e61188f 
name:ZooKeeperConnection Watcher:127.0.0.1:56652/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 843276 T2946 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 843299 T2946 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 844321 T2946 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56661_no_
   [junit4]   2> 844326 T2946 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:56661_no_
   [junit4]   2> 844341 T2946 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 844353 T2946 oasc.CorePropertiesLocator.discover Looking for 
core definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 4F8161DCD18DB1AB-001/shard-1-001/cores
   [junit4]   2> 844356 T2946 oasc.CorePropertiesLocator.discoverUnder Found 
core collection1 in 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 4F8161DCD18DB1AB-001/shard-1-001/cores/collection1/
   [junit4]   2> 844356 T2946 oasc.CorePropertiesLocator.discover Found 1 core 
definitions
   [junit4]   2> 844368 T3004 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 844368 T3004 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 844373 T2972 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 844376 T3004 oasc.ZkController.preRegister Registering watch 
for external collection collection1
   [junit4]   2> 844377 T3004 oascc.ZkStateReader.addZkWatch addZkWatch 
collection1
   [junit4]   2> 844377 T2973 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "roles":null,
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "node_name":"127.0.0.1:56661_no_",
   [junit4]   2>          "base_url":"http://127.0.0.1:56661/no_"} current 
state version: 5
   [junit4]   2> 844378 T3004 oascc.ZkStateReader.addZkWatch Updating 
collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 844379 T2973 oasco.ReplicaMutator.updateState Update state 
numShards=2 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "roles":null,
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "node_name":"127.0.0.1:56661_no_",
   [junit4]   2>          "base_url":"http://127.0.0.1:56661/no_"}
   [junit4]   2> 844379 T2973 oasco.ReplicaMutator.updateState Collection 
already exists with numShards=2
   [junit4]   2> 844379 T2973 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard2
   [junit4]   2> 844381 T3004 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 0 
   [junit4]   2> 844382 T3004 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 844383 T2973 oasco.ZkStateWriter.writePendingUpdates going to 
update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 844385 T3003 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 844387 T3003 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 1 
   [junit4]   2> 845383 T3004 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 845384 T3004 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 845386 T3004 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 845386 T3004 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 845390 T3004 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 845390 T3004 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 4F8161DCD18DB1AB-001/shard-1-001/cores/collection1/'
   [junit4]   2> 845427 T3004 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 845434 T3004 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 845453 T3004 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 845491 T3004 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
5.1.0
   [junit4]   2> 845570 T3004 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 845573 T3004 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 845585 T3004 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 846085 T3004 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 846105 T3004 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 846108 T3004 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 846156 T3004 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 846164 T3004 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 846173 T3004 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 846176 T3004 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 846177 T3004 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 846179 T3004 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 846183 T3004 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 846183 T3004 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 846183 T3004 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 846183 T3004 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 846185 T3004 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 4F8161DCD18DB1AB-001/shard-1-001/cores/collection1/, 
dataDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 4F8161DCD18DB1AB-001/tempDir-001/jetty1/
   [junit4]   2> 846185 T3004 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@46b07179
   [junit4]   2> 846187 T3004 oasc.CachingDirectoryFactory.get return new 
directory for 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 4F8161DCD18DB1AB-001/tempDir-001/jetty1
   [junit4]   2> 846188 T3004 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 4F8161DCD18DB1AB-001/tempDir-001/jetty1/index/
   [junit4]   2> 846188 T3004 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 4F8161DCD18DB1AB-001/tempDir-001/jetty1/index' doesn't exist. Creating new 
index...
   [junit4]   2> 846189 T3004 oasc.CachingDirectoryFactory.get return new 
directory for 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 4F8161DCD18DB1AB-001/tempDir-001/jetty1/index
   [junit4]   2> 846195 T3004 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=28, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=85.7177734375, 
floorSegmentMB=1.0947265625, forceMergeDeletesPctAllowed=25.640823134335037, 
segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8639839718911662
   [junit4]   2> 846197 T3004 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@6445effd 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2b8efe79),segFN=segments_1,generation=1}
   [junit4]   2> 846197 T3004 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 846223 T3004 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 846224 T3004 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 846225 T3004 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 846226 T3004 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 846227 T3004 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 846227 T3004 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 846228 T3004 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 846229 T3004 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 846229 T3004 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 846231 T3004 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 846233 T3004 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 846237 T3004 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 846238 T3004 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 846239 T3004 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 846240 T3004 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 846245 T3004 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 846252 T3004 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 846253 T3004 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 846256 T3004 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 846257 T3004 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 846257 T3004 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 846258 T3004 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 846259 T3004 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 846262 T3004 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 846263 T3004 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 846264 T3004 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 846266 T3004 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 846287 T3004 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 846291 T3004 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 846294 T3004 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 846295 T3004 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 846298 T3004 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 846301 T3004 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 846301 T3004 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 846303 T3004 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=28, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=true, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 846304 T3004 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@6445effd 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2b8efe79),segFN=segments_1,generation=1}
   [junit4]   2> 846304 T3004 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 846305 T3004 oass.SolrIndexSearcher.<init> Opening 
Searcher@1047a7d9[collection1] main
   [junit4]   2> 846305 T3004 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 846309 T3004 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 846309 T3004 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 846312 T3004 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 846312 T3004 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 846312 T3004 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 846314 T3004 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 846315 T3004 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 846315 T3004 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 846315 T3004 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 846318 T3005 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@1047a7d9[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 846318 T3004 oasc.CoreContainer.registerCore registering core: 
collection1
   [junit4]   2> 846321 T3008 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:56661/no_ collection:collection1 
shard:shard2
   [junit4]   2> 846322 T2946 oass.SolrDispatchFilter.init 
user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 846323 T2946 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 846324 T3008 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard2/election
   [junit4]   2> 846343 T3008 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard2
   [junit4]   2> 846349 T2972 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 846353 T3008 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 846354 T3008 oasc.ShardLeaderElectionContext.runLeaderProcess 
I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C879 name=collection1 
org.apache.solr.core.SolrCore@55f7308c 
url=http://127.0.0.1:56661/no_/collection1 node=127.0.0.1:56661_no_ 
C879_STATE=coll:collection1 core:collection1 props:{core=collection1, 
state=down, node_name=127.0.0.1:56661_no_, base_url=http://127.0.0.1:56661/no_}
   [junit4]   2> 846354 T3008 C879 P56661 oasc.SyncStrategy.sync Sync replicas 
to http://127.0.0.1:56661/no_/collection1/
   [junit4]   2> 846355 T3008 C879 P56661 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 846353 T2973 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1"} current state version: 5
   [junit4]   2> 846355 T3008 C879 P56661 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:56661/no_/collection1/ has no replicas
   [junit4]   2> 846356 T3008 oasc.ShardLeaderElectionContext.runLeaderProcess 
I am the new leader: http://127.0.0.1:56661/no_/collection1/ shard2
   [junit4]   2> 846356 T3008 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard2
   [junit4]   2> 846359 T2973 oasco.ZkStateWriter.writePendingUpdates going to 
update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 846362 T3003 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 846370 T3003 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 2 
   [junit4]   2> 846393 T2972 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 846397 T2973 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "base_url":"http://127.0.0.1:56661/no_";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"} current state version: 5
   [junit4]   2> 846400 T2973 oasco.ZkStateWriter.writePendingUpdates going to 
update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 846403 T3003 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 846405 T3003 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 3 
   [junit4]   2> 846449 T3008 oasc.ZkController.register We are 
http://127.0.0.1:56661/no_/collection1/ and leader is 
http://127.0.0.1:56661/no_/collection1/
   [junit4]   2> 846450 T3008 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:56661/no_
   [junit4]   2> 846450 T3008 oasc.ZkController.checkRecovery I am the leader, 
no recovery necessary
   [junit4]   2> 846451 T3008 oasc.ZkController.publish publishing 
core=collection1 state=active collection=collection1
   [junit4]   2> 846451 T3008 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 846457 T2972 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 846466 T2973 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "node_name":"127.0.0.1:56661_no_",
   [junit4]   2>          "base_url":"http://127.0.0.1:56661/no_"} current 
state version: 5
   [junit4]   2> 846468 T2973 oasco.ReplicaMutator.updateState Update state 
numShards=2 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "node_name":"127.0.0.1:56661_no_",
   [junit4]   2>          "base_url":"http://127.0.0.1:56661/no_"}
   [junit4]   2> 846468 T3008 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 3 
   [junit4]   2> 846471 T2973 oasco.ZkStateWriter.writePendingUpdates going to 
update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 846474 T3003 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 846478 T3003 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 4 
   [junit4]   2> 848394 T2946 oas.SolrTestCaseJ4.writeCoreProperties Writing 
core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 4F8161DCD18DB1AB-001/shard-2-001/cores/collection1
   [junit4]   2> 848397 T2946 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 2
   [junit4]   2> 848399 T2946 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 848405 T2946 oejs.AbstractConnector.doStart Started 
[email protected]:56666
   [junit4]   2> 848405 T2946 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@5472fe25
   [junit4]   2> 848406 T2946 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 848406 T2946 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 4F8161DCD18DB1AB-001/shard-2-001
   [junit4]   2> 848406 T2946 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 4F8161DCD18DB1AB-001/shard-2-001/'
   [junit4]   2> 848453 T2946 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 4F8161DCD18DB1AB-001/shard-2-001/solr.xml
   [junit4]   2> 848500 T2946 oasc.CorePropertiesLocator.<init> Config-defined 
core root directory: 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 4F8161DCD18DB1AB-001/shard-2-001/cores
   [junit4]   2> 848501 T2946 oasc.CoreContainer.<init> New CoreContainer 
28286462
   [junit4]   2> 848501 T2946 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 4F8161DCD18DB1AB-001/shard-2-001/]
   [junit4]   2> 848505 T2946 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 848505 T2946 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 848507 T2946 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 848507 T2946 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 848508 T2946 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 848508 T2946 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 848509 T2946 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 848509 T2946 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 848510 T2946 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 848510 T2946 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 848511 T2946 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 848511 T2946 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 848513 T2946 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 848513 T2946 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 848515 T2946 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 848516 T2946 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:56652/solr
   [junit4]   2> 848517 T2946 oasc.ZkController.checkChrootPath zkHost includes 
chroot
   [junit4]   2> 848517 T2946 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 848519 T2946 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 848524 T3021 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@788e257c 
name:ZooKeeperConnection Watcher:127.0.0.1:56652 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 848526 T2946 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 848527 T2946 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 848536 T2946 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 848542 T3024 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@6c04d68c 
name:ZooKeeperConnection Watcher:127.0.0.1:56652/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 848543 T2946 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 848570 T2946 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 849590 T2946 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56665_no_
   [junit4]   2> 849592 T2946 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:56665_no_
   [junit4]   2> 849609 T2946 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 849622 T2946 oasc.CorePropertiesLocator.discover Looking for 
core definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 4F8161DCD18DB1AB-001/shard-2-001/cores
   [junit4]   2> 849626 T2946 oasc.CorePropertiesLocator.discoverUnder Found 
core collection1 in 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 4F8161DCD18DB1AB-001/shard-2-001/cores/collection1/
   [junit4]   2> 849628 T2946 oasc.CorePropertiesLocator.discover Found 1 core 
definitions
   [junit4]   2> 849640 T3025 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 849640 T3025 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 849647 T2972 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 849653 T2973 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "roles":null,
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "node_name":"127.0.0.1:56665_no_",
   [junit4]   2>          "base_url":"http://127.0.0.1:56665/no_"} current 
state version: 5
   [junit4]   2> 849655 T2973 oasco.ReplicaMutator.updateState Update state 
numShards=2 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "roles":null,
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "node_name":"127.0.0.1:56665_no_",
   [junit4]   2>          "base_url":"http://127.0.0.1:56665/no_"}
   [junit4]   2> 849655 T2973 oasco.ReplicaMutator.updateState Collection 
already exists with numShards=2
   [junit4]   2> 849655 T2973 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard1
   [junit4]   2> 849657 T3025 oasc.ZkController.preRegister Registering watch 
for external collection collection1
   [junit4]   2> 849657 T3025 oascc.ZkStateReader.addZkWatch addZkWatch 
collection1
   [junit4]   2> 849659 T3025 oascc.ZkStateReader.addZkWatch Updating 
collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 849663 T3025 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 4 
   [junit4]   2> 849663 T3025 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 849666 T2973 oasco.ZkStateWriter.writePendingUpdates going to 
update_collection /collections/collection1/state.json version: 4
   [junit4]   2> 849669 T3024 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 849670 T3003 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 849674 T3024 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 5 
   [junit4]   2> 849675 T3003 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 5 
   [junit4]   2> 850665 T3025 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 850665 T3025 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 850667 T3025 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 850667 T3025 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 850670 T3025 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 850671 T3025 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 4F8161DCD18DB1AB-001/shard-2-001/cores/collection1/'
   [junit4]   2> 850696 T3025 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 850703 T3025 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 850716 T3025 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 850755 T3025 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
5.1.0
   [junit4]   2> 850822 T3025 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 850826 T3025 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 850841 T3025 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 851333 T3025 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 851342 T3025 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 851345 T3025 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 851381 T3025 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 851387 T3025 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 851396 T3025 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 851399 T3025 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 851402 T3025 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 851402 T3025 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 851405 T3025 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 851405 T3025 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 851405 T3025 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 851406 T3025 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 851406 T3025 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 4F8161DCD18DB1AB-001/shard-2-001/cores/collection1/, 
dataDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 4F8161DCD18DB1AB-001/tempDir-001/jetty2/
   [junit4]   2> 851406 T3025 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@46b07179
   [junit4]   2> 851407 T3025 oasc.CachingDirectoryFactory.get return new 
directory for 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 4F8161DCD18DB1AB-001/tempDir-001/jetty2
   [junit4]   2> 851408 T3025 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 4F8161DCD18DB1AB-001/tempDir-001/jetty2/index/
   [junit4]   2> 851408 T3025 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 4F8161DCD18DB1AB-001/tempDir-001/jetty2/index' doesn't exist. Creating new 
index...
   [junit4]   2> 851408 T3025 oasc.CachingDirectoryFactory.get return new 
directory for 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 4F8161DCD18DB1AB-001/tempDir-001/jetty2/index
   [junit4]   2> 851409 T3025 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=28, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=85.7177734375, 
floorSegmentMB=1.0947265625, forceMergeDeletesPctAllowed=25.640823134335037, 
segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8639839718911662
   [junit4]   2> 851410 T3025 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@6a85993f 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@69102dbb),segFN=segments_1,generation=1}
   [junit4]   2> 851411 T3025 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 851418 T3025 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 851419 T3025 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 851420 T3025 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 851420 T3025 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 851421 T3025 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 851421 T3025 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 851422 T3025 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 851423 T3025 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 851423 T3025 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 851424 T3025 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 851426 T3025 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 851426 T3025 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 851427 T3025 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 851428 T3025 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 851430 T3025 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 851431 T3025 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 851432 T3025 oasc.

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

rvice.java:110)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$3.process(SolrZkClient.java:260)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 
   [junit4]   2> 939398 T3182 oascc.ZkStateReader$7.process WARN ZooKeeper 
watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 939413 T2946 oejsh.ContextHandler.doStop stopped 
o.e.j.s.ServletContextHandler{/no_,null}
   [junit4]   2> 939605 T2946 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:56652 56652
   [junit4]   2> 939702 T2947 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:56652 56652
   [junit4]   2> 939947 T2947 oasc.ZkTestServer$ZKServerMain.runFromConfig WARN 
Watch limit violations: 
   [junit4]   2>        Maximum concurrent create/delete watches above limit:
   [junit4]   2>        
   [junit4]   2>                5       /solr/aliases.json
   [junit4]   2>                5       /solr/clusterstate.json
   [junit4]   2>                4       /solr/configs/conf1
   [junit4]   2>                3       /solr/collections/collection1/state.json
   [junit4]   2>                2       
/solr/collections/c8n_crud_1x2/state.json
   [junit4]   2>                2       /solr/collections/c8n_1x2/state.json
   [junit4]   2>        
   [junit4]   2>        Maximum concurrent children watches above limit:
   [junit4]   2>        
   [junit4]   2>                5       /solr/live_nodes
   [junit4]   2>                4       /solr/overseer/queue
   [junit4]   2>                4       /solr/overseer/collection-queue-work
   [junit4]   2>        
   [junit4]   2> 939954 T2946 oasc.SocketProxy.close WARN Closing 0 connections 
to: http://127.0.0.1:56665/no_
   [junit4]   2> 939956 T2946 oasc.SocketProxy.close WARN Closing 18 
connections to: http://127.0.0.1:56661/no_
   [junit4]   2> 939957 T2946 oasc.SocketProxy.close WARN Closing 3 connections 
to: http://127.0.0.1:56669/no_
   [junit4]   2> 939958 T2946 oasc.SocketProxy.close WARN Closing 3 connections 
to: http://127.0.0.1:56655/no_
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=HttpPartitionTest 
-Dtests.method=test -Dtests.seed=4F8161DCD18DB1AB -Dtests.slow=true 
-Dtests.locale=ko_KR -Dtests.timezone=PLT -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE  104s | HttpPartitionTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Didn't see all 
replicas for shard shard1 in c8n_1x2 come up within 30000 ms! ClusterState: {
   [junit4]    >   "c8n_1x2":{
   [junit4]    >     "replicationFactor":"2",
   [junit4]    >     "shards":{"shard1":{
   [junit4]    >         "range":"80000000-7fffffff",
   [junit4]    >         "state":"active",
   [junit4]    >         "replicas":{
   [junit4]    >           "core_node1":{
   [junit4]    >             "state":"down",
   [junit4]    >             "base_url":"http://127.0.0.1:56665/no_";,
   [junit4]    >             "core":"c8n_1x2_shard1_replica1",
   [junit4]    >             "node_name":"127.0.0.1:56665_no_"},
   [junit4]    >           "core_node2":{
   [junit4]    >             "core":"c8n_1x2_shard1_replica2",
   [junit4]    >             "state":"active",
   [junit4]    >             "node_name":"127.0.0.1:56661_no_",
   [junit4]    >             "base_url":"http://127.0.0.1:56661/no_";,
   [junit4]    >             "leader":"true"}}}},
   [junit4]    >     "autoAddReplicas":"false",
   [junit4]    >     "router":{"name":"compositeId"},
   [junit4]    >     "maxShardsPerNode":"1"},
   [junit4]    >   "control_collection":{
   [junit4]    >     "replicationFactor":"1",
   [junit4]    >     "shards":{"shard1":{
   [junit4]    >         "range":"80000000-7fffffff",
   [junit4]    >         "state":"active",
   [junit4]    >         "replicas":{"core_node1":{
   [junit4]    >             "core":"collection1",
   [junit4]    >             "state":"active",
   [junit4]    >             "node_name":"127.0.0.1:56655_no_",
   [junit4]    >             "base_url":"http://127.0.0.1:56655/no_";,
   [junit4]    >             "leader":"true"}}}},
   [junit4]    >     "autoAddReplicas":"false",
   [junit4]    >     "router":{"name":"compositeId"},
   [junit4]    >     "maxShardsPerNode":"1",
   [junit4]    >     "autoCreated":"true"},
   [junit4]    >   "collection1":{
   [junit4]    >     "replicationFactor":"1",
   [junit4]    >     "shards":{
   [junit4]    >       "shard1":{
   [junit4]    >         "range":"80000000-ffffffff",
   [junit4]    >         "state":"active",
   [junit4]    >         "replicas":{"core_node2":{
   [junit4]    >             "core":"collection1",
   [junit4]    >             "state":"active",
   [junit4]    >             "node_name":"127.0.0.1:56665_no_",
   [junit4]    >             "base_url":"http://127.0.0.1:56665/no_";,
   [junit4]    >             "leader":"true"}}},
   [junit4]    >       "shard2":{
   [junit4]    >         "range":"0-7fffffff",
   [junit4]    >         "state":"active",
   [junit4]    >         "replicas":{
   [junit4]    >           "core_node1":{
   [junit4]    >             "core":"collection1",
   [junit4]    >             "state":"active",
   [junit4]    >             "node_name":"127.0.0.1:56661_no_",
   [junit4]    >             "base_url":"http://127.0.0.1:56661/no_";,
   [junit4]    >             "leader":"true"},
   [junit4]    >           "core_node3":{
   [junit4]    >             "core":"collection1",
   [junit4]    >             "state":"active",
   [junit4]    >             "node_name":"127.0.0.1:56669_no_",
   [junit4]    >             "base_url":"http://127.0.0.1:56669/no_"}}}},
   [junit4]    >     "autoAddReplicas":"false",
   [junit4]    >     "router":{"name":"compositeId"},
   [junit4]    >     "maxShardsPerNode":"1",
   [junit4]    >     "autoCreated":"true"}}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([4F8161DCD18DB1AB:C7D55E067F71DC53]:0)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:1931)
   [junit4]    >        at 
org.apache.solr.cloud.HttpPartitionTest.testRf2(HttpPartitionTest.java:239)
   [junit4]    >        at 
org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.java:106)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 939984 T2946 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest
 4F8161DCD18DB1AB-001
   [junit4]   2> 103771 T2945 ccr.ThreadLeakControl.checkThreadLeaks WARNING 
Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): 
{timestamp=Lucene50(blocksize=128), 
text=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
_version_=Lucene50(blocksize=128), intDefault=Lucene50(blocksize=128), 
range_facet_l=Lucene50(blocksize=128), id=PostingsFormat(name=Direct), 
multiDefault=Lucene50(blocksize=128), a_t=Lucene50(blocksize=128)}, 
docValues:{timestamp=DocValuesFormat(name=Memory)}, 
sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=ko_KR, 
timezone=PLT
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.7.0_76 
(64-bit)/cpus=2,threads=1,free=38156496,total=241278976
   [junit4]   2> NOTE: All tests run in this JVM: 
[CloudExitableDirectoryReaderTest, TestDistributedMissingSort, JSONWriterTest, 
FieldMutatingUpdateProcessorTest, PrimitiveFieldTypeTest, TestXIncludeConfig, 
TestHighlightDedupGrouping, TestObjectReleaseTracker, TestJoin, 
OverseerStatusTest, CollectionsAPIDistributedZkTest, DocValuesMissingTest, 
TestOrdValues, TestMiniSolrCloudClusterSSL, TestInfoStreamLogging, 
XmlUpdateRequestHandlerTest, DistributedQueryComponentOptimizationTest, 
DistributedMLTComponentTest, TestReplicaProperties, BasicZkTest, 
TestExactStatsCache, UpdateParamsTest, TestFieldCollectionResource, TestSolrJ, 
MergeStrategyTest, ShardRoutingTest, IndexSchemaTest, AddBlockUpdateTest, 
DateRangeFieldTest, HdfsBasicDistributedZkTest, TestElisionMultitermQuery, 
TestUpdate, TestMiniSolrCloudCluster, TestQueryTypes, RequestLoggingTest, 
TestStressReorder, DateFieldTest, DistribCursorPagingTest, 
DistributedSpellCheckComponentTest, TestLRUStatsCache, 
TestDefaultSimilarityFactory, HttpPartitionTest]
   [junit4] Completed in 104.07s, 1 test, 1 failure <<< FAILURES!

[...truncated 1327 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:529: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:477: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:61: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/extra-targets.xml:39: The 
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build.xml:191: The 
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/common-build.xml:512: The 
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:1368: 
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:975: 
There were test failures: 465 suites, 1857 tests, 1 failure, 51 ignored (20 
assumptions)

Total time: 161 minutes 30 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.7.0 
-XX:-UseCompressedOops -XX:+UseSerialGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


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

Reply via email to