Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/19820/
Java: 32bit/jdk-9-ea+171 -server -XX:+UseParallelGC

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=1126, name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-TestSQLHandler]         at 
java.base@9-ea/java.lang.Thread.sleep(Native Method)         at 
app//org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
         at java.base@9-ea/java.lang.Thread.run(Thread.java:844)

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


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

Error Message:
--> http://127.0.0.1:33033/_h/collection1:Failed to execute sqlQuery 'select 
str_s, count(*), sum(field_i), min(field_i), max(field_i), avg(field_i) 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), avg(field_i) 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: --> http://127.0.0.1:33033/_h/collection1:Failed to 
execute sqlQuery 'select str_s, count(*), sum(field_i), min(field_i), 
max(field_i), avg(field_i) 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), avg(field_i) 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([65BFA424C41A6CAC:C2FB1C80A9A17F15]:0)
        at 
org.apache.solr.client.solrj.io.stream.SolrStream.read(SolrStream.java:219)
        at 
org.apache.solr.handler.TestSQLHandler.getTuples(TestSQLHandler.java:2527)
        at 
org.apache.solr.handler.TestSQLHandler.testBasicGrouping(TestSQLHandler.java:676)
        at org.apache.solr.handler.TestSQLHandler.doTest(TestSQLHandler.java:90)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:563)
        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 
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.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 11087 lines...]
   [junit4] Suite: org.apache.solr.handler.TestSQLHandler
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_65BFA424C41A6CAC-001/init-core-data-001
   [junit4]   2> 115931 WARN  
(SUITE-TestSQLHandler-seed#[65BFA424C41A6CAC]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=17 numCloses=17
   [junit4]   2> 115931 INFO  
(SUITE-TestSQLHandler-seed#[65BFA424C41A6CAC]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 115932 INFO  
(SUITE-TestSQLHandler-seed#[65BFA424C41A6CAC]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 115932 INFO  
(SUITE-TestSQLHandler-seed#[65BFA424C41A6CAC]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_h/
   [junit4]   2> 115933 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 115933 INFO  (Thread-135) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 115933 INFO  (Thread-135) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 115938 ERROR (Thread-135) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 116034 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:33965
   [junit4]   2> 116041 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
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> 116044 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
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> 116045 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
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> 116048 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
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> 116049 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
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> 116050 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
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> 116053 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
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> 116054 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
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> 116054 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
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> 116055 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
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> 116056 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
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> 116067 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 116160 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_65BFA424C41A6CAC-001/control-001/cores/collection1
   [junit4]   2> 116161 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 116167 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@124be00{/_h,null,AVAILABLE}
   [junit4]   2> 116169 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@23f3df{HTTP/1.1,[http/1.1]}{127.0.0.1:40813}
   [junit4]   2> 116169 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] o.e.j.s.Server 
Started @117923ms
   [junit4]   2> 116169 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/_h, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_65BFA424C41A6CAC-001/tempDir-001/control/data,
 hostPort=40813, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_65BFA424C41A6CAC-001/control-001/cores}
   [junit4]   2> 116169 ERROR 
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 116170 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 116170 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 116170 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 116172 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-09T11:55:36.758234Z
   [junit4]   2> 116180 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 116181 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_65BFA424C41A6CAC-001/control-001/solr.xml
   [junit4]   2> 116186 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6bdbb8, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 116194 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:33965/solr
   [junit4]   2> 116229 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] o.a.s.c.Overseer 
Overseer (id=null) closing
   [junit4]   2> 116230 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40813__h
   [junit4]   2> 116237 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] o.a.s.c.Overseer 
