Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/19923/
Java: 64bit/jdk-9-ea+173 -XX:-UseCompressedOops -XX:+UseG1GC

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=17853, 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=17853, 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([81A89B86FB5DEEBF]:0)


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

Error Message:
--> https://127.0.0.1:34207/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: --> https://127.0.0.1:34207/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([81A89B86FB5DEEBF:26EC232296E6FD06]: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:564)
        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 12845 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_81A89B86FB5DEEBF-001/init-core-data-001
   [junit4]   2> 1585012 INFO  
(SUITE-TestSQLHandler-seed#[81A89B86FB5DEEBF]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 1585012 INFO  
(SUITE-TestSQLHandler-seed#[81A89B86FB5DEEBF]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) 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> 1585013 INFO  
(SUITE-TestSQLHandler-seed#[81A89B86FB5DEEBF]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1585014 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1585014 INFO  (Thread-3760) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1585014 INFO  (Thread-3760) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1585015 ERROR (Thread-3760) [    ] 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> 1585114 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:34115
   [junit4]   2> 1585120 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
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> 1585121 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
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> 1585122 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
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> 1585122 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
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> 1585124 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
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> 1585124 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
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> 1585125 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
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> 1585129 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
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> 1585131 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
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> 1585131 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
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> 1585132 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
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> 1585133 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 1585187 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
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_81A89B86FB5DEEBF-001/control-001/cores/collection1
   [junit4]   2> 1585188 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 1585189 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@26203e13{/,null,AVAILABLE}
   [junit4]   2> 1585189 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@588d0234{SSL,[ssl, 
http/1.1]}{127.0.0.1:39587}
   [junit4]   2> 1585189 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] o.e.j.s.Server 
Started @1587381ms
   [junit4]   2> 1585190 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_81A89B86FB5DEEBF-001/tempDir-001/control/data,
 hostPort=39587, 
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_81A89B86FB5DEEBF-001/control-001/cores}
   [junit4]   2> 1585190 ERROR 
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1585190 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1585190 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1585190 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1585190 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-21T09:21:56.824352Z
   [junit4]   2> 1585191 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1585191 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
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_81A89B86FB5DEEBF-001/control-001/solr.xml
   [junit4]   2> 1585193 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@44735169, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1585195 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:34115/solr
   [junit4]   2> 1585200 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] o.a.s.c.Overseer 
Overseer (id=null) closing
   [junit4]   2> 1585201 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39587_
   [junit4]   2> 1585201 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] o.a.s.c.Overseer 
