Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/1950/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseSerialGC (asserts: false)

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

Error Message:
Timeout occured while waiting response from server at: 
http://127.0.0.1:55387/a/sm

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: http://127.0.0.1:55387/a/sm
        at 
__randomizedtesting.SeedInfo.seed([416F849DD0FA95C2:C0890A85A7A5F5FE]: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.GeneratedMethodAccessor109.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 11842 lines...]
   [junit4] Suite: org.apache.solr.cloud.ShardSplitTest
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-416F849DD0FA95C2-001/init-core-data-001
   [junit4]   2> 6079130 T20441 
oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system 
property: /a/sm
   [junit4]   2> 6079135 T20441 oas.SolrTestCaseJ4.setUp ###Starting 
testDistribSearch
   [junit4]   2> 6079137 T20441 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 6079138 T20442 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 6079238 T20441 oasc.ZkTestServer.run start zk server on 
port:55377
   [junit4]   2> 6079240 T20441 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 6079244 T20441 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 6079255 T20449 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1fd83684 
name:ZooKeeperConnection Watcher:127.0.0.1:55377 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6079256 T20441 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 6079257 T20441 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 6079257 T20441 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 6079271 T20441 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 6079274 T20441 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 6079279 T20452 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1e86e7d8 
name:ZooKeeperConnection Watcher:127.0.0.1:55377/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6079279 T20441 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 6079280 T20441 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 6079280 T20441 oascc.SolrZkClient.makePath makePath: 
/collections/collection1
   [junit4]   2> 6079288 T20441 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/shards
   [junit4]   2> 6079296 T20441 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection
   [junit4]   2> 6079303 T20441 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/shards
   [junit4]   2> 6079311 T20441 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 6079312 T20441 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.xml
   [junit4]   2> 6079322 T20441 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema15.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 6079324 T20441 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/schema.xml
   [junit4]   2> 6079334 T20441 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 6079335 T20441 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 6079344 T20441 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 6079345 T20441 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/stopwords.txt
   [junit4]   2> 6079353 T20441 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 6079354 T20441 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/protwords.txt
   [junit4]   2> 6079362 T20441 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 6079363 T20441 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/currency.xml
   [junit4]   2> 6079373 T20441 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 6079374 T20441 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/enumsConfig.xml
   [junit4]   2> 6079385 T20441 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 6079385 T20441 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/open-exchange-rates.json
   [junit4]   2> 6079395 T20441 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 6079396 T20441 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 6079407 T20441 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 6079407 T20441 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/old_synonyms.txt
   [junit4]   2> 6079417 T20441 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 6079418 T20441 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/synonyms.txt
   [junit4]   2> 6081371 T20441 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 6081383 T20441 oejs.AbstractConnector.doStart Started 
SelectChannelConnector@127.0.0.1:55380
   [junit4]   2> 6081384 T20441 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 6081384 T20441 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 6081385 T20441 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-416F849DD0FA95C2-001/tempDir-002
   [junit4]   2> 6081385 T20441 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-416F849DD0FA95C2-001/tempDir-002/'
   [junit4]   2> 6081450 T20441 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-416F849DD0FA95C2-001/tempDir-002/solr.xml
   [junit4]   2> 6081465 T20441 oasc.CoreContainer.<init> New CoreContainer 
328370609
   [junit4]   2> 6081466 T20441 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-416F849DD0FA95C2-001/tempDir-002/]
   [junit4]   2> 6081467 T20441 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 6081468 T20441 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 6081468 T20441 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 6081468 T20441 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 6081469 T20441 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 6081469 T20441 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 6081469 T20441 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 6081470 T20441 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 6081470 T20441 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 6081471 T20441 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 6081471 T20441 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 6081472 T20441 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 6081472 T20441 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 6081472 T20441 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 6081473 T20441 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:55377/solr
   [junit4]   2> 6081473 T20441 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 6081474 T20441 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 6081475 T20441 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 6081480 T20464 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1cd9d3a9 
name:ZooKeeperConnection Watcher:127.0.0.1:55377 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6081481 T20441 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 6081481 T20441 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 6081487 T20441 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 6081490 T20467 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@4acf96c9 
name:ZooKeeperConnection Watcher:127.0.0.1:55377/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6081491 T20441 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 6081495 T20441 oascc.SolrZkClient.makePath makePath: 
/overseer/queue
   [junit4]   2> 6081505 T20441 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-queue-work
   [junit4]   2> 6081514 T20441 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-running
   [junit4]   2> 6081523 T20441 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-completed
   [junit4]   2> 6081532 T20441 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-failure
   [junit4]   2> 6081544 T20441 oascc.SolrZkClient.makePath makePath: 
/live_nodes
   [junit4]   2> 6081548 T20441 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55380_a%2Fsm
   [junit4]   2> 6081550 T20441 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:55380_a%2Fsm
   [junit4]   2> 6081561 T20441 oascc.SolrZkClient.makePath makePath: 
/overseer_elect
   [junit4]   2> 6081567 T20441 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/election
   [junit4]   2> 6081573 T20441 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 6081579 T20441 oasc.OverseerElectionContext.runLeaderProcess I 
am going to be the leader 127.0.0.1:55380_a%2Fsm
   [junit4]   2> 6081580 T20441 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/leader
   [junit4]   2> 6081587 T20441 oasc.Overseer.start Overseer 
(id=92837954390720515-127.0.0.1:55380_a%2Fsm-n_0000000000) starting
   [junit4]   2> 6081594 T20441 oascc.SolrZkClient.makePath makePath: 
/overseer/queue-work
   [junit4]   2> 6081618 T20441 oasc.OverseerAutoReplicaFailoverThread.<init> 
Starting OverseerAutoReplicaFailoverThread 
autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 6081619 T20469 oasc.OverseerCollectionProcessor.run Process 
current queue of collection creations
   [junit4]   2> 6081620 T20441 oascc.SolrZkClient.makePath makePath: 
/clusterstate.json
   [junit4]   2> 6081624 T20441 oascc.SolrZkClient.makePath makePath: 
