Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-MacOSX/1924/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC (asserts: 
true)

1 tests failed.
FAILED:  org.apache.solr.cloud.ShardSplitTest.testDistribSearch

Error Message:
Timeout occured while waiting response from server at: http://127.0.0.1:58475

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: http://127.0.0.1:58475
        at 
__randomizedtesting.SeedInfo.seed([328FD7933F12EDCB:B369598B484D8DF7]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:581)
        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.ShardSplitTest.splitShard(ShardSplitTest.java:532)
        at 
org.apache.solr.cloud.ShardSplitTest.incompleteOrOverlappingCustomRangeTest(ShardSplitTest.java:138)
        at org.apache.solr.cloud.ShardSplitTest.doTest(ShardSplitTest.java:103)
        at 
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
        at sun.reflect.GeneratedMethodAccessor99.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.read(SocketInputStream.java:150)
        at java.net.SocketInputStream.read(SocketInputStream.java:121)
        at 
org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
        at 
org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
        at 
org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
        at 
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
        at 
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
        at 
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
        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:465)
        ... 45 more




Build Log:
[...truncated 9204 lines...]
   [junit4] Suite: org.apache.solr.cloud.ShardSplitTest
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/init-core-data-001
   [junit4]   2> 2234594 T7590 
oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system 
property: /
   [junit4]   2> 2234615 T7590 oas.SolrTestCaseJ4.setUp ###Starting 
testDistribSearch
   [junit4]   2> 2234616 T7590 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2234617 T7591 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 2234719 T7590 oasc.ZkTestServer.run start zk server on 
port:58465
   [junit4]   2> 2234720 T7590 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 2234722 T7590 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2234733 T7598 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@12dd108d 
name:ZooKeeperConnection Watcher:127.0.0.1:58465 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2234734 T7590 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2234735 T7590 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 2234737 T7590 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 2234747 T7590 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 2234750 T7590 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2234760 T7601 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@36503f93 
name:ZooKeeperConnection Watcher:127.0.0.1:58465/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2234761 T7590 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2234761 T7590 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 2234762 T7590 oascc.SolrZkClient.makePath makePath: 
/collections/collection1
   [junit4]   2> 2234773 T7590 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/shards
   [junit4]   2> 2234780 T7590 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection
   [junit4]   2> 2234785 T7590 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/shards
   [junit4]   2> 2234791 T7590 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 2234792 T7590 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.xml
   [junit4]   2> 2234801 T7590 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema15.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 2234802 T7590 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/schema.xml
   [junit4]   2> 2234808 T7590 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2234809 T7590 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2234816 T7590 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 2234816 T7590 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/stopwords.txt
   [junit4]   2> 2234823 T7590 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 2234823 T7590 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/protwords.txt
   [junit4]   2> 2234830 T7590 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 2234831 T7590 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/currency.xml
   [junit4]   2> 2234837 T7590 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2234838 T7590 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/enumsConfig.xml
   [junit4]   2> 2234845 T7590 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2234846 T7590 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/open-exchange-rates.json
   [junit4]   2> 2234853 T7590 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2234854 T7590 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2234860 T7590 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2234860 T7590 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/old_synonyms.txt
   [junit4]   2> 2234877 T7590 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 2234882 T7590 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/synonyms.txt
   [junit4]   2> 2236792 T7590 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2236822 T7590 oejs.AbstractConnector.doStart Started 
SelectChannelConnector@127.0.0.1:58468
   [junit4]   2> 2236823 T7590 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 2236823 T7590 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 2236824 T7590 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-002
   [junit4]   2> 2236824 T7590 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-002/'
   [junit4]   2> 2236872 T7590 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-002/solr.xml
   [junit4]   2> 2236908 T7590 oasc.CoreContainer.<init> New CoreContainer 
106430080
   [junit4]   2> 2236909 T7590 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-002/]
   [junit4]   2> 2236910 T7590 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 2236911 T7590 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 2236912 T7590 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 2236912 T7590 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2236913 T7590 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 2236920 T7590 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 2236921 T7590 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2236922 T7590 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 2236922 T7590 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 2236922 T7590 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 2236924 T7590 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 2236925 T7590 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2236925 T7590 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2236925 T7590 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2236925 T7590 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:58465/solr
   [junit4]   2> 2236926 T7590 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 2236927 T7590 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 2236929 T7590 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2236932 T7613 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@4cc71d08 
