Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.x/684/

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

Error Message:
Error executing query

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Error executing query
        at 
__randomizedtesting.SeedInfo.seed([4B0EDA6A9A7D3207:CAE85472ED22523B]:0)
        at 
org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:100)
        at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
        at 
org.apache.solr.cloud.CloudInspectUtil.compareResults(CloudInspectUtil.java:223)
        at 
org.apache.solr.cloud.CloudInspectUtil.compareResults(CloudInspectUtil.java:165)
        at 
org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testIndexingBatchPerRequestWithHttpSolrServer(FullSolrCloudDistribCmdsTest.java:414)
        at 
org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.doTest(FullSolrCloudDistribCmdsTest.java:144)
        at 
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.ParseException: Invalid content type: 
        at org.apache.http.entity.ContentType.parse(ContentType.java:233)
        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:513)
        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.client.solrj.request.QueryRequest.process(QueryRequest.java:91)
        ... 46 more




Build Log:
[...truncated 12202 lines...]
   [junit4] Suite: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest
   [junit4]   2> Creating dataDir: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-4B0EDA6A9A7D3207-001/init-core-data-001
   [junit4]   2> 2060801 T4963 
oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system 
property: /
   [junit4]   2> 2060805 T4963 oas.SolrTestCaseJ4.setUp ###Starting 
testDistribSearch
   [junit4]   2> 2060806 T4963 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2060807 T4964 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 2060907 T4963 oasc.ZkTestServer.run start zk server on 
port:16643
   [junit4]   2> 2060908 T4963 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 2060909 T4963 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2060913 T4971 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1760cbe4 
name:ZooKeeperConnection Watcher:127.0.0.1:16643 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2060913 T4963 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2060914 T4963 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 2060914 T4963 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 2060916 T4963 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 2060917 T4963 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2060919 T4974 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@6def37c name:ZooKeeperConnection 
Watcher:127.0.0.1:16643/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 2060920 T4963 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2060920 T4963 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 2060920 T4963 oascc.SolrZkClient.makePath makePath: 
/collections/collection1
   [junit4]   2> 2060922 T4963 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/shards
   [junit4]   2> 2060924 T4963 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection
   [junit4]   2> 2060925 T4963 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/shards
   [junit4]   2> 2060927 T4963 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 2060928 T4963 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.xml
   [junit4]   2> 2060930 T4963 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/schema15.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 2060931 T4963 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/schema.xml
   [junit4]   2> 2061037 T4963 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2061038 T4963 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2061040 T4963 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 2061041 T4963 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/stopwords.txt
   [junit4]   2> 2061043 T4963 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 2061044 T4963 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/protwords.txt
   [junit4]   2> 2061046 T4963 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 2061046 T4963 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/currency.xml
   [junit4]   2> 2061049 T4963 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2061049 T4963 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/enumsConfig.xml
   [junit4]   2> 2061051 T4963 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2061052 T4963 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/open-exchange-rates.json
   [junit4]   2> 2061054 T4963 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2061055 T4963 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2061057 T4963 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2061057 T4963 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/old_synonyms.txt
   [junit4]   2> 2061059 T4963 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 2061060 T4963 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/synonyms.txt
   [junit4]   2> 2062623 T4963 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2062628 T4963 oejs.AbstractConnector.doStart Started 
[email protected]:60854
   [junit4]   2> 2062628 T4963 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 2062629 T4963 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 2062629 T4963 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-4B0EDA6A9A7D3207-001/tempDir-002
   [junit4]   2> 2062630 T4963 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-4B0EDA6A9A7D3207-001/tempDir-002/'
   [junit4]   2> 2062679 T4963 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-4B0EDA6A9A7D3207-001/tempDir-002/solr.xml
   [junit4]   2> 2062766 T4963 oasc.CoreContainer.<init> New CoreContainer 
968261613
   [junit4]   2> 2062767 T4963 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-4B0EDA6A9A7D3207-001/tempDir-002/]
   [junit4]   2> 2062768 T4963 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 2062768 T4963 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 2062769 T4963 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 2062769 T4963 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2062769 T4963 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 2062770 T4963 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 2062770 T4963 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2062770 T4963 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 2062771 T4963 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 2062771 T4963 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 2062772 T4963 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 2062772 T4963 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2062772 T4963 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2062773 T4963 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2062773 T4963 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:16643/solr
   [junit4]   2> 2062774 T4963 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 2062774 T4963 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 2062775 T4963 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2062777 T4986 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@11d0b9dc 
name:ZooKeeperConnection Watcher:127.0.0.1:16643 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2062778 T4963 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2062778 T4963 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 2062780 T4963 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2062782 T4989 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1dae307b 
name:ZooKeeperConnection Watcher:127.0.0.1:16643/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2062783 T4963 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2062784 T4963 oascc.SolrZkClient.makePath makePath: 
/overseer/queue
   [junit4]   2> 2062787 T4963 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-queue-work
   [junit4]   2> 2062789 T4963 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-running
   [junit4]   2> 2062792 T4963 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-completed
   [junit4]   2> 2062794 T4963 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-failure
   [junit4]   2> 2062796 T4963 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 2062798 T4963 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60854_
   [junit4]   2> 2062799 T4963 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:60854_
   [junit4]   2> 2062801 T4963 oascc.SolrZkClient.makePath makePath: 
/overseer_elect
   [junit4]   2> 2062802 T4963 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/election
   [junit4]   2> 2062804 T4963 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2062806 T4963 oasc.OverseerElectionContext.runLeaderProcess I 
am going to be the leader 127.0.0.1:60854_
   [junit4]   2> 2062806 T4963 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/leader
   [junit4]   2> 2062808 T4963 oasc.Overseer.start Overseer 
