Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/296/
Java: 32bit/jdk1.8.0_144 -client -XX:+UseG1GC

2 tests failed.
FAILED:  
org.apache.lucene.search.suggest.analyzing.TestFreeTextSuggester.testIllegalByteDuringBuild

Error Message:
Unexpected exception type, expected IllegalArgumentException but got 
java.io.IOException: Could not remove the following files (in the order of 
attempts):    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\suggest\test\J0\.\temp\FreeTextSuggester.index.5777328664281946112:
 java.nio.file.DirectoryNotEmptyException: 
.\temp\FreeTextSuggester.index.5777328664281946112 

Stack Trace:
junit.framework.AssertionFailedError: Unexpected exception type, expected 
IllegalArgumentException but got java.io.IOException: Could not remove the 
following files (in the order of attempts):
   
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\suggest\test\J0\.\temp\FreeTextSuggester.index.5777328664281946112:
 java.nio.file.DirectoryNotEmptyException: 
.\temp\FreeTextSuggester.index.5777328664281946112

        at 
__randomizedtesting.SeedInfo.seed([D8A33E3D8FA51FB:32D4FF145F8ED305]:0)
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2668)
        at 
org.apache.lucene.search.suggest.analyzing.TestFreeTextSuggester.testIllegalByteDuringBuild(TestFreeTextSuggester.java:108)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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 
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.lang.Thread.run(Thread.java:748)
Caused by: java.io.IOException: Could not remove the following files (in the 
order of attempts):
   
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\suggest\test\J0\.\temp\FreeTextSuggester.index.5777328664281946112:
 java.nio.file.DirectoryNotEmptyException: 
.\temp\FreeTextSuggester.index.5777328664281946112

        at org.apache.lucene.util.IOUtils.rm(IOUtils.java:329)
        at 
org.apache.lucene.search.suggest.analyzing.FreeTextSuggester.build(FreeTextSuggester.java:351)
        at 
org.apache.lucene.search.suggest.analyzing.FreeTextSuggester.build(FreeTextSuggester.java:247)
        at 
org.apache.lucene.search.suggest.analyzing.TestFreeTextSuggester.lambda$testIllegalByteDuringBuild$0(TestFreeTextSuggester.java:109)
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2663)
        ... 37 more


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

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([C37A819AF2E44C18:643E393E9F5F5FA1]:0)
        at 
org.apache.solr.handler.TestSQLHandler.testBasicSelect(TestSQLHandler.java:181)
        at org.apache.solr.handler.TestSQLHandler.doTest(TestSQLHandler.java:82)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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 
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.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 9875 lines...]
   [junit4] Suite: 
org.apache.lucene.search.suggest.analyzing.TestFreeTextSuggester
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestFreeTextSuggester -Dtests.method=testIllegalByteDuringBuild 
-Dtests.seed=D8A33E3D8FA51FB -Dtests.slow=true -Dtests.locale=nn-NO 
-Dtests.timezone=CAT -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.02s J0 | TestFreeTextSuggester.testIllegalByteDuringBuild 
<<<
   [junit4]    > Throwable #1: junit.framework.AssertionFailedError: Unexpected 
exception type, expected IllegalArgumentException but got java.io.IOException: 
Could not remove the following files (in the order of attempts):
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\suggest\test\J0\.\temp\FreeTextSuggester.index.5777328664281946112:
 java.nio.file.DirectoryNotEmptyException: 
.\temp\FreeTextSuggester.index.5777328664281946112
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([D8A33E3D8FA51FB:32D4FF145F8ED305]:0)
   [junit4]    >        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2668)
   [junit4]    >        at 
org.apache.lucene.search.suggest.analyzing.TestFreeTextSuggester.testIllegalByteDuringBuild(TestFreeTextSuggester.java:108)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.io.IOException: Could not remove the following 
files (in the order of attempts):
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\suggest\test\J0\.\temp\FreeTextSuggester.index.5777328664281946112:
 java.nio.file.DirectoryNotEmptyException: 
.\temp\FreeTextSuggester.index.5777328664281946112
   [junit4]    >        at org.apache.lucene.util.IOUtils.rm(IOUtils.java:329)
   [junit4]    >        at 
org.apache.lucene.search.suggest.analyzing.FreeTextSuggester.build(FreeTextSuggester.java:351)
   [junit4]    >        at 
org.apache.lucene.search.suggest.analyzing.FreeTextSuggester.build(FreeTextSuggester.java:247)
   [junit4]    >        at 
org.apache.lucene.search.suggest.analyzing.TestFreeTextSuggester.lambda$testIllegalByteDuringBuild$0(TestFreeTextSuggester.java:109)
   [junit4]    >        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2663)
   [junit4]    >        ... 37 more
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\suggest\test\J0\temp\lucene.search.suggest.analyzing.TestFreeTextSuggester_D8A33E3D8FA51FB-001
   [junit4]   2> NOTE: test params are: codec=Lucene70, 
sim=RandomSimilarity(queryNorm=true): {}, locale=nn-NO, timezone=CAT
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_144 
(32-bit)/cpus=3,threads=1,free=34560512,total=49283072
   [junit4]   2> NOTE: All tests run in this JVM: [TestLevenshteinDistance, 
TestWordBreakSpellChecker, TestRegexCompletionQuery, PersistenceTest, 
TestFreeTextSuggester]
   [junit4] Completed [10/32 (1!)] on J0 in 5.26s, 10 tests, 1 failure, 1 
skipped <<< FAILURES!

[...truncated 2854 lines...]
   [junit4] Suite: org.apache.solr.handler.TestSQLHandler
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C37A819AF2E44C18-001\init-core-data-001
   [junit4]   2> 1579813 WARN  
(SUITE-TestSQLHandler-seed#[C37A819AF2E44C18]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=12 numCloses=12
   [junit4]   2> 1579813 INFO  
(SUITE-TestSQLHandler-seed#[C37A819AF2E44C18]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1579829 INFO  
(SUITE-TestSQLHandler-seed#[C37A819AF2E44C18]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1579829 INFO  
(SUITE-TestSQLHandler-seed#[C37A819AF2E44C18]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1579829 INFO  
(SUITE-TestSQLHandler-seed#[C37A819AF2E44C18]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1579829 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1579829 INFO  (Thread-3931) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1579829 INFO  (Thread-3931) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1579844 ERROR (Thread-3931) [    ] 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> 1579934 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:62633
   [junit4]   2> 1580032 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-sql.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 1580032 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema-sql.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 1580032 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1580048 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 1580063 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 1580063 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 1580082 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1580082 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1580094 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1580094 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1580110 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 1580110 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 1581936 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] o.e.j.s.Server 
jetty-9.3.20.v20170531
   [junit4]   2> 1581936 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@a3ce91{/,null,AVAILABLE}
   [junit4]   2> 1581936 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1d98f64{HTTP/1.1,[http/1.1]}{127.0.0.1:62640}
   [junit4]   2> 1581936 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] o.e.j.s.Server 
Started @1589305ms
   [junit4]   2> 1581936 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C37A819AF2E44C18-001\tempDir-001/control/data,
 replicaType=NRT, hostContext=/, hostPort=62640, 
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C37A819AF2E44C18-001\control-001\cores}
   [junit4]   2> 1581936 ERROR 
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1581936 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.2.0
   [junit4]   2> 1581936 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1581936 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1581936 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-08T23:33:52.262Z
   [junit4]   2> 1581952 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1581952 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C37A819AF2E44C18-001\control-001\solr.xml
   [junit4]   2> 1581983 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1581983 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1581983 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@151f025, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1581999 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:62633/solr
   [junit4]   2> 1581999 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 0x15f9dfb8fda0003, 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.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1582342 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [n:127.0.0.1:62640_    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1582342 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [n:127.0.0.1:62640_    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:62640_
   [junit4]   2> 1582342 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [n:127.0.0.1:62640_    ] 
o.a.s.c.Overseer Overseer (id=98971420601221124-127.0.0.1:62640_-n_0000000000) 
starting
   [junit4]   2> 1582374 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [n:127.0.0.1:62640_    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:62640_
   [junit4]   2> 1582389 INFO  
(zkCallback-2913-thread-1-processing-n:127.0.0.1:62640_) [n:127.0.0.1:62640_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1583046 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [n:127.0.0.1:62640_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@151f025
   [junit4]   2> 1583061 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [n:127.0.0.1:62640_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@151f025
   [junit4]   2> 1583061 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [n:127.0.0.1:62640_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@151f025
   [junit4]   2> 1583077 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [n:127.0.0.1:62640_    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C37A819AF2E44C18-001\control-001\cores
   [junit4]   2> 1583142 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1583142 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:62633/solr ready
   [junit4]   2> 1583142 INFO  (qtp25352097-17211) [n:127.0.0.1:62640_    ] 
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:62640_&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1583155 INFO  
(OverseerThreadFactory-7509-thread-1-processing-n:127.0.0.1:62640_) 
[n:127.0.0.1:62640_    ] o.a.s.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 1583309 INFO  (qtp25352097-17212) [n:127.0.0.1:62640_    ] 
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> 1583309 INFO  (qtp25352097-17212) [n:127.0.0.1:62640_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1583434 INFO  
(zkCallback-2913-thread-1-processing-n:127.0.0.1:62640_) [n:127.0.0.1:62640_    
] 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> 1584356 INFO  (qtp25352097-17212) [n:127.0.0.1:62640_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1584450 INFO  (qtp25352097-17212) [n:127.0.0.1:62640_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 1584669 WARN  (qtp25352097-17212) [n:127.0.0.1:62640_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for 
multiple copyFields (2)
   [junit4]   2> 1584669 WARN  (qtp25352097-17212) [n:127.0.0.1:62640_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple 
copyFields (3)
   [junit4]   2> 1584669 INFO  (qtp25352097-17212) [n:127.0.0.1:62640_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1584669 INFO  (qtp25352097-17212) [n:127.0.0.1:62640_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' 
using configuration from collection control_collection, trusted=true
   [junit4]   2> 1584669 INFO  (qtp25352097-17212) [n:127.0.0.1:62640_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
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@151f025
   [junit4]   2> 1584669 INFO  (qtp25352097-17212) [n:127.0.0.1:62640_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1584669 INFO  (qtp25352097-17212) [n:127.0.0.1:62640_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore 
at 
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C37A819AF2E44C18-001\control-001\cores\control_collection_shard1_replica_n1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C37A819AF2E44C18-001\control-001\cores\control_collection_shard1_replica_n1\data\]
   [junit4]   2> 1584879 INFO  (qtp25352097-17212) [n:127.0.0.1:62640_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1584879 INFO  (qtp25352097-17212) [n:127.0.0.1:62640_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1584889 INFO  (qtp25352097-17212) [n:127.0.0.1:62640_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1584889 INFO  (qtp25352097-17212) [n:127.0.0.1:62640_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1584889 INFO  (qtp25352097-17212) [n:127.0.0.1:62640_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3192c7[control_collection_shard1_replica_n1] main]
   [junit4]   2> 1584919 INFO  (qtp25352097-17212) [n:127.0.0.1:62640_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1584919 INFO  (qtp25352097-17212) [n:127.0.0.1:62640_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1584919 INFO  (qtp25352097-17212) [n:127.0.0.1:62640_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1583542734941061120
   [junit4]   2> 1584919 INFO  
(searcherExecutor-7512-thread-1-processing-n:127.0.0.1:62640_ 
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) 
[n:127.0.0.1:62640_ c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore 
[control_collection_shard1_replica_n1] Registered new searcher 
Searcher@3192c7[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1584966 INFO  (qtp25352097-17212) [n:127.0.0.1:62640_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1584966 INFO  (qtp25352097-17212) [n:127.0.0.1:62640_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1584966 INFO  (qtp25352097-17212) [n:127.0.0.1:62640_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:62640/control_collection_shard1_replica_n1/
   [junit4]   2> 1584966 INFO  (qtp25352097-17212) [n:127.0.0.1:62640_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1584966 INFO  (qtp25352097-17212) [n:127.0.0.1:62640_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:62640/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1584966 INFO  (qtp25352097-17212) [n:127.0.0.1:62640_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1584981 INFO  (qtp25352097-17212) [n:127.0.0.1:62640_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:62640/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1585088 INFO  
(zkCallback-2913-thread-2-processing-n:127.0.0.1:62640_) [n:127.0.0.1:62640_    
] 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> 1585106 INFO  (qtp25352097-17212) [n:127.0.0.1:62640_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1585106 INFO  (qtp25352097-17212) [n:127.0.0.1:62640_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
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=1802
   [junit4]   2> 1585106 INFO  (qtp25352097-17211) [n:127.0.0.1:62640_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 1585185 INFO  
(OverseerCollectionConfigSetProcessor-98971420601221124-127.0.0.1:62640_-n_0000000000)
 [n:127.0.0.1:62640_    ] 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> 1585230 INFO  
(zkCallback-2913-thread-2-processing-n:127.0.0.1:62640_) [n:127.0.0.1:62640_    
] 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> 1586120 INFO  (qtp25352097-17211) [n:127.0.0.1:62640_    ] 
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:62640_&wt=javabin&version=2}
 status=0 QTime=2971
   [junit4]   2> 1586120 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 0x15f9dfb8fda0005, 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.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1586136 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1586136 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:62633/solr ready
   [junit4]   2> 1586136 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] o.a.s.c.ChaosMonkey 
monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1586151 INFO  (qtp25352097-17214) [n:127.0.0.1:62640_    ] 
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> 1586151 INFO  
(OverseerThreadFactory-7509-thread-2-processing-n:127.0.0.1:62640_) 
[n:127.0.0.1:62640_    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 1586151 WARN  
(OverseerThreadFactory-7509-thread-2-processing-n:127.0.0.1:62640_) 
[n:127.0.0.1:62640_    ] o.a.s.c.CreateCollectionCmd It is unusual to create a 
collection (collection1) without cores.
   [junit4]   2> 1586371 INFO  (qtp25352097-17214) [n:127.0.0.1:62640_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 1586371 INFO  (qtp25352097-17214) [n:127.0.0.1:62640_    ] 
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=230
   [junit4]   2> 1587665 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C37A819AF2E44C18-001\shard-1-001
 of type NRT
   [junit4]   2> 1587665 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] o.e.j.s.Server 
jetty-9.3.20.v20170531
   [junit4]   2> 1587665 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@124c964{/,null,AVAILABLE}
   [junit4]   2> 1587665 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1b975c9{HTTP/1.1,[http/1.1]}{127.0.0.1:62687}
   [junit4]   2> 1587665 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] o.e.j.s.Server 
Started @1595032ms
   [junit4]   2> 1587665 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C37A819AF2E44C18-001\tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=62687, 
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C37A819AF2E44C18-001\shard-1-001\cores}
   [junit4]   2> 1587665 ERROR 
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1587665 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.2.0
   [junit4]   2> 1587665 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1587665 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1587665 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-08T23:33:57.991Z
   [junit4]   2> 1587680 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1587680 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C37A819AF2E44C18-001\shard-1-001\solr.xml
   [junit4]   2> 1587696 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1587696 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1587696 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@151f025, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1587712 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:62633/solr
   [junit4]   2> 1587728 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [n:127.0.0.1:62687_    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1587743 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [n:127.0.0.1:62687_    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1587743 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [n:127.0.0.1:62687_    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:62687_
   [junit4]   2> 1587759 INFO  (zkCallback-2921-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1587759 INFO  
(zkCallback-2926-thread-1-processing-n:127.0.0.1:62687_) [n:127.0.0.1:62687_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1587759 INFO  
(zkCallback-2913-thread-2-processing-n:127.0.0.1:62640_) [n:127.0.0.1:62640_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1588056 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [n:127.0.0.1:62687_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@151f025
   [junit4]   2> 1588087 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [n:127.0.0.1:62687_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@151f025
   [junit4]   2> 1588087 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [n:127.0.0.1:62687_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@151f025
   [junit4]   2> 1588087 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [n:127.0.0.1:62687_    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C37A819AF2E44C18-001\shard-1-001\cores
   [junit4]   2> 1588186 INFO  (qtp25352097-17218) [n:127.0.0.1:62640_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:62687_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1588186 INFO  
(OverseerCollectionConfigSetProcessor-98971420601221124-127.0.0.1:62640_-n_0000000000)
 [n:127.0.0.1:62640_    ] 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> 1588202 INFO  
(OverseerThreadFactory-7509-thread-3-processing-n:127.0.0.1:62640_) 
[n:127.0.0.1:62640_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:62687_ 
for creating new replica
   [junit4]   2> 1588243 INFO  (qtp6218275-17257) [n:127.0.0.1:62687_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1588243 INFO  (qtp6218275-17257) [n:127.0.0.1:62687_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1588370 INFO  
(zkCallback-2926-thread-1-processing-n:127.0.0.1:62687_) [n:127.0.0.1:62687_    
] 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> 1589366 INFO  (qtp6218275-17257) [n:127.0.0.1:62687_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1589397 INFO  (qtp6218275-17257) [n:127.0.0.1:62687_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n41] Schema name=test
   [junit4]   2> 1589522 WARN  (qtp6218275-17257) [n:127.0.0.1:62687_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema 
Field lowerfilt1and2 is not multivalued and destination for multiple copyFields 
(2)
   [junit4]   2> 1589522 WARN  (qtp6218275-17257) [n:127.0.0.1:62687_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema 
Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 1589522 INFO  (qtp6218275-17257) [n:127.0.0.1:62687_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1589522 INFO  (qtp6218275-17257) [n:127.0.0.1:62687_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_n41' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 1589522 INFO  (qtp6218275-17257) [n:127.0.0.1:62687_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_n41' (registry 
'solr.core.collection1.shard2.replica_n41') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@151f025
   [junit4]   2> 1589522 INFO  (qtp6218275-17257) [n:127.0.0.1:62687_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1589522 INFO  (qtp6218275-17257) [n:127.0.0.1:62687_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n41] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C37A819AF2E44C18-001\shard-1-001\cores\collection1_shard2_replica_n41],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C37A819AF2E44C18-001\shard-1-001\cores\collection1_shard2_replica_n41\data\]
   [junit4]   2> 1589726 INFO  (qtp6218275-17257) [n:127.0.0.1:62687_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1589726 INFO  (qtp6218275-17257) [n:127.0.0.1:62687_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1589726 INFO  (qtp6218275-17257) [n:127.0.0.1:62687_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1589742 INFO  (qtp6218275-17257) [n:127.0.0.1:62687_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1589742 INFO  (qtp6218275-17257) [n:127.0.0.1:62687_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1b74513[collection1_shard2_replica_n41] main]
   [junit4]   2> 1589757 INFO  (qtp6218275-17257) [n:127.0.0.1:62687_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1589836 INFO  (qtp6218275-17257) [n:127.0.0.1:62687_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1589836 INFO  
(searcherExecutor-7522-thread-1-processing-n:127.0.0.1:62687_ 
x:collection1_shard2_replica_n41 s:shard2 c:collection1) [n:127.0.0.1:62687_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore 
[collection1_shard2_replica_n41] Registered new searcher 
Searcher@1b74513[collection1_shard2_replica_n41] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1589836 INFO  (qtp6218275-17257) [n:127.0.0.1:62687_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1583542740096909312
   [junit4]   2> 1589886 INFO  (qtp6218275-17257) [n:127.0.0.1:62687_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1589886 INFO  (qtp6218275-17257) [n:127.0.0.1:62687_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1589886 INFO  (qtp6218275-17257) [n:127.0.0.1:62687_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:62687/collection1_shard2_replica_n41/
   [junit4]   2> 1589886 INFO  (qtp6218275-17257) [n:127.0.0.1:62687_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 1589886 INFO  (qtp6218275-17257) [n:127.0.0.1:62687_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy 
http://127.0.0.1:62687/collection1_shard2_replica_n41/ has no replicas
   [junit4]   2> 1589886 INFO  (qtp6218275-17257) [n:127.0.0.1:62687_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1589930 INFO  (qtp6218275-17257) [n:127.0.0.1:62687_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:62687/collection1_shard2_replica_n41/ shard2
   [junit4]   2> 1590086 INFO  
(zkCallback-2926-thread-1-processing-n:127.0.0.1:62687_) [n:127.0.0.1:62687_    
] 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> 1590117 INFO  (qtp6218275-17257) [n:127.0.0.1:62687_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 1590117 INFO  (qtp6218275-17257) [n:127.0.0.1:62687_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1878
   [junit4]   2> 1590117 INFO  (qtp25352097-17218) [n:127.0.0.1:62640_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:62687_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
 status=0 QTime=1941
   [junit4]   2> 1590194 INFO  
(OverseerCollectionConfigSetProcessor-98971420601221124-127.0.0.1:62640_-n_0000000000)
 [n:127.0.0.1:62640_    ] 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> 1590226 INFO  
(zkCallback-2926-thread-1-processing-n:127.0.0.1:62687_) [n:127.0.0.1:62687_    
] 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> 1592159 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C37A819AF2E44C18-001\shard-2-001
 of type NRT
   [junit4]   2> 1592159 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] o.e.j.s.Server 
jetty-9.3.20.v20170531
   [junit4]   2> 1592159 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1b3d346{/,null,AVAILABLE}
   [junit4]   2> 1592175 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@ab4a35{HTTP/1.1,[http/1.1]}{127.0.0.1:62717}
   [junit4]   2> 1592175 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] o.e.j.s.Server 
Started @1599534ms
   [junit4]   2> 1592175 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C37A819AF2E44C18-001\tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=62717, 
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C37A819AF2E44C18-001\shard-2-001\cores}
   [junit4]   2> 1592175 ERROR 
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1592175 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.2.0
   [junit4]   2> 1592175 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1592175 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1592175 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-08T23:34:02.501Z
   [junit4]   2> 1592175 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 0x15f9dfb8fda000a, 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.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1592175 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1592191 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C37A819AF2E44C18-001\shard-2-001\solr.xml
   [junit4]   2> 1592206 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1592206 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1592206 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@151f025, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1592206 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:62633/solr
   [junit4]   2> 1592222 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 0x15f9dfb8fda000b, 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.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1592254 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [n:127.0.0.1:62717_    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1592282 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [n:127.0.0.1:62717_    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1592316 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [n:127.0.0.1:62717_    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:62717_
   [junit4]   2> 1592316 INFO  (zkCallback-2921-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1592316 INFO  
(zkCallback-2913-thread-2-processing-n:127.0.0.1:62640_) [n:127.0.0.1:62640_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1592316 INFO  
(zkCallback-2926-thread-1-processing-n:127.0.0.1:62687_) [n:127.0.0.1:62687_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1592316 INFO  
(zkCallback-2932-thread-1-processing-n:127.0.0.1:62717_) [n:127.0.0.1:62717_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1592738 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [n:127.0.0.1:62717_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@151f025
   [junit4]   2> 1592753 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [n:127.0.0.1:62717_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@151f025
   [junit4]   2> 1592753 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [n:127.0.0.1:62717_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@151f025
   [junit4]   2> 1592753 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [n:127.0.0.1:62717_    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C37A819AF2E44C18-001\shard-2-001\cores
   [junit4]   2> 1593146 INFO  (qtp25352097-17219) [n:127.0.0.1:62640_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:62717_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1593162 INFO  
(OverseerThreadFactory-7509-thread-4-processing-n:127.0.0.1:62640_) 
[n:127.0.0.1:62640_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:62717_ 
for creating new replica
   [junit4]   2> 1593176 INFO  (qtp14773740-17292) [n:127.0.0.1:62717_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1593176 INFO  (qtp14773740-17292) [n:127.0.0.1:62717_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1593210 INFO  
(zkCallback-2926-thread-1-processing-n:127.0.0.1:62687_) [n:127.0.0.1:62687_    
] 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> 1593210 INFO  
(zkCallback-2932-thread-1-processing-n:127.0.0.1:62717_) [n:127.0.0.1:62717_    
] 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> 1594254 INFO  (qtp14773740-17292) [n:127.0.0.1:62717_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1594298 INFO  (qtp14773740-17292) [n:127.0.0.1:62717_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n43] Schema name=test
   [junit4]   2> 1594424 WARN  (qtp14773740-17292) [n:127.0.0.1:62717_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema 
Field lowerfilt1and2 is not multivalued and destination for multiple copyFields 
(2)
   [junit4]   2> 1594424 WARN  (qtp14773740-17292) [n:127.0.0.1:62717_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema 
Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 1594424 INFO  (qtp14773740-17292) [n:127.0.0.1:62717_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1594424 INFO  (qtp14773740-17292) [n:127.0.0.1:62717_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_n43' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 1594424 INFO  (qtp14773740-17292) [n:127.0.0.1:62717_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_n43' (registry 
'solr.core.collection1.shard1.replica_n43') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@151f025
   [junit4]   2> 1594424 INFO  (qtp14773740-17292) [n:127.0.0.1:62717_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1594424 INFO  (qtp14773740-17292) [n:127.0.0.1:62717_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore 
[[collection1_shard1_replica_n43] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C37A819AF2E44C18-001\shard-2-001\cores\collection1_shard1_replica_n43],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C37A819AF2E44C18-001\shard-2-001\cores\collection1_shard1_replica_n43\data\]
   [junit4]   2> 1594689 INFO  (qtp14773740-17292) [n:127.0.0.1:62717_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1594689 INFO  (qtp14773740-17292) [n:127.0.0.1:62717_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1594689 INFO  (qtp14773740-17292) [n:127.0.0.1:62717_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1594689 INFO  (qtp14773740-17292) [n:127.0.0.1:62717_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1594689 INFO  (qtp14773740-17292) [n:127.0.0.1:62717_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@40604[collection1_shard1_replica_n43] main]
   [junit4]   2> 1594689 INFO  (qtp14773740-17292) [n:127.0.0.1:62717_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1594689 INFO  (qtp14773740-17292) [n:127.0.0.1:62717_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1594705 INFO  
(searcherExecutor-7532-thread-1-processing-n:127.0.0.1:62717_ 
x:collection1_shard1_replica_n43 s:shard1 c:collection1) [n:127.0.0.1:62717_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore 
[collection1_shard1_replica_n43] Registered new searcher 
Searcher@40604[collection1_shard1_replica_n43] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1594705 INFO  (qtp14773740-17292) [n:127.0.0.1:62717_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1583542745202425856
   [junit4]   2> 1594755 INFO  (qtp14773740-17292) [n:127.0.0.1:62717_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1594755 INFO  (qtp14773740-17292) [n:127.0.0.1:62717_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1594755 INFO  (qtp14773740-17292) [n:127.0.0.1:62717_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:62717/collection1_shard1_replica_n43/
   [junit4]   2> 1594755 INFO  (qtp14773740-17292) [n:127.0.0.1:62717_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 1594755 INFO  (qtp14773740-17292) [n:127.0.0.1:62717_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy 
http://127.0.0.1:62717/collection1_shard1_replica_n43/ has no replicas
   [junit4]   2> 1594755 INFO  (qtp14773740-17292) [n:127.0.0.1:62717_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1594755 INFO  (qtp14773740-17292) [n:127.0.0.1:62717_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:62717/collection1_shard1_replica_n43/ shard1
   [junit4]   2> 1594880 INFO  
(zkCallback-2926-thread-1-processing-n:127.0.0.1:62687_) [n:127.0.0.1:62687_    
] 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> 1594880 INFO  
(zkCallback-2932-thread-1-processing-n:127.0.0.1:62717_) [n:127.0.0.1:62717_    
] 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> 1594939 INFO  (qtp14773740-17292) [n:127.0.0.1:62717_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 1594939 INFO  (qtp14773740-17292) [n:127.0.0.1:62717_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1758
   [junit4]   2> 1594939 INFO  (qtp25352097-17219) [n:127.0.0.1:62640_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:62717_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
 status=0 QTime=1806
   [junit4]   2> 1595066 INFO  
(zkCallback-2932-thread-1-processing-n:127.0.0.1:62717_) [n:127.0.0.1:62717_    
] 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> 1595066 INFO  
(zkCallback-2926-thread-1-processing-n:127.0.0.1:62687_) [n:127.0.0.1:62687_    
] 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> 1595173 INFO  
(OverseerCollectionConfigSetProcessor-98971420601221124-127.0.0.1:62640_-n_0000000000)
 [n:127.0.0.1:62640_    ] 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> 1596266 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C37A819AF2E44C18-001\shard-3-001
 of type NRT
   [junit4]   2> 1596266 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] o.e.j.s.Server 
jetty-9.3.20.v20170531
   [junit4]   2> 1596266 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@10b995c{/,null,AVAILABLE}
   [junit4]   2> 1596281 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@fe60ec{HTTP/1.1,[http/1.1]}{127.0.0.1:62731}
   [junit4]   2> 1596281 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] o.e.j.s.Server 
Started @1603641ms
   [junit4]   2> 1596281 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C37A819AF2E44C18-001\tempDir-001/jetty3,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=62731, 
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C37A819AF2E44C18-001\shard-3-001\cores}
   [junit4]   2> 1596281 ERROR 
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1596281 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.2.0
   [junit4]   2> 1596281 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1596281 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1596281 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-08T23:34:06.607Z
   [junit4]   2> 1596314 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1596314 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C37A819AF2E44C18-001\shard-3-001\solr.xml
   [junit4]   2> 1596328 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1596328 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1596328 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@151f025, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1596343 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:62633/solr
   [junit4]   2> 1596406 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [n:127.0.0.1:62731_    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1596406 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [n:127.0.0.1:62731_    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1596422 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [n:127.0.0.1:62731_    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:62731_
   [junit4]   2> 1596437 INFO  (zkCallback-2921-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1596437 INFO  
(zkCallback-2932-thread-1-processing-n:127.0.0.1:62717_) [n:127.0.0.1:62717_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1596437 INFO  
(zkCallback-2926-thread-1-processing-n:127.0.0.1:62687_) [n:127.0.0.1:62687_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1596437 INFO  
(zkCallback-2938-thread-1-processing-n:127.0.0.1:62731_) [n:127.0.0.1:62731_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1596437 INFO  
(zkCallback-2913-thread-2-processing-n:127.0.0.1:62640_) [n:127.0.0.1:62640_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1596828 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [n:127.0.0.1:62731_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@151f025
   [junit4]   2> 1596843 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [n:127.0.0.1:62731_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@151f025
   [junit4]   2> 1596843 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [n:127.0.0.1:62731_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@151f025
   [junit4]   2> 1596843 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [n:127.0.0.1:62731_    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C37A819AF2E44C18-001\shard-3-001\cores
   [junit4]   2> 1597016 INFO  (qtp25352097-17220) [n:127.0.0.1:62640_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:62731_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1597034 INFO  
(OverseerThreadFactory-7509-thread-5-processing-n:127.0.0.1:62640_) 
[n:127.0.0.1:62640_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:62731_ 
for creating new replica
   [junit4]   2> 1597046 INFO  (qtp4708530-17324) [n:127.0.0.1:62731_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1597046 INFO  (qtp4708530-17324) [n:127.0.0.1:62731_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1597158 INFO  
(zkCallback-2926-thread-1-processing-n:127.0.0.1:62687_) [n:127.0.0.1:62687_    
] 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> 1597158 INFO  
(zkCallback-2932-thread-1-processing-n:127.0.0.1:62717_) [n:127.0.0.1:62717_    
] 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> 1597158 INFO  
(zkCallback-2938-thread-1-processing-n:127.0.0.1:62731_) [n:127.0.0.1:62731_    
] 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> 1598138 INFO  (qtp4708530-17324) [n:127.0.0.1:62731_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1598170 INFO  (qtp4708530-17324) [n:127.0.0.1:62731_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n45] Schema name=test
   [junit4]   2> 1598296 WARN  (qtp4708530-17324) [n:127.0.0.1:62731_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.s.IndexSchema 
Field lowerfilt1and2 is not multivalued and destination for multiple copyFields 
(2)
   [junit4]   2> 1598296 WARN  (qtp4708530-17324) [n:127.0.0.1:62731_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.s.IndexSchema 
Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 1598296 INFO  (qtp4708530-17324) [n:127.0.0.1:62731_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1598296 INFO  (qtp4708530-17324) [n:127.0.0.1:62731_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_n45' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 1598296 INFO  (qtp4708530-17324) [n:127.0.0.1:62731_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_n45' (registry 
'solr.core.collection1.shard2.replica_n45') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@151f025
   [junit4]   2> 1598296 INFO  (qtp4708530-17324) [n:127.0.0.1:62731_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1598296 INFO  (qtp4708530-17324) [n:127.0.0.1:62731_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n45] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C37A819AF2E44C18-001\shard-3-001\cores\collection1_shard2_replica_n45],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C37A819AF2E44C18-001\shard-3-001\cores\collection1_shard2_replica_n45\data\]
   [junit4]   2> 1598482 INFO  (qtp4708530-17324) [n:127.0.0.1:62731_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1598482 INFO  (qtp4708530-17324) [n:127.0.0.1:62731_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1598482 INFO  (qtp4708530-17324) [n:127.0.0.1:62731_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1598482 INFO  (qtp4708530-17324) [n:127.0.0.1:62731_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1598482 INFO  (qtp4708530-17324) [n:127.0.0.1:62731_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4a295c[collection1_shard2_replica_n45] main]
   [junit4]   2> 1598501 INFO  (qtp4708530-17324) [n:127.0.0.1:62731_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1598501 INFO  (qtp4708530-17324) [n:127.0.0.1:62731_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1598501 INFO  (qtp4708530-17324) [n:127.0.0.1:62731_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1583542749182820352
   [junit4]   2> 1598501 INFO  
(searcherExecutor-7542-thread-1-processing-n:127.0.0.1:62731_ 
x:collection1_shard2_replica_n45 s:shard2 c:collection1) [n:127.0.0.1:62731_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrCore 
[collection1_shard2_replica_n45] Registered new searcher 
Searcher@4a295c[collection1_shard2_replica_n45] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1598514 INFO  (qtp4708530-17324) [n:127.0.0.1:62731_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.ZkController 
Core needs to recover:collection1_shard2_replica_n45
   [junit4]   2> 1598514 INFO  
(updateExecutor-2935-thread-1-processing-n:127.0.0.1:62731_ 
x:collection1_shard2_replica_n45 s:shard2 c:collection1) [n:127.0.0.1:62731_ 
c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_n45] 
o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1598514 INFO  
(recoveryExecutor-2936-thread-1-processing-n:127.0.0.1:62731_ 
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:62731_ c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Starting recovery 
process. recoveringAfterStartup=true
   [junit4]   2> 1598514 INFO  
(recoveryExecutor-2936-thread-1-processing-n:127.0.0.1:62731_ 
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:62731_ c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy ###### 
startupVersions=[[]]
   [junit4]   2> 1598514 INFO  
(recoveryExecutor-2936-thread-1-processing-n:127.0.0.1:62731_ 
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:62731_ c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Begin buffering 
updates. core=[collection1_shard2_replica_n45]
   [junit4]   2> 1598514 INFO  
(recoveryExecutor-2936-thread-1-processing-n:127.0.0.1:62731_ 
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:62731_ c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_n45] o.a.s.u.UpdateLog Starting to buffer updates. 
FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 1598514 INFO  
(recoveryExecutor-2936-thread-1-processing-n:127.0.0.1:62731_ 
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:62731_ c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Publishing state of 
core [collection1_shard2_replica_n45] as recovering, leader is 
[http://127.0.0.1:62687/collection1_shard2_replica_n41/] and I am 
[http://127.0.0.1:62731/collection1_shard2_replica_n45/]
   [junit4]   2> 1598514 INFO  (qtp4708530-17324) [n:127.0.0.1:62731_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1479
   [junit4]   2> 1598529 INFO  (qtp25352097-17220) [n:127.0.0.1:62640_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:62731_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
 status=0 QTime=1510
   [junit4]   2> 1598529 INFO  
(recoveryExecutor-2936-thread-1-processing-n:127.0.0.1:62731_ 
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:62731_ c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Sending prep 
recovery command to [http://127.0.0.1:62687]; [WaitForState: 
action=PREPRECOVERY&core=collection1_shard2_replica_n41&nodeName=127.0.0.1:62731_&coreNodeName=core_node46&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1598529 INFO  (qtp6218275-17260) [n:127.0.0.1:62687_    ] 
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node46, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true, 
maxTime: 183 s
   [junit4]   2> 1598545 INFO  (qtp6218275-17260) [n:127.0.0.1:62687_    ] 
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, 
shard=shard2, thisCore=collection1_shard2_replica_n41, 
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, 
currentState=down, localState=active, nodeName=127.0.0.1:62731_, 
coreNodeName=core_node46, onlyIfActiveCheckResult=false, nodeProps: 
core_node46:{"core":"collection1_shard2_replica_n45","base_url":"http://127.0.0.1:62731","node_name":"127.0.0.1:62731_","state":"down","type":"NRT"}
   [junit4]   2> 1598638 INFO  
(zkCallback-2926-thread-1-processing-n:127.0.0.1:62687_) [n:127.0.0.1:62687_    
] 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> 1598638 INFO  
(zkCallback-2932-thread-1-processing-n:127.0.0.1:62717_) [n:127.0.0.1:62717_    
] 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> 1598638 INFO  
(zkCallback-2938-thread-1-processing-n:127.0.0.1:62731_) [n:127.0.0.1:62731_    
] 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> 1599045 INFO  
(OverseerCollectionConfigSetProcessor-98971420601221124-127.0.0.1:62640_-n_0000000000)
 [n:127.0.0.1:62640_    ] 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> 1599558 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C37A819AF2E44C18-001\shard-4-001
 of type NRT
   [junit4]   2> 1599558 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] o.e.j.s.Server 
jetty-9.3.20.v20170531
   [junit4]   2> 1599574 INFO  (qtp6218275-17260) [n:127.0.0.1:62687_    ] 
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, 
shard=shard2, thisCore=collection1_shard2_replica_n41, 
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, 
currentState=recovering, localState=active, nodeName=127.0.0.1:62731_, 
coreNodeName=core_node46, onlyIfActiveCheckResult=false, nodeProps: 
core_node46:{"core":"collection1_shard2_replica_n45","base_url":"http://127.0.0.1:62731","node_name":"127.0.0.1:62731_","state":"recovering","type":"NRT"}
   [junit4]   2> 1599574 INFO  (qtp6218275-17260) [n:127.0.0.1:62687_    ] 
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node46, state: recovering, 
checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 1599574 INFO  (qtp6218275-17260) [n:127.0.0.1:62687_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:62731_&onlyIfLeaderActive=true&core=collection1_shard2_replica_n41&coreNodeName=core_node46&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=0 QTime=1032
   [junit4]   2> 1599574 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@c55e19{/,null,AVAILABLE}
   [junit4]   2> 1599574 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1061a3a{HTTP/1.1,[http/1.1]}{127.0.0.1:62758}
   [junit4]   2> 1599574 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] o.e.j.s.Server 
Started @1606936ms
   [junit4]   2> 1599574 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C37A819AF2E44C18-001\tempDir-001/jetty4,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=62758, 
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\te

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

n.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1615422 WARN  
(zkCallback-2945-thread-1-processing-n:127.0.0.1:62758_) [n:127.0.0.1:62758_ 
c:collection1 s:shard1 r:core_node48 x:collection1_shard1_replica_n47] 
o.a.s.c.SyncStrategy Closed, skipping sync up.
   [junit4]   2> 1615422 INFO  
(zkCallback-2945-thread-1-processing-n:127.0.0.1:62758_) [n:127.0.0.1:62758_ 
c:collection1 s:shard1 r:core_node48 x:collection1_shard1_replica_n47] 
o.a.s.c.SolrCore [collection1_shard1_replica_n47]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7f0c70
   [junit4]   2> 1615422 INFO  
(zkCallback-2945-thread-1-processing-n:127.0.0.1:62758_) [n:127.0.0.1:62758_ 
c:collection1 s:shard1 r:core_node48 x:collection1_shard1_replica_n47] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1.shard1.replica_n47, tag=8326256
   [junit4]   2> 1615422 INFO  
(zkCallback-2945-thread-1-processing-n:127.0.0.1:62758_) [n:127.0.0.1:62758_ 
c:collection1 s:shard1 r:core_node48 x:collection1_shard1_replica_n47] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1883f9f: rootName = null, 
domain = solr.core.collection1.shard1.replica_n47, service url = null, agent id 
= null] for registry solr.core.collection1.shard1.replica_n47 / 
com.codahale.metrics.MetricRegistry@245834
   [junit4]   2> 1615422 INFO  
(zkCallback-2945-thread-1-processing-n:127.0.0.1:62758_) [n:127.0.0.1:62758_ 
c:collection1 s:shard1 r:core_node48 x:collection1_shard1_replica_n47] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.collection1.shard1.leader, tag=8326256
   [junit4]   2> 1615437 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@1061a3a{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1615437 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@c55e19{/,null,UNAVAILABLE}
   [junit4]   2> 1615437 ERROR 
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
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> 1615437 INFO  
(TEST-TestSQLHandler.doTest-seed#[C37A819AF2E44C18]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:62633 62633
   [junit4]   2> 1615437 INFO  (Thread-3931) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:62633 62633
   [junit4]   2> 1615437 WARN  (Thread-3931) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        26      /solr/aliases.json
   [junit4]   2>        5       /solr/security.json
   [junit4]   2>        5       /solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        26      /solr/clusterstate.json
   [junit4]   2>        26      /solr/clusterprops.json
   [junit4]   2>        5       /solr/autoscaling.json
   [junit4]   2>        4       /solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        26      /solr/live_nodes
   [junit4]   2>        26      /solr/collections
   [junit4]   2>        5       /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2>        5       /solr/overseer/queue-work
   [junit4]   2>        5       /solr/overseer/collection-queue-work
   [junit4]   2>        4       /solr/overseer/queue
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSQLHandler 
-Dtests.method=doTest -Dtests.seed=C37A819AF2E44C18 -Dtests.slow=true 
-Dtests.locale=lt-LT -Dtests.timezone=Asia/Atyrau -Dtests.asserts=true 
-Dtests.file.encoding=Cp1252
   [junit4] FAILURE 35.6s J0 | TestSQLHandler.doTest <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([C37A819AF2E44C18:643E393E9F5F5FA1]:0)
   [junit4]    >        at 
org.apache.solr.handler.TestSQLHandler.testBasicSelect(TestSQLHandler.java:181)
   [junit4]    >        at 
org.apache.solr.handler.TestSQLHandler.doTest(TestSQLHandler.java:82)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C37A819AF2E44C18-001
   [junit4]   2> Nov 08, 2017 11:34:25 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: 
codec=FastCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST,
 chunkSize=1, maxDocsPerChunk=6, blockSize=6), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, 
chunkSize=1, blockSize=6)), sim=RandomSimilarity(queryNorm=true): {}, 
locale=lt-LT, timezone=Asia/Atyrau
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_144 
(32-bit)/cpus=3,threads=1,free=120997112,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: 
[FieldAnalysisRequestHandlerTest, ZkControllerTest, TestBulkSchemaAPI, 
TestManagedSynonymGraphFilterFactory, SyncSliceTest, TestNoOpRegenerator, 
DistribJoinFromCollectionTest, ExitableDirectoryReaderTest, SolrXmlInZkTest, 
VersionInfoTest, MetricUtilsTest, ResourceLoaderTest, OverseerTest, 
TestExactStatsCache, DirectSolrConnectionTest, TestSearcherReuse, 
DeleteShardTest, TestSolrQueryResponse, 
LeaderInitiatedRecoveryOnShardRestartTest, DistributedSpellCheckComponentTest, 
TestExportWriter, TestReqParamsAPI, TestClusterStateMutator, ConfigSetsAPITest, 
TestSmileRequest, TestRecoveryHdfs, TestWriterPerf, CircularListTest, 
TestSerializedLuceneMatchVersion, TestFreeTextSuggestions, 
ShowFileRequestHandlerTest, SolrRequestParserTest, 
DefaultValueUpdateProcessorTest, BadIndexSchemaTest, 
TestFieldCollectionResource, AssignBackwardCompatibilityTest, TestCodecSupport, 
TestSolrConfigHandlerCloud, MultiTermTest, WordBreakSolrSpellCheckerTest, 
DeleteInactiveReplicaTest, ZkCLITest, JSONWriterTest, 
TestBlendedInfixSuggestions, DateFieldTest, HdfsNNFailoverTest, 
BasicAuthIntegrationTest, DirectUpdateHandlerTest, TestStressRecovery, 
TestPhraseSuggestions, TestComplexPhraseLeadingWildcard, 
TestLMDirichletSimilarityFactory, TestCollectionAPI, AddReplicaTest, 
TestUnifiedSolrHighlighter, SecurityConfHandlerTest, TestSolrConfigHandler, 
BasicDistributedZkTest, TestAddFieldRealTimeGet, 
AtomicUpdateProcessorFactoryTest, SharedFSAutoReplicaFailoverTest, 
TestTolerantUpdateProcessorRandomCloud, TestCoreAdminApis, ResponseHeaderTest, 
TestFieldCacheVsDocValues, ClassificationUpdateProcessorFactoryTest, 
CSVRequestHandlerTest, TestTrieFacet, TestFieldCacheSort, TestCloudSchemaless, 
TestNumericTerms64, DirectUpdateHandlerOptimizeTest, SolrCoreMetricManagerTest, 
TestBinaryResponseWriter, TestPointFields, TestBulkSchemaConcurrent, 
CloudMLTQParserTest, ResponseLogComponentTest, AnalyticsQueryTest, 
TestLazyCores, NotRequiredUniqueKeyTest, BlockCacheTest, 
TestSolrCoreProperties, NumericFieldsTest, MoveReplicaHDFSFailoverTest, 
TestDFRSimilarityFactory, TestClassicSimilarityFactory, 
DistributedQueryComponentOptimizationTest, BJQParserTest, BooleanFieldTest, 
HighlighterTest, CoreSorterTest, TestUpdate, RAMDirectoryFactoryTest, 
RollingRestartTest, TestDynamicFieldCollectionResource, TestOrdValues, 
TestUtils, ChaosMonkeySafeLeaderWithPullReplicasTest, 
TestSubQueryTransformerDistrib, NodeAddedTriggerTest, 
TestDocBasedVersionConstraints, SliceStateTest, 
ClassificationUpdateProcessorTest, TestExpandComponent, TestPushWriter, 
HdfsChaosMonkeySafeLeaderTest, PathHierarchyTokenizerFactoryTest, 
SolrInfoBeanTest, QueryParsingTest, FastVectorHighlighterTest, 
IndexBasedSpellCheckerTest, LeaderFailureAfterFreshStartTest, FullHLLTest, 
SpellCheckCollatorWithCollapseTest, TestSubQueryTransformer, 
TestShardHandlerFactory, ManagedSchemaRoundRobinCloudTest, 
TestMiniSolrCloudClusterSSL, TriLevelCompositeIdRoutingTest, NodeMutatorTest, 
TestRandomRequestDistribution, DistributedVersionInfoTest, 
SolrCmdDistributorTest, BlobRepositoryCloudTest, JavabinLoaderTest, 
DocValuesMissingTest, ForceLeaderTest, TestIndexingPerformance, 
CachingDirectoryFactoryTest, RequiredFieldsTest, TestCloudJSONFacetJoinDomain, 
TestDownShardTolerantSearch, TestMacroExpander, TestCloudSearcherWarming, 
TestLocalFSCloudBackupRestore, TestSchemalessBufferedUpdates, 
SearchRateTriggerTest, TestNumericTokenStream, TestObjectReleaseTracker, 
TestImpersonationWithHadoopAuth, NumberUtilsTest, 
TestEmbeddedSolrServerAdminHandler, HLLUtilTest, TestTlogReplica, 
TestSolrCloudWithSecureImpersonation, JvmMetricsTest, ScriptEngineTest, 
RuleEngineTest, TestSweetSpotSimilarityFactory, CursorPagingTest, 
TestStressInPlaceUpdates, TestFiltering, XsltUpdateRequestHandlerTest, 
PrimitiveFieldTypeTest, LeaderElectionTest, HdfsRecoveryZkTest, 
TestNamedUpdateProcessors, SolrCLIZkUtilsTest, TestReplicationHandler, 
TestLFUCache, DateMathParserTest, XmlUpdateRequestHandlerTest, 
MinimalSchemaTest, TestRealTimeGet, TestSha256AuthenticationProvider, 
TestSolr4Spatial, TestConfigSetsAPIZkFailure, SuggesterTSTTest, 
DistributedQueryElevationComponentTest, SuggesterFSTTest, TestJoin, 
TestXmlQParserPlugin, LargeFieldTest, DistributedFacetPivotSmallAdvancedTest, 
MigrateRouteKeyTest, TestSQLHandler]
   [junit4] Completed [368/748 (1!)] on J0 in 35.95s, 1 test, 1 failure <<< 
FAILURES!

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

Reply via email to