Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/11372/
Java: 32bit/jdk1.7.0_67 -server -XX:+UseSerialGC

1 tests failed.
REGRESSION:  
org.apache.solr.cloud.LeaderInitiatedRecoveryOnCommitTest.testDistribSearch

Error Message:
Server refused connection at: http://127.0.0.1:48449/pwww/a

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Server refused connection at: 
http://127.0.0.1:48449/pwww/a
        at 
__randomizedtesting.SeedInfo.seed([904FC3CEE5388D3B:11A94DD69267ED07]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:577)
        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215)
        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211)
        at 
org.apache.solr.cloud.BasicDistributedZkTest.createCollection(BasicDistributedZkTest.java:612)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1579)
        at 
org.apache.solr.cloud.LeaderInitiatedRecoveryOnCommitTest.multiShardTest(LeaderInitiatedRecoveryOnCommitTest.java:77)
        at 
org.apache.solr.cloud.LeaderInitiatedRecoveryOnCommitTest.doTest(LeaderInitiatedRecoveryOnCommitTest.java:71)
        at 
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
        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)
Caused by: java.net.ConnectException: Connection refused
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at 
java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
        at 
java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
        at 
java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
        at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
        at java.net.Socket.connect(Socket.java:579)
        at 
org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:117)
        at 
org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:178)
        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
        at 
org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:610)
        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:445)
        at 
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:466)
        ... 47 more




Build Log:
[...truncated 11177 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderInitiatedRecoveryOnCommitTest
   [junit4]   2> Creating dataDir: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest-904FC3CEE5388D3B-001/init-core-data-001
   [junit4]   2> 584292 T1452 oas.BaseDistributedSearchTestCase.initHostContext 
Setting hostContext system property: /pwww/a
   [junit4]   2> 584295 T1452 oas.SolrTestCaseJ4.setUp ###Starting 
testDistribSearch
   [junit4]   2> 584296 T1452 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 584296 T1453 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 584396 T1452 oasc.ZkTestServer.run start zk server on 
port:60078
   [junit4]   2> 584397 T1452 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 584398 T1452 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 584400 T1459 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@11ca8ce name:ZooKeeperConnection 
Watcher:127.0.0.1:60078 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 584400 T1452 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 584400 T1452 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 584401 T1452 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 584403 T1452 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 584404 T1452 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 584405 T1461 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@e3d27b name:ZooKeeperConnection 
Watcher:127.0.0.1:60078/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 584405 T1452 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 584406 T1452 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 584406 T1452 oascc.SolrZkClient.makePath makePath: 
/collections/collection1
   [junit4]   2> 584408 T1452 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/shards
   [junit4]   2> 584409 T1452 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection
   [junit4]   2> 584410 T1452 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/shards
   [junit4]   2> 584411 T1452 oasc.AbstractZkTestCase.putConfig put 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 584412 T1452 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.xml
   [junit4]   2> 584413 T1452 oasc.AbstractZkTestCase.putConfig put 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 584414 T1452 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/schema.xml
   [junit4]   2> 584415 T1452 oasc.AbstractZkTestCase.putConfig put 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 584416 T1452 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 584417 T1452 oasc.AbstractZkTestCase.putConfig put 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 584417 T1452 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/stopwords.txt
   [junit4]   2> 584419 T1452 oasc.AbstractZkTestCase.putConfig put 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 584419 T1452 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/protwords.txt
   [junit4]   2> 584420 T1452 oasc.AbstractZkTestCase.putConfig put 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 584421 T1452 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/currency.xml
   [junit4]   2> 584422 T1452 oasc.AbstractZkTestCase.putConfig put 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 584423 T1452 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/enumsConfig.xml
   [junit4]   2> 584424 T1452 oasc.AbstractZkTestCase.putConfig put 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 584424 T1452 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/open-exchange-rates.json
   [junit4]   2> 584425 T1452 oasc.AbstractZkTestCase.putConfig put 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 584426 T1452 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 584427 T1452 oasc.AbstractZkTestCase.putConfig put 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 584427 T1452 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/old_synonyms.txt
   [junit4]   2> 584429 T1452 oasc.AbstractZkTestCase.putConfig put 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 584429 T1452 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/synonyms.txt
   [junit4]   2> 584679 T1452 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 584682 T1452 oejs.AbstractConnector.doStart Started 
SelectChannelConnector@127.0.0.1:54226
   [junit4]   2> 584682 T1452 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 584683 T1452 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 584683 T1452 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest-904FC3CEE5388D3B-001/tempDir-002
   [junit4]   2> 584683 T1452 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest-904FC3CEE5388D3B-001/tempDir-002/'
   [junit4]   2> 584694 T1452 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest-904FC3CEE5388D3B-001/tempDir-002/solr.xml
   [junit4]   2> 584735 T1452 oasc.CoreContainer.<init> New CoreContainer 
30249550
   [junit4]   2> 584735 T1452 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest-904FC3CEE5388D3B-001/tempDir-002/]
   [junit4]   2> 584736 T1452 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 584736 T1452 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 584737 T1452 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 584737 T1452 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 584737 T1452 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 584737 T1452 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 584738 T1452 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 584738 T1452 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 584738 T1452 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 584739 T1452 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 584739 T1452 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 584739 T1452 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 584739 T1452 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 584740 T1452 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:60078/solr
   [junit4]   2> 584740 T1452 oasc.ZkController.checkChrootPath zkHost includes 
chroot
   [junit4]   2> 584740 T1452 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 584741 T1452 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 584742 T1472 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@140741f name:ZooKeeperConnection 