(id=92860478844370947-127.0.0.1:60854_-n_0000000000) starting
   [junit4]   2> 2062810 T4963 oascc.SolrZkClient.makePath makePath: 
/overseer/queue-work
   [junit4]   2> 2062817 T4963 oasc.OverseerAutoReplicaFailoverThread.<init> 
Starting OverseerAutoReplicaFailoverThread 
autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 2062818 T4991 oasc.OverseerCollectionProcessor.run Process 
current queue of collection creations
   [junit4]   2> 2062818 T4963 oascc.SolrZkClient.makePath makePath: 
/clusterstate.json
   [junit4]   2> 2062820 T4963 oascc.SolrZkClient.makePath makePath: 
/aliases.json
   [junit4]   2> 2062821 T4963 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 2062824 T4990 oasc.Overseer$ClusterStateUpdater.run Starting 
to work on the main queue
   [junit4]   2> 2062830 T4993 oasc.ZkController.publish publishing 
core=collection1 state=down collection=control_collection
   [junit4]   2> 2062830 T4993 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 2062831 T4989 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2062831 T4993 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 2062833 T4990 oasc.Overseer$ClusterStateUpdater.processMessage 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:60854";,
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "node_name":"127.0.0.1:60854_",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "shard":null}
   [junit4]   2> 2062834 T4990 
oasc.Overseer$ClusterStateUpdater.createCollection Create collection 
control_collection with shards [shard1]
   [junit4]   2> 2062834 T4990 
oasc.Overseer$ClusterStateUpdater.createCollection state version 
control_collection 1
   [junit4]   2> 2062834 T4990 oasc.Overseer$ClusterStateUpdater.updateState 
Assigning new node to shard shard=shard1
   [junit4]   2> 2062836 T4989 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> 2063831 T4993 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 2063832 T4993 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:control_collection
   [junit4]   2> 2063833 T4993 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 2063833 T4993 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 2063834 T4993 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 2063834 T4993 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-4B0EDA6A9A7D3207-001/tempDir-002/collection1/'
   [junit4]   2> 2063836 T4993 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-4B0EDA6A9A7D3207-001/tempDir-002/collection1/lib/classes/'
 to classloader
   [junit4]   2> 2063837 T4993 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-4B0EDA6A9A7D3207-001/tempDir-002/collection1/lib/README'
 to classloader
   [junit4]   2> 2063837 T4993 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-4B0EDA6A9A7D3207-001/tempDir-002/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 2063870 T4993 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 2063873 T4993 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 2063906 T4993 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 5.0.0
   [junit4]   2> 2063952 T4993 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 2064053 T4993 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 2064075 T4993 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 2064393 T4993 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 2064395 T4993 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2064397 T4993 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 2064402 T4993 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 2064418 T4993 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection control_collection
   [junit4]   2> 2064418 T4993 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2064419 T4993 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-4B0EDA6A9A7D3207-001/tempDir-002/collection1/,
 
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-4B0EDA6A9A7D3207-001/tempDir-001/control/data/
   [junit4]   2> 2064419 T4993 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7309eabd
   [junit4]   2> 2064420 T4993 oasc.CachingDirectoryFactory.get return new 
directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-4B0EDA6A9A7D3207-001/tempDir-001/control/data
   [junit4]   2> 2064420 T4993 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-4B0EDA6A9A7D3207-001/tempDir-001/control/data/index/
   [junit4]   2> 2064420 T4993 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-4B0EDA6A9A7D3207-001/tempDir-001/control/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 2064421 T4993 oasc.CachingDirectoryFactory.get return new 
directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-4B0EDA6A9A7D3207-001/tempDir-001/control/data/index
   [junit4]   2> 2064421 T4993 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=42, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=2.0048828125, 
floorSegmentMB=0.654296875, forceMergeDeletesPctAllowed=9.507636286823223, 
segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2064422 T4993 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=BaseDirectoryWrapper(RAMDirectory@6bf442f0 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7156d1ee),segFN=segments_1,generation=1}
   [junit4]   2> 2064422 T4993 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 2064426 T4993 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2064427 T4993 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 2064427 T4993 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2064427 T4993 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2064428 T4993 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2064428 T4993 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2064428 T4993 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2064429 T4993 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 2064429 T4993 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2064429 T4993 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 2064430 T4993 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2064430 T4993 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2064431 T4993 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2064431 T4993 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 2064432 T4993 oasc.RequestHandlers.initHandlersFromConfig 
created /get: solr.RealTimeGetHandler
   [junit4]   2> 2064432 T4993 oasc.RequestHandlers.initHandlersFromConfig 
adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2064432 T4993 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: solr.ReplicationHandler
   [junit4]   2> 2064433 T4993 oasc.RequestHandlers.initHandlersFromConfig 
created /update: solr.UpdateRequestHandler
   [junit4]   2> 2064433 T4993 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2064433 T4993 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2064434 T4993 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 2064452 T4993 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2064454 T4993 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2064456 T4993 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2064458 T4993 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2064464 T4993 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 2064464 T4993 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 2064464 T4993 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=12, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6574484810602126]
   [junit4]   2> 2064465 T4993 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=BaseDirectoryWrapper(RAMDirectory@6bf442f0 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7156d1ee),segFN=segments_1,generation=1}
   [junit4]   2> 2064465 T4993 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 2064466 T4993 oass.SolrIndexSearcher.<init> Opening 
Searcher@6fa504bb[collection1] main
   [junit4]   2> 2064466 T4993 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 2064467 T4993 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 2064467 T4993 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2064467 T4993 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2064467 T4993 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 2064468 T4993 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4] HEARTBEAT J3 PID([email protected]): 
