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

6 tests failed.
REGRESSION:  org.apache.solr.cloud.TestCloudPivotFacet.test

Error Message:
init query failed: 
{main(facet=true&facet.pivot=%7B%21stats%3Dst3%7Dpivot_d%2Cpivot_tl%2Cpivot_d1&facet.pivot=%7B%21stats%3Dst1%7Ddense_pivot_x_s%2Cpivot_dt%2Cpivot_l1&facet.limit=17&facet.offset=0&facet.pivot.mincount=941&facet.missing=false),extra(rows=0&q=id%3A%5B*+TO+771%5D&fq=id%3A%5B*+TO+1003%5D&stats=true&stats.field=%7B%21key%3Dsk1+tag%3Dst1%2Cst2%7Dpivot_x_s1&stats.field=%7B%21key%3Dsk2+tag%3Dst2%2Cst3%7Dpivot_l&stats.field=%7B%21key%3Dsk3+tag%3Dst3%2Cst4%7Dpivot_td&_test_min=941&_test_miss=false)}:
 No live SolrServers available to handle this 
request:[http://127.0.0.1:37517/collection1, http://127.0.0.1:52180/collection1]

Stack Trace:
java.lang.RuntimeException: init query failed: 
{main(facet=true&facet.pivot=%7B%21stats%3Dst3%7Dpivot_d%2Cpivot_tl%2Cpivot_d1&facet.pivot=%7B%21stats%3Dst1%7Ddense_pivot_x_s%2Cpivot_dt%2Cpivot_l1&facet.limit=17&facet.offset=0&facet.pivot.mincount=941&facet.missing=false),extra(rows=0&q=id%3A%5B*+TO+771%5D&fq=id%3A%5B*+TO+1003%5D&stats=true&stats.field=%7B%21key%3Dsk1+tag%3Dst1%2Cst2%7Dpivot_x_s1&stats.field=%7B%21key%3Dsk2+tag%3Dst2%2Cst3%7Dpivot_l&stats.field=%7B%21key%3Dsk3+tag%3Dst3%2Cst4%7Dpivot_td&_test_min=941&_test_miss=false)}:
 No live SolrServers available to handle this 
request:[http://127.0.0.1:37517/collection1, http://127.0.0.1:52180/collection1]
        at 
__randomizedtesting.SeedInfo.seed([948CD98AD84521D1:1CD8E65076B94C29]:0)
        at 
org.apache.solr.cloud.TestCloudPivotFacet.assertPivotCountsAreCorrect(TestCloudPivotFacet.java:254)
        at 
org.apache.solr.cloud.TestCloudPivotFacet.test(TestCloudPivotFacet.java:228)
        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:1627)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:960)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        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:845)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        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.solr.client.solrj.SolrServerException: No live 
SolrServers available to handle this 
request:[http://127.0.0.1:37517/collection1, http://127.0.0.1:52180/collection1]
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:355)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1086)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:856)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:799)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:135)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:943)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:958)
        at 
org.apache.solr.cloud.TestCloudPivotFacet.assertPivotCountsAreCorrect(TestCloudPivotFacet.java:248)
        ... 42 more
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occured 
while waiting response from server at: http://127.0.0.1:37517/collection1
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:570)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:235)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:227)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:376)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:328)
        ... 49 more
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.read(SocketInputStream.java:152)
        at java.net.SocketInputStream.read(SocketInputStream.java:122)
        at 
org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
        at 
org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
        at 
org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
        at 
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
        at 
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
        at 
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
        at 
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:466)
        ... 53 more


FAILED:  
junit.framework.TestSuite.org.apache.solr.handler.admin.LukeRequestHandlerTest

Error Message:


Stack Trace:
java.lang.AssertionError
        at __randomizedtesting.SeedInfo.seed([948CD98AD84521D1]:0)
        at 
org.apache.lucene.util.TestRuleRestoreSystemProperties.before(TestRuleRestoreSystemProperties.java:53)
        at 
com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.before(TestRuleAdapter.java:26)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:35)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        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)


FAILED:  
junit.framework.TestSuite.org.apache.solr.rest.schema.TestDynamicFieldResource

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
        at __randomizedtesting.SeedInfo.seed([948CD98AD84521D1]:0)


FAILED:  
junit.framework.TestSuite.org.apache.solr.rest.schema.TestDynamicFieldResource

Error Message:
Captured an uncaught exception in thread: Thread[id=5005, 
name=RecoveryThread-awholynewstresscollection_collection4_1_shard7_replica2, 
state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=5005, 
name=RecoveryThread-awholynewstresscollection_collection4_1_shard7_replica2, 
state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]
Caused by: java.lang.OutOfMemoryError: Java heap space


FAILED:  
junit.framework.TestSuite.org.apache.solr.rest.schema.TestDynamicFieldResource

Error Message:
Captured an uncaught exception in thread: Thread[id=4233, 
name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:39794, state=RUNNABLE, 
group=TGRP-CollectionsAPIDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=4233, 
name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:39794, state=RUNNABLE, 
group=TGRP-CollectionsAPIDistributedZkTest]
Caused by: java.lang.OutOfMemoryError: Java heap space