name:ZooKeeperConnection Watcher:127.0.0.1:58465 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2236934 T7590 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2236935 T7590 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 2236941 T7590 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2236942 T7616 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@6ef5f91e 
name:ZooKeeperConnection Watcher:127.0.0.1:58465/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2236943 T7590 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2236946 T7590 oascc.SolrZkClient.makePath makePath: 
/overseer/queue
   [junit4]   2> 2236954 T7590 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-queue-work
   [junit4]   2> 2236959 T7590 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-running
   [junit4]   2> 2236966 T7590 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-completed
   [junit4]   2> 2236973 T7590 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-failure
   [junit4]   2> 2236979 T7590 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 2236983 T7590 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58468_
   [junit4]   2> 2236985 T7590 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:58468_
   [junit4]   2> 2236993 T7590 oascc.SolrZkClient.makePath makePath: 
/overseer_elect
   [junit4]   2> 2236998 T7590 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/election
   [junit4]   2> 2237003 T7590 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2237008 T7590 oasc.OverseerElectionContext.runLeaderProcess I 
am going to be the leader 127.0.0.1:58468_
   [junit4]   2> 2237008 T7590 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/leader
   [junit4]   2> 2237014 T7590 oasc.Overseer.start Overseer 
(id=92892221607313411-127.0.0.1:58468_-n_0000000000) starting
   [junit4]   2> 2237023 T7590 oascc.SolrZkClient.makePath makePath: 
/overseer/queue-work
   [junit4]   2> 2237051 T7590 oasc.OverseerAutoReplicaFailoverThread.<init> 
Starting OverseerAutoReplicaFailoverThread 
autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 2237052 T7618 oasc.OverseerCollectionProcessor.run Process 
current queue of collection creations
   [junit4]   2> 2237058 T7590 oascc.SolrZkClient.makePath makePath: 
/clusterstate.json
   [junit4]   2> 2237063 T7590 oascc.SolrZkClient.makePath makePath: 
/aliases.json
   [junit4]   2> 2237068 T7590 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 2237084 T7617 oasc.Overseer$ClusterStateUpdater.run Starting 
to work on the main queue
   [junit4]   2> 2237090 T7620 oasc.ZkController.publish publishing 
core=collection1 state=down collection=control_collection
   [junit4]   2> 2237090 T7620 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 2237095 T7620 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 2237095 T7616 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2237108 T7617 oasc.Overseer$ClusterStateUpdater.processMessage 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:58468";,
   [junit4]   2>          "node_name":"127.0.0.1:58468_",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 2237108 T7617 
oasc.Overseer$ClusterStateUpdater.createCollection Create collection 
control_collection with shards [shard1]
   [junit4]   2> 2237109 T7617 
oasc.Overseer$ClusterStateUpdater.createCollection state version 
control_collection 1
   [junit4]   2> 2237109 T7617 oasc.Overseer$ClusterStateUpdater.updateState 
Assigning new node to shard shard=shard1
   [junit4]   2> 2237116 T7616 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> 2238096 T7620 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 2238097 T7620 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:control_collection
   [junit4]   2> 2238098 T7620 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 2238098 T7620 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 2238102 T7620 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 2238102 T7620 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-002/collection1/'
   [junit4]   2> 2238104 T7620 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-002/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 2238104 T7620 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-002/collection1/lib/classes/'
 to classloader
   [junit4]   2> 2238105 T7620 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-002/collection1/lib/README'
 to classloader
   [junit4]   2> 2238148 T7620 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 2238154 T7620 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 2238183 T7620 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 5.0.0
   [junit4]   2> 2238205 T7620 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 2238210 T7620 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 2238216 T7620 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 2238448 T7620 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 2238449 T7620 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2238450 T7620 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 2238463 T7620 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 2238538 T7620 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection control_collection
   [junit4]   2> 2238538 T7620 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2238539 T7620 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-002/collection1/,
 
dataDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-001/control/data/
   [junit4]   2> 2238539 T7620 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3c2478a
   [junit4]   2> 2238540 T7620 oasc.CachingDirectoryFactory.get return new 
directory for 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-001/control/data
   [junit4]   2> 2238540 T7620 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-001/control/data/index/
   [junit4]   2> 2238540 T7620 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-001/control/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 2238541 T7620 oasc.CachingDirectoryFactory.get return new 
directory for 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-001/control/data/index
   [junit4]   2> 2238541 T7620 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=31, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=42.8955078125, 
floorSegmentMB=2.1279296875, forceMergeDeletesPctAllowed=22.677461448870567, 
segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4567791156759723
   [junit4]   2> 2238542 T7620 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@daf106c 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@40829b29),segFN=segments_1,generation=1}
   [junit4]   2> 2238543 T7620 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 2238549 T7620 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2238550 T7620 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 2238550 T7620 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2238550 T7620 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2238552 T7620 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2238552 T7620 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2238553 T7620 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2238553 T7620 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 2238553 T7620 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2238554 T7620 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2238555 T7620 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2238556 T7620 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2238557 T7620 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2238558 T7620 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 2238559 T7620 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 2238559 T7620 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 2238560 T7620 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 2238561 T7620 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 2238562 T7620 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 2238562 T7620 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 2238563 T7620 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 2238564 T7620 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 2238564 T7620 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 2238565 T7620 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 2238565 T7620 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 2238567 T7620 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2238568 T7620 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 2238589 T7620 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2238591 T7620 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2238593 T7620 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2238596 T7620 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2238603 T7620 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 2238603 T7620 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 2238604 T7620 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=44, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=63.6533203125, 