2014-11-25T18:03:54, stalled for 60.1s at: OverseerStatusTest.testDistribSearch
   [junit4]   2> 2064468 T4993 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2064468 T4993 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2064469 T4993 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/_rest_managed.json
   [junit4]   2> 2064471 T4993 
oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new 
znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2064471 T4993 oasr.ManagedResourceStorage$JsonStorage.store 
Saved JSON object to path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2064471 T4993 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 2064474 T4994 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@6fa504bb[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2064474 T4993 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 2064475 T4997 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:60854 collection:control_collection 
shard:shard1
   [junit4]   2> 2064476 T4963 oass.SolrDispatchFilter.init 
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1
   [junit4]   2> 2064476 T4997 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 2064476 T4963 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 2064477 T4963 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 2064478 T4963 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2064479 T5000 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@2fd9f443 
name:ZooKeeperConnection Watcher:127.0.0.1:16643/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2064480 T4963 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2064480 T4963 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 2064481 T4997 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard1
   [junit4]   2> 2064481 T4963 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 2064482 T4989 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2064482 T4997 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 2064482 T4997 oasc.ShardLeaderElectionContext.runLeaderProcess 
I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C896 name=collection1 
org.apache.solr.core.SolrCore@60b05b34 url=http://127.0.0.1:60854/collection1 
node=127.0.0.1:60854_ C896_STATE=coll:control_collection core:collection1 
props:{state=down, core=collection1, base_url=http://127.0.0.1:60854, 
node_name=127.0.0.1:60854_}
   [junit4]   2> 2064483 T4997 C896 P60854 oasc.SyncStrategy.sync Sync replicas 
to http://127.0.0.1:60854/collection1/
   [junit4]   2> 2064483 T4997 C896 P60854 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 2064483 T4997 C896 P60854 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:60854/collection1/ has no replicas
   [junit4]   2> 2064483 T4997 oasc.ShardLeaderElectionContext.runLeaderProcess 
I am the new leader: http://127.0.0.1:60854/collection1/ shard1
   [junit4]   2> 2064483 T4963 oasc.ChaosMonkey.monkeyLog monkey: init - expire 
sessions:false cause connection loss:false
   [junit4]   2> 2064484 T4997 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leaders/shard1
   [junit4]   2> 2064484 T4963 oasc.AbstractFullDistribZkTestBase.createJettys 
Creating collection1 with stateFormat=2
   [junit4]   2> 2064484 T4990 oasc.Overseer$ClusterStateUpdater.processMessage 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection"}
   [junit4]   2> 2064484 T4963 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 2064485 T4963 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2064486 T5003 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@4c4a75e1 
name:ZooKeeperConnection Watcher:127.0.0.1:16643/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2064487 T4963 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2064487 T4963 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 2064487 T5000 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> 2064487 T4989 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> 2064491 T4990 oasc.Overseer$ClusterStateUpdater.processMessage 
processMessage: queueSize: 2, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "base_url":"http://127.0.0.1:60854";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"}
   [junit4]   2> 2064493 T4989 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2064493 T4990 oasc.Overseer$ClusterStateUpdater.processMessage 
processMessage: queueSize: 2, message = {
   [junit4]   2>          "operation":"create",
   [junit4]   2>          "name":"collection1",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "stateFormat":2}
   [junit4]   2> 2064493 T4990 
oasc.Overseer$ClusterStateUpdater.buildCollection Building a new collection: 
collection1
   [junit4]   2> 2064493 T4990 
oasc.Overseer$ClusterStateUpdater.createCollection Create collection 
collection1 with shards [shard1, shard2, shard3]
   [junit4]   2> 2064494 T4990 
oasc.Overseer$ClusterStateUpdater.createCollection state version collection1 2
   [junit4]   2> 2064495 T4990 oasc.Overseer$ClusterStateUpdater.updateZkStates 
going to create_collection /collections/collection1/state.json
   [junit4]   2> 2064496 T5000 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> 2064497 T4989 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> 2064539 T4997 oasc.ZkController.register We are 
http://127.0.0.1:60854/collection1/ and leader is 
http://127.0.0.1:60854/collection1/
   [junit4]   2> 2064540 T4997 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:60854
   [junit4]   2> 2064540 T4997 oasc.ZkController.checkRecovery I am the leader, 
no recovery necessary
   [junit4]   2> 2064540 T4997 oasc.ZkController.publish publishing 
core=collection1 state=active collection=control_collection
   [junit4]   2> 2064540 T4997 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 2064541 T4989 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2064544 T4990 oasc.Overseer$ClusterStateUpdater.processMessage 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:60854";,
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "node_name":"127.0.0.1:60854_",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "shard":"shard1"}
   [junit4]   2> 2064647 T4989 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> 2064647 T5000 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> 2065554 T4963 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 1
   [junit4]   2> 2065555 T4963 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2065557 T4963 oejs.AbstractConnector.doStart Started 
[email protected]:41803
   [junit4]   2> 2065558 T4963 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 2065558 T4963 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 2065558 T4963 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-4B0EDA6A9A7D3207-001/tempDir-003
   [junit4]   2> 2065558 T4963 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-4B0EDA6A9A7D3207-001/tempDir-003/'
   [junit4]   2> 2065602 T4963 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-4B0EDA6A9A7D3207-001/tempDir-003/solr.xml
   [junit4]   2> 2065655 T4963 oasc.CoreContainer.<init> New CoreContainer 
2119065287
   [junit4]   2> 2065655 T4963 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-4B0EDA6A9A7D3207-001/tempDir-003/]
   [junit4]   2> 2065656 T4963 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 2065656 T4963 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 2065656 T4963 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 2065657 T4963 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2065657 T4963 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 2065657 T4963 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 2065657 T4963 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2065658 T4963 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 2065658 T4963 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 2065658 T4963 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 2065658 T4963 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 2065659 T4963 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2065659 T4963 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2065659 T4963 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2065659 T4963 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:16643/solr
   [junit4]   2> 2065660 T4963 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 2065660 T4963 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 2065661 T4963 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2065663 T5015 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@7358ba7b 