Watcher:127.0.0.1:60078 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 584743 T1452 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 584743 T1452 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 584745 T1452 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 584746 T1474 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@14d3638 name:ZooKeeperConnection 
Watcher:127.0.0.1:60078/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 584746 T1452 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 584748 T1452 oascc.SolrZkClient.makePath makePath: 
/overseer/queue
   [junit4]   2> 584750 T1452 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-queue-work
   [junit4]   2> 584752 T1452 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-running
   [junit4]   2> 584754 T1452 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-completed
   [junit4]   2> 584755 T1452 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-failure
   [junit4]   2> 584757 T1452 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 584758 T1452 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38083_pwww%2Fa
   [junit4]   2> 584759 T1452 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:38083_pwww%2Fa
   [junit4]   2> 584760 T1452 oascc.SolrZkClient.makePath makePath: 
/overseer_elect
   [junit4]   2> 584762 T1452 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/election
   [junit4]   2> 584763 T1452 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 584764 T1452 oasc.OverseerElectionContext.runLeaderProcess I 
am going to be the leader 127.0.0.1:38083_pwww%2Fa
   [junit4]   2> 584764 T1452 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/leader
   [junit4]   2> 584766 T1452 oasc.Overseer.start Overseer 
(id=92555561843556355-127.0.0.1:38083_pwww%2Fa-n_0000000000) starting
   [junit4]   2> 584767 T1452 oascc.SolrZkClient.makePath makePath: 
/overseer/queue-work
   [junit4]   2> 584772 T1452 oasc.OverseerAutoReplicaFailoverThread.<init> 
Starting OverseerAutoReplicaFailoverThread 
autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 584773 T1476 oasc.OverseerCollectionProcessor.run Process 
current queue of collection creations
   [junit4]   2> 584774 T1452 oascc.SolrZkClient.makePath makePath: 
/clusterstate.json
   [junit4]   2> 584775 T1452 oascc.SolrZkClient.makePath makePath: 
/aliases.json
   [junit4]   2> 584776 T1452 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 584778 T1475 oasc.Overseer$ClusterStateUpdater.run Starting to 
work on the main queue
   [junit4]   2> 584781 T1478 oasc.ZkController.publish publishing 
core=collection1 state=down collection=control_collection
   [junit4]   2> 584781 T1478 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 584782 T1478 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 584782 T1479 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 584785 T1475 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=1 message={
   [junit4]   2>          "base_url":"http://127.0.0.1:38083/pwww/a";,
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "node_name":"127.0.0.1:38083_pwww%2Fa",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "collection":"control_collection"}
   [junit4]   2> 584785 T1475 
oasc.Overseer$ClusterStateUpdater.createCollection Create collection 
control_collection with shards [shard1]
   [junit4]   2> 584785 T1475 
oasc.Overseer$ClusterStateUpdater.createCollection state version 
control_collection 1
   [junit4]   2> 584785 T1475 oasc.Overseer$ClusterStateUpdater.updateState 
Assigning new node to shard shard=shard1
   [junit4]   2> 584787 T1479 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> 585783 T1478 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 585783 T1478 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:control_collection
   [junit4]   2> 585783 T1478 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 585783 T1478 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 585784 T1478 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 585784 T1478 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest-904FC3CEE5388D3B-001/tempDir-002/collection1/'
   [junit4]   2> 585785 T1478 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest-904FC3CEE5388D3B-001/tempDir-002/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 585785 T1478 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest-904FC3CEE5388D3B-001/tempDir-002/collection1/lib/classes/'
 to classloader
   [junit4]   2> 585785 T1478 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest-904FC3CEE5388D3B-001/tempDir-002/collection1/lib/README'
 to classloader
   [junit4]   2> 585813 T1478 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
6.0.0
   [junit4]   2> 585838 T1478 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 585839 T1478 oass.IndexSchema.readSchema Reading Solr Schema 
from schema.xml
   [junit4]   2> 585845 T1478 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 586031 T1478 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 586035 T1478 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 586037 T1478 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 586046 T1478 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 586048 T1478 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 586051 T1478 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 586051 T1478 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 586051 T1478 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 586052 T1478 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 586052 T1478 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 586052 T1478 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 586052 T1478 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection control_collection
   [junit4]   2> 586053 T1478 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 586053 T1478 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest-904FC3CEE5388D3B-001/tempDir-002/collection1/,
 
dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest-904FC3CEE5388D3B-001/tempDir-001/control/data/
   [junit4]   2> 586053 T1478 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@11e7dd8
   [junit4]   2> 586054 T1478 oasc.CachingDirectoryFactory.get return new 
directory for 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest-904FC3CEE5388D3B-001/tempDir-001/control/data
   [junit4]   2> 586054 T1478 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest-904FC3CEE5388D3B-001/tempDir-001/control/data/index/
   [junit4]   2> 586054 T1478 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest-904FC3CEE5388D3B-001/tempDir-001/control/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 586054 T1478 oasc.CachingDirectoryFactory.get return new 
directory for 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest-904FC3CEE5388D3B-001/tempDir-001/control/data/index
   [junit4]   2> 586054 T1478 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=12, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=87.6767578125, 
floorSegmentMB=1.962890625, forceMergeDeletesPctAllowed=9.655026413553752, 
segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 586055 T1478 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-975799)),segFN=segments_1,generation=1}
   [junit4]   2> 586055 T1478 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 586058 T1478 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 586058 T1478 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 586058 T1478 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 586058 T1478 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 586059 T1478 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 586059 T1478 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 586059 T1478 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 586059 T1478 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 586059 T1478 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 586060 T1478 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 586060 T1478 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 586060 T1478 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 586061 T1478 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 586061 T1478 oasc.RequestHandlers.initHandlersFromConfig 
created /get: solr.RealTimeGetHandler
   [junit4]   2> 586061 T1478 oasc.RequestHandlers.initHandlersFromConfig 
adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 586061 T1478 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: solr.ReplicationHandler
   [junit4]   2> 586062 T1478 oasc.RequestHandlers.initHandlersFromConfig 
created /update: solr.UpdateRequestHandler
   [junit4]   2> 586062 T1478 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 586062 T1478 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 586062 T1478 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 586065 T1478 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 586065 T1478 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 586066 T1478 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 586067 T1478 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 586069 T1478 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 586069 T1478 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 586069 T1478 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=14, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=37.341796875, 
floorSegmentMB=1.8076171875, forceMergeDeletesPctAllowed=15.866079077608752, 
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8955173833060271
   [junit4]   2> 586070 T1478 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-975799)),segFN=segments_1,generation=1}
   [junit4]   2> 586070 T1478 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 586070 T1478 oass.SolrIndexSearcher.<init> Opening 
Searcher@101271f[collection1] main
   [junit4]   2> 586070 T1478 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 586071 T1478 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 586071 T1478 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 586072 T1478 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 586072 T1478 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 586072 T1478 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 586072 T1478 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 586073 T1478 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 586073 T1478 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/_rest_managed.json
   [junit4]   2> 586075 T1478 
oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new 
znode /configs/conf1/_rest_managed.json
   [junit4]   2> 586075 T1478 oasr.ManagedResourceStorage$JsonStorage.store 
Saved JSON object to path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 586075 T1478 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 586077 T1480 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@101271f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 586078 T1478 oasc.CoreContainer.registerCore registering core: 
collection1
   [junit4]   2> 586079 T1483 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:38083/pwww/a 
collection:control_collection shard:shard1
   [junit4]   2> 586080 T1452 oass.SolrDispatchFilter.init 
user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 586080 T1452 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 586080 T1483 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 586083 T1452 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 586084 T1452 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 586084 T1483 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard1
   [junit4]   2> 586085 T1486 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@135df92 name:ZooKeeperConnection 
Watcher:127.0.0.1:60078/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 586085 T1452 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 586085 T1452 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 586086 T1479 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 586086 T1483 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 586086 T1483 oasc.ShardLeaderElectionContext.runLeaderProcess 
I may be the new leader - try and sync
   [junit4]   2> 586086 T1452 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> ASYNC  NEW_CORE C2176 name=collection1 
org.apache.solr.core.SolrCore@102144 
url=http://127.0.0.1:38083/pwww/a/collection1 node=127.0.0.1:38083_pwww%2Fa 
C2176_STATE=coll:control_collection core:collection1 
props:{base_url=http://127.0.0.1:38083/pwww/a, state=down, core=collection1, 
node_name=127.0.0.1:38083_pwww%2Fa}
   [junit4]   2> 586086 T1483 C2176 P38083 oasc.SyncStrategy.sync Sync replicas 
to http://127.0.0.1:38083/pwww/a/collection1/
   [junit4]   2> 586087 T1483 C2176 P38083 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 586087 T1483 C2176 P38083 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:38083/pwww/a/collection1/ has no replicas
   [junit4]   2> 586088 T1483 oasc.ShardLeaderElectionContext.runLeaderProcess 
I am the new leader: http://127.0.0.1:38083/pwww/a/collection1/ shard1
   [junit4]   2> 586088 T1483 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leaders/shard1
   [junit4]   2> 586089 T1452 oasc.ChaosMonkey.monkeyLog monkey: init - expire 
sessions:false cause connection loss:false
   [junit4]   2> 586091 T1479 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 586193 T1479 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> 586194 T1487 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> 586242 T1483 oasc.ZkController.register We are 
http://127.0.0.1:38083/pwww/a/collection1/ and leader is 
http://127.0.0.1:38083/pwww/a/collection1/
   [junit4]   2> 586242 T1483 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:38083/pwww/a
   [junit4]   2> 586242 T1483 oasc.ZkController.checkRecovery I am the leader, 
no recovery necessary
   [junit4]   2> 586242 T1483 oasc.ZkController.publish publishing 
core=collection1 state=active collection=control_collection
   [junit4]   2> 586242 T1483 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 586244 T1479 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 586246 T1475 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=1 message={
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "base_url":"http://127.0.0.1:38083/pwww/a";,
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "node_name":"127.0.0.1:38083_pwww%2Fa",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "collection":"control_collection"}
   [junit4]   2> 586342 T1452 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 1
   [junit4]   2> 586343 T1452 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 586344 T1452 oejs.AbstractConnector.doStart Started 
SelectChannelConnector@127.0.0.1:49273
   [junit4]   2> 586345 T1452 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 586345 T1452 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 586346 T1452 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest-904FC3CEE5388D3B-001/tempDir-003
   [junit4]   2> 586346 T1452 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest-904FC3CEE5388D3B-001/tempDir-003/'
   [junit4]   2> 586349 T1487 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> 586349 T1479 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> 586357 T1452 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest-904FC3CEE5388D3B-001/tempDir-003/solr.xml
   [junit4]   2> 586388 T1452 oasc.CoreContainer.<init> New CoreContainer 
23329643
   [junit4]   2> 586389 T1452 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest-904FC3CEE5388D3B-001/tempDir-003/]
   [junit4]   2> 586390 T1452 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 586390 T1452 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 586390 T1452 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 586390 T1452 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 586391 T1452 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 586391 T1452 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 586391 T1452 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 586391 T1452 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 586392 T1452 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 586392 T1452 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 586392 T1452 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 586393 T1452 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 586393 T1452 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 586393 T1452 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:60078/solr
   [junit4]   2> 586394 T1452 oasc.ZkController.checkChrootPath zkHost includes 
chroot
   [junit4]   2> 586394 T1452 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 586395 T1452 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 586396 T1498 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@10f64e1 name:ZooKeeperConnection 