floorSegmentMB=0.50390625, forceMergeDeletesPctAllowed=17.167102472619487, 
segmentsPerTier=3.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2238605 T7620 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@daf106c 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@40829b29),segFN=segments_1,generation=1}
   [junit4]   2> 2238605 T7620 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 2238606 T7620 oass.SolrIndexSearcher.<init> Opening 
Searcher@1b97e953[collection1] main
   [junit4]   2> 2238606 T7620 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 2238610 T7620 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 2238611 T7620 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2238612 T7620 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2238612 T7620 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 2238614 T7620 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2238616 T7620 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2238616 T7620 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2238618 T7620 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/_rest_managed.json
   [junit4]   2> 2238630 T7620 
oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new 
znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2238630 T7620 oasr.ManagedResourceStorage$JsonStorage.store 
Saved JSON object to path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2238630 T7620 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 2238630 T7620 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 2238632 T7621 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@1b97e953[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2238639 T7620 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 2238642 T7624 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:58468 collection:control_collection 
shard:shard1
   [junit4]   2> 2238643 T7590 oass.SolrDispatchFilter.init 
user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 2238644 T7590 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 2238644 T7624 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 2238645 T7590 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 2238648 T7590 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2238661 T7627 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@5bdfdb3d 
name:ZooKeeperConnection Watcher:127.0.0.1:58465/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2238662 T7590 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2238663 T7590 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 2238667 T7590 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 2238671 T7624 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard1
   [junit4]   2> 2238676 T7616 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2238689 T7590 oasc.ChaosMonkey.monkeyLog monkey: init - expire 
sessions:false cause connection loss:false
   [junit4]   2> 2238700 T7624 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 2238700 T7624 oasc.ShardLeaderElectionContext.runLeaderProcess 
I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C7156 name=collection1 
org.apache.solr.core.SolrCore@3d9be934 url=http://127.0.0.1:58468/collection1 
node=127.0.0.1:58468_ C7156_STATE=coll:control_collection core:collection1 
props:{core=collection1, base_url=http://127.0.0.1:58468, 
node_name=127.0.0.1:58468_, state=down}
   [junit4]   2> 2238701 T7624 C7156 P58468 oasc.SyncStrategy.sync Sync 
replicas to http://127.0.0.1:58468/collection1/
   [junit4]   2> 2238701 T7624 C7156 P58468 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 2238702 T7624 C7156 P58468 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:58468/collection1/ has no replicas
   [junit4]   2> 2238702 T7624 oasc.ShardLeaderElectionContext.runLeaderProcess 
I am the new leader: http://127.0.0.1:58468/collection1/ shard1
   [junit4]   2> 2238702 T7624 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leaders/shard1
   [junit4]   2> 2238712 T7617 oasc.Overseer$ClusterStateUpdater.processMessage 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection"}
   [junit4]   2> 2238733 T7627 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> 2238748 T7616 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> 2238791 T7616 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2238825 T7617 oasc.Overseer$ClusterStateUpdater.processMessage 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "base_url":"http://127.0.0.1:58468";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"}
   [junit4]   2> 2238965 T7627 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> 2238965 T7616 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> 2239007 T7624 oasc.ZkController.register We are 
http://127.0.0.1:58468/collection1/ and leader is 
http://127.0.0.1:58468/collection1/
   [junit4]   2> 2239008 T7624 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:58468
   [junit4]   2> 2239009 T7624 oasc.ZkController.checkRecovery I am the leader, 
no recovery necessary
   [junit4]   2> 2239010 T7624 oasc.ZkController.publish publishing 
core=collection1 state=active collection=control_collection
   [junit4]   2> 2239024 T7624 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 2239027 T7616 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2239049 T7617 oasc.Overseer$ClusterStateUpdater.processMessage 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:58468";,
   [junit4]   2>          "node_name":"127.0.0.1:58468_",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 2239162 T7627 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> 2239163 T7616 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> 2240701 T7590 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 1
   [junit4]   2> 2240703 T7590 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2240708 T7590 oejs.AbstractConnector.doStart Started 
SelectChannelConnector@127.0.0.1:58472
   [junit4]   2> 2240710 T7590 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 2240710 T7590 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 2240710 T7590 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-003
   [junit4]   2> 2240711 T7590 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-003/'
   [junit4]   2> 2240762 T7590 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-003/solr.xml
   [junit4]   2> 2240804 T7590 oasc.CoreContainer.<init> New CoreContainer 
104601881
   [junit4]   2> 2240804 T7590 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-003/]
   [junit4]   2> 2240806 T7590 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 2240807 T7590 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 2240807 T7590 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 2240808 T7590 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2240808 T7590 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 2240809 T7590 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 2240810 T7590 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2240810 T7590 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 2240811 T7590 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 2240812 T7590 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 2240813 T7590 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 2240813 T7590 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2240814 T7590 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2240814 T7590 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2240814 T7590 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:58465/solr
   [junit4]   2> 2240815 T7590 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 2240815 T7590 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 2240818 T7590 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2240823 T7639 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@76c8df9f 