/aliases.json
   [junit4]   2> 6081629 T20441 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 6081643 T20468 oasc.Overseer$ClusterStateUpdater.run Starting 
to work on the main queue
   [junit4]   2> 6081649 T20471 oasc.ZkController.publish publishing 
core=collection1 state=down collection=control_collection
   [junit4]   2> 6081649 T20471 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 6081651 T20467 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 6081651 T20471 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 6081660 T20468 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=1 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:55380/a/sm";,
   [junit4]   2>          "node_name":"127.0.0.1:55380_a%2Fsm",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 6081660 T20468 
oasc.Overseer$ClusterStateUpdater.createCollection Create collection 
control_collection with shards [shard1]
   [junit4]   2> 6081660 T20468 
oasc.Overseer$ClusterStateUpdater.createCollection state version 
control_collection 1
   [junit4]   2> 6081662 T20468 oasc.Overseer$ClusterStateUpdater.updateState 
Assigning new node to shard shard=shard1
   [junit4]   2> 6081669 T20467 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> 6082654 T20471 oasc.ZkController.waitForShardId waiting to 
find shard id in clusterstate for collection1
   [junit4]   2> 6082654 T20471 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:control_collection
   [junit4]   2> 6082658 T20471 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 6082659 T20471 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 6082665 T20471 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 6082666 T20471 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-416F849DD0FA95C2-001/tempDir-002/collection1/'
   [junit4]   2> 6082671 T20471 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-416F849DD0FA95C2-001/tempDir-002/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 6082671 T20471 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-416F849DD0FA95C2-001/tempDir-002/collection1/lib/classes/'
 to classloader
   [junit4]   2> 6082672 T20471 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-416F849DD0FA95C2-001/tempDir-002/collection1/lib/README'
 to classloader
   [junit4]   2> 6082735 T20471 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 6082742 T20471 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 6082760 T20471 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 6.0.0
   [junit4]   2> 6082773 T20471 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 6082778 T20471 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 6082785 T20471 oass.IndexSchema.readSchema [collection1] 
Schema name=test
   [junit4]   2> 6082930 T20471 oass.IndexSchema.readSchema default search 
field in schema is text
   [junit4]   2> 6082933 T20471 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 6082933 T20471 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 6082940 T20471 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 6083007 T20471 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection control_collection
   [junit4]   2> 6083007 T20471 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 6083008 T20471 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-416F849DD0FA95C2-001/tempDir-002/collection1/,
 
dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-416F849DD0FA95C2-001/tempDir-001/control/data/
   [junit4]   2> 6083009 T20471 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@43d8c580
   [junit4]   2> 6083010 T20471 oasc.CachingDirectoryFactory.get return new 
directory for 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-416F849DD0FA95C2-001/tempDir-001/control/data
   [junit4]   2> 6083011 T20471 oasc.SolrCore.getNewIndexDir New index 
directory detected: old=null 
new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-416F849DD0FA95C2-001/tempDir-001/control/data/index/
   [junit4]   2> 6083012 T20471 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-416F849DD0FA95C2-001/tempDir-001/control/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 6083012 T20471 oasc.CachingDirectoryFactory.get return new 
directory for 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-416F849DD0FA95C2-001/tempDir-001/control/data/index
   [junit4]   2> 6083013 T20471 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=44, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=38.203125, 
floorSegmentMB=1.36328125, forceMergeDeletesPctAllowed=1.3496414511322818, 
segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8899610427777046
   [junit4]   2> 6083013 T20471 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@2f4adc9e 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@12ad62d6),segFN=segments_1,generation=1}
   [junit4]   2> 6083013 T20471 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 6083018 T20471 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 6083019 T20471 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 6083020 T20471 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 6083020 T20471 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 6083021 T20471 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 6083021 T20471 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 6083022 T20471 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 6083022 T20471 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 6083022 T20471 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 6083024 T20471 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 6083026 T20471 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6083027 T20471 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6083028 T20471 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6083028 T20471 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 6083029 T20471 oasc.RequestHandlers.initHandlersFromConfig 
created /get: solr.RealTimeGetHandler
   [junit4]   2> 6083029 T20471 oasc.RequestHandlers.initHandlersFromConfig 
adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 6083029 T20471 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: solr.ReplicationHandler
   [junit4]   2> 6083030 T20471 oasc.RequestHandlers.initHandlersFromConfig 
created /update: solr.UpdateRequestHandler
   [junit4]   2> 6083030 T20471 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 6083031 T20471 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 6083031 T20471 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 6083038 T20471 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6083039 T20471 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6083041 T20471 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6083043 T20471 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6083047 T20471 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 6083047 T20471 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 6083047 T20471 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.AlcoholicMergePolicy: 
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1543005717, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 6083048 T20471 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@2f4adc9e 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@12ad62d6),segFN=segments_1,generation=1}
   [junit4]   2> 6083048 T20471 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 6083048 T20471 oass.SolrIndexSearcher.<init> Opening 
Searcher@6d47a607[collection1] main
   [junit4]   2> 6083049 T20471 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 6083051 T20471 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 6083051 T20471 oasr.ManagedResourceStorage.newStorageIO 
Setting up ZooKeeper-based storage for the RestManager with znodeBase: 
/configs/conf1
   [junit4]   2> 6083053 T20471 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 6083053 T20471 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 6083054 T20471 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6083055 T20471 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 6083056 T20471 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6083057 T20471 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/_rest_managed.json
   [junit4]   2> 6083064 T20471 
oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new 
znode /configs/conf1/_rest_managed.json
   [junit4]   2> 6083065 T20471 oasr.ManagedResourceStorage$JsonStorage.store 