Watcher:127.0.0.1:60078 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 586396 T1452 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 586396 T1452 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 586398 T1452 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 586399 T1500 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@132f228 name:ZooKeeperConnection 
Watcher:127.0.0.1:60078/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 586399 T1452 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 586403 T1452 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 587405 T1452 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:48449_pwww%2Fa
   [junit4]   2> 587406 T1452 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:48449_pwww%2Fa
   [junit4]   2> 587409 T1452 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 587414 T1502 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 587414 T1502 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 587414 T1502 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 587414 T1479 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 587416 T1475 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=1 message={
   [junit4]   2>          "base_url":"http://127.0.0.1:48449/pwww/a";,
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "node_name":"127.0.0.1:48449_pwww%2Fa",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "collection":"collection1"}
   [junit4]   2> 587417 T1475 
oasc.Overseer$ClusterStateUpdater.createCollection Create collection 
collection1 with shards [shard1]
   [junit4]   2> 587417 T1475 
oasc.Overseer$ClusterStateUpdater.createCollection state version collection1 1
   [junit4]   2> 587417 T1475 oasc.Overseer$ClusterStateUpdater.updateState 
Assigning new node to shard shard=shard1
   [junit4]   2> 587520 T1487 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 587520 T1479 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 587520 T1501 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 588415 T1502 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 588415 T1502 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 588416 T1502 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 588416 T1502 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 588417 T1502 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 588417 T1502 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest-904FC3CEE5388D3B-001/tempDir-003/collection1/'
   [junit4]   2> 588417 T1502 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest-904FC3CEE5388D3B-001/tempDir-003/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 588417 T1502 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest-904FC3CEE5388D3B-001/tempDir-003/collection1/lib/classes/'
 to classloader
   [junit4]   2> 588418 T1502 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest-904FC3CEE5388D3B-001/tempDir-003/collection1/lib/README'
 to classloader
   [junit4]   2> 588443 T1502 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
6.0.0
   [junit4]   2> 588466 T1502 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 588467 T1502 oass.IndexSchema.readSchema Reading Solr Schema 
from schema.xml
   [junit4]   2> 588473 T1502 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 588659 T1502 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 588662 T1502 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 588664 T1502 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 588674 T1502 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 588676 T1502 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 588678 T1502 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 588679 T1502 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 588680 T1502 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 588680 T1502 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 588681 T1502 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 588681 T1502 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 588681 T1502 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 588681 T1502 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 588681 T1502 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest-904FC3CEE5388D3B-001/tempDir-003/collection1/,
 
dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest-904FC3CEE5388D3B-001/tempDir-001/jetty1/
   [junit4]   2> 588682 T1502 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@11e7dd8
   [junit4]   2> 588682 T1502 oasc.CachingDirectoryFactory.get return new 
directory for 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest-904FC3CEE5388D3B-001/tempDir-001/jetty1
   [junit4]   2> 588682 T1502 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest-904FC3CEE5388D3B-001/tempDir-001/jetty1/index/
   [junit4]   2> 588682 T1502 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest-904FC3CEE5388D3B-001/tempDir-001/jetty1/index'
 doesn't exist. Creating new index...
   [junit4]   2> 588683 T1502 oasc.CachingDirectoryFactory.get return new 
directory for 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest-904FC3CEE5388D3B-001/tempDir-001/jetty1/index
   [junit4]   2> 588683 T1502 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=12, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=87.6767578125, 
floorSegmentMB=1.962890625, forceMergeDeletesPctAllowed=9.655026413553752, 
segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 588684 T1502 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-122c11e)),segFN=segments_1,generation=1}
   [junit4]   2> 588684 T1502 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 588687 T1502 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 588687 T1502 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 588687 T1502 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 588688 T1502 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 588688 T1502 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 588688 T1502 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 588688 T1502 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 588688 T1502 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 588689 T1502 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 588689 T1502 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 588689 T1502 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 588690 T1502 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 588690 T1502 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 588691 T1502 oasc.RequestHandlers.initHandlersFromConfig 
created /get: solr.RealTimeGetHandler
   [junit4]   2> 588691 T1502 oasc.RequestHandlers.initHandlersFromConfig 
adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 588691 T1502 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: solr.ReplicationHandler
   [junit4]   2> 588691 T1502 oasc.RequestHandlers.initHandlersFromConfig 
created /update: solr.UpdateRequestHandler
   [junit4]   2> 588691 T1502 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 588692 T1502 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 588692 T1502 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 588694 T1502 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 588695 T1502 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 588696 T1502 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 588697 T1502 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 588699 T1502 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 588699 T1502 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 588699 T1502 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=14, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=37.341796875, 
floorSegmentMB=1.8076171875, forceMergeDeletesPctAllowed=15.866079077608752, 
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8955173833060271
   [junit4]   2> 588700 T1502 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-122c11e)),segFN=segments_1,generation=1}
   [junit4]   2> 588700 T1502 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 588700 T1502 oass.SolrIndexSearcher.<init> Opening 
Searcher@57ec3e[collection1] main
   [junit4]   2> 588700 T1502 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 588702 T1502 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 588702 T1502 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 588702 T1502 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 588702 T1502 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 588702 T1502 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 588703 T1502 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes 