name:ZooKeeperConnection Watcher:127.0.0.1:58465 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2240824 T7590 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2240824 T7590 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 2240829 T7590 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2240832 T7642 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@65a4a22e 
name:ZooKeeperConnection Watcher:127.0.0.1:58465/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2240833 T7590 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2240849 T7590 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 2241860 T7590 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58472_
   [junit4]   2> 2241861 T7590 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:58472_
   [junit4]   2> 2241871 T7590 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2241882 T7643 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 2241882 T7643 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 2241884 T7616 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2241884 T7643 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 2241894 T7617 oasc.Overseer$ClusterStateUpdater.processMessage 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:58472";,
   [junit4]   2>          "node_name":"127.0.0.1:58472_",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 2241895 T7617 
oasc.Overseer$ClusterStateUpdater.createCollection Create collection 
collection1 with shards [shard1, shard2]
   [junit4]   2> 2241895 T7617 
oasc.Overseer$ClusterStateUpdater.createCollection state version collection1 1
   [junit4]   2> 2241896 T7617 oasc.Overseer$ClusterStateUpdater.updateState 
Assigning new node to shard shard=shard2
   [junit4]   2> 2241905 T7616 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> 2241905 T7627 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> 2241905 T7642 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> 2242886 T7643 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 2242887 T7643 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 2242888 T7643 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 2242889 T7643 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 2242893 T7643 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 2242894 T7643 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-003/collection1/'
   [junit4]   2> 2242897 T7643 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-003/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 2242898 T7643 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-003/collection1/lib/classes/'
 to classloader
   [junit4]   2> 2242901 T7643 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-003/collection1/lib/README'
 to classloader
   [junit4]   2> 2242952 T7643 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 2242957 T7643 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 2242982 T7643 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 5.0.0
   [junit4]   2> 2243005 T7643 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 2243008 T7643 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 2243011 T7643 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 2243258 T7643 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 2243259 T7643 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2243262 T7643 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 2243268 T7643 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 2243326 T7643 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 2243326 T7643 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2243326 T7643 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-003/collection1/,
 
dataDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-001/jetty1/
   [junit4]   2> 2243327 T7643 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3c2478a
   [junit4]   2> 2243327 T7643 oasc.CachingDirectoryFactory.get return new 
directory for 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-001/jetty1
   [junit4]   2> 2243327 T7643 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-001/jetty1/index/
   [junit4]   2> 2243328 T7643 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-001/jetty1/index'
 doesn't exist. Creating new index...
   [junit4]   2> 2243329 T7643 oasc.CachingDirectoryFactory.get return new 
directory for 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-001/jetty1/index
   [junit4]   2> 2243329 T7643 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=31, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=42.8955078125, 
floorSegmentMB=2.1279296875, forceMergeDeletesPctAllowed=22.677461448870567, 
segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4567791156759723
   [junit4]   2> 2243330 T7643 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@7671d366 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4a53afb7),segFN=segments_1,generation=1}
   [junit4]   2> 2243330 T7643 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 2243333 T7643 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2243334 T7643 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 2243334 T7643 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2243334 T7643 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2243334 T7643 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2243334 T7643 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2243335 T7643 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2243335 T7643 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 2243335 T7643 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2243336 T7643 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2243336 T7643 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2243336 T7643 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2243337 T7643 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2243337 T7643 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 2243339 T7643 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 2243339 T7643 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 2243340 T7643 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 2243341 T7643 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 2243341 T7643 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 2243342 T7643 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 2243343 T7643 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 2243343 T7643 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 2243344 T7643 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 2243344 T7643 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 2243345 T7643 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 2243345 T7643 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2243351 T7643 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 2243358 T7643 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2243360 T7643 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2243362 T7643 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2243363 T7643 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2243366 T7643 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 2243366 T7643 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 2243367 T7643 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=44, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=63.6533203125, 
floorSegmentMB=0.50390625, forceMergeDeletesPctAllowed=17.167102472619487, 
segmentsPerTier=3.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2243367 T7643 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@7671d366 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4a53afb7),segFN=segments_1,generation=1}
   [junit4]   2> 2243368 T7643 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 2243368 T7643 oass.SolrIndexSearcher.<init> Opening 