FAILED:  junit.framework.TestSuite.org.apache.solr.update.VersionInfoTest

Error Message:
Java heap space

Stack Trace:
java.lang.OutOfMemoryError: Java heap space




Build Log:
[...truncated 11251 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestCloudPivotFacet
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet
 948CD98AD84521D1-001/init-core-data-001
   [junit4]   2> 3544196 INFO  
(SUITE-TestCloudPivotFacet-seed#[948CD98AD84521D1]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 3544197 INFO  
(SUITE-TestCloudPivotFacet-seed#[948CD98AD84521D1]-worker) [    ] 
o.a.s.c.TestCloudPivotFacet init'ing useFieldRandomizedFactor = 14
   [junit4]   2> 3544210 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3544225 INFO  (Thread-51758) [    ] o.a.s.c.ZkTestServer 
client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3544226 INFO  (Thread-51758) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 3544316 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:35568
   [junit4]   2> 3544331 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/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> 3544334 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 3544336 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/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> 3544338 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/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> 3544339 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/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> 3544341 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/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> 3544343 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/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> 3544345 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/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> 3544346 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/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> 3544365 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/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> 3544366 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/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> 3544711 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet
 948CD98AD84521D1-001/control-001/cores/collection1
   [junit4]   2> 3544712 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [    ] o.e.j.s.Server 
jetty-9.2.10.v20150310
   [junit4]   2> 3544726 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@294f1239{/,null,AVAILABLE}
   [junit4]   2> 3544727 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@635715f{HTTP/1.1}{127.0.0.1:39065}
   [junit4]   2> 3544727 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [    ] o.e.j.s.Server 
Started @3547951ms
   [junit4]   2> 3544728 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, hostPort=39065, 
solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet
 948CD98AD84521D1-001/tempDir-001/control/data, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet
 948CD98AD84521D1-001/control-001/cores}
   [junit4]   2> 3544728 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [    ] 
o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@72b5615d
   [junit4]   2> 3544728 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet
 948CD98AD84521D1-001/control-001/'
   [junit4]   2> 3544754 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet
 948CD98AD84521D1-001/control-001/solr.xml
   [junit4]   2> 3544790 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [    ] 
o.a.s.c.CoresLocator Config-defined core root directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet
 948CD98AD84521D1-001/control-001/cores
   [junit4]   2> 3544790 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1470912199
   [junit4]   2> 3544790 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet
 948CD98AD84521D1-001/control-001/]
   [junit4]   2> 3544791 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [    ] 
o.a.s.c.CoreContainer loading shared library: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet
 948CD98AD84521D1-001/control-001/lib
   [junit4]   2> 3544791 WARN  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [    ] 
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
classloader: lib (resolved as: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet
 948CD98AD84521D1-001/control-001/lib).
   [junit4]   2> 3544798 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 3544799 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 3544800 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3544800 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3544800 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35568/solr
   [junit4]   2> 3544800 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 3544888 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [n:127.0.0.1:39065_    
] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39065_
   [junit4]   2> 3544891 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [n:127.0.0.1:39065_    
] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3544892 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [n:127.0.0.1:39065_    
] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39065_
   [junit4]   2> 3544892 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [n:127.0.0.1:39065_    
] o.a.s.c.Overseer Overseer 
(id=93922367098454019-127.0.0.1:39065_-n_0000000000) starting
   [junit4]   2> 3544897 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [n:127.0.0.1:39065_    
] o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 3544900 INFO  
(OverseerStateUpdate-93922367098454019-127.0.0.1:39065_-n_0000000000) 
[n:127.0.0.1:39065_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 3544906 INFO  
(OverseerCollectionProcessor-93922367098454019-127.0.0.1:39065_-n_0000000000) 
[n:127.0.0.1:39065_    ] o.a.s.c.OverseerCollectionProcessor Process current 
queue of collection creations
   [junit4]   2> 3544908 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [n:127.0.0.1:39065_    
] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 3544909 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [n:127.0.0.1:39065_    
] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 3544910 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [n:127.0.0.1:39065_    
] o.a.s.c.CoresLocator Looking for core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet
 948CD98AD84521D1-001/control-001/cores
   [junit4]   2> 3544910 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [n:127.0.0.1:39065_    
] o.a.s.c.SolrCore Created CoreDescriptor: {transient=false, schema=schema.xml, 
loadOnStartup=true, config=solrconfig.xml, shard=, name=collection1, 
collection=control_collection, 
absoluteInstDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet
 948CD98AD84521D1-001/control-001/cores/collection1/, dataDir=data/, 
instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet
 948CD98AD84521D1-001/control-001/cores/collection1, coreNodeName=}
   [junit4]   2> 3544911 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [n:127.0.0.1:39065_    
] o.a.s.c.CoresLocator Found core collection1 in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet
 948CD98AD84521D1-001/control-001/cores/collection1/
   [junit4]   2> 3544911 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [n:127.0.0.1:39065_    
] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 3544912 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [n:127.0.0.1:39065_    
] o.a.s.s.SolrDispatchFilter 
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0
   [junit4]   2> 3544912 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [n:127.0.0.1:39065_    
] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 3544912 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection   x:collection1] o.a.s.c.ZkController 
publishing state=down
   [junit4]   2> 3544912 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection   x:collection1] o.a.s.c.ZkController 