name:ZooKeeperConnection Watcher:127.0.0.1:16643 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2065664 T4963 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2065664 T4963 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 2065665 T4963 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2065667 T5018 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@5da87351 
name:ZooKeeperConnection Watcher:127.0.0.1:16643/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2065667 T4963 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2065671 T4963 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 2066676 T4963 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41803_
   [junit4]   2> 2066677 T4963 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:41803_
   [junit4]   2> 2066680 T4963 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2066688 T5019 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 2066688 T5019 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 2066690 T4989 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2066690 T5019 oasc.ZkController.preRegister Registering watch 
for external collection collection1
   [junit4]   2> 2066690 T5019 oascc.ZkStateReader.addZkWatch addZkWatch 
collection1
   [junit4]   2> 2066691 T5019 oascc.ZkStateReader.addZkWatch Updating 
collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 2066692 T5019 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 0 
   [junit4]   2> 2066692 T5019 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 2066694 T4990 oasc.Overseer$ClusterStateUpdater.processMessage 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:41803";,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "node_name":"127.0.0.1:41803_",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "shard":null}
   [junit4]   2> 2066696 T4990 oasc.Overseer$ClusterStateUpdater.updateState 
Collection already exists with numShards=3
   [junit4]   2> 2066697 T4990 oasc.Overseer$ClusterStateUpdater.updateState 
Assigning new node to shard shard=shard2
   [junit4]   2> 2066700 T4989 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2066701 T4990 oasc.Overseer$ClusterStateUpdater.updateZkStates 
going to update_collection /collections/collection1/state.json
   [junit4]   2> 2066701 T5018 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 2066702 T5018 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 1 
   [junit4]   2> 2067692 T5019 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 2067693 T5019 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 2067693 T5019 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 2067693 T5019 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 2067694 T5019 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 2067694 T5019 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-4B0EDA6A9A7D3207-001/tempDir-003/collection1/'
   [junit4]   2> 2067696 T5019 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-4B0EDA6A9A7D3207-001/tempDir-003/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 2067696 T5019 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-4B0EDA6A9A7D3207-001/tempDir-003/collection1/lib/README'
 to classloader
   [junit4]   2> 2067697 T5019 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-4B0EDA6A9A7D3207-001/tempDir-003/collection1/lib/classes/'
 to classloader
   [junit4]   2> 2067721 T5019 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 2067723 T5019 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 2067747 T5019 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 5.0.0
   [junit4]   2> 2067779 T5019 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 2067880 T5019 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 2067886 T5019 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 2068120 T5019 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 2068122 T5019 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2068123 T5019 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 2068126 T5019 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 2068139 T5019 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 2068140 T5019 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2068140 T5019 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-4B0EDA6A9A7D3207-001/tempDir-003/collection1/,
 
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-4B0EDA6A9A7D3207-001/tempDir-001/jetty1/
   [junit4]   2> 2068140 T5019 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7309eabd
   [junit4]   2> 2068141 T5019 oasc.CachingDirectoryFactory.get return new 
directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-4B0EDA6A9A7D3207-001/tempDir-001/jetty1
   [junit4]   2> 2068141 T5019 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-4B0EDA6A9A7D3207-001/tempDir-001/jetty1/index/
   [junit4]   2> 2068141 T5019 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-4B0EDA6A9A7D3207-001/tempDir-001/jetty1/index'
 doesn't exist. Creating new index...
   [junit4]   2> 2068142 T5019 oasc.CachingDirectoryFactory.get return new 
directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-4B0EDA6A9A7D3207-001/tempDir-001/jetty1/index
   [junit4]   2> 2068142 T5019 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=42, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=2.0048828125, 
floorSegmentMB=0.654296875, forceMergeDeletesPctAllowed=9.507636286823223, 
segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2068142 T5019 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=BaseDirectoryWrapper(RAMDirectory@651c187b 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@178b6719),segFN=segments_1,generation=1}
   [junit4]   2> 2068143 T5019 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 2068146 T5019 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2068147 T5019 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 2068147 T5019 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2068147 T5019 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2068147 T5019 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2068147 T5019 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2068148 T5019 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2068148 T5019 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 2068148 T5019 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2068149 T5019 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 2068149 T5019 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2068149 T5019 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2068150 T5019 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2068150 T5019 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 2068150 T5019 oasc.RequestHandlers.initHandlersFromConfig 
created /get: solr.RealTimeGetHandler
   [junit4]   2> 2068151 T5019 oasc.RequestHandlers.initHandlersFromConfig 
adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2068151 T5019 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: solr.ReplicationHandler
   [junit4]   2> 2068151 T5019 oasc.RequestHandlers.initHandlersFromConfig 
created /update: solr.UpdateRequestHandler
   [junit4]   2> 2068151 T5019 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2068152 T5019 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2068152 T5019 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 2068166 T5019 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2068167 T5019 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2068169 T5019 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2068170 T5019 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2068173 T5019 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 2068173 T5019 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 2068174 T5019 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=12, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6574484810602126]
   [junit4]   2> 2068174 T5019 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=BaseDirectoryWrapper(RAMDirectory@651c187b 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@178b6719),segFN=segments_1,generation=1}
   [junit4]   2> 2068174 T5019 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 2068175 T5019 oass.SolrIndexSearcher.<init> Opening 
Searcher@6da2f2ba[collection1] main
   [junit4]   2> 2068175 T5019 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 2068176 T5019 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 2068176 T5019 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2068176 T5019 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2068176 T5019 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 2068176 T5019 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2068177 T5019 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes 