Overseer (id=98108003878371332-127.0.0.1:40813__h-n_0000000000) starting
   [junit4]   2> 116276 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40813__h
   [junit4]   2> 116280 INFO  (zkCallback-103-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 116376 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6bdbb8
   [junit4]   2> 116381 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6bdbb8
   [junit4]   2> 116381 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6bdbb8
   [junit4]   2> 116383 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_65BFA424C41A6CAC-001/control-001/cores
   [junit4]   2> 116383 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 116384 INFO  (coreLoadExecutor-272-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 116385 INFO  
(OverseerStateUpdate-98108003878371332-127.0.0.1:40813__h-n_0000000000) [    ] 
o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 116406 INFO  (coreLoadExecutor-272-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 116427 INFO  (coreLoadExecutor-272-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 116486 WARN  (coreLoadExecutor-272-thread-1) [    ] 
o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for 
multiple copyFields (2)
   [junit4]   2> 116486 WARN  (coreLoadExecutor-272-thread-1) [    ] 
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple 
copyFields (3)
   [junit4]   2> 116486 INFO  (coreLoadExecutor-272-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 116486 INFO  (coreLoadExecutor-272-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection control_collection, trusted=true
   [junit4]   2> 116487 INFO  (coreLoadExecutor-272-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.control_collection.shard1.core_node1' (registry 
'solr.core.control_collection.shard1.core_node1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6bdbb8
   [junit4]   2> 116487 INFO  (coreLoadExecutor-272-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 116487 INFO  (coreLoadExecutor-272-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_65BFA424C41A6CAC-001/control-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_65BFA424C41A6CAC-001/control-001/cores/collection1/data/]
   [junit4]   2> 116544 INFO  (coreLoadExecutor-272-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 116544 INFO  (coreLoadExecutor-272-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 116545 INFO  (coreLoadExecutor-272-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 116545 INFO  (coreLoadExecutor-272-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 116547 INFO  (coreLoadExecutor-272-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@91bd8e[collection1] main]
   [junit4]   2> 116548 INFO  (coreLoadExecutor-272-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 116548 INFO  (coreLoadExecutor-272-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 116549 INFO  (coreLoadExecutor-272-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1569728062697766912
   [junit4]   2> 116563 INFO  (searcherExecutor-273-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@91bd8e[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 116567 INFO  (coreZkRegister-265-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 116567 INFO  (coreZkRegister-265-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 116567 INFO  (coreZkRegister-265-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:40813/_h/collection1/
   [junit4]   2> 116567 INFO  (coreZkRegister-265-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 116567 INFO  (coreZkRegister-265-thread-1) [    ] 
o.a.s.c.SyncStrategy http://127.0.0.1:40813/_h/collection1/ has no replicas
   [junit4]   2> 116567 INFO  (coreZkRegister-265-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 116578 INFO  (coreZkRegister-265-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:40813/_h/collection1/ shard1
   [junit4]   2> 116683 INFO  (coreZkRegister-265-thread-1) [    ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 116921 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 116922 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33965/solr ready
   [junit4]   2> 116926 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] o.a.s.c.ChaosMonkey 
monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 116926 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 117050 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_65BFA424C41A6CAC-001/shard-1-001/cores/collection1
   [junit4]   2> 117050 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_65BFA424C41A6CAC-001/shard-1-001
 of type NRT
   [junit4]   2> 117051 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 117065 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@fe4fc2{/_h,null,AVAILABLE}
   [junit4]   2> 117066 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@d2253a{HTTP/1.1,[http/1.1]}{127.0.0.1:33033}
   [junit4]   2> 117066 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] o.e.j.s.Server 
Started @118820ms
   [junit4]   2> 117066 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/_h, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_65BFA424C41A6CAC-001/tempDir-001/jetty1,
 hostPort=33033, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_65BFA424C41A6CAC-001/shard-1-001/cores}
   [junit4]   2> 117066 ERROR 
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 117067 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 117067 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 117067 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 117067 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-09T11:55:37.655188Z
   [junit4]   2> 117078 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 117078 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_65BFA424C41A6CAC-001/shard-1-001/solr.xml
   [junit4]   2> 117085 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6bdbb8, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 117091 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:33965/solr
   [junit4]   2> 117127 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 117128 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] o.a.s.c.Overseer 
Overseer (id=null) closing
   [junit4]   2> 117129 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33033__h
   [junit4]   2> 117130 INFO  (zkCallback-107-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 117131 INFO  (zkCallback-103-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 117133 INFO  (zkCallback-113-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 117232 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6bdbb8
   [junit4]   2> 117239 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6bdbb8
   [junit4]   2> 117239 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6bdbb8
   [junit4]   2> 117241 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_65BFA424C41A6CAC-001/shard-1-001/cores
   [junit4]   2> 117241 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 117245 INFO  (coreLoadExecutor-282-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 117247 INFO  
(OverseerStateUpdate-98108003878371332-127.0.0.1:40813__h-n_0000000000) [    ] 
o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 117349 INFO  (zkCallback-113-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 118256 INFO  (coreLoadExecutor-282-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 118263 INFO  (coreLoadExecutor-282-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 118319 WARN  (coreLoadExecutor-282-thread-1) [    ] 
o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for 
multiple copyFields (2)
   [junit4]   2> 118319 WARN  (coreLoadExecutor-282-thread-1) [    ] 
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple 
copyFields (3)
   [junit4]   2> 118319 INFO  (coreLoadExecutor-282-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 118321 INFO  (coreLoadExecutor-282-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 118321 INFO  (coreLoadExecutor-282-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.core_node1' (registry 
'solr.core.collection1.shard2.core_node1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6bdbb8
   [junit4]   2> 118322 INFO  (coreLoadExecutor-282-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 118322 INFO  (coreLoadExecutor-282-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_65BFA424C41A6CAC-001/shard-1-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_65BFA424C41A6CAC-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 118366 INFO  (coreLoadExecutor-282-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 118366 INFO  (coreLoadExecutor-282-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 118367 INFO  (coreLoadExecutor-282-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 118367 INFO  (coreLoadExecutor-282-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 118368 INFO  (coreLoadExecutor-282-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1c03e5b[collection1] main]
   [junit4]   2> 118369 INFO  (coreLoadExecutor-282-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 118369 INFO  (coreLoadExecutor-282-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 118370 INFO  (coreLoadExecutor-282-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1569728064607223808
   [junit4]   2> 118373 INFO  (searcherExecutor-283-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1c03e5b[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 118375 INFO  (coreZkRegister-277-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 118375 INFO  (coreZkRegister-277-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 118375 INFO  (coreZkRegister-277-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:33033/_h/collection1/
   [junit4]   2> 118375 INFO  (coreZkRegister-277-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 118375 INFO  (coreZkRegister-277-thread-1) [    ] 
o.a.s.c.SyncStrategy http://127.0.0.1:33033/_h/collection1/ has no replicas
   [junit4]   2> 118375 INFO  (coreZkRegister-277-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 118377 INFO  (coreZkRegister-277-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:33033/_h/collection1/ shard2
   [junit4]   2> 118479 INFO  (zkCallback-113-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 118528 INFO  (coreZkRegister-277-thread-1) [    ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 118630 INFO  (zkCallback-113-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 118847 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_65BFA424C41A6CAC-001/shard-2-001/cores/collection1
   [junit4]   2> 118847 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_65BFA424C41A6CAC-001/shard-2-001
 of type NRT
   [junit4]   2> 118848 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 118857 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@a16969{/_h,null,AVAILABLE}
   [junit4]   2> 118857 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@af5bb2{HTTP/1.1,[http/1.1]}{127.0.0.1:37221}
   [junit4]   2> 118857 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] o.e.j.s.Server 
Started @120612ms
   [junit4]   2> 118857 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/_h, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_65BFA424C41A6CAC-001/tempDir-001/jetty2,
 hostPort=37221, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_65BFA424C41A6CAC-001/shard-2-001/cores}
   [junit4]   2> 118858 ERROR 
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 118862 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 118862 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 118862 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 118862 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-09T11:55:39.450205Z
   [junit4]   2> 118870 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 118870 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_65BFA424C41A6CAC-001/shard-2-001/solr.xml
   [junit4]   2> 118873 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6bdbb8, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 118889 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:33965/solr
   [junit4]   2> 118908 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 118910 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] o.a.s.c.Overseer 
Overseer (id=null) closing
   [junit4]   2> 118911 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37221__h
   [junit4]   2> 118912 INFO  (zkCallback-107-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 118912 INFO  (zkCallback-103-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 118912 INFO  (zkCallback-113-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 118925 INFO  (zkCallback-119-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 118987 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6bdbb8
   [junit4]   2> 118993 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6bdbb8
   [junit4]   2> 118993 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6bdbb8
   [junit4]   2> 118995 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_65BFA424C41A6CAC-001/shard-2-001/cores
   [junit4]   2> 118995 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 119006 INFO  (coreLoadExecutor-292-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 119007 INFO  
(OverseerStateUpdate-98108003878371332-127.0.0.1:40813__h-n_0000000000) [    ] 
o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 119109 INFO  (zkCallback-113-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 119109 INFO  (zkCallback-119-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 120034 INFO  (coreLoadExecutor-292-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 120041 INFO  (coreLoadExecutor-292-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 120082 WARN  (coreLoadExecutor-292-thread-1) [    ] 
o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for 
multiple copyFields (2)
   [junit4]   2> 120082 WARN  (coreLoadExecutor-292-thread-1) [    ] 
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple 
copyFields (3)
   [junit4]   2> 120083 INFO  (coreLoadExecutor-292-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 120083 INFO  (coreLoadExecutor-292-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 120083 INFO  (coreLoadExecutor-292-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.core_node2' (registry 
'solr.core.collection1.shard1.core_node2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6bdbb8
   [junit4]   2> 120083 INFO  (coreLoadExecutor-292-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 120083 INFO  (coreLoadExecutor-292-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_65BFA424C41A6CAC-001/shard-2-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_65BFA424C41A6CAC-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 120135 INFO  (coreLoadExecutor-292-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 120135 INFO  (coreLoadExecutor-292-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 120136 INFO  (coreLoadExecutor-292-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 120136 INFO  (coreLoadExecutor-292-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 120137 INFO  (coreLoadExecutor-292-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@19e851f[collection1] main]
   [junit4]   2> 120138 INFO  (coreLoadExecutor-292-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 120138 INFO  (coreLoadExecutor-292-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 120139 INFO  (searcherExecutor-293-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@19e851f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 120140 INFO  (coreLoadExecutor-292-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1569728066463203328
   [junit4]   2> 120144 INFO  (coreZkRegister-287-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 120144 INFO  (coreZkRegister-287-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 120144 INFO  (coreZkRegister-287-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:37221/_h/collection1/
   [junit4]   2> 120144 INFO  (coreZkRegister-287-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 120144 INFO  (coreZkRegister-287-thread-1) [    ] 
o.a.s.c.SyncStrategy http://127.0.0.1:37221/_h/collection1/ has no replicas
   [junit4]   2> 120144 INFO  (coreZkRegister-287-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 120145 INFO  (coreZkRegister-287-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:37221/_h/collection1/ shard1
   [junit4]   2> 120247 INFO  (zkCallback-113-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 120247 INFO  (zkCallback-119-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 120296 INFO  (coreZkRegister-287-thread-1) [    ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 120398 INFO  (zkCallback-113-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 120398 INFO  (zkCallback-119-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 120597 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_65BFA424C41A6CAC-001/shard-3-001/cores/collection1
   [junit4]   2> 120598 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_65BFA424C41A6CAC-001/shard-3-001
 of type NRT
   [junit4]   2> 120598 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 120599 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7db9b7{/_h,null,AVAILABLE}
   [junit4]   2> 120599 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@261053{HTTP/1.1,[http/1.1]}{127.0.0.1:35765}
   [junit4]   2> 120599 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] o.e.j.s.Server 
Started @122353ms
   [junit4]   2> 120599 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/_h, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_65BFA424C41A6CAC-001/tempDir-001/jetty3,
 hostPort=35765, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_65BFA424C41A6CAC-001/shard-3-001/cores}
   [junit4]   2> 120599 ERROR 
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 120600 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 120600 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 120600 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 120600 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-09T11:55:41.188248Z
   [junit4]   2> 120602 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 120603 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_65BFA424C41A6CAC-001/shard-3-001/solr.xml
   [junit4]   2> 120605 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6bdbb8, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 120607 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:33965/solr
   [junit4]   2> 120614 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 120617 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] o.a.s.c.Overseer 
Overseer (id=null) closing
   [junit4]   2> 120618 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35765__h
   [junit4]   2> 120618 INFO  (zkCallback-113-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 120619 INFO  (zkCallback-103-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 120619 INFO  (zkCallback-107-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 120618 INFO  (zkCallback-119-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 120619 INFO  (zkCallback-125-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 120702 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6bdbb8
   [junit4]   2> 120706 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6bdbb8
   [junit4]   2> 120706 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6bdbb8
   [junit4]   2> 120708 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_65BFA424C41A6CAC-001/shard-3-001/cores
   [junit4]   2> 120708 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 120715 INFO  (coreLoadExecutor-302-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 120716 INFO  
(OverseerStateUpdate-98108003878371332-127.0.0.1:40813__h-n_0000000000) [    ] 
o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 120818 INFO  (zkCallback-113-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 120818 INFO  (zkCallback-119-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 120818 INFO  (zkCallback-125-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 121725 INFO  (coreLoadExecutor-302-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 121730 INFO  (coreLoadExecutor-302-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 121766 WARN  (coreLoadExecutor-302-thread-1) [    ] 
o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for 
multiple copyFields (2)
   [junit4]   2> 121766 WARN  (coreLoadExecutor-302-thread-1) [    ] 
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple 
copyFields (3)
   [junit4]   2> 121766 INFO  (coreLoadExecutor-302-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 121766 INFO  (coreLoadExecutor-302-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 121766 INFO  (coreLoadExecutor-302-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.core_node3' (registry 
'solr.core.collection1.shard2.core_node3') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6bdbb8
   [junit4]   2> 121766 INFO  (coreLoadExecutor-302-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 121766 INFO  (coreLoadExecutor-302-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_65BFA424C41A6CAC-001/shard-3-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_65BFA424C41A6CAC-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 121801 INFO  (coreLoadExecutor-302-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 121801 INFO  (coreLoadExecutor-302-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 121802 INFO  (coreLoadExecutor-302-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 121802 INFO  (coreLoadExecutor-302-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 121803 INFO  (coreLoadExecutor-302-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1cf3b55[collection1] main]
   [junit4]   2> 121803 INFO  (coreLoadExecutor-302-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 121803 INFO  (coreLoadExecutor-302-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 121805 INFO  (searcherExecutor-303-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1cf3b55[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 121805 INFO  (coreLoadExecutor-302-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1569728068209082368
   [junit4]   2> 121810 INFO  (coreZkRegister-297-thread-1) [    ] 
o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 121810 INFO  (updateExecutor-122-thread-1) [    ] 
o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 121810 INFO  (recoveryExecutor-123-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 121810 INFO  (recoveryExecutor-123-thread-1) [    ] 
o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 121810 INFO  (recoveryExecutor-123-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
   [junit4]   2> 121810 INFO  (recoveryExecutor-123-thread-1) [    ] 
o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, 
tlog=null}
   [junit4]   2> 121810 INFO  (recoveryExecutor-123-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering, 
leader is [http://127.0.0.1:33033/_h/collection1/] and I am 
[http://127.0.0.1:35765/_h/collection1/]
   [junit4]   2> 121813 INFO  (recoveryExecutor-123-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Sending prep recovery command to 
[http://127.0.0.1:33033/_h]; [WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:35765__h&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 121818 INFO  (qtp3485187-698) [    ] o.a.s.h.a.PrepRecoveryOp 
Going to wait for coreNodeName: core_node3, state: recovering, checkLive: true, 
onlyIfLeader: true, onlyIfLeaderActive: true, maxTime: 183 s
   [junit4]   2> 121819 INFO  (qtp3485187-698) [    ] 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:35765__h, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:35765/_h","node_name":"127.0.0.1:35765__h","state":"down","type":"NRT"}
   [junit4]   2> 121913 INFO  (zkCallback-113-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 121913 INFO  (zkCallback-125-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 121913 INFO  (zkCallback-119-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 122308 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_65BFA424C41A6CAC-001/shard-4-001/cores/collection1
   [junit4]   2> 122309 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_65BFA424C41A6CAC-001/shard-4-001
 of type NRT
   [junit4]   2> 122309 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 122310 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@15fc6f2{/_h,null,AVAILABLE}
   [junit4]   2> 122310 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@500d4b{HTTP/1.1,[http/1.1]}{127.0.0.1:34353}
   [junit4]   2> 122311 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] o.e.j.s.Server 
Started @124065ms
   [junit4]   2> 122311 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/_h, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_65BFA424C41A6CAC-001/tempDir-001/jetty4,
 hostPort=34353, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_65BFA424C41A6CAC-001/shard-4-001/cores,
 replicaType=NRT}
   [junit4]   2> 122311 ERROR 
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 122311 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 122311 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 122311 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 122311 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-09T11:55:42.899770Z
   [junit4]   2> 122313 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 122313 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_65BFA424C41A6CAC-001/shard-4-001/solr.xml
   [junit4]   2> 122316 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6bdbb8, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 122318 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:33965/solr
   [junit4]   2> 122324 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 122325 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] o.a.s.c.Overseer 
Overseer (id=null) closing
   [junit4]   2> 122325 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34353__h
   [junit4]   2> 122327 INFO  (zkCallback-107-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 122327 INFO  (zkCallback-132-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 122327 INFO  (zkCallback-119-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 122327 INFO  (zkCallback-125-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 122327 INFO  (zkCallback-103-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 122327 INFO  (zkCallback-113-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 122393 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6bdbb8
   [junit4]   2> 122397 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6bdbb8
   [junit4]   2> 122397 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6bdbb8
   [junit4]   2> 122398 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_65BFA424C41A6CAC-001/shard-4-001/cores
   [junit4]   2> 122398 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 122399 INFO  (coreLoadExecutor-312-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 122400 INFO  
(OverseerStateUpdate-98108003878371332-127.0.0.1:40813__h-n_0000000000) [    ] 
o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 122502 INFO  (zkCallback-113-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 122502 INFO  (zkCallback-132-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 122502 INFO  (zkCallback-125-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 122502 INFO  (zkCallback-119-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 122819 INFO  (qtp3485187-698) [    ] 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:35765__h, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:35765/_h","node_name":"127.0.0.1:35765__h","state":"recovering","type":"NRT"}
   [junit4]   2> 122819 INFO  (qtp3485187-698) [    ] o.a.s.h.a.PrepRecoveryOp 
Waited coreNodeName: core_node3, state: recovering, checkLive: true, 
onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 122819 INFO  (qtp3485187-698) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:35765__h&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=0 QTime=1001
   [junit4]   2> 123320 INFO  (recoveryExecutor-123-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Attempting to PeerSync from 
[http://127.0.0.1:33033/_h/collection1/] - recoveringAfterStartup=[true]
   [junit4]   2> 123320 INFO  (recoveryExecutor-123-thread-1) [    ] 
o.a.s.u.PeerSync PeerSync: core=collection1 url=http://127.0.0.1:35765/_h START 
replicas=[http://127.0.0.1:33033/_h/collection1/] nUpdates=100
   [junit4]   2> 123331 INFO  (qtp3485187-698) [    ] o.a.s.u.IndexFingerprint 
IndexFingerprint millis:8.0 result:{maxVersionSpecified=9223372036854775807, 
maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, 
maxDoc=0}
   [junit4]   2> 123331 INFO  (qtp3485187-698) [    ] o.a.s.c.S.Request 
[collection1]  webapp=/_h path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=9
   [junit4]   2> 123332 INFO  (recoveryExecutor-123-thread-1) [    ] 
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> 123332 INFO  (recoveryExecutor-123-thread-1) [    ] 
o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync 
   [junit4]   2> 123332 INFO  (recoveryExecutor-123-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 123332 INFO  (recoveryExecutor-123-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 123332 INFO  (recoveryExecutor-123-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 123332 INFO  (recoveryExecutor-123-thread-1) [    ] 
o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
   [junit4]   2> 123333 INFO  (recoveryExecutor-123-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
   [junit4]   2> 123333 INFO  (recoveryExecutor-123-thread-1) [    ] 
o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 123333 INFO  (recoveryExecutor-123-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 123406 INFO  (coreLoadExecutor-312-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 123419 INFO  (coreLoadExecutor-312-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 123435 INFO  (zkCallback-113-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 123435 INFO  (zkCallback-119-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 123435 INFO  (zkCallback-125-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 123437 INFO  (zkCallback-132-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 123483 WARN  (coreLoadExecutor-312-thread-1) [    ] 
o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for 
multiple copyFields (2)
   [junit4]   2> 123483 WARN  (coreLoadExecutor-312-thread-1) [    ] 
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple 
copyFields (3)
   [junit4]   2> 123484 INFO  (coreLoadExecutor-312-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 123484 INFO  (coreLoadExecutor-312-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 123484 INFO  (coreLoadExecutor-312-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.core_node4' (registry 
'solr.core.collection1.shard1.core_node4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6bdbb8
   [junit4]   2> 123484 INFO  (coreLoadExecutor-312-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 123484 INFO  (coreLoadExecutor-312-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_65BFA424C41A6CAC-001/shard-4-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_65BFA424C41A6CAC-001/shard-4-001/cores/collection1/data/]
   [junit4]   2> 123561 INFO  (coreLoadExecutor-312-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 123561 INFO  (coreLoadExecutor-312-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 123562 INFO  (coreLoadExecutor-312-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 123562 INFO  (coreLoadExecutor-312-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 123563 INFO  (coreLoadExecutor-312-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@763614[collection1] main]
   [junit4]   2> 123564 INFO  (coreLoadExecutor-312-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 123564 INFO  (coreLoadExecutor-312-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 123567 INFO  (searcherExecutor-313-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@763614[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 123568 INFO  (coreLoadExecutor-312-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1569728070057721856
   [junit4]   2> 123571 INFO  (coreZkRegister-307-thread-1) [    ] 
o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 123571 INFO  (updateExecutor-129-thread-1) [    ] 
o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 123571 INFO  (recoveryExecutor-130-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 123571 INFO  (recoveryExecutor-130-thread-1) [    ] 
o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 123571 INFO  (recoveryExecutor-130-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
   [junit4]   2> 123572 INFO  (recoveryExecutor-130-thread-1) [    ] 
o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, 
tlog=null}
   [junit4]   2> 123572 INFO  (recoveryExecutor-130-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering, 
leader is [http://127.0.0.1:37221/_h/collection1/] and I am 
[http://127.0.0.1:34353/_h/collection1/]
   [junit4]   2> 123573 INFO  (recoveryExecutor-130-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Sending prep recovery command to 
[http://127.0.0.1:37221/_h]; [WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:34353__h&coreNodeName=core_node4&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 123576 INFO  (qtp31050383-727) [    ] o.a.s.h.a.PrepRecoveryOp 
Going to wait for coreNodeName: core_node4, state: recovering, checkLive: true, 
onlyIfLeader: true, onlyIfLeaderActive: true, maxTime: 183 s
   [junit4]   2> 123577 INFO  (qtp31050383-727) [    ] 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:34353__h, coreNodeName=core_node4, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node4:{"core":"collection1","base_url":"http://127.0.0.1:34353/_h","node_name":"127.0.0.1:34353__h","state":"down","type":"NRT"}
   [junit4]   2> 123673 INFO  (zkCallback-119-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 123673 INFO  (zkCallback-113-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 123673 INFO  (zkCallback-125-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 123673 INFO  (zkCallback-132-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 123938 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting doTest
   [junit4]   2> 123938 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):330
   [junit4]   2> 124577 INFO  (qtp31050383-727) [    ] 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:34353__h, coreNodeName=core_node4, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node4:{"core":"collection1","base_url":"http://127.0.0.1:34353/_h","node_name":"127.0.0.1:34353__h","state":"recovering","type":"NRT"}
   [junit4]   2> 124577 INFO  (qtp31050383-727) [    ] o.a.s.h.a.PrepRecoveryOp 
Waited coreNodeName: core_node4, state: recovering, checkLive: true, 
onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 124577 INFO  (qtp31050383-727) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:34353__h&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node4&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=0 QTime=1000
   [junit4]   2> 125078 INFO  (recoveryExecutor-130-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Attempting to PeerSync from 
[http://127.0.0.1:37221/_h/collection1/] - recoveringAfterStartup=[true]
   [junit4]   2> 125078 INFO  (recoveryExecutor-130-thread-1) [    ] 
o.a.s.u.PeerSync PeerSync: core=collection1 url=http://127.0.0.1:34353/_h START 
replicas=[http://127.0.0.1:37221/_h/collection1/] nUpdates=100
   [junit4]   2> 125080 INFO  (qtp31050383-727) [    ] 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> 125080 INFO  (qtp31050383-727) [    ] o.a.s.c.S.Request 
[collection1]  webapp=/_h path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 125081 INFO  (recoveryExecutor-130-thread-1) [    ] 
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> 125081 INFO  (recoveryExecutor-130-thread-1) [    ] 
o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync 
   [junit4]   2> 125081 INFO  (recoveryExecutor-130-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 125081 INFO  (recoveryExecutor-130-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 125081 INFO  (recoveryExecutor-130-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 125081 INFO  (recoveryExecutor-130-thread-1) [    ] 
o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
   [junit4]   2> 125081 INFO  (recoveryExecutor-130-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
   [junit4]   2> 125081 INFO  (recoveryExecutor-130-thread-1) [    ] 
o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 125081 INFO  (recoveryExecutor-130-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 125184 INFO  (zkCallback-113-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 125184 INFO  (zkCallback-125-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 125184 INFO  (zkCallback-119-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 125184 INFO  (zkCallback-132-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 125939 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 125942 INFO  (qtp18248931-658) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_h path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:* (-1569728072545992704)} 0 1
   [junit4]   2> 125952 INFO  (qtp12840820-787) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_h path=/update 
params={update.distrib=FROMLEADER&_version_=-1569728072549138432&distrib.from=http://127.0.0.1:37221/_h/collection1/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1569728072549138432)} 0 3
   [junit4]   2> 125953 INFO  (qtp5391651-754) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_h path=/update 
params={update.distrib=FROMLEADER&_version_=-1569728072551235584&distrib.from=http://127.0.0.1:33033/_h/collection1/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1569728072551235584)} 0 1
   [junit4]   2> 125953 INFO  (qtp3485187-699) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_h path=/update 
params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:37221/_h/collection1/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1569728072551235584)} 0 6
   [junit4]   2> 125953 INFO  (qtp31050383-721) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_h path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:* (-1569728072549138432)} 0 9
   [junit4]   2> 125956 INFO  (qtp18248931-659) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1569728072561721344,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 125956 INFO  (qtp18248931-659) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 125957 INFO  (qtp18248931-659) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 125957 INFO  (qtp18248931-659) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_h path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 0
   [junit4]   2> 125965 INFO  (qtp31050383-727) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1569728072571158528,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 125965 INFO  (qtp31050383-727) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 125966 INFO  (qtp12840820-783) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1569728072572207104,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 125966 INFO  (qtp3485187-693) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1569728072572207104,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 125966 INFO  (qtp3485187-693) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 125967 INFO  (qtp31050383-727) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 125967 INFO  (qtp12840820-783) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 125967 INFO  (qtp12840820-783) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 125968 INFO  (qtp5391651-755) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1569728072573255680,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 125968 INFO  (qtp12840820-783) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_h path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:33033/_h/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 1
   [junit4]   2> 125967 INFO  (qtp3485187-693) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 125968 INFO  (qtp3485187-693) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_h path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:33033/_h/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 1
   [junit4]   2> 125968 INFO  (qtp31050383-727) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_h path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:33033/_h/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 2
   [junit4]   2> 125968 INFO  (qtp5391651-755) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 125968 INFO  (qtp5391651-755) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 125968 INFO  (qtp5391651-755) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_h path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:33033/_h/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 1
   [junit4]   2> 125969 INFO  (qtp3485187-698) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_h path=/update 
params={_stateVer_=collection1:12&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 10
   [junit4]   2> 125972 INFO  (qtp18248931-660) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_h path=/update 
params={wt=javabin&version=2&CONTROL=TRUE}{add=[1 (1569728072575352832)]} 0 3
   [junit4]   2> 125976 INFO  (qtp12840820-788) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_h path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37221/_h/collection1/&wt=javabin&version=2}{add=[1
 (1569728072579547136)]} 0 1
   [junit4]   2> 125977 INFO  (qtp31050383-722) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_h path=/update 
params={wt=javabin&version=2}{add=[1 (1569728072579547136)]} 0 3
   [junit4]   2> 125978 INFO  (qtp18248931-653) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_h path=/update 
params={wt=javabin&version=2&CONTROL=TRUE}{add=[2 (1569728072583741440)]} 0 1
   [junit4]   2> 125984 INFO  (qtp5391651-756) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_h path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:33033/_h/collection1/&wt=javabin&version=2}{add=[2
 (1569728072585838592)]} 0 2
   [junit4]   2> 125984 INFO  (qtp3485187-695) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_h path=/update 
params={wt=javabin&version=2}{add=[2 (1569728072585838592)]} 0 4
   [junit4]   2> 125985 INFO  (qtp18248931-658) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_h path=/update 
params={wt=javabin&version=2&CONTROL=TRUE}{add=[3 (1569728072591081472)]} 0 0
   [junit4]   2> 125987 INFO  (q

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

Manager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 134784 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 134785 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 134789 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] o.a.s.c.Overseer 
Overseer (id=98108003878371346-127.0.0.1:34353__h-n_0000000004) closing
   [junit4]   2> 134789 INFO  
(OverseerStateUpdate-98108003878371346-127.0.0.1:34353__h-n_0000000004) [    ] 
o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:34353__h
   [junit4]   2> 134790 WARN  (zkCallback-132-thread-3) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 136286 WARN  (zkCallback-132-thread-2) [    ] 
o.a.s.c.SyncStrategy Closed, skipping sync up.
   [junit4]   2> 136286 INFO  (zkCallback-132-thread-2) [    ] o.a.s.c.SolrCore 
[collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@a1ef7a
   [junit4]   2> 136287 INFO  (zkCallback-132-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1.shard1.core_node4, tag=10612602
   [junit4]   2> 136288 INFO  (zkCallback-132-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.collection1.shard1.leader, tag=10612602
   [junit4]   2> 136288 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@500d4b{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 136288 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@15fc6f2{/_h,null,UNAVAILABLE}
   [junit4]   2> 136289 ERROR 
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 136289 INFO  
(TEST-TestSQLHandler.doTest-seed#[65BFA424C41A6CAC]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:33965 33965
   [junit4]   2> 136322 INFO  (Thread-135) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:33965 33965
   [junit4]   2> 136323 WARN  (Thread-135) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        65      /solr/aliases.json
   [junit4]   2>        65      /solr/clusterprops.json
   [junit4]   2>        5       /solr/security.json
   [junit4]   2>        5       /solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        65      /solr/clusterstate.json
   [junit4]   2>        4       /solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        65      /solr/live_nodes
   [junit4]   2>        65      /solr/collections
   [junit4]   2>        3       /solr/overseer/queue
   [junit4]   2>        3       /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=65BFA424C41A6CAC -Dtests.multiplier=3 
-Dtests.slow=true -Dtests.locale=az-Latn -Dtests.timezone=America/Guyana 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   20.4s J2 | TestSQLHandler.doTest <<<
   [junit4]    > Throwable #1: java.io.IOException: --> 
http://127.0.0.1:33033/_h/collection1:Failed to execute sqlQuery 'select str_s, 
count(*), sum(field_i), min(field_i), max(field_i), avg(field_i) 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), avg(field_i) 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([65BFA424C41A6CAC:C2FB1C80A9A17F15]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.io.stream.SolrStream.read(SolrStream.java:219)
   [junit4]    >        at 
org.apache.solr.handler.TestSQLHandler.getTuples(TestSQLHandler.java:2527)
   [junit4]    >        at 
org.apache.solr.handler.TestSQLHandler.testBasicGrouping(TestSQLHandler.java:676)
   [junit4]    >        at 
org.apache.solr.handler.TestSQLHandler.doTest(TestSQLHandler.java:90)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:563)
   [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.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_65BFA424C41A6CAC-001
   [junit4]   2> Jun 09, 2017 11:55:56 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked 
thread(s).
   [junit4]   2> Jun 09, 2017 11:56:16 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=1126, name=Connection evictor, 
state=TIMED_WAITING, group=TGRP-TestSQLHandler]
   [junit4]   2>         at java.base@9-ea/java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at 
app//org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
   [junit4]   2>         at java.base@9-ea/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> Jun 09, 2017 11:56:16 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=1126, name=Connection evictor, 
state=TIMED_WAITING, group=TGRP-TestSQLHandler]
   [junit4]   2> Jun 09, 2017 11:56:16 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{n_l1=BlockTreeOrds(blocksize=128), multiDefault=BlockTreeOrds(blocksize=128), 
Field_i=PostingsFormat(name=Memory), intDefault=PostingsFormat(name=Memory), 
n_dt1=PostingsFormat(name=Memory), n_td1=PostingsFormat(name=Memory), 
Str_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 n_d1=BlockTreeOrds(blocksize=128), field_i=BlockTreeOrds(blocksize=128), 
str_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 n_f1=PostingsFormat(name=Memory), n_ti1=Lucene50(blocksize=128), 
rnd_b=Lucene50(blocksize=128), n_tl1=PostingsFormat(name=Memory), 
_version_=PostingsFormat(name=Memory), n_tf1=BlockTreeOrds(blocksize=128), 
n_tdt1=PostingsFormat(name=Memory), id=Lucene50(blocksize=128), 
text=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 Text_t=PostingsFormat(name=Memory), timestamp=BlockTreeOrds(blocksize=128)}, 
docValues:{_version_=DocValuesFormat(name=Lucene70), 
multiDefault=DocValuesFormat(name=Memory), 
Field_i=DocValuesFormat(name=Lucene70), 
intDefault=DocValuesFormat(name=Lucene70), id=DocValuesFormat(name=Lucene70), 
Str_s=DocValuesFormat(name=Direct), field_i=DocValuesFormat(name=Memory), 
str_s=DocValuesFormat(name=Direct), n_f1=DocValuesFormat(name=Lucene70)}, 
maxPointsInLeafNode=247, maxMBSortInHeap=6.650138354593659, 
sim=RandomSimilarity(queryNorm=false): {}, locale=az-Latn, 
timezone=America/Guyana
   [junit4]   2> NOTE: Linux 4.10.0-21-generic i386/Oracle Corporation 9-ea 
(32-bit)/cpus=8,threads=1,free=173774648,total=270532608
   [junit4]   2> NOTE: All tests run in this JVM: [TestSimpleTextCodec, 
TestTolerantUpdateProcessorCloud, TestExceedMaxTermLength, CircularListTest, 
TestIndexSearcher, ChaosMonkeyNothingIsSafeWithPullReplicasTest, 
OutputWriterTest, TestSort, TestLockTree, AutoCommitTest, TestSQLHandler]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSQLHandler 
-Dtests.seed=65BFA424C41A6CAC -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=az-Latn -Dtests.timezone=America/Guyana -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J2 | 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=1126, name=Connection evictor, 
state=TIMED_WAITING, group=TGRP-TestSQLHandler]
   [junit4]    >         at java.base@9-ea/java.lang.Thread.sleep(Native Method)
   [junit4]    >         at 
app//org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
   [junit4]    >         at java.base@9-ea/java.lang.Thread.run(Thread.java:844)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([65BFA424C41A6CAC]:0)
   [junit4] Completed [55/724 (1!)] on J2 in 40.46s, 1 test, 2 errors <<< 
FAILURES!

[...truncated 38508 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to