Searcher@2e9b7c5d[collection1] main
   [junit4]   2> 2243368 T7643 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 2243371 T7643 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 2243372 T7643 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2243373 T7643 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2243373 T7643 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 2243373 T7643 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2243376 T7643 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes 
from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2243376 T7643 oasr.ManagedResourceStorage.load Loaded 
LinkedHashMap at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2243376 T7643 oasr.ManagedResource.reloadFromStorage Loaded 
initArgs {} for /rest/managed
   [junit4]   2> 2243376 T7643 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 2243377 T7643 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 2243378 T7644 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@2e9b7c5d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2243378 T7643 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 2243381 T7647 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:58472 collection:collection1 
shard:shard2
   [junit4]   2> 2243383 T7590 oass.SolrDispatchFilter.init 
user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 2243383 T7590 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 2243386 T7647 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard2/election
   [junit4]   2> 2243402 T7647 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard2
   [junit4]   2> 2243409 T7616 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2243412 T7647 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 2243412 T7647 oasc.ShardLeaderElectionContext.runLeaderProcess 
I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C7157 name=collection1 
org.apache.solr.core.SolrCore@a60c4fe url=http://127.0.0.1:58472/collection1 
node=127.0.0.1:58472_ C7157_STATE=coll:collection1 core:collection1 
props:{core=collection1, base_url=http://127.0.0.1:58472, 
node_name=127.0.0.1:58472_, state=down}
   [junit4]   2> 2243412 T7647 C7157 P58472 oasc.SyncStrategy.sync Sync 
replicas to http://127.0.0.1:58472/collection1/
   [junit4]   2> 2243412 T7647 C7157 P58472 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 2243413 T7647 C7157 P58472 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:58472/collection1/ has no replicas
   [junit4]   2> 2243413 T7647 oasc.ShardLeaderElectionContext.runLeaderProcess 
I am the new leader: http://127.0.0.1:58472/collection1/ shard2
   [junit4]   2> 2243414 T7647 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard2
   [junit4]   2> 2243425 T7617 oasc.Overseer$ClusterStateUpdater.processMessage 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1"}
   [junit4]   2> 2243448 T7616 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> 2243450 T7627 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> 2243454 T7642 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> 2243492 T7617 oasc.Overseer$ClusterStateUpdater.processMessage 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "base_url":"http://127.0.0.1:58472";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"}
   [junit4]   2> 2243496 T7616 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2243599 T7616 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> 2243600 T7642 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> 2243601 T7627 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> 2243651 T7647 oasc.ZkController.register We are 
http://127.0.0.1:58472/collection1/ and leader is 
http://127.0.0.1:58472/collection1/
   [junit4]   2> 2243652 T7647 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:58472
   [junit4]   2> 2243652 T7647 oasc.ZkController.checkRecovery I am the leader, 
no recovery necessary
   [junit4]   2> 2243652 T7647 oasc.ZkController.publish publishing 
core=collection1 state=active collection=collection1
   [junit4]   2> 2243652 T7647 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 2243661 T7616 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2243669 T7617 oasc.Overseer$ClusterStateUpdater.processMessage 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:58472";,
   [junit4]   2>          "node_name":"127.0.0.1:58472_",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 2243780 T7616 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> 2243780 T7627 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> 2243780 T7642 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> 2245379 T7590 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 2
   [junit4]   2> 2245380 T7590 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2245385 T7590 oejs.AbstractConnector.doStart Started 
SelectChannelConnector@127.0.0.1:58475
   [junit4]   2> 2245387 T7590 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 2245388 T7590 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 2245389 T7590 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-004
   [junit4]   2> 2245389 T7590 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-004/'
   [junit4]   2> 2245446 T7590 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-004/solr.xml
   [junit4]   2> 2245475 T7590 oasc.CoreContainer.<init> New CoreContainer 
655660363
   [junit4]   2> 2245475 T7590 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-004/]
   [junit4]   2> 2245476 T7590 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 2245476 T7590 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 2245477 T7590 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 2245477 T7590 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2245478 T7590 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 2245478 T7590 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 2245478 T7590 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2245478 T7590 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 2245479 T7590 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 2245479 T7590 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 2245479 T7590 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 2245481 T7590 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2245481 T7590 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2245481 T7590 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2245482 T7590 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:58465/solr
   [junit4]   2> 2245482 T7590 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 2245482 T7590 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 2245483 T7590 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2245487 T7659 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@7189cdc4 