from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2068177 T5019 oasr.ManagedResourceStorage.load Loaded 
LinkedHashMap at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2068177 T5019 oasr.ManagedResource.reloadFromStorage Loaded 
initArgs {} for /rest/managed
   [junit4]   2> 2068177 T5019 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 2068181 T5020 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@6da2f2ba[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2068181 T5019 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 2068182 T5023 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:41803 collection:collection1 
shard:shard2
   [junit4]   2> 2068182 T4963 oass.SolrDispatchFilter.init 
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1
   [junit4]   2> 2068182 T4963 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 2068182 T5023 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard2/election
   [junit4]   2> 2068186 T5023 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard2
   [junit4]   2> 2068188 T4989 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2068188 T5023 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 2068188 T5023 oasc.ShardLeaderElectionContext.runLeaderProcess 
I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C897 name=collection1 
org.apache.solr.core.SolrCore@5a23d657 url=http://127.0.0.1:41803/collection1 
node=127.0.0.1:41803_ C897_STATE=coll:collection1 core:collection1 
props:{state=down, core=collection1, base_url=http://127.0.0.1:41803, 
node_name=127.0.0.1:41803_}
   [junit4]   2> 2068188 T5023 C897 P41803 oasc.SyncStrategy.sync Sync replicas 
to http://127.0.0.1:41803/collection1/
   [junit4]   2> 2068189 T5023 C897 P41803 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 2068189 T5023 C897 P41803 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:41803/collection1/ has no replicas
   [junit4]   2> 2068189 T5023 oasc.ShardLeaderElectionContext.runLeaderProcess 
I am the new leader: http://127.0.0.1:41803/collection1/ shard2
   [junit4]   2> 2068189 T5023 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard2
   [junit4]   2> 2068190 T4990 oasc.Overseer$ClusterStateUpdater.processMessage 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1"}
   [junit4]   2> 2068193 T4990 oasc.Overseer$ClusterStateUpdater.updateZkStates 
going to update_collection /collections/collection1/state.json
   [junit4]   2> 2068193 T5018 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 2068194 T5018 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 2 
   [junit4]   2> 2068197 T4990 oasc.Overseer$ClusterStateUpdater.processMessage 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "base_url":"http://127.0.0.1:41803";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"}
   [junit4]   2> 2068199 T4989 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2068199 T4990 oasc.Overseer$ClusterStateUpdater.updateZkStates 
going to update_collection /collections/collection1/state.json
   [junit4]   2> 2068199 T5018 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 2068200 T5018 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 3 
   [junit4]   2> 2068243 T5023 oasc.ZkController.register We are 
http://127.0.0.1:41803/collection1/ and leader is 
http://127.0.0.1:41803/collection1/
   [junit4]   2> 2068244 T5023 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:41803
   [junit4]   2> 2068244 T5023 oasc.ZkController.checkRecovery I am the leader, 
no recovery necessary
   [junit4]   2> 2068244 T5023 oasc.ZkController.publish publishing 
core=collection1 state=active collection=collection1
   [junit4]   2> 2068244 T5023 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 2068245 T4989 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2068247 T5023 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 3 
   [junit4]   2> 2068248 T4990 oasc.Overseer$ClusterStateUpdater.processMessage 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:41803";,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "node_name":"127.0.0.1:41803_",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "shard":"shard2"}
   [junit4]   2> 2068251 T4990 oasc.Overseer$ClusterStateUpdater.updateZkStates 
going to update_collection /collections/collection1/state.json
   [junit4]   2> 2068252 T5018 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 2068252 T5018 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 4 
   [junit4]   2> 2069839 T4963 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 2
   [junit4]   2> 2069840 T4963 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2069843 T4963 oejs.AbstractConnector.doStart Started 
[email protected]:54094
   [junit4]   2> 2069844 T4963 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 2069844 T4963 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 2069845 T4963 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-4B0EDA6A9A7D3207-001/tempDir-004
   [junit4]   2> 2069845 T4963 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-4B0EDA6A9A7D3207-001/tempDir-004/'
   [junit4]   2> 2069910 T4963 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-4B0EDA6A9A7D3207-001/tempDir-004/solr.xml
   [junit4]   2> 2070036 T4963 oasc.CoreContainer.<init> New CoreContainer 
1515531269
   [junit4]   2> 2070037 T4963 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-4B0EDA6A9A7D3207-001/tempDir-004/]
   [junit4]   2> 2070038 T4963 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 2070039 T4963 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 2070039 T4963 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 2070039 T4963 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2070040 T4963 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 2070040 T4963 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 2070040 T4963 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2070041 T4963 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 2070041 T4963 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 2070041 T4963 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 2070042 T4963 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 2070042 T4963 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2070043 T4963 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2070043 T4963 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2070043 T4963 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:16643/solr
   [junit4]   2> 2070044 T4963 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 2070044 T4963 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 2070045 T4963 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2070047 T5035 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@14c7a826 
name:ZooKeeperConnection Watcher:127.0.0.1:16643 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2070048 T4963 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2070048 T4963 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 2070050 T4963 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2070052 T5038 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@7ae6da87 
name:ZooKeeperConnection Watcher:127.0.0.1:16643/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2070052 T4963 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2070057 T4963 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 2071062 T4963 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54094_
   [junit4]   2> 2071063 T4963 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:54094_
   [junit4]   2> 2071066 T4963 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2071074 T5039 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 2071074 T5039 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 2071076 T4989 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2071077 T5039 oasc.ZkController.preRegister Registering watch 
for external collection collection1
   [junit4]   2> 2071077 T5039 oascc.ZkStateReader.addZkWatch addZkWatch 