numShards not found on descriptor - reading it from system property
   [junit4]   2> 3544913 INFO  
(zkCallback-1064-thread-1-processing-n:127.0.0.1:39065_) [n:127.0.0.1:39065_    
] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue 
state SyncConnected
   [junit4]   2> 3544913 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection   x:collection1] o.a.s.c.ZkController 
look for our core node name
   [junit4]   2> 3544914 INFO  
(OverseerStateUpdate-93922367098454019-127.0.0.1:39065_-n_0000000000) 
[n:127.0.0.1:39065_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "node_name":"127.0.0.1:39065_",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:39065";,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "roles":null} current state version: 0
   [junit4]   2> 3544914 INFO  
(OverseerStateUpdate-93922367098454019-127.0.0.1:39065_-n_0000000000) 
[n:127.0.0.1:39065_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "node_name":"127.0.0.1:39065_",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:39065";,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "roles":null}
   [junit4]   2> 3544914 INFO  
(OverseerStateUpdate-93922367098454019-127.0.0.1:39065_-n_0000000000) 
[n:127.0.0.1:39065_    ] o.a.s.c.o.ClusterStateMutator building a new cName: 
control_collection
   [junit4]   2> 3544914 INFO  
(OverseerStateUpdate-93922367098454019-127.0.0.1:39065_-n_0000000000) 
[n:127.0.0.1:39065_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 3545913 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection   x:collection1] o.a.s.c.ZkController 
waiting to find shard id in clusterstate for collection1
   [junit4]   2> 3545914 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection   x:collection1] o.a.s.c.ZkController 
Check for collection zkNode:control_collection
   [junit4]   2> 3545914 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection   x:collection1] o.a.s.c.ZkController 
Collection zkNode exists
   [junit4]   2> 3545915 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection   x:collection1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet
 948CD98AD84521D1-001/control-001/cores/collection1/'
   [junit4]   2> 3545966 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection   x:collection1] o.a.s.c.Config loaded 
config solrconfig.xml with version 0 
   [junit4]   2> 3545971 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
current version of requestparams : -1
   [junit4]   2> 3545996 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 5.3.0
   [junit4]   2> 3546056 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection   x:collection1] o.a.s.c.Config Loaded 
SolrConfig: solrconfig.xml
   [junit4]   2> 3546057 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 3546064 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 3546328 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 3546337 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
default search field in schema is text
   [junit4]   2> 3546339 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
unique key field: id
   [junit4]   2> 3546347 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 3546350 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 3546353 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 3546353 WARN  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 3546354 WARN  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 3546354 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 3546354 WARN  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 3546354 WARN  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 3546355 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
control_collection
   [junit4]   2> 3546355 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3546355 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet
 948CD98AD84521D1-001/control-001/cores/collection1/], dataDir=[null]
   [junit4]   2> 3546358 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@c3bae40
   [junit4]   2> 3546359 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet
 948CD98AD84521D1-001/control-001/cores/collection1/data
   [junit4]   2> 3546359 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet
 948CD98AD84521D1-001/control-001/cores/collection1/data/index/
   [junit4]   2> 3546360 WARN  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore [collection1] Solr index directory 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet
 948CD98AD84521D1-001/control-001/cores/collection1/data/index' doesn't exist. 
Creating new index...
   [junit4]   2> 3546360 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet
 948CD98AD84521D1-001/control-001/cores/collection1/data/index
   [junit4]   2> 3546361 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=27, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=94.58984375, 
floorSegmentMB=2.1484375, forceMergeDeletesPctAllowed=24.575219290721368, 
segmentsPerTier=36.0, maxCFSSegmentSizeMB=1.041015625, 
noCFSRatio=0.8023717875835483
   [junit4]   2> 3546370 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(MMapDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet
 948CD98AD84521D1-001/index-MMapDirectory-001 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@489dd8b6),segFN=segments_1,generation=1}
   [junit4]   2> 3546370 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 3546374 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"nodistrib"
   [junit4]   2> 3546374 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 3546374 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 3546374 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 3546375 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3546375 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-explicit"
   [junit4]   2> 3546375 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 3546375 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 3546375 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating 
implicit default
   [junit4]   2> 3546378 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3546379 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3546380 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3546398 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3546401 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.RequestHandlers Registered paths: 
standard,/admin/segments,/admin/ping,/admin/plugins,/admin/file,/admin/system,/update/json/docs,/admin/luke,/update/csv,/update,/admin/logging,/get,/schema,/config,/admin/mbeans,/admin/threads,/replication,/admin/properties,/update/json
   [junit4]   2> 3546403 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 3546410 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 3546410 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3546411 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 3546411 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 3546412 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=15, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5981756350877291]
   [junit4]   2> 3546413 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(MMapDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet
 948CD98AD84521D1-001/index-MMapDirectory-001 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@489dd8b6),segFN=segments_1,generation=1}
   [junit4]   2> 3546413 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 3546413 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.s.SolrIndexSearcher Opening Searcher@795c0354[collection1] main
   [junit4]   2> 3546414 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the 
