Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.6-Windows/29/
Java: 64bit/jdk-9-ea+181 -XX:+UseCompressedOops -XX:+UseG1GC 
--illegal-access=deny

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

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

Stack Trace:
java.io.IOException: --> http://127.0.0.1:53798/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([92455F54FFDA000F:3501E7F0926113B6]: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 12875 lines...]
   [junit4] Suite: org.apache.solr.handler.TestSQLHandler
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\init-core-data-001
   [junit4]   2> 2120987 WARN  
(SUITE-TestSQLHandler-seed#[92455F54FFDA000F]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=11 numCloses=11
   [junit4]   2> 2120987 INFO  
(SUITE-TestSQLHandler-seed#[92455F54FFDA000F]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 2120988 INFO  
(SUITE-TestSQLHandler-seed#[92455F54FFDA000F]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 2120988 INFO  
(SUITE-TestSQLHandler-seed#[92455F54FFDA000F]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 2120988 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2120988 INFO  (Thread-5007) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2120988 INFO  (Thread-5007) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2120992 ERROR (Thread-5007) [    ] 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> 2121089 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:53768
   [junit4]   2> 2121113 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-sql.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 2121118 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\core\src\test-files\solr\collection1\conf\schema-sql.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 2121122 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2121125 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 2121130 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 2121133 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 2121136 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2121139 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2121143 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2121147 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2121150 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 2121412 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\control-001\cores\collection1
   [junit4]   2> 2121413 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 2121414 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4eb99dc{/,null,AVAILABLE}
   [junit4]   2> 2121415 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@29605da1{HTTP/1.1,[http/1.1]}{127.0.0.1:53778}
   [junit4]   2> 2121415 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.e.j.s.Server 
Started @2123394ms
   [junit4]   2> 2121415 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\tempDir-001/control/data,
 hostPort=53778, 
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\control-001\cores}
   [junit4]   2> 2121415 ERROR 
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2121415 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.1
   [junit4]   2> 2121415 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2121416 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2121416 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-23T11:42:36.128980400Z
   [junit4]   2> 2121418 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 0x15e0ee6bab80002, 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> 2121418 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2121418 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\control-001\solr.xml
   [junit4]   2> 2121423 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2121424 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:53768/solr
   [junit4]   2> 2121442 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.Overseer 
Overseer (id=null) closing
   [junit4]   2> 2121442 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:53778_
   [junit4]   2> 2121443 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.Overseer 
Overseer (id=98532625986617348-127.0.0.1:53778_-n_0000000000) starting
   [junit4]   2> 2121449 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:53778_
   [junit4]   2> 2121450 INFO  (zkCallback-3930-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2121490 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\control-001\cores
   [junit4]   2> 2121490 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2121491 INFO  (coreLoadExecutor-9367-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2121493 INFO  
(OverseerStateUpdate-98532625986617348-127.0.0.1:53778_-n_0000000000) [    ] 
o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 2122509 INFO  (coreLoadExecutor-9367-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 2122521 INFO  (coreLoadExecutor-9367-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2122564 WARN  (coreLoadExecutor-9367-thread-1) [    ] 
o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for 
multiple copyFields (2)
   [junit4]   2> 2122564 WARN  (coreLoadExecutor-9367-thread-1) [    ] 
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple 
copyFields (3)
   [junit4]   2> 2122564 INFO  (coreLoadExecutor-9367-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2122564 INFO  (coreLoadExecutor-9367-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection control_collection, trusted=true
   [junit4]   2> 2122565 INFO  (coreLoadExecutor-9367-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2122565 INFO  (coreLoadExecutor-9367-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\control-001\cores\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\control-001\cores\collection1\data\]
   [junit4]   2> 2122601 INFO  (coreLoadExecutor-9367-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2122601 INFO  (coreLoadExecutor-9367-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2122602 INFO  (coreLoadExecutor-9367-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2122602 INFO  (coreLoadExecutor-9367-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2122603 INFO  (coreLoadExecutor-9367-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@50f6a178[collection1] main]
   [junit4]   2> 2122604 INFO  (coreLoadExecutor-9367-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2122604 INFO  (coreLoadExecutor-9367-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2122605 INFO  (searcherExecutor-9368-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@50f6a178[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2122605 INFO  (coreLoadExecutor-9367-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1576522017477230592
   [junit4]   2> 2122610 INFO  (coreZkRegister-9360-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2122610 INFO  (coreZkRegister-9360-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2122610 INFO  (coreZkRegister-9360-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:53778/collection1/
   [junit4]   2> 2122610 INFO  (coreZkRegister-9360-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2122610 INFO  (coreZkRegister-9360-thread-1) [    ] 
o.a.s.c.SyncStrategy http://127.0.0.1:53778/collection1/ has no replicas
   [junit4]   2> 2122610 INFO  (coreZkRegister-9360-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2122613 INFO  (coreZkRegister-9360-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:53778/collection1/ shard1
   [junit4]   2> 2122765 INFO  (coreZkRegister-9360-thread-1) [    ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2123006 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2123009 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:53768/solr ready
   [junit4]   2> 2123009 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.ChaosMonkey 
monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2123009 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 2123016 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 0x15e0ee6bab80006, 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> 2123243 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\shard-1-001\cores\collection1
   [junit4]   2> 2123244 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\shard-1-001
   [junit4]   2> 2123244 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 2123245 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@266d955{/,null,AVAILABLE}
   [junit4]   2> 2123258 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@2b1190bd{HTTP/1.1,[http/1.1]}{127.0.0.1:53798}
   [junit4]   2> 2123258 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.e.j.s.Server 
Started @2125236ms
   [junit4]   2> 2123258 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solrconfig=solrconfig.xml, 
solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\tempDir-001/jetty1,
 hostPort=53798, 
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\shard-1-001\cores}
   [junit4]   2> 2123258 ERROR 
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2123258 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.1
   [junit4]   2> 2123258 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2123258 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2123258 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-23T11:42:37.970568100Z
   [junit4]   2> 2123261 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2123261 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\shard-1-001\solr.xml
   [junit4]   2> 2123265 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2123266 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:53768/solr
   [junit4]   2> 2123276 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2123278 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.Overseer 
Overseer (id=null) closing
   [junit4]   2> 2123280 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:53798_
   [junit4]   2> 2123281 INFO  (zkCallback-3930-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2123281 INFO  (zkCallback-3940-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2123281 INFO  (zkCallback-3934-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2123316 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\shard-1-001\cores
   [junit4]   2> 2123316 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2123318 INFO  (coreLoadExecutor-9377-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2123319 INFO  
(OverseerStateUpdate-98532625986617348-127.0.0.1:53778_-n_0000000000) [    ] 
o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 2123423 INFO  (zkCallback-3940-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2124335 INFO  (coreLoadExecutor-9377-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 2124350 INFO  (coreLoadExecutor-9377-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2124389 WARN  (coreLoadExecutor-9377-thread-1) [    ] 
o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for 
multiple copyFields (2)
   [junit4]   2> 2124389 WARN  (coreLoadExecutor-9377-thread-1) [    ] 
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple 
copyFields (3)
   [junit4]   2> 2124389 INFO  (coreLoadExecutor-9377-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2124389 INFO  (coreLoadExecutor-9377-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 2124390 INFO  (coreLoadExecutor-9377-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2124390 INFO  (coreLoadExecutor-9377-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\shard-1-001\cores\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\shard-1-001\cores\collection1\data\]
   [junit4]   2> 2124442 INFO  (coreLoadExecutor-9377-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2124442 INFO  (coreLoadExecutor-9377-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2124444 INFO  (coreLoadExecutor-9377-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2124445 INFO  (coreLoadExecutor-9377-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2124445 INFO  (coreLoadExecutor-9377-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@42eaa9ff[collection1] main]
   [junit4]   2> 2124447 INFO  (coreLoadExecutor-9377-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2124448 INFO  (coreLoadExecutor-9377-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2124448 INFO  (coreLoadExecutor-9377-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1576522019409756160
   [junit4]   2> 2124448 INFO  (searcherExecutor-9378-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@42eaa9ff[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2124453 INFO  (coreZkRegister-9372-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2124453 INFO  (coreZkRegister-9372-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2124453 INFO  (coreZkRegister-9372-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:53798/collection1/
   [junit4]   2> 2124453 INFO  (coreZkRegister-9372-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2124455 INFO  (coreZkRegister-9372-thread-1) [    ] 
o.a.s.c.SyncStrategy http://127.0.0.1:53798/collection1/ has no replicas
   [junit4]   2> 2124455 INFO  (coreZkRegister-9372-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2124458 INFO  (coreZkRegister-9372-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:53798/collection1/ shard2
   [junit4]   2> 2124561 INFO  (zkCallback-3940-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2124609 INFO  (coreZkRegister-9372-thread-1) [    ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2124718 INFO  (zkCallback-3940-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2125080 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\shard-2-001\cores\collection1
   [junit4]   2> 2125081 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\shard-2-001
   [junit4]   2> 2125081 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 2125082 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@66b52f7a{/,null,AVAILABLE}
   [junit4]   2> 2125082 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@4b1a1d36{HTTP/1.1,[http/1.1]}{127.0.0.1:53811}
   [junit4]   2> 2125082 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.e.j.s.Server 
Started @2127061ms
   [junit4]   2> 2125082 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solrconfig=solrconfig.xml, 
solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\tempDir-001/jetty2,
 hostPort=53811, 
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\shard-2-001\cores}
   [junit4]   2> 2125083 ERROR 
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2125083 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.1
   [junit4]   2> 2125083 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2125083 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2125083 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-23T11:42:39.795236500Z
   [junit4]   2> 2125086 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2125086 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\shard-2-001\solr.xml
   [junit4]   2> 2125090 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2125090 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:53768/solr
   [junit4]   2> 2125099 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2125101 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.Overseer 
Overseer (id=null) closing
   [junit4]   2> 2125103 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:53811_
   [junit4]   2> 2125104 INFO  (zkCallback-3930-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2125105 INFO  (zkCallback-3940-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2125105 INFO  (zkCallback-3934-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2125105 INFO  (zkCallback-3946-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2125150 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\shard-2-001\cores
   [junit4]   2> 2125150 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2125152 INFO  (coreLoadExecutor-9387-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2125153 INFO  
(OverseerStateUpdate-98532625986617348-127.0.0.1:53778_-n_0000000000) [    ] 
o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 2125255 INFO  (zkCallback-3940-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2125257 INFO  (zkCallback-3946-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2126168 INFO  (coreLoadExecutor-9387-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 2126206 INFO  (coreLoadExecutor-9387-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2126243 WARN  (coreLoadExecutor-9387-thread-1) [    ] 
o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for 
multiple copyFields (2)
   [junit4]   2> 2126243 WARN  (coreLoadExecutor-9387-thread-1) [    ] 
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple 
copyFields (3)
   [junit4]   2> 2126243 INFO  (coreLoadExecutor-9387-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2126243 INFO  (coreLoadExecutor-9387-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 2126244 INFO  (coreLoadExecutor-9387-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2126244 INFO  (coreLoadExecutor-9387-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\shard-2-001\cores\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\shard-2-001\cores\collection1\data\]
   [junit4]   2> 2126359 INFO  (coreLoadExecutor-9387-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2126359 INFO  (coreLoadExecutor-9387-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2126362 INFO  (coreLoadExecutor-9387-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2126363 INFO  (coreLoadExecutor-9387-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2126363 INFO  (coreLoadExecutor-9387-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1757b8db[collection1] main]
   [junit4]   2> 2126365 INFO  (coreLoadExecutor-9387-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2126365 INFO  (coreLoadExecutor-9387-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2126365 INFO  (searcherExecutor-9388-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1757b8db[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2126365 INFO  (coreLoadExecutor-9387-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1576522021419876352
   [junit4]   2> 2126372 INFO  (coreZkRegister-9382-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2126372 INFO  (coreZkRegister-9382-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2126372 INFO  (coreZkRegister-9382-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:53811/collection1/
   [junit4]   2> 2126372 INFO  (coreZkRegister-9382-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2126372 INFO  (coreZkRegister-9382-thread-1) [    ] 
o.a.s.c.SyncStrategy http://127.0.0.1:53811/collection1/ has no replicas
   [junit4]   2> 2126372 INFO  (coreZkRegister-9382-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2126375 INFO  (coreZkRegister-9382-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:53811/collection1/ shard1
   [junit4]   2> 2126478 INFO  (zkCallback-3940-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2126478 INFO  (zkCallback-3946-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2126527 INFO  (coreZkRegister-9382-thread-1) [    ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2126634 INFO  (zkCallback-3940-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2126634 INFO  (zkCallback-3946-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2126897 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\shard-3-001\cores\collection1
   [junit4]   2> 2126898 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\shard-3-001
   [junit4]   2> 2126898 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 2126899 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@758007df{/,null,AVAILABLE}
   [junit4]   2> 2126899 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@2037d527{HTTP/1.1,[http/1.1]}{127.0.0.1:53824}
   [junit4]   2> 2126899 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.e.j.s.Server 
Started @2128878ms
   [junit4]   2> 2126899 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solrconfig=solrconfig.xml, 
solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\tempDir-001/jetty3,
 hostPort=53824, 
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\shard-3-001\cores}
   [junit4]   2> 2126899 ERROR 
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2126901 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.1
   [junit4]   2> 2126901 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2126901 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2126901 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-23T11:42:41.613071700Z
   [junit4]   2> 2126903 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2126903 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\shard-3-001\solr.xml
   [junit4]   2> 2126907 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2126908 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:53768/solr
   [junit4]   2> 2126919 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2126921 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.Overseer 
Overseer (id=null) closing
   [junit4]   2> 2126922 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:53824_
   [junit4]   2> 2126924 INFO  (zkCallback-3930-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2126924 INFO  (zkCallback-3952-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2126925 INFO  (zkCallback-3940-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2126925 INFO  (zkCallback-3946-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2126925 INFO  (zkCallback-3934-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2126985 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\shard-3-001\cores
   [junit4]   2> 2126985 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2126987 INFO  (coreLoadExecutor-9397-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2126990 INFO  
(OverseerStateUpdate-98532625986617348-127.0.0.1:53778_-n_0000000000) [    ] 
o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 2127095 INFO  (zkCallback-3946-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 2127095 INFO  (zkCallback-3940-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 2127095 INFO  (zkCallback-3952-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 2128007 INFO  (coreLoadExecutor-9397-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 2128021 INFO  (coreLoadExecutor-9397-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2128098 WARN  (coreLoadExecutor-9397-thread-1) [    ] 
o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for 
multiple copyFields (2)
   [junit4]   2> 2128098 WARN  (coreLoadExecutor-9397-thread-1) [    ] 
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple 
copyFields (3)
   [junit4]   2> 2128098 INFO  (coreLoadExecutor-9397-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2128098 INFO  (coreLoadExecutor-9397-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 2128098 INFO  (coreLoadExecutor-9397-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2128098 INFO  (coreLoadExecutor-9397-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\shard-3-001\cores\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\shard-3-001\cores\collection1\data\]
   [junit4]   2> 2128136 INFO  (coreLoadExecutor-9397-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2128136 INFO  (coreLoadExecutor-9397-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2128137 INFO  (coreLoadExecutor-9397-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2128137 INFO  (coreLoadExecutor-9397-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2128137 INFO  (coreLoadExecutor-9397-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@21d97101[collection1] main]
   [junit4]   2> 2128139 INFO  (coreLoadExecutor-9397-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2128139 INFO  (coreLoadExecutor-9397-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2128140 INFO  (coreLoadExecutor-9397-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1576522023281098752
   [junit4]   2> 2128140 INFO  (searcherExecutor-9398-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@21d97101[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2128143 INFO  (coreZkRegister-9392-thread-1) [    ] 
o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 2128144 INFO  (updateExecutor-3949-thread-1) [    ] 
o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 2128144 INFO  (recoveryExecutor-3950-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 2128144 INFO  (recoveryExecutor-3950-thread-1) [    ] 
o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 2128144 INFO  (recoveryExecutor-3950-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
   [junit4]   2> 2128144 INFO  (recoveryExecutor-3950-thread-1) [    ] 
o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, 
tlog=null}
   [junit4]   2> 2128144 INFO  (recoveryExecutor-3950-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering, 
leader is [http://127.0.0.1:53798/collection1/] and I am 
[http://127.0.0.1:53824/collection1/]
   [junit4]   2> 2128145 INFO  (recoveryExecutor-3950-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Sending prep recovery command to 
[http://127.0.0.1:53798]; [WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:53824_&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 2128148 INFO  (qtp325310245-22898) [    ] 
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 2128148 INFO  (qtp325310245-22898) [    ] 
o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 
(shard2 of collection1) have state: recovering
   [junit4]   2> 2128148 INFO  (qtp325310245-22898) [    ] 
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:53824_, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:53824","node_name":"127.0.0.1:53824_","state":"down"}
   [junit4]   2> 2128249 INFO  (zkCallback-3952-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 2128249 INFO  (zkCallback-3946-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 2128249 INFO  (zkCallback-3940-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 2128731 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\shard-4-001\cores\collection1
   [junit4]   2> 2128732 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory 
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\shard-4-001
   [junit4]   2> 2128733 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 2128733 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@228a3665{/,null,AVAILABLE}
   [junit4]   2> 2128734 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@63ee524{HTTP/1.1,[http/1.1]}{127.0.0.1:53837}
   [junit4]   2> 2128734 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.e.j.s.Server 
Started @2130712ms
   [junit4]   2> 2128734 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solrconfig=solrconfig.xml, 
solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\tempDir-001/jetty4,
 hostPort=53837, 
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\shard-4-001\cores}
   [junit4]   2> 2128734 ERROR 
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2128734 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.1
   [junit4]   2> 2128735 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2128735 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2128735 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-23T11:42:43.447170500Z
   [junit4]   2> 2128737 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2128737 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\shard-4-001\solr.xml
   [junit4]   2> 2128740 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2128741 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:53768/solr
   [junit4]   2> 2128751 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2128753 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] o.a.s.c.Overseer 
Overseer (id=null) closing
   [junit4]   2> 2128755 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:53837_
   [junit4]   2> 2128756 INFO  (zkCallback-3959-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2128756 INFO  (zkCallback-3946-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2128757 INFO  (zkCallback-3952-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2128757 INFO  (zkCallback-3934-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2128757 INFO  (zkCallback-3940-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2128757 INFO  (zkCallback-3930-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2128809 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\shard-4-001\cores
   [junit4]   2> 2128809 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2128811 INFO  (coreLoadExecutor-9407-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2128812 INFO  
(OverseerStateUpdate-98532625986617348-127.0.0.1:53778_-n_0000000000) [    ] 
o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 2128915 INFO  (zkCallback-3959-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 2128915 INFO  (zkCallback-3946-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 2128915 INFO  (zkCallback-3940-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 2128915 INFO  (zkCallback-3952-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 2129149 INFO  (qtp325310245-22898) [    ] 
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:53824_, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:53824","node_name":"127.0.0.1:53824_","state":"recovering"}
   [junit4]   2> 2129149 INFO  (qtp325310245-22898) [    ] 
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, 
checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 2129149 INFO  (qtp325310245-22898) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:53824_&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=0 QTime=1001
   [junit4]   2> 2129650 INFO  (recoveryExecutor-3950-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Attempting to PeerSync from 
[http://127.0.0.1:53798/collection1/] - recoveringAfterStartup=[true]
   [junit4]   2> 2129650 INFO  (recoveryExecutor-3950-thread-1) [    ] 
o.a.s.u.PeerSync PeerSync: core=collection1 url=http://127.0.0.1:53824 START 
replicas=[http://127.0.0.1:53798/collection1/] nUpdates=100
   [junit4]   2> 2129653 INFO  (qtp325310245-22897) [    ] 
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> 2129653 INFO  (qtp325310245-22897) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2129655 INFO  (recoveryExecutor-3950-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> 2129655 INFO  (recoveryExecutor-3950-thread-1) [    ] 
o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync 
   [junit4]   2> 2129655 INFO  (recoveryExecutor-3950-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2129655 INFO  (recoveryExecutor-3950-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2129655 INFO  (recoveryExecutor-3950-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2129655 INFO  (recoveryExecutor-3950-thread-1) [    ] 
o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
   [junit4]   2> 2129655 INFO  (recoveryExecutor-3950-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
   [junit4]   2> 2129655 INFO  (recoveryExecutor-3950-thread-1) [    ] 
o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 2129655 INFO  (recoveryExecutor-3950-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 2129762 INFO  (zkCallback-3952-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 2129763 INFO  (zkCallback-3940-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 2129763 INFO  (zkCallback-3946-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 2129762 INFO  (zkCallback-3959-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 2129818 INFO  (coreLoadExecutor-9407-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 2129826 INFO  (coreLoadExecutor-9407-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2129879 WARN  (coreLoadExecutor-9407-thread-1) [    ] 
o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for 
multiple copyFields (2)
   [junit4]   2> 2129879 WARN  (coreLoadExecutor-9407-thread-1) [    ] 
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple 
copyFields (3)
   [junit4]   2> 2129879 INFO  (coreLoadExecutor-9407-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2129879 INFO  (coreLoadExecutor-9407-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 2129879 INFO  (coreLoadExecutor-9407-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2129879 INFO  (coreLoadExecutor-9407-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\shard-4-001\cores\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001\shard-4-001\cores\collection1\data\]
   [junit4]   2> 2129919 INFO  (coreLoadExecutor-9407-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2129919 INFO  (coreLoadExecutor-9407-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2129920 INFO  (coreLoadExecutor-9407-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2129920 INFO  (coreLoadExecutor-9407-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2129921 INFO  (coreLoadExecutor-9407-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@cad19a[collection1] main]
   [junit4]   2> 2129921 INFO  (coreLoadExecutor-9407-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2129922 INFO  (coreLoadExecutor-9407-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2129922 INFO  (coreLoadExecutor-9407-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1576522025149661184
   [junit4]   2> 2129922 INFO  (searcherExecutor-9408-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@cad19a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2129925 INFO  (coreZkRegister-9402-thread-1) [    ] 
o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 2129925 INFO  (updateExecutor-3956-thread-1) [    ] 
o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 2129926 INFO  (recoveryExecutor-3957-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 2129926 INFO  (recoveryExecutor-3957-thread-1) [    ] 
o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 2129926 INFO  (recoveryExecutor-3957-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
   [junit4]   2> 2129926 INFO  (recoveryExecutor-3957-thread-1) [    ] 
o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, 
tlog=null}
   [junit4]   2> 2129926 INFO  (recoveryExecutor-3957-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering, 
leader is [http://127.0.0.1:53811/collection1/] and I am 
[http://127.0.0.1:53837/collection1/]
   [junit4]   2> 2129928 INFO  (recoveryExecutor-3957-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Sending prep recovery command to 
[http://127.0.0.1:53811]; [WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:53837_&coreNodeName=core_node4&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 2129930 INFO  (qtp2135864053-22927) [    ] 
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node4, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 2129931 INFO  (qtp2135864053-22927) [    ] 
o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 
(shard1 of collection1) have state: recovering
   [junit4]   2> 2129931 INFO  (qtp2135864053-22927) [    ] 
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:53837_, coreNodeName=core_node4, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node4:{"core":"collection1","base_url":"http://127.0.0.1:53837","node_name":"127.0.0.1:53837_","state":"down"}
   [junit4]   2> 2130033 INFO  (zkCallback-3952-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 2130033 INFO  (zkCallback-3946-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 2130033 INFO  (zkCallback-3940-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 2130033 INFO  (zkCallback-3959-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 2130322 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting doTest
   [junit4]   2> 2130322 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):330
   [junit4]   2> 2130932 INFO  (qtp2135864053-22927) [    ] 
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:53837_, coreNodeName=core_node4, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node4:{"core":"collection1","base_url":"http://127.0.0.1:53837","node_name":"127.0.0.1:53837_","state":"recovering"}
   [junit4]   2> 2130932 INFO  (qtp2135864053-22927) [    ] 
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node4, state: recovering, 
checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 2130932 INFO  (qtp2135864053-22927) [    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:53837_&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node4&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=0 QTime=1002
   [junit4]   2> 2131433 INFO  (recoveryExecutor-3957-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Attempting to PeerSync from 
[http://127.0.0.1:53811/collection1/] - recoveringAfterStartup=[true]
   [junit4]   2> 2131433 INFO  (recoveryExecutor-3957-thread-1) [    ] 
o.a.s.u.PeerSync PeerSync: core=collection1 url=http://127.0.0.1:53837 START 
replicas=[http://127.0.0.1:53811/collection1/] nUpdates=100
   [junit4]   2> 2131435 INFO  (qtp2135864053-22926) [    ] 
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> 2131435 INFO  (qtp2135864053-22926) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2131435 INFO  (recoveryExecutor-3957-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> 2131435 INFO  (recoveryExecutor-3957-thread-1) [    ] 
o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync 
   [junit4]   2> 2131435 INFO  (recoveryExecutor-3957-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2131435 INFO  (recoveryExecutor-3957-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2131435 INFO  (recoveryExecutor-3957-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2131435 INFO  (recoveryExecutor-3957-thread-1) [    ] 
o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
   [junit4]   2> 2131435 INFO  (recoveryExecutor-3957-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
   [junit4]   2> 2131435 INFO  (recoveryExecutor-3957-thread-1) [    ] 
o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 2131435 INFO  (recoveryExecutor-3957-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 2131540 INFO  (zkCallback-3959-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 2131540 INFO  (zkCallback-3952-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 2131540 INFO  (zkCallback-3940-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 2131540 INFO  (zkCallback-3946-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 2132324 INFO  
(TEST-TestSQLHandler.doTest-seed#[92455F54FFDA000F]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 2132329 INFO  (qtp2060484576-22859) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:* (-1576522027671486464)} 0 2
   [junit4]   2> 2132348 INFO  (qtp1425243183-22986) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&_version_=-1576522027680923648&distrib.from=http://127.0.0.1:53811/collection1/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1576522027680923648)} 0 4
   [junit4]   2> 2132352 INFO  (qtp226588572-22950) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&_version_=-1576522027685117952&distrib.from=http://127.0.0.1:53798/collection1/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1576522027685117952)} 0 3
   [junit4]   2> 2132353 INFO  (qtp325310245-22901) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:53811/collection1/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1576522027685117952)} 0 13
   [junit4]   2> 2132354 INFO  (qtp2135864053-22924) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:* (-1576522027680923648)} 0 20
   [junit4]   2> 2132356 INFO  (qtp2060484576-22860) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2132356 INFO  (qtp2060484576-22860) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2132357 INFO  (qtp2060484576-22860) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2132357 INFO  (qtp2060484576-22860) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 0
   [junit4]   2> 2132360 INFO  (qtp2135864053-22928) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2132360 INFO  (qtp2135864053-22928) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2132360 INFO  (qtp1425243183-22987) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2132360 INFO  (qtp1425243183-22987) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2132360 INFO  (qtp2135864053-22928) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2132360 INFO  (qtp1425243183-22987) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2132361 INFO  (qtp2135864053-22928) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:53811/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 1
   [junit4]   2> 2132361 INFO  (qtp1425243183-22987) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:53811/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 1
   [junit4]   2> 2132363 INFO  (qtp226588572-22956) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2132363 INFO  (qtp226588572-22956) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2132363 INFO  (qtp226588572-22956) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2132363 INFO  (qtp226588572-22956) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:53811/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 2132363 INFO  (qtp325310245-22900) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2132364 INFO  (qtp325310245-22900) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2132364 INFO  (qtp325310245-22900) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2132364 INFO  (qtp325310245-22900) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:53811/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 2132365 INFO  (qtp2135864053-22927) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={_stateVer_=collection1:12&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 6
   [junit4]   2> 2132368 INFO  (qtp2060484576-22861) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2&CONTROL=TRUE}{add=[1 (1576522027712380928)]} 0 2
   [junit4]   2> 2132373 INFO  (qtp1425243183-22988) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:53811/collection1/&wt=javabin&version=2}{add=[1
 (1576522027716575232)]} 0 1
   [junit4]   2> 2132374 INFO  (qtp2135864053-22922) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[1 (1576522027716575232)]} 0 3
   [junit4]   2> 2132376 INFO  (qtp2060484576-22862) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2&CONTROL=TRUE}{add=[2 (1576522027722866688)]} 0 0
   [junit4]   2> 2132382 INFO  (qtp226588572-22957) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:53798/collection1/&wt=javabin&version=2}{add=[2
 (1576522027724963840)]} 0 1
   [junit4]   2> 2132382 INFO  (qtp325310245-22894) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[2 (1576522027724963840)]} 0 4
   [junit4]   2> 2132384 INFO  (qtp2060484576-22863) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2&CONTROL=TRUE}{add=[3 (1576522027731255296)]} 0 0
   [junit4]   2> 2132387 INFO  (qtp226588572-22954) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:53798/collection1/&wt=javabin&version=2}{add=[3
 (1576522027733352448)]} 0 0
   [junit4]   2> 2132387 INFO  (qtp325310245-22895) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[3 (1576522027733352448)]} 0 1
   [junit4]   2> 2132388 INFO  (qtp2060484576-22864) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2&CONTROL=TRUE}{add=[4 (1576522027735449600)]} 0 0
   [junit4]   2> 2132391 INFO  (qtp1425243183-22989) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:53811/collection1/&wt=javabin&version=2}{add=[4
 (1576522027736498176)]} 0 0
   [junit4]   2> 2132391 INFO  (qtp2135864053-22926) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[4 (1576522027736498176)]} 0 2
   [junit4]   2> 2132392 INFO  (qtp2060484576-22857) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2&CONTROL=TRUE}{add=[5 (1576522027739643904)]} 0 0
   [junit4]   2> 2132394 INFO  (qtp226588572-22952) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:53798/collection1/&wt=javabin&version=2}{add=[5
 (1576522027740692480)]} 0 0
   [junit4]   2> 2132394 INFO  (qtp325310245-22897) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[5 (1576522027740692480)]} 0 1
   [junit4]   2> 2132400 INFO  (qtp2060484576-22859) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2&CONTROL=TRUE}{add=[6 (1576522027743838208)]} 0 4
   [junit4]   2> 2132403 INFO  (qtp226588572-22953) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:53798/collection1/&wt=javabin&version=2}{add=[6
 (1576522027749081088)]} 0 0
   [junit4]   2> 2132403 INFO  (qtp325310245-22896) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[6 (1576522027749081088)]} 0 2
   [junit4]   2> 2132405 INFO  (qtp2060484576-22860) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2&CONTROL=TRUE}{add=[7 (1576522027753275392)]} 0 0
   [junit4]   2> 2132407 INFO  (qtp226588572-22950) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:53798/collection1/&wt=javabin&version=2}{add=[7
 (1576522027754323968)]} 0 0
   [junit4]   2> 2132407 INFO  (qtp325310245-22901) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[7 (1576522027754323968)]} 0 1
   [junit4]   2> 2132408 INFO  (qtp2060484576-22861) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2&CONTROL=TRUE}{add=[8 (1576522027756421120)]} 0 0
   [junit4]   2> 2132411 INFO  (qtp1425243183-22990) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:53811/collection1/&wt=javabin&version=2}{add=[8
 (1576522027757469696)]} 0 0
   [junit4]   2> 2132411 INFO  (qtp2135864053-22929) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[8 (1576522027757469696)]} 0 2
   [junit4]   2> 2132415 INFO  (qtp2060484576-22862) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSea

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

6)
   [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> 2142568 INFO  
(SUITE-TestSQLHandler-seed#[92455F54FFDA000F]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_92455F54FFDA000F-001
   [junit4]   2> Aug 23, 2017 11:42:57 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{n_l1=PostingsFormat(name=Direct), multiDefault=PostingsFormat(name=Direct), 
Field_i=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 
intDefault=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 
n_dt1=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 
n_td1=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 Str_s=FST50, n_d1=PostingsFormat(name=Direct), 
field_i=PostingsFormat(name=Direct), str_s=FST50, 
n_f1=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 n_ti1=BlockTreeOrds(blocksize=128), rnd_b=BlockTreeOrds(blocksize=128), 
n_tl1=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 
_version_=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 n_tf1=PostingsFormat(name=Direct), 
n_tdt1=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 id=BlockTreeOrds(blocksize=128), text=FST50, 
Text_t=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 timestamp=PostingsFormat(name=Direct)}, 
docValues:{_version_=DocValuesFormat(name=Asserting), 
multiDefault=DocValuesFormat(name=Lucene54), 
Field_i=DocValuesFormat(name=Asserting), 
intDefault=DocValuesFormat(name=Asserting), id=DocValuesFormat(name=Memory), 
Str_s=DocValuesFormat(name=Direct), field_i=DocValuesFormat(name=Lucene54), 
str_s=DocValuesFormat(name=Direct), n_f1=DocValuesFormat(name=Asserting)}, 
maxPointsInLeafNode=1801, maxMBSortInHeap=6.518702870889708, 
sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=az-Cyrl, 
timezone=Australia/Brisbane
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 9 
(64-bit)/cpus=3,threads=1,free=356379336,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [DirectoryFactoryTest, 
CoreAdminRequestStatusTest, TermsComponentTest, TestSolrCoreParser, 
TestComponentsName, InfixSuggestersTest, 
TestPerFieldSimilarityWithDefaultOverride, TestDocTermOrds, TestConfigReload, 
TestTrieFacet, TestLeaderInitiatedRecoveryThread, CollectionStateFormat2Test, 
TestFastOutputStream, TestHashPartitioner, TestLeaderElectionWithEmptyReplica, 
TestSearcherReuse, PingRequestHandlerTest, ZkCLITest, TestReplicaProperties, 
XmlUpdateRequestHandlerTest, TestLFUCache, TestPerFieldSimilarity, 
TriLevelCompositeIdRoutingTest, SystemInfoHandlerTest, 
PathHierarchyTokenizerFactoryTest, DistributedDebugComponentTest, 
TestCustomDocTransformer, LeaderFailoverAfterPartitionTest, 
DistributedSuggestComponentTest, TestGraphTermsQParserPlugin, 
BlockJoinFacetRandomTest, SuggestComponentContextFilterQueryTest, 
MultiTermTest, SharedFSAutoReplicaFailoverTest, BooleanFieldTest, 
HdfsCollectionsAPIDistributedZkTest, ConjunctionSolrSpellCheckerTest, 
TestFieldSortValues, TestIBSimilarityFactory, TestJsonFacets, 
TestDistribDocBasedVersion, FastVectorHighlighterTest, HdfsRecoverLeaseTest, 
TestCursorMarkWithoutUniqueKey, TestNamedUpdateProcessors, TestSmileRequest, 
ClusterStateUpdateTest, TestManagedSchemaThreadSafety, SolrTestCaseJ4Test, 
TestGeoJSONResponseWriter, CursorPagingTest, TestSolrDeletionPolicy1, 
TestLRUCache, SoftAutoCommitTest, SimpleCollectionCreateDeleteTest, 
CloudExitableDirectoryReaderTest, DistributedFacetExistsSmallTest, 
TestRestoreCore, InfoHandlerTest, TestFieldTypeResource, TestDistributedSearch, 
LeaderElectionTest, AnalysisAfterCoreReloadTest, VersionInfoTest, 
TestSolrCloudWithKerberosAlt, TestSweetSpotSimilarityFactory, 
TestDefaultStatsCache, SolrSlf4jReporterTest, 
BigEndianAscendingWordDeserializerTest, TestSegmentSorting, 
TestScoreJoinQPScore, TestImplicitCoreProperties, OverseerTest, 
TestBulkSchemaConcurrent, TestSQLHandlerNonCloud, SpatialFilterTest, 
IndexBasedSpellCheckerTest, TestRawResponseWriter, TestUpdate, 
MergeStrategyTest, DistributedSpellCheckComponentTest, V2ApiIntegrationTest, 
SimplePostToolTest, TestNumericTerms64, TestStressRecovery, 
DistributedMLTComponentTest, PolyFieldTest, TestPayloadCheckQParserPlugin, 
TestReplicationHandler, CurrencyFieldXmlFileTest, TestMissingGroups, 
TestDistributedStatsComponentCardinality, TestConfigsApi, 
TestDocBasedVersionConstraints, DocExpirationUpdateProcessorFactoryTest, 
CollectionsAPIAsyncDistributedZkTest, TestHighFrequencyDictionaryFactory, 
HdfsUnloadDistributedZkTest, TestInitQParser, MoveReplicaTest, HLLUtilTest, 
TestRandomDVFaceting, HdfsThreadLeakTest, TestOnReconnectListenerSupport, 
SolrRequestParserTest, TestStressVersions, BasicDistributedZkTest, 
TestPostingsSolrHighlighter, TestFastLRUCache, MetricUtilsTest, 
ConcurrentDeleteAndCreateCollectionTest, TestExtendedDismaxParser, 
TestFieldResource, MigrateRouteKeyTest, TestGroupingSearch, 
TestPhraseSuggestions, QueryEqualityTest, DeleteStatusTest, EnumFieldTest, 
TestBackupRepositoryFactory, TestTolerantSearch, PeerSyncReplicationTest, 
TimeZoneUtilsTest, DocumentAnalysisRequestHandlerTest, CustomCollectionTest, 
TestSolrJ, OutputWriterTest, TestSchemaManager, TestJmxIntegration, 
SynonymTokenizerTest, AlternateDirectoryTest, ChaosMonkeyNothingIsSafeTest, 
ZkControllerTest, TestSizeLimitedDistributedMap, TestAuthorizationFramework, 
TestBulkSchemaAPI, TestMacros, TestFaceting, HighlighterTest, 
PeerSyncWithIndexFingerprintCachingTest, TestHighlightDedupGrouping, 
TestDocumentBuilder, TestPseudoReturnFields, DirectUpdateHandlerTest, 
TestWordDelimiterFilterFactory, DistributedQueryComponentCustomSortTest, 
CloudMLTQParserTest, ShufflingReplicaListTransformerTest, 
TestExactSharedStatsCache, TestCollationFieldDocValues, TestSolrIndexConfig, 
DocumentBuilderTest, SuggesterFSTTest, WrapperMergePolicyFactoryTest, 
TestBM25SimilarityFactory, TestQueryWrapperFilter, BadComponentTest, 
ZkNodePropsTest, SchemaVersionSpecificBehaviorTest, 
UniqFieldsUpdateProcessorFactoryTest, CdcrUpdateLogTest, TestRemoteStreaming, 
RollingRestartTest, SolrCoreTest, TestTolerantUpdateProcessorRandomCloud, 
StatelessScriptUpdateProcessorFactoryTest, TestRecoveryHdfs, 
TestFieldCacheVsDocValues, TestManagedResourceStorage, 
SolrJmxReporterCloudTest, TestCollectionAPI, TestUniqueKeyFieldResource, 
PeerSyncTest, ShardRoutingTest, BasicZkTest, RecoveryZkTest, ZkSolrClientTest, 
TestZkChroot, AutoCommitTest, TermVectorComponentDistributedTest, TestJoin, 
HardAutoCommitTest, TestRangeQuery, SimpleFacetsTest, StatsComponentTest, 
TestFunctionQuery, TestBadConfig, ShowFileRequestHandlerTest, 
DistributedQueryElevationComponentTest, SolrIndexSplitterTest, 
TestCoreDiscovery, DocValuesTest, DisMaxRequestHandlerTest, TestQueryUtils, 
StandardRequestHandlerTest, TestWriterPerf, TestQueryTypes, 
PrimitiveFieldTypeTest, TestOmitPositions, MoreLikeThisHandlerTest, 
FieldAnalysisRequestHandlerTest, LoggingHandlerTest, IndexSchemaTest, 
JSONWriterTest, TestAnalyzedSuggestions, TestPartialUpdateDeduplication, 
TestPHPSerializedResponseWriter, TestBinaryResponseWriter, SOLR749Test, 
TestQuerySenderListener, CopyFieldTest, ResponseLogComponentTest, 
SolrIndexConfigTest, TestMergePolicyConfig, TestBinaryField, NumericFieldsTest, 
TestSolrCoreProperties, NotRequiredUniqueKeyTest, TestCodecSupport, 
OpenExchangeRatesOrgProviderTest, DateMathParserTest, PrimUtilsTest, 
DateFieldTest, DOMUtilTest, FileUtilsTest, TestPathTrie, TestJettySolrRunner, 
ActionThrottleTest, BaseCdcrDistributedZkTest, CdcrBootstrapTest, 
ConnectionManagerTest, DeleteNodeTest, DeleteShardTest, 
DistribCursorPagingTest, DistributedQueueTest, DocValuesNotIndexedTest, 
LeaderInitiatedRecoveryOnCommitTest, MissingSegmentRecoveryTest, 
MultiThreadedOCPTest, OverseerStatusTest, RemoteQueryErrorTest, 
ReplicationFactorTest, RestartWhileUpdatingTest, SSLMigrationTest, 
SaslZkACLProviderTest, ShardSplitTest, TestRebalanceLeaders, 
TestSolrCloudWithSecureImpersonation, TestStressCloudBlindAtomicUpdates, 
TestStressLiveNodes, TestTolerantUpdateProcessorCloud, 
TlogReplayBufferedWhileIndexingTest, HdfsBasicDistributedZk2Test, 
HdfsChaosMonkeyNothingIsSafeTest, HdfsChaosMonkeySafeLeaderTest, 
HdfsRecoveryZkTest, HdfsRestartWhileUpdatingTest, HdfsSyncSliceTest, 
HdfsWriteToMultipleCollectionsTest, StressHdfsTest, TestClusterStateMutator, 
ZkStateReaderTest, RulesTest, ConfigureRecoveryStrategyTest, CoreSorterTest, 
HdfsDirectoryFactoryTest, QueryResultKeyTest, TestConfigSetImmutable, 
TestDynamicLoading, RequestLoggingTest, TestBlobHandler, TestReqParamsAPI, 
TestSQLHandler]
   [junit4] Completed [573/713 (1!)] on J0 in 22.35s, 1 test, 1 error <<< 
FAILURES!

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

Reply via email to