collection1
   [junit4]   2> 2071077 T5039 oascc.ZkStateReader.addZkWatch Updating 
collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 2071078 T5039 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 4 
   [junit4]   2> 2071078 T4990 oasc.Overseer$ClusterStateUpdater.processMessage 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:54094";,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "node_name":"127.0.0.1:54094_",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "shard":null}
   [junit4]   2> 2071079 T5039 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 2071081 T4990 oasc.Overseer$ClusterStateUpdater.updateState 
Collection already exists with numShards=3
   [junit4]   2> 2071081 T4990 oasc.Overseer$ClusterStateUpdater.updateState 
Assigning new node to shard shard=shard3
   [junit4]   2> 2071085 T4990 oasc.Overseer$ClusterStateUpdater.updateZkStates 
going to update_collection /collections/collection1/state.json
   [junit4]   2> 2071085 T5018 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 2071085 T5038 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 2071086 T5018 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 5 
   [junit4]   2> 2071086 T5038 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 5 
   [junit4]   2> 2072079 T5039 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 2072080 T5039 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 2072081 T5039 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 2072081 T5039 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 2072082 T5039 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 2072082 T5039 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-4B0EDA6A9A7D3207-001/tempDir-004/collection1/'
   [junit4]   2> 2072083 T5039 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-4B0EDA6A9A7D3207-001/tempDir-004/collection1/lib/README'
 to classloader
   [junit4]   2> 2072084 T5039 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-4B0EDA6A9A7D3207-001/tempDir-004/collection1/lib/classes/'
 to classloader
   [junit4]   2> 2072085 T5039 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-4B0EDA6A9A7D3207-001/tempDir-004/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 2072118 T5039 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 2072121 T5039 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 2072155 T5039 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 5.0.0
   [junit4]   2> 2072201 T5039 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 2072302 T5039 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 2072312 T5039 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 2072674 T5039 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 2072677 T5039 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2072679 T5039 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 2072684 T5039 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 2072703 T5039 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 2072703 T5039 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2072704 T5039 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-4B0EDA6A9A7D3207-001/tempDir-004/collection1/,
 
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-4B0EDA6A9A7D3207-001/tempDir-001/jetty2/
   [junit4]   2> 2072704 T5039 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7309eabd
   [junit4]   2> 2072705 T5039 oasc.CachingDirectoryFactory.get return new 
directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-4B0EDA6A9A7D3207-001/tempDir-001/jetty2
   [junit4]   2> 2072705 T5039 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-4B0EDA6A9A7D3207-001/tempDir-001/jetty2/index/
   [junit4]   2> 2072705 T5039 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-4B0EDA6A9A7D3207-001/tempDir-001/jetty2/index'
 doesn't exist. Creating new index...
   [junit4]   2> 2072707 T5039 oasc.CachingDirectoryFactory.get return new 
directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-4B0EDA6A9A7D3207-001/tempDir-001/jetty2/index
   [junit4]   2> 2072707 T5039 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=42, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=2.0048828125, 
floorSegmentMB=0.654296875, forceMergeDeletesPctAllowed=9.507636286823223, 
segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2072708 T5039 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=BaseDirectoryWrapper(RAMDirectory@72983c4d 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@689f1e01),segFN=segments_1,generation=1}
   [junit4]   2> 2072708 T5039 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 2072714 T5039 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2072714 T5039 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 2072714 T5039 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2072715 T5039 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2072715 T5039 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2072715 T5039 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2072716 T5039 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2072716 T5039 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 2072716 T5039 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2072717 T5039 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 2072718 T5039 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2072718 T5039 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2072719 T5039 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2072719 T5039 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 2072720 T5039 oasc.RequestHandlers.initHandlersFromConfig 
created /get: solr.RealTimeGetHandler
   [junit4]   2> 2072720 T5039 oasc.RequestHandlers.initHandlersFromConfig 
adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2072720 T5039 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: solr.ReplicationHandler
   [junit4]   2> 2072721 T5039 oasc.RequestHandlers.initHandlersFromConfig 
created /update: solr.UpdateRequestHandler
   [junit4]   2> 2072721 T5039 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2072722 T5039 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2072722 T5039 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 2072742 T5039 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2072745 T5039 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2072747 T5039 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2072749 T5039 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2072753 T5039 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 2072753 T5039 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 2072755 T5039 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=12, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6574484810602126]
   [junit4]   2> 2072755 T5039 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=BaseDirectoryWrapper(RAMDirectory@72983c4d 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@689f1e01),segFN=segments_1,generation=1}
   [junit4]   2> 2072756 T5039 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 2072756 T5039 oass.SolrIndexSearcher.<init> Opening 
Searcher@1c86aed1[collection1] main
   [junit4]   2> 2072756 T5039 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 2072757 T5039 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 2072758 T5039 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2072758 T5039 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2072758 T5039 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 2072759 T5039 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2072759 T5039 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes 