RestManager with znodeBase: /configs/conf1
   [junit4]   2> 3546415 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 3546415 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 3546415 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3546415 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage No data found for znode 
/configs/conf1/_rest_managed.json
   [junit4]   2> 3546415 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3546416 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 3546416 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 3546416 INFO  
(searcherExecutor-5299-thread-1-processing-r:core_node1 x:collection1 s:shard1 
n:127.0.0.1:39065_ c:control_collection) [n:127.0.0.1:39065_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore 
[collection1] Registered new searcher Searcher@795c0354[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3546416 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog On first searcher opened, looking up max value of version 
field
   [junit4]   2> 3546417 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version 
buckets from index
   [junit4]   2> 3546417 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket 
highest value from index
   [junit4]   2> 3546417 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1502757875855917056
   [junit4]   2> 3546419 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Took 2 ms to seed version buckets with highest version 
1502757875855917056
   [junit4]   2> 3546419 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 3546420 INFO  
(coreLoadExecutor-5298-thread-1-processing-n:127.0.0.1:39065_) 
[n:127.0.0.1:39065_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 3546434 INFO  
(coreZkRegister-5292-thread-1-processing-r:core_node1 x:collection1 s:shard1 
n:127.0.0.1:39065_ c:control_collection) [n:127.0.0.1:39065_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
Register replica - core:collection1 address:http://127.0.0.1:39065 
collection:control_collection shard:shard1
   [junit4]   2> 3546437 INFO  
(coreZkRegister-5292-thread-1-processing-r:core_node1 x:collection1 s:shard1 
n:127.0.0.1:39065_ c:control_collection) [n:127.0.0.1:39065_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Running the leader process for shard shard1
   [junit4]   2> 3546438 INFO  
(zkCallback-1064-thread-1-processing-n:127.0.0.1:39065_) [n:127.0.0.1:39065_    
] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue 
state SyncConnected
   [junit4]   2> 3546439 INFO  
(coreZkRegister-5292-thread-1-processing-r:core_node1 x:collection1 s:shard1 
n:127.0.0.1:39065_ c:control_collection) [n:127.0.0.1:39065_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 3546439 INFO  
(coreZkRegister-5292-thread-1-processing-r:core_node1 x:collection1 s:shard1 
n:127.0.0.1:39065_ c:control_collection) [n:127.0.0.1:39065_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 3546439 INFO  
(coreZkRegister-5292-thread-1-processing-r:core_node1 x:collection1 s:shard1 
n:127.0.0.1:39065_ c:control_collection) [n:127.0.0.1:39065_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:39065/collection1/
   [junit4]   2> 3546439 INFO  
(OverseerStateUpdate-93922367098454019-127.0.0.1:39065_-n_0000000000) 
[n:127.0.0.1:39065_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection"} current state version: 1
   [junit4]   2> 3546439 INFO  
(coreZkRegister-5292-thread-1-processing-r:core_node1 x:collection1 s:shard1 
n:127.0.0.1:39065_ c:control_collection) [n:127.0.0.1:39065_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 3546440 INFO  
(coreZkRegister-5292-thread-1-processing-r:core_node1 x:collection1 s:shard1 
n:127.0.0.1:39065_ c:control_collection) [n:127.0.0.1:39065_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:39065/collection1/ has no replicas
   [junit4]   2> 3546440 INFO  
(coreZkRegister-5292-thread-1-processing-r:core_node1 x:collection1 s:shard1 
n:127.0.0.1:39065_ c:control_collection) [n:127.0.0.1:39065_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:39065/collection1/ shard1
   [junit4]   2> 3546444 INFO  
(zkCallback-1064-thread-1-processing-n:127.0.0.1:39065_) [n:127.0.0.1:39065_    
] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue 
state SyncConnected
   [junit4]   2> 3546445 INFO  
(OverseerStateUpdate-93922367098454019-127.0.0.1:39065_-n_0000000000) 
[n:127.0.0.1:39065_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"http://127.0.0.1:39065";,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 2
   [junit4]   2> 3546596 INFO  
(coreZkRegister-5292-thread-1-processing-r:core_node1 x:collection1 s:shard1 
n:127.0.0.1:39065_ c:control_collection) [n:127.0.0.1:39065_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
We are http://127.0.0.1:39065/collection1/ and leader is 
http://127.0.0.1:39065/collection1/
   [junit4]   2> 3546596 INFO  
(coreZkRegister-5292-thread-1-processing-r:core_node1 x:collection1 s:shard1 
n:127.0.0.1:39065_ c:control_collection) [n:127.0.0.1:39065_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:39065
   [junit4]   2> 3546596 INFO  
(coreZkRegister-5292-thread-1-processing-r:core_node1 x:collection1 s:shard1 
n:127.0.0.1:39065_ c:control_collection) [n:127.0.0.1:39065_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 3546596 INFO  
(coreZkRegister-5292-thread-1-processing-r:core_node1 x:collection1 s:shard1 
n:127.0.0.1:39065_ c:control_collection) [n:127.0.0.1:39065_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
publishing state=active
   [junit4]   2> 3546597 INFO  
(coreZkRegister-5292-thread-1-processing-r:core_node1 x:collection1 s:shard1 
n:127.0.0.1:39065_ c:control_collection) [n:127.0.0.1:39065_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
numShards not found on descriptor - reading it from system property
   [junit4]   2> 3546598 INFO  
(zkCallback-1064-thread-1-processing-n:127.0.0.1:39065_) [n:127.0.0.1:39065_    
] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue 
state SyncConnected
   [junit4]   2> 3546598 INFO  
(OverseerStateUpdate-93922367098454019-127.0.0.1:39065_-n_0000000000) 
[n:127.0.0.1:39065_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "node_name":"127.0.0.1:39065_",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "base_url":"http://127.0.0.1:39065";,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "roles":null} current state version: 3
   [junit4]   2> 3546599 INFO  
(OverseerStateUpdate-93922367098454019-127.0.0.1:39065_-n_0000000000) 
[n:127.0.0.1:39065_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "node_name":"127.0.0.1:39065_",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "base_url":"http://127.0.0.1:39065";,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "roles":null}
   [junit4]   2> 3546944 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 3546944 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 3546993 INFO  
(zkCallback-1064-thread-1-processing-n:127.0.0.1:39065_) [n:127.0.0.1:39065_    
] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue 
state SyncConnected
   [junit4]   2> 3546995 INFO  
(OverseerStateUpdate-93922367098454019-127.0.0.1:39065_-n_0000000000) 
[n:127.0.0.1:39065_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "operation":"create",
   [junit4]   2>   "name":"collection1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "stateFormat":"2"} current state version: 4
   [junit4]   2> 3546995 INFO  
(OverseerStateUpdate-93922367098454019-127.0.0.1:39065_-n_0000000000) 
[n:127.0.0.1:39065_    ] o.a.s.c.o.ClusterStateMutator building a new cName: 
collection1
   [junit4]   2> 3547160 INFO  
(OverseerStateUpdate-93922367098454019-127.0.0.1:39065_-n_0000000000) 
[n:127.0.0.1:39065_    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/collection1/state.json
   [junit4]   2> 3547522 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet
 948CD98AD84521D1-001/shard-1-001/cores/collection1
   [junit4]   2> 3547523 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet
 948CD98AD84521D1-001/shard-1-001
   [junit4]   2> 3547533 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [    ] o.e.j.s.Server 
jetty-9.2.10.v20150310
   [junit4]   2> 3547593 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7846b29e{/,null,AVAILABLE}
   [junit4]   2> 3547593 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@6978e0c2{HTTP/1.1}{127.0.0.1:56810}
   [junit4]   2> 3547593 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [    ] o.e.j.s.Server 
Started @3550817ms
   [junit4]   2> 3547593 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {solrconfig=solrconfig.xml, 
hostContext=/, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet
 948CD98AD84521D1-001/shard-1-001/cores, 
solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet
 948CD98AD84521D1-001/tempDir-001/jetty1, hostPort=56810}
   [junit4]   2> 3547594 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [    ] 
o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@72b5615d
   [junit4]   2> 3547594 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet
 948CD98AD84521D1-001/shard-1-001/'
   [junit4]   2> 3547612 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet
 948CD98AD84521D1-001/shard-1-001/solr.xml
   [junit4]   2> 3547625 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [    ] 
o.a.s.c.CoresLocator Config-defined core root directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet
 948CD98AD84521D1-001/shard-1-001/cores
   [junit4]   2> 3547625 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 375067488
   [junit4]   2> 3547625 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet
 948CD98AD84521D1-001/shard-1-001/]
   [junit4]   2> 3547625 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [    ] 
o.a.s.c.CoreContainer loading shared library: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet
 948CD98AD84521D1-001/shard-1-001/lib
   [junit4]   2> 3547625 WARN  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [    ] 
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
classloader: lib (resolved as: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet
 948CD98AD84521D1-001/shard-1-001/lib).
   [junit4]   2> 3547632 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 3547633 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 3547634 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3547634 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3547634 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35568/solr
   [junit4]   2> 3547634 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 3548697 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [n:127.0.0.1:56810_    
] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:56810_
   [junit4]   2> 3548701 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [n:127.0.0.1:56810_    
] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3548702 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [n:127.0.0.1:56810_    
] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 3548703 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [n:127.0.0.1:56810_    
] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 3548703 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [n:127.0.0.1:56810_    
] o.a.s.c.CoresLocator Looking for core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet
 948CD98AD84521D1-001/shard-1-001/cores
   [junit4]   2> 3548704 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [n:127.0.0.1:56810_    
] o.a.s.c.SolrCore Created CoreDescriptor: {name=collection1, 
absoluteInstDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet
 948CD98AD84521D1-001/shard-1-001/cores/collection1/, config=solrconfig.xml, 
instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet
 948CD98AD84521D1-001/shard-1-001/cores/collection1, collection=collection1, 
transient=false, loadOnStartup=true, shard=, dataDir=data/, coreNodeName=, 
schema=schema.xml}
   [junit4]   2> 3548704 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [n:127.0.0.1:56810_    
] o.a.s.c.CoresLocator Found core collection1 in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet
 948CD98AD84521D1-001/shard-1-001/cores/collection1/
   [junit4]   2> 3548704 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [n:127.0.0.1:56810_    
] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 3548716 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1   x:collection1] o.a.s.c.ZkController 
publishing state=down
   [junit4]   2> 3548716 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1   x:collection1] o.a.s.c.ZkController 
numShards not found on descriptor - reading it from system property
   [junit4]   2> 3548718 INFO  
(zkCallback-1064-thread-1-processing-n:127.0.0.1:39065_) [n:127.0.0.1:39065_    
] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue 
state SyncConnected
   [junit4]   2> 3548718 INFO  
(OverseerStateUpdate-93922367098454019-127.0.0.1:39065_-n_0000000000) 
[n:127.0.0.1:39065_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "node_name":"127.0.0.1:56810_",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:56810";,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "roles":null} current state version: 5
   [junit4]   2> 3548719 INFO  
(OverseerStateUpdate-93922367098454019-127.0.0.1:39065_-n_0000000000) 
[n:127.0.0.1:39065_    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 
message={
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "node_name":"127.0.0.1:56810_",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:56810";,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "roles":null}
   [junit4]   2> 3548719 INFO  
(OverseerStateUpdate-93922367098454019-127.0.0.1:39065_-n_0000000000) 
[n:127.0.0.1:39065_    ] o.a.s.c.o.ReplicaMutator Collection already exists 
with numShards=2
   [junit4]   2> 3548719 INFO  
(OverseerStateUpdate-93922367098454019-127.0.0.1:39065_-n_0000000000) 
[n:127.0.0.1:39065_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard2
   [junit4]   2> 3548720 INFO  
(OverseerStateUpdate-93922367098454019-127.0.0.1:39065_-n_0000000000) 
[n:127.0.0.1:39065_    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/collection1/state.json version: 0
   [junit4]   2> 3548720 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1   x:collection1] o.a.s.c.ZkController 
Registering watch for external collection collection1
   [junit4]   2> 3548722 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1   x:collection1] o.a.s.c.ZkController look 
for our core node name
   [junit4]   2> 3548722 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1   x:collection1] o.a.s.c.ZkController waiting 
to find shard id in clusterstate for collection1
   [junit4]   2> 3548722 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1   x:collection1] o.a.s.c.ZkController Check 
for collection zkNode:collection1
   [junit4]   2> 3548723 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1   x:collection1] o.a.s.c.ZkController 
Collection zkNode exists
   [junit4]   2> 3548723 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1   x:collection1] o.a.s.c.SolrResourceLoader 
new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet
 948CD98AD84521D1-001/shard-1-001/cores/collection1/'
   [junit4]   2> 3548726 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [n:127.0.0.1:56810_    
] o.a.s.s.SolrDispatchFilter 
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0
   [junit4]   2> 3548726 INFO  
(TEST-TestCloudPivotFacet.test-seed#[948CD98AD84521D1]) [n:127.0.0.1:56810_    
] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 3548758 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1   x:collection1] o.a.s.c.Config loaded config 
solrconfig.xml with version 0 
   [junit4]   2> 3548763 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1   x:collection1] o.a.s.c.SolrConfig current 
version of requestparams : -1
   [junit4]   2> 3548781 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 5.3.0
   [junit4]   2> 3548839 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1   x:collection1] o.a.s.c.Config Loaded 
SolrConfig: solrconfig.xml
   [junit4]   2> 3548843 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1   x:collection1] o.a.s.s.IndexSchema Reading 
Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 3548849 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 3549171 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 3549189 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1   x:collection1] o.a.s.s.IndexSchema default 
search field in schema is text
   [junit4]   2> 3550382 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1   x:collection1] o.a.s.s.IndexSchema unique 
key field: id
   [junit4]   2> 3550390 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 3550393 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 3550396 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 3550397 WARN  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 3550398 WARN  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 3550398 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 3550400 WARN  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 3550400 WARN  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 3550400 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 3550400 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3550400 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet
 948CD98AD84521D1-001/shard-1-001/cores/collection1/], dataDir=[null]
   [junit4]   2> 3550400 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@c3bae40
   [junit4]   2> 3550401 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet
 948CD98AD84521D1-001/shard-1-001/cores/collection1/data
   [junit4]   2> 3550401 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet
 948CD98AD84521D1-001/shard-1-001/cores/collection1/data/index/
   [junit4]   2> 3550401 WARN  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.SolrCore [collection1] Solr index directory 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet
 948CD98AD84521D1-001/shard-1-001/cores/collection1/data/index' doesn't exist. 
Creating new index...
   [junit4]   2> 3550414 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet
 948CD98AD84521D1-001/shard-1-001/cores/collection1/data/index
   [junit4]   2> 3550415 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=27, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=94.58984375, 
floorSegmentMB=2.1484375, forceMergeDeletesPctAllowed=24.575219290721368, 
segmentsPerTier=36.0, maxCFSSegmentSizeMB=1.041015625, 
noCFSRatio=0.8023717875835483
   [junit4]   2> 3550417 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(MMapDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet
 948CD98AD84521D1-001/index-MMapDirectory-002 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@489dd8b6),segFN=segments_1,generation=1}
   [junit4]   2> 3550417 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 3550422 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"nodistrib"
   [junit4]   2> 3550422 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 3550422 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 3550423 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 3550423 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3550423 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-explicit"
   [junit4]   2> 3550423 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 3550423 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 3550423 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating 
implicit default
   [junit4]   2> 3550426 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3550427 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3550429 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3550430 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3550452 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.RequestHandlers Registered paths: 
standard,/admin/segments,/admin/ping,/admin/plugins,/admin/file,/admin/system,/update/json/docs,/admin/luke,/update/csv,/update,/admin/logging,/get,/schema,/config,/admin/mbeans,/admin/threads,/replication,/admin/properties,/update/json
   [junit4]   2> 3550453 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 3550462 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 3550462 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3550463 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 3550463 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 3550468 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=15, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5981756350877291]
   [junit4]   2> 3550470 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(MMapDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet
 948CD98AD84521D1-001/index-MMapDirectory-002 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@489dd8b6),segFN=segments_1,generation=1}
   [junit4]   2> 3550470 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 3550470 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.s.SolrIndexSearcher Opening Searcher@7cbdff5e[collection1] main
   [junit4]   2> 3550471 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the 
RestManager with znodeBase: /configs/conf1
   [junit4]   2> 3550471 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 3550471 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 3550471 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3550472 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage No data found for znode 
/configs/conf1/_rest_managed.json
   [junit4]   2> 3550472 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3550472 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 3550472 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 3550473 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog On first searcher opened, looking up max value of version 
field
   [junit4]   2> 3550473 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version 
buckets from index
   [junit4]   2> 3550473 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket 
highest value from index
   [junit4]   2> 3550473 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1502757880108941312
   [junit4]   2> 3550475 INFO  
(coreLoadExecutor-5309-thread-1-processing-n:127.0.0.1:56810_) 
[n:127.0.0.1:56810_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Took 2 ms to seed version buckets with highest version 15027

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

hConnect(SocketChannelImpl.java:739)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:361)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1081)
   [junit4]   2> 89415534 WARN  
(zkCallback-391-thread-12-processing-n:127.0.0.1:49638_-SendThread(127.0.0.1:39794))
 [n:127.0.0.1:49638_    ] o.a.z.ClientCnxn Session 0x14dadb83b070052 for server 
null, unexpected error, closing socket connection and attempting reconnect
   [junit4]   2> java.net.ConnectException: Connection refused
   [junit4]   2>        at sun.nio.ch.SocketChannelImpl.checkConnect(Native 
Method)
   [junit4]   2>        at 
sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:739)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:361)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1081)
   [junit4]   2> 89415534 WARN  
(zkCallback-454-thread-28-processing-n:127.0.0.1:33951_-SendThread(127.0.0.1:39794))
 [n:127.0.0.1:33951_    ] o.a.z.ClientCnxn Session 0x0 for server null, 
unexpected error, closing socket connection and attempting reconnect
   [junit4]   2> java.net.ConnectException: Connection refused
   [junit4]   2>        at sun.nio.ch.SocketChannelImpl.checkConnect(Native 
Method)
   [junit4]   2>        at 
sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:739)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:361)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1081)
   [junit4]   2> 89419305 WARN  