from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 588703 T1502 oasr.ManagedResourceStorage.load Loaded 
LinkedHashMap at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 588704 T1502 oasr.ManagedResource.reloadFromStorage Loaded 
initArgs {} for /rest/managed
   [junit4]   2> 588704 T1502 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 588706 T1503 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@57ec3e[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 588709 T1502 oasc.CoreContainer.registerCore registering core: 
collection1
   [junit4]   2> 588710 T1506 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:48449/pwww/a collection:collection1 
shard:shard1
   [junit4]   2> 588710 T1452 oass.SolrDispatchFilter.init 
user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 588711 T1506 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard1/election
   [junit4]   2> 588711 T1452 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 588714 T1506 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard1
   [junit4]   2> 588715 T1479 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 588716 T1506 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 588716 T1506 oasc.ShardLeaderElectionContext.runLeaderProcess 
I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C2177 name=collection1 
org.apache.solr.core.SolrCore@d78f1b 
url=http://127.0.0.1:48449/pwww/a/collection1 node=127.0.0.1:48449_pwww%2Fa 
C2177_STATE=coll:collection1 core:collection1 
props:{base_url=http://127.0.0.1:48449/pwww/a, state=down, core=collection1, 
node_name=127.0.0.1:48449_pwww%2Fa}
   [junit4]   2> 588716 T1506 C2177 P48449 oasc.SyncStrategy.sync Sync replicas 
to http://127.0.0.1:48449/pwww/a/collection1/
   [junit4]   2> 588716 T1506 C2177 P48449 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 588716 T1506 C2177 P48449 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:48449/pwww/a/collection1/ has no replicas
   [junit4]   2> 588717 T1506 oasc.ShardLeaderElectionContext.runLeaderProcess 
I am the new leader: http://127.0.0.1:48449/pwww/a/collection1/ shard1
   [junit4]   2> 588717 T1506 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard1
   [junit4]   2> 588720 T1479 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 588823 T1479 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 588823 T1501 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 588823 T1487 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 588871 T1506 oasc.ZkController.register We are 
http://127.0.0.1:48449/pwww/a/collection1/ and leader is 
http://127.0.0.1:48449/pwww/a/collection1/
   [junit4]   2> 588871 T1506 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:48449/pwww/a
   [junit4]   2> 588871 T1506 oasc.ZkController.checkRecovery I am the leader, 
no recovery necessary
   [junit4]   2> 588872 T1506 oasc.ZkController.publish publishing 
core=collection1 state=active collection=collection1
   [junit4]   2> 588872 T1506 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 588873 T1479 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 588875 T1475 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=1 message={
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "base_url":"http://127.0.0.1:48449/pwww/a";,
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "node_name":"127.0.0.1:48449_pwww%2Fa",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "collection":"collection1"}
   [junit4]   2> 588959 T1452 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 2
   [junit4]   2> 588960 T1452 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 588962 T1452 oejs.AbstractConnector.doStart Started 
SelectChannelConnector@127.0.0.1:46893
   [junit4]   2> 588963 T1452 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 588963 T1452 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 588964 T1452 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest-904FC3CEE5388D3B-001/tempDir-004
   [junit4]   2> 588964 T1452 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest-904FC3CEE5388D3B-001/tempDir-004/'
   [junit4]   2> 588974 T1452 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest-904FC3CEE5388D3B-001/tempDir-004/solr.xml
   [junit4]   2> 588978 T1479 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 588978 T1487 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 588978 T1501 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 588997 T1452 oasc.CoreContainer.<init> New CoreContainer 
14484108
   [junit4]   2> 588997 T1452 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest-904FC3CEE5388D3B-001/tempDir-004/]
   [junit4]   2> 588998 T1452 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 588998 T1452 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 588999 T1452 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 588999 T1452 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 588999 T1452 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 588999 T1452 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 589000 T1452 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 589000 T1452 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 589000 T1452 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 589001 T1452 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 589001 T1452 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 589001 T1452 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 589002 T1452 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 589002 T1452 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:60078/solr
   [junit4]   2> 589002 T1452 oasc.ZkController.checkChrootPath zkHost includes 
chroot
   [junit4]   2> 589002 T1452 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 589003 T1452 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 589004 T1518 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1d2527e name:ZooKeeperConnection 
Watcher:127.0.0.1:60078 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 589005 T1452 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 589005 T1452 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 589007 T1452 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 589008 T1520 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1279b7d name:ZooKeeperConnection 
Watcher:127.0.0.1:60078/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 589008 T1452 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 589024 T1452 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 590028 T1452 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51317_pwww%2Fa
   [junit4]   2> 590029 T1452 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:51317_pwww%2Fa
   [junit4]   2> 590033 T1452 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 590038 T1522 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 590039 T1522 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 590040 T1479 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 590040 T1522 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 590043 T1475 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=1 message={
   [junit4]   2>          "base_url":"http://127.0.0.1:51317/pwww/a";,
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "node_name":"127.0.0.1:51317_pwww%2Fa",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "collection":"collection1"}
   [junit4]   2> 590043 T1475 oasc.Overseer$ClusterStateUpdater.updateState 
Collection already exists with numShards=1
   [junit4]   2> 590043 T1475 oasc.Overseer$ClusterStateUpdater.updateState 
Assigning new node to shard shard=shard1
   [junit4]   2> 590145 T1479 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 590146 T1521 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 590145 T1487 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 590145 T1501 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 591040 T1522 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 591040 T1522 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 591041 T1522 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 591041 T1522 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 591042 T1522 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 591042 T1522 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest-904FC3CEE5388D3B-001/tempDir-004/collection1/'
   [junit4]   2> 591043 T1522 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest-904FC3CEE5388D3B-001/tempDir-004/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 591043 T1522 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest-904FC3CEE5388D3B-001/tempDir-004/collection1/lib/classes/'
 to classloader
   [junit4]   2> 591043 T1522 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest-904FC3CEE5388D3B-001/tempDir-004/collection1/lib/README'
 to classloader
   [junit4]   2> 591068 T1522 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
6.0.0
   [junit4]   2> 591090 T1522 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 591092 T1522 oass.IndexSchema.readSchema Reading Solr Schema 