name:ZooKeeperConnection Watcher:127.0.0.1:58465 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2245489 T7590 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2245490 T7590 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 2245501 T7590 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2245508 T7662 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@7dee7b14 
name:ZooKeeperConnection Watcher:127.0.0.1:58465/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2245508 T7590 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2245529 T7590 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 2246547 T7590 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58475_
   [junit4]   2> 2246549 T7590 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:58475_
   [junit4]   2> 2246561 T7590 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2246570 T7663 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 2246571 T7663 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 2246572 T7616 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2246572 T7663 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 2246582 T7617 oasc.Overseer$ClusterStateUpdater.processMessage 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:58475";,
   [junit4]   2>          "node_name":"127.0.0.1:58475_",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 2246582 T7617 oasc.Overseer$ClusterStateUpdater.updateState 
Collection already exists with numShards=2
   [junit4]   2> 2246582 T7617 oasc.Overseer$ClusterStateUpdater.updateState 
Assigning new node to shard shard=shard1
   [junit4]   2> 2246590 T7616 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> 2246590 T7642 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> 2246591 T7662 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> 2246590 T7627 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> 2247575 T7663 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 2247575 T7663 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 2247577 T7663 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 2247577 T7663 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 2247579 T7663 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 2247580 T7663 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-004/collection1/'
   [junit4]   2> 2247581 T7663 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-004/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 2247581 T7663 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-004/collection1/lib/classes/'
 to classloader
   [junit4]   2> 2247582 T7663 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-004/collection1/lib/README'
 to classloader
   [junit4]   2> 2247614 T7663 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 2247622 T7663 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 2247655 T7663 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 5.0.0
   [junit4]   2> 2247696 T7663 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 2247700 T7663 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 2247708 T7663 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 2247940 T7663 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 2247940 T7663 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2247942 T7663 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 2247947 T7663 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 2248024 T7663 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 2248024 T7663 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2248025 T7663 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-004/collection1/,
 
dataDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-001/jetty2/
   [junit4]   2> 2248025 T7663 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3c2478a
   [junit4]   2> 2248026 T7663 oasc.CachingDirectoryFactory.get return new 
directory for 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-001/jetty2
   [junit4]   2> 2248026 T7663 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-001/jetty2/index/
   [junit4]   2> 2248026 T7663 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-001/jetty2/index'
 doesn't exist. Creating new index...
   [junit4]   2> 2248027 T7663 oasc.CachingDirectoryFactory.get return new 
directory for 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-001/jetty2/index
   [junit4]   2> 2248028 T7663 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=31, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=42.8955078125, 
floorSegmentMB=2.1279296875, forceMergeDeletesPctAllowed=22.677461448870567, 
segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4567791156759723
   [junit4]   2> 2248029 T7663 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@58790967 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6e3eead),segFN=segments_1,generation=1}
   [junit4]   2> 2248029 T7663 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 2248041 T7663 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2248042 T7663 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 2248042 T7663 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2248042 T7663 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2248042 T7663 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2248043 T7663 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2248043 T7663 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2248043 T7663 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 2248043 T7663 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2248045 T7663 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2248045 T7663 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2248052 T7663 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2248053 T7663 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2248053 T7663 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 2248055 T7663 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 2248056 T7663 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 2248057 T7663 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 2248061 T7663 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 2248061 T7663 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 2248062 T7663 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 2248062 T7663 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 2248063 T7663 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 2248063 T7663 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 2248064 T7663 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 2248064 T7663 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 2248065 T7663 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2248065 T7663 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 2248074 T7663 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2248076 T7663 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2248077 T7663 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2248080 T7663 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2248084 T7663 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 2248084 T7663 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 2248085 T7663 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=44, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=63.6533203125, 
floorSegmentMB=0.50390625, forceMergeDeletesPctAllowed=17.167102472619487, 
segmentsPerTier=3.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2248085 T7663 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@58790967 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6e3eead),segFN=segments_1,generation=1}
   [junit4]   2> 2248085 T7663 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 2248086 T7663 oass.SolrIndexSearcher.<init> Opening 
Searcher@708ecb38[collection1] main
   [junit4]   2> 2248086 T7663 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 2248090 T7663 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 2248090 T7663 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2248092 T7663 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2248092 T7663 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 2248092 T7663 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2248095 T7663 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes 