Saved JSON object to path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6083065 T20471 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 6083068 T20471 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 6083069 T20472 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@6d47a607[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 6083070 T20475 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:55380/a/sm 
collection:control_collection shard:shard1
   [junit4]   2> 6083071 T20441 oass.SolrDispatchFilter.init 
user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 6083072 T20441 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 6083072 T20475 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 6083073 T20441 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 6083074 T20441 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 6083079 T20478 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@6a21eeba 
name:ZooKeeperConnection Watcher:127.0.0.1:55377/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6083080 T20441 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 6083081 T20441 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 6083084 T20441 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 6083089 T20475 
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for 
shard shard1
   [junit4]   2> 6083094 T20467 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 6083094 T20441 oasc.ChaosMonkey.monkeyLog monkey: init - 
expire sessions:false cause connection loss:false
   [junit4]   2> 6083096 T20475 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 6083096 T20475 
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try 
and sync
   [junit4]   2> ASYNC  NEW_CORE C5510 name=collection1 
org.apache.solr.core.SolrCore@203f2644 
url=http://127.0.0.1:55380/a/sm/collection1 node=127.0.0.1:55380_a%2Fsm 
C5510_STATE=coll:control_collection core:collection1 props:{core=collection1, 
base_url=http://127.0.0.1:55380/a/sm, node_name=127.0.0.1:55380_a%2Fsm, 
state=down}
   [junit4]   2> 6083097 T20475 C5510 P55380 oasc.SyncStrategy.sync Sync 
replicas to http://127.0.0.1:55380/a/sm/collection1/
   [junit4]   2> 6083098 T20475 C5510 P55380 oasc.SyncStrategy.syncReplicas 
Sync Success - now sync replicas to me
   [junit4]   2> 6083098 T20475 C5510 P55380 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:55380/a/sm/collection1/ has no replicas
   [junit4]   2> 6083098 T20475 
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: 
http://127.0.0.1:55380/a/sm/collection1/ shard1
   [junit4]   2> 6083098 T20475 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leaders/shard1
   [junit4]   2> 6083133 T20467 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 6083239 T20467 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> 6083239 T20478 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> 6083283 T20475 oasc.ZkController.register We are 
http://127.0.0.1:55380/a/sm/collection1/ and leader is 
http://127.0.0.1:55380/a/sm/collection1/
   [junit4]   2> 6083283 T20475 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:55380/a/sm
   [junit4]   2> 6083284 T20475 oasc.ZkController.checkRecovery I am the 
leader, no recovery necessary
   [junit4]   2> 6083284 T20475 oasc.ZkController.publish publishing 
core=collection1 state=active collection=control_collection
   [junit4]   2> 6083284 T20475 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 6083287 T20467 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 6083301 T20468 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=2 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:55380/a/sm";,
   [junit4]   2>          "node_name":"127.0.0.1:55380_a%2Fsm",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 6083410 T20478 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> 6083413 T20467 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> 6085157 T20441 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 1
   [junit4]   2> 6085158 T20441 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 6085163 T20441 oejs.AbstractConnector.doStart Started 
SelectChannelConnector@127.0.0.1:55384
   [junit4]   2> 6085164 T20441 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 6085164 T20441 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 6085165 T20441 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-416F849DD0FA95C2-001/tempDir-003
   [junit4]   2> 6085165 T20441 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-416F849DD0FA95C2-001/tempDir-003/'
   [junit4]   2> 6085208 T20441 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-416F849DD0FA95C2-001/tempDir-003/solr.xml
   [junit4]   2> 6085221 T20441 oasc.CoreContainer.<init> New CoreContainer 
738334005
   [junit4]   2> 6085222 T20441 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-416F849DD0FA95C2-001/tempDir-003/]
   [junit4]   2> 6085222 T20441 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 6085223 T20441 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 6085223 T20441 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 6085223 T20441 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 6085224 T20441 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 6085224 T20441 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 6085224 T20441 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 6085225 T20441 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 6085225 T20441 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 6085226 T20441 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 6085226 T20441 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 6085227 T20441 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 6085228 T20441 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 6085228 T20441 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 6085229 T20441 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:55377/solr
   [junit4]   2> 6085229 T20441 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 6085230 T20441 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 6085231 T20441 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 6085235 T20490 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@14b1b57f 
name:ZooKeeperConnection Watcher:127.0.0.1:55377 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6085236 T20441 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 6085236 T20441 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 6085244 T20441 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 6085247 T20493 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@62dc68a9 
name:ZooKeeperConnection Watcher:127.0.0.1:55377/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6085248 T20441 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 6085273 T20441 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 6086288 T20441 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55384_a%2Fsm
   [junit4]   2> 6086293 T20441 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:55384_a%2Fsm
   [junit4]   2> 6086313 T20441 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 6086325 T20494 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 6086325 T20494 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 6086328 T20494 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 6086328 T20467 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 6086343 T20468 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=2 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:55384/a/sm";,
   [junit4]   2>          "node_name":"127.0.0.1:55384_a%2Fsm",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 6086343 T20468 
oasc.Overseer$ClusterStateUpdater.createCollection Create collection 
collection1 with shards [shard1, shard2]
   [junit4]   2> 6086343 T20468 
oasc.Overseer$ClusterStateUpdater.createCollection state version collection1 1
   [junit4]   2> 6086344 T20468 oasc.Overseer$ClusterStateUpdater.updateState 
Assigning new node to shard shard=shard2
   [junit4]   2> 6086354 T20478 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> 6086355 T20493 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> 6086358 T20467 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> 6087330 T20494 oasc.ZkController.waitForShardId waiting to 
find shard id in clusterstate for collection1
   [junit4]   2> 6087331 T20494 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 6087336 T20494 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 6087337 T20494 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 6087343 T20494 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 6087343 T20494 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-416F849DD0FA95C2-001/tempDir-003/collection1/'
   [junit4]   2> 6087346 T20494 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-416F849DD0FA95C2-001/tempDir-003/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 6087346 T20494 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-416F849DD0FA95C2-001/tempDir-003/collection1/lib/classes/'
 to classloader
   [junit4]   2> 6087351 T20494 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-416F849DD0FA95C2-001/tempDir-003/collection1/lib/README'
 to classloader
   [junit4]   2> 6087393 T20494 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 6087401 T20494 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 6087427 T20494 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 6.0.0
   [junit4]   2> 6087436 T20494 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 6087440 T20494 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 6087444 T20494 oass.IndexSchema.readSchema [collection1] 
