Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.0-Windows/2/
Java: 64bit/jdk-9-ea+173 -XX:-UseCompressedOops -XX:+UseParallelGC

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

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([1E5A232E9FEDE19D:B91E9B8AF256F224]:0)
        at 
org.apache.solr.handler.TestSQLHandler.testBasicSelect(TestSQLHandler.java:201)
        at org.apache.solr.handler.TestSQLHandler.doTest(TestSQLHandler.java:87)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  
junit.framework.TestSuite.org.apache.solr.client.solrj.SolrExceptionTest

Error Message:
The test or suite printed 9250 bytes to stdout and stderr, even though the 
limit was set to 8192 bytes. Increase the limit with @Limit, ignore it 
completely with @SuppressSysoutChecks or run with -Dtests.verbose=true

Stack Trace:
java.lang.AssertionError: The test or suite printed 9250 bytes to stdout and 
stderr, even though the limit was set to 8192 bytes. Increase the limit with 
@Limit, ignore it completely with @SuppressSysoutChecks or run with 
-Dtests.verbose=true
        at __randomizedtesting.SeedInfo.seed([7EF646CBF7326AF7]:0)
        at 
org.apache.lucene.util.TestRuleLimitSysouts.afterIfSuccessful(TestRuleLimitSysouts.java:211)
        at 
com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterIfSuccessful(TestRuleAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:37)
        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 12759 lines...]
   [junit4] Suite: org.apache.solr.handler.TestSQLHandler
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_1E5A232E9FEDE19D-001\init-core-data-001
   [junit4]   2> 2464647 WARN  
(SUITE-TestSQLHandler-seed#[1E5A232E9FEDE19D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=98 numCloses=98
   [junit4]   2> 2464648 INFO  
(SUITE-TestSQLHandler-seed#[1E5A232E9FEDE19D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2464649 INFO  
(SUITE-TestSQLHandler-seed#[1E5A232E9FEDE19D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) 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> 2464650 INFO  
(SUITE-TestSQLHandler-seed#[1E5A232E9FEDE19D]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 2464652 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2464653 INFO  (Thread-4311) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2464653 INFO  (Thread-4311) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2464663 ERROR (Thread-4311) [    ] 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> 2464753 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:60117
   [junit4]   2> 2464779 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 0x15d33a7a6510000, 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> 2464801 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-sql.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 2464805 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\core\src\test-files\solr\collection1\conf\schema-sql.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 2464808 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2464813 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 2464856 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 2464866 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 2464872 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2464884 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2464891 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2464898 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2464905 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 2464921 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 2465708 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 2465709 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@13c1a606{/,null,AVAILABLE}
   [junit4]   2> 2465711 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@5be7f5b1{SSL,[ssl, 
http/1.1]}{127.0.0.1:60141}
   [junit4]   2> 2465711 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] o.e.j.s.Server 
Started @2469097ms
   [junit4]   2> 2465711 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_1E5A232E9FEDE19D-001\tempDir-001/control/data,
 hostPort=60141, 
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_1E5A232E9FEDE19D-001\control-001\cores}
   [junit4]   2> 2465711 ERROR 
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2465712 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 2465712 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2465712 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 2465712 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-11T21:56:52.458724400Z
   [junit4]   2> 2465719 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 0x15d33a7a6510003, 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> 2465719 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2465720 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_1E5A232E9FEDE19D-001\control-001\solr.xml
   [junit4]   2> 2465724 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@79dcfd3a, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2465728 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:60117/solr
   [junit4]   2> 2465733 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 0x15d33a7a6510004, 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> 2465843 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] o.a.s.c.Overseer 
Overseer (id=null) closing
   [junit4]   2> 2465844 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:60141_
   [junit4]   2> 2465845 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] o.a.s.c.Overseer 