from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2072760 T5039 oasr.ManagedResourceStorage.load Loaded 
LinkedHashMap at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2072760 T5039 oasr.ManagedResource.reloadFromStorage Loaded 
initArgs {} for /rest/managed
   [junit4]   2> 2072760 T5039 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 2072764 T5040 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@1c86aed1[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2072765 T5039 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 2072765 T5043 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:54094 collection:collection1 
shard:shard3
   [junit4]   2> 2072766 T4963 oass.SolrDispatchFilter.init 
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1
   [junit4]   2> 2072766 T4963 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 2072766 T5043 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard3/election
   [junit4]   2> 2072771 T5043 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard3
   [junit4]   2> 2072773 T4989 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2072773 T5043 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 2072773 T5043 oasc.ShardLeaderElectionContext.runLeaderProcess 
I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C898 name=collection1 
org.apache.solr.core.SolrCore@6bed89dc url=http://127.0.0.1:54094/collection1 
node=127.0.0.1:54094_ C898_STATE=coll:collection1 core:collection1 
props:{state=down, core=collection1, base_url=http://127.0.0.1:54094, 
node_name=127.0.0.1:54094_}
   [junit4]   2> 2072773 T5043 C898 P54094 oasc.SyncStrategy.sync Sync replicas 
to http://127.0.0.1:54094/collection1/
   [junit4]   2> 2072774 T5043 C898 P54094 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 2072774 T5043 C898 P54094 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:54094/collection1/ has no replicas
   [junit4]   2> 2072774 T5043 oasc.ShardLeaderElectionContext.runLeaderProcess 
I am the new leader: http://127.0.0.1:54094/collection1/ shard3
   [junit4]   2> 2072774 T5043 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard3
   [junit4]   2> 2072776 T4990 oasc.Overseer$ClusterStateUpdater.processMessage 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard3",
   [junit4]   2>          "collection":"collection1"}
   [junit4]   2> 2072779 T4990 oasc.Overseer$ClusterStateUpdater.updateZkStates 
going to update_collection /collections/collection1/state.json
   [junit4]   2> 2072779 T5038 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 2072779 T5018 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 2072780 T5038 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 6 
   [junit4]   2> 2072780 T5018 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 6 
   [junit4]   2> 2072784 T4990 oasc.Overseer$ClusterStateUpdater.processMessage 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard3",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "base_url":"http://127.0.0.1:54094";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"}
   [junit4]   2> 2072786 T4989 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2072787 T4990 oasc.Overseer$ClusterStateUpdater.updateZkStates 
going to update_collection /collections/collection1/state.json
   [junit4]   2> 2072787 T5018 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 2072787 T5038 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 2072788 T5018 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 7 
   [junit4]   2> 2072788 T5038 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 7 
   [junit4]   2> 2072829 T5043 oasc.ZkController.register We are 
http://127.0.0.1:54094/collection1/ and leader is 
http://127.0.0.1:54094/collection1/
   [junit4]   2> 2072830 T5043 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:54094
   [junit4]   2> 2072830 T5043 oasc.ZkController.checkRecovery I am the leader, 
no recovery necessary
   [junit4]   2> 2072830 T5043 oasc.ZkController.publish publishing 
core=collection1 state=active collection=collection1
   [junit4]   2> 2072830 T5043 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 2072832 T4989 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2072835 T5043 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 7 
   [junit4]   2> 2072835 T4990 oasc.Overseer$ClusterStateUpdater.processMessage 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:54094";,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "core_node_name":"core_node2",
   [junit4]   2>          "node_name":"127.0.0.1:54094_",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "shard":"shard3"}
   [junit4]   2> 2072840 T4990 oasc.Overse

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