(zkCallback-391-thread-12-processing-n:127.0.0.1:49638_-SendThread(127.0.0.1:39794))
 [n:127.0.0.1:49638_    ] o.a.z.ClientCnxn Session 0x14dadb83b070052 for server 
null, unexpected error, closing socket connection and attempting reconnect
   [junit4]   2> java.net.ConnectException: Connection refused
   [junit4]   2>        at sun.nio.ch.SocketChannelImpl.checkConnect(Native 
Method)
   [junit4]   2>        at 
sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:739)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:361)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1081)
   [junit4]   2> 89418181 INFO  
(TEST-TestDynamicFieldResource.testGetNotFoundDynamicField-seed#[948CD98AD84521D1])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testGetNotFoundDynamicField
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {}, 
docValues:{}, sim=DefaultSimilarity, locale=ar_LB, 
timezone=America/Argentina/San_Juan
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 
1.7.0_72 (64-bit)/cpus=4,threads=13,free=41721400,total=493355008
   [junit4]   2> 89418181 WARN  
(zkCallback-388-thread-19-processing-n:127.0.0.1:58006_-SendThread(127.0.0.1:39794))
 [n:127.0.0.1:58006_    ] o.a.z.ClientCnxn Session 0x0 for server null, 
unexpected error, closing socket connection and attempting reconnect
   [junit4]   2> java.net.ConnectException: Connection refused
   [junit4]   2>        at sun.nio.ch.SocketChannelImpl.checkConnect(Native 
Method)
   [junit4]   2>        at 
sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:739)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:361)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1081)
   [junit4]   2> NOTE: All tests run in this JVM: [TestLRUStatsCache, 
TestJsonFacets, TestFieldTypeCollectionResource, TestCollapseQParserPlugin, 
TestComplexPhraseQParserPlugin, TestMiniSolrCloudClusterSSL, JsonLoaderTest, 
TestJsonRequest, TestSolrQueryParserResource, SystemInfoHandlerTest, 
TestCoreDiscovery, TestLFUCache, SuggesterTSTTest, EchoParamsTest, 
TestInitParams, TestHashPartitioner, AssignTest, ConvertedLegacyTest, 
StatelessScriptUpdateProcessorFactoryTest, TestSolrDeletionPolicy2, 
RequiredFieldsTest, TestLMDirichletSimilarityFactory, TestReqParamsAPI, 
DistributedMLTComponentTest, TestStressUserVersions, 
WordBreakSolrSpellCheckerTest, HdfsUnloadDistributedZkTest, 
AnalysisAfterCoreReloadTest, TestRestManager, TestDistributedMissingSort, 
TestAnalyzedSuggestions, TestSolrXml, TestCustomSort, TestLRUCache, 
TestFastWriter, TestExpandComponent, DocumentBuilderTest, NoCacheHeaderTest, 
VMParamsZkACLAndCredentialsProvidersTest, TestSolrCloudWithKerberosAlt, 
TestFiltering, SuggestComponentTest, TestOmitPositions, ZkSolrClientTest, 
BasicFunctionalityTest, TestFoldingMultitermQuery, TestFileDictionaryLookup, 
TestExactSharedStatsCache, HdfsWriteToMultipleCollectionsTest, 
TestCloudManagedSchema, PreAnalyzedFieldTest, RAMDirectoryFactoryTest, 
ShardRoutingCustomTest, TestCharFilters, JSONWriterTest, 
SharedFSAutoReplicaFailoverTest, TestAuthorizationFramework, 
HighlighterMaxOffsetTest, ShowFileRequestHandlerTest, TestMaxScoreQueryParser, 
TestStressVersions, SolrTestCaseJ4Test, DeleteInactiveReplicaTest, 
SliceStateTest, TestMiniSolrCloudCluster, TestSchemaResource, 
TestShardHandlerFactory, ChaosMonkeySafeLeaderTest, SimpleMLTQParserTest, 
ScriptEngineTest, TestIndexSearcher, TestManagedSynonymFilterFactory, 
CollectionsAPIDistributedZkTest, VersionInfoTest, LukeRequestHandlerTest, 
TestDynamicFieldResource]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestDynamicFieldResource -Dtests.seed=948CD98AD84521D1 
-Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true 
-Dtests.linedocsfile=/x1/jenkins/lucene-data/enwiki.random.lines.txt 
-Dtests.locale=ar_LB -Dtests.timezone=America/Argentina/San_Juan 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4]   2> 89421527 WARN  
(zkCallback-454-thread-28-processing-n:127.0.0.1:33951_-SendThread(127.0.0.1:39794))
 [n:127.0.0.1:33951_    ] o.a.z.ClientCnxn Session 0x0 for server null, 