from schema.xml
   [junit4]   2> 591097 T1522 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 591292 T1522 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 591296 T1522 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 591298 T1522 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 591306 T1522 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 591308 T1522 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 591310 T1522 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 591311 T1522 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 591311 T1522 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 591312 T1522 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 591312 T1522 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 591313 T1522 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 591313 T1522 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 591313 T1522 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 591313 T1522 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest-904FC3CEE5388D3B-001/tempDir-004/collection1/,
 
dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest-904FC3CEE5388D3B-001/tempDir-001/jetty2/
   [junit4]   2> 591313 T1522 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@11e7dd8
   [junit4]   2> 591314 T1522 oasc.CachingDirectoryFactory.get return new 
directory for 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest-904FC3CEE5388D3B-001/tempDir-001/jetty2
   [junit4]   2> 591314 T1522 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest-904FC3CEE5388D3B-001/tempDir-001/jetty2/index/
   [junit4]   2> 591314 T1522 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest-904FC3CEE5388D3B-001/tempDir-001/jetty2/index'
 doesn't exist. Creating new index...
   [junit4]   2> 591314 T1522 oasc.CachingDirectoryFactory.get return new 
directory for 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest-904FC3CEE5388D3B-001/tempDir-001/jetty2/index
   [junit4]   2> 591315 T1522 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=12, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=87.6767578125, 
floorSegmentMB=1.962890625, forceMergeDeletesPctAllowed=9.655026413553752, 
segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 591315 T1522 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-136d5ce)),segFN=segments_1,generation=1}
   [junit4]   2> 591316 T1522 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 591319 T1522 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 591319 T1522 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 591319 T1522 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 591319 T1522 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 591320 T1522 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 591320 T1522 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 591320 T1522 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 591320 T1522 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 591320 T1522 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 591321 T1522 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 591321 T1522 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 591322 T1522 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 591322 T1522 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 591322 T1522 oasc.RequestHandlers.initHandlersFromConfig 
created /get: solr.RealTimeGetHandler
   [junit4]   2> 591322 T1522 oasc.RequestHandlers.initHandlersFromConfig 
adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 591323 T1522 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: solr.ReplicationHandler
   [junit4]   2> 591323 T1522 oasc.RequestHandlers.initHandlersFromConfig 
created /update: solr.UpdateRequestHandler
   [junit4]   2> 591323 T1522 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 591324 T1522 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 591324 T1522 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 591326 T1522 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 591327 T1522 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 591328 T1522 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 591329 T1522 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 591330 T1522 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 591330 T1522 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 591331 T1522 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=14, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=37.341796875, 
floorSegmentMB=1.8076171875, forceMergeDeletesPctAllowed=15.866079077608752, 
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8955173833060271
   [junit4]   2> 591331 T1522 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-136d5ce)),segFN=segments_1,generation=1}
   [junit4]   2> 591331 T1522 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 591332 T1522 oass.SolrIndexSearcher.<init> Opening 
Searcher@791064[collection1] main
   [junit4]   2> 591332 T1522 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 591333 T1522 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 591333 T1522 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 591333 T1522 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 591333 T1522 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 591334 T1522 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 591334 T1522 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes 
