Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/19059/
Java: 32bit/jdk1.8.0_121 -server -XX:+UseSerialGC

2 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=6593, 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=6593, 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([F875A6E80D435C44]:0)


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

Error Message:
--> https://127.0.0.1:37214/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:37214/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([F875A6E80D435C44:5F311E4C60F84FFD]: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)




Build Log:
[...truncated 11632 lines...]
   [junit4] Suite: org.apache.solr.handler.TestSQLHandler
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_F875A6E80D435C44-001/init-core-data-001
   [junit4]   2> 621349 INFO  
(SUITE-TestSQLHandler-seed#[F875A6E80D435C44]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 621350 INFO  
(SUITE-TestSQLHandler-seed#[F875A6E80D435C44]-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> 621351 INFO  
(SUITE-TestSQLHandler-seed#[F875A6E80D435C44]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 621353 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 621354 INFO  (Thread-1410) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 621354 INFO  (Thread-1410) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 621454 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:45562
   [junit4]   2> 621460 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
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> 621461 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
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> 621462 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
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> 621462 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
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> 621463 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
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> 621463 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
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> 621464 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
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> 621464 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
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> 621465 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
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> 621465 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
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> 621466 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
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> 621535 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_F875A6E80D435C44-001/control-001/cores/collection1
   [junit4]   2> 621537 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 621539 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1d19d6b{/,null,AVAILABLE}
   [junit4]   2> 621539 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@b9ebf9{SSL,[ssl, 
http/1.1]}{127.0.0.1:33803}
   [junit4]   2> 621540 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] o.e.j.s.Server 
Started @623345ms
   [junit4]   2> 621540 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_F875A6E80D435C44-001/tempDir-001/control/data,
 hostContext=/, hostPort=33803, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_F875A6E80D435C44-001/control-001/cores}
   [junit4]   2> 621540 ERROR 
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 621540 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 621540 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 621540 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 621540 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-27T00:09:54.982Z
   [junit4]   2> 621542 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 621542 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_F875A6E80D435C44-001/control-001/solr.xml
   [junit4]   2> 621548 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:45562/solr
   [junit4]   2> 621556 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [n:127.0.0.1:33803_    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 621556 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [n:127.0.0.1:33803_    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:33803_
   [junit4]   2> 621557 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [n:127.0.0.1:33803_    ] 
o.a.s.c.Overseer Overseer (id=97527673310216197-127.0.0.1:33803_-n_0000000000) 
starting
   [junit4]   2> 621560 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [n:127.0.0.1:33803_    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33803_
   [junit4]   2> 621561 INFO  
(zkCallback-1026-thread-1-processing-n:127.0.0.1:33803_) [n:127.0.0.1:33803_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 621706 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [n:127.0.0.1:33803_    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_F875A6E80D435C44-001/control-001/cores
   [junit4]   2> 621706 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [n:127.0.0.1:33803_    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 621707 INFO  
(OverseerStateUpdate-97527673310216197-127.0.0.1:33803_-n_0000000000) 
[n:127.0.0.1:33803_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 622714 INFO  
(coreLoadExecutor-3087-thread-1-processing-n:127.0.0.1:33803_) 
[n:127.0.0.1:33803_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 622722 INFO  
(coreLoadExecutor-3087-thread-1-processing-n:127.0.0.1:33803_) 
[n:127.0.0.1:33803_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 622770 WARN  
(coreLoadExecutor-3087-thread-1-processing-n:127.0.0.1:33803_) 
[n:127.0.0.1:33803_ 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> 622771 WARN  
(coreLoadExecutor-3087-thread-1-processing-n:127.0.0.1:33803_) 
[n:127.0.0.1:33803_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
Field lowerfilt1and2 is not multivalued and destination for multiple copyFields 
(2)
   [junit4]   2> 622771 WARN  
(coreLoadExecutor-3087-thread-1-processing-n:127.0.0.1:33803_) 
[n:127.0.0.1:33803_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 622771 INFO  
(coreLoadExecutor-3087-thread-1-processing-n:127.0.0.1:33803_) 
[n:127.0.0.1:33803_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 622772 INFO  
(coreLoadExecutor-3087-thread-1-processing-n:127.0.0.1:33803_) 
[n:127.0.0.1:33803_ c:control_collection   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
control_collection
   [junit4]   2> 622773 INFO  
(coreLoadExecutor-3087-thread-1-processing-n:127.0.0.1:33803_) 
[n:127.0.0.1:33803_ 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/J0/temp/solr.handler.TestSQLHandler_F875A6E80D435C44-001/control-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_F875A6E80D435C44-001/control-001/cores/collection1/data/]
   [junit4]   2> 622799 INFO  
(coreLoadExecutor-3087-thread-1-processing-n:127.0.0.1:33803_) 
[n:127.0.0.1:33803_ c:control_collection   x:collection1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 622799 INFO  
(coreLoadExecutor-3087-thread-1-processing-n:127.0.0.1:33803_) 
[n:127.0.0.1:33803_ c:control_collection   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 622800 INFO  
(coreLoadExecutor-3087-thread-1-processing-n:127.0.0.1:33803_) 
[n:127.0.0.1:33803_ c:control_collection   x:collection1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 622800 INFO  
(coreLoadExecutor-3087-thread-1-processing-n:127.0.0.1:33803_) 
[n:127.0.0.1:33803_ c:control_collection   x:collection1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 622800 INFO  
(coreLoadExecutor-3087-thread-1-processing-n:127.0.0.1:33803_) 
[n:127.0.0.1:33803_ c:control_collection   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@183c1e9[collection1] main]
   [junit4]   2> 622801 INFO  
(coreLoadExecutor-3087-thread-1-processing-n:127.0.0.1:33803_) 
[n:127.0.0.1:33803_ c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 622801 INFO  
(coreLoadExecutor-3087-thread-1-processing-n:127.0.0.1:33803_) 
[n:127.0.0.1:33803_ c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 622802 INFO  
(searcherExecutor-3088-thread-1-processing-n:127.0.0.1:33803_ x:collection1 
c:control_collection) [n:127.0.0.1:33803_ c:control_collection   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@183c1e9[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 622802 INFO  
(coreLoadExecutor-3087-thread-1-processing-n:127.0.0.1:33803_) 
[n:127.0.0.1:33803_ c:control_collection   x:collection1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1560442774480748544
   [junit4]   2> 622806 INFO  
(coreZkRegister-3080-thread-1-processing-n:127.0.0.1:33803_ x:collection1 
c:control_collection) [n:127.0.0.1:33803_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas 
found to continue.
   [junit4]   2> 622806 INFO  
(coreZkRegister-3080-thread-1-processing-n:127.0.0.1:33803_ x:collection1 
c:control_collection) [n:127.0.0.1:33803_ 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> 622806 INFO  
(coreZkRegister-3080-thread-1-processing-n:127.0.0.1:33803_ x:collection1 
c:control_collection) [n:127.0.0.1:33803_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:33803/collection1/
   [junit4]   2> 622806 INFO  
(coreZkRegister-3080-thread-1-processing-n:127.0.0.1:33803_ x:collection1 
c:control_collection) [n:127.0.0.1:33803_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 622806 INFO  
(coreZkRegister-3080-thread-1-processing-n:127.0.0.1:33803_ x:collection1 
c:control_collection) [n:127.0.0.1:33803_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
https://127.0.0.1:33803/collection1/ has no replicas
   [junit4]   2> 622806 INFO  
(coreZkRegister-3080-thread-1-processing-n:127.0.0.1:33803_ x:collection1 
c:control_collection) [n:127.0.0.1:33803_ 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> 622808 INFO  
(coreZkRegister-3080-thread-1-processing-n:127.0.0.1:33803_ x:collection1 
c:control_collection) [n:127.0.0.1:33803_ 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:33803/collection1/ shard1
   [junit4]   2> 622959 INFO  
(coreZkRegister-3080-thread-1-processing-n:127.0.0.1:33803_ x:collection1 
c:control_collection) [n:127.0.0.1:33803_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery 
necessary
   [junit4]   2> 623135 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 623135 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45562/solr ready
   [junit4]   2> 623135 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] o.a.s.c.ChaosMonkey 
monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 623205 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_F875A6E80D435C44-001/shard-1-001/cores/collection1
   [junit4]   2> 623205 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_F875A6E80D435C44-001/shard-1-001
   [junit4]   2> 623206 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 623210 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6a5444{/,null,AVAILABLE}
   [junit4]   2> 623210 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@11323b4{SSL,[ssl, 
http/1.1]}{127.0.0.1:37214}
   [junit4]   2> 623210 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] o.e.j.s.Server 
Started @625016ms
   [junit4]   2> 623210 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_F875A6E80D435C44-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=37214, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_F875A6E80D435C44-001/shard-1-001/cores}
   [junit4]   2> 623211 ERROR 
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 623211 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 623211 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 623211 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 623211 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-27T00:09:56.653Z
   [junit4]   2> 623213 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 623213 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_F875A6E80D435C44-001/shard-1-001/solr.xml
   [junit4]   2> 623219 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:45562/solr
   [junit4]   2> 623223 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [n:127.0.0.1:37214_    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 623224 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [n:127.0.0.1:37214_    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 623225 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [n:127.0.0.1:37214_    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37214_
   [junit4]   2> 623225 INFO  
(zkCallback-1026-thread-2-processing-n:127.0.0.1:33803_) [n:127.0.0.1:33803_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 623227 INFO  (zkCallback-1030-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 623227 INFO  
(zkCallback-1035-thread-1-processing-n:127.0.0.1:37214_) [n:127.0.0.1:37214_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 623364 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [n:127.0.0.1:37214_    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_F875A6E80D435C44-001/shard-1-001/cores
   [junit4]   2> 623364 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [n:127.0.0.1:37214_    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 623365 INFO  
(OverseerStateUpdate-97527673310216197-127.0.0.1:33803_-n_0000000000) 
[n:127.0.0.1:33803_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard2
   [junit4]   2> 624385 INFO  
(coreLoadExecutor-3097-thread-1-processing-n:127.0.0.1:37214_) 
[n:127.0.0.1:37214_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 624393 INFO  
(coreLoadExecutor-3097-thread-1-processing-n:127.0.0.1:37214_) 
[n:127.0.0.1:37214_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 624440 WARN  
(coreLoadExecutor-3097-thread-1-processing-n:127.0.0.1:37214_) 
[n:127.0.0.1:37214_ 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> 624441 WARN  
(coreLoadExecutor-3097-thread-1-processing-n:127.0.0.1:37214_) 
[n:127.0.0.1:37214_ c:collection1   x:collection1] o.a.s.s.IndexSchema Field 
lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 624441 WARN  
(coreLoadExecutor-3097-thread-1-processing-n:127.0.0.1:37214_) 
[n:127.0.0.1:37214_ c:collection1   x:collection1] o.a.s.s.IndexSchema Field 
text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 624441 INFO  
(coreLoadExecutor-3097-thread-1-processing-n:127.0.0.1:37214_) 
[n:127.0.0.1:37214_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.6 with uniqueid field id
   [junit4]   2> 624442 INFO  
(coreLoadExecutor-3097-thread-1-processing-n:127.0.0.1:37214_) 
[n:127.0.0.1:37214_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 624442 INFO  
(coreLoadExecutor-3097-thread-1-processing-n:127.0.0.1:37214_) 
[n:127.0.0.1:37214_ 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/J0/temp/solr.handler.TestSQLHandler_F875A6E80D435C44-001/shard-1-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_F875A6E80D435C44-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 624466 INFO  
(coreLoadExecutor-3097-thread-1-processing-n:127.0.0.1:37214_) 
[n:127.0.0.1:37214_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 624466 INFO  
(coreLoadExecutor-3097-thread-1-processing-n:127.0.0.1:37214_) 
[n:127.0.0.1:37214_ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 624467 INFO  
(coreLoadExecutor-3097-thread-1-processing-n:127.0.0.1:37214_) 
[n:127.0.0.1:37214_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 624467 INFO  
(coreLoadExecutor-3097-thread-1-processing-n:127.0.0.1:37214_) 
[n:127.0.0.1:37214_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 624467 INFO  
(coreLoadExecutor-3097-thread-1-processing-n:127.0.0.1:37214_) 
[n:127.0.0.1:37214_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@1dac1a8[collection1] main]
   [junit4]   2> 624467 INFO  
(coreLoadExecutor-3097-thread-1-processing-n:127.0.0.1:37214_) 
[n:127.0.0.1:37214_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 624467 INFO  
(coreLoadExecutor-3097-thread-1-processing-n:127.0.0.1:37214_) 
[n:127.0.0.1:37214_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 624468 INFO  
(searcherExecutor-3098-thread-1-processing-n:127.0.0.1:37214_ x:collection1 
c:collection1) [n:127.0.0.1:37214_ c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1dac1a8[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 624468 INFO  
(coreLoadExecutor-3097-thread-1-processing-n:127.0.0.1:37214_) 
[n:127.0.0.1:37214_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1560442776227676160
   [junit4]   2> 624488 INFO  
(coreZkRegister-3092-thread-1-processing-n:127.0.0.1:37214_ x:collection1 
c:collection1) [n:127.0.0.1:37214_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to 
continue.
   [junit4]   2> 624488 INFO  
(coreZkRegister-3092-thread-1-processing-n:127.0.0.1:37214_ x:collection1 
c:collection1) [n:127.0.0.1:37214_ 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> 624488 INFO  
(coreZkRegister-3092-thread-1-processing-n:127.0.0.1:37214_ x:collection1 
c:collection1) [n:127.0.0.1:37214_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:37214/collection1/
   [junit4]   2> 624488 INFO  
(coreZkRegister-3092-thread-1-processing-n:127.0.0.1:37214_ x:collection1 
c:collection1) [n:127.0.0.1:37214_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 624488 INFO  
(coreZkRegister-3092-thread-1-processing-n:127.0.0.1:37214_ x:collection1 
c:collection1) [n:127.0.0.1:37214_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy https://127.0.0.1:37214/collection1/ has no 
replicas
   [junit4]   2> 624488 INFO  
(coreZkRegister-3092-thread-1-processing-n:127.0.0.1:37214_ x:collection1 
c:collection1) [n:127.0.0.1:37214_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas 
participating in election, clear LIR
   [junit4]   2> 624489 INFO  
(coreZkRegister-3092-thread-1-processing-n:127.0.0.1:37214_ x:collection1 
c:collection1) [n:127.0.0.1:37214_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:37214/collection1/ shard2
   [junit4]   2> 624640 INFO  
(coreZkRegister-3092-thread-1-processing-n:127.0.0.1:37214_ x:collection1 
c:collection1) [n:127.0.0.1:37214_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 624899 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_F875A6E80D435C44-001/shard-2-001/cores/collection1
   [junit4]   2> 624899 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_F875A6E80D435C44-001/shard-2-001
   [junit4]   2> 624900 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 624901 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@9977b8{/,null,AVAILABLE}
   [junit4]   2> 624901 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@10f59e7{SSL,[ssl, 
http/1.1]}{127.0.0.1:45073}
   [junit4]   2> 624901 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] o.e.j.s.Server 
Started @626707ms
   [junit4]   2> 624901 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_F875A6E80D435C44-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=45073, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_F875A6E80D435C44-001/shard-2-001/cores}
   [junit4]   2> 624902 ERROR 
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 624902 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 624902 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 624902 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 624902 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-27T00:09:58.344Z
   [junit4]   2> 624904 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 624904 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_F875A6E80D435C44-001/shard-2-001/solr.xml
   [junit4]   2> 624910 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:45562/solr
   [junit4]   2> 624914 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [n:127.0.0.1:45073_    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 624915 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [n:127.0.0.1:45073_    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 624916 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [n:127.0.0.1:45073_    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45073_
   [junit4]   2> 624917 INFO  (zkCallback-1030-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 624917 INFO  
(zkCallback-1035-thread-1-processing-n:127.0.0.1:37214_) [n:127.0.0.1:37214_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 624917 INFO  
(zkCallback-1041-thread-1-processing-n:127.0.0.1:45073_) [n:127.0.0.1:45073_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 624917 INFO  
(zkCallback-1026-thread-2-processing-n:127.0.0.1:33803_) [n:127.0.0.1:33803_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 625028 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [n:127.0.0.1:45073_    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_F875A6E80D435C44-001/shard-2-001/cores
   [junit4]   2> 625028 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [n:127.0.0.1:45073_    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 625029 INFO  
(OverseerStateUpdate-97527673310216197-127.0.0.1:33803_-n_0000000000) 
[n:127.0.0.1:33803_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 626035 INFO  
(coreLoadExecutor-3107-thread-1-processing-n:127.0.0.1:45073_) 
[n:127.0.0.1:45073_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 626042 INFO  
(coreLoadExecutor-3107-thread-1-processing-n:127.0.0.1:45073_) 
[n:127.0.0.1:45073_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 626097 WARN  
(coreLoadExecutor-3107-thread-1-processing-n:127.0.0.1:45073_) 
[n:127.0.0.1:45073_ 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> 626098 WARN  
(coreLoadExecutor-3107-thread-1-processing-n:127.0.0.1:45073_) 
[n:127.0.0.1:45073_ c:collection1   x:collection1] o.a.s.s.IndexSchema Field 
lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 626098 WARN  
(coreLoadExecutor-3107-thread-1-processing-n:127.0.0.1:45073_) 
[n:127.0.0.1:45073_ c:collection1   x:collection1] o.a.s.s.IndexSchema Field 
text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 626098 INFO  
(coreLoadExecutor-3107-thread-1-processing-n:127.0.0.1:45073_) 
[n:127.0.0.1:45073_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.6 with uniqueid field id
   [junit4]   2> 626099 INFO  
(coreLoadExecutor-3107-thread-1-processing-n:127.0.0.1:45073_) 
[n:127.0.0.1:45073_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 626100 INFO  
(coreLoadExecutor-3107-thread-1-processing-n:127.0.0.1:45073_) 
[n:127.0.0.1:45073_ 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/J0/temp/solr.handler.TestSQLHandler_F875A6E80D435C44-001/shard-2-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_F875A6E80D435C44-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 626125 INFO  
(coreLoadExecutor-3107-thread-1-processing-n:127.0.0.1:45073_) 
[n:127.0.0.1:45073_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 626125 INFO  
(coreLoadExecutor-3107-thread-1-processing-n:127.0.0.1:45073_) 
[n:127.0.0.1:45073_ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 626126 INFO  
(coreLoadExecutor-3107-thread-1-processing-n:127.0.0.1:45073_) 
[n:127.0.0.1:45073_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 626126 INFO  
(coreLoadExecutor-3107-thread-1-processing-n:127.0.0.1:45073_) 
[n:127.0.0.1:45073_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 626126 INFO  
(coreLoadExecutor-3107-thread-1-processing-n:127.0.0.1:45073_) 
[n:127.0.0.1:45073_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@1c6ba80[collection1] main]
   [junit4]   2> 626126 INFO  
(coreLoadExecutor-3107-thread-1-processing-n:127.0.0.1:45073_) 
[n:127.0.0.1:45073_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 626127 INFO  
(coreLoadExecutor-3107-thread-1-processing-n:127.0.0.1:45073_) 
[n:127.0.0.1:45073_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 626127 INFO  
(searcherExecutor-3108-thread-1-processing-n:127.0.0.1:45073_ x:collection1 
c:collection1) [n:127.0.0.1:45073_ c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1c6ba80[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 626127 INFO  
(coreLoadExecutor-3107-thread-1-processing-n:127.0.0.1:45073_) 
[n:127.0.0.1:45073_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1560442777967263744
   [junit4]   2> 626131 INFO  
(coreZkRegister-3102-thread-1-processing-n:127.0.0.1:45073_ x:collection1 
c:collection1) [n:127.0.0.1:45073_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to 
continue.
   [junit4]   2> 626131 INFO  
(coreZkRegister-3102-thread-1-processing-n:127.0.0.1:45073_ x:collection1 
c:collection1) [n:127.0.0.1:45073_ 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> 626131 INFO  
(coreZkRegister-3102-thread-1-processing-n:127.0.0.1:45073_ x:collection1 
c:collection1) [n:127.0.0.1:45073_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:45073/collection1/
   [junit4]   2> 626131 INFO  
(coreZkRegister-3102-thread-1-processing-n:127.0.0.1:45073_ x:collection1 
c:collection1) [n:127.0.0.1:45073_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 626131 INFO  
(coreZkRegister-3102-thread-1-processing-n:127.0.0.1:45073_ x:collection1 
c:collection1) [n:127.0.0.1:45073_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy https://127.0.0.1:45073/collection1/ has no 
replicas
   [junit4]   2> 626131 INFO  
(coreZkRegister-3102-thread-1-processing-n:127.0.0.1:45073_ x:collection1 
c:collection1) [n:127.0.0.1:45073_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas 
participating in election, clear LIR
   [junit4]   2> 626133 INFO  
(coreZkRegister-3102-thread-1-processing-n:127.0.0.1:45073_ x:collection1 
c:collection1) [n:127.0.0.1:45073_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:45073/collection1/ shard1
   [junit4]   2> 626283 INFO  
(coreZkRegister-3102-thread-1-processing-n:127.0.0.1:45073_ x:collection1 
c:collection1) [n:127.0.0.1:45073_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 626552 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_F875A6E80D435C44-001/shard-3-001/cores/collection1
   [junit4]   2> 626553 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_F875A6E80D435C44-001/shard-3-001
   [junit4]   2> 626554 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 626554 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@ec1cb2{/,null,AVAILABLE}
   [junit4]   2> 626555 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@9ef3f1{SSL,[ssl, 
http/1.1]}{127.0.0.1:40410}
   [junit4]   2> 626555 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] o.e.j.s.Server 
Started @628360ms
   [junit4]   2> 626555 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_F875A6E80D435C44-001/tempDir-001/jetty3,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=40410, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_F875A6E80D435C44-001/shard-3-001/cores}
   [junit4]   2> 626555 ERROR 
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 626555 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 626555 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 626555 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 626555 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-27T00:09:59.997Z
   [junit4]   2> 626557 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 626557 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_F875A6E80D435C44-001/shard-3-001/solr.xml
   [junit4]   2> 626563 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:45562/solr
   [junit4]   2> 626568 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [n:127.0.0.1:40410_    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 626568 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [n:127.0.0.1:40410_    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 626569 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [n:127.0.0.1:40410_    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40410_
   [junit4]   2> 626570 INFO  
(zkCallback-1026-thread-3-processing-n:127.0.0.1:33803_) [n:127.0.0.1:33803_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 626570 INFO  
(zkCallback-1041-thread-1-processing-n:127.0.0.1:45073_) [n:127.0.0.1:45073_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 626570 INFO  
(zkCallback-1035-thread-1-processing-n:127.0.0.1:37214_) [n:127.0.0.1:37214_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 626571 INFO  
(zkCallback-1047-thread-1-processing-n:127.0.0.1:40410_) [n:127.0.0.1:40410_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 626570 INFO  (zkCallback-1030-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 626745 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [n:127.0.0.1:40410_    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_F875A6E80D435C44-001/shard-3-001/cores
   [junit4]   2> 626745 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [n:127.0.0.1:40410_    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 626746 INFO  
(OverseerStateUpdate-97527673310216197-127.0.0.1:33803_-n_0000000000) 
[n:127.0.0.1:33803_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard2
   [junit4]   2> 627753 INFO  
(coreLoadExecutor-3117-thread-1-processing-n:127.0.0.1:40410_) 
[n:127.0.0.1:40410_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 627761 INFO  
(coreLoadExecutor-3117-thread-1-processing-n:127.0.0.1:40410_) 
[n:127.0.0.1:40410_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 627816 WARN  
(coreLoadExecutor-3117-thread-1-processing-n:127.0.0.1:40410_) 
[n:127.0.0.1:40410_ 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> 627817 WARN  
(coreLoadExecutor-3117-thread-1-processing-n:127.0.0.1:40410_) 
[n:127.0.0.1:40410_ c:collection1   x:collection1] o.a.s.s.IndexSchema Field 
lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 627817 WARN  
(coreLoadExecutor-3117-thread-1-processing-n:127.0.0.1:40410_) 
[n:127.0.0.1:40410_ c:collection1   x:collection1] o.a.s.s.IndexSchema Field 
text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 627817 INFO  
(coreLoadExecutor-3117-thread-1-processing-n:127.0.0.1:40410_) 
[n:127.0.0.1:40410_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.6 with uniqueid field id
   [junit4]   2> 627818 INFO  
(coreLoadExecutor-3117-thread-1-processing-n:127.0.0.1:40410_) 
[n:127.0.0.1:40410_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 627818 INFO  
(coreLoadExecutor-3117-thread-1-processing-n:127.0.0.1:40410_) 
[n:127.0.0.1:40410_ 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/J0/temp/solr.handler.TestSQLHandler_F875A6E80D435C44-001/shard-3-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_F875A6E80D435C44-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 627854 INFO  
(coreLoadExecutor-3117-thread-1-processing-n:127.0.0.1:40410_) 
[n:127.0.0.1:40410_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 627854 INFO  
(coreLoadExecutor-3117-thread-1-processing-n:127.0.0.1:40410_) 
[n:127.0.0.1:40410_ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 627855 INFO  
(coreLoadExecutor-3117-thread-1-processing-n:127.0.0.1:40410_) 
[n:127.0.0.1:40410_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 627855 INFO  
(coreLoadExecutor-3117-thread-1-processing-n:127.0.0.1:40410_) 
[n:127.0.0.1:40410_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 627855 INFO  
(coreLoadExecutor-3117-thread-1-processing-n:127.0.0.1:40410_) 
[n:127.0.0.1:40410_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@72d413[collection1] main]
   [junit4]   2> 627856 INFO  
(coreLoadExecutor-3117-thread-1-processing-n:127.0.0.1:40410_) 
[n:127.0.0.1:40410_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 627856 INFO  
(coreLoadExecutor-3117-thread-1-processing-n:127.0.0.1:40410_) 
[n:127.0.0.1:40410_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 627857 INFO  
(searcherExecutor-3118-thread-1-processing-n:127.0.0.1:40410_ x:collection1 
c:collection1) [n:127.0.0.1:40410_ c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@72d413[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 627857 INFO  
(coreLoadExecutor-3117-thread-1-processing-n:127.0.0.1:40410_) 
[n:127.0.0.1:40410_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1560442779781300224
   [junit4]   2> 627860 INFO  
(coreZkRegister-3112-thread-1-processing-n:127.0.0.1:40410_ x:collection1 
c:collection1) [n:127.0.0.1:40410_ c:collection1 s:shard2 r:core_node3 
x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 627861 INFO  
(updateExecutor-1044-thread-1-processing-n:127.0.0.1:40410_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:40410_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 627861 INFO  
(recoveryExecutor-1045-thread-1-processing-n:127.0.0.1:40410_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:40410_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process. 
recoveringAfterStartup=true
   [junit4]   2> 627861 INFO  
(recoveryExecutor-1045-thread-1-processing-n:127.0.0.1:40410_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:40410_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 627861 INFO  
(recoveryExecutor-1045-thread-1-processing-n:127.0.0.1:40410_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:40410_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates. 
core=[collection1]
   [junit4]   2> 627861 INFO  
(recoveryExecutor-1045-thread-1-processing-n:127.0.0.1:40410_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:40410_ 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> 627861 INFO  
(recoveryExecutor-1045-thread-1-processing-n:127.0.0.1:40410_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:40410_ 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:37214/collection1/] 
and I am [https://127.0.0.1:40410/collection1/]
   [junit4]   2> 627863 INFO  
(recoveryExecutor-1045-thread-1-processing-n:127.0.0.1:40410_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:40410_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery 
command to [https://127.0.0.1:37214]; [WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:40410_&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 627920 INFO  (qtp10316904-6099) [n:127.0.0.1:37214_    ] 
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 627921 INFO  (qtp10316904-6099) [n:127.0.0.1:37214_    ] 
o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 
(shard2 of collection1) have state: recovering
   [junit4]   2> 627921 INFO  (qtp10316904-6099) [n:127.0.0.1:37214_    ] 
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, 
shard=shard2, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? 
true, live=true, checkLive=true, currentState=down, localState=active, 
nodeName=127.0.0.1:40410_, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"https://127.0.0.1:40410","node_name":"127.0.0.1:40410_","state":"down"}
   [junit4]   2> 628293 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_F875A6E80D435C44-001/shard-4-001/cores/collection1
   [junit4]   2> 628293 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_F875A6E80D435C44-001/shard-4-001
   [junit4]   2> 628295 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 628295 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@19d330b{/,null,AVAILABLE}
   [junit4]   2> 628296 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@1643e53{SSL,[ssl, 
http/1.1]}{127.0.0.1:45180}
   [junit4]   2> 628296 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] o.e.j.s.Server 
Started @630101ms
   [junit4]   2> 628296 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_F875A6E80D435C44-001/tempDir-001/jetty4,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=45180, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_F875A6E80D435C44-001/shard-4-001/cores}
   [junit4]   2> 628296 ERROR 
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 628297 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 628297 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 628297 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 628297 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-27T00:10:01.739Z
   [junit4]   2> 628299 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 628299 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_F875A6E80D435C44-001/shard-4-001/solr.xml
   [junit4]   2> 628308 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:45562/solr
   [junit4]   2> 628313 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [n:127.0.0.1:45180_    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 628315 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [n:127.0.0.1:45180_    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 628316 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [n:127.0.0.1:45180_    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45180_
   [junit4]   2> 628316 INFO  
(zkCallback-1026-thread-1-processing-n:127.0.0.1:33803_) [n:127.0.0.1:33803_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 628316 INFO  
(zkCallback-1041-thread-1-processing-n:127.0.0.1:45073_) [n:127.0.0.1:45073_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 628316 INFO  
(zkCallback-1035-thread-1-processing-n:127.0.0.1:37214_) [n:127.0.0.1:37214_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 628317 INFO  
(zkCallback-1054-thread-1-processing-n:127.0.0.1:45180_) [n:127.0.0.1:45180_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 628316 INFO  
(zkCallback-1047-thread-1-processing-n:127.0.0.1:40410_) [n:127.0.0.1:40410_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 628317 INFO  (zkCallback-1030-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 628414 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [n:127.0.0.1:45180_    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_F875A6E80D435C44-001/shard-4-001/cores
   [junit4]   2> 628414 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [n:127.0.0.1:45180_    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 628415 INFO  
(OverseerStateUpdate-97527673310216197-127.0.0.1:33803_-n_0000000000) 
[n:127.0.0.1:33803_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 628921 INFO  (qtp10316904-6099) [n:127.0.0.1:37214_    ] 
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:40410_, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"https://127.0.0.1:40410","node_name":"127.0.0.1:40410_","state":"recovering"}
   [junit4]   2> 628921 INFO  (qtp10316904-6099) [n:127.0.0.1:37214_    ] 
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, 
checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 628921 INFO  (qtp10316904-6099) [n:127.0.0.1:37214_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:40410_&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=0 QTime=1000
   [junit4]   2> 629421 INFO  
(coreLoadExecutor-3127-thread-1-processing-n:127.0.0.1:45180_) 
[n:127.0.0.1:45180_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 629431 INFO  
(recoveryExecutor-1045-thread-1-processing-n:127.0.0.1:40410_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:40410_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Attempting to PeerSync 
from [https://127.0.0.1:37214/collection1/] - recoveringAfterStartup=[true]
   [junit4]   2> 629431 INFO  
(recoveryExecutor-1045-thread-1-processing-n:127.0.0.1:40410_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:40410_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 
url=https://127.0.0.1:40410 START 
replicas=[https://127.0.0.1:37214/collection1/] nUpdates=100
   [junit4]   2> 629438 INFO  (qtp10316904-6104) [n:127.0.0.1:37214_ 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.IndexFingerprint 
IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, 
maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, 
maxDoc=0}
   [junit4]   2> 629439 INFO  (qtp10316904-6104) [n:127.0.0.1:37214_ 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.S.Request 
[collection1]  webapp= path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 629439 INFO  
(recoveryExecutor-1045-thread-1-processing-n:127.0.0.1:40410_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:40410_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint 
millis:0.0 result:{maxVersionSpecified=9223372036854775807, 
maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, 
maxDoc=0}
   [junit4]   2> 629439 INFO  
(recoveryExecutor-1045-thread-1-processing-n:127.0.0.1:40410_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:40410_ 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> 629439 INFO  
(recoveryExecutor-1045-thread-1-processing-n:127.0.0.1:40410_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:40410_ 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> 629439 INFO  
(recoveryExecutor-1045-thread-1-processing-n:127.0.0.1:40410_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:40410_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted 
changes. Skipping IW.commit.
   [junit4]   2> 629439 INFO  
(recoveryExecutor-1045-thread-1-processing-n:127.0.0.1:40410_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:40410_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 629439 INFO  
(recoveryExecutor-1045-thread-1-processing-n:127.0.0.1:40410_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:40410_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy PeerSync stage of recovery 
was successful.
   [junit4]   2> 629439 INFO  
(recoveryExecutor-1045-thread-1-processing-n:127.0.0.1:40410_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:40410_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Replaying updates buffered 
during PeerSync.
   [junit4]   2> 629440 INFO  
(recoveryExecutor-1045-thread-1-processing-n:127.0.0.1:40410_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:40410_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 629440 INFO  
(recoveryExecutor-1045-thread-1-processing-n:127.0.0.1:40410_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:40410_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Registering as Active 
after recovery.
   [junit4]   2> 629444 INFO  
(coreLoadExecutor-3127-thread-1-processing-n:127.0.0.1:45180_) 
[n:127.0.0.1:45180_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 629495 WARN  
(coreLoadExecutor-3127-thread-1-processing-n:127.0.0.1:45180_) 
[n:127.0.0.1:45180_ 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> 629496 WARN  
(coreLoadExecutor-3127-thread-1-processing-n:127.0.0.1:45180_) 
[n:127.0.0.1:45180_ c:collection1   x:collection1] o.a.s.s.IndexSchema Field 
lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 629496 WARN  
(coreLoadExecutor-3127-thread-1-processing-n:127.0.0.1:45180_) 
[n:127.0.0.1:45180_ c:collection1   x:collection1] o.a.s.s.IndexSchema Field 
text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 629496 INFO  
(coreLoadExecutor-3127-thread-1-processing-n:127.0.0.1:45180_) 
[n:127.0.0.1:45180_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.6 with uniqueid field id
   [junit4]   2> 629497 INFO  
(coreLoadExecutor-3127-thread-1-processing-n:127.0.0.1:45180_) 
[n:127.0.0.1:45180_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 629497 INFO  
(coreLoadExecutor-3127-thread-1-processing-n:127.0.0.1:45180_) 
[n:127.0.0.1:45180_ 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/J0/temp/solr.handler.TestSQLHandler_F875A6E80D435C44-001/shard-4-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_F875A6E80D435C44-001/shard-4-001/cores/collection1/data/]
   [junit4]   2> 629523 INFO  
(coreLoadExecutor-3127-thread-1-processing-n:127.0.0.1:45180_) 
[n:127.0.0.1:45180_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 629523 INFO  
(coreLoadExecutor-3127-thread-1-processing-n:127.0.0.1:45180_) 
[n:127.0.0.1:45180_ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 629524 INFO  
(coreLoadExecutor-3127-thread-1-processing-n:127.0.0.1:45180_) 
[n:127.0.0.1:45180_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 629524 INFO  
(coreLoadExecutor-3127-thread-1-processing-n:127.0.0.1:45180_) 
[n:127.0.0.1:45180_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 629524 INFO  
(coreLoadExecutor-3127-thread-1-processing-n:127.0.0.1:45180_) 
[n:127.0.0.1:45180_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@10fdc7c[collection1] main]
   [junit4]   2> 629525 INFO  
(coreLoadExecutor-3127-thread-1-processing-n:127.0.0.1:45180_) 
[n:127.0.0.1:45180_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 629525 INFO  
(coreLoadExecutor-3127-thread-1-processing-n:127.0.0.1:45180_) 
[n:127.0.0.1:45180_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 629525 INFO  
(searcherExecutor-3128-thread-1-processing-n:127.0.0.1:45180_ x:collection1 
c:collection1) [n:127.0.0.1:45180_ c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@10fdc7c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 629525 INFO  
(coreLoadExecutor-3127-thread-1-processing-n:127.0.0.1:45180_) 
[n:127.0.0.1:45180_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1560442781530324992
   [junit4]   2> 629528 INFO  
(coreZkRegister-3122-thread-1-processing-n:127.0.0.1:45180_ x:collection1 
c:collection1) [n:127.0.0.1:45180_ c:collection1 s:shard1 r:core_node4 
x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 629529 INFO  
(updateExecutor-1051-thread-1-processing-n:127.0.0.1:45180_ x:collection1 
s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:45180_ c:collection1 s:shard1 
r:core_node4 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 629529 INFO  
(recoveryExecutor-1052-thread-1-processing-n:127.0.0.1:45180_ x:collection1 
s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:45180_ c:collection1 s:shard1 
r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process. 
recoveringAfterStartup=true
   [junit4]   2> 629529 INFO  
(recoveryExecutor-1052-thread-1-processing-n:127.0.0.1:45180_ x:collection1 
s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:45180_ c:collection1 s:shard1 
r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 629529 INFO  
(recoveryExecutor-1052-thread-1-processing-n:127.0.0.1:45180_ x:collection1 
s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:45180_ c:collection1 s:shard1 
r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates. 
core=[collection1]
   [junit4]   2> 629530 INFO  
(recoveryExecutor-1052-thread-1-processing-n:127.0.0.1:45180_ x:collection1 
s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:45180_ c:collection1 s:shard1 
r:core_node4 x:collection1] o.a.s.u.UpdateLog Starting to buffer updates. 
FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 629530 INFO  
(recoveryExecutor-1052-thread-1-processing-n:127.0.0.1:45180_ x:collection1 
s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:45180_ c:collection1 s:shard1 
r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy Publishing state of core 
[collection1] as recovering, leader is [https://127.0.0.1:45073/collection1/] 
and I am [https://127.0.0.1:45180/collection1/]
   [junit4]   2> 629531 INFO  
(recoveryExecutor-1052-thread-1-processing-n:127.0.0.1:45180_ x:collection1 
s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:45180_ c:collection1 s:shard1 
r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery 
command to [https://127.0.0.1:45073]; [WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:45180_&coreNodeName=core_node4&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 629593 INFO  (qtp22995143-6128) [n:127.0.0.1:45073_    ] 
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node4, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 629594 INFO  (qtp22995143-6128) [n:127.0.0.1:45073_    ] 
o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 
(shard1 of collection1) have state: recovering
   [junit4]   2> 629594 INFO  (qtp22995143-6128) [n:127.0.0.1:45073_    ] 
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, 
shard=shard1, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? 
true, live=true, checkLive=true, currentState=down, localState=active, 
nodeName=127.0.0.1:45180_, coreNodeName=core_node4, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node4:{"core":"collection1","base_url":"https://127.0.0.1:45180","node_name":"127.0.0.1:45180_","state":"down"}
   [junit4]   2> 629858 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting doTest
   [junit4]   2> 629858 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):330
   [junit4]   2> 630594 INFO  (qtp22995143-6128) [n:127.0.0.1:45073_    ] 
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, 
shard=shard1, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? 
true, live=true, checkLive=true, currentState=recovering, localState=active, 
nodeName=127.0.0.1:45180_, coreNodeName=core_node4, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node4:{"core":"collection1","base_url":"https://127.0.0.1:45180","node_name":"127.0.0.1:45180_","state":"recovering"}
   [junit4]   2> 630594 INFO  (qtp22995143-6128) [n:127.0.0.1:45073_    ] 
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node4, state: recovering, 
checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 630594 INFO  (qtp22995143-6128) [n:127.0.0.1:45073_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:45180_&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node4&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=0 QTime=1001
   [junit4]   2> 631095 INFO  
(recoveryExecutor-1052-thread-1-processing-n:127.0.0.1:45180_ x:collection1 
s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:45180_ c:collection1 s:shard1 
r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy Attempting to PeerSync 
from [https://127.0.0.1:45073/collection1/] - recoveringAfterStartup=[true]
   [junit4]   2> 631095 INFO  
(recoveryExecutor-1052-thread-1-processing-n:127.0.0.1:45180_ x:collection1 
s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:45180_ c:collection1 s:shard1 
r:core_node4 x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 
url=https://127.0.0.1:45180 START 
replicas=[https://127.0.0.1:45073/collection1/] nUpdates=100
   [junit4]   2> 631115 INFO  (qtp22995143-6134) [n:127.0.0.1:45073_ 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.IndexFingerprint 
IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, 
maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, 
maxDoc=0}
   [junit4]   2> 631115 INFO  (qtp22995143-6134) [n:127.0.0.1:45073_ 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.S.Request 
[collection1]  webapp= path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 631116 INFO  
(recoveryExecutor-1052-thread-1-processing-n:127.0.0.1:45180_ x:collection1 
s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:45180_ c:collection1 s:shard1 
r:core_node4 x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint 
millis:0.0 result:{maxVersionSpecified=9223372036854775807, 
maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, 
maxDoc=0}
   [junit4]   2> 631116 INFO  
(recoveryExecutor-1052-thread-1-processing-n:127.0.0.1:45180_ x:collection1 
s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:45180_ c:collection1 s:shard1 
r:core_node4 x:collection1] o.a.s.u.PeerSync We are already in sync. No need to 
do a PeerSync 
   [junit4]   2> 631129 INFO  
(recoveryExecutor-1052-thread-1-processing-n:127.0.0.1:45180_ x:collection1 
s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:45180_ c:collection1 s:shard1 
r:core_node4 x:collection1] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 631129 INFO  
(recoveryExecutor-1052-thread-1-processing-n:127.0.0.1:45180_ x:collection1 
s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:45180_ c:collection1 s:shard1 
r:core_node4 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted 
changes. Skipping IW.commit.
   [junit4]   2> 631130 INFO  
(recoveryExecutor-1052-thread-1-processing-n:127.0.0.1:45180_ x:collection1 
s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:45180_ c:collection1 s:shard1 
r:core_node4 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 631130 INFO  
(recoveryExecutor-1052-thread-1-processing-n:127.0.0.1:45180_ x:collection1 
s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:45180_ c:collection1 s:shard1 
r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy PeerSync stage of recovery 
was successful.
   [junit4]   2> 631130 INFO  
(recoveryExecutor-1052-thread-1-processing-n:127.0.0.1:45180_ x:collection1 
s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:45180_ c:collection1 s:shard1 
r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy Replaying updates buffered 
during PeerSync.
   [junit4]   2> 631130 INFO  
(recoveryExecutor-1052-thread-1-processing-n:127.0.0.1:45180_ x:collection1 
s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:45180_ c:collection1 s:shard1 
r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 631130 INFO  
(recoveryExecutor-1052-thread-1-processing-n:127.0.0.1:45180_ x:collection1 
s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:45180_ c:collection1 s:shard1 
r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy Registering as Active 
after recovery.
   [junit4]   2> 631859 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 631919 INFO  (qtp22270307-6063) [n:127.0.0.1:33803_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:* (-1560442784038518784)} 0 2
   [junit4]   2> 632024 INFO  (qtp8495442-6191) [n:127.0.0.1:45180_ 
c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&_version_=-1560442784054247424&distrib.from=https://127.0.0.1:45073/collection1/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1560442784054247424)} 0 1
   [junit4]   2> 632024 INFO  (qtp22995143-6130) [n:127.0.0.1:45073_ 
c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=TOLEADER&distrib.from=https://127.0.0.1:37214/collection1/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1560442784054247424)} 0 92
   [junit4]   2> 632025 INFO  (qtp8754929-6156) [n:127.0.0.1:40410_ 
c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&_version_=-1560442784045858816&distrib.from=https://127.0.0.1:37214/collection1/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1560442784045858816)} 0 13
   [junit4]   2> 632025 INFO  (qtp10316904-6105) [n:127.0.0.1:37214_ 
c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:* (-1560442784045858816)} 0 101
   [junit4]   2> 632026 INFO  (qtp22270307-6068) [n:127.0.0.1:33803_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 632026 INFO  (qtp22270307-6068) [n:127.0.0.1:33803_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 632026 INFO  (qtp22270307-6068) [n:127.0.0.1:33803_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 632026 INFO  (qtp22270307-6068) [n:127.0.0.1:33803_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 0
   [junit4]   2> 632051 INFO  (qtp8495442-6196) [n:127.0.0.1:45180_ 
c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.u.DirectUpdateHandler2 
start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 632051 INFO  (qtp8495442-6196) [n:127.0.0.1:45180_ 
c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.u.DirectUpdateHandler2 
No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 632052 INFO  (qtp8495442-6196) [n:127.0.0.1:45180_ 
c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 632052 INFO  (qtp8495442-6196) [n:127.0.0.1:45180_ 
c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:45073/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 1
   [junit4]   2> 632059 INFO  (qtp22995143-6131) [n:127.0.0.1:45073_ 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 
start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 632060 INFO  (qtp22995143-6131) [n:127.0.0.1:45073_ 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 
No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 632060 INFO  (qtp22995143-6131) [n:127.0.0.1:45073_ 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 632060 INFO  (qtp22995143-6131) [n:127.0.0.1:45073_ 
c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:45073/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 632063 INFO  (qtp10316904-6105) [n:127.0.0.1:37214_ 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 
start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 632063 INFO  (qtp10316904-6105) [n:127.0.0.1:37214_ 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 
No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 632063 INFO  (qtp10316904-6105) [n:127.0.0.1:37214_ 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 632063 INFO  (qtp10316904-6105) [n:127.0.0.1:37214_ 
c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:45073/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 632071 INFO  (qtp8754929-6161) [n:127.0.0.1:40410_ 
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> 632072 INFO  (qtp8754929-6161) [n:127.0.0.1:40410_ 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 
No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 632073 INFO  (qtp8754929-6161) [n:127.0.0.1:40410_ 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 632073 INFO  (qtp8754929-6161) [n:127.0.0.1:40410_ 
c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER

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

seerStateUpdate-97527673310216210-127.0.0.1:45180_-n_0000000004) 
[n:127.0.0.1:45180_    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:45180_
   [junit4]   2> 647576 WARN  
(zkCallback-1054-thread-3-processing-n:127.0.0.1:45180_) [n:127.0.0.1:45180_    
] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to 
ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 647576 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 647577 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@1643e53{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 647578 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@19d330b{/,null,UNAVAILABLE}
   [junit4]   2> 647579 INFO  
(TEST-TestSQLHandler.doTest-seed#[F875A6E80D435C44]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:45562 45562
   [junit4]   2> 647598 INFO  (Thread-1410) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:45562 45562
   [junit4]   2> 647598 WARN  (Thread-1410) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        73      /solr/aliases.json
   [junit4]   2>        5       /solr/security.json
   [junit4]   2>        5       /solr/configs/conf1
   [junit4]   2>        4       /solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        73      /solr/clusterstate.json
   [junit4]   2>        73      /solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        73      /solr/live_nodes
   [junit4]   2>        73      /solr/collections
   [junit4]   2>        28      /solr/overseer/queue
   [junit4]   2>        21      /solr/overseer/collection-queue-work
   [junit4]   2>        2       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSQLHandler 
-Dtests.method=doTest -Dtests.seed=F875A6E80D435C44 -Dtests.multiplier=3 
-Dtests.slow=true -Dtests.locale=tr -Dtests.timezone=Africa/Lagos 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   26.3s J0 | TestSQLHandler.doTest <<<
   [junit4]    > Throwable #1: java.io.IOException: --> 
https://127.0.0.1:37214/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:'.
   [junit4]    > 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>)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([F875A6E80D435C44:5F311E4C60F84FFD]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.io.stream.SolrStream.read(SolrStream.java:235)
   [junit4]    >        at 
org.apache.solr.handler.TestSQLHandler.getTuples(TestSQLHandler.java:2325)
   [junit4]    >        at 
org.apache.solr.handler.TestSQLHandler.testBasicGrouping(TestSQLHandler.java:651)
   [junit4]    >        at 
org.apache.solr.handler.TestSQLHandler.doTest(TestSQLHandler.java:77)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 647602 INFO  
(SUITE-TestSQLHandler-seed#[F875A6E80D435C44]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_F875A6E80D435C44-001
   [junit4]   2> Feb 27, 2017 12:10:21 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked 
thread(s).
   [junit4]   2> Feb 27, 2017 12:10:41 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at 
org.apache.solr.handler.TestSQLHandler: 
   [junit4]   2>    1) Thread[id=6593, name=Connection evictor, 
state=TIMED_WAITING, group=TGRP-TestSQLHandler]
   [junit4]   2>         at java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Feb 27, 2017 12:10:41 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=6593, name=Connection evictor, 
state=TIMED_WAITING, group=TGRP-TestSQLHandler]
   [junit4]   2> Feb 27, 2017 12:10:41 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{n_l1=PostingsFormat(name=LuceneFixedGap), 
multiDefault=BlockTreeOrds(blocksize=128), 
Field_i=BlockTreeOrds(blocksize=128), 
intDefault=PostingsFormat(name=LuceneFixedGap), 
n_dt1=BlockTreeOrds(blocksize=128), n_td1=BlockTreeOrds(blocksize=128), 
Str_s=Lucene50(blocksize=128), n_d1=PostingsFormat(name=LuceneFixedGap), 
field_i=BlockTreeOrds(blocksize=128), str_s=Lucene50(blocksize=128), 
n_f1=BlockTreeOrds(blocksize=128), n_ti1=FST50, rnd_b=FST50, 
n_tl1=BlockTreeOrds(blocksize=128), 
_version_=PostingsFormat(name=LuceneFixedGap), 
n_tf1=PostingsFormat(name=LuceneFixedGap), 
n_tdt1=PostingsFormat(name=LuceneFixedGap), id=FST50, 
text=Lucene50(blocksize=128), Text_t=PostingsFormat(name=LuceneFixedGap), 
timestamp=PostingsFormat(name=LuceneFixedGap)}, 
docValues:{_version_=DocValuesFormat(name=Lucene70), 
multiDefault=DocValuesFormat(name=Asserting), 
Field_i=DocValuesFormat(name=Asserting), 
intDefault=DocValuesFormat(name=Lucene70), id=DocValuesFormat(name=Memory), 
Str_s=DocValuesFormat(name=Direct), field_i=DocValuesFormat(name=Asserting), 
str_s=DocValuesFormat(name=Direct), n_f1=DocValuesFormat(name=Asserting)}, 
maxPointsInLeafNode=197, maxMBSortInHeap=6.686785692870154, 
sim=RandomSimilarity(queryNorm=false): {}, locale=tr, timezone=Africa/Lagos
   [junit4]   2> NOTE: Linux 4.4.0-53-generic i386/Oracle Corporation 1.8.0_121 
(32-bit)/cpus=12,threads=1,free=50683592,total=254599168
   [junit4]   2> NOTE: All tests run in this JVM: [TestAnalyzeInfixSuggestions, 
TestLegacyNumericRangeQueryBuilder, TestTrackingShardHandlerFactory, 
BlockJoinFacetSimpleTest, LeaderElectionIntegrationTest, 
TestQuerySenderListener, TestFunctionQuery, ReturnFieldsTest, 
HdfsRecoveryZkTest, TestPKIAuthenticationPlugin, CollectionStateFormat2Test, 
TestSubQueryTransformerCrossCore, DisMaxRequestHandlerTest, 
TestRequestForwarding, DirectoryFactoryTest, 
UniqFieldsUpdateProcessorFactoryTest, QueryEqualityTest, 
TestLMJelinekMercerSimilarityFactory, ClassificationUpdateProcessorTest, 
UUIDFieldTest, TestNRTOpen, TestLeaderElectionZkExpiry, 
TestUnifiedSolrHighlighter, TestSolrQueryParserResource, ZkStateReaderTest, 
HdfsThreadLeakTest, TestExclusionRuleCollectionAccess, 
DeleteInactiveReplicaTest, ScriptEngineTest, RuleEngineTest, 
TestSegmentSorting, DistributedQueueTest, TestAuthenticationFramework, 
SpatialRPTFieldTypeTest, TestImplicitCoreProperties, TestFieldCacheSortRandom, 
SSLMigrationTest, PingRequestHandlerTest, TestFoldingMultitermQuery, 
TestTolerantUpdateProcessorCloud, CdcrBootstrapTest, JsonValidatorTest, 
TestLockTree, TestNoOpRegenerator, TestDynamicFieldCollectionResource, 
TestCorePropertiesReload, DateMathParserTest, TestJmxMonitoredMap, TestJoin, 
TestOmitPositions, TestGraphTermsQParserPlugin, TestLegacyFieldCache, 
DefaultValueUpdateProcessorTest, TestFreeTextSuggestions, TestRandomDVFaceting, 
TestRTGBase, TestSchemaNameResource, TestCloudPivotFacet, 
XsltUpdateRequestHandlerTest, SpatialHeatmapFacetsTest, BlockDirectoryTest, 
CollectionsAPISolrJTest, PolyFieldTest, ReplicationFactorTest, 
TestSolrCloudSnapshots, DistribCursorPagingTest, SolrCoreMetricManagerTest, 
NotRequiredUniqueKeyTest, CacheHeaderTest, ConnectionManagerTest, 
TestAnalyzedSuggestions, TolerantUpdateProcessorTest, 
LeaderFailoverAfterPartitionTest, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, DistributedDebugComponentTest, 
TestReplicationHandlerBackup, HdfsLockFactoryTest, TestSolrCLIRunExample, 
TestPathTrie, TestCollectionAPIs, SolrCoreTest, TestManagedSchema, 
TestSQLHandler]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSQLHandler 
-Dtests.seed=F875A6E80D435C44 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=tr -Dtests.timezone=Africa/Lagos -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J0 | 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=6593, 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([F875A6E80D435C44]:0)
   [junit4] Completed [254/693 (1!)] on J0 in 46.33s, 1 test, 2 errors <<< 
FAILURES!

[...truncated 56335 lines...]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to