Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/3777/
Java: 32bit/jdk-9-ea+173 -server -XX:+UseSerialGC

1 tests failed.
FAILED:  org.apache.solr.handler.TestSQLHandler.doTest

Error Message:
--> https://127.0.0.1:34387/jmdhh/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:34387/jmdhh/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([6B0E3E2D026368E4:CC4A86896FD87B5D]:0)
        at 
org.apache.solr.client.solrj.io.stream.SolrStream.read(SolrStream.java:233)
        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:992)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
        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 12860 lines...]
   [junit4] Suite: org.apache.solr.handler.TestSQLHandler
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_6B0E3E2D026368E4-001/init-core-data-001
   [junit4]   2> 1558542 WARN  
(SUITE-TestSQLHandler-seed#[6B0E3E2D026368E4]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=16 numCloses=16
   [junit4]   2> 1558542 INFO  
(SUITE-TestSQLHandler-seed#[6B0E3E2D026368E4]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 1558542 INFO  
(SUITE-TestSQLHandler-seed#[6B0E3E2D026368E4]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 1558543 INFO  
(SUITE-TestSQLHandler-seed#[6B0E3E2D026368E4]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /jmdhh/
   [junit4]   2> 1558544 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1558544 INFO  (Thread-3391) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1558544 INFO  (Thread-3391) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1558545 ERROR (Thread-3391) [    ] 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> 1558644 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:40913
   [junit4]   2> 1558654 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-sql.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 1558654 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema-sql.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 1558665 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1558666 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 1558666 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 1558666 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 1558667 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1558667 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1558668 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1558668 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1558668 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 1558751 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_6B0E3E2D026368E4-001/control-001/cores/collection1
   [junit4]   2> 1558752 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 1558753 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6f1727{/jmdhh,null,AVAILABLE}
   [junit4]   2> 1558753 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@903bee{SSL,[ssl, 
http/1.1]}{127.0.0.1:35719}
   [junit4]   2> 1558753 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] o.e.j.s.Server 
Started @1560209ms
   [junit4]   2> 1558753 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/jmdhh, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_6B0E3E2D026368E4-001/tempDir-001/control/data,
 hostPort=35719, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_6B0E3E2D026368E4-001/control-001/cores}
   [junit4]   2> 1558754 ERROR 
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1558754 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.7.0
   [junit4]   2> 1558754 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1558754 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1558754 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-18T05:25:40.399232Z
   [junit4]   2> 1558755 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1558755 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_6B0E3E2D026368E4-001/control-001/solr.xml
   [junit4]   2> 1558758 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1558758 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:40913/solr
   [junit4]   2> 1558765 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] o.a.s.c.Overseer 
Overseer (id=null) closing
   [junit4]   2> 1558765 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 
127.0.0.1:35719_jmdhh
   [junit4]   2> 1558765 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] o.a.s.c.Overseer 