from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 591335 T1522 oasr.ManagedResourceStorage.load Loaded 
LinkedHashMap at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 591335 T1522 oasr.ManagedResource.reloadFromStorage Loaded 
initArgs {} for /rest/managed
   [junit4]   2> 591335 T1522 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 591337 T1523 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@791064[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 591339 T1522 oasc.CoreContainer.registerCore registering core: 
collection1
   [junit4]   2> 591340 T1526 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:51317/pwww/a collection:collection1 
shard:shard1
   [junit4]   2> 591340 T1452 oass.SolrDispatchFilter.init 
user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 591340 T1452 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 591342 T1526 oasc.ZkController.register We are 
http://127.0.0.1:51317/pwww/a/collection1/ and leader is 
http://127.0.0.1:48449/pwww/a/collection1/
   [junit4]   2> 591342 T1526 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:51317/pwww/a
   [junit4]   2> 591342 T1526 oasc.ZkController.checkRecovery Core needs to 
recover:collection1
   [junit4]   2> 591342 T1526 oasu.DefaultSolrCoreState.doRecovery Running 
recovery - first canceling any ongoing recovery
   [junit4]   2> ASYNC  NEW_CORE C2178 name=collection1 
org.apache.solr.core.SolrCore@25d60c 
url=http://127.0.0.1:51317/pwww/a/collection1 node=127.0.0.1:51317_pwww%2Fa 
C2178_STATE=coll:collection1 core:collection1 
props:{base_url=http://127.0.0.1:51317/pwww/a, state=down, core=collection1, 
node_name=127.0.0.1:51317_pwww%2Fa}
   [junit4]   2> 591342 T1528 C2178 P51317 oasc.RecoveryStrategy.run Starting 
recovery process.  core=collection1 recoveringAfterStartup=true
   [junit4]   2> 591343 T1528 C2178 P51317 oasc.RecoveryStrategy.doRecovery 
###### startupVersions=[]
   [junit4]   2> 591343 T1528 C2178 P51317 oasc.RecoveryStrategy.doRecovery 
Publishing state of core collection1 as recovering, leader is 
http://127.0.0.1:48449/pwww/a/collection1/ and I am 
http://127.0.0.1:51317/pwww/a/collection1/
   [junit4]   2> 591343 T1528 C2178 P51317 oasc.ZkController.publish publishing 
core=collection1 state=recovering collection=collection1
   [junit4]   2> 591344 T1528 C2178 P51317 oasc.ZkController.publish numShards 
not found on descriptor - reading it from system property
   [junit4]   2> 591344 T1479 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 591345 T1528 C2178 P51317 
oasc.RecoveryStrategy.sendPrepRecoveryCmd Sending prep recovery command to 
http://127.0.0.1:48449/pwww/a; WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1%3A51317_pwww%252Fa&coreNodeName=core_node2&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true
   [junit4]   2> 591346 T1507 oasc.SocketProxy$Acceptor.run accepted 
Socket[addr=/127.0.0.1,port=41858,localport=48449], receiveBufferSize:531000
   [junit4]   2> 591347 T1475 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=1 message={
   [junit4]   2>          "core_node_name":"core_node2",
   [junit4]   2>          "base_url":"http://127.0.0.1:51317/pwww/a";,
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "state":"recovering",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "node_name":"127.0.0.1:51317_pwww%2Fa",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "collection":"collection1"}
   [junit4]   2> 591348 T1507 oasc.SocketProxy$Bridge.<init> proxy connection 
Socket[addr=/127.0.0.1,port=49273,localport=36723], receiveBufferSize=530904
   [junit4]   2> 591349 T1495 oasha.CoreAdminHandler.handleWaitForStateAction 
Going to wait for coreNodeName: core_node2, state: recovering, checkLive: true, 
onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 591350 T1495 oasha.CoreAdminHandler.handleWaitForStateAction 
Will wait a max of 183 seconds to see collection1 (shard1 of collection1) have 
state: recovering
   [junit4]   2> 591350 T1495 oasha.CoreAdminHandler.handleWaitForStateAction 
In WaitForState(recovering): collection=collection1, shard=shard1, 
thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, 
live=true, checkLive=true, currentState=down, localState=active, 
nodeName=127.0.0.1:51317_pwww%2Fa, coreNodeName=core_node2, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node2:{"base_url":"http://127.0.0.1:51317/pwww/a","state":"down","core":"collection1","node_name":"127.0.0.1:51317_pwww%2Fa"}
   [junit4]   2> 591450 T1487 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 591450 T1479 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 591450 T1501 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 591451 T1521 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 591591 T1452 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 3
   [junit4]   2> 591592 T1452 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 591594 T1452 oejs.AbstractConnector.doStart Started 
SelectChannelConnector@127.0.0.1:59510
   [junit4]   2> 591595 T1452 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 591595 T1452 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 591595 T1452 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest-904FC3CEE5388D3B-001/tempDir-005
   [junit4]   2> 591595 T1452 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest-904FC3CEE5388D3B-001/tempDir-005/'
   [junit4]   2> 591605 T1452 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest-904FC3CEE5388D3B-001/tempDir-005/solr.xml
   [junit4]   2> 591628 T1452 oasc.CoreContainer.<init> New CoreContainer 
22528897
   [junit4]   2> 591628 T1452 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest-904FC3CEE5388D3B-001/tempDir-005/]
   [junit4]   2> 591629 T1452 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 591629 T1452 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 591630 T1452 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 591630 T1452 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 591630 T1452 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 591630 T1452 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 591631 T1452 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 591631 T1452 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 591631 T1452 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 591632 T1452 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 591632 T1452 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 591632 T1452 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 591633 T1452 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 591633 T1452 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:60078/solr
   [junit4]   2> 591633 T1452 oasc.ZkController.checkChrootPath zkHost includes 
chroot
   [junit4]   2> 591633 T1452 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 591634 T1452 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 591635 T1542 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@e46583 name:ZooKeeperConnection 
Watcher:127.0.0.1:60078 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 591636 T1452 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 591636 T1452 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 591638 T1452 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 591639 T1544 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1fe0ead name:ZooKeeperConnection 
Watcher:127.0.0.1:60078/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null typ

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

closeCacheValue looking to close 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest-904FC3CEE5388D3B-001/tempDir-001/jetty4/index
 
[CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest-904FC3CEE5388D3B-001/tempDir-001/jetty4/index;done=false>>]
   [junit4]   2> 630567 T1452 oasc.CachingDirectoryFactory.close Closing 
directory: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest-904FC3CEE5388D3B-001/tempDir-001/jetty4/index
   [junit4]   2> 630568 T1452 oasc.Overseer.close Overseer 
(id=92555561843556364-127.0.0.1:40739_pwww%2Fa-n_0000000004) closing
   [junit4]   2> 630568 T1683 oasc.Overseer$ClusterStateUpdater.run Overseer 
Loop exiting : 127.0.0.1:40739_pwww%2Fa
   [junit4]   2> 632070 T1682 oascc.ZkStateReader$3.process WARN ZooKeeper 
watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 632093 T1452 oejsh.ContextHandler.doStop stopped 
o.e.j.s.ServletContextHandler{/pwww/a,null}
   [junit4]   2> 637083 T1452 oas.SolrTestCaseJ4.tearDown ###Ending 
testDistribSearch
   [junit4]   2> 637084 T1452 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:60078 60078
   [junit4]   2> 637631 T1453 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:60078 60078
   [junit4]   2> 637632 T1453 oasc.ZkTestServer$ZKServerMain.runFromConfig WARN 
Watch limit violations: 
   [junit4]   2>        Maximum concurrent create/delete watches above limit:
   [junit4]   2>        
   [junit4]   2>                6       /solr/clusterstate.json
   [junit4]   2>                6       /solr/aliases.json
   [junit4]   2>        
   [junit4]   2>        Maximum concurrent children watches above limit:
   [junit4]   2>        
   [junit4]   2>                6       /solr/live_nodes
   [junit4]   2>                5       /solr/overseer/queue
   [junit4]   2>                5       /solr/overseer/collection-queue-work
   [junit4]   2>        
   [junit4]   2> 637632 T1452 oasc.SocketProxy.close WARN Closing 0 connections 
to: http://127.0.0.1:51886/pwww/a
   [junit4]   2> 637633 T1452 oasc.SocketProxy.close WARN Closing 0 connections 