Schema name=test
   [junit4]   2> 6087596 T20494 oass.IndexSchema.readSchema default search 
field in schema is text
   [junit4]   2> 6087598 T20494 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 6087599 T20494 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 6087605 T20494 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 6087683 T20494 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 6087684 T20494 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 6087684 T20494 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-416F849DD0FA95C2-001/tempDir-003/collection1/,
 
dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-416F849DD0FA95C2-001/tempDir-001/jetty1/
   [junit4]   2> 6087684 T20494 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@43d8c580
   [junit4]   2> 6087685 T20494 oasc.CachingDirectoryFactory.get return new 
directory for 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-416F849DD0FA95C2-001/tempDir-001/jetty1
   [junit4]   2> 6087685 T20494 oasc.SolrCore.getNewIndexDir New index 
directory detected: old=null 
new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-416F849DD0FA95C2-001/tempDir-001/jetty1/index/
   [junit4]   2> 6087686 T20494 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-416F849DD0FA95C2-001/tempDir-001/jetty1/index'
 doesn't exist. Creating new index...
   [junit4]   2> 6087687 T20494 oasc.CachingDirectoryFactory.get return new 
directory for 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-416F849DD0FA95C2-001/tempDir-001/jetty1/index
   [junit4]   2> 6087687 T20494 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=44, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=38.203125, 
floorSegmentMB=1.36328125, forceMergeDeletesPctAllowed=1.3496414511322818, 
segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8899610427777046
   [junit4]   2> 6087689 T20494 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@36076b62 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7ea230cd),segFN=segments_1,generation=1}
   [junit4]   2> 6087689 T20494 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 6087695 T20494 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 6087696 T20494 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 6087696 T20494 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 6087697 T20494 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 6087698 T20494 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 6087698 T20494 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 6087699 T20494 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 6087699 T20494 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 6087700 T20494 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 6087700 T20494 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 6087701 T20494 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6087701 T20494 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6087702 T20494 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6087703 T20494 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 6087704 T20494 oasc.RequestHandlers.initHandlersFromConfig 
created /get: solr.RealTimeGetHandler
   [junit4]   2> 6087704 T20494 oasc.RequestHandlers.initHandlersFromConfig 
adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 6087705 T20494 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: solr.ReplicationHandler
   [junit4]   2> 6087705 T20494 oasc.RequestHandlers.initHandlersFromConfig 
created /update: solr.UpdateRequestHandler
   [junit4]   2> 6087706 T20494 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 6087706 T20494 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 6087707 T20494 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 6087716 T20494 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6087717 T20494 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6087718 T20494 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6087720 T20494 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6087723 T20494 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 6087723 T20494 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 6087724 T20494 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.AlcoholicMergePolicy: 
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1543005717, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 6087725 T20494 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@36076b62 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7ea230cd),segFN=segments_1,generation=1}
   [junit4]   2> 6087725 T20494 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 6087725 T20494 oass.SolrIndexSearcher.<init> Opening 
Searcher@29268186[collection1] main
   [junit4]   2> 6087725 T20494 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 6087729 T20494 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 6087730 T20494 oasr.ManagedResourceStorage.newStorageIO 
Setting up ZooKeeper-based storage for the RestManager with znodeBase: 
/configs/conf1
   [junit4]   2> 6087731 T20494 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 6087731 T20494 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 6087731 T20494 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6087734 T20494 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes 
from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 6087735 T20494 oasr.ManagedResourceStorage.load Loaded 
LinkedHashMap at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6087735 T20494 oasr.ManagedResource.reloadFromStorage Loaded 
initArgs {} for /rest/managed
   [junit4]   2> 6087735 T20494 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 6087739 T20494 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 6087740 T20495 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@29268186[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 6087741 T20498 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:55384/a/sm collection:collection1 
shard:shard2
   [junit4]   2> 6087743 T20441 oass.SolrDispatchFilter.init 
user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 6087743 T20441 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 6087745 T20498 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard2/election
   [junit4]   2> 6087759 T20498 
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for 
shard shard2
   [junit4]   2> 6087764 T20467 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 6087766 T20498 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 6087766 T20498 
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try 
and sync
   [junit4]   2> ASYNC  NEW_CORE C5511 name=collection1 
org.apache.solr.core.SolrCore@422dfdb1 
url=http://127.0.0.1:55384/a/sm/collection1 node=127.0.0.1:55384_a%2Fsm 
C5511_STATE=coll:collection1 core:collection1 props:{core=collection1, 
base_url=http://127.0.0.1:55384/a/sm, node_name=127.0.0.1:55384_a%2Fsm, 
state=down}
   [junit4]   2> 6087767 T20498 C5511 P55384 oasc.SyncStrategy.sync Sync 
replicas to http://127.0.0.1:55384/a/sm/collection1/
   [junit4]   2> 6087767 T20498 C5511 P55384 oasc.SyncStrategy.syncReplicas 
Sync Success - now sync replicas to me
   [junit4]   2> 6087767 T20498 C5511 P55384 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:55384/a/sm/collection1/ has no replicas
   [junit4]   2> 6087767 T20498 
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: 
http://127.0.0.1:55384/a/sm/collection1/ shard2
   [junit4]   2> 6087768 T20498 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard2
   [junit4]   2> 6087784 T20467 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 6087897 T20467 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> 6087897 T20478 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> 6087902 T20493 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> 6087942 T20498 oasc.ZkController.register We are 
http://127.0.0.1:55384/a/sm/collection1/ and leader is 
http://127.0.0.1:55384/a/sm/collection1/
   [junit4]   2> 6087943 T20498 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:55384/a/sm
   [junit4]   2> 6087943 T20498 oasc.ZkController.checkRecovery I am the 
leader, no recovery necessary
   [junit4]   2> 6087944 T20498 oasc.ZkController.publish publishing 
core=collection1 state=active collection=collection1
   [junit4]   2> 6087944 T20498 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 6087949 T20467 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 6087959 T20468 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=2 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:55384/a/sm";,
   [junit4]   2>          "node_name":"127.0.0.1:55384_a%2Fsm",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 6088103 T20493 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> 6088103 T20467 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> 6088103 T20478 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> 6090002 T20441 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 2
   [junit4]   2> 6090002 T20441 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 6090009 T20441 oejs.AbstractConnector.doStart Started 
SelectChannelConnector@127.0.0.1:55387
   [junit4]   2> 6090011 T20441 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 6090012 T20441 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 6090012 T20441 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-416F849DD0FA95C2-001/tempDir-004
   [junit4]   2> 6090013 T20441 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-416F849DD0FA95C2-001/tempDir-004/'
   [junit4]   2> 6090073 T20441 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-416F849DD0FA95C2-001/tempDir-004/solr.xml
   [junit4]   2> 6090098 T20441 oasc.CoreContainer.<init> New CoreContainer 
633798535
   [junit4]   2> 6090100 T20441 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-416F849DD0FA95C2-001/tempDir-004/]
   [junit4]   2> 6090100 T20441 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 6090101 T20441 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 6090102 T20441 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 6090102 T20441 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 6090103 T20441 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 6090103 T20441 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 6090104 T20441 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 6090105 T20441 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 6090105 T20441 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 6090105 T20441 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 6090106 T20441 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 6090106 T20441 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 6090107 T20441 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 6090108 T20441 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 6090108 T20441 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:55377/solr
   [junit4]   2> 6090109 T20441 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 6090110 T20441 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 6090111 T20441 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 6090118 T20510 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@3269d79a 