from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2248095 T7663 oasr.ManagedResourceStorage.load Loaded 
LinkedHashMap at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2248096 T7663 oasr.ManagedResource.reloadFromStorage Loaded 
initArgs {} for /rest/managed
   [junit4]   2> 2248096 T7663 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 2248096 T7663 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 2248097 T7664 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@708ecb38[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2248098 T7663 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 2248100 T7667 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:58475 collection:collection1 
shard:shard1
   [junit4]   2> 2248101 T7590 oass.SolrDispatchFilter.init 
user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 2248103 T7590 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 2248105 T7667 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard1/election
   [junit4]   2> 2248119 T7667 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard1
   [junit4]   2> 2248125 T7667 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 2248126 T7667 oasc.ShardLeaderElectionContext.runLeaderProcess 
I may be the new leader - try and sync
   [junit4]   2> 2248126 T7616 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> ASYNC  NEW_CORE C7158 name=collection1 
org.apache.solr.core.SolrCore@73127d68 url=http://127.0.0.1:58475/collection1 
node=127.0.0.1:58475_ C7158_STATE=coll:collection1 core:collection1 
props:{core=collection1, base_url=http://127.0.0.1:58475, 
node_name=127.0.0.1:58475_, state=down}
   [junit4]   2> 2248126 T7667 C7158 P58475 oasc.SyncStrategy.sync Sync 
replicas to http://127.0.0.1:58475/collection1/
   [junit4]   2> 2248128 T7667 C7158 P58475 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 2248128 T7667 C7158 P58475 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:58475/collection1/ has no replicas
   [junit4]   2> 2248129 T7667 oasc.ShardLeaderElectionContext.runLeaderProcess 
I am the new leader: http://127.0.0.1:58475/collection1/ shard1
   [junit4]   2> 2248129 T7667 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard1
   [junit4]   2> 2248153 T7617 oasc.Overseer$ClusterStateUpdater.processMessage 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"collection1"}
   [junit4]   2> 2248161 T7642 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> 2248162 T7662 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> 2248165 T7616 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> 2248167 T7627 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> 2248222 T7617 oasc.Overseer$ClusterStateUpdater.processMessage 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "base_url":"http://127.0.0.1:58475";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"}
   [junit4]   2> 2248229 T7616 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2248334 T7616 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> 2248335 T7627 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> 2248335 T7642 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> 2248335 T7662 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> 2248356 T7667 oasc.ZkController.register We are 
http://127.0.0.1:58475/collection1/ and leader is 
http://127.0.0.1:58475/collection1/
   [junit4]   2> 2248356 T7667 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:58475
   [junit4]   2> 2248357 T7667 oasc.ZkController.checkRecovery I am the leader, 
no recovery necessary
   [junit4]   2> 2248357 T7667 oasc.ZkController.publish publishing 
core=collection1 state=active collection=collection1
   [junit4]   2> 2248358 T7667 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 2248363 T7668 oasc.DistributedQueue$LatchWatcher

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

2> 2587218 T7590 oasc.CachingDirectoryFactory.close Closing directory: 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-001/jetty4
   [junit4]   2> 2587219 T7590 oasc.Overseer.close Overseer 
(id=92892221607313420-127.0.0.1:58482_-n_0000000004) closing
   [junit4]   2> 2587220 T7749 oasc.Overseer$ClusterStateUpdater.run Overseer 
Loop exiting : 127.0.0.1:58482_
   [junit4]   2> 2587227 T7742 oascc.ZkStateReader$3.process WARN ZooKeeper 
watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 2587247 T7590 oejsh.ContextHandler.doStop stopped 
o.e.j.s.ServletContextHandler{/,null}
   [junit4]   2> 2592232 T7590 oas.SolrTestCaseJ4.tearDown ###Ending 
testDistribSearch
   [junit4]   2> 2592235 T7590 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:58465 58465
   [junit4]   2> 2592248 T7591 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:58465 58465
   [junit4]   2> 2592450 T7591 oasc.ZkTestServer$ZKServerMain.runFromConfig 