unexpected error, closing socket connection and attempting reconnect
   [junit4]   2> java.net.ConnectException: Connection refused
   [junit4]   2>        at sun.nio.ch.SocketChannelImpl.checkConnect(Native 
Method)
   [junit4]   2>        at 
sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:739)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:361)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1081)
   [junit4] ERROR   0.00s J1 | TestDynamicFieldResource (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 
7200000 msec).
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([948CD98AD84521D1]:0)Throwable #2: 
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=5005, 
name=RecoveryThread-awholynewstresscollection_collection4_1_shard7_replica2, 
state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    > Caused by: java.lang.OutOfMemoryError: Java heap 
spaceThrowable #3: com.carrotsearch.randomizedtesting.UncaughtExceptionError: 
Captured an uncaught exception in thread: Thread[id=4233, 
name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:39794, state=RUNNABLE, 
group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    > Caused by: java.lang.OutOfMemoryError: Java heap space
   [junit4] Completed [490/497] on J1 in 11010.17s, 0 tests, 3 errors <<< 
FAILURES!

[...truncated 22 lines...]
   [junit4] JVM J1: stdout was not empty, see: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/temp/junit4-J1-20150601_015400_214.sysout
   [junit4] >>> JVM J1: stdout (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/heapdumps/java_pid7064.hprof
 ...
   [junit4] Heap dump file created [658011679 bytes in 56.778 secs]
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J1: stderr was not empty, see: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/temp/junit4-J1-20150601_015400_214.syserr
   [junit4] >>> JVM J1: stderr (verbatim) ----
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "Thread-3074"
   [junit4] <<< JVM J1: EOF ----

[...truncated 14 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:543: 
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:484: 
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:61: 
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/extra-targets.xml:39:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build.xml:230:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/common-build.xml:511:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/lucene/common-build.xml:1436:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/lucene/common-build.xml:991:
 There were test failures: 497 suites, 1962 tests, 6 suite-level errors, 1 
error, 83 ignored (10 assumptions)

Total time: 1605 minutes 36 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Sending artifact delta relative to Lucene-Solr-NightlyTests-5.x #859
Archived 5 artifacts
Archive block size is 32768
Received 0 blocks and 1442138951 bytes
Compression is 0.0%
Took 4 min 23 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