name:ZooKeeperConnection Watcher:127.0.0.1:55377 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6090119 T20441 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 6090119 T20441 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 6090127 T20441 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 6090132 T20513 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@5c039af7 
name:ZooKeeperConnection Watcher:127.0.0.1:55377/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6090133 T20441 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 6090155 T20441 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 6091169 T20441 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55387_a%2Fsm
   [junit4]   2> 6091172 T20441 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:55387_a%2Fsm
   [junit4]   2> 6091189 T20441 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 6091200 T20514 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 6091200 T20514 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 6091202 T20514 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 6091202 T20467 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 6091212 T20468 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=2 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:55387/a/sm";,
   [junit4]   2>          "node_name":"127.0.0.1:55387_a%2Fsm",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 6091213 T20468 oasc.Overseer$ClusterStateUpdater.updateState 
Collection already exists with numShards=2
   [junit4]   2> 6091213 T20468 oasc.Overseer$ClusterStateUpdater.updateState 
Assigning new node to shard shard=shard1
   [junit4]   2> 6091221 T20493 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> 6091221 T20478 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> 6091221 T20513 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> 6091221 T20467 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> 6092204 T20514 oasc.ZkController.waitForShardId waiting to 
find shard id in clusterstate for collection1
   [junit4]   2> 6092204 T20514 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 6092206 T20514 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 6092206 T20514 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 6092210 T20514 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 6092210 T20514 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-416F849DD0FA95C2-001/tempDir-004/collection1/'
   [junit4]   2> 6092211 T20514 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-416F849DD0FA95C2-001/tempDir-004/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 6092211 T20514 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-416F849DD0FA95C2-001/tempDir-004/collection1/lib/classes/'
 to classloader
   [junit4]   2> 6092212 T20514 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-416F849DD0FA95C2-001/tempDir-004/collection1/lib/README'
 to classloader
   [junit4]   2> 6092244 T20514 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 6092250 T20514 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 6092270 T20514 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 6.0.0
   [junit4]   2> 6092287 T20514 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 6092291 T20514 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 6092295 T20514 oass.IndexSchema.readSchema [collection1] 
Schema name=test
   [junit4]   2> 6092439 T20514 oass.IndexSchema.readSchema default search 
field in schema is text
   [junit4]   2> 6092441 T20514 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 6092442 T20514 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 6092448 T20514 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 6092515 T20514 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 6092515 T20514 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 6092516 T20514 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-416F849DD0FA95C2-001/tempDir-004/collection1/,
 
dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-416F849DD0FA95C2-001/tempDir-001/jetty2/
   [junit4]   2> 6092516 T20514 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@43d8c580
   [junit4]   2> 6092517 T20514 oasc.CachingDirectoryFactory.get return new 
directory for 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-416F849DD0FA95C2-001/tempDir-001/jetty2
   [junit4]   2> 6092518 T20514 oasc.SolrCore.getNewIndexDir New index 
directory detected: old=null 
new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-416F849DD0FA95C2-001/tempDir-001/jetty2/index/
   [junit4]   2> 6092519 T20514 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-416F849DD0FA95C2-001/tempDir-001/jetty2/index'
 doesn't exist. Creating new index...
   [junit4]   2> 6092520 T20514 oasc.CachingDirectoryFactory.get return new 
directory for 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-416F849DD0FA95C2-001/tempDir-001/jetty2/index
   [junit4]   2> 6092521 T20514 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=44, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=38.203125, 
floorSegmentMB=1.36328125, forceMergeDeletesPctAllowed=1.3496414511322818, 
segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8899610427777046
   [junit4]   2> 6092522 T20514 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@7ee2b782 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3a7fa0cd),segFN=segments_1,generation=1}
   [junit4]   2> 6092522 T20514 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 6092531 T20514 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 6092533 T20514 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 6092535 T20514 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 6092535 T20514 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 6092536 T20514 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 6092536 T20514 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 6092537 T20514 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 6092538 T20514 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 6092538 T20514 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 6092539 T20514 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 6092540 T20514 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6092541 T20514 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6092542 T20514 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6092544 T20514 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 6092546 T20514 oasc.RequestHandlers.initHandlersFromConfig 
created /get: solr.RealTimeGetHandler
   [junit4]   2> 6092546 T20514 oasc.RequestHandlers.initHandlersFromConfig 
adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 6092546 T20514 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: solr.ReplicationHandler
   [junit4]   2> 6092547 T20514 oasc.RequestHandlers.initHandlersFromConfig 
created /update: solr.UpdateRequestHandler
   [junit4]   2> 6092548 T20514 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 6092548 T20514 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 6092549 T20514 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 6092563 T20514 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6092567 T20514 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6092570 T20514 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6092571 T20514 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6092577 T20514 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 6092577 T20514 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 6092578 T20514 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.AlcoholicMergePolicy: 
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1543005717, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 6092579 T20514 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@7ee2b782 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3a7fa0cd),segFN=segments_1,generation=1}
   [junit4]   2> 6092584 T20514 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 6092584 T20514 oass.SolrIndexSearcher.<init> Opening 
Searcher@4b56eefe[collection1] main
   [junit4]   2> 6092584 T20514 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 6092589 T20514 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 6092589 T20514 oasr.ManagedResourceStorage.newStorageIO 
Setting up ZooKeeper-based storage for the RestManager with znodeBase: 
/configs/conf1
   [junit4]   2> 6092594 T20514 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 6092595 T20514 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 6092595 T20514 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6092601 T20514 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes 
from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 6092601 T20514 oasr.ManagedResourceStorage.load Loaded 
LinkedHashMap at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6092601 T20514 oasr.ManagedResource.reloadFromStorage Loaded 
initArgs {} for /rest/managed
   [junit4]   2> 6092602 T20514 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 6092606 T20514 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 6092609 T20515 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@4b56eefe[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 6092610 T20518 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:55387/a/sm collection:collection1 
shard:shard1
   [junit4]   2> 6092611 T20441 oass.SolrDispatchFilter.init 
user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 6092611 T20441 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 6092623 T20518 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard1/election
   [junit4]   2> 6092654 T20518 
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for 
shard shard1
   [junit4]   2> 6092658 T20467 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 6092660 T20518 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 6092660 T20518 
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try 
and sync
   [junit4]   2> ASYNC  NEW_CORE C5512 name=collection1 
org.apache.solr.core.SolrCore@7c2df82b 
url=http://127.0.0.1:55387/a/sm/collection1 node=127.0.0.1:55387_a%2Fsm 
C5512_STATE=coll:collection1 core:collection1 props:{core=collection1, 
base_url=http://127.0.0.1:55387/a/sm, node_name=127.0.0.1:55387_a%2Fsm, 
state=down}
   [junit4]   2> 6092660 T20518 C5512 P55387 oasc.SyncStrategy.sync Sync 
replicas to http://127.0.0.1:55387/a/sm/collection1/
   [junit4]   2> 6092661 T20518 C5512 P55387 oasc.SyncStrategy.syncReplicas 
Sync Success - now sync replicas to me
   [junit4]   2> 6092661 T20518 C5512 P55387 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:55387/a/sm/collection1/ has no replicas
   [junit4]   2> 6092661 T20518 
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: 
http://127.0.0.1:55387/a/sm/collection1/ shard1
   [junit4]   2> 6092662 T20518 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard1
   [junit4]   2> 6092685 T20467 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 6092800 T20478 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> 6092800 T20493 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> 6092800 T20513 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> 6092801 T20467 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> 6092841 T20518 oasc.ZkController.register We are 
http://127.0.0.1:55387/a/sm/collection1/ and leader is 
http://127.0.0.1:55387/a/sm/collection1/
   [junit4]   2> 6092841 T20518 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:55387/a/sm
   [junit4]   2> 6092841 T20518 oasc.ZkController.checkRecovery I am the 
leader, no recovery necessary
   [junit4]   2> 6092841 T20518 oasc.ZkController.publish publishing 
core=collection1 state=active collection=collection1
   [junit4]   2> 6092842 T20518 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 6092848 T20467 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 6092858 T20468 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=2 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "core_node_name":"core_node2",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:55387/a/sm";,
   [junit4]   2>          "node_name":"127.0.0.1:55387_a%2Fsm",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 6092968 T20478 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> 6092969 T20467 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> 6092969 T20513 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> 6092969 T20493 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> 6094575 T20441 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 3
   [junit4]   2> 6094575 T20441 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 6094579 T20441 oejs.AbstractConnector.doStart Started 
SelectChannelConnector@127.0.0.1:55390
   [junit4]   2> 6094581 T20441 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 6094581 T20441 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 6094581 T20441 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-416F849DD0FA95C2-001/tempDir-005
   [junit4]   2> 6094581 T20441 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-416F849DD0FA95C2-001/tempDir-005/'
   [junit4]   2> 6094631 T20441 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-416F849DD0FA95C2-001/tempDir-005/solr.xml
   [junit4]   2> 6094648 T20441 oasc.CoreContainer.<init> New CoreContainer 
1781118995
   [junit4]   2> 6094648 T20441 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-416F849DD0FA95C2-001/tempDir-005/]
   [junit4]   2> 6094648 T20441 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 6094649 T20441 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 6094649 T20441 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 6094649 T20441 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 6094649 T20441 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 6094650 T20441 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 6094650 T20441 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 6094651 T20441 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 6094651 T20441 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 6094654 T20441 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 6094654 T20441 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 6094655 T20441 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 6094656 T20441 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 6094656 T20441 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 6094657 T20441 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:55377/solr
   [junit4]   2> 6094658 T20441 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 6094659 T20441 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 6094662 T20441 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 6094666 T20530 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@415a802d 
name:ZooKeeperConnection Watcher:127.0.0.1:55377 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6094666 T20441 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 6094667 T20441 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 6094671 T20441 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 6094674 T20533 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@2a65a581 
name:ZooKeeperConnection Watcher:127.0.0.1:55377/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6094675 T20441 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 6094694 T20441 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 6095709 T20441 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55390_a%2Fsm
   [junit4]   2> 6095713 T20441 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:55390_a%2Fsm
   [junit4]   2> 6095734 T20441 oasc.Overseer.close Overseer 

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