to: http://127.0.0.1:38083/pwww/a
   [junit4]   2> 637633 T1452 oasc.SocketProxy.close WARN Closing 0 connections 
to: http://127.0.0.1:48449/pwww/a
   [junit4]   2> 637633 T1452 oasc.SocketProxy.close WARN Closing 0 connections 
to: http://127.0.0.1:51317/pwww/a
   [junit4]   2> 637634 T1452 oasc.SocketProxy.close WARN Closing 0 connections 
to: http://127.0.0.1:40739/pwww/a
   [junit4]   2> 637634 T1452 oasc.SocketProxy.close WARN Closing 0 connections 
to: http://127.0.0.1:51886/pwww/a
   [junit4]   2> 637634 T1452 oasc.SocketProxy.close WARN Closing 0 connections 
to: http://127.0.0.1:38083/pwww/a
   [junit4]   2> 637635 T1452 oasc.SocketProxy.close WARN Closing 0 connections 
to: http://127.0.0.1:48449/pwww/a
   [junit4]   2> 637635 T1452 oasc.SocketProxy.close WARN Closing 0 connections 
to: http://127.0.0.1:51317/pwww/a
   [junit4]   2> 637635 T1452 oasc.SocketProxy.close WARN Closing 0 connections 
to: http://127.0.0.1:40739/pwww/a
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=LeaderInitiatedRecoveryOnCommitTest -Dtests.method=testDistribSearch 
-Dtests.seed=904FC3CEE5388D3B -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=es_CR -Dtests.timezone=Antarctica/DumontDUrville 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   53.4s J0 | 
LeaderInitiatedRecoveryOnCommitTest.testDistribSearch <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.SolrServerException: Server refused connection at: 
http://127.0.0.1:48449/pwww/a
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([904FC3CEE5388D3B:11A94DD69267ED07]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:577)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211)
   [junit4]    >        at 
org.apache.solr.cloud.BasicDistributedZkTest.createCollection(BasicDistributedZkTest.java:612)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1579)
   [junit4]    >        at 
org.apache.solr.cloud.LeaderInitiatedRecoveryOnCommitTest.multiShardTest(LeaderInitiatedRecoveryOnCommitTest.java:77)
   [junit4]    >        at 
org.apache.solr.cloud.LeaderInitiatedRecoveryOnCommitTest.doTest(LeaderInitiatedRecoveryOnCommitTest.java:71)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.net.ConnectException: Connection refused
   [junit4]    >        at java.net.PlainSocketImpl.socketConnect(Native Method)
   [junit4]    >        at 
java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
   [junit4]    >        at 
java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
   [junit4]    >        at 
java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
   [junit4]    >        at 
java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
   [junit4]    >        at java.net.Socket.connect(Socket.java:579)
   [junit4]    >        at 
org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:117)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:178)
   [junit4]    >        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
   [junit4]    >        at 
org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:610)
   [junit4]    >        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:445)
   [junit4]    >        at 
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:466)
   [junit4]    >        ... 47 more
   [junit4]   2> 637648 T1452 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest-904FC3CEE5388D3B-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {}, 
docValues:{}, sim=DefaultSimilarity, locale=es_CR, 
timezone=Antarctica/DumontDUrville
   [junit4]   2> NOTE: Linux 3.13.0-36-generic i386/Oracle Corporation 1.7.0_67 
(32-bit)/cpus=8,threads=1,free=152780688,total=230146048
   [junit4]   2> NOTE: All tests run in this JVM: [BlockDirectoryTest, 
TestJmxIntegration, TestFastWriter, TestCursorMarkWithoutUniqueKey, 
TestDistributedMissingSort, TestManagedSynonymFilterFactory, 
CoreAdminHandlerTest, BadIndexSchemaTest, TestWordDelimiterFilterFactory, 
TestSchemaManager, TestPivotHelperCode, TestCloudInspectUtil, 
TermsComponentTest, TestDocumentBuilder, IndexBasedSpellCheckerTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, DistributedSuggestComponentTest, 
TestSolr4Spatial, CursorPagingTest, TestSortingResponseWriter, 
TestSolrDeletionPolicy1, RankQueryTest, SimpleFacetsTest, RemoteQueryErrorTest, 
XsltUpdateRequestHandlerTest, TimeZoneUtilsTest, TestInfoStreamLogging, 
TestStressRecovery, BasicFunctionalityTest, SuggestComponentTest, 
QueryEqualityTest, TestBinaryResponseWriter, CoreAdminCreateDiscoverTest, 
TestCustomSort, TestStressReorder, TestRecoveryHdfs, TestRTGBase, 
TestPartialUpdateDeduplication, HdfsChaosMonkeySafeLeaderTest, 
TestFieldTypeCollectionResource, TestSuggestSpellingConverter, 
TestDocBasedVersionConstraints, OverseerStatusTest, 
DistributedFacetPivotLongTailTest, SystemInfoHandlerTest, 
DistributedFacetPivotSmallTest, SolrCoreCheckLockOnStartupTest, 
TestFastOutputStream, TestOverriddenPrefixQueryForCustomFieldType, 
TestFaceting, DirectSolrSpellCheckerTest, ParsingFieldUpdateProcessorsTest, 
TestSerializedLuceneMatchVersion, TestCloudSchemaless, 
LeaderInitiatedRecoveryOnCommitTest]
   [junit4] Completed on J0 in 53.38s, 1 test, 1 error <<< FAILURES!

[...truncated 1017 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:524: The following 
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:472: The following 
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:61: The following 
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:39: The 
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:189: The 
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:496: 
The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1359:
 The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:961: 
There were test failures: 436 suites, 1783 tests, 1 error, 44 ignored (22 
assumptions)

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


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

Reply via email to