WARN Watch limit violations: 
   [junit4]   2>        Maximum concurrent create/delete watches above limit:
   [junit4]   2>        
   [junit4]   2>                6       /solr/aliases.json
   [junit4]   2>                6       /solr/clusterstate.json
   [junit4]   2>                5       /solr/configs/conf1
   [junit4]   2>        
   [junit4]   2>        Maximum concurrent children watches above limit:
   [junit4]   2>        
   [junit4]   2>                6       /solr/live_nodes
   [junit4]   2>                4       /solr/overseer/collection-queue-work
   [junit4]   2>                3       /solr/overseer/queue
   [junit4]   2>        
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ShardSplitTest 
-Dtests.method=testDistribSearch -Dtests.seed=328FD7933F12EDCB 
-Dtests.slow=true -Dtests.locale=sl_SI -Dtests.timezone=Europe/Stockholm 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR    358s | ShardSplitTest.testDistribSearch <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: http://127.0.0.1:58475
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([328FD7933F12EDCB:B369598B484D8DF7]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:581)
   [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.ShardSplitTest.splitShard(ShardSplitTest.java:532)
   [junit4]    >        at 
org.apache.solr.cloud.ShardSplitTest.incompleteOrOverlappingCustomRangeTest(ShardSplitTest.java:138)
   [junit4]    >        at 
org.apache.solr.cloud.ShardSplitTest.doTest(ShardSplitTest.java:103)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    >        at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    >        at 
java.net.SocketInputStream.read(SocketInputStream.java:150)
   [junit4]    >        at 
java.net.SocketInputStream.read(SocketInputStream.java:121)
   [junit4]    >        at 
org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
   [junit4]    >        at 
org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
   [junit4]    >        at 
org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    >        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
   [junit4]    >        at 
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]    >        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
   [junit4]    >        at 
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
   [junit4]    >        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
   [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:465)
   [junit4]    >        ... 45 more
   [junit4]   2> 2592500 T7590 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001
   [junit4]   2> 357917 T7589 ccr.ThreadLeakControl.checkThreadLeaks WARNING 
Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {}, 
docValues:{}, sim=DefaultSimilarity, locale=sl_SI, timezone=Europe/Stockholm
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0_20 
(64-bit)/cpus=2,threads=1,free=156772312,total=295170048
   [junit4]   2> NOTE: All tests run in this JVM: [TestCoreContainer, 
TermsComponentTest, SimpleCollectionCreateDeleteTest, 
CoreAdminCreateDiscoverTest, TestClassNameShortening, SuggesterTSTTest, 
ChangedSchemaMergeTest, TestSolrXmlPersistor, CachingDirectoryFactoryTest, 
SharedFSAutoReplicaFailoverTest, HdfsBasicDistributedZkTest, 
OpenExchangeRatesOrgProviderTest, TestSolrQueryParserResource, SolrCoreTest, 
HdfsBasicDistributedZk2Test, ConvertedLegacyTest, 
DeleteLastCustomShardedReplicaTest, MinimalSchemaTest, TestRecoveryHdfs, 
OverseerTest, TestAddFieldRealTimeGet, AutoCommitTest, TestZkChroot, 
SimplePostToolTest, TestQueryUtils, TestQueryTypes, DocValuesTest, 
CustomCollectionTest, StressHdfsTest, BadComponentTest, 
TestDefaultSearchFieldResource, ZkNodePropsTest, StandardRequestHandlerTest, 
TestDFRSimilarityFactory, TestSolrDeletionPolicy1, TestFieldSortValues, 
HardAutoCommitTest, SOLR749Test, TestSolrDeletionPolicy2, TestIndexSearcher, 
TestDistributedSearch, SolrPluginUtilsTest, TestCSVLoader, 
TestFreeTextSuggestions, TestBulkSchemaAPI, TestHighFrequencyDictionaryFactory, 
TestImplicitCoreProperties, TestMultiCoreConfBootstrap, 
UUIDUpdateProcessorFallbackTest, VMParamsZkACLAndCredentialsProvidersTest, 
DistributedFacetPivotSmallTest, HdfsChaosMonkeySafeLeaderTest, TestNonNRTOpen, 
DeleteReplicaTest, TestBulkSchemaConcurrent, TestUtils, 
DistributedDebugComponentTest, SolrCoreCheckLockOnStartupTest, 
TestStressRecovery, EnumFieldTest, RequiredFieldsTest, TestQuerySenderNoQuery, 
DefaultValueUpdateProcessorTest, SuggesterTest, DeleteInactiveReplicaTest, 
OutputWriterTest, AnalyticsMergeStrategyTest, PreAnalyzedFieldTest, 
DistributedFacetPivotSmallAdvancedTest, TestSystemIdResolver, BasicZkTest, 
TestRemoteStreaming, TestShortCircuitedRequests, TermVectorComponentTest, 
TestSolrJ, DistribDocExpirationUpdateProcessorTest, TestCSVResponseWriter, 
DistributedTermsComponentTest, UpdateRequestProcessorFactoryTest, 
QueryParsingTest, DateRangeFieldTest, LeaderFailoverAfterPartitionTest, 
PolyFieldTest, TestRawResponseWriter, ShardRoutingCustomTest, 
FullSolrCloudDistribCmdsTest, TestManagedSynonymFilterFactory, 
TestFastLRUCache, TestConfigReload, DistributedIntervalFacetingTest, 
TestLeaderElectionZkExpiry, TestManagedSchemaFieldTypeResource, 
TestCloudSchemaless, TestWordDelimiterFilterFactory, 
TestReversedWildcardFilterFactory, StatelessScriptUpdateProcessorFactoryTest, 
LeaderInitiatedRecoveryOnCommitTest, TestManagedStopFilterFactory, 
TestDynamicFieldCollectionResource, TestConfig, ShardSplitTest]
   [junit4] Completed in 358.26s, 1 test, 1 error <<< FAILURES!

[...truncated 1096 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:529: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:477: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:61: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/extra-targets.xml:39: The 
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build.xml:192: The 
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/common-build.xml:508: The 
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:1363: 
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:970: 
There were test failures: 450 suites, 1842 tests, 1 error, 36 ignored (21 
assumptions)

Total time: 183 minutes 9 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0 
-XX:-UseCompressedOops -XX:+UseConcMarkSweepGC (asserts: true)
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