pus=2,threads=1,free=87184680,total=423104512
   [junit4]   2> NOTE: All tests run in this JVM: [DirectSolrSpellCheckerTest, 
TestValueSourceCache, ResourceLoaderTest, MultiThreadedOCPTest, 
DistributedQueryComponentOptimizationTest, TestImplicitCoreProperties, 
TestReplicationHandlerBackup, TestRealTimeGet, 
TestDynamicFieldCollectionResource, TestExpandComponent, 
ShardRoutingCustomTest, MoreLikeThisHandlerTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, TestLazyCores, DOMUtilTest, 
TestSimpleQParserPlugin, AnalysisErrorHandlingTest, BasicDistributedZkTest, 
TestCollectionAPI, TestUniqueKeyFieldResource, TestSweetSpotSimilarityFactory, 
TestNRTOpen, TestDocSet, AsyncMigrateRouteKeyTest, TimeZoneUtilsTest, 
TestNoOpRegenerator, TestReversedWildcardFilterFactory, 
TestAnalyzeInfixSuggestions, HighlighterConfigTest, TestSolrIndexConfig, 
SpellingQueryConverterTest, TestSuggestSpellingConverter, TestBulkSchemaAPI, 
UUIDUpdateProcessorFallbackTest, RecoveryZkTest, TestBadConfig, 
TestBlendedInfixSuggestions, DistributedIntervalFacetingTest, 
HdfsBasicDistributedZkTest, TestCharFilters, HdfsRecoveryZkTest, 
TestPartialUpdateDeduplication, TestIBSimilarityFactory, AnalyticsQueryTest, 
TestLRUCache, DistribDocExpirationUpdateProcessorTest, 
TestSchemaVersionResource, TestRecoveryHdfs, TestSolr4Spatial, DocValuesTest, 
TestComplexPhraseQParserPlugin, TestFieldTypeCollectionResource, 
TestConfigOverlay, TriLevelCompositeIdRoutingTest, TestSearchPerf, 
SliceStateTest, TestFileDictionaryLookup, RollingRestartTest, 
TestSolrConfigHandlerConcurrent, TestAddFieldRealTimeGet, SpatialFilterTest, 
CollectionsAPIDistributedZkTest, TestManagedResourceStorage, NoCacheHeaderTest, 
TestExceedMaxTermLength, TestReloadAndDeleteDocs, TestManagedStopFilterFactory, 
CachingDirectoryFactoryTest, SharedFSAutoReplicaFailoverUtilsTest, 
TestShortCircuitedRequests, TestWriterPerf, TestCollationFieldDocValues, 
TestLMDirichletSimilarityFactory, TestSurroundQueryParser, TestInitParams, 
TestPHPSerializedResponseWriter, AnalyticsMergeStrategyTest, 
TestCloudInspectUtil, TestDocBasedVersionConstraints, TestStressReorder, 
NotRequiredUniqueKeyTest, AddBlockUpdateTest, FacetPivotSmallTest, 
TestArbitraryIndexDir, ShardRoutingTest, SortByFunctionTest, 
TestCloudManagedSchemaConcurrent, DirectSolrConnectionTest, TestNonNRTOpen, 
CursorPagingTest, CloudExitableDirectoryReaderTest, ClusterStateTest, 
DistributedTermsComponentTest, XsltUpdateRequestHandlerTest, 
DateMathParserTest, FileBasedSpellCheckerTest, TestCursorMarkWithoutUniqueKey, 
OverseerRolesTest, TestHighFrequencyDictionaryFactory, TestXIncludeConfig, 
SyncSliceTest, TestUtils, ExternalCollectionsTest, StressHdfsTest, 
LeaderInitiatedRecoveryOnCommitTest, ExitableDirectoryReaderTest, 
QueryEqualityTest, SuggesterTest, ShowFileRequestHandlerTest, 
TestMissingGroups, ChaosMonkeySafeLeaderTest, LeaderFailoverAfterPartitionTest, 
TestPostingsSolrHighlighter, LeaderElectionTest, IndexSchemaRuntimeFieldTest, 
MultiTermTest, DistributedSuggestComponentTest, EnumFieldTest, 
DirectUpdateHandlerTest, TestRecovery, TestMiniSolrCloudCluster, 
ConnectionManagerTest, FieldAnalysisRequestHandlerTest, OutputWriterTest, 
TestMultiCoreConfBootstrap, UnloadDistributedZkTest, TestJmxIntegration, 
FileUtilsTest, TestFoldingMultitermQuery, OpenExchangeRatesOrgProviderTest, 
TestRequestStatusCollectionAPI, UpdateRequestProcessorFactoryTest, 
BJQParserTest, BlockDirectoryTest, SSLMigrationTest, TestDynamicFieldResource, 
TestWordDelimiterFilterFactory, AliasIntegrationTest, TestGroupingSearch, 
TestMaxScoreQueryParser, UpdateParamsTest, ParsingFieldUpdateProcessorsTest, 
TestReload, TestOrdValues, TestManagedSchemaFieldTypeResource, 
TestManagedSchemaDynamicFieldResource, DistributedExpandComponentTest, 
TestCloudManagedSchema, PolyFieldTest, NumericFieldsTest, 
StandardRequestHandlerTest, BadCopyFieldTest, DistributedFacetPivotSmallTest, 
CSVRequestHandlerTest, SignatureUpdateProcessorFactoryTest, 
TestFastOutputStream, SOLR749Test, AutoCommitTest, 
SpellPossibilityIteratorTest, TestOmitPositions, SolrCoreTest, 
URLClassifyProcessorTest, TestSolrQueryParser, TestDFRSimilarityFactory, 
TestShardHandlerFactory, TestFunctionQuery, DistribCursorPagingTest, 
DistributedFacetPivotWhiteBoxTest, PrimUtilsTest, SampleTest, 
HdfsChaosMonkeySafeLeaderTest, DistributedQueryComponentCustomSortTest, 
TermVectorComponentDistributedTest, DirectUpdateHandlerOptimizeTest, 
HdfsCollectionsAPIDistributedZkTest, RAMDirectoryFactoryTest, 
AtomicUpdatesTest, TestComponentsName, TestFreeTextSuggestions, TestCSVLoader, 
SuggestComponentTest, DefaultValueUpdateProcessorTest, TestCollationField, 
BadComponentTest, TestTrie, TestAnalyzedSuggestions, 
AddSchemaFieldsUpdateProcessorFactoryTest, ZkControllerTest, 
BadIndexSchemaTest, LegacyHTMLStripCharFilterTest, TestFieldResource, 
HdfsSyncSliceTest, AlternateDirectoryTest, EchoParamsTest, 
TestLuceneMatchVersion, RankQueryTest, TestSolrDeletionPolicy1, 
SearchHandlerTest, TestBinaryField, ConvertedLegacyTest, DocValuesMissingTest, 
CurrencyFieldXmlFileTest, DebugComponentTest, TestFuzzyAnalyzedSuggestions, 
DocExpirationUpdateProcessorFactoryTest, TestManagedSchemaFieldResource, 
BasicFunctionalityTest, TestSolrQueryParserDefaultOperatorResource, 
HttpPartitionTest, XmlUpdateRequestHandlerTest, MinimalSchemaTest, 
SpellCheckComponentTest, DeleteInactiveReplicaTest, TestSort, 
OverriddenZkACLAndCredentialsProvidersTest, BasicDistributedZk2Test, 
OpenCloseCoreStressTest, OverseerTest, LeaderElectionIntegrationTest, 
BasicZkTest, FullSolrCloudDistribCmdsTest, TestReplicationHandler, 
ClusterStateUpdateTest, TestRandomFaceting, ZkSolrClientTest, TestZkChroot, 
TestRandomDVFaceting, ZkCLITest, TestDistributedSearch, 
TestDistributedGrouping, TestFaceting, TestHashPartitioner, 
DistributedSpellCheckComponentTest, TestJoin, TestStressVersions, 
HardAutoCommitTest, TestRangeQuery, TestCoreContainer, SimpleFacetsTest, 
StatsComponentTest, SolrCmdDistributorTest, QueryElevationComponentTest, 
PeerSyncTest, TestFiltering, OverseerCollectionProcessorTest, 
TestIndexSearcher, HighlighterTest, SoftAutoCommitTest, 
CurrencyFieldOpenExchangeTest, DistributedQueryElevationComponentTest, 
SolrIndexSplitterTest, SimplePostToolTest, TestCoreDiscovery, 
AnalysisAfterCoreReloadTest, TestExtendedDismaxParser, SpellCheckCollatorTest, 
SuggesterFSTTest, CoreAdminHandlerTest, SolrRequestParserTest, 
SuggesterTSTTest, TestStressLucene, SuggesterWFSTTest, 
WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, 
SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, TestUpdate, 
FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, 
StatelessScriptUpdateProcessorFactoryTest, TestRemoteStreaming, 
DocValuesMultiTest, DistanceFunctionTest, SolrInfoMBeanTest, CacheHeaderTest, 
IndexBasedSpellCheckerTest, LukeRequestHandlerTest, DisMaxRequestHandlerTest, 
TestQueryUtils, DocumentAnalysisRequestHandlerTest, TestQueryTypes, 
PrimitiveFieldTypeTest, TermsComponentTest, RequestHandlersTest, 
DocumentBuilderTest, PathHierarchyTokenizerFactoryTest, 
TermVectorComponentTest, TestIndexingPerformance, RequiredFieldsTest, 
FastVectorHighlighterTest, LoggingHandlerTest, RegexBoostProcessorTest, 
SolrPluginUtilsTest, IndexSchemaTest, ReturnFieldsTest, JSONWriterTest, 
TestCSVResponseWriter, MBeansHandlerTest, QueryParsingTest, 
UniqFieldsUpdateProcessorFactoryTest, JsonLoaderTest, 
BinaryUpdateRequestHandlerTest, PingRequestHandlerTest, 
CoreContainerCoreInitFailuresTest, TestBinaryResponseWriter, TestLFUCache, 
TestQuerySenderListener, TestQuerySenderNoQuery, CopyFieldTest, 
ResponseLogComponentTest, SolrIndexConfigTest, TestStressRecovery, 
TestMergePolicyConfig, TestSolrDeletionPolicy2, TestElisionMultitermQuery, 
TestConfig, ExternalFileFieldSortTest, TestSolrCoreProperties, 
TestPhraseSuggestions, TestCodecSupport, SynonymTokenizerTest, 
TestPerFieldSimilarity, TestLMJelinekMercerSimilarityFactory, 
TestBM25SimilarityFactory, TestDefaultSimilarityFactory, TestFastWriter, 
TestJmxMonitoredMap, ScriptEngineTest, PluginInfoTest, TestFastLRUCache, 
ChaosMonkeyNothingIsSafeTest, PreAnalyzedFieldTest, TestSystemIdResolver, 
DateFieldTest, TestSolrJ, TestDocumentBuilder, ZkNodePropsTest, 
SystemInfoHandlerTest, UUIDFieldTest, CircularListTest, TestRTGBase, 
SolrTestCaseJ4Test, TestDistributedMissingSort, TestHighlightDedupGrouping, 
TestTolerantSearch, AssignTest, CollectionsAPIAsyncDistributedZkTest, 
CustomCollectionTest, DeleteReplicaTest, DeleteShardTest, DistributedQueueTest, 
MigrateRouteKeyTest, OverseerStatusTest, RemoteQueryErrorTest, 
ReplicationFactorTest, ShardSplitTest]
   [junit4] Completed in 361.17s, 1 test, 1 error <<< FAILURES!

[...truncated 250 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:515: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:463: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:61: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/extra-targets.xml:39: The 
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:186: The 
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:508: 
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1345: 
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:952: 
There were test failures: 449 suites, 1822 tests, 1 error, 35 ignored (20 
assumptions)

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