FullSolrCloudDistribCmdsTest-4B0EDA6A9A7D3207-001
   [junit4]   2> 174595 T4962 ccr.ThreadLeakControl.checkThreadLeaks WARNING 
Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): 
{17parent_f1_s=Lucene50(blocksize=128), 
38parent_f1_s=PostingsFormat(name=MockRandom), 
34parent_f2_s=Lucene50(blocksize=128), 
4parent_f2_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 22parent_f1_s=Lucene50(blocksize=128), 1parent_f2_s=FST50, 
7parent_f2_s=Lucene50(blocksize=128), 29parent_f2_s=Lucene50(blocksize=128), 
3child0_s=PostingsFormat(name=MockRandom), type_s=Lucene50(blocksize=128), 
9parent_f2_s=FST50, 27parent_f1_s=PostingsFormat(name=MockRandom), 
9parent_f1_s=PostingsFormat(name=MockRandom), 2child0_s=FST50, 7grand1_s=FST50, 
29parent_f1_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 7grand3_s=Lucene50(blocksize=128), 
2parent_f2_s=PostingsFormat(name=MockRandom), 
7parent_f1_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 18parent_f2_s=Lucene50(blocksize=128), _root_=Lucene50(blocksize=128), 
17parent_f2_s=PostingsFormat(name=MockRandom), 
12parent_f1_s=PostingsFormat(name=MockRandom), 3child1_s=FST50, 
6parent_f1_s=Lucene50(blocksize=128), 
20parent_f2_s=PostingsFormat(name=MockRandom), 
38parent_f2_s=Lucene50(blocksize=128), 
7grand0_s=PostingsFormat(name=MockRandom), 
16parent_f1_s=PostingsFormat(name=MockRandom), 
4grand0_s=Lucene50(blocksize=128), 6grand2_s=Lucene50(blocksize=128), 
4child0_s=FST50, 6grand1_s=PostingsFormat(name=MockRandom), 
31parent_f1_s=FST50, 35parent_f1_s=FST50, 20parent_f1_s=FST50, 
25parent_f1_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 
14parent_f1_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 
37parent_f2_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 25parent_f2_s=FST50, 1parent_f1_s=PostingsFormat(name=MockRandom), 
8parent_f1_s=FST50, 
21parent_f1_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 
1child0_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 
7grand6_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 2grand0_s=Lucene50(blocksize=128), 
1grand0_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 text_t=Lucene50(blocksize=128), 36parent_f2_s=FST50, 
32parent_f1_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 33parent_f1_s=Lucene50(blocksize=128), 39parent_f1_s=FST50, 
5parent_f1_s=PostingsFormat(name=MockRandom), 
3child2_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 34parent_f1_s=PostingsFormat(name=MockRandom), 5grand3_s=FST50, 
13parent_f2_s=PostingsFormat(name=MockRandom), 
19parent_f2_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 6grand0_s=FST50, 19parent_f1_s=FST50, 4grand2_s=FST50, 
8parent_f2_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 
0parent_f2_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 _version_=Lucene50(blocksize=128), 
35parent_f2_s=PostingsFormat(name=MockRandom), 24parent_f1_s=FST50, 
14parent_f2_s=FST50, 
4child1_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 12parent_f2_s=Lucene50(blocksize=128), 
15parent_f2_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 
3grand2_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 30parent_f1_s=PostingsFormat(name=MockRandom), 7grand5_s=FST50, 
6grand5_s=PostingsFormat(name=MockRandom), 
2grand1_s=PostingsFormat(name=MockRandom), 
28parent_f1_s=Lucene50(blocksize=128), 
28parent_f2_s=PostingsFormat(name=MockRandom), 
4grand1_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 26parent_f1_s=Lucene50(blocksize=128), 
10parent_f1_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 37parent_f1_s=Lucene50(blocksize=128), 
5grand2_s=PostingsFormat(name=MockRandom), 
23parent_f1_s=PostingsFormat(name=MockRandom), 
5grand0_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 6grand4_s=FST50, 0parent_f1_s=FST50, 
39parent_f2_s=PostingsFormat(name=MockRandom), a_t=FST50, 
11parent_f1_s=Lucene50(blocksize=128), 
5grand4_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 
7grand2_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 2parent_f1_s=Lucene50(blocksize=128), 3grand1_s=FST50, 4parent_f1_s=FST50, 
6parent_f2_s=PostingsFormat(name=MockRandom), 
33parent_f2_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 
26parent_f2_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 31parent_f2_s=PostingsFormat(name=MockRandom), 
11parent_f2_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 32parent_f2_s=FST50, 7grand4_s=PostingsFormat(name=MockRandom), 
rnd_b=PostingsFormat(name=MockRandom), 
6grand3_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 4grand3_s=PostingsFormat(name=MockRandom), 
2child1_s=PostingsFormat(name=MockRandom), 
22parent_f2_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 13parent_f1_s=FST50, 30parent_f2_s=Lucene50(blocksize=128), 
21parent_f2_s=FST50, 
18parent_f1_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 16parent_f2_s=FST50, 3parent_f2_s=Lucene50(blocksize=128), 
27parent_f2_s=Lucene50(blocksize=128), 4child2_s=Lucene50(blocksize=128), 
24parent_f2_s=PostingsFormat(name=MockRandom), 
23parent_f2_s=Lucene50(blocksize=128), 
3parent_f1_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 15parent_f1_s=Lucene50(blocksize=128), 
4child3_s=PostingsFormat(name=MockRandom), 
3grand0_s=PostingsFormat(name=MockRandom), id=PostingsFormat(name=MockRandom), 
10parent_f2_s=FST50, 5grand1_s=Lucene50(blocksize=128), 5parent_f2_s=FST50, 
36parent_f1_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))},
 docValues:{}, sim=DefaultSimilarity, locale=es_CL, timezone=America/Cuiaba
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_65 
(64-bit)/cpus=16,threads=1,free=184736200,total=440401920
   [junit4]   2> NOTE: All tests run in this JVM: [TestFastOutputStream, 
SortByFunctionTest, TestCollectionAPI, TestShortCircuitedRequests, 
CachingDirectoryFactoryTest, FastVectorHighlighterTest, TestSolrDynamicMBean, 
TestStressVersions, LukeRequestHandlerTest, NotRequiredUniqueKeyTest, 
TestCloudManagedSchema, DocValuesMissingTest, TestDistribDocBasedVersion, 
SampleTest, SimpleCollectionCreateDeleteTest, TestDefaultSearchFieldResource, 
SuggestComponentTest, TestBM25SimilarityFactory, CoreAdminCreateDiscoverTest, 
TestDocumentBuilder, TestAtomicUpdateErrorCases, TestBlendedInfixSuggestions, 
MBeansHandlerTest, TestOverriddenPrefixQueryForCustomFieldType, 
TestFunctionQuery, TestReplicaProperties, ExternalCollectionsTest, 
SolrRequestParserTest, PrimitiveFieldTypeTest, TestCloudInspectUtil, 
DateFieldTest, TestOrdValues, PathHierarchyTokenizerFactoryTest, 
AutoCommitTest, ChangedSchemaMergeTest, TestPartialUpdateDeduplication, 
ExternalFileFieldSortTest, TestRecovery, BlockCacheTest, 
TestDocBasedVersionConstraints, SpatialFilterTest, MigrateRouteKeyTest, 
SystemInfoHandlerTest, TestConfig, ClusterStateTest, TestCollationField, 
ZkControllerTest, TestExceedMaxTermLength, PeerSyncTest, TestCustomSort, 
DirectUpdateHandlerOptimizeTest, TestSchemaVersionResource, 
DistributedFacetPivotSmallAdvancedTest, HdfsWriteToMultipleCollectionsTest, 
BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, 
OverseerTest, LeaderElectionIntegrationTest, BasicZkTest, 
FullSolrCloudDistribCmdsTest]
   [junit4] Completed on J1 in 175.13s, 1 test, 1 error <<< FAILURES!

[...truncated 840 lines...]
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:532:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:473:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:61:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/extra-targets.xml:39:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build.xml:189:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/common-build.xml:508:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/lucene/common-build.xml:1363:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/lucene/common-build.xml:970:
 There were test failures: 449 suites, 1825 tests, 1 error, 55 ignored (9 
assumptions)

Total time: 208 minutes 3 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Sending artifact delta relative to Lucene-Solr-NightlyTests-5.x #680
Archived 5 artifacts
Archive block size is 32768
Received 0 blocks and 722886541 bytes
Compression is 0.0%
Took 2 min 17 sec
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure


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

Reply via email to