Overseer (id=98175347369443333-127.0.0.1:39587_-n_0000000000) starting
   [junit4]   2> 1585207 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39587_
   [junit4]   2> 1585208 INFO  (zkCallback-2953-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1585230 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@44735169
   [junit4]   2> 1585234 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@44735169
   [junit4]   2> 1585234 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@44735169
   [junit4]   2> 1585235 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
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_81A89B86FB5DEEBF-001/control-001/cores
   [junit4]   2> 1585235 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1585236 INFO  (coreLoadExecutor-7451-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1585237 INFO  
(OverseerStateUpdate-98175347369443333-127.0.0.1:39587_-n_0000000000) [    ] 
o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1586241 INFO  (coreLoadExecutor-7451-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1586246 INFO  (coreLoadExecutor-7451-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1586283 WARN  (coreLoadExecutor-7451-thread-1) [    ] 
o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for 
multiple copyFields (2)
   [junit4]   2> 1586283 WARN  (coreLoadExecutor-7451-thread-1) [    ] 
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple 
copyFields (3)
   [junit4]   2> 1586283 INFO  (coreLoadExecutor-7451-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1586283 INFO  (coreLoadExecutor-7451-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection control_collection, trusted=true
   [junit4]   2> 1586283 INFO  (coreLoadExecutor-7451-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@44735169
   [junit4]   2> 1586283 INFO  (coreLoadExecutor-7451-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1586283 INFO  (coreLoadExecutor-7451-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_81A89B86FB5DEEBF-001/control-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_81A89B86FB5DEEBF-001/control-001/cores/collection1/data/]
   [junit4]   2> 1586303 INFO  (coreLoadExecutor-7451-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1586303 INFO  (coreLoadExecutor-7451-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1586308 INFO  (coreLoadExecutor-7451-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1586308 INFO  (coreLoadExecutor-7451-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1586309 INFO  (coreLoadExecutor-7451-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@358e010f[collection1] main]
   [junit4]   2> 1586310 INFO  (coreLoadExecutor-7451-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1586310 INFO  (coreLoadExecutor-7451-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1586311 INFO  (coreLoadExecutor-7451-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1570805559271096320
   [junit4]   2> 1586311 INFO  (searcherExecutor-7452-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@358e010f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1586314 INFO  (coreZkRegister-7444-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1586314 INFO  (coreZkRegister-7444-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1586314 INFO  (coreZkRegister-7444-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:39587/collection1/
   [junit4]   2> 1586314 INFO  (coreZkRegister-7444-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1586314 INFO  (coreZkRegister-7444-thread-1) [    ] 
o.a.s.c.SyncStrategy https://127.0.0.1:39587/collection1/ has no replicas
   [junit4]   2> 1586314 INFO  (coreZkRegister-7444-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1586315 INFO  (coreZkRegister-7444-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:39587/collection1/ shard1
   [junit4]   2> 1586465 INFO  (coreZkRegister-7444-thread-1) [    ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1586746 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1586747 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34115/solr ready
   [junit4]   2> 1586747 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] o.a.s.c.ChaosMonkey 
monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1586747 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 1586801 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
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_81A89B86FB5DEEBF-001/shard-1-001/cores/collection1
   [junit4]   2> 1586801 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
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_81A89B86FB5DEEBF-001/shard-1-001
 of type NRT
   [junit4]   2> 1586802 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 1586802 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@26a465fd{/,null,AVAILABLE}
   [junit4]   2> 1586803 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@600017ca{SSL,[ssl, 
http/1.1]}{127.0.0.1:34207}
   [junit4]   2> 1586803 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] o.e.j.s.Server 
Started @1588994ms
   [junit4]   2> 1586803 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_81A89B86FB5DEEBF-001/tempDir-001/jetty1,
 hostPort=34207, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_81A89B86FB5DEEBF-001/shard-1-001/cores}
   [junit4]   2> 1586803 ERROR 
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1586803 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1586803 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1586803 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1586803 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-21T09:21:58.437684Z
   [junit4]   2> 1586805 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1586805 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
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_81A89B86FB5DEEBF-001/shard-1-001/solr.xml
   [junit4]   2> 1586807 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@44735169, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1586808 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:34115/solr
   [junit4]   2> 1586811 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1586812 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] o.a.s.c.Overseer 
Overseer (id=null) closing
   [junit4]   2> 1586812 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34207_
   [junit4]   2> 1586813 INFO  (zkCallback-2953-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1586813 INFO  (zkCallback-2957-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1586813 INFO  (zkCallback-2963-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1586833 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@44735169
   [junit4]   2> 1586836 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@44735169
   [junit4]   2> 1586836 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@44735169
   [junit4]   2> 1586837 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
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_81A89B86FB5DEEBF-001/shard-1-001/cores
   [junit4]   2> 1586837 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1586838 INFO  (coreLoadExecutor-7461-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1586839 INFO  
(OverseerStateUpdate-98175347369443333-127.0.0.1:39587_-n_0000000000) [    ] 
o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 1586940 INFO  (zkCallback-2963-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeCreated path:/collections/collection1/state.json] 
for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1587843 INFO  (coreLoadExecutor-7461-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1587850 INFO  (coreLoadExecutor-7461-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1587913 WARN  (coreLoadExecutor-7461-thread-1) [    ] 
o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for 
multiple copyFields (2)
   [junit4]   2> 1587914 WARN  (coreLoadExecutor-7461-thread-1) [    ] 
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple 
copyFields (3)
   [junit4]   2> 1587914 INFO  (coreLoadExecutor-7461-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1587914 INFO  (coreLoadExecutor-7461-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 1587914 INFO  (coreLoadExecutor-7461-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@44735169
   [junit4]   2> 1587914 INFO  (coreLoadExecutor-7461-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1587914 INFO  (coreLoadExecutor-7461-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_81A89B86FB5DEEBF-001/shard-1-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_81A89B86FB5DEEBF-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 1587936 INFO  (coreLoadExecutor-7461-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1587936 INFO  (coreLoadExecutor-7461-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1587937 INFO  (coreLoadExecutor-7461-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1587937 INFO  (coreLoadExecutor-7461-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1587938 INFO  (coreLoadExecutor-7461-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@6413c8ff[collection1] main]
   [junit4]   2> 1587938 INFO  (coreLoadExecutor-7461-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1587938 INFO  (coreLoadExecutor-7461-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1587939 INFO  (searcherExecutor-7462-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6413c8ff[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1587939 INFO  (coreLoadExecutor-7461-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1570805560978178048
   [junit4]   2> 1587942 INFO  (coreZkRegister-7456-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1587942 INFO  (coreZkRegister-7456-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1587942 INFO  (coreZkRegister-7456-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:34207/collection1/
   [junit4]   2> 1587942 INFO  (coreZkRegister-7456-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1587942 INFO  (coreZkRegister-7456-thread-1) [    ] 
o.a.s.c.SyncStrategy https://127.0.0.1:34207/collection1/ has no replicas
   [junit4]   2> 1587942 INFO  (coreZkRegister-7456-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1587943 INFO  (coreZkRegister-7456-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:34207/collection1/ shard2
   [junit4]   2> 1588044 INFO  (zkCallback-2963-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> 1588094 INFO  (coreZkRegister-7456-thread-1) [    ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1588196 INFO  (zkCallback-2963-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> 1588402 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
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_81A89B86FB5DEEBF-001/shard-2-001/cores/collection1
   [junit4]   2> 1588402 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
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_81A89B86FB5DEEBF-001/shard-2-001
 of type NRT
   [junit4]   2> 1588404 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 1588405 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6669185a{/,null,AVAILABLE}
   [junit4]   2> 1588405 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@1859b677{SSL,[ssl, 
http/1.1]}{127.0.0.1:46713}
   [junit4]   2> 1588406 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] o.e.j.s.Server 
Started @1590597ms
   [junit4]   2> 1588406 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_81A89B86FB5DEEBF-001/tempDir-001/jetty2,
 hostPort=46713, 
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_81A89B86FB5DEEBF-001/shard-2-001/cores,
 replicaType=NRT}
   [junit4]   2> 1588406 ERROR 
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1588406 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1588406 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1588406 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1588406 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-21T09:22:00.040838Z
   [junit4]   2> 1588409 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1588410 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
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_81A89B86FB5DEEBF-001/shard-2-001/solr.xml
   [junit4]   2> 1588412 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@44735169, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1588416 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:34115/solr
   [junit4]   2> 1588422 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1588422 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] o.a.s.c.Overseer 
Overseer (id=null) closing
   [junit4]   2> 1588423 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46713_
   [junit4]   2> 1588424 INFO  (zkCallback-2957-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1588424 INFO  (zkCallback-2963-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1588424 INFO  (zkCallback-2969-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1588424 INFO  (zkCallback-2953-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1588448 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@44735169
   [junit4]   2> 1588452 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@44735169
   [junit4]   2> 1588452 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@44735169
   [junit4]   2> 1588453 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
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_81A89B86FB5DEEBF-001/shard-2-001/cores
   [junit4]   2> 1588453 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1588454 INFO  (coreLoadExecutor-7471-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1588454 INFO  
(OverseerStateUpdate-98175347369443333-127.0.0.1:39587_-n_0000000000) [    ] 
o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1588559 INFO  (zkCallback-2969-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> 1588559 INFO  (zkCallback-2963-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> 1589460 INFO  (coreLoadExecutor-7471-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1589467 INFO  (coreLoadExecutor-7471-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1589512 WARN  (coreLoadExecutor-7471-thread-1) [    ] 
o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for 
multiple copyFields (2)
   [junit4]   2> 1589513 WARN  (coreLoadExecutor-7471-thread-1) [    ] 
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple 
copyFields (3)
   [junit4]   2> 1589513 INFO  (coreLoadExecutor-7471-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1589513 INFO  (coreLoadExecutor-7471-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 1589513 INFO  (coreLoadExecutor-7471-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@44735169
   [junit4]   2> 1589513 INFO  (coreLoadExecutor-7471-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1589513 INFO  (coreLoadExecutor-7471-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_81A89B86FB5DEEBF-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_81A89B86FB5DEEBF-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 1589538 INFO  (coreLoadExecutor-7471-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1589538 INFO  (coreLoadExecutor-7471-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1589550 INFO  (coreLoadExecutor-7471-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1589550 INFO  (coreLoadExecutor-7471-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1589551 INFO  (coreLoadExecutor-7471-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@3e28762f[collection1] main]
   [junit4]   2> 1589551 INFO  (coreLoadExecutor-7471-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1589552 INFO  (coreLoadExecutor-7471-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1589553 INFO  (searcherExecutor-7472-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3e28762f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1589553 INFO  (coreLoadExecutor-7471-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1570805562670579712
   [junit4]   2> 1589557 INFO  (coreZkRegister-7466-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1589557 INFO  (coreZkRegister-7466-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1589557 INFO  (coreZkRegister-7466-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:46713/collection1/
   [junit4]   2> 1589557 INFO  (coreZkRegister-7466-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1589557 INFO  (coreZkRegister-7466-thread-1) [    ] 
o.a.s.c.SyncStrategy https://127.0.0.1:46713/collection1/ has no replicas
   [junit4]   2> 1589557 INFO  (coreZkRegister-7466-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1589564 INFO  (coreZkRegister-7466-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:46713/collection1/ shard1
   [junit4]   2> 1589668 INFO  (zkCallback-2969-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> 1589668 INFO  (zkCallback-2963-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> 1589705 INFO  (coreZkRegister-7466-thread-1) [    ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1589807 INFO  (zkCallback-2963-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> 1589807 INFO  (zkCallback-2969-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> 1590033 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
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_81A89B86FB5DEEBF-001/shard-3-001/cores/collection1
   [junit4]   2> 1590033 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
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_81A89B86FB5DEEBF-001/shard-3-001
 of type NRT
   [junit4]   2> 1590034 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 1590035 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5226dae9{/,null,AVAILABLE}
   [junit4]   2> 1590035 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@26f47887{SSL,[ssl, 
http/1.1]}{127.0.0.1:44593}
   [junit4]   2> 1590035 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] o.e.j.s.Server 
Started @1592227ms
   [junit4]   2> 1590035 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_81A89B86FB5DEEBF-001/tempDir-001/jetty3,
 hostPort=44593, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_81A89B86FB5DEEBF-001/shard-3-001/cores,
 replicaType=NRT}
   [junit4]   2> 1590036 ERROR 
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1590036 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1590036 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1590036 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1590036 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-21T09:22:01.670229Z
   [junit4]   2> 1590038 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1590038 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
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_81A89B86FB5DEEBF-001/shard-3-001/solr.xml
   [junit4]   2> 1590040 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@44735169, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1590042 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:34115/solr
   [junit4]   2> 1590045 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1590046 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] o.a.s.c.Overseer 
Overseer (id=null) closing
   [junit4]   2> 1590046 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44593_
   [junit4]   2> 1590047 INFO  (zkCallback-2953-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1590047 INFO  (zkCallback-2969-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1590047 INFO  (zkCallback-2963-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1590047 INFO  (zkCallback-2957-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1590047 INFO  (zkCallback-2975-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1590077 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@44735169
   [junit4]   2> 1590080 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@44735169
   [junit4]   2> 1590080 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@44735169
   [junit4]   2> 1590081 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
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_81A89B86FB5DEEBF-001/shard-3-001/cores
   [junit4]   2> 1590081 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1590082 INFO  (coreLoadExecutor-7481-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1590083 INFO  
(OverseerStateUpdate-98175347369443333-127.0.0.1:39587_-n_0000000000) [    ] 
o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 1590184 INFO  (zkCallback-2975-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> 1590184 INFO  (zkCallback-2963-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> 1590184 INFO  (zkCallback-2969-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> 1591088 INFO  (coreLoadExecutor-7481-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1591094 INFO  (coreLoadExecutor-7481-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1591184 WARN  (coreLoadExecutor-7481-thread-1) [    ] 
o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for 
multiple copyFields (2)
   [junit4]   2> 1591184 WARN  (coreLoadExecutor-7481-thread-1) [    ] 
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple 
copyFields (3)
   [junit4]   2> 1591184 INFO  (coreLoadExecutor-7481-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1591184 INFO  (coreLoadExecutor-7481-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 1591184 INFO  (coreLoadExecutor-7481-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@44735169
   [junit4]   2> 1591185 INFO  (coreLoadExecutor-7481-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1591185 INFO  (coreLoadExecutor-7481-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_81A89B86FB5DEEBF-001/shard-3-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_81A89B86FB5DEEBF-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 1591213 INFO  (coreLoadExecutor-7481-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1591213 INFO  (coreLoadExecutor-7481-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1591214 INFO  (coreLoadExecutor-7481-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1591214 INFO  (coreLoadExecutor-7481-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1591215 INFO  (coreLoadExecutor-7481-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@2ee054cb[collection1] main]
   [junit4]   2> 1591215 INFO  (coreLoadExecutor-7481-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1591216 INFO  (coreLoadExecutor-7481-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1591217 INFO  (searcherExecutor-7482-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2ee054cb[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1591217 INFO  (coreLoadExecutor-7481-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1570805564415410176
   [junit4]   2> 1591219 INFO  (coreZkRegister-7476-thread-1) [    ] 
o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 1591219 INFO  (updateExecutor-2972-thread-1) [    ] 
o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1591219 INFO  (recoveryExecutor-2973-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 1591219 INFO  (recoveryExecutor-2973-thread-1) [    ] 
o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 1591219 INFO  (recoveryExecutor-2973-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
   [junit4]   2> 1591219 INFO  (recoveryExecutor-2973-thread-1) [    ] 
o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, 
tlog=null}
   [junit4]   2> 1591219 INFO  (recoveryExecutor-2973-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering, 
leader is [https://127.0.0.1:34207/collection1/] and I am 
[https://127.0.0.1:44593/collection1/]
   [junit4]   2> 1591226 INFO  (recoveryExecutor-2973-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Sending prep recovery command to 
[https://127.0.0.1:34207]; [WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:44593_&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1591241 INFO  (qtp1984729448-17419) [    ] 
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> 1591242 INFO  (qtp1984729448-17419) [    ] 
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:44593_, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"https://127.0.0.1:44593","node_name":"127.0.0.1:44593_","state":"down","type":"NRT"}
   [junit4]   2> 1591321 INFO  (zkCallback-2963-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> 1591321 INFO  (zkCallback-2969-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> 1591321 INFO  (zkCallback-2975-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> 1591653 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
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_81A89B86FB5DEEBF-001/shard-4-001/cores/collection1
   [junit4]   2> 1591653 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
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_81A89B86FB5DEEBF-001/shard-4-001
 of type NRT
   [junit4]   2> 1591654 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 1591654 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@306e96ae{/,null,AVAILABLE}
   [junit4]   2> 1591655 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@125add48{SSL,[ssl, 
http/1.1]}{127.0.0.1:44257}
   [junit4]   2> 1591655 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] o.e.j.s.Server 
Started @1593846ms
   [junit4]   2> 1591655 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_81A89B86FB5DEEBF-001/tempDir-001/jetty4,
 hostPort=44257, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_81A89B86FB5DEEBF-001/shard-4-001/cores,
 replicaType=NRT}
   [junit4]   2> 1591655 ERROR 
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1591655 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1591655 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1591655 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1591655 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-21T09:22:03.289830Z
   [junit4]   2> 1591657 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1591657 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
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_81A89B86FB5DEEBF-001/shard-4-001/solr.xml
   [junit4]   2> 1591659 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@44735169, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1591660 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:34115/solr
   [junit4]   2> 1591664 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1591665 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] o.a.s.c.Overseer 
Overseer (id=null) closing
   [junit4]   2> 1591666 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44257_
   [junit4]   2> 1591666 INFO  (zkCallback-2953-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1591666 INFO  (zkCallback-2963-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1591666 INFO  (zkCallback-2969-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1591667 INFO  (zkCallback-2957-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1591666 INFO  (zkCallback-2975-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1591667 INFO  (zkCallback-2982-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1591697 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@44735169
   [junit4]   2> 1591701 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@44735169
   [junit4]   2> 1591701 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@44735169
   [junit4]   2> 1591702 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
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_81A89B86FB5DEEBF-001/shard-4-001/cores
   [junit4]   2> 1591702 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1591703 INFO  (coreLoadExecutor-7491-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1591703 INFO  
(OverseerStateUpdate-98175347369443333-127.0.0.1:39587_-n_0000000000) [    ] 
o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1591804 INFO  (zkCallback-2969-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> 1591804 INFO  (zkCallback-2975-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> 1591805 INFO  (zkCallback-2982-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> 1591807 INFO  (zkCallback-2963-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> 1592242 INFO  (qtp1984729448-17419) [    ] 
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:44593_, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"https://127.0.0.1:44593","node_name":"127.0.0.1:44593_","state":"recovering","type":"NRT"}
   [junit4]   2> 1592242 INFO  (qtp1984729448-17419) [    ] 
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, 
checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 1592242 INFO  (qtp1984729448-17419) [    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:44593_&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> 1592707 INFO  (coreLoadExecutor-7491-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1592711 INFO  (coreLoadExecutor-7491-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1592743 INFO  (recoveryExecutor-2973-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Attempting to PeerSync from 
[https://127.0.0.1:34207/collection1/] - recoveringAfterStartup=[true]
   [junit4]   2> 1592743 INFO  (recoveryExecutor-2973-thread-1) [    ] 
o.a.s.u.PeerSync PeerSync: core=collection1 url=https://127.0.0.1:44593 START 
replicas=[https://127.0.0.1:34207/collection1/] nUpdates=100
   [junit4]   2> 1592746 INFO  (qtp1984729448-17424) [    ] 
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> 1592746 INFO  (qtp1984729448-17424) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1592746 INFO  (recoveryExecutor-2973-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> 1592746 INFO  (recoveryExecutor-2973-thread-1) [    ] 
o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync 
   [junit4]   2> 1592747 INFO  (recoveryExecutor-2973-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1592747 INFO  (recoveryExecutor-2973-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1592747 INFO  (recoveryExecutor-2973-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1592747 INFO  (recoveryExecutor-2973-thread-1) [    ] 
o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
   [junit4]   2> 1592747 INFO  (recoveryExecutor-2973-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
   [junit4]   2> 1592747 INFO  (recoveryExecutor-2973-thread-1) [    ] 
o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 1592747 INFO  (recoveryExecutor-2973-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 1592757 WARN  (coreLoadExecutor-7491-thread-1) [    ] 
o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for 
multiple copyFields (2)
   [junit4]   2> 1592758 WARN  (coreLoadExecutor-7491-thread-1) [    ] 
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple 
copyFields (3)
   [junit4]   2> 1592758 INFO  (coreLoadExecutor-7491-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1592758 INFO  (coreLoadExecutor-7491-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 1592758 INFO  (coreLoadExecutor-7491-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@44735169
   [junit4]   2> 1592758 INFO  (coreLoadExecutor-7491-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1592758 INFO  (coreLoadExecutor-7491-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_81A89B86FB5DEEBF-001/shard-4-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_81A89B86FB5DEEBF-001/shard-4-001/cores/collection1/data/]
   [junit4]   2> 1592778 INFO  (coreLoadExecutor-7491-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1592779 INFO  (coreLoadExecutor-7491-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1592790 INFO  (coreLoadExecutor-7491-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1592790 INFO  (coreLoadExecutor-7491-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1592791 INFO  (coreLoadExecutor-7491-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@19b844c9[collection1] main]
   [junit4]   2> 1592791 INFO  (coreLoadExecutor-7491-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1592792 INFO  (coreLoadExecutor-7491-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1592792 INFO  (coreLoadExecutor-7491-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1570805566066917376
   [junit4]   2> 1592794 INFO  (searcherExecutor-7492-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@19b844c9[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1592795 INFO  (coreZkRegister-7486-thread-1) [    ] 
o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 1592803 INFO  (updateExecutor-2979-thread-1) [    ] 
o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1592803 INFO  (recoveryExecutor-2980-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 1592803 INFO  (recoveryExecutor-2980-thread-1) [    ] 
o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 1592803 INFO  (recoveryExecutor-2980-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
   [junit4]   2> 1592803 INFO  (recoveryExecutor-2980-thread-1) [    ] 
o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, 
tlog=null}
   [junit4]   2> 1592803 INFO  (recoveryExecutor-2980-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering, 
leader is [https://127.0.0.1:46713/collection1/] and I am 
[https://127.0.0.1:44257/collection1/]
   [junit4]   2> 1592805 INFO  (recoveryExecutor-2980-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Sending prep recovery command to 
[https://127.0.0.1:46713]; [WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:44257_&coreNodeName=core_node4&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1592817 INFO  (qtp312042530-17452) [    ] 
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> 1592817 INFO  (qtp312042530-17452) [    ] 
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:44257_, coreNodeName=core_node4, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node4:{"core":"collection1","base_url":"https://127.0.0.1:44257","node_name":"127.0.0.1:44257_","state":"down","type":"NRT"}
   [junit4]   2> 1592905 INFO  (zkCallback-2975-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> 1592905 INFO  (zkCallback-2963-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> 1592905 INFO  (zkCallback-2969-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> 1592905 INFO  (zkCallback-2982-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> 1593231 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting doTest
   [junit4]   2> 1593231 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):330
   [junit4]   2> 1593817 INFO  (qtp312042530-17452) [    ] 
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:44257_, coreNodeName=core_node4, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node4:{"core":"collection1","base_url":"https://127.0.0.1:44257","node_name":"127.0.0.1:44257_","state":"recovering","type":"NRT"}
   [junit4]   2> 1593817 INFO  (qtp312042530-17452) [    ] 
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node4, state: recovering, 
checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 1593817 INFO  (qtp312042530-17452) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:44257_&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> 1594318 INFO  (recoveryExecutor-2980-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Attempting to PeerSync from 
[https://127.0.0.1:46713/collection1/] - recoveringAfterStartup=[true]
   [junit4]   2> 1594318 INFO  (recoveryExecutor-2980-thread-1) [    ] 
o.a.s.u.PeerSync PeerSync: core=collection1 url=https://127.0.0.1:44257 START 
replicas=[https://127.0.0.1:46713/collection1/] nUpdates=100
   [junit4]   2> 1594321 INFO  (qtp312042530-17454) [    ] 
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> 1594321 INFO  (qtp312042530-17454) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1594321 INFO  (recoveryExecutor-2980-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> 1594321 INFO  (recoveryExecutor-2980-thread-1) [    ] 
o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync 
   [junit4]   2> 1594321 INFO  (recoveryExecutor-2980-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1594321 INFO  (recoveryExecutor-2980-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1594321 INFO  (recoveryExecutor-2980-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1594321 INFO  (recoveryExecutor-2980-thread-1) [    ] 
o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
   [junit4]   2> 1594321 INFO  (recoveryExecutor-2980-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
   [junit4]   2> 1594321 INFO  (recoveryExecutor-2980-thread-1) [    ] 
o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 1594321 INFO  (recoveryExecutor-2980-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 1594423 INFO  (zkCallback-2982-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> 1594423 INFO  (zkCallback-2969-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> 1594423 INFO  (zkCallback-2963-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> 1594423 INFO  (zkCallback-2975-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> 1595232 INFO  
(TEST-TestSQLHandler.doTest-seed#[81A89B86FB5DEEBF]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 1595243 INFO  (qtp1402178185-17386) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:* (-1570805568635928576)} 0 0
   [junit4]   2> 1595263 INFO  (qtp1896181513-17482) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&_version_=-1570805568643268608&distrib.from=https://127.0.0.1:34207/collection1/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1570805568643268608)} 0 0
   [junit4]   2> 1595263 INFO  (qtp1984729448-17421) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=TOLEADER&distrib.from=https://127.0.0.1:46713/collection1/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1570805568643268608)} 0 13
   [junit4]   2> 1595263 INFO  (qtp1479270803-17515) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&_version_=-1570805568639074304&distrib.from=https://127.0.0.1:46713/collection1/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1570805568639074304)} 0 3
   [junit4]   2> 1595263 INFO  (qtp312042530-17454) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:* (-1570805568639074304)} 0 18
   [junit4]   2> 1595264 INFO  (qtp1402178185-17387) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1570805568658997248,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1595264 INFO  (qtp1402178185-17387) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1595264 INFO  (qtp1402178185-17387) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1595264 INFO  (qtp1402178185-17387) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 0
   [junit4]   2> 1595268 INFO  (qtp1896181513-17475) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1570805568663191552,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1595268 INFO  (qtp1896181513-17475) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1595268 INFO  (qtp1896181513-17475) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1595268 INFO  (qtp1896181513-17475) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:34207/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 1595269 INFO  (qtp312042530-17447) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1570805568664240128,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1595269 INFO  (qtp312042530-17447) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1595269 INFO  (qtp312042530-17447) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1595269 INFO  (qtp312042530-17447) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:34207/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 1595269 INFO  (qtp1984729448-17424) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1570805568664240128,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1595269 INFO  (qtp1984729448-17424) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1595269 INFO  (qtp1479270803-17515) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1570805568664240128,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1595269 INFO  (qtp1479270803-17515) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1595269 INFO  (qtp1984729448-17424) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1595269 INFO  (qtp1984729448-17424) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:34207/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 1595269 INFO  (qtp1479270803-17515) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1595270 INFO  (qtp1479270803-17515) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:34207/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 1595270 INFO  (qtp1984729448-17421) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={_stateVer_=collection1:10&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 3
   [junit4]   2> 1595271 INFO  (qtp1402178185-17388) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2&CONTROL=TRUE}{add=[1 (1570805568665288704)]} 0 1
   [junit4]   2> 1595274 INFO  (qtp1479270803-17508) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:46713/collection1/&wt=javabin&version=2}{add=[1
 (1570805568667385856)]} 0 0
   [junit4]   2> 1595274 INFO  (qtp312042530-17449) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[1 (1570805568667385856)]} 0 1
   [junit4]   2> 1595274 INFO  (qtp1402178185-17381) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2&CONTROL=TRUE}{add=[2 (1570805568669483008)]} 0 0
   [junit4]   2> 1595276 INFO  (qtp1896181513-17480) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34207/collection1/&wt=javabin&version=2}{add=[2
 (1570805568670531584)]} 0 0
   [junit4]   2> 1595276 INFO  (qtp1984729448-17422) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[2 (1570805568670531584)]} 0 1
   [junit4]   2> 1595277 INFO  (qtp1402178185-17386) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2&CONTROL=TRUE}{add=[3 (1570805568672628736)]} 0 0
   [junit4]   2> 1595278 INFO  (qtp1896181513-17481) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34207/collection1/&wt=javabin&version=2}{add=[3
 (1570805568672628736)]} 0 0
   [junit4]   2> 1595278 INFO  (qtp1984729448-17425) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[3 (1570805568672628736)]} 0 0
   [junit4]   2> 1595278 INFO  (qtp1402178185-17387) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2&CONTROL=TRUE}{add=[4 (1570805568673677312)]} 0 0
   [junit4]   2> 1595279 INFO  (qtp1479270803-17509) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:46713/collection1/&wt=javabin&version=2}{add=[4
 

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

MethodAccessorImpl.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:564)
   [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_81A89B86FB5DEEBF-001
   [junit4]   2> Jun 21, 2017 9:22:21 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked 
thread(s).
   [junit4]   2> Jun 21, 2017 9:22:41 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at 
org.apache.solr.handler.TestSQLHandler: 
   [junit4]   2>    1) Thread[id=17853, 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 21, 2017 9:22:41 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=17853, name=Connection evictor, 
state=TIMED_WAITING, group=TGRP-TestSQLHandler]
   [junit4]   2> Jun 21, 2017 9:22:41 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{n_l1=PostingsFormat(name=LuceneVarGapFixedInterval), 
multiDefault=PostingsFormat(name=Direct), Field_i=PostingsFormat(name=Direct), 
intDefault=PostingsFormat(name=LuceneVarGapFixedInterval), 
n_dt1=PostingsFormat(name=Direct), n_td1=PostingsFormat(name=Direct), 
Str_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
n_d1=PostingsFormat(name=LuceneVarGapFixedInterval), 
field_i=PostingsFormat(name=Direct), 
str_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
n_f1=PostingsFormat(name=Direct), n_ti1=Lucene50(blocksize=128), 
rnd_b=Lucene50(blocksize=128), n_tl1=PostingsFormat(name=Direct), 
_version_=PostingsFormat(name=LuceneVarGapFixedInterval), 
n_tf1=PostingsFormat(name=LuceneVarGapFixedInterval), 
n_tdt1=PostingsFormat(name=LuceneVarGapFixedInterval), 
id=Lucene50(blocksize=128), 
text=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
Text_t=PostingsFormat(name=LuceneVarGapFixedInterval), 
timestamp=PostingsFormat(name=LuceneVarGapFixedInterval)}, 
docValues:{_version_=DocValuesFormat(name=Asserting), 
multiDefault=DocValuesFormat(name=Direct), 
Field_i=DocValuesFormat(name=Direct), 
intDefault=DocValuesFormat(name=Asserting), id=DocValuesFormat(name=Lucene70), 
Str_s=DocValuesFormat(name=Memory), field_i=DocValuesFormat(name=Direct), 
str_s=DocValuesFormat(name=Memory), n_f1=DocValuesFormat(name=Direct)}, 
maxPointsInLeafNode=1979, maxMBSortInHeap=5.867794901916726, 
sim=RandomSimilarity(queryNorm=true): {}, locale=az-Latn-AZ, 
timezone=Atlantic/Faroe
   [junit4]   2> NOTE: Linux 4.10.0-21-generic amd64/Oracle Corporation 9-ea 
(64-bit)/cpus=8,threads=1,free=93127728,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [RestartWhileUpdatingTest, 
PrimitiveFieldTypeTest, TestLMDirichletSimilarityFactory, 
TestQuerySenderNoQuery, TestInPlaceUpdatesDistrib, TestZkChroot, 
DirectoryFactoryTest, TestBinaryField, TermVectorComponentDistributedTest, 
TestDistributedMissingSort, StatsReloadRaceTest, BitVectorTest, 
TolerantUpdateProcessorTest, V2StandaloneTest, TestCSVResponseWriter, 
TestMultiValuedNumericRangeQuery, SolrPluginUtilsTest, TestMacros, 
OverseerModifyCollectionTest, AutoCommitTest, TestLegacyFieldReuse, 
DebugComponentTest, HLLSerializationTest, CollectionStateFormat2Test, 
TestDistribIDF, TestShortCircuitedRequests, CoreMergeIndexesAdminHandlerTest, 
PropertiesRequestHandlerTest, TestClusterProperties, TestMultiWordSynonyms, 
UpdateParamsTest, DistributedFacetPivotWhiteBoxTest, 
FieldAnalysisRequestHandlerTest, TestIndexingPerformance, 
TestPhraseSuggestions, ForceLeaderTest, AliasIntegrationTest, 
RemoteQueryErrorTest, TestSolrConfigHandlerConcurrent, 
TestPullReplicaErrorHandling, BJQParserTest, TestWriterPerf, 
DistributedQueueTest, TestSchemaManager, TestMaxTokenLenTokenizer, TestNRTOpen, 
TestSimpleTextCodec, TestCoreDiscovery, CollectionsAPISolrJTest, 
SuggesterTSTTest, TriLevelCompositeIdRoutingTest, TestCloudManagedSchema, 
TestMiniSolrCloudClusterSSL, TestFieldCacheVsDocValues, TestSolrCloudSnapshots, 
SimpleFacetsTest, SolrGraphiteReporterTest, TestReplicationHandlerBackup, 
TestSolrQueryResponse, TestPushWriter, TestStressReorder, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, CursorMarkTest, 
AtomicUpdatesTest, LeaderElectionTest, TestLRUStatsCache, 
TestGraphTermsQParserPlugin, MetricsConfigTest, CoreAdminHandlerTest, 
SolrCoreCheckLockOnStartupTest, LeaderInitiatedRecoveryOnShardRestartTest, 
TestTrackingShardHandlerFactory, BooleanFieldTest, TestExpandComponent, 
SuggestComponentContextFilterQueryTest, DirectUpdateHandlerOptimizeTest, 
ResponseHeaderTest, TestFreeTextSuggestions, TestTolerantSearch, 
StressHdfsTest, DocValuesMissingTest, TestFastOutputStream, TestReload, 
TestExtendedDismaxParser, CdcrReplicationHandlerTest, TestFieldCacheReopen, 
ZkStateWriterTest, DeleteReplicaTest, TestRebalanceLeaders, 
CachingDirectoryFactoryTest, TestReversedWildcardFilterFactory, 
TestComponentsName, DirectUpdateHandlerTest, ConnectionManagerTest, 
TestCollapseQParserPlugin, TestNestedDocsSort, TestRequestStatusCollectionAPI, 
TestLeaderElectionZkExpiry, TestNumericTokenStream, TestCloudDeleteByQuery, 
VersionInfoTest, TestUtils, CurrencyFieldXmlFileTest, BasicDistributedZk2Test, 
DistributedExpandComponentTest, TestSerializedLuceneMatchVersion, 
ClusterStateTest, DistributedFacetPivotLongTailTest, TestSolrCLIRunExample, 
TestIBSimilarityFactory, MBeansHandlerTest, SuggesterTest, 
TestClassNameShortening, FieldMutatingUpdateProcessorTest, TestGroupingSearch, 
TestClassicSimilarityFactory, TestIndexSearcher, ShardRoutingTest, 
RecoveryZkTest, TestRandomFaceting, ZkCLITest, TestRecovery, 
DistributedSpellCheckComponentTest, HardAutoCommitTest, 
DistributedTermsComponentTest, TestRangeQuery, StatsComponentTest, 
TestFiltering, StatelessScriptUpdateProcessorFactoryTest, 
DocumentAnalysisRequestHandlerTest, FileBasedSpellCheckerTest, 
TestValueSourceCache, TestSolrQueryParser, TestAnalyzedSuggestions, 
TestPHPSerializedResponseWriter, HighlighterConfigTest, SolrIndexConfigTest, 
TestMergePolicyConfig, SampleTest, TestSearchPerf, TestConfig, 
NotRequiredUniqueKeyTest, TestCharFilters, SynonymTokenizerTest, 
EchoParamsTest, TestPerFieldSimilarity, TimeZoneUtilsTest, ScriptEngineTest, 
PluginInfoTest, PreAnalyzedFieldTest, TestSuggestSpellingConverter, 
DateFieldTest, RAMDirectoryFactoryTest, TestSolrJ, TestLRUCache, 
TestDocumentBuilder, ZkNodePropsTest, SliceStateTest, FileUtilsTest, 
CircularListTest, DistributedMLTComponentTest, TestRTGBase, CursorPagingTest, 
DistributedIntervalFacetingTest, CleanupOldIndexTest, 
CollectionTooManyReplicasTest, ConfigSetsAPITest, DeleteInactiveReplicaTest, 
DistribCursorPagingTest, LeaderElectionContextKeyTest, 
LeaderFailoverAfterPartitionTest, MissingSegmentRecoveryTest, 
MultiThreadedOCPTest, SharedFSAutoReplicaFailoverUtilsTest, 
SolrCloudExampleTest, TestCloudInspectUtil, TestCloudJSONFacetJoinDomain, 
TestCloudPseudoReturnFields, TestCollectionAPI, TestConfigSetsAPIExclusivity, 
TestCryptoKeys, TestDeleteCollectionOnDownNodes, TestDistribDocBasedVersion, 
TestDownShardTolerantSearch, TestExclusionRuleCollectionAccess, 
TestLeaderElectionWithEmptyReplica, TestReplicaProperties, 
TestSSLRandomization, TestSizeLimitedDistributedMap, 
TestSolrCloudWithDelegationTokens, TestSolrCloudWithKerberosAlt, 
TestStressCloudBlindAtomicUpdates, TestTolerantUpdateProcessorCloud, 
TestTolerantUpdateProcessorRandomCloud, HdfsBasicDistributedZk2Test, 
HdfsChaosMonkeyNothingIsSafeTest, HdfsChaosMonkeySafeLeaderTest, 
HdfsCollectionsAPIDistributedZkTest, HdfsNNFailoverTest, HdfsRecoverLeaseTest, 
HdfsRecoveryZkTest, HdfsRestartWhileUpdatingTest, HdfsThreadLeakTest, 
HdfsTlogReplayBufferedWhileIndexingTest, HdfsWriteToMultipleCollectionsTest, 
TestClusterStateMutator, RulesTest, TestConfigSetProperties, TestConfigSets, 
TestCorePropertiesReload, TestCustomStream, TestHdfsBackupRestoreCore, 
TestSQLHandler]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSQLHandler 
-Dtests.seed=81A89B86FB5DEEBF -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=az-Latn-AZ -Dtests.timezone=Atlantic/Faroe -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [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=17853, 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([81A89B86FB5DEEBF]:0)
   [junit4] Completed [596/725 (1!)] on J2 in 45.09s, 1 test, 2 errors <<< 
FAILURES!

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

Reply via email to