Overseer (id=98157431369891845-127.0.0.1:35719_jmdhh-n_0000000000) starting
   [junit4]   2> 1558768 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35719_jmdhh
   [junit4]   2> 1558769 INFO  (zkCallback-3926-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1558856 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_6B0E3E2D026368E4-001/control-001/cores
   [junit4]   2> 1558856 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1558856 INFO  (coreLoadExecutor-6042-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1558857 INFO  
(OverseerStateUpdate-98157431369891845-127.0.0.1:35719_jmdhh-n_0000000000) [    
] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1559862 INFO  (coreLoadExecutor-6042-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 1559880 INFO  (coreLoadExecutor-6042-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1559926 WARN  (coreLoadExecutor-6042-thread-1) [    ] 
o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for 
multiple copyFields (2)
   [junit4]   2> 1559926 WARN  (coreLoadExecutor-6042-thread-1) [    ] 
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple 
copyFields (3)
   [junit4]   2> 1559927 INFO  (coreLoadExecutor-6042-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1559927 INFO  (coreLoadExecutor-6042-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection control_collection, trusted=true
   [junit4]   2> 1559927 INFO  (coreLoadExecutor-6042-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1559927 INFO  (coreLoadExecutor-6042-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_6B0E3E2D026368E4-001/control-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_6B0E3E2D026368E4-001/control-001/cores/collection1/data/]
   [junit4]   2> 1559961 INFO  (coreLoadExecutor-6042-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1559961 INFO  (coreLoadExecutor-6042-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1559962 INFO  (coreLoadExecutor-6042-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1559962 INFO  (coreLoadExecutor-6042-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1559962 INFO  (coreLoadExecutor-6042-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1b3f6b4[collection1] main]
   [junit4]   2> 1559963 INFO  (coreLoadExecutor-6042-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1559963 INFO  (coreLoadExecutor-6042-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1559964 INFO  (searcherExecutor-6043-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1b3f6b4[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1559964 INFO  (coreLoadExecutor-6042-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1570518903406198784
   [junit4]   2> 1559967 INFO  (coreZkRegister-6035-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1559967 INFO  (coreZkRegister-6035-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1559967 INFO  (coreZkRegister-6035-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:35719/jmdhh/collection1/
   [junit4]   2> 1559967 INFO  (coreZkRegister-6035-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1559967 INFO  (coreZkRegister-6035-thread-1) [    ] 
o.a.s.c.SyncStrategy https://127.0.0.1:35719/jmdhh/collection1/ has no replicas
   [junit4]   2> 1559967 INFO  (coreZkRegister-6035-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1559968 INFO  (coreZkRegister-6035-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:35719/jmdhh/collection1/ shard1
   [junit4]   2> 1560119 INFO  (coreZkRegister-6035-thread-1) [    ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1560368 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1560369 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40913/solr ready
   [junit4]   2> 1560369 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] o.a.s.c.ChaosMonkey 
monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1560472 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_6B0E3E2D026368E4-001/shard-1-001/cores/collection1
   [junit4]   2> 1560472 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_6B0E3E2D026368E4-001/shard-1-001
   [junit4]   2> 1560476 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 1560483 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@19d8fc5{/jmdhh,null,AVAILABLE}
   [junit4]   2> 1560484 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@1cd5bf9{SSL,[ssl, 
http/1.1]}{127.0.0.1:34387}
   [junit4]   2> 1560484 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] o.e.j.s.Server 
Started @1561940ms
   [junit4]   2> 1560484 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/jmdhh, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_6B0E3E2D026368E4-001/tempDir-001/jetty1,
 hostPort=34387, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_6B0E3E2D026368E4-001/shard-1-001/cores}
   [junit4]   2> 1560484 ERROR 
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1560484 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.7.0
   [junit4]   2> 1560484 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1560484 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1560485 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-18T05:25:42.130Z
   [junit4]   2> 1560489 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1560489 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_6B0E3E2D026368E4-001/shard-1-001/solr.xml
   [junit4]   2> 1560496 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1560497 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:40913/solr
   [junit4]   2> 1560503 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15cb9a9ecde0008, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1560535 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1560536 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] o.a.s.c.Overseer 
Overseer (id=null) closing
   [junit4]   2> 1560537 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34387_jmdhh
   [junit4]   2> 1560538 INFO  (zkCallback-3930-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1560552 INFO  (zkCallback-3926-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1560556 INFO  (zkCallback-3935-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1560717 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_6B0E3E2D026368E4-001/shard-1-001/cores
   [junit4]   2> 1560717 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1560723 INFO  (coreLoadExecutor-6052-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1560725 INFO  
(OverseerStateUpdate-98157431369891845-127.0.0.1:35719_jmdhh-n_0000000000) [    
] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 1561749 INFO  (coreLoadExecutor-6052-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 1561757 INFO  (coreLoadExecutor-6052-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1561831 WARN  (coreLoadExecutor-6052-thread-1) [    ] 
o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for 
multiple copyFields (2)
   [junit4]   2> 1561831 WARN  (coreLoadExecutor-6052-thread-1) [    ] 
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple 
copyFields (3)
   [junit4]   2> 1561831 INFO  (coreLoadExecutor-6052-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1561831 INFO  (coreLoadExecutor-6052-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 1561831 INFO  (coreLoadExecutor-6052-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1561831 INFO  (coreLoadExecutor-6052-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_6B0E3E2D026368E4-001/shard-1-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_6B0E3E2D026368E4-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 1561872 INFO  (coreLoadExecutor-6052-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1561872 INFO  (coreLoadExecutor-6052-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1561873 INFO  (coreLoadExecutor-6052-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1561873 INFO  (coreLoadExecutor-6052-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1561874 INFO  (coreLoadExecutor-6052-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@184768a[collection1] main]
   [junit4]   2> 1561874 INFO  (coreLoadExecutor-6052-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1561874 INFO  (coreLoadExecutor-6052-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1561875 INFO  (searcherExecutor-6053-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@184768a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1561875 INFO  (coreLoadExecutor-6052-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1570518905410027520
   [junit4]   2> 1561879 INFO  (coreZkRegister-6047-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1561879 INFO  (coreZkRegister-6047-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1561879 INFO  (coreZkRegister-6047-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:34387/jmdhh/collection1/
   [junit4]   2> 1561879 INFO  (coreZkRegister-6047-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1561879 INFO  (coreZkRegister-6047-thread-1) [    ] 
o.a.s.c.SyncStrategy https://127.0.0.1:34387/jmdhh/collection1/ has no replicas
   [junit4]   2> 1561879 INFO  (coreZkRegister-6047-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1561881 INFO  (coreZkRegister-6047-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:34387/jmdhh/collection1/ shard2
   [junit4]   2> 1562032 INFO  (coreZkRegister-6047-thread-1) [    ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1562361 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_6B0E3E2D026368E4-001/shard-2-001/cores/collection1
   [junit4]   2> 1562362 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_6B0E3E2D026368E4-001/shard-2-001
   [junit4]   2> 1562363 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 1562376 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@24d5a8{/jmdhh,null,AVAILABLE}
   [junit4]   2> 1562377 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@7abe5f{SSL,[ssl, 
http/1.1]}{127.0.0.1:40953}
   [junit4]   2> 1562377 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] o.e.j.s.Server 
Started @1563833ms
   [junit4]   2> 1562377 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/jmdhh, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_6B0E3E2D026368E4-001/tempDir-001/jetty2,
 hostPort=40953, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_6B0E3E2D026368E4-001/shard-2-001/cores}
   [junit4]   2> 1562377 ERROR 
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1562377 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.7.0
   [junit4]   2> 1562377 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1562377 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1562377 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-18T05:25:44.022728Z
   [junit4]   2> 1562379 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1562379 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_6B0E3E2D026368E4-001/shard-2-001/solr.xml
   [junit4]   2> 1562385 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1562386 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:40913/solr
   [junit4]   2> 1562405 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1562406 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] o.a.s.c.Overseer 
Overseer (id=null) closing
   [junit4]   2> 1562408 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40953_jmdhh
   [junit4]   2> 1562409 INFO  (zkCallback-3930-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1562409 INFO  (zkCallback-3935-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1562409 INFO  (zkCallback-3926-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1562410 INFO  (zkCallback-3941-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1562621 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_6B0E3E2D026368E4-001/shard-2-001/cores
   [junit4]   2> 1562621 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1562628 INFO  (coreLoadExecutor-6062-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1562629 INFO  
(OverseerStateUpdate-98157431369891845-127.0.0.1:35719_jmdhh-n_0000000000) [    
] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1563635 INFO  (coreLoadExecutor-6062-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 1563642 INFO  (coreLoadExecutor-6062-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1563703 WARN  (coreLoadExecutor-6062-thread-1) [    ] 
o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for 
multiple copyFields (2)
   [junit4]   2> 1563703 WARN  (coreLoadExecutor-6062-thread-1) [    ] 
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple 
copyFields (3)
   [junit4]   2> 1563703 INFO  (coreLoadExecutor-6062-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1563703 INFO  (coreLoadExecutor-6062-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 1563704 INFO  (coreLoadExecutor-6062-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1563704 INFO  (coreLoadExecutor-6062-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_6B0E3E2D026368E4-001/shard-2-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_6B0E3E2D026368E4-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 1563732 INFO  (coreLoadExecutor-6062-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1563732 INFO  (coreLoadExecutor-6062-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1563733 INFO  (coreLoadExecutor-6062-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1563733 INFO  (coreLoadExecutor-6062-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1563733 INFO  (coreLoadExecutor-6062-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@42dfb[collection1] main]
   [junit4]   2> 1563734 INFO  (coreLoadExecutor-6062-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1563735 INFO  (coreLoadExecutor-6062-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1563735 INFO  (searcherExecutor-6063-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@42dfb[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1563735 INFO  (coreLoadExecutor-6062-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1570518907360378880
   [junit4]   2> 1563739 INFO  (coreZkRegister-6057-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1563739 INFO  (coreZkRegister-6057-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1563739 INFO  (coreZkRegister-6057-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:40953/jmdhh/collection1/
   [junit4]   2> 1563739 INFO  (coreZkRegister-6057-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1563739 INFO  (coreZkRegister-6057-thread-1) [    ] 
o.a.s.c.SyncStrategy https://127.0.0.1:40953/jmdhh/collection1/ has no replicas
   [junit4]   2> 1563739 INFO  (coreZkRegister-6057-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1563745 INFO  (coreZkRegister-6057-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:40953/jmdhh/collection1/ shard1
   [junit4]   2> 1563895 INFO  (coreZkRegister-6057-thread-1) [    ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1564227 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_6B0E3E2D026368E4-001/shard-3-001/cores/collection1
   [junit4]   2> 1564227 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_6B0E3E2D026368E4-001/shard-3-001
   [junit4]   2> 1564228 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 1564228 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@12677d6{/jmdhh,null,AVAILABLE}
   [junit4]   2> 1564229 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@a189ec{SSL,[ssl, 
http/1.1]}{127.0.0.1:34477}
   [junit4]   2> 1564229 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] o.e.j.s.Server 
Started @1565685ms
   [junit4]   2> 1564229 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/jmdhh, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_6B0E3E2D026368E4-001/tempDir-001/jetty3,
 hostPort=34477, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_6B0E3E2D026368E4-001/shard-3-001/cores}
   [junit4]   2> 1564229 ERROR 
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1564229 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.7.0
   [junit4]   2> 1564229 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1564229 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1564229 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-18T05:25:45.874477Z
   [junit4]   2> 1564231 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1564231 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_6B0E3E2D026368E4-001/shard-3-001/solr.xml
   [junit4]   2> 1564234 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1564234 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:40913/solr
   [junit4]   2> 1564238 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1564239 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] o.a.s.c.Overseer 
Overseer (id=null) closing
   [junit4]   2> 1564239 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34477_jmdhh
   [junit4]   2> 1564240 INFO  (zkCallback-3941-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1564240 INFO  (zkCallback-3930-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1564240 INFO  (zkCallback-3935-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1564240 INFO  (zkCallback-3926-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1564244 INFO  (zkCallback-3947-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1564381 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_6B0E3E2D026368E4-001/shard-3-001/cores
   [junit4]   2> 1564381 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1564383 INFO  (coreLoadExecutor-6072-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1564384 INFO  
(OverseerStateUpdate-98157431369891845-127.0.0.1:35719_jmdhh-n_0000000000) [    
] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 1565388 INFO  (coreLoadExecutor-6072-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 1565393 INFO  (coreLoadExecutor-6072-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1565444 WARN  (coreLoadExecutor-6072-thread-1) [    ] 
o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for 
multiple copyFields (2)
   [junit4]   2> 1565444 WARN  (coreLoadExecutor-6072-thread-1) [    ] 
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple 
copyFields (3)
   [junit4]   2> 1565445 INFO  (coreLoadExecutor-6072-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1565445 INFO  (coreLoadExecutor-6072-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 1565445 INFO  (coreLoadExecutor-6072-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1565445 INFO  (coreLoadExecutor-6072-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_6B0E3E2D026368E4-001/shard-3-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_6B0E3E2D026368E4-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 1565464 INFO  (coreLoadExecutor-6072-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1565464 INFO  (coreLoadExecutor-6072-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1565465 INFO  (coreLoadExecutor-6072-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1565465 INFO  (coreLoadExecutor-6072-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1565465 INFO  (coreLoadExecutor-6072-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@17b046a[collection1] main]
   [junit4]   2> 1565466 INFO  (coreLoadExecutor-6072-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1565466 INFO  (coreLoadExecutor-6072-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1565466 INFO  (searcherExecutor-6073-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@17b046a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1565466 INFO  (coreLoadExecutor-6072-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1570518909175463936
   [junit4]   2> 1565468 INFO  (coreZkRegister-6067-thread-1) [    ] 
o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 1565468 INFO  (updateExecutor-3944-thread-1) [    ] 
o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1565468 INFO  (recoveryExecutor-3945-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 1565468 INFO  (recoveryExecutor-3945-thread-1) [    ] 
o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 1565468 INFO  (recoveryExecutor-3945-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
   [junit4]   2> 1565468 INFO  (recoveryExecutor-3945-thread-1) [    ] 
o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, 
tlog=null}
   [junit4]   2> 1565468 INFO  (recoveryExecutor-3945-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering, 
leader is [https://127.0.0.1:34387/jmdhh/collection1/] and I am 
[https://127.0.0.1:34477/jmdhh/collection1/]
   [junit4]   2> 1565469 INFO  (recoveryExecutor-3945-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Sending prep recovery command to 
[https://127.0.0.1:34387/jmdhh]; [WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:34477_jmdhh&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1565530 INFO  (qtp29314558-19661) [    ] 
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 1565531 INFO  (qtp29314558-19661) [    ] 
o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 
(shard2 of collection1) have state: recovering
   [junit4]   2> 1565531 INFO  (qtp29314558-19661) [    ] 
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:34477_jmdhh, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"https://127.0.0.1:34477/jmdhh","node_name":"127.0.0.1:34477_jmdhh","state":"down"}
   [junit4]   2> 1565980 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_6B0E3E2D026368E4-001/shard-4-001/cores/collection1
   [junit4]   2> 1565980 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_6B0E3E2D026368E4-001/shard-4-001
   [junit4]   2> 1565981 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 1565982 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@c6a293{/jmdhh,null,AVAILABLE}
   [junit4]   2> 1565982 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@14616d5{SSL,[ssl, 
http/1.1]}{127.0.0.1:43413}
   [junit4]   2> 1565982 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] o.e.j.s.Server 
Started @1567438ms
   [junit4]   2> 1565982 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/jmdhh, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_6B0E3E2D026368E4-001/tempDir-001/jetty4,
 hostPort=43413, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_6B0E3E2D026368E4-001/shard-4-001/cores}
   [junit4]   2> 1565983 ERROR 
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1565983 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.7.0
   [junit4]   2> 1565983 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1565983 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1565983 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-18T05:25:47.628247Z
   [junit4]   2> 1565984 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1565984 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_6B0E3E2D026368E4-001/shard-4-001/solr.xml
   [junit4]   2> 1565987 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1565987 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:40913/solr
   [junit4]   2> 1565991 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1565992 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] o.a.s.c.Overseer 
Overseer (id=null) closing
   [junit4]   2> 1565993 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43413_jmdhh
   [junit4]   2> 1565993 INFO  (zkCallback-3947-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1565993 INFO  (zkCallback-3935-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1565993 INFO  (zkCallback-3930-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1565993 INFO  (zkCallback-3941-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1565993 INFO  (zkCallback-3926-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1565996 INFO  (zkCallback-3954-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1566053 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_6B0E3E2D026368E4-001/shard-4-001/cores
   [junit4]   2> 1566053 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1566054 INFO  (coreLoadExecutor-6082-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1566056 INFO  
(OverseerStateUpdate-98157431369891845-127.0.0.1:35719_jmdhh-n_0000000000) [    
] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1566531 INFO  (qtp29314558-19661) [    ] 
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:34477_jmdhh, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"https://127.0.0.1:34477/jmdhh","node_name":"127.0.0.1:34477_jmdhh","state":"recovering"}
   [junit4]   2> 1566531 INFO  (qtp29314558-19661) [    ] 
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, 
checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 1566531 INFO  (qtp29314558-19661) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:34477_jmdhh&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=0 QTime=1000
   [junit4]   2> 1567031 INFO  (recoveryExecutor-3945-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Attempting to PeerSync from 
[https://127.0.0.1:34387/jmdhh/collection1/] - recoveringAfterStartup=[true]
   [junit4]   2> 1567032 INFO  (recoveryExecutor-3945-thread-1) [    ] 
o.a.s.u.PeerSync PeerSync: core=collection1 url=https://127.0.0.1:34477/jmdhh 
START replicas=[https://127.0.0.1:34387/jmdhh/collection1/] nUpdates=100
   [junit4]   2> 1567035 INFO  (qtp29314558-19655) [    ] 
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> 1567035 INFO  (qtp29314558-19655) [    ] o.a.s.c.S.Request 
[collection1]  webapp=/jmdhh path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1567035 INFO  (recoveryExecutor-3945-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> 1567035 INFO  (recoveryExecutor-3945-thread-1) [    ] 
o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync 
   [junit4]   2> 1567035 INFO  (recoveryExecutor-3945-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1567035 INFO  (recoveryExecutor-3945-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1567035 INFO  (recoveryExecutor-3945-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1567035 INFO  (recoveryExecutor-3945-thread-1) [    ] 
o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
   [junit4]   2> 1567035 INFO  (recoveryExecutor-3945-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
   [junit4]   2> 1567035 INFO  (recoveryExecutor-3945-thread-1) [    ] 
o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 1567035 INFO  (recoveryExecutor-3945-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 1567058 INFO  (coreLoadExecutor-6082-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 1567063 INFO  (coreLoadExecutor-6082-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1567115 WARN  (coreLoadExecutor-6082-thread-1) [    ] 
o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for 
multiple copyFields (2)
   [junit4]   2> 1567115 WARN  (coreLoadExecutor-6082-thread-1) [    ] 
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple 
copyFields (3)
   [junit4]   2> 1567115 INFO  (coreLoadExecutor-6082-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1567115 INFO  (coreLoadExecutor-6082-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 1567115 INFO  (coreLoadExecutor-6082-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1567115 INFO  (coreLoadExecutor-6082-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_6B0E3E2D026368E4-001/shard-4-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_6B0E3E2D026368E4-001/shard-4-001/cores/collection1/data/]
   [junit4]   2> 1567134 INFO  (coreLoadExecutor-6082-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1567134 INFO  (coreLoadExecutor-6082-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1567135 INFO  (coreLoadExecutor-6082-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1567135 INFO  (coreLoadExecutor-6082-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1567135 INFO  (coreLoadExecutor-6082-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@10e96f8[collection1] main]
   [junit4]   2> 1567136 INFO  (coreLoadExecutor-6082-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1567136 INFO  (coreLoadExecutor-6082-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1567136 INFO  (searcherExecutor-6083-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@10e96f8[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1567136 INFO  (coreLoadExecutor-6082-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1570518910926585856
   [junit4]   2> 1567138 INFO  (coreZkRegister-6077-thread-1) [    ] 
o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 1567138 INFO  (updateExecutor-3951-thread-1) [    ] 
o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1567138 INFO  (recoveryExecutor-3952-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 1567138 INFO  (recoveryExecutor-3952-thread-1) [    ] 
o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 1567138 INFO  (recoveryExecutor-3952-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
   [junit4]   2> 1567138 INFO  (recoveryExecutor-3952-thread-1) [    ] 
o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, 
tlog=null}
   [junit4]   2> 1567138 INFO  (recoveryExecutor-3952-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering, 
leader is [https://127.0.0.1:40953/jmdhh/collection1/] and I am 
[https://127.0.0.1:43413/jmdhh/collection1/]
   [junit4]   2> 1567139 INFO  (recoveryExecutor-3952-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Sending prep recovery command to 
[https://127.0.0.1:40953/jmdhh]; [WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:43413_jmdhh&coreNodeName=core_node4&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1567201 INFO  (qtp3057099-19683) [    ] 
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node4, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 1567202 INFO  (qtp3057099-19683) [    ] 
o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 
(shard1 of collection1) have state: recovering
   [junit4]   2> 1567202 INFO  (qtp3057099-19683) [    ] 
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:43413_jmdhh, coreNodeName=core_node4, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node4:{"core":"collection1","base_url":"https://127.0.0.1:43413/jmdhh","node_name":"127.0.0.1:43413_jmdhh","state":"down"}
   [junit4]   2> 1567556 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting doTest
   [junit4]   2> 1567557 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):330
   [junit4]   2> 1568202 INFO  (qtp3057099-19683) [    ] 
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:43413_jmdhh, coreNodeName=core_node4, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node4:{"core":"collection1","base_url":"https://127.0.0.1:43413/jmdhh","node_name":"127.0.0.1:43413_jmdhh","state":"recovering"}
   [junit4]   2> 1568202 INFO  (qtp3057099-19683) [    ] 
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node4, state: recovering, 
checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 1568202 INFO  (qtp3057099-19683) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:43413_jmdhh&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> 1568702 INFO  (recoveryExecutor-3952-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Attempting to PeerSync from 
[https://127.0.0.1:40953/jmdhh/collection1/] - recoveringAfterStartup=[true]
   [junit4]   2> 1568703 INFO  (recoveryExecutor-3952-thread-1) [    ] 
o.a.s.u.PeerSync PeerSync: core=collection1 url=https://127.0.0.1:43413/jmdhh 
START replicas=[https://127.0.0.1:40953/jmdhh/collection1/] nUpdates=100
   [junit4]   2> 1568708 INFO  (qtp3057099-19688) [    ] 
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> 1568708 INFO  (qtp3057099-19688) [    ] o.a.s.c.S.Request 
[collection1]  webapp=/jmdhh path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1568708 INFO  (recoveryExecutor-3952-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> 1568708 INFO  (recoveryExecutor-3952-thread-1) [    ] 
o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync 
   [junit4]   2> 1568708 INFO  (recoveryExecutor-3952-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1568709 INFO  (recoveryExecutor-3952-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1568709 INFO  (recoveryExecutor-3952-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1568709 INFO  (recoveryExecutor-3952-thread-1) [    ] 
o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
   [junit4]   2> 1568709 INFO  (recoveryExecutor-3952-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
   [junit4]   2> 1568709 INFO  (recoveryExecutor-3952-thread-1) [    ] 
o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 1568709 INFO  (recoveryExecutor-3952-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 1569557 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 1569618 INFO  (qtp12252337-19620) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/jmdhh path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:* (-1570518913528102912)} 0 0
   [junit4]   2> 1569691 INFO  (qtp16540393-19745) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/jmdhh path=/update 
params={update.distrib=FROMLEADER&_version_=-1570518913532297216&distrib.from=https://127.0.0.1:40953/jmdhh/collection1/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1570518913532297216)} 0 0
   [junit4]   2> 1569703 INFO  (qtp20108487-19711) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/jmdhh path=/update 
params={update.distrib=FROMLEADER&_version_=-1570518913536491520&distrib.from=https://127.0.0.1:34387/jmdhh/collection1/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1570518913536491520)} 0 1
   [junit4]   2> 1569703 INFO  (qtp29314558-19654) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/jmdhh path=/update 
params={update.distrib=TOLEADER&distrib.from=https://127.0.0.1:40953/jmdhh/collection1/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1570518913536491520)} 0 78
   [junit4]   2> 1569703 INFO  (qtp3057099-19688) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/jmdhh path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:* (-1570518913532297216)} 0 82
   [junit4]   2> 1569705 INFO  (qtp12252337-19625) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1569705 INFO  (qtp12252337-19625) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1569705 INFO  (qtp12252337-19625) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1569705 INFO  (qtp12252337-19625) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/jmdhh path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 0
   [junit4]   2> 1569712 INFO  (qtp3057099-19688) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1569713 INFO  (qtp3057099-19688) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1569713 INFO  (qtp3057099-19688) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1569713 INFO  (qtp3057099-19688) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/jmdhh path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:34387/jmdhh/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 1
   [junit4]   2> 1569714 INFO  (qtp16540393-19752) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1569714 INFO  (qtp16540393-19752) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1569714 INFO  (qtp16540393-19752) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1569714 INFO  (qtp16540393-19752) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/jmdhh path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:34387/jmdhh/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 1569715 INFO  (qtp20108487-19716) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1569715 INFO  (qtp20108487-19716) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1569715 INFO  (qtp20108487-19716) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1569717 INFO  (qtp20108487-19716) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/jmdhh path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:34387/jmdhh/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 2
   [junit4]   2> 1569717 INFO  (qtp29314558-19657) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1569717 INFO  (qtp29314558-19657) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1569717 INFO  (qtp29314558-19657) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1569717 INFO  (qtp29314558-19657) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/jmdhh path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:34387/jmdhh/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 1569718 INFO  (qtp29314558-19655) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/jmdhh path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 10
   [junit4]   2> 1569736 INFO  (qtp12252337-19626) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/jmdhh path=/update 
params={wt=javabin&version=2&CONTROL=TRUE}{add=[1 (1570518913651834880)]} 0 16
   [junit4]   2> 1569742 INFO  (qtp16540393-19750) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/jmdhh path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:40953/jmdhh/collection1/&wt=javabin&version=2}{add=[1
 (1570518913656029184)]} 0 0
   [junit4]   2> 1569743 INFO  (qtp3057099-19690) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/jmdhh path=/update 
params={wt=javabin&version=2}{add=[1 (1570518913656029184)]} 0 3
   [junit4]   2> 1569744 INFO  (qtp12252337-19627) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/jmdhh path=/update 
params={wt=javabin&version=2&CONTROL=TRUE}{add=[2 (1570518913661272064)]} 0 0
   [junit4]   2> 1569750 INFO  (qtp20108487-19717) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/jmdhh path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34387/jmdhh/collection1/&wt=javabin&version=2}{add=[2
 (1570518913664417792)]} 0 0
   [junit4]   2> 1569750 INFO  (qtp29314558-19659) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/jmdhh path=/update 
params={wt=javabin&version=2}{add=[2 (1570518913664417792)]} 0 3
   [junit4]   2> 1569752 INFO  (qtp12252337-19620) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/jmdhh path=/update 
params={wt=javabin&version=2&CONTROL=TRUE}{add=[3 (1570518913669660672)]} 0 0
   [junit4]   2> 1569755 INFO  (qtp20108487-19718) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/jmdhh path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34387/jmdhh/collection1/&wt=javabin&version=2}{add=[3
 (1570518913670709248)]} 0 0
   [junit4]   2> 1569755 INFO  (qtp29314558-19660) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/jmdhh path=/update 
params={wt=javabin&version=2}{add=[3 (1570518913670709248)]} 0 2
   [junit4]   2> 1569757 INFO  (qtp12252337-19625) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/jmdhh path=/update 
params={wt=javabin&version=2&CONTROL=TRUE}{add=[4 (1570518913674903552)]} 0 0
   [junit4]   2> 1569763 INFO  (qtp16540393-19746) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/jmdhh path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:40953/jmdhh/collection1/&wt=javabin&version=2}{add=[4
 (1570518913679097856)]} 0 0
   [junit4]   2> 1569763 INFO  (qtp3057099-19685) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/jmdhh path=/update 
params={wt=javabin&version=2}{add=[4 (1570518913679097856)]} 0 2
   [junit4]   2> 1569765 INFO  (qtp12252337-19626) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/jmdhh path=/update 
params={wt=javabin&version=2&CONTROL=TRUE}{add=[5 (1570518913683292160)]} 0 0
   [junit4]   2> 1569768 INFO  (qtp20108487-19718) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/jmdhh path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34387/jmdhh/collection1/&wt=javabin&version=2}{add=[5
 (1570518913684340736)]} 0 0
   [junit4]   2> 1569768 INFO  (qtp29314558-19657) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/jmdhh path=/update 
params={wt=javabin&version=2}{add=[5 (1570518913684340736)]} 0 2
   [junit4]   2> 1569770 INFO  (qtp12252337-19626) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/jmdhh path=/update 
params={wt=javabin&version=2&CONTROL=TRUE}{add=[6 (1570518913688535040)]} 0 0
   [junit4]   2> 1569774 INFO  (qtp20108487-19718) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/jmdhh path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34387/jmdhh/collection1/&wt=javabin&version=2}{add=[6
 (1570518913690632192)]} 0 0
   [junit4]   2> 1569774 INFO  (qtp29314558-19655) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/jmdhh path=/update 
params={wt=javabin&version=2}{add=[6 (1570518913690632192)]} 0 2
   [junit4]   2> 1569776 INFO  (qtp12252337-19620) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/jmdhh path=/update 
params={wt=javabin&version=2&CONTROL=TRUE}{add=[7 (1570518913694826496)]} 0 0
   [junit4]   2> 1569779 INFO  (qtp20108487-19718) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/jmdhh path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34387/jmdhh/collection1/&wt=javabin&version=2}{add=[7
 (1570518913696923648)]} 0 0
   [junit4]   2> 1569780 INFO  (qtp29314558-19659) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/jmdhh path=/update 
params={wt=javabin&version=2}{add=[7 (1570518913696923648)]} 0 2
   [junit4]   2> 1569781 INFO  (qtp12252337-19625) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/jmdhh path=/update 
params={wt=javabin&version=2&CONTROL=TRUE}{add=[8 (1570518913700069376)]} 0 0
   [junit4]   2> 1569785 INFO  (qtp16540393-19745) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/jmdhh path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:40953/jmdhh/collection1/&wt=javabin&version=2}{add=[8
 (1570518913702166528)]} 0 0
   [junit4]   2> 1569786 INFO  (qtp3057099-19683) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/jmdhh path=/update 
params={wt=javabin&version=2}{add=[8 (1570518913702166528)]} 0 2
   [junit4]   2> 1569787 INFO  (qtp12252337-19627) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1569787 INFO  (qtp12252337-19627) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@183fda8
   [junit4]   2> 1569790 INFO  (qtp12252337-19627) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@10deddc[collection1] main]
   [junit4]   2> 1569790 INFO  (qtp12252337-19627) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1569790 INFO  (searcherExecutor-6043-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@10deddc[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.7.0):c8)))}
   [junit4]   2> 1569791 INFO  (qtp12252337-19627) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/jmdhh path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 3
   [junit4]   2> 1569794 INFO  (qtp3057099-19683) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1569794 INFO  (qtp3057099-19683) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@29d368
   [junit4]   2> 1569797 INFO  (qtp16540393-19745) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1569797 INFO  (qtp16540393-19745) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@cd7c7a
   [junit4]   2> 1569798 INFO  (qtp3057099-19683) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@14be5fd[collection1] main]
   [junit4]   2> 1569798 INFO  (qtp29314558-19656) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1569798 INFO  (qtp29314558-19656) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@c4c2ff
   [junit4]   2> 1569798 INFO  (qtp3057099-19683) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1569798 INFO  (searcherExecutor-6063-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@14be5fd[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.7.0):c3)))}
   [junit4]   2> 1569798 INFO  (qtp3057099-19683) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/jmdhh path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:40953/jmdhh/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 3
   [junit4]   2> 1569800 INFO  (qtp29314558-19656) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1c79fa8[collection1] main]
   [junit4]   2> 1569801 INFO  (qtp29314558-19656) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1569801 INFO  (searcherExecutor-6053-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1c79fa8[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.7.0):c5)))}
   [junit4]   2> 1569801 INFO  (qtp29314558-19656) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/jmdhh path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:40953/jmdhh/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 3
   [junit4]   2> 1569802 INFO  (qtp20108487-19716) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1569802 INFO  (qtp20108487-19716) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@a808cf
   [junit4]   2> 1569802 INFO  (qtp16540393-19745) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@63a2e9[collection1] main]
   [junit4]   2> 1569802 INFO  (qtp16540393-19745) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1569803 INFO  (searcherExecutor-6083-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@63a2e9[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.7.0):c3)))}
   [junit4]   2> 1569803 INFO  (qtp16540393-19745) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/jmdhh path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:40953/jmdhh/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 5
   [junit4]   2> 1569804 INFO  (qtp20108487-19716) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@a13d35[collection1] main]
   [junit4]   2> 1569804 INFO  (qtp20108487-19716) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1569804 INFO  (searcherExecutor-6073-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@a13d35[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.7.0):c5)))}
   [junit4]   2> 1569804 INFO  (qtp20108487-19716) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/jmdhh path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:40953/jmdhh/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 2
   [junit4]   2> 1569805 INFO  (qtp3057099-19688) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/jmdhh path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 12
   [junit4]   1> ############# testBasicSelect() ############
   [junit4]   2> 1569812 INFO  (qtp29314558-19656) [    ] o.a.s.c.S.Request 
[collection1]  webapp=/jmdhh path=/sql 
params={wt=json&version=2.2&stmt=select+id,+field_i,+str_s+from+collection1+where+(text%3D'(XXXX)'+OR+text%3D'XXXX')+AND+text%3D'XXXX'+order+by+field_i+desc}
 status=0 QTime=3
   [junit4]   2> 1570353 INFO  (qtp29314558-19656) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 1570354 INFO  (qtp29314558-19656) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40913/solr ready
   [junit4]   2> 1570360 INFO  (qtp29314558-19656) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 1570360 INFO  (qtp29314558-19656) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40913/solr ready
   [junit4]   2> 1570365 INFO  (qtp29314558-19656) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 1570365 INFO  (qtp29314558-19656) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40913/solr ready
   [junit4]   2> 1570368 INFO  (qtp29314558-19657) [    ] o.a.s.c.S.Request 
[collection1]  webapp=/jmdhh path=/admin/luke 
params={numTerms=0&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1571168 INFO  (qtp29314558-19656) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 1571168 INFO  (qtp29314558-19656) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40913/solr ready
   [junit4]   2> 1571186 INFO  (qtp20108487-19717) [    ] o.a.s.c.S.Request 
[collection1]  webapp=/jmdhh path=/export 
params={q=((text:(XXXX)+OR+text:"XXXX")+AND+text:"XXXX")&distrib=false&fl=id,field_i,str_s&sort=field_i+desc&wt=json&version=2.2}
 hits=5 status=0 QTime=13
   [junit4]   2> 1571186 INFO  (qtp16540393-19752) [    ] o.a.s.c.S.Request 
[collection1]  webapp=/jmdhh path=/export 
params={q=((text:(XXXX)+OR+text:"XXXX")+AND+text:"XXXX")&distrib=false&fl=id,field_i,str_s&sort=field_i+desc&wt=json&version=2.2}
 hits=3 status=0 QTime=3
   [junit4]   2> 1571221 INFO  (qtp29314558-19656) [    ] o.a.s.c.S.Request 
[collection1]  webapp=/jmdhh path=/sql 
params={wt=json&version=2.2&stmt=select+id,+field_i,+str_s+from+collection1+where+(text%3D'(XXXX)'+OR+text%3D'XXXX')+AND+text%3D'XXXX'+order+by+field_i+desc}
 status=0 QTime=0
   [junit4]   2> 1571247 INFO  (qtp29314558-19656) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 1571247 INFO  (qtp29314558-19656) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40913/solr ready
   [junit4]   2> 1571265 INFO  (qtp29314558-19656) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 1571265 INFO  (qtp29314558-19656) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40913/solr ready
   [junit4]   2> 1571273 INFO  (qtp29314558-19656) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 1571273 INFO  (qtp29314558-19656) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40913/solr ready
   [junit4]   2> 1571276 INFO  (qtp3057099-19684) [    ] o.a.s.c.S.Request 
[collection1]  webapp=/jmdhh path=/admin/luke 
params={numTerms=0&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1571351 INFO  (qtp29314558-19657) [    ] o.a.s.c.S.Request 
[collection1]  webapp=/jmdhh path=/export 
params={q=((text:(XXXX)+OR+text:"XXXX")+AND+text:"XXXX")&distrib=false&fl=id,field_i,str_s&sort=field_i+desc&wt=json&version=2.2}
 hits=5 status=0 QTime=0
   [junit4]   2> 1571364 INFO  (qtp3057099-19688) [    ] o.a.s.c.S.Request 
[collection1]  webapp=/jmdhh path=/export 
params={q=((text:(XXXX)+OR+text:"XXXX")+AND+text:"XXXX")&distrib=false&fl=id,field_i,str_s&sort=field_i+desc&wt=json&version=2.2}
 hits=3 status=0 QTime=0
   [junit4]   2> 1571372 INFO  (qtp29314558-19656) [    ] o.a.s.c.S.Request 
[collection1]  webapp=/jmdhh path=/sql 
params={wt=json&version=2.2&stmt=select+id,+field_i,+str_s+from+collection1+where+text%3D'XXXX'}
 status=0 QTime=0
   [junit4]   2> 157

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

9773 INFO  (TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jvm
   [junit4]   2> 1579774 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jetty
   [junit4]   2> 1580767 WARN  (zkCallback-3954-thread-2) [    ] 
o.a.s.c.SyncStrategy Closed, skipping sync up.
   [junit4]   2> 1580767 INFO  (zkCallback-3954-thread-2) [    ] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@48e4f8
   [junit4]   2> 1580768 INFO  (zkCallback-3954-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 1581275 WARN  (zkCallback-3954-thread-1) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1581275 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@14616d5{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1581276 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@c6a293{/jmdhh,null,UNAVAILABLE}
   [junit4]   2> 1581276 ERROR 
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
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> 1581277 INFO  
(TEST-TestSQLHandler.doTest-seed#[6B0E3E2D026368E4]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:40913 40913
   [junit4]   2> 1581398 INFO  (Thread-3391) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:40913 40913
   [junit4]   2> 1581398 WARN  (Thread-3391) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        65      /solr/aliases.json
   [junit4]   2>        5       /solr/security.json
   [junit4]   2>        5       /solr/configs/conf1
   [junit4]   2>        4       /solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        65      /solr/clusterstate.json
   [junit4]   2>        65      /solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        65      /solr/live_nodes
   [junit4]   2>        65      /solr/collections
   [junit4]   2>        4       /solr/overseer/queue
   [junit4]   2>        4       /solr/overseer/collection-queue-work
   [junit4]   2>        2       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSQLHandler 
-Dtests.method=doTest -Dtests.seed=6B0E3E2D026368E4 -Dtests.multiplier=3 
-Dtests.slow=true -Dtests.locale=az-AZ -Dtests.timezone=America/Los_Angeles 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   22.9s J0 | TestSQLHandler.doTest <<<
   [junit4]    > Throwable #1: java.io.IOException: --> 
https://127.0.0.1:34387/jmdhh/collection1:Failed to execute sqlQuery 'select 
str_s, count(*), sum(field_i), min(field_i), max(field_i), avg(field_i) from 
collection1 where text='XXXX' group by str_s order by sum(field_i) asc limit 2' 
against JDBC connection 'jdbc:calcitesolr:'.
   [junit4]    > Error while executing SQL "select str_s, count(*), 
sum(field_i), min(field_i), max(field_i), avg(field_i) from collection1 where 
text='XXXX' group by str_s order by sum(field_i) asc limit 2": From line 1, 
column 39 to line 1, column 50: No match found for function signature 
min(<NUMERIC>)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([6B0E3E2D026368E4:CC4A86896FD87B5D]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.io.stream.SolrStream.read(SolrStream.java:233)
   [junit4]    >        at 
org.apache.solr.handler.TestSQLHandler.getTuples(TestSQLHandler.java:2527)
   [junit4]    >        at 
org.apache.solr.handler.TestSQLHandler.testBasicGrouping(TestSQLHandler.java:676)
   [junit4]    >        at 
org.apache.solr.handler.TestSQLHandler.doTest(TestSQLHandler.java:90)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1581400 INFO  
(SUITE-TestSQLHandler-seed#[6B0E3E2D026368E4]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_6B0E3E2D026368E4-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=az-AZ, 
timezone=America/Los_Angeles
   [junit4]   2> NOTE: Linux 4.10.0-21-generic i386/Oracle Corporation 9-ea 
(32-bit)/cpus=8,threads=1,free=66801296,total=413306880
   [junit4]   2> NOTE: All tests run in this JVM: [TestPushWriter, 
FileBasedSpellCheckerTest, TolerantUpdateProcessorTest, TestJmxIntegration, 
LargeFieldTest, OutputWriterTest, TestSchemalessBufferedUpdates, 
TestGeoJSONResponseWriter, TestSolrCoreProperties, TestReplicaProperties, 
QueryElevationComponentTest, StandardRequestHandlerTest, 
BlockJoinFacetRandomTest, TestLazyCores, DistributedFacetExistsSmallTest, 
TestFoldingMultitermQuery, TestIBSimilarityFactory, TestPathTrie, 
LeaderInitiatedRecoveryOnCommitTest, TestAtomicUpdateErrorCases, 
TestQuerySenderNoQuery, TestFieldSortValues, AnalyticsMergeStrategyTest, 
TestNumericTerms32, CursorPagingTest, TestSolrCloudWithSecureImpersonation, 
EnumFieldTest, TestComplexPhraseLeadingWildcard, MBeansHandlerTest, 
TestJsonFacets, TestBackupRepositoryFactory, TestSortByMinMaxFunction, 
TestDocumentBuilder, NumericFieldsTest, TestDocTermOrds, SolrSlf4jReporterTest, 
ClusterStateTest, OverseerCollectionConfigSetProcessorTest, TestXmlQParser, 
TestInPlaceUpdatesDistrib, TestJettySolrRunner, CdcrReplicationHandlerTest, 
DistributedFacetPivotSmallAdvancedTest, SimpleMLTQParserTest, 
AnalysisAfterCoreReloadTest, TestMacros, UtilsToolTest, HdfsRecoverLeaseTest, 
TestDynamicFieldResource, TestLeaderElectionWithEmptyReplica, 
TestOmitPositions, DateFieldTest, BasicZkTest, TestCrossCoreJoin, 
NodeMutatorTest, TestFastWriter, TestManagedSynonymGraphFilterFactory, 
TestStressLucene, DocumentAnalysisRequestHandlerTest, 
CollectionsAPIAsyncDistributedZkTest, TestRandomFlRTGCloud, 
RecoveryAfterSoftCommitTest, TestDocBasedVersionConstraints, TestCustomStream, 
TestSearcherReuse, TestSerializedLuceneMatchVersion, TestRandomFaceting, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, AliasIntegrationTest, 
TestComponentsName, TestNonDefinedSimilarityFactory, 
TestSolrCloudWithHadoopAuthPlugin, TestCloudJSONFacetJoinDomain, 
TestLocalFSCloudBackupRestore, HdfsBasicDistributedZk2Test, 
DistributedQueryElevationComponentTest, TestBlendedInfixSuggestions, 
NotRequiredUniqueKeyTest, ClassificationUpdateProcessorTest, 
TestReRankQParserPlugin, TestHighlightDedupGrouping, AddBlockUpdateTest, 
ScriptEngineTest, TestExactSharedStatsCache, TestCloudNestedDocsSort, 
TestStandardQParsers, HdfsSyncSliceTest, SpatialRPTFieldTypeTest, SolrCoreTest, 
ConfigSetsAPITest, SolrCLIZkUtilsTest, TestManagedResourceStorage, 
TestSSLRandomization, FullHLLTest, TestCloudRecovery, 
ChaosMonkeyNothingIsSafeTest, DataDrivenBlockJoinTest, 
ShufflingReplicaListTransformerTest, 
TestOverriddenPrefixQueryForCustomFieldType, PolyFieldTest, CacheHeaderTest, 
HdfsUnloadDistributedZkTest, FastVectorHighlighterTest, 
TestAuthenticationFramework, TestStressLiveNodes, ExitableDirectoryReaderTest, 
JavabinLoaderTest, ReturnFieldsTest, TestDistributedSearch, TestSolr4Spatial2, 
FacetPivotSmallTest, BlobRepositoryCloudTest, SSLMigrationTest, 
UniqFieldsUpdateProcessorFactoryTest, BasicDistributedZkTest, 
BasicDistributedZk2Test, SyncSliceTest, TestReplicationHandler, TestFaceting, 
TestHashPartitioner, ZkControllerTest, TestRealTimeGet, HardAutoCommitTest, 
TestRangeQuery, CopyFieldTest, BadComponentTest, TestSolrDeletionPolicy2, 
SampleTest, TestDocSet, MinimalSchemaTest, TestConfig, 
ExternalFileFieldSortTest, TestPostingsSolrHighlighter, TestPhraseSuggestions, 
TestCharFilters, TestCodecSupport, SynonymTokenizerTest, 
TestPerFieldSimilarity, TestLMJelinekMercerSimilarityFactory, 
ResourceLoaderTest, TestFastOutputStream, OpenExchangeRatesOrgProviderTest, 
PluginInfoTest, TestFastLRUCache, PreAnalyzedFieldTest, TestSystemIdResolver, 
SpellingQueryConverterTest, DOMUtilTest, TestLRUCache, TestUtils, 
ZkNodePropsTest, UUIDFieldTest, FileUtilsTest, TestCursorMarkWithoutUniqueKey, 
TestEmbeddedSolrServerConstructors, TestEmbeddedSolrServerSchemaAPI, 
AsyncCallRequestStatusResponseTest, BaseCdcrDistributedZkTest, 
CdcrBootstrapTest, DeleteInactiveReplicaTest, DeleteReplicaTest, 
DistributedQueueTest, LeaderFailureAfterFreshStartTest, TestCloudDeleteByQuery, 
TestCloudPseudoReturnFields, TestConfigSetsAPI, TestRequestForwarding, 
TestSizeLimitedDistributedMap, TestStressCloudBlindAtomicUpdates, 
HdfsChaosMonkeySafeLeaderTest, HdfsNNFailoverTest, HdfsRecoveryZkTest, 
HdfsRestartWhileUpdatingTest, HdfsThreadLeakTest, 
HdfsWriteToMultipleCollectionsTest, TestClusterStateMutator, ZkStateWriterTest, 
RuleEngineTest, RulesTest, TestBlobHandler, TestConfigReload, TestSQLHandler]
   [junit4] Completed [573/715 (1!)] on J0 in 22.87s, 1 test, 1 error <<< 
FAILURES!

[...truncated 36845 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to