Overseer (id=98291562014900229-127.0.0.1:60141_-n_0000000000) starting
   [junit4]   2> 2465852 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:60141_
   [junit4]   2> 2465853 INFO  (zkCallback-3177-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2465918 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@79dcfd3a
   [junit4]   2> 2465923 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@79dcfd3a
   [junit4]   2> 2465923 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@79dcfd3a
   [junit4]   2> 2465925 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_1E5A232E9FEDE19D-001\control-001\cores
   [junit4]   2> 2465941 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2465942 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:60117/solr ready
   [junit4]   2> 2465963 INFO  (qtp1644815645-19795) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:60141_&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2465965 INFO  (OverseerThreadFactory-8733-thread-1) [    ] 
o.a.s.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 2466086 INFO  (qtp1644815645-19802) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2466087 INFO  (qtp1644815645-19802) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2466195 INFO  (zkCallback-3177-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2467117 INFO  (qtp1644815645-19802) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2467147 INFO  (qtp1644815645-19802) [    ] o.a.s.s.IndexSchema 
[control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 2467227 WARN  (qtp1644815645-19802) [    ] o.a.s.s.IndexSchema 
Field lowerfilt1and2 is not multivalued and destination for multiple copyFields 
(2)
   [junit4]   2> 2467227 WARN  (qtp1644815645-19802) [    ] o.a.s.s.IndexSchema 
Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 2467228 INFO  (qtp1644815645-19802) [    ] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2467228 INFO  (qtp1644815645-19802) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' 
using configuration from collection control_collection, trusted=true
   [junit4]   2> 2467228 INFO  (qtp1644815645-19802) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.control_collection.shard1.replica_n1' (registry 
'solr.core.control_collection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@79dcfd3a
   [junit4]   2> 2467228 INFO  (qtp1644815645-19802) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2467228 INFO  (qtp1644815645-19802) [    ] o.a.s.c.SolrCore 
[[control_collection_shard1_replica_n1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_1E5A232E9FEDE19D-001\control-001\cores\control_collection_shard1_replica_n1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_1E5A232E9FEDE19D-001\control-001\cores\control_collection_shard1_replica_n1\data\]
   [junit4]   2> 2467353 INFO  (qtp1644815645-19802) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2467353 INFO  (qtp1644815645-19802) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2467354 INFO  (qtp1644815645-19802) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2467354 INFO  (qtp1644815645-19802) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2467360 INFO  (qtp1644815645-19802) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4768013e[control_collection_shard1_replica_n1] main]
   [junit4]   2> 2467362 INFO  (qtp1644815645-19802) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2467362 INFO  (qtp1644815645-19802) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2467363 INFO  (qtp1644815645-19802) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1572664995069558784
   [junit4]   2> 2467367 INFO  (searcherExecutor-8736-thread-1) [    ] 
o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher 
Searcher@4768013e[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2467379 INFO  (qtp1644815645-19802) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2467380 INFO  (qtp1644815645-19802) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2467380 INFO  (qtp1644815645-19802) [    ] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:60141/control_collection_shard1_replica_n1/
   [junit4]   2> 2467380 INFO  (qtp1644815645-19802) [    ] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2467380 INFO  (qtp1644815645-19802) [    ] 
o.a.s.c.SyncStrategy 
https://127.0.0.1:60141/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 2467380 INFO  (qtp1644815645-19802) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2467384 INFO  (qtp1644815645-19802) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:60141/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 2467495 INFO  (zkCallback-3177-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2467538 INFO  (qtp1644815645-19802) [    ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2467548 INFO  (qtp1644815645-19802) [    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1461
   [junit4]   2> 2467553 INFO  (qtp1644815645-19795) [    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 2467659 INFO  (zkCallback-3177-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2467975 INFO  
(OverseerCollectionConfigSetProcessor-98291562014900229-127.0.0.1:60141_-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 2468563 INFO  (qtp1644815645-19795) [    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:60141_&wt=javabin&version=2}
 status=0 QTime=2599
   [junit4]   2> 2468565 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 0x15d33a7a6510006, 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> 2468570 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2468581 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:60117/solr ready
   [junit4]   2> 2468581 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] o.a.s.c.ChaosMonkey 
monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2468588 INFO  (qtp1644815645-19797) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2468589 INFO  (OverseerThreadFactory-8733-thread-2) [    ] 
o.a.s.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 2468589 WARN  (OverseerThreadFactory-8733-thread-2) [    ] 
o.a.s.c.CreateCollectionCmd It is unusual to create a collection (collection1) 
without cores.
   [junit4]   2> 2468824 INFO  (qtp1644815645-19797) [    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 2468825 INFO  (qtp1644815645-19797) [    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2}
 status=0 QTime=237
   [junit4]   2> 2469943 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_1E5A232E9FEDE19D-001\shard-1-001
 of type NRT
   [junit4]   2> 2469943 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 2469948 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1b0b19e1{/,null,AVAILABLE}
   [junit4]   2> 2469949 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@1f0c92a{SSL,[ssl, 
http/1.1]}{127.0.0.1:60175}
   [junit4]   2> 2469950 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] o.e.j.s.Server 
Started @2473335ms
   [junit4]   2> 2469950 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solrconfig=solrconfig.xml, 
solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_1E5A232E9FEDE19D-001\tempDir-001/jetty1,
 hostPort=60175, 
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_1E5A232E9FEDE19D-001\shard-1-001\cores}
   [junit4]   2> 2469950 ERROR 
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2469950 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 2469950 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2469951 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 2469951 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-11T21:56:56.697144500Z
   [junit4]   2> 2469973 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2469973 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_1E5A232E9FEDE19D-001\shard-1-001\solr.xml
   [junit4]   2> 2469979 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@79dcfd3a, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2469982 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:60117/solr
   [junit4]   2> 2470021 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2470025 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] o.a.s.c.Overseer 
Overseer (id=null) closing
   [junit4]   2> 2470028 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:60175_
   [junit4]   2> 2470030 INFO  (zkCallback-3177-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2470030 INFO  (zkCallback-3184-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2470030 INFO  (zkCallback-3189-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2470103 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@79dcfd3a
   [junit4]   2> 2470107 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@79dcfd3a
   [junit4]   2> 2470108 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@79dcfd3a
   [junit4]   2> 2470109 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_1E5A232E9FEDE19D-001\shard-1-001\cores
   [junit4]   2> 2470221 INFO  (qtp1527552938-19841) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:60175_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2470247 INFO  
(OverseerCollectionConfigSetProcessor-98291562014900229-127.0.0.1:60141_-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 2470247 INFO  (OverseerThreadFactory-8733-thread-3) [    ] 
o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:60175_ for creating new replica
   [junit4]   2> 2470261 INFO  (qtp1527552938-19836) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n0&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2470261 INFO  (qtp1527552938-19836) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2470370 INFO  (zkCallback-3189-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> 2471846 INFO  (qtp1527552938-19836) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2471855 INFO  (qtp1527552938-19836) [    ] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n0] Schema name=test
   [junit4]   2> 2471907 WARN  (qtp1527552938-19836) [    ] o.a.s.s.IndexSchema 
Field lowerfilt1and2 is not multivalued and destination for multiple copyFields 
(2)
   [junit4]   2> 2471908 WARN  (qtp1527552938-19836) [    ] o.a.s.s.IndexSchema 
Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 2471908 INFO  (qtp1527552938-19836) [    ] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2471908 INFO  (qtp1527552938-19836) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n0' using 
configuration from collection collection1, trusted=true
   [junit4]   2> 2471908 INFO  (qtp1527552938-19836) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_n0' (registry 
'solr.core.collection1.shard2.replica_n0') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@79dcfd3a
   [junit4]   2> 2471909 INFO  (qtp1527552938-19836) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2471909 INFO  (qtp1527552938-19836) [    ] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n0] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_1E5A232E9FEDE19D-001\shard-1-001\cores\collection1_shard2_replica_n0],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_1E5A232E9FEDE19D-001\shard-1-001\cores\collection1_shard2_replica_n0\data\]
   [junit4]   2> 2471963 INFO  (qtp1527552938-19836) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2471963 INFO  (qtp1527552938-19836) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2471965 INFO  (qtp1527552938-19836) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2471965 INFO  (qtp1527552938-19836) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2471966 INFO  (qtp1527552938-19836) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@d70ffae[collection1_shard2_replica_n0] main]
   [junit4]   2> 2471967 INFO  (qtp1527552938-19836) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2471968 INFO  (qtp1527552938-19836) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2471969 INFO  (searcherExecutor-8746-thread-1) [    ] 
o.a.s.c.SolrCore [collection1_shard2_replica_n0] Registered new searcher 
Searcher@d70ffae[collection1_shard2_replica_n0] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2471969 INFO  (qtp1527552938-19836) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1572664999899299840
   [junit4]   2> 2471975 INFO  (qtp1527552938-19836) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2471975 INFO  (qtp1527552938-19836) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2471975 INFO  (qtp1527552938-19836) [    ] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:60175/collection1_shard2_replica_n0/
   [junit4]   2> 2471975 INFO  (qtp1527552938-19836) [    ] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2471975 INFO  (qtp1527552938-19836) [    ] 
o.a.s.c.SyncStrategy https://127.0.0.1:60175/collection1_shard2_replica_n0/ has 
no replicas
   [junit4]   2> 2471975 INFO  (qtp1527552938-19836) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2471981 INFO  (qtp1527552938-19836) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:60175/collection1_shard2_replica_n0/ shard2
   [junit4]   2> 2472085 INFO  (zkCallback-3189-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> 2472134 INFO  (qtp1527552938-19836) [    ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2472137 INFO  (qtp1527552938-19836) [    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n0&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1877
   [junit4]   2> 2472140 INFO  (qtp1527552938-19841) [    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:60175_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
 status=0 QTime=1919
   [junit4]   2> 2472250 INFO  (zkCallback-3189-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> 2472254 INFO  
(OverseerCollectionConfigSetProcessor-98291562014900229-127.0.0.1:60141_-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 2472609 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_1E5A232E9FEDE19D-001\shard-2-001
 of type NRT
   [junit4]   2> 2472612 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 2472613 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@78c55443{/,null,AVAILABLE}
   [junit4]   2> 2472614 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@11445e4{SSL,[ssl, 
http/1.1]}{127.0.0.1:60206}
   [junit4]   2> 2472615 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] o.e.j.s.Server 
Started @2476001ms
   [junit4]   2> 2472615 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solrconfig=solrconfig.xml, 
solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_1E5A232E9FEDE19D-001\tempDir-001/jetty2,
 hostPort=60206, 
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_1E5A232E9FEDE19D-001\shard-2-001\cores}
   [junit4]   2> 2472615 ERROR 
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2472615 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 2472615 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2472615 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 2472615 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-11T21:56:59.361651100Z
   [junit4]   2> 2472619 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2472619 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_1E5A232E9FEDE19D-001\shard-2-001\solr.xml
   [junit4]   2> 2472623 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@79dcfd3a, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2472626 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:60117/solr
   [junit4]   2> 2472641 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2472642 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] o.a.s.c.Overseer 
Overseer (id=null) closing
   [junit4]   2> 2472645 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:60206_
   [junit4]   2> 2472648 INFO  (zkCallback-3177-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2472648 INFO  (zkCallback-3195-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2472648 INFO  (zkCallback-3184-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2472648 INFO  (zkCallback-3189-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2472753 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@79dcfd3a
   [junit4]   2> 2472757 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@79dcfd3a
   [junit4]   2> 2472757 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@79dcfd3a
   [junit4]   2> 2472759 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_1E5A232E9FEDE19D-001\shard-2-001\cores
   [junit4]   2> 2472789 INFO  (qtp1527552938-19838) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:60206_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2472791 INFO  (OverseerThreadFactory-8733-thread-4) [    ] 
o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:60206_ for creating new replica
   [junit4]   2> 2472808 INFO  (qtp34484272-19871) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n0&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2472808 INFO  (qtp34484272-19871) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2472912 INFO  (zkCallback-3195-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> 2472912 INFO  (zkCallback-3189-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> 2473817 INFO  (qtp34484272-19871) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2473823 INFO  (qtp34484272-19871) [    ] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n0] Schema name=test
   [junit4]   2> 2473869 WARN  (qtp34484272-19871) [    ] o.a.s.s.IndexSchema 
Field lowerfilt1and2 is not multivalued and destination for multiple copyFields 
(2)
   [junit4]   2> 2473869 WARN  (qtp34484272-19871) [    ] o.a.s.s.IndexSchema 
Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 2473869 INFO  (qtp34484272-19871) [    ] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2473870 INFO  (qtp34484272-19871) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_n0' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 2473870 INFO  (qtp34484272-19871) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_n0' (registry 
'solr.core.collection1.shard1.replica_n0') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@79dcfd3a
   [junit4]   2> 2473871 INFO  (qtp34484272-19871) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2473871 INFO  (qtp34484272-19871) [    ] o.a.s.c.SolrCore 
[[collection1_shard1_replica_n0] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_1E5A232E9FEDE19D-001\shard-2-001\cores\collection1_shard1_replica_n0],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_1E5A232E9FEDE19D-001\shard-2-001\cores\collection1_shard1_replica_n0\data\]
   [junit4]   2> 2473935 INFO  (qtp34484272-19871) [    ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2473936 INFO  (qtp34484272-19871) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2473939 INFO  (qtp34484272-19871) [    ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 2473939 INFO  (qtp34484272-19871) [    ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 2473940 INFO  (qtp34484272-19871) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1ef689b9[collection1_shard1_replica_n0] main]
   [junit4]   2> 2473941 INFO  (qtp34484272-19871) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2473941 INFO  (qtp34484272-19871) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2473942 INFO  (searcherExecutor-8756-thread-1) [    ] 
o.a.s.c.SolrCore [collection1_shard1_replica_n0] Registered new searcher 
Searcher@1ef689b9[collection1_shard1_replica_n0] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2473942 INFO  (qtp34484272-19871) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1572665001968140288
   [junit4]   2> 2473949 INFO  (qtp34484272-19871) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2473949 INFO  (qtp34484272-19871) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2473949 INFO  (qtp34484272-19871) [    ] o.a.s.c.SyncStrategy 
Sync replicas to https://127.0.0.1:60206/collection1_shard1_replica_n0/
   [junit4]   2> 2473949 INFO  (qtp34484272-19871) [    ] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 2473949 INFO  (qtp34484272-19871) [    ] o.a.s.c.SyncStrategy 
https://127.0.0.1:60206/collection1_shard1_replica_n0/ has no replicas
   [junit4]   2> 2473949 INFO  (qtp34484272-19871) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2473952 INFO  (qtp34484272-19871) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:60206/collection1_shard1_replica_n0/ shard1
   [junit4]   2> 2474055 INFO  (zkCallback-3195-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> 2474055 INFO  (zkCallback-3189-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> 2474104 INFO  (qtp34484272-19871) [    ] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 2474107 INFO  (qtp34484272-19871) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n0&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1299
   [junit4]   2> 2474109 INFO  (qtp1527552938-19838) [    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:60206_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
 status=0 QTime=1320
   [junit4]   2> 2474210 INFO  (zkCallback-3195-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> 2474210 INFO  (zkCallback-3189-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> 2474416 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_1E5A232E9FEDE19D-001\shard-3-001
 of type NRT
   [junit4]   2> 2474417 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 2474418 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@615ff42{/,null,AVAILABLE}
   [junit4]   2> 2474419 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@2f85c61a{SSL,[ssl, 
http/1.1]}{127.0.0.1:60220}
   [junit4]   2> 2474419 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] o.e.j.s.Server 
Started @2477805ms
   [junit4]   2> 2474419 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solrconfig=solrconfig.xml, 
solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_1E5A232E9FEDE19D-001\tempDir-001/jetty3,
 hostPort=60220, 
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_1E5A232E9FEDE19D-001\shard-3-001\cores}
   [junit4]   2> 2474419 ERROR 
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2474419 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 2474419 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2474420 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 2474420 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-11T21:57:01.166485700Z
   [junit4]   2> 2474423 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2474423 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_1E5A232E9FEDE19D-001\shard-3-001\solr.xml
   [junit4]   2> 2474435 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@79dcfd3a, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2474437 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:60117/solr
   [junit4]   2> 2474449 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2474451 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] o.a.s.c.Overseer 
Overseer (id=null) closing
   [junit4]   2> 2474453 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:60220_
   [junit4]   2> 2474455 INFO  (zkCallback-3177-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2474455 INFO  (zkCallback-3184-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2474455 INFO  (zkCallback-3195-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2474455 INFO  (zkCallback-3189-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2474455 INFO  (zkCallback-3201-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2474498 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@79dcfd3a
   [junit4]   2> 2474502 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@79dcfd3a
   [junit4]   2> 2474502 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@79dcfd3a
   [junit4]   2> 2474503 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_1E5A232E9FEDE19D-001\shard-3-001\cores
   [junit4]   2> 2474549 INFO  (qtp1879196659-19898) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:60220_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2474551 INFO  
(OverseerCollectionConfigSetProcessor-98291562014900229-127.0.0.1:60141_-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 2474552 INFO  (OverseerThreadFactory-8733-thread-5) [    ] 
o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:60220_ for creating new replica
   [junit4]   2> 2474555 INFO  (qtp1879196659-19894) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n1&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2474555 INFO  (qtp1879196659-19894) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2474658 INFO  (zkCallback-3189-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> 2474658 INFO  (zkCallback-3201-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> 2474659 INFO  (zkCallback-3195-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> 2475563 INFO  (qtp1879196659-19894) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2475570 INFO  (qtp1879196659-19894) [    ] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n1] Schema name=test
   [junit4]   2> 2475617 WARN  (qtp1879196659-19894) [    ] o.a.s.s.IndexSchema 
Field lowerfilt1and2 is not multivalued and destination for multiple copyFields 
(2)
   [junit4]   2> 2475617 WARN  (qtp1879196659-19894) [    ] o.a.s.s.IndexSchema 
Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 2475618 INFO  (qtp1879196659-19894) [    ] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2475618 INFO  (qtp1879196659-19894) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n1' using 
configuration from collection collection1, trusted=true
   [junit4]   2> 2475618 INFO  (qtp1879196659-19894) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_n1' (registry 
'solr.core.collection1.shard2.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@79dcfd3a
   [junit4]   2> 2475618 INFO  (qtp1879196659-19894) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2475618 INFO  (qtp1879196659-19894) [    ] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_1E5A232E9FEDE19D-001\shard-3-001\cores\collection1_shard2_replica_n1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_1E5A232E9FEDE19D-001\shard-3-001\cores\collection1_shard2_replica_n1\data\]
   [junit4]   2> 2475670 INFO  (qtp1879196659-19894) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2475670 INFO  (qtp1879196659-19894) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2475673 INFO  (qtp1879196659-19894) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2475673 INFO  (qtp1879196659-19894) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2475673 INFO  (qtp1879196659-19894) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1c3b0b54[collection1_shard2_replica_n1] main]
   [junit4]   2> 2475675 INFO  (qtp1879196659-19894) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2475675 INFO  (qtp1879196659-19894) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2475676 INFO  (qtp1879196659-19894) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1572665003786371072
   [junit4]   2> 2475677 INFO  (searcherExecutor-8766-thread-1) [    ] 
o.a.s.c.SolrCore [collection1_shard2_replica_n1] Registered new searcher 
Searcher@1c3b0b54[collection1_shard2_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2475679 INFO  (qtp1879196659-19894) [    ] 
o.a.s.c.ZkController Core needs to recover:collection1_shard2_replica_n1
   [junit4]   2> 2475679 INFO  (updateExecutor-3198-thread-1) [    ] 
o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 2475680 INFO  (qtp1879196659-19894) [    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n1&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1125
   [junit4]   2> 2475689 INFO  (recoveryExecutor-3199-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 2475689 INFO  (recoveryExecutor-3199-thread-1) [    ] 
o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 2475689 INFO  (recoveryExecutor-3199-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Begin buffering updates. 
core=[collection1_shard2_replica_n1]
   [junit4]   2> 2475689 INFO  (recoveryExecutor-3199-thread-1) [    ] 
o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, 
tlog=null}
   [junit4]   2> 2475689 INFO  (recoveryExecutor-3199-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Publishing state of core 
[collection1_shard2_replica_n1] as recovering, leader is 
[https://127.0.0.1:60175/collection1_shard2_replica_n0/] and I am 
[https://127.0.0.1:60220/collection1_shard2_replica_n1/]
   [junit4]   2> 2475691 INFO  (recoveryExecutor-3199-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Sending prep recovery command to 
[https://127.0.0.1:60175]; [WaitForState: 
action=PREPRECOVERY&core=collection1_shard2_replica_n0&nodeName=127.0.0.1:60220_&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 2475691 INFO  (qtp1879196659-19898) [    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:60220_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
 status=0 QTime=1142
   [junit4]   2> 2475696 INFO  (qtp1527552938-19839) [    ] 
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true, 
maxTime: 183 s
   [junit4]   2> 2475698 INFO  (qtp1527552938-19839) [    ] 
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, 
shard=shard2, thisCore=collection1_shard2_replica_n0, 
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, 
currentState=down, localState=active, nodeName=127.0.0.1:60220_, 
coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1_shard2_replica_n1","base_url":"https://127.0.0.1:60220","node_name":"127.0.0.1:60220_","state":"down","type":"NRT"}
   [junit4]   2> 2475797 INFO  (zkCallback-3189-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> 2475797 INFO  (zkCallback-3201-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> 2475797 INFO  (zkCallback-3195-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> 2476012 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_1E5A232E9FEDE19D-001\shard-4-001
 of type NRT
   [junit4]   2> 2476013 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 2476013 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6b966938{/,null,AVAILABLE}
   [junit4]   2> 2476014 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@3e557a76{SSL,[ssl, 
http/1.1]}{127.0.0.1:60237}
   [junit4]   2> 2476015 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] o.e.j.s.Server 
Started @2479400ms
   [junit4]   2> 2476015 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solrconfig=solrconfig.xml, 
solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_1E5A232E9FEDE19D-001\tempDir-001/jetty4,
 hostPort=60237, 
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_1E5A232E9FEDE19D-001\shard-4-001\cores,
 replicaType=NRT}
   [junit4]   2> 2476015 ERROR 
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2476015 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 2476015 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2476015 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 2476015 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-11T21:57:02.761144300Z
   [junit4]   2> 2476019 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2476019 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_1E5A232E9FEDE19D-001\shard-4-001\solr.xml
   [junit4]   2> 2476021 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@79dcfd3a, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2476024 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:60117/solr
   [junit4]   2> 2476035 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2476037 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] o.a.s.c.Overseer 
Overseer (id=null) closing
   [junit4]   2> 2476039 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:60237_
   [junit4]   2> 2476040 INFO  (zkCallback-3184-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2476040 INFO  (zkCallback-3195-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2476040 INFO  (zkCallback-3177-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2476040 INFO  (zkCallback-3189-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2476040 INFO  (zkCallback-3208-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2476040 INFO  (zkCallback-3201-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2476118 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@79dcfd3a
   [junit4]   2> 2476121 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@79dcfd3a
   [junit4]   2> 2476122 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@79dcfd3a
   [junit4]   2> 2476123 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_1E5A232E9FEDE19D-001\shard-4-001\cores
   [junit4]   2> 2476154 INFO  (qtp1879196659-19896) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:60237_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2476156 INFO  
(OverseerCollectionConfigSetProcessor-98291562014900229-127.0.0.1:60141_-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000008 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 2476157 INFO  (OverseerThreadFactory-8733-thread-5) [    ] 
o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:60237_ for creating new replica
   [junit4]   2> 2476171 INFO  (qtp121842785-19932) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n1&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2476172 INFO  (qtp121842785-19932) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2476276 INFO  (zkCallback-3195-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> 2476276 INFO  (zkCallback-3201-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> 2476276 INFO  (zkCallback-3189-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> 2476276 INFO  (zkCallback-3208-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> 2476698 INFO  (qtp1527552938-19839) [    ] 
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, 
shard=shard2, thisCore=collection1_shard2_replica_n0, 
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, 
currentState=recovering, localState=active, nodeName=127.0.0.1:60220_, 
coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1_shard2_replica_n1","base_url":"https://127.0.0.1:60220","node_name":"127.0.0.1:60220_","state":"recovering","type":"NRT"}
   [junit4]   2> 2476698 INFO  (qtp1527552938-19839) [    ] 
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, 
checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 2476698 INFO  (qtp1527552938-19839) [    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:60220_&onlyIfLeaderActive=true&core=collection1_shard2_replica_n0&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=0 QTime=1002
   [junit4]   2> 2477180 INFO  (qtp121842785-19932) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2477187 INFO  (qtp121842785-19932) [    ] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n1] Schema name=test
   [junit4]   2> 2477200 INFO  (recoveryExecutor-3199-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Attempting to PeerSync from 
[https://127.0.0.1:60175/collection1_shard2_replica_n0/] - 
recoveringAfterStartup=[true]
   [junit4]   2> 2477200 INFO  (recoveryExecutor-3199-thread-1) [    ] 
o.a.s.u.PeerSync PeerSync: core=collection1_shard2_replica_n1 
url=https://127.0.0.1:60220 START 
replicas=[https://127.0.0.1:60175/collection1_shard2_replica_n0/] nUpdates=100
   [junit4]   2> 2477204 INFO  (qtp1527552938-19841) [    ] 
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> 2477204 INFO  (qtp1527552938-19841) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_n0]  webapp= path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2477204 INFO  (recoveryExecutor-3199-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> 2477204 INFO  (recoveryExecutor-3199-thread-1) [    ] 
o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync 
   [junit4]   2> 2477204 INFO  (recoveryExecutor-3199-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2477204 INFO  (recoveryExecutor-3199-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2477204 INFO  (recoveryExecutor-3199-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2477204 INFO  (recoveryExecutor-3199-thread-1) [    ] 
o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
   [junit4]   2> 2477204 INFO  (recoveryExecutor-3199-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
   [junit4]   2> 2477204 INFO  (recoveryExecutor-3199-thread-1) [    ] 
o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 2477204 INFO  (recoveryExecutor-3199-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 2477237 WARN  (qtp121842785-19932) [    ] o.a.s.s.IndexSchema 
Field lowerfilt1and2 is not multivalued and destination for multiple copyFields 
(2)
   [junit4]   2> 2477237 WARN  (qtp121842785-19932) [    ] o.a.s.s.IndexSchema 
Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 2477237 INFO  (qtp121842785-19932) [    ] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2477237 INFO  (qtp121842785-19932) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using 
configuration from collection collection1, trusted=true
   [junit4]   2> 2477238 INFO  (qtp121842785-19932) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_n1' (registry 
'solr.core.collection1.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@79dcfd3a
   [junit4]   2> 2477238 INFO  (qtp121842785-19932) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2477238 INFO  (qtp121842785-19932) [    ] o.a.s.c.SolrCore 
[[collection1_shard1_replica_n1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_1E5A232E9FEDE19D-001\shard-4-001\cores\collection1_shard1_replica_n1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_1E5A232E9FEDE19D-001\shard-4-001\cores\collection1_shard1_replica_n1\data\]
   [junit4]   2> 2477299 INFO  (qtp121842785-19932) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2477299 INFO  (qtp121842785-19932) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2477301 INFO  (qtp121842785-19932) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2477301 INFO  (qtp121842785-19932) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2477302 INFO  (qtp121842785-19932) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7845e385[collection1_shard1_replica_n1] main]
   [junit4]   2> 2477303 INFO  (qtp121842785-19932) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2477304 INFO  (qtp121842785-19932) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2477305 INFO  (searcherExecutor-8776-thread-1) [    ] 
o.a.s.c.SolrCore [collection1_shard1_replica_n1] Registered new searcher 
Searcher@7845e385[collection1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2477305 INFO  (qtp121842785-19932) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1572665005494501376
   [junit4]   2> 2477308 INFO  (zkCallback-3195-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> 2477308 INFO  (zkCallback-3189-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> 2477309 INFO  (qtp121842785-19932) [    ] o.a.s.c.ZkController 
Core needs to recover:collection1_shard1_replica_n1
   [junit4]   2> 2477308 INFO  (zkCallback-3208-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> 2477308 INFO  (zkCallback-3201-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> 2477310 INFO  (updateExecutor-3205-thread-1) [    ] 
o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 2477310 INFO  (recoveryExecutor-3206-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 2477310 INFO  (qtp121842785-19932) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n1&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1138
   [junit4]   2> 2477310 INFO  (recoveryExecutor-3206-thread-1) [    ] 
o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 2477310 INFO  (recoveryExecutor-3206-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Begin buffering updates. 
core=[collection1_shard1_replica_n1]
   [junit4]   2> 2477310 INFO  (recoveryExecutor-3206-thread-1) [    ] 
o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, 
tlog=null}
   [junit4]   2> 2477310 INFO  (recoveryExecutor-3206-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Publishing state of core 
[collection1_shard1_replica_n1] as recovering, leader is 
[https://127.0.0.1:60206/collection1_shard1_replica_n0/] and I am 
[https://127.0.0.1:60237/collection1_shard1_replica_n1/]
   [junit4]   2> 2477312 INFO  (qtp1879196659-19896) [    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:60237_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
 status=0 QTime=1158
   [junit4]   2> 2477312 INFO  (recoveryExecutor-3206-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Sending prep recovery command to 
[https://127.0.0.1:60206]; [WaitForState: 
action=PREPRECOVERY&core=collection1_shard1_replica_n0&nodeName=127.0.0.1:60237_&coreNodeName=core_node4&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 2477317 INFO  (qtp34484272-19867) [    ] 
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node4, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true, 
maxTime: 183 s
   [junit4]   2> 2477317 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting doTest
   [junit4]   2> 2477317 INFO  (qtp34484272-19867) [    ] 
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, 
shard=shard1, thisCore=collection1_shard1_replica_n0, 
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, 
currentState=down, localState=active, nodeName=127.0.0.1:60237_, 
coreNodeName=core_node4, onlyIfActiveCheckResult=false, nodeProps: 
core_node4:{"core":"collection1_shard1_replica_n1","base_url":"https://127.0.0.1:60237","node_name":"127.0.0.1:60237_","state":"down","type":"NRT"}
   [junit4]   2> 2477317 INFO  
(TEST-TestSQLHandler.doTest-seed#[1E5A232E9FEDE19D]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):330
   [junit4]   2> 2477415 INFO  (zkCallback-3195-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> 2477415 INFO  (zkCallback-3189-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> 2477415 INFO  (zkCallback-3201-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> 2477415 INFO  (zkCallback-3208-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> 2478159 INFO  
(OverseerCollectionConfigSetProcessor-98291562014900229-127.0.0.1:60141_-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000010 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 2478319 INFO  (qtp34484272-19867) [    ] 
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, 
shard=shard1, thisCore=collection1_shard1_replica_n0, 
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, 
currentState=recovering, localState=active, nodeName=127.0.0.1:60237_, 
coreNodeName=core_node4, onlyIfActiveCheckResult=false, nodeProps: 
core_node4:{"core":"collection1_shard1_replica_n1","base_url":"https://127.0.0.1:60237","node_name":"127.0.0.1:60237_","state":"recovering","type":"NRT"}
   [junit4]   2> 2478319 INFO  (qtp34484272-19867) [    ] 
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node4, state: recovering, 
checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 2478319 INFO  (qtp34484272-19867) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:60237_&onlyIfLeaderActive=true&core=collection1_shard1_replica_n0&coreNodeName=core_node4&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=0 QTime=1001
   [junit4]   2> 2478821 INFO  (recoveryExecutor-3206-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Attempting to PeerSync from [

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

ionTest, TestCodecSupport, UnloadDistributedZkTest, 
TestLeaderInitiatedRecoveryThread, TestNumericTerms32, 
TemplateUpdateProcessorTest, AnalysisErrorHandlingTest, 
TestClassicSimilarityFactory, FastVectorHighlighterTest, TestConfigReload, 
TestQuerySenderListener, TestRebalanceLeaders, DistributedVersionInfoTest, 
TestSolrCoreParser, V2ApiIntegrationTest, ConfigSetsAPITest, 
TestIndexingPerformance, TestCloudSchemaless, TestBulkSchemaAPI, DateFieldTest, 
TestStressInPlaceUpdates, TestCustomStream, ConfigureRecoveryStrategyTest, 
TestWriterPerf, AutoScalingHandlerTest, CollectionReloadTest, 
TestEmbeddedSolrServerSchemaAPI, TestAnalyzeInfixSuggestions, TestPullReplica, 
SmileWriterTest, TestJmxIntegration, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestStandardQParsers, 
TestFieldResource, ChaosMonkeyNothingIsSafeTest, AliasIntegrationTest, 
SuggesterWFSTTest, TestSolrCloudWithDelegationTokens, PrimitiveFieldTypeTest, 
JvmMetricsTest, TestExclusionRuleCollectionAccess, 
TestOnReconnectListenerSupport, TestRandomDVFaceting, TestLockTree, 
ConnectionReuseTest, TestSearcherReuse, TestCryptoKeys, CloudMLTQParserTest, 
SearchHandlerTest, TestUpdate, NotRequiredUniqueKeyTest, 
WordBreakSolrSpellCheckerTest, OverseerTest, FullSolrCloudDistribCmdsTest, 
ClusterStateUpdateTest, LeaderElectionTest, ZkSolrClientTest, AutoCommitTest, 
TestDistributedGrouping, TestFaceting, TestHashPartitioner, TestReload, 
TestStressVersions, DistributedTermsComponentTest, TestSolr4Spatial, 
PeerSyncTest, TestSort, BasicFunctionalityTest, DirectUpdateHandlerTest, 
TestBadConfig, AnalysisAfterCoreReloadTest, 
SignatureUpdateProcessorFactoryTest, SuggesterFSTTest, DocValuesTest, 
TestPseudoReturnFields, DefaultValueUpdateProcessorTest, TestRemoteStreaming, 
TestQueryUtils, TestOmitPositions, FileBasedSpellCheckerTest, 
XmlUpdateRequestHandlerTest, TestValueSourceCache, TermVectorComponentTest, 
FieldAnalysisRequestHandlerTest, RegexBoostProcessorTest, TestCollationField, 
UniqFieldsUpdateProcessorFactoryTest, TestPartialUpdateDeduplication, 
SearchHandlerTest, TestConfig, TestSolrCoreProperties, TestLuceneMatchVersion, 
TestPhraseSuggestions, EchoParamsTest, TestLMDirichletSimilarityFactory, 
TestBM25SimilarityFactory, URLClassifyProcessorTest, 
SpellingQueryConverterTest, ClusterStateTest, TestUtils, ZkNodePropsTest, 
SystemInfoHandlerTest, FileUtilsTest, TestRTGBase, CursorPagingTest, 
TestTolerantSearch, AssignTest, AsyncCallRequestStatusResponseTest, 
CdcrReplicationDistributedZkTest, CdcrVersionReplicationTest, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest, CollectionsAPISolrJTest, 
DeleteInactiveReplicaTest, DeleteReplicaTest, DeleteStatusTest, 
HttpPartitionTest, LeaderInitiatedRecoveryOnShardRestartTest, 
MigrateRouteKeyTest, ReplicationFactorTest, RestartWhileUpdatingTest, 
ShardSplitTest, TestSolrCloudWithKerberosAlt, 
TestStressCloudBlindAtomicUpdates, TriLevelCompositeIdRoutingTest, 
BlobRepositoryCloudTest, CachingDirectoryFactoryTest, CoreSorterTest, 
DirectoryFactoryTest, TestBackupRepositoryFactory, TestConfigSetProperties, 
TestConfigSets, TestSolrXml, TestSolrCoreSnapshots, TestSQLHandler]
   [junit4] Completed [578/726 (1!)] on J0 in 21.86s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 942 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.SolrExceptionTest
   [junit4]   2> 1286 INFO  
(TEST-SolrExceptionTest.testSolrException-seed#[7EF646CBF7326AF7]) [    ] 
o.a.s.u.Java9InitHack Adding temporary workaround for Hadoop's Shell class to 
allow running on Java 9 (please ignore any warnings/failures).
   [junit4]   2> 1292 ERROR 
(TEST-SolrExceptionTest.testSolrException-seed#[7EF646CBF7326AF7]) [    ] 
o.a.h.u.Shell Failed to locate the winutils binary in the hadoop binary path
   [junit4]   2> java.io.IOException: Could not locate executable 
null\bin\winutils.exe in the Hadoop binaries.
   [junit4]   2>        at 
org.apache.hadoop.util.Shell.getQualifiedBinPath(Shell.java:356)
   [junit4]   2>        at 
org.apache.hadoop.util.Shell.getWinUtilsPath(Shell.java:371)
   [junit4]   2>        at org.apache.hadoop.util.Shell.<clinit>(Shell.java:364)
   [junit4]   2>        at java.base/java.lang.Class.forName0(Native Method)
   [junit4]   2>        at java.base/java.lang.Class.forName(Class.java:291)
   [junit4]   2>        at 
org.apache.solr.util.Java9InitHack.initPrivileged(Java9InitHack.java:65)
   [junit4]   2>        at 
java.base/java.security.AccessController.doPrivileged(Native Method)
   [junit4]   2>        at 
org.apache.solr.util.Java9InitHack.initJava9(Java9InitHack.java:55)
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.<clinit>(SolrTestCaseJ4.java:167)
   [junit4]   2>        at 
org.apache.solr.client.solrj.SolrExceptionTest.testSolrException(SolrExceptionTest.java:43)
   [junit4]   2>        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2>        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>        at 
java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=1590, maxMBSortInHeap=7.870777372012553, 
sim=RandomSimilarity(queryNorm=true): {}, locale=fr-GA, timezone=Canada/Atlantic
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 9-ea 
(64-bit)/cpus=3,threads=1,free=134757224,total=171966464
   [junit4]   2> NOTE: All tests run in this JVM: [QueryResponseTest, 
SolrExceptionTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SolrExceptionTest 
-Dtests.seed=7EF646CBF7326AF7 -Dtests.slow=true -Dtests.locale=fr-GA 
-Dtests.timezone=Canada/Atlantic -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J1 | SolrExceptionTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: The test or suite 
printed 9250 bytes to stdout and stderr, even though the limit was set to 8192 
bytes. Increase the limit with @Limit, ignore it completely with 
@SuppressSysoutChecks or run with -Dtests.verbose=true
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([7EF646CBF7326AF7]:0)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4] Completed [5/135 (1!)] on J1 in 1.03s, 1 test, 1 failure <<< 
FAILURES!

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

Reply via email to