Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/19091/
Java: 32bit/jdk1.8.0_121 -client -XX:+UseG1GC

3 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.handler.TestSQLHandler

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.handler.TestSQLHandler:     
1) Thread[id=7410, name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-TestSQLHandler]         at java.lang.Thread.sleep(Native Method)     
    at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.handler.TestSQLHandler: 
   1) Thread[id=7410, name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-TestSQLHandler]
        at java.lang.Thread.sleep(Native Method)
        at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
        at java.lang.Thread.run(Thread.java:745)
        at __randomizedtesting.SeedInfo.seed([C1168D0ED56D1C65]:0)


FAILED:  org.apache.solr.handler.TestSQLHandler.doTest

Error Message:
--> https://127.0.0.1:39592/pm_/n/collection1:Failed to execute sqlQuery 
'select str_s, count(*), sum(field_i), min(field_i), max(field_i), cast(avg(1.0 
* field_i) as float) from collection1 where text='XXXX' group by str_s order by 
sum(field_i) asc limit 2' against JDBC connection 'jdbc:calcitesolr:'. Error 
while executing SQL "select str_s, count(*), sum(field_i), min(field_i), 
max(field_i), cast(avg(1.0 * field_i) as float) from collection1 where 
text='XXXX' group by str_s order by sum(field_i) asc limit 2": From line 1, 
column 39 to line 1, column 50: No match found for function signature 
min(<NUMERIC>)

Stack Trace:
java.io.IOException: --> https://127.0.0.1:39592/pm_/n/collection1:Failed to 
execute sqlQuery 'select str_s, count(*), sum(field_i), min(field_i), 
max(field_i), cast(avg(1.0 * field_i) as float) from collection1 where 
text='XXXX' group by str_s order by sum(field_i) asc limit 2' against JDBC 
connection 'jdbc:calcitesolr:'.
Error while executing SQL "select str_s, count(*), sum(field_i), min(field_i), 
max(field_i), cast(avg(1.0 * field_i) as float) from collection1 where 
text='XXXX' group by str_s order by sum(field_i) asc limit 2": From line 1, 
column 39 to line 1, column 50: No match found for function signature 
min(<NUMERIC>)
        at 
__randomizedtesting.SeedInfo.seed([C1168D0ED56D1C65:665235AAB8D60FDC]:0)
        at 
org.apache.solr.client.solrj.io.stream.SolrStream.read(SolrStream.java:235)
        at 
org.apache.solr.handler.TestSQLHandler.getTuples(TestSQLHandler.java:2325)
        at 
org.apache.solr.handler.TestSQLHandler.testBasicGrouping(TestSQLHandler.java:651)
        at org.apache.solr.handler.TestSQLHandler.doTest(TestSQLHandler.java:77)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        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:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        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:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  
org.apache.solr.handler.extraction.ExtractingRequestHandlerTest.testExtraction

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([5F8832CD8B94CFF2:E6FB46B3F7BC1F07]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:919)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:886)
        at 
org.apache.solr.handler.extraction.ExtractingRequestHandlerTest.testExtraction(ExtractingRequestHandlerTest.java:128)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        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:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        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:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//doc[1]/str[.='simple3']
        xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="2" 
start="0"><doc><arr 
name="t_meta"><str>stream_size</str><str>365</str><str>X-Parsed-By</str><str>org.apache.tika.parser.DefaultParser</str><str>X-Parsed-By</str><str>org.apache.tika.parser.html.HtmlParser</str><str>stream_content_type</str><str>application/xml</str><str>stream_name</str><str>simple.html</str><str>stream_source_info</str><str>file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/contrib/extraction/src/test-files/extraction/simple.html</str><str>dc:title</str><str>Welcome
 to 
Solr</str><str>Content-Encoding</str><str>ISO-8859-1</str><str>Content-Type</str><str>text/html;
 charset=ISO-8859-1</str></arr><arr 
name="t_href"><str>rect</str><str>http://www.apache.org</str></arr><str 
name="id">simple2</str><arr name="stream_size"><str>365</str></arr><arr 
name="t_x_parsed_by"><str>org.apache.tika.parser.DefaultParser</str><str>org.apache.tika.parser.html.HtmlParser</str></arr><arr
 name="stream_content_type"><str>application/xml</str></arr><arr 
name="stream_name"><str>simple.html</str></arr><arr 
name="stream_source_info"><str>file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/contrib/extraction/src/test-files/extraction/simple.html</str></arr><arr
 name="t_dc_title"><str>Welcome to Solr</str></arr><arr 
name="t_content_encoding"><str>ISO-8859-1</str></arr><arr 
name="title"><str>Welcome to Solr</str></arr><arr 
name="t_abcxyz"><str>text/html; charset=ISO-8859-1</str></arr><arr 
name="t_content"><str> 
 
  
  
  
  
  
  
  
  
  
 Welcome to Solr 
 
 
 
  Here is some text
 

 distinct
words 

 Here is some text in a div 

 This has a  link . 

  </str></arr><arr name="multiDefault"><str>muLti-Default</str></arr><int 
name="intDefault">42</int><date 
name="timestamp">2017-03-03T01:43:12.498Z</date></doc><doc><arr 
name="t_meta"><str>stream_size</str><str>365</str><str>X-Parsed-By</str><str>org.apache.tika.parser.DefaultParser</str><str>X-Parsed-By</str><str>org.apache.tika.parser.html.HtmlParser</str><str>stream_content_type</str><str>application/xml</str><str>stream_name</str><str>simple.html</str><str>stream_source_info</str><str>file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/contrib/extraction/src/test-files/extraction/simple.html</str><str>dc:title</str><str>Welcome
 to 
Solr</str><str>Content-Encoding</str><str>ISO-8859-1</str><str>Content-Type</str><str>text/html;
 charset=ISO-8859-1</str></arr><arr 
name="t_href"><str>rect</str><str>http://www.apache.org</str></arr><str 
name="id">simple3</str><arr name="stream_size"><str>365</str></arr><arr 
name="t_x_parsed_by"><str>org.apache.tika.parser.DefaultParser</str><str>org.apache.tika.parser.html.HtmlParser</str></arr><arr
 name="stream_content_type"><str>application/xml</str></arr><arr 
name="stream_name"><str>simple.html</str></arr><arr 
name="stream_source_info"><str>file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/contrib/extraction/src/test-files/extraction/simple.html</str></arr><arr
 name="t_dc_title"><str>Welcome to Solr</str></arr><arr 
name="t_content_encoding"><str>ISO-8859-1</str></arr><arr 
name="title"><str>Welcome to Solr</str></arr><arr 
name="t_content_type"><str>text/html; charset=ISO-8859-1</str></arr><arr 
name="t_content"><str> 
 
  
  
  
  
  
  
  
  
  
 Welcome to Solr 
 
 
 
  Here is some text
 

 distinct
words 

 Here is some text in a div 

 This has a  link . 

  </str></arr><arr name="multiDefault"><str>muLti-Default</str></arr><int 
name="intDefault">42</int><date 
name="timestamp">2017-03-03T01:43:12.573Z</date></doc></result>
</response>

        request was:q=t_href:http&qt=standard&start=0&rows=20&version=2.2
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:912)
        ... 41 more




Build Log:
[...truncated 11862 lines...]
   [junit4] Suite: org.apache.solr.handler.TestSQLHandler
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_C1168D0ED56D1C65-001/init-core-data-001
   [junit4]   2> 923585 INFO  
(SUITE-TestSQLHandler-seed#[C1168D0ED56D1C65]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 923587 INFO  
(SUITE-TestSQLHandler-seed#[C1168D0ED56D1C65]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 923589 INFO  
(SUITE-TestSQLHandler-seed#[C1168D0ED56D1C65]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /pm_/n
   [junit4]   2> 923592 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 923593 INFO  (Thread-1464) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 923593 INFO  (Thread-1464) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 923693 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:36067
   [junit4]   2> 923718 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-sql.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 923720 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema-sql.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 923722 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 923723 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 923724 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 923726 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 923727 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 923728 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 923730 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 923731 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 923732 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 923844 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_C1168D0ED56D1C65-001/control-001/cores/collection1
   [junit4]   2> 923847 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 923850 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@15c6b2c{/pm_/n,null,AVAILABLE}
   [junit4]   2> 923852 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@412a8e{SSL,[ssl, 
http/1.1]}{127.0.0.1:35938}
   [junit4]   2> 923852 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] o.e.j.s.Server 
Started @925202ms
   [junit4]   2> 923852 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_C1168D0ED56D1C65-001/tempDir-001/control/data,
 hostContext=/pm_/n, hostPort=35938, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_C1168D0ED56D1C65-001/control-001/cores}
   [junit4]   2> 923852 ERROR 
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 923852 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 923852 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 923852 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 923853 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-03T01:17:26.818Z
   [junit4]   2> 923857 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 923857 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_C1168D0ED56D1C65-001/control-001/solr.xml
   [junit4]   2> 923871 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:36067/solr
   [junit4]   2> 923889 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [n:127.0.0.1:35938_pm_%2Fn 
   ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 923890 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [n:127.0.0.1:35938_pm_%2Fn 
   ] o.a.s.c.OverseerElectionContext I am going to be the leader 
127.0.0.1:35938_pm_%2Fn
   [junit4]   2> 923891 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [n:127.0.0.1:35938_pm_%2Fn 
   ] o.a.s.c.Overseer Overseer 
(id=97550588088156165-127.0.0.1:35938_pm_%2Fn-n_0000000000) starting
   [junit4]   2> 923898 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [n:127.0.0.1:35938_pm_%2Fn 
   ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35938_pm_%2Fn
   [junit4]   2> 923901 INFO  
(OverseerStateUpdate-97550588088156165-127.0.0.1:35938_pm_%2Fn-n_0000000000) 
[n:127.0.0.1:35938_pm_%2Fn    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 924451 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [n:127.0.0.1:35938_pm_%2Fn 
   ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_C1168D0ED56D1C65-001/control-001/cores
   [junit4]   2> 924451 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [n:127.0.0.1:35938_pm_%2Fn 
   ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 924455 INFO  
(OverseerStateUpdate-97550588088156165-127.0.0.1:35938_pm_%2Fn-n_0000000000) 
[n:127.0.0.1:35938_pm_%2Fn    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 924468 INFO  
(coreLoadExecutor-3058-thread-1-processing-n:127.0.0.1:35938_pm_%2Fn) 
[n:127.0.0.1:35938_pm_%2Fn c:control_collection   x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 924480 INFO  
(coreLoadExecutor-3058-thread-1-processing-n:127.0.0.1:35938_pm_%2Fn) 
[n:127.0.0.1:35938_pm_%2Fn c:control_collection   x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 924562 WARN  
(coreLoadExecutor-3058-thread-1-processing-n:127.0.0.1:35938_pm_%2Fn) 
[n:127.0.0.1:35938_pm_%2Fn c:control_collection   x:collection1] 
o.a.s.s.IndexSchema [collection1] default search field in schema is text. 
WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 924566 WARN  
(coreLoadExecutor-3058-thread-1-processing-n:127.0.0.1:35938_pm_%2Fn) 
[n:127.0.0.1:35938_pm_%2Fn c:control_collection   x:collection1] 
o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for 
multiple copyFields (2)
   [junit4]   2> 924566 WARN  
(coreLoadExecutor-3058-thread-1-processing-n:127.0.0.1:35938_pm_%2Fn) 
[n:127.0.0.1:35938_pm_%2Fn c:control_collection   x:collection1] 
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple 
copyFields (3)
   [junit4]   2> 924566 INFO  
(coreLoadExecutor-3058-thread-1-processing-n:127.0.0.1:35938_pm_%2Fn) 
[n:127.0.0.1:35938_pm_%2Fn c:control_collection   x:collection1] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 924568 INFO  
(coreLoadExecutor-3058-thread-1-processing-n:127.0.0.1:35938_pm_%2Fn) 
[n:127.0.0.1:35938_pm_%2Fn c:control_collection   x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection control_collection
   [junit4]   2> 924569 INFO  
(coreLoadExecutor-3058-thread-1-processing-n:127.0.0.1:35938_pm_%2Fn) 
[n:127.0.0.1:35938_pm_%2Fn c:control_collection   x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_C1168D0ED56D1C65-001/control-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_C1168D0ED56D1C65-001/control-001/cores/collection1/data/]
   [junit4]   2> 924636 INFO  
(coreLoadExecutor-3058-thread-1-processing-n:127.0.0.1:35938_pm_%2Fn) 
[n:127.0.0.1:35938_pm_%2Fn c:control_collection   x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 924636 INFO  
(coreLoadExecutor-3058-thread-1-processing-n:127.0.0.1:35938_pm_%2Fn) 
[n:127.0.0.1:35938_pm_%2Fn c:control_collection   x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 924637 INFO  
(coreLoadExecutor-3058-thread-1-processing-n:127.0.0.1:35938_pm_%2Fn) 
[n:127.0.0.1:35938_pm_%2Fn c:control_collection   x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 924637 INFO  
(coreLoadExecutor-3058-thread-1-processing-n:127.0.0.1:35938_pm_%2Fn) 
[n:127.0.0.1:35938_pm_%2Fn c:control_collection   x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 924638 INFO  
(coreLoadExecutor-3058-thread-1-processing-n:127.0.0.1:35938_pm_%2Fn) 
[n:127.0.0.1:35938_pm_%2Fn c:control_collection   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@71701f[collection1] main]
   [junit4]   2> 924639 INFO  
(coreLoadExecutor-3058-thread-1-processing-n:127.0.0.1:35938_pm_%2Fn) 
[n:127.0.0.1:35938_pm_%2Fn c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 924640 INFO  
(coreLoadExecutor-3058-thread-1-processing-n:127.0.0.1:35938_pm_%2Fn) 
[n:127.0.0.1:35938_pm_%2Fn c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 924640 INFO  
(searcherExecutor-3059-thread-1-processing-n:127.0.0.1:35938_pm_%2Fn 
x:collection1 c:control_collection) [n:127.0.0.1:35938_pm_%2Fn 
c:control_collection   x:collection1] o.a.s.c.SolrCore [collection1] Registered 
new searcher Searcher@71701f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 924640 INFO  
(coreLoadExecutor-3058-thread-1-processing-n:127.0.0.1:35938_pm_%2Fn) 
[n:127.0.0.1:35938_pm_%2Fn c:control_collection   x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1560809410507309056
   [junit4]   2> 924646 INFO  
(coreZkRegister-3051-thread-1-processing-n:127.0.0.1:35938_pm_%2Fn 
x:collection1 c:control_collection) [n:127.0.0.1:35938_pm_%2Fn 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 924647 INFO  
(coreZkRegister-3051-thread-1-processing-n:127.0.0.1:35938_pm_%2Fn 
x:collection1 c:control_collection) [n:127.0.0.1:35938_pm_%2Fn 
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> 924647 INFO  
(coreZkRegister-3051-thread-1-processing-n:127.0.0.1:35938_pm_%2Fn 
x:collection1 c:control_collection) [n:127.0.0.1:35938_pm_%2Fn 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync replicas to https://127.0.0.1:35938/pm_/n/collection1/
   [junit4]   2> 924647 INFO  
(coreZkRegister-3051-thread-1-processing-n:127.0.0.1:35938_pm_%2Fn 
x:collection1 c:control_collection) [n:127.0.0.1:35938_pm_%2Fn 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 924647 INFO  
(coreZkRegister-3051-thread-1-processing-n:127.0.0.1:35938_pm_%2Fn 
x:collection1 c:control_collection) [n:127.0.0.1:35938_pm_%2Fn 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
https://127.0.0.1:35938/pm_/n/collection1/ has no replicas
   [junit4]   2> 924647 INFO  
(coreZkRegister-3051-thread-1-processing-n:127.0.0.1:35938_pm_%2Fn 
x:collection1 c:control_collection) [n:127.0.0.1:35938_pm_%2Fn 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 924651 INFO  
(coreZkRegister-3051-thread-1-processing-n:127.0.0.1:35938_pm_%2Fn 
x:collection1 c:control_collection) [n:127.0.0.1:35938_pm_%2Fn 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:35938/pm_/n/collection1/ shard1
   [junit4]   2> 924802 INFO  
(coreZkRegister-3051-thread-1-processing-n:127.0.0.1:35938_pm_%2Fn 
x:collection1 c:control_collection) [n:127.0.0.1:35938_pm_%2Fn 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 924834 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 924835 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36067/solr ready
   [junit4]   2> 924835 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] o.a.s.c.ChaosMonkey 
monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 924835 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 924934 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_C1168D0ED56D1C65-001/shard-1-001/cores/collection1
   [junit4]   2> 924934 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_C1168D0ED56D1C65-001/shard-1-001
   [junit4]   2> 924936 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 924937 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@8cfd34{/pm_/n,null,AVAILABLE}
   [junit4]   2> 924939 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@108278a{SSL,[ssl, 
http/1.1]}{127.0.0.1:39592}
   [junit4]   2> 924939 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] o.e.j.s.Server 
Started @926290ms
   [junit4]   2> 924939 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_C1168D0ED56D1C65-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/pm_/n, hostPort=39592, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_C1168D0ED56D1C65-001/shard-1-001/cores}
   [junit4]   2> 924940 ERROR 
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 924940 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 924940 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 924940 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 924940 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-03T01:17:27.906Z
   [junit4]   2> 924949 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 924949 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_C1168D0ED56D1C65-001/shard-1-001/solr.xml
   [junit4]   2> 924958 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:36067/solr
   [junit4]   2> 924965 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [n:127.0.0.1:39592_pm_%2Fn 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 924966 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [n:127.0.0.1:39592_pm_%2Fn 
   ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 924968 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [n:127.0.0.1:39592_pm_%2Fn 
   ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39592_pm_%2Fn
   [junit4]   2> 924970 INFO  (zkCallback-1126-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 924971 INFO  
(zkCallback-1132-thread-1-processing-n:127.0.0.1:39592_pm_%2Fn) 
[n:127.0.0.1:39592_pm_%2Fn    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 924972 INFO  
(zkCallback-1122-thread-2-processing-n:127.0.0.1:35938_pm_%2Fn) 
[n:127.0.0.1:35938_pm_%2Fn    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 925167 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [n:127.0.0.1:39592_pm_%2Fn 
   ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_C1168D0ED56D1C65-001/shard-1-001/cores
   [junit4]   2> 925167 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [n:127.0.0.1:39592_pm_%2Fn 
   ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 925169 INFO  
(OverseerStateUpdate-97550588088156165-127.0.0.1:35938_pm_%2Fn-n_0000000000) 
[n:127.0.0.1:35938_pm_%2Fn    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard2
   [junit4]   2> 925271 INFO  
(zkCallback-1132-thread-2-processing-n:127.0.0.1:39592_pm_%2Fn) 
[n:127.0.0.1:39592_pm_%2Fn    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 926181 INFO  
(coreLoadExecutor-3068-thread-1-processing-n:127.0.0.1:39592_pm_%2Fn) 
[n:127.0.0.1:39592_pm_%2Fn c:collection1   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 926230 INFO  
(coreLoadExecutor-3068-thread-1-processing-n:127.0.0.1:39592_pm_%2Fn) 
[n:127.0.0.1:39592_pm_%2Fn c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 926302 WARN  
(coreLoadExecutor-3068-thread-1-processing-n:127.0.0.1:39592_pm_%2Fn) 
[n:127.0.0.1:39592_pm_%2Fn c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 926304 WARN  
(coreLoadExecutor-3068-thread-1-processing-n:127.0.0.1:39592_pm_%2Fn) 
[n:127.0.0.1:39592_pm_%2Fn c:collection1   x:collection1] o.a.s.s.IndexSchema 
Field lowerfilt1and2 is not multivalued and destination for multiple copyFields 
(2)
   [junit4]   2> 926304 WARN  
(coreLoadExecutor-3068-thread-1-processing-n:127.0.0.1:39592_pm_%2Fn) 
[n:127.0.0.1:39592_pm_%2Fn c:collection1   x:collection1] o.a.s.s.IndexSchema 
Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 926304 INFO  
(coreLoadExecutor-3068-thread-1-processing-n:127.0.0.1:39592_pm_%2Fn) 
[n:127.0.0.1:39592_pm_%2Fn c:collection1   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 926306 INFO  
(coreLoadExecutor-3068-thread-1-processing-n:127.0.0.1:39592_pm_%2Fn) 
[n:127.0.0.1:39592_pm_%2Fn c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 926306 INFO  
(coreLoadExecutor-3068-thread-1-processing-n:127.0.0.1:39592_pm_%2Fn) 
[n:127.0.0.1:39592_pm_%2Fn c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_C1168D0ED56D1C65-001/shard-1-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_C1168D0ED56D1C65-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 926375 INFO  
(coreLoadExecutor-3068-thread-1-processing-n:127.0.0.1:39592_pm_%2Fn) 
[n:127.0.0.1:39592_pm_%2Fn c:collection1   x:collection1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 926375 INFO  
(coreLoadExecutor-3068-thread-1-processing-n:127.0.0.1:39592_pm_%2Fn) 
[n:127.0.0.1:39592_pm_%2Fn c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 926377 INFO  
(coreLoadExecutor-3068-thread-1-processing-n:127.0.0.1:39592_pm_%2Fn) 
[n:127.0.0.1:39592_pm_%2Fn c:collection1   x:collection1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 926377 INFO  
(coreLoadExecutor-3068-thread-1-processing-n:127.0.0.1:39592_pm_%2Fn) 
[n:127.0.0.1:39592_pm_%2Fn c:collection1   x:collection1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 926380 INFO  
(coreLoadExecutor-3068-thread-1-processing-n:127.0.0.1:39592_pm_%2Fn) 
[n:127.0.0.1:39592_pm_%2Fn c:collection1   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@ddd3b3[collection1] main]
   [junit4]   2> 926389 INFO  
(coreLoadExecutor-3068-thread-1-processing-n:127.0.0.1:39592_pm_%2Fn) 
[n:127.0.0.1:39592_pm_%2Fn c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 926391 INFO  
(coreLoadExecutor-3068-thread-1-processing-n:127.0.0.1:39592_pm_%2Fn) 
[n:127.0.0.1:39592_pm_%2Fn c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 926391 INFO  
(coreLoadExecutor-3068-thread-1-processing-n:127.0.0.1:39592_pm_%2Fn) 
[n:127.0.0.1:39592_pm_%2Fn c:collection1   x:collection1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1560809412343365632
   [junit4]   2> 926393 INFO  
(searcherExecutor-3069-thread-1-processing-n:127.0.0.1:39592_pm_%2Fn 
x:collection1 c:collection1) [n:127.0.0.1:39592_pm_%2Fn c:collection1   
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@ddd3b3[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 926420 INFO  
(coreZkRegister-3063-thread-1-processing-n:127.0.0.1:39592_pm_%2Fn 
x:collection1 c:collection1) [n:127.0.0.1:39592_pm_%2Fn c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas 
found to continue.
   [junit4]   2> 926421 INFO  
(coreZkRegister-3063-thread-1-processing-n:127.0.0.1:39592_pm_%2Fn 
x:collection1 c:collection1) [n:127.0.0.1:39592_pm_%2Fn c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new 
leader - try and sync
   [junit4]   2> 926421 INFO  
(coreZkRegister-3063-thread-1-processing-n:127.0.0.1:39592_pm_%2Fn 
x:collection1 c:collection1) [n:127.0.0.1:39592_pm_%2Fn c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:39592/pm_/n/collection1/
   [junit4]   2> 926421 INFO  
(coreZkRegister-3063-thread-1-processing-n:127.0.0.1:39592_pm_%2Fn 
x:collection1 c:collection1) [n:127.0.0.1:39592_pm_%2Fn c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 926421 INFO  
(coreZkRegister-3063-thread-1-processing-n:127.0.0.1:39592_pm_%2Fn 
x:collection1 c:collection1) [n:127.0.0.1:39592_pm_%2Fn c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
https://127.0.0.1:39592/pm_/n/collection1/ has no replicas
   [junit4]   2> 926423 INFO  
(coreZkRegister-3063-thread-1-processing-n:127.0.0.1:39592_pm_%2Fn 
x:collection1 c:collection1) [n:127.0.0.1:39592_pm_%2Fn c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all 
replicas participating in election, clear LIR
   [junit4]   2> 926433 INFO  
(coreZkRegister-3063-thread-1-processing-n:127.0.0.1:39592_pm_%2Fn 
x:collection1 c:collection1) [n:127.0.0.1:39592_pm_%2Fn c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new 
leader: https://127.0.0.1:39592/pm_/n/collection1/ shard2
   [junit4]   2> 926537 INFO  
(zkCallback-1132-thread-2-processing-n:127.0.0.1:39592_pm_%2Fn) 
[n:127.0.0.1:39592_pm_%2Fn    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 926585 INFO  
(coreZkRegister-3063-thread-1-processing-n:127.0.0.1:39592_pm_%2Fn 
x:collection1 c:collection1) [n:127.0.0.1:39592_pm_%2Fn c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery 
necessary
   [junit4]   2> 926649 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_C1168D0ED56D1C65-001/shard-2-001/cores/collection1
   [junit4]   2> 926649 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_C1168D0ED56D1C65-001/shard-2-001
   [junit4]   2> 926651 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 926655 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@9db96c{/pm_/n,null,AVAILABLE}
   [junit4]   2> 926667 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@19772f5{SSL,[ssl, 
http/1.1]}{127.0.0.1:46180}
   [junit4]   2> 926667 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] o.e.j.s.Server 
Started @928018ms
   [junit4]   2> 926668 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_C1168D0ED56D1C65-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/pm_/n, hostPort=46180, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_C1168D0ED56D1C65-001/shard-2-001/cores}
   [junit4]   2> 926668 ERROR 
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 926670 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 926670 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 926670 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 926670 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-03T01:17:29.636Z
   [junit4]   2> 926674 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 926674 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_C1168D0ED56D1C65-001/shard-2-001/solr.xml
   [junit4]   2> 926691 INFO  
(zkCallback-1132-thread-2-processing-n:127.0.0.1:39592_pm_%2Fn) 
[n:127.0.0.1:39592_pm_%2Fn    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 926693 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:36067/solr
   [junit4]   2> 926700 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [n:127.0.0.1:46180_pm_%2Fn 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 926703 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [n:127.0.0.1:46180_pm_%2Fn 
   ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 926706 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [n:127.0.0.1:46180_pm_%2Fn 
   ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46180_pm_%2Fn
   [junit4]   2> 926707 INFO  
(zkCallback-1122-thread-2-processing-n:127.0.0.1:35938_pm_%2Fn) 
[n:127.0.0.1:35938_pm_%2Fn    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 926707 INFO  (zkCallback-1126-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 926707 INFO  
(zkCallback-1132-thread-2-processing-n:127.0.0.1:39592_pm_%2Fn) 
[n:127.0.0.1:39592_pm_%2Fn    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 926708 INFO  
(zkCallback-1138-thread-1-processing-n:127.0.0.1:46180_pm_%2Fn) 
[n:127.0.0.1:46180_pm_%2Fn    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 926812 INFO  
(zkCallback-1132-thread-1-processing-n:127.0.0.1:39592_pm_%2Fn) 
[n:127.0.0.1:39592_pm_%2Fn    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 927214 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [n:127.0.0.1:46180_pm_%2Fn 
   ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_C1168D0ED56D1C65-001/shard-2-001/cores
   [junit4]   2> 927214 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [n:127.0.0.1:46180_pm_%2Fn 
   ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 927216 INFO  
(OverseerStateUpdate-97550588088156165-127.0.0.1:35938_pm_%2Fn-n_0000000000) 
[n:127.0.0.1:35938_pm_%2Fn    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 927318 INFO  
(zkCallback-1132-thread-1-processing-n:127.0.0.1:39592_pm_%2Fn) 
[n:127.0.0.1:39592_pm_%2Fn    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 927318 INFO  
(zkCallback-1138-thread-2-processing-n:127.0.0.1:46180_pm_%2Fn) 
[n:127.0.0.1:46180_pm_%2Fn    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 928232 INFO  
(coreLoadExecutor-3078-thread-1-processing-n:127.0.0.1:46180_pm_%2Fn) 
[n:127.0.0.1:46180_pm_%2Fn c:collection1   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 928260 INFO  
(coreLoadExecutor-3078-thread-1-processing-n:127.0.0.1:46180_pm_%2Fn) 
[n:127.0.0.1:46180_pm_%2Fn c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 928397 WARN  
(coreLoadExecutor-3078-thread-1-processing-n:127.0.0.1:46180_pm_%2Fn) 
[n:127.0.0.1:46180_pm_%2Fn c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 928400 WARN  
(coreLoadExecutor-3078-thread-1-processing-n:127.0.0.1:46180_pm_%2Fn) 
[n:127.0.0.1:46180_pm_%2Fn c:collection1   x:collection1] o.a.s.s.IndexSchema 
Field lowerfilt1and2 is not multivalued and destination for multiple copyFields 
(2)
   [junit4]   2> 928400 WARN  
(coreLoadExecutor-3078-thread-1-processing-n:127.0.0.1:46180_pm_%2Fn) 
[n:127.0.0.1:46180_pm_%2Fn c:collection1   x:collection1] o.a.s.s.IndexSchema 
Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 928401 INFO  
(coreLoadExecutor-3078-thread-1-processing-n:127.0.0.1:46180_pm_%2Fn) 
[n:127.0.0.1:46180_pm_%2Fn c:collection1   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 928402 INFO  
(coreLoadExecutor-3078-thread-1-processing-n:127.0.0.1:46180_pm_%2Fn) 
[n:127.0.0.1:46180_pm_%2Fn c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 928403 INFO  
(coreLoadExecutor-3078-thread-1-processing-n:127.0.0.1:46180_pm_%2Fn) 
[n:127.0.0.1:46180_pm_%2Fn c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_C1168D0ED56D1C65-001/shard-2-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_C1168D0ED56D1C65-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 928484 INFO  
(coreLoadExecutor-3078-thread-1-processing-n:127.0.0.1:46180_pm_%2Fn) 
[n:127.0.0.1:46180_pm_%2Fn c:collection1   x:collection1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 928484 INFO  
(coreLoadExecutor-3078-thread-1-processing-n:127.0.0.1:46180_pm_%2Fn) 
[n:127.0.0.1:46180_pm_%2Fn c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 928485 INFO  
(coreLoadExecutor-3078-thread-1-processing-n:127.0.0.1:46180_pm_%2Fn) 
[n:127.0.0.1:46180_pm_%2Fn c:collection1   x:collection1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 928485 INFO  
(coreLoadExecutor-3078-thread-1-processing-n:127.0.0.1:46180_pm_%2Fn) 
[n:127.0.0.1:46180_pm_%2Fn c:collection1   x:collection1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 928485 INFO  
(coreLoadExecutor-3078-thread-1-processing-n:127.0.0.1:46180_pm_%2Fn) 
[n:127.0.0.1:46180_pm_%2Fn c:collection1   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@8585fa[collection1] main]
   [junit4]   2> 928489 INFO  
(coreLoadExecutor-3078-thread-1-processing-n:127.0.0.1:46180_pm_%2Fn) 
[n:127.0.0.1:46180_pm_%2Fn c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 928490 INFO  
(coreLoadExecutor-3078-thread-1-processing-n:127.0.0.1:46180_pm_%2Fn) 
[n:127.0.0.1:46180_pm_%2Fn c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 928490 INFO  
(searcherExecutor-3079-thread-1-processing-n:127.0.0.1:46180_pm_%2Fn 
x:collection1 c:collection1) [n:127.0.0.1:46180_pm_%2Fn c:collection1   
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@8585fa[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 928491 INFO  
(coreLoadExecutor-3078-thread-1-processing-n:127.0.0.1:46180_pm_%2Fn) 
[n:127.0.0.1:46180_pm_%2Fn c:collection1   x:collection1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1560809414545375232
   [junit4]   2> 928496 INFO  
(coreZkRegister-3073-thread-1-processing-n:127.0.0.1:46180_pm_%2Fn 
x:collection1 c:collection1) [n:127.0.0.1:46180_pm_%2Fn c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas 
found to continue.
   [junit4]   2> 928496 INFO  
(coreZkRegister-3073-thread-1-processing-n:127.0.0.1:46180_pm_%2Fn 
x:collection1 c:collection1) [n:127.0.0.1:46180_pm_%2Fn c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new 
leader - try and sync
   [junit4]   2> 928497 INFO  
(coreZkRegister-3073-thread-1-processing-n:127.0.0.1:46180_pm_%2Fn 
x:collection1 c:collection1) [n:127.0.0.1:46180_pm_%2Fn c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:46180/pm_/n/collection1/
   [junit4]   2> 928497 INFO  
(coreZkRegister-3073-thread-1-processing-n:127.0.0.1:46180_pm_%2Fn 
x:collection1 c:collection1) [n:127.0.0.1:46180_pm_%2Fn c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 928497 INFO  
(coreZkRegister-3073-thread-1-processing-n:127.0.0.1:46180_pm_%2Fn 
x:collection1 c:collection1) [n:127.0.0.1:46180_pm_%2Fn c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.SyncStrategy 
https://127.0.0.1:46180/pm_/n/collection1/ has no replicas
   [junit4]   2> 928497 INFO  
(coreZkRegister-3073-thread-1-processing-n:127.0.0.1:46180_pm_%2Fn 
x:collection1 c:collection1) [n:127.0.0.1:46180_pm_%2Fn c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all 
replicas participating in election, clear LIR
   [junit4]   2> 928500 INFO  
(coreZkRegister-3073-thread-1-processing-n:127.0.0.1:46180_pm_%2Fn 
x:collection1 c:collection1) [n:127.0.0.1:46180_pm_%2Fn c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new 
leader: https://127.0.0.1:46180/pm_/n/collection1/ shard1
   [junit4]   2> 928603 INFO  
(zkCallback-1138-thread-2-processing-n:127.0.0.1:46180_pm_%2Fn) 
[n:127.0.0.1:46180_pm_%2Fn    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 928603 INFO  
(zkCallback-1132-thread-1-processing-n:127.0.0.1:39592_pm_%2Fn) 
[n:127.0.0.1:39592_pm_%2Fn    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 928611 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_C1168D0ED56D1C65-001/shard-3-001/cores/collection1
   [junit4]   2> 928611 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_C1168D0ED56D1C65-001/shard-3-001
   [junit4]   2> 928613 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 928614 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1d238d3{/pm_/n,null,AVAILABLE}
   [junit4]   2> 928615 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@1c0e9f9{SSL,[ssl, 
http/1.1]}{127.0.0.1:44710}
   [junit4]   2> 928615 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] o.e.j.s.Server 
Started @929966ms
   [junit4]   2> 928615 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_C1168D0ED56D1C65-001/tempDir-001/jetty3,
 solrconfig=solrconfig.xml, hostContext=/pm_/n, hostPort=44710, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_C1168D0ED56D1C65-001/shard-3-001/cores}
   [junit4]   2> 928616 ERROR 
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 928616 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 928616 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 928616 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 928616 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-03T01:17:31.582Z
   [junit4]   2> 928620 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 928620 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_C1168D0ED56D1C65-001/shard-3-001/solr.xml
   [junit4]   2> 928630 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:36067/solr
   [junit4]   2> 928639 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [n:127.0.0.1:44710_pm_%2Fn 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 928641 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [n:127.0.0.1:44710_pm_%2Fn 
   ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 928643 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [n:127.0.0.1:44710_pm_%2Fn 
   ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44710_pm_%2Fn
   [junit4]   2> 928644 INFO  (zkCallback-1126-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 928644 INFO  
(zkCallback-1122-thread-3-processing-n:127.0.0.1:35938_pm_%2Fn) 
[n:127.0.0.1:35938_pm_%2Fn    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 928644 INFO  
(zkCallback-1138-thread-2-processing-n:127.0.0.1:46180_pm_%2Fn) 
[n:127.0.0.1:46180_pm_%2Fn    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 928646 INFO  
(zkCallback-1132-thread-1-processing-n:127.0.0.1:39592_pm_%2Fn) 
[n:127.0.0.1:39592_pm_%2Fn    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 928647 INFO  
(zkCallback-1144-thread-1-processing-n:127.0.0.1:44710_pm_%2Fn) 
[n:127.0.0.1:44710_pm_%2Fn    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 928651 INFO  
(coreZkRegister-3073-thread-1-processing-n:127.0.0.1:46180_pm_%2Fn 
x:collection1 c:collection1) [n:127.0.0.1:46180_pm_%2Fn c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.ZkController I am the leader, no recovery 
necessary
   [junit4]   2> 928756 INFO  
(zkCallback-1132-thread-1-processing-n:127.0.0.1:39592_pm_%2Fn) 
[n:127.0.0.1:39592_pm_%2Fn    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 928756 INFO  
(zkCallback-1138-thread-2-processing-n:127.0.0.1:46180_pm_%2Fn) 
[n:127.0.0.1:46180_pm_%2Fn    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 928855 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [n:127.0.0.1:44710_pm_%2Fn 
   ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_C1168D0ED56D1C65-001/shard-3-001/cores
   [junit4]   2> 928855 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [n:127.0.0.1:44710_pm_%2Fn 
   ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 928858 INFO  
(OverseerStateUpdate-97550588088156165-127.0.0.1:35938_pm_%2Fn-n_0000000000) 
[n:127.0.0.1:35938_pm_%2Fn    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard2
   [junit4]   2> 928960 INFO  
(zkCallback-1132-thread-1-processing-n:127.0.0.1:39592_pm_%2Fn) 
[n:127.0.0.1:39592_pm_%2Fn    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 928960 INFO  
(zkCallback-1138-thread-2-processing-n:127.0.0.1:46180_pm_%2Fn) 
[n:127.0.0.1:46180_pm_%2Fn    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 928960 INFO  
(zkCallback-1144-thread-1-processing-n:127.0.0.1:44710_pm_%2Fn) 
[n:127.0.0.1:44710_pm_%2Fn    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 929868 INFO  
(coreLoadExecutor-3088-thread-1-processing-n:127.0.0.1:44710_pm_%2Fn) 
[n:127.0.0.1:44710_pm_%2Fn c:collection1   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 929919 INFO  
(coreLoadExecutor-3088-thread-1-processing-n:127.0.0.1:44710_pm_%2Fn) 
[n:127.0.0.1:44710_pm_%2Fn c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 930020 WARN  
(coreLoadExecutor-3088-thread-1-processing-n:127.0.0.1:44710_pm_%2Fn) 
[n:127.0.0.1:44710_pm_%2Fn c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 930022 WARN  
(coreLoadExecutor-3088-thread-1-processing-n:127.0.0.1:44710_pm_%2Fn) 
[n:127.0.0.1:44710_pm_%2Fn c:collection1   x:collection1] o.a.s.s.IndexSchema 
Field lowerfilt1and2 is not multivalued and destination for multiple copyFields 
(2)
   [junit4]   2> 930022 WARN  
(coreLoadExecutor-3088-thread-1-processing-n:127.0.0.1:44710_pm_%2Fn) 
[n:127.0.0.1:44710_pm_%2Fn c:collection1   x:collection1] o.a.s.s.IndexSchema 
Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 930022 INFO  
(coreLoadExecutor-3088-thread-1-processing-n:127.0.0.1:44710_pm_%2Fn) 
[n:127.0.0.1:44710_pm_%2Fn c:collection1   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 930023 INFO  
(coreLoadExecutor-3088-thread-1-processing-n:127.0.0.1:44710_pm_%2Fn) 
[n:127.0.0.1:44710_pm_%2Fn c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 930023 INFO  
(coreLoadExecutor-3088-thread-1-processing-n:127.0.0.1:44710_pm_%2Fn) 
[n:127.0.0.1:44710_pm_%2Fn c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_C1168D0ED56D1C65-001/shard-3-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_C1168D0ED56D1C65-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 930060 INFO  
(coreLoadExecutor-3088-thread-1-processing-n:127.0.0.1:44710_pm_%2Fn) 
[n:127.0.0.1:44710_pm_%2Fn c:collection1   x:collection1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 930060 INFO  
(coreLoadExecutor-3088-thread-1-processing-n:127.0.0.1:44710_pm_%2Fn) 
[n:127.0.0.1:44710_pm_%2Fn c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 930061 INFO  
(coreLoadExecutor-3088-thread-1-processing-n:127.0.0.1:44710_pm_%2Fn) 
[n:127.0.0.1:44710_pm_%2Fn c:collection1   x:collection1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 930062 INFO  
(coreLoadExecutor-3088-thread-1-processing-n:127.0.0.1:44710_pm_%2Fn) 
[n:127.0.0.1:44710_pm_%2Fn c:collection1   x:collection1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 930062 INFO  
(coreLoadExecutor-3088-thread-1-processing-n:127.0.0.1:44710_pm_%2Fn) 
[n:127.0.0.1:44710_pm_%2Fn c:collection1   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@7092e8[collection1] main]
   [junit4]   2> 930063 INFO  
(coreLoadExecutor-3088-thread-1-processing-n:127.0.0.1:44710_pm_%2Fn) 
[n:127.0.0.1:44710_pm_%2Fn c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 930063 INFO  
(coreLoadExecutor-3088-thread-1-processing-n:127.0.0.1:44710_pm_%2Fn) 
[n:127.0.0.1:44710_pm_%2Fn c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 930064 INFO  
(searcherExecutor-3089-thread-1-processing-n:127.0.0.1:44710_pm_%2Fn 
x:collection1 c:collection1) [n:127.0.0.1:44710_pm_%2Fn c:collection1   
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7092e8[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 930064 INFO  
(coreLoadExecutor-3088-thread-1-processing-n:127.0.0.1:44710_pm_%2Fn) 
[n:127.0.0.1:44710_pm_%2Fn c:collection1   x:collection1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1560809416194785280
   [junit4]   2> 930067 INFO  
(coreZkRegister-3083-thread-1-processing-n:127.0.0.1:44710_pm_%2Fn 
x:collection1 c:collection1) [n:127.0.0.1:44710_pm_%2Fn c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.ZkController Core needs to 
recover:collection1
   [junit4]   2> 930067 INFO  
(updateExecutor-1141-thread-1-processing-n:127.0.0.1:44710_pm_%2Fn 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:44710_pm_%2Fn 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState 
Running recovery
   [junit4]   2> 930067 INFO  
(recoveryExecutor-1142-thread-1-processing-n:127.0.0.1:44710_pm_%2Fn 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:44710_pm_%2Fn 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 930067 INFO  
(recoveryExecutor-1142-thread-1-processing-n:127.0.0.1:44710_pm_%2Fn 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:44710_pm_%2Fn 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
###### startupVersions=[[]]
   [junit4]   2> 930067 INFO  
(recoveryExecutor-1142-thread-1-processing-n:127.0.0.1:44710_pm_%2Fn 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:44710_pm_%2Fn 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
Begin buffering updates. core=[collection1]
   [junit4]   2> 930067 INFO  
(recoveryExecutor-1142-thread-1-processing-n:127.0.0.1:44710_pm_%2Fn 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:44710_pm_%2Fn 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.UpdateLog Starting 
to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 930068 INFO  
(recoveryExecutor-1142-thread-1-processing-n:127.0.0.1:44710_pm_%2Fn 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:44710_pm_%2Fn 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
Publishing state of core [collection1] as recovering, leader is 
[https://127.0.0.1:39592/pm_/n/collection1/] and I am 
[https://127.0.0.1:44710/pm_/n/collection1/]
   [junit4]   2> 930070 INFO  
(recoveryExecutor-1142-thread-1-processing-n:127.0.0.1:44710_pm_%2Fn 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:44710_pm_%2Fn 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
Sending prep recovery command to [https://127.0.0.1:39592/pm_/n]; 
[WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:44710_pm_%252Fn&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 930173 INFO  
(zkCallback-1138-thread-2-processing-n:127.0.0.1:46180_pm_%2Fn) 
[n:127.0.0.1:46180_pm_%2Fn    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 930174 INFO  
(zkCallback-1144-thread-1-processing-n:127.0.0.1:44710_pm_%2Fn) 
[n:127.0.0.1:44710_pm_%2Fn    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 930174 INFO  
(zkCallback-1132-thread-1-processing-n:127.0.0.1:39592_pm_%2Fn) 
[n:127.0.0.1:39592_pm_%2Fn    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 930215 INFO  (qtp33185330-6912) [n:127.0.0.1:39592_pm_%2Fn    
] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 930215 INFO  (qtp33185330-6912) [n:127.0.0.1:39592_pm_%2Fn    
] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 
(shard2 of collection1) have state: recovering
   [junit4]   2> 930215 INFO  (qtp33185330-6912) [n:127.0.0.1:39592_pm_%2Fn    
] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, 
shard=shard2, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? 
true, live=true, checkLive=true, currentState=recovering, localState=active, 
nodeName=127.0.0.1:44710_pm_%2Fn, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"https://127.0.0.1:44710/pm_/n","node_name":"127.0.0.1:44710_pm_%2Fn","state":"recovering"}
   [junit4]   2> 930215 INFO  (qtp33185330-6912) [n:127.0.0.1:39592_pm_%2Fn    
] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, 
checkLive: true, onlyIfLeader: true for: 0 seconds.
   [junit4]   2> 930215 INFO  (qtp33185330-6912) [n:127.0.0.1:39592_pm_%2Fn    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:44710_pm_%252Fn&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 930294 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_C1168D0ED56D1C65-001/shard-4-001/cores/collection1
   [junit4]   2> 930295 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_C1168D0ED56D1C65-001/shard-4-001
   [junit4]   2> 930297 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 930297 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1cc643c{/pm_/n,null,AVAILABLE}
   [junit4]   2> 930299 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@168dd12{SSL,[ssl, 
http/1.1]}{127.0.0.1:34144}
   [junit4]   2> 930299 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] o.e.j.s.Server 
Started @931649ms
   [junit4]   2> 930299 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_C1168D0ED56D1C65-001/tempDir-001/jetty4,
 solrconfig=solrconfig.xml, hostContext=/pm_/n, hostPort=34144, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_C1168D0ED56D1C65-001/shard-4-001/cores}
   [junit4]   2> 930299 ERROR 
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 930301 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 930301 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 930301 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 930301 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-03T01:17:33.267Z
   [junit4]   2> 930304 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 930304 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_C1168D0ED56D1C65-001/shard-4-001/solr.xml
   [junit4]   2> 930321 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:36067/solr
   [junit4]   2> 930336 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [n:127.0.0.1:34144_pm_%2Fn 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 930339 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [n:127.0.0.1:34144_pm_%2Fn 
   ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 930341 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [n:127.0.0.1:34144_pm_%2Fn 
   ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34144_pm_%2Fn
   [junit4]   2> 930343 INFO  (zkCallback-1126-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 930343 INFO  
(zkCallback-1138-thread-2-processing-n:127.0.0.1:46180_pm_%2Fn) 
[n:127.0.0.1:46180_pm_%2Fn    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 930344 INFO  
(zkCallback-1132-thread-1-processing-n:127.0.0.1:39592_pm_%2Fn) 
[n:127.0.0.1:39592_pm_%2Fn    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 930345 INFO  
(zkCallback-1151-thread-1-processing-n:127.0.0.1:34144_pm_%2Fn) 
[n:127.0.0.1:34144_pm_%2Fn    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 930345 INFO  
(zkCallback-1122-thread-2-processing-n:127.0.0.1:35938_pm_%2Fn) 
[n:127.0.0.1:35938_pm_%2Fn    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 930345 INFO  
(zkCallback-1144-thread-1-processing-n:127.0.0.1:44710_pm_%2Fn) 
[n:127.0.0.1:44710_pm_%2Fn    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 930460 INFO  
(zkCallback-1144-thread-1-processing-n:127.0.0.1:44710_pm_%2Fn) 
[n:127.0.0.1:44710_pm_%2Fn    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 930460 INFO  
(zkCallback-1132-thread-1-processing-n:127.0.0.1:39592_pm_%2Fn) 
[n:127.0.0.1:39592_pm_%2Fn    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 930460 INFO  
(zkCallback-1138-thread-2-processing-n:127.0.0.1:46180_pm_%2Fn) 
[n:127.0.0.1:46180_pm_%2Fn    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 930717 INFO  
(recoveryExecutor-1142-thread-1-processing-n:127.0.0.1:44710_pm_%2Fn 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:44710_pm_%2Fn 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
Attempting to PeerSync from [https://127.0.0.1:39592/pm_/n/collection1/] - 
recoveringAfterStartup=[true]
   [junit4]   2> 930717 INFO  
(recoveryExecutor-1142-thread-1-processing-n:127.0.0.1:44710_pm_%2Fn 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:44710_pm_%2Fn 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.PeerSync PeerSync: 
core=collection1 url=https://127.0.0.1:44710/pm_/n START 
replicas=[https://127.0.0.1:39592/pm_/n/collection1/] nUpdates=100
   [junit4]   2> 930768 INFO  (qtp33185330-6918) [n:127.0.0.1:39592_pm_%2Fn 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.IndexFingerprint 
IndexFingerprint millis:3.0 result:{maxVersionSpecified=9223372036854775807, 
maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, 
maxDoc=0}
   [junit4]   2> 930769 INFO  (qtp33185330-6918) [n:127.0.0.1:39592_pm_%2Fn 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.S.Request 
[collection1]  webapp=/pm_/n path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=4
   [junit4]   2> 930778 INFO  
(recoveryExecutor-1142-thread-1-processing-n:127.0.0.1:44710_pm_%2Fn 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:44710_pm_%2Fn 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.IndexFingerprint 
IndexFingerprint millis:7.0 result:{maxVersionSpecified=9223372036854775807, 
maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, 
maxDoc=0}
   [junit4]   2> 930778 INFO  
(recoveryExecutor-1142-thread-1-processing-n:127.0.0.1:44710_pm_%2Fn 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:44710_pm_%2Fn 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.PeerSync We are 
already in sync. No need to do a PeerSync 
   [junit4]   2> 930778 INFO  
(recoveryExecutor-1142-thread-1-processing-n:127.0.0.1:44710_pm_%2Fn 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:44710_pm_%2Fn 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 
start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 930778 INFO  
(recoveryExecutor-1142-thread-1-processing-n:127.0.0.1:44710_pm_%2Fn 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:44710_pm_%2Fn 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 
No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 930779 INFO  
(recoveryExecutor-1142-thread-1-processing-n:127.0.0.1:44710_pm_%2Fn 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:44710_pm_%2Fn 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 930779 INFO  
(recoveryExecutor-1142-thread-1-processing-n:127.0.0.1:44710_pm_%2Fn 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:44710_pm_%2Fn 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
PeerSync stage of recovery was successful.
   [junit4]   2> 930779 INFO  
(recoveryExecutor-1142-thread-1-processing-n:127.0.0.1:44710_pm_%2Fn 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:44710_pm_%2Fn 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
Replaying updates buffered during PeerSync.
   [junit4]   2> 930779 INFO  
(recoveryExecutor-1142-thread-1-processing-n:127.0.0.1:44710_pm_%2Fn 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:44710_pm_%2Fn 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy No 
replay needed.
   [junit4]   2> 930779 INFO  
(recoveryExecutor-1142-thread-1-processing-n:127.0.0.1:44710_pm_%2Fn 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:44710_pm_%2Fn 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
Registering as Active after recovery.
   [junit4]   2> 930884 INFO  
(zkCallback-1132-thread-1-processing-n:127.0.0.1:39592_pm_%2Fn) 
[n:127.0.0.1:39592_pm_%2Fn    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 930884 INFO  
(zkCallback-1144-thread-1-processing-n:127.0.0.1:44710_pm_%2Fn) 
[n:127.0.0.1:44710_pm_%2Fn    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 930884 INFO  
(zkCallback-1138-thread-2-processing-n:127.0.0.1:46180_pm_%2Fn) 
[n:127.0.0.1:46180_pm_%2Fn    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 931393 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [n:127.0.0.1:34144_pm_%2Fn 
   ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_C1168D0ED56D1C65-001/shard-4-001/cores
   [junit4]   2> 931393 INFO  
(TEST-TestSQLHandler.doTest-seed#[C1168D0ED56D1C65]) [n:127.0.0.1:34144_pm_%2Fn 
   ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 931395 INFO  
(OverseerStateUpdate-97550588088156165-127.0.0.1:35938_pm_%2Fn-n_0000000000) 
[n:127.0.0.1:35938_pm_%2Fn    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 931497 INFO  
(zkCallback-1144-thread-1-processing-n:127.0.0.1:44710_pm_%2Fn) 
[n:127.0.0.1:44710_pm_%2Fn    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 931498 INFO  
(zkCallback-1138-thread-2-processing-n:127.0.0.1:46180_pm_%2Fn) 
[n:127.0.0.1:46180_pm_%2Fn    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 931498 INFO  
(zkCallback-1151-thread-1-processing-n:127.0.0.1:34144_pm_%2Fn) 
[n:127.0.0.1:34144_pm_%2Fn    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 931498 INFO  
(zkCallback-1132-thread-1-processing-n:127.0.0.1:39592_pm_%2Fn) 
[n:127.0.0.1:39592_pm_%2Fn    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 932411 INFO  
(coreLoadExecutor-3098-thread-1-processing-n:127.0.0.1:34144_pm_%2Fn) 
[n:127.0.0.1:34144_pm_%2Fn c:collection1   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 932440 INFO  
(coreLoadExecutor-3098-thread-1-processing-n:127.0.0.1:34144_pm_%2Fn) 
[n:127.0.0.1:34144_pm_%2Fn c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 932564 WARN  
(coreLoadExecutor-3098-thread-1-processing-n:127.0.0.1:34144_pm_%2Fn) 
[n:127.0.0.1:34144_pm_%2Fn c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search 

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

lCheckerTest, TestInPlaceUpdatesDistrib, TestLockTree, TestScoreJoinQPScore, 
TestSegmentSorting, SOLR749Test, ParsingFieldUpdateProcessorsTest, 
TestQueryTypes, TestSQLHandler]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSQLHandler 
-Dtests.seed=C1168D0ED56D1C65 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=tr-TR -Dtests.timezone=Europe/Vaduz -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J1 | TestSQLHandler (suite) <<<
   [junit4]    > Throwable #1: 
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.handler.TestSQLHandler: 
   [junit4]    >    1) Thread[id=7410, name=Connection evictor, 
state=TIMED_WAITING, group=TGRP-TestSQLHandler]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([C1168D0ED56D1C65]:0)
   [junit4] Completed [306/693 (1!)] on J1 in 42.48s, 1 test, 2 errors <<< 
FAILURES!

[...truncated 6500 lines...]
   [junit4] Suite: 
org.apache.solr.handler.extraction.ExtractingRequestHandlerTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-cell/test/J1/temp/solr.handler.extraction.ExtractingRequestHandlerTest_5F8832CD8B94CFF2-001/init-core-data-001
   [junit4]   2> log4j:WARN No appenders could be found for logger 
(org.apache.solr.SolrTestCaseJ4).
   [junit4]   2> log4j:WARN Please initialize the log4j system properly.
   [junit4]   2> log4j:WARN See 
http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=ExtractingRequestHandlerTest -Dtests.method=testExtraction 
-Dtests.seed=5F8832CD8B94CFF2 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=mk -Dtests.timezone=America/Indiana/Tell_City 
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.37s J1 | ExtractingRequestHandlerTest.testExtraction <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during 
query
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([5F8832CD8B94CFF2:E6FB46B3F7BC1F07]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:919)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:886)
   [junit4]    >        at 
org.apache.solr.handler.extraction.ExtractingRequestHandlerTest.testExtraction(ExtractingRequestHandlerTest.java:128)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//doc[1]/str[.='simple3']
   [junit4]    >        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]    > <response>
   [junit4]    > <lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="2" 
start="0"><doc><arr 
name="t_meta"><str>stream_size</str><str>365</str><str>X-Parsed-By</str><str>org.apache.tika.parser.DefaultParser</str><str>X-Parsed-By</str><str>org.apache.tika.parser.html.HtmlParser</str><str>stream_content_type</str><str>application/xml</str><str>stream_name</str><str>simple.html</str><str>stream_source_info</str><str>file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/contrib/extraction/src/test-files/extraction/simple.html</str><str>dc:title</str><str>Welcome
 to 
Solr</str><str>Content-Encoding</str><str>ISO-8859-1</str><str>Content-Type</str><str>text/html;
 charset=ISO-8859-1</str></arr><arr 
name="t_href"><str>rect</str><str>http://www.apache.org</str></arr><str 
name="id">simple2</str><arr name="stream_size"><str>365</str></arr><arr 
name="t_x_parsed_by"><str>org.apache.tika.parser.DefaultParser</str><str>org.apache.tika.parser.html.HtmlParser</str></arr><arr
 name="stream_content_type"><str>application/xml</str></arr><arr 
name="stream_name"><str>simple.html</str></arr><arr 
name="stream_source_info"><str>file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/contrib/extraction/src/test-files/extraction/simple.html</str></arr><arr
 name="t_dc_title"><str>Welcome to Solr</str></arr><arr 
name="t_content_encoding"><str>ISO-8859-1</str></arr><arr 
name="title"><str>Welcome to Solr</str></arr><arr 
name="t_abcxyz"><str>text/html; charset=ISO-8859-1</str></arr><arr 
name="t_content"><str> 
   [junit4]    >  
   [junit4]    >   
   [junit4]    >   
   [junit4]    >   
   [junit4]    >   
   [junit4]    >   
   [junit4]    >   
   [junit4]    >   
   [junit4]    >   
   [junit4]    >   
   [junit4]    >  Welcome to Solr 
   [junit4]    >  
   [junit4]    >  
   [junit4]    >  
   [junit4]    >   Here is some text
   [junit4]    >  
   [junit4]    >  distinct
   [junit4]    > words 
   [junit4]    >  Here is some text in a div 
   [junit4]    >  This has a  link . 
   [junit4]    >   </str></arr><arr 
name="multiDefault"><str>muLti-Default</str></arr><int 
name="intDefault">42</int><date 
name="timestamp">2017-03-03T01:43:12.498Z</date></doc><doc><arr 
name="t_meta"><str>stream_size</str><str>365</str><str>X-Parsed-By</str><str>org.apache.tika.parser.DefaultParser</str><str>X-Parsed-By</str><str>org.apache.tika.parser.html.HtmlParser</str><str>stream_content_type</str><str>application/xml</str><str>stream_name</str><str>simple.html</str><str>stream_source_info</str><str>file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/contrib/extraction/src/test-files/extraction/simple.html</str><str>dc:title</str><str>Welcome
 to 
Solr</str><str>Content-Encoding</str><str>ISO-8859-1</str><str>Content-Type</str><str>text/html;
 charset=ISO-8859-1</str></arr><arr 
name="t_href"><str>rect</str><str>http://www.apache.org</str></arr><str 
name="id">simple3</str><arr name="stream_size"><str>365</str></arr><arr 
name="t_x_parsed_by"><str>org.apache.tika.parser.DefaultParser</str><str>org.apache.tika.parser.html.HtmlParser</str></arr><arr
 name="stream_content_type"><str>application/xml</str></arr><arr 
name="stream_name"><str>simple.html</str></arr><arr 
name="stream_source_info"><str>file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/contrib/extraction/src/test-files/extraction/simple.html</str></arr><arr
 name="t_dc_title"><str>Welcome to Solr</str></arr><arr 
name="t_content_encoding"><str>ISO-8859-1</str></arr><arr 
name="title"><str>Welcome to Solr</str></arr><arr 
name="t_content_type"><str>text/html; charset=ISO-8859-1</str></arr><arr 
name="t_content"><str> 
   [junit4]    >  
   [junit4]    >   
   [junit4]    >   
   [junit4]    >   
   [junit4]    >   
   [junit4]    >   
   [junit4]    >   
   [junit4]    >   
   [junit4]    >   
   [junit4]    >   
   [junit4]    >  Welcome to Solr 
   [junit4]    >  
   [junit4]    >  
   [junit4]    >  
   [junit4]    >   Here is some text
   [junit4]    >  
   [junit4]    >  distinct
   [junit4]    > words 
   [junit4]    >  Here is some text in a div 
   [junit4]    >  This has a  link . 
   [junit4]    >   </str></arr><arr 
name="multiDefault"><str>muLti-Default</str></arr><int 
name="intDefault">42</int><date 
name="timestamp">2017-03-03T01:43:12.573Z</date></doc></result>
   [junit4]    > </response>
   [junit4]    >        request 
was:q=t_href:http&qt=standard&start=0&rows=20&version=2.2
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:912)
   [junit4]    >        ... 41 more
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-cell/test/J1/temp/solr.handler.extraction.ExtractingRequestHandlerTest_5F8832CD8B94CFF2-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{extractionLiteralMV=FSTOrd50, stream_content_type=Lucene50(blocksize=128), 
multiDefault=PostingsFormat(name=LuceneFixedGap), 
subject=PostingsFormat(name=LuceneFixedGap), 
intDefault=PostingsFormat(name=Asserting), 
t_href=PostingsFormat(name=Asserting), title=PostingsFormat(name=Asserting), 
extractedContent=FSTOrd50, stream_name=PostingsFormat(name=LuceneFixedGap), 
t_X-Parsed-By=Lucene50(blocksize=128), bar_s=Lucene50(blocksize=128), 
Content-Encoding=Lucene50(blocksize=128), t_dc_title=Lucene50(blocksize=128), 
t_content_type=Lucene50(blocksize=128), id=Lucene50(blocksize=128), 
extractedProducer=PostingsFormat(name=Asserting), text=FSTOrd50, 
Content-Type=PostingsFormat(name=LuceneFixedGap), 
timestamp=PostingsFormat(name=LuceneFixedGap), 
stream_size=PostingsFormat(name=Asserting), 
extractedAuthor=Lucene50(blocksize=128), 
extractedKeywords=PostingsFormat(name=LuceneFixedGap), 
t_content_encoding=PostingsFormat(name=Asserting), 
stream_source_info=Lucene50(blocksize=128), 
t_content=PostingsFormat(name=Asserting), resourceName=FSTOrd50, 
foo_t=Lucene50(blocksize=128), foo_s=PostingsFormat(name=LuceneFixedGap), 
title_lettertok=Lucene50(blocksize=128), 
extractedCreator=PostingsFormat(name=LuceneFixedGap), 
t_meta=PostingsFormat(name=LuceneFixedGap), 
t_abcxyz=PostingsFormat(name=LuceneFixedGap), 
t_dc:title=PostingsFormat(name=Asserting), wdf_nocase=Lucene50(blocksize=128), 
extractedDate=PostingsFormat(name=Asserting), 
div_t=PostingsFormat(name=LuceneFixedGap), 
title_stemmed=PostingsFormat(name=Asserting), 
anchor_t=PostingsFormat(name=Asserting), t_x_parsed_by=Lucene50(blocksize=128), 
zot_s=Lucene50(blocksize=128), 
extractionLiteral=PostingsFormat(name=Asserting), 
defaultExtr=PostingsFormat(name=Asserting)}, docValues:{}, 
maxPointsInLeafNode=1219, maxMBSortInHeap=6.7453947276637845, 
sim=RandomSimilarity(queryNorm=false): {}, locale=mk, 
timezone=America/Indiana/Tell_City
   [junit4]   2> NOTE: Linux 4.4.0-53-generic i386/Oracle Corporation 1.8.0_121 
(32-bit)/cpus=12,threads=1,free=36375152,total=108003328
   [junit4]   2> NOTE: All tests run in this JVM: [TestExtractionDateUtil, 
ExtractingRequestHandlerTest]
   [junit4] Completed [4/4 (1!)] on J1 in 8.17s, 16 tests, 1 error <<< FAILURES!

[...truncated 49592 lines...]

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

Reply via email to