Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/1967/
Java: 64bit/jdk-9.0.4 -XX:-UseCompressedOops -XX:+UseG1GC

5 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.handler.TestSQLHandler

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.handler.TestSQLHandler:     
1) Thread[id=2720, name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-TestSQLHandler]         at 
java.base@9.0.4/java.lang.Thread.sleep(Native Method)         at 
app//org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
         at java.base@9.0.4/java.lang.Thread.run(Thread.java:844)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.handler.TestSQLHandler: 
   1) Thread[id=2720, name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-TestSQLHandler]
        at java.base@9.0.4/java.lang.Thread.sleep(Native Method)
        at 
app//org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
        at java.base@9.0.4/java.lang.Thread.run(Thread.java:844)
        at __randomizedtesting.SeedInfo.seed([9777756D0D2614C9]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.handler.TestSQLHandler

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.handler.TestSQLHandler:     
1) Thread[id=2713, name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-TestSQLHandler]         at 
java.base@9.0.4/java.lang.Thread.sleep(Native Method)         at 
app//org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
         at java.base@9.0.4/java.lang.Thread.run(Thread.java:844)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.handler.TestSQLHandler: 
   1) Thread[id=2713, name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-TestSQLHandler]
        at java.base@9.0.4/java.lang.Thread.sleep(Native Method)
        at 
app//org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
        at java.base@9.0.4/java.lang.Thread.run(Thread.java:844)
        at __randomizedtesting.SeedInfo.seed([9777756D0D2614C9]:0)


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

Error Message:
--> https://127.0.0.1:44529/an/k/collection1_shard2_replica_n41:Failed to 
execute sqlQuery 'select id, field_i, str_s from collection1 where 
(text='(XXXX)' OR text='XXXX') AND text='XXXX' order by field_i desc' against 
JDBC connection 'jdbc:calcitesolr:'. Error while executing SQL "select id, 
field_i, str_s from collection1 where (text='(XXXX)' OR text='XXXX') AND 
text='XXXX' order by field_i desc": java.io.IOException: 
java.util.concurrent.ExecutionException: java.io.IOException: --> 
https://127.0.0.1:33933/an/k/collection1_shard2_replica_n45/:id must have 
DocValues to use this feature.

Stack Trace:
java.io.IOException: --> 
https://127.0.0.1:44529/an/k/collection1_shard2_replica_n41:Failed to execute 
sqlQuery 'select id, field_i, str_s from collection1 where (text='(XXXX)' OR 
text='XXXX') AND text='XXXX' order by field_i desc' against JDBC connection 
'jdbc:calcitesolr:'.
Error while executing SQL "select id, field_i, str_s from collection1 where 
(text='(XXXX)' OR text='XXXX') AND text='XXXX' order by field_i desc": 
java.io.IOException: java.util.concurrent.ExecutionException: 
java.io.IOException: --> 
https://127.0.0.1:33933/an/k/collection1_shard2_replica_n45/:id must have 
DocValues to use this feature.
        at 
__randomizedtesting.SeedInfo.seed([9777756D0D2614C9:3033CDC9609D0770]:0)
        at 
org.apache.solr.client.solrj.io.stream.SolrStream.read(SolrStream.java:222)
        at 
org.apache.solr.handler.TestSQLHandler.getTuples(TestSQLHandler.java:2522)
        at 
org.apache.solr.handler.TestSQLHandler.testBasicSelect(TestSQLHandler.java:124)
        at org.apache.solr.handler.TestSQLHandler.doTest(TestSQLHandler.java:82)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:844)


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

Error Message:
--> https://127.0.0.1:41001/an/k/collection1_shard2_replica_n41:Failed to 
execute sqlQuery 'select id, field_i, str_s from collection1 where 
(text='(XXXX)' OR text='XXXX') AND text='XXXX' order by field_i desc' against 
JDBC connection 'jdbc:calcitesolr:'. Error while executing SQL "select id, 
field_i, str_s from collection1 where (text='(XXXX)' OR text='XXXX') AND 
text='XXXX' order by field_i desc": java.io.IOException: 
java.util.concurrent.ExecutionException: java.io.IOException: --> 
https://127.0.0.1:40563/an/k/collection1_shard2_replica_n45/:id must have 
DocValues to use this feature.

Stack Trace:
java.io.IOException: --> 
https://127.0.0.1:41001/an/k/collection1_shard2_replica_n41:Failed to execute 
sqlQuery 'select id, field_i, str_s from collection1 where (text='(XXXX)' OR 
text='XXXX') AND text='XXXX' order by field_i desc' against JDBC connection 
'jdbc:calcitesolr:'.
Error while executing SQL "select id, field_i, str_s from collection1 where 
(text='(XXXX)' OR text='XXXX') AND text='XXXX' order by field_i desc": 
java.io.IOException: java.util.concurrent.ExecutionException: 
java.io.IOException: --> 
https://127.0.0.1:40563/an/k/collection1_shard2_replica_n45/:id must have 
DocValues to use this feature.
        at 
__randomizedtesting.SeedInfo.seed([9777756D0D2614C9:3033CDC9609D0770]:0)
        at 
org.apache.solr.client.solrj.io.stream.SolrStream.read(SolrStream.java:222)
        at 
org.apache.solr.handler.TestSQLHandler.getTuples(TestSQLHandler.java:2522)
        at 
org.apache.solr.handler.TestSQLHandler.testBasicSelect(TestSQLHandler.java:124)
        at org.apache.solr.handler.TestSQLHandler.doTest(TestSQLHandler.java:82)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:844)


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

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([9777756D0D2614C9:3033CDC9609D0770]:0)
        at 
org.apache.solr.handler.TestSQLHandler.testBasicSelect(TestSQLHandler.java:181)
        at org.apache.solr.handler.TestSQLHandler.doTest(TestSQLHandler.java:82)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 13233 lines...]
   [junit4] Suite: org.apache.solr.handler.TestSQLHandler
   [junit4]   2> 1010766 INFO  
(SUITE-TestSQLHandler-seed#[9777756D0D2614C9]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_9777756D0D2614C9-001/init-core-data-001
   [junit4]   2> 1010771 WARN  
(SUITE-TestSQLHandler-seed#[9777756D0D2614C9]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=145 numCloses=145
   [junit4]   2> 1010771 INFO  
(SUITE-TestSQLHandler-seed#[9777756D0D2614C9]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1010772 INFO  
(SUITE-TestSQLHandler-seed#[9777756D0D2614C9]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 1010773 INFO  
(SUITE-TestSQLHandler-seed#[9777756D0D2614C9]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /an/k
   [junit4]   2> 1010774 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1010774 INFO  (Thread-3437) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1010774 INFO  (Thread-3437) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1010785 ERROR (Thread-3437) [    ] 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> 1010874 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:46531
   [junit4]   2> 1010876 INFO  (zkConnectionManagerCallback-2967-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1010877 INFO  (zkConnectionManagerCallback-2969-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1010879 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-sql.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 1010880 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema-sql.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 1010881 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1010881 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 1010882 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 1010882 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 1010883 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1010883 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1010883 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1010884 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1010884 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 1010886 INFO  (zkConnectionManagerCallback-2973-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1010886 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 1010962 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] o.e.j.s.Server 
jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: 
daa59876e6f384329b122929e70a80934569428c; jvm 9.0.4+11
   [junit4]   2> 1010963 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] o.e.j.s.session 
DefaultSessionIdManager workerName=node0
   [junit4]   2> 1010963 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] o.e.j.s.session No 
SessionScavenger set, using defaults
   [junit4]   2> 1010963 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] o.e.j.s.session 
node0 Scavenging every 660000ms
   [junit4]   2> 1010964 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@33b42eac{/an/k,null,AVAILABLE}
   [junit4]   2> 1010964 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@58f294c{SSL,[ssl, 
http/1.1]}{127.0.0.1:33959}
   [junit4]   2> 1010964 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] o.e.j.s.Server 
Started @1011029ms
   [junit4]   2> 1010964 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/an/k, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_9777756D0D2614C9-001/tempDir-001/control/data,
 hostPort=33959, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_9777756D0D2614C9-001/control-001/cores,
 replicaType=NRT}
   [junit4]   2> 1010965 ERROR 
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1010965 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1010965 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.4.0
   [junit4]   2> 1010965 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1010965 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1010965 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-05-24T01:39:41.740275Z
   [junit4]   2> 1010966 INFO  (zkConnectionManagerCallback-2975-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1010967 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1010967 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_9777756D0D2614C9-001/control-001/solr.xml
   [junit4]   2> 1010969 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1010969 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1010970 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@24ba9639, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1010973 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:46531/solr
   [junit4]   2> 1010974 INFO  (zkConnectionManagerCallback-2979-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1010976 INFO  (zkConnectionManagerCallback-2981-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1011007 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [n:127.0.0.1:33959_an%2Fk  
  ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1011007 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [n:127.0.0.1:33959_an%2Fk  
  ] o.a.s.c.OverseerElectionContext I am going to be the leader 
127.0.0.1:33959_an%2Fk
   [junit4]   2> 1011008 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [n:127.0.0.1:33959_an%2Fk  
  ] o.a.s.c.Overseer Overseer 
(id=72077719700439045-127.0.0.1:33959_an%2Fk-n_0000000000) starting
   [junit4]   2> 1011011 INFO  (zkConnectionManagerCallback-2988-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1011011 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [n:127.0.0.1:33959_an%2Fk  
  ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46531/solr 
ready
   [junit4]   2> 1011012 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [n:127.0.0.1:33959_an%2Fk  
  ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33959_an%2Fk
   [junit4]   2> 1011016 INFO  (zkCallback-2987-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1011017 INFO  (zkCallback-2980-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1011237 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [n:127.0.0.1:33959_an%2Fk  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@24ba9639
   [junit4]   2> 1011243 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [n:127.0.0.1:33959_an%2Fk  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@24ba9639
   [junit4]   2> 1011243 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [n:127.0.0.1:33959_an%2Fk  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@24ba9639
   [junit4]   2> 1011244 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [n:127.0.0.1:33959_an%2Fk  
  ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_9777756D0D2614C9-001/control-001/cores
   [junit4]   2> 1011254 INFO  (zkConnectionManagerCallback-2993-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1011255 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1011255 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46531/solr ready
   [junit4]   2> 1011266 INFO  (qtp242679268-12116) [n:127.0.0.1:33959_an%2Fk   
 ] 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:33959_an%252Fk&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1011268 INFO  (OverseerThreadFactory-4107-thread-1) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 1011374 INFO  (qtp242679268-12112) [n:127.0.0.1:33959_an%2Fk   
 x:control_collection_shard1_replica_n1] 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> 1011374 INFO  (qtp242679268-12112) [n:127.0.0.1:33959_an%2Fk   
 x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 4 transient cores
   [junit4]   2> 1012382 INFO  (qtp242679268-12112) [n:127.0.0.1:33959_an%2Fk 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.4.0
   [junit4]   2> 1012387 INFO  (qtp242679268-12112) [n:127.0.0.1:33959_an%2Fk 
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> 1012429 WARN  (qtp242679268-12112) [n:127.0.0.1:33959_an%2Fk 
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> 1012429 WARN  (qtp242679268-12112) [n:127.0.0.1:33959_an%2Fk 
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> 1012429 INFO  (qtp242679268-12112) [n:127.0.0.1:33959_an%2Fk 
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> 1012430 INFO  (qtp242679268-12112) [n:127.0.0.1:33959_an%2Fk 
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> 1012430 INFO  (qtp242679268-12112) [n:127.0.0.1:33959_an%2Fk 
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@24ba9639
   [junit4]   2> 1012430 INFO  (qtp242679268-12112) [n:127.0.0.1:33959_an%2Fk 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1012430 INFO  (qtp242679268-12112) [n:127.0.0.1:33959_an%2Fk 
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 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_9777756D0D2614C9-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_9777756D0D2614C9-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 1012487 INFO  (qtp242679268-12112) [n:127.0.0.1:33959_an%2Fk 
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> 1012487 INFO  (qtp242679268-12112) [n:127.0.0.1:33959_an%2Fk 
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> 1012489 INFO  (qtp242679268-12112) [n:127.0.0.1:33959_an%2Fk 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1012489 INFO  (qtp242679268-12112) [n:127.0.0.1:33959_an%2Fk 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1012490 INFO  (qtp242679268-12112) [n:127.0.0.1:33959_an%2Fk 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@67e28434[control_collection_shard1_replica_n1] main]
   [junit4]   2> 1012490 INFO  (qtp242679268-12112) [n:127.0.0.1:33959_an%2Fk 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1012491 INFO  (qtp242679268-12112) [n:127.0.0.1:33959_an%2Fk 
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> 1012492 INFO  
(searcherExecutor-4110-thread-1-processing-n:127.0.0.1:33959_an%2Fk 
x:control_collection_shard1_replica_n1 c:control_collection s:shard1) 
[n:127.0.0.1:33959_an%2Fk 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@67e28434[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1012492 INFO  (qtp242679268-12112) [n:127.0.0.1:33959_an%2Fk 
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 1601307655030177792
   [junit4]   2> 1012496 INFO  (qtp242679268-12112) [n:127.0.0.1:33959_an%2Fk 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, 
version=0}
   [junit4]   2> 1012497 INFO  (qtp242679268-12112) [n:127.0.0.1:33959_an%2Fk 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1012497 INFO  (qtp242679268-12112) [n:127.0.0.1:33959_an%2Fk 
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> 1012497 INFO  (qtp242679268-12112) [n:127.0.0.1:33959_an%2Fk 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:33959/an/k/control_collection_shard1_replica_n1/
   [junit4]   2> 1012497 INFO  (qtp242679268-12112) [n:127.0.0.1:33959_an%2Fk 
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> 1012497 INFO  (qtp242679268-12112) [n:127.0.0.1:33959_an%2Fk 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
https://127.0.0.1:33959/an/k/control_collection_shard1_replica_n1/ has no 
replicas
   [junit4]   2> 1012497 INFO  (qtp242679268-12112) [n:127.0.0.1:33959_an%2Fk 
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> 1012499 INFO  (qtp242679268-12112) [n:127.0.0.1:33959_an%2Fk 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:33959/an/k/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1012601 INFO  (qtp242679268-12112) [n:127.0.0.1:33959_an%2Fk 
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> 1012602 INFO  (qtp242679268-12112) [n:127.0.0.1:33959_an%2Fk 
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=1228
   [junit4]   2> 1012603 INFO  (qtp242679268-12116) [n:127.0.0.1:33959_an%2Fk   
 ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at 
most 30 seconds. Check all shard replicas
   [junit4]   2> 1012702 INFO  (zkCallback-2980-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1013269 INFO  
(OverseerCollectionConfigSetProcessor-72077719700439045-127.0.0.1:33959_an%2Fk-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1013603 INFO  (qtp242679268-12116) [n:127.0.0.1:33959_an%2Fk   
 ] 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:33959_an%252Fk&wt=javabin&version=2}
 status=0 QTime=2336
   [junit4]   2> 1013607 INFO  (zkConnectionManagerCallback-2998-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1013607 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1013608 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46531/solr ready
   [junit4]   2> 1013608 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] o.a.s.c.ChaosMonkey 
monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1013609 INFO  (qtp242679268-12117) [n:127.0.0.1:33959_an%2Fk   
 ] 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> 1013611 INFO  (OverseerThreadFactory-4107-thread-2) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 1013611 WARN  (OverseerThreadFactory-4107-thread-2) [    ] 
o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection 
(collection1) without cores.
   [junit4]   2> 1013815 INFO  (qtp242679268-12117) [n:127.0.0.1:33959_an%2Fk   
 ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at 
most 30 seconds. Check all shard replicas
   [junit4]   2> 1013815 INFO  (qtp242679268-12117) [n:127.0.0.1:33959_an%2Fk   
 ] 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=205
   [junit4]   2> 1013908 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_9777756D0D2614C9-001/shard-1-001
 of type NRT
   [junit4]   2> 1013910 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] o.e.j.s.Server 
jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: 
daa59876e6f384329b122929e70a80934569428c; jvm 9.0.4+11
   [junit4]   2> 1013910 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] o.e.j.s.session 
DefaultSessionIdManager workerName=node0
   [junit4]   2> 1013910 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] o.e.j.s.session No 
SessionScavenger set, using defaults
   [junit4]   2> 1013911 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] o.e.j.s.session 
node0 Scavenging every 600000ms
   [junit4]   2> 1013911 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@660fcef3{/an/k,null,AVAILABLE}
   [junit4]   2> 1013911 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@c017904{SSL,[ssl, 
http/1.1]}{127.0.0.1:44037}
   [junit4]   2> 1013911 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] o.e.j.s.Server 
Started @1013975ms
   [junit4]   2> 1013911 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/an/k, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_9777756D0D2614C9-001/tempDir-001/jetty1,
 hostPort=44037, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_9777756D0D2614C9-001/shard-1-001/cores,
 replicaType=NRT}
   [junit4]   2> 1013912 ERROR 
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1013912 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1013912 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.4.0
   [junit4]   2> 1013912 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1013912 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1013912 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-05-24T01:39:44.687512Z
   [junit4]   2> 1013913 INFO  (zkConnectionManagerCallback-3000-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1013914 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1013914 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_9777756D0D2614C9-001/shard-1-001/solr.xml
   [junit4]   2> 1013916 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1013916 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1013916 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@24ba9639, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1013919 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:46531/solr
   [junit4]   2> 1013920 INFO  (zkConnectionManagerCallback-3004-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1013921 INFO  (zkConnectionManagerCallback-3006-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1013923 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [n:127.0.0.1:44037_an%2Fk  
  ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1013924 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [n:127.0.0.1:44037_an%2Fk  
  ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1013925 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [n:127.0.0.1:44037_an%2Fk  
  ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1013925 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [n:127.0.0.1:44037_an%2Fk  
  ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44037_an%2Fk
   [junit4]   2> 1013926 INFO  (zkCallback-2980-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1013926 INFO  (zkCallback-2987-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1013926 INFO  (zkCallback-3005-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1013926 INFO  (zkCallback-2997-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1013991 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [n:127.0.0.1:44037_an%2Fk  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@24ba9639
   [junit4]   2> 1013998 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [n:127.0.0.1:44037_an%2Fk  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@24ba9639
   [junit4]   2> 1013998 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [n:127.0.0.1:44037_an%2Fk  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@24ba9639
   [junit4]   2> 1013999 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [n:127.0.0.1:44037_an%2Fk  
  ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_9777756D0D2614C9-001/shard-1-001/cores
   [junit4]   2> 1014001 INFO  (zkConnectionManagerCallback-3013-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1014003 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [n:127.0.0.1:44037_an%2Fk  
  ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1014003 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [n:127.0.0.1:44037_an%2Fk  
  ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46531/solr 
ready
   [junit4]   2> 1014018 INFO  (qtp242679268-12112) [n:127.0.0.1:33959_an%2Fk   
 ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with 
params 
node=127.0.0.1:44037_an%252Fk&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1014019 INFO  
(OverseerCollectionConfigSetProcessor-72077719700439045-127.0.0.1:33959_an%2Fk-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1014019 INFO  (OverseerThreadFactory-4107-thread-3) [ 
c:collection1 s:shard2  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 
127.0.0.1:44037_an%2Fk for creating new replica
   [junit4]   2> 1014030 INFO  (qtp1251509140-12172) [n:127.0.0.1:44037_an%2Fk  
  x:collection1_shard2_replica_n41] 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> 1015098 INFO  (qtp1251509140-12172) [n:127.0.0.1:44037_an%2Fk 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.4.0
   [junit4]   2> 1015103 INFO  (qtp1251509140-12172) [n:127.0.0.1:44037_an%2Fk 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n41] Schema name=test
   [junit4]   2> 1015146 WARN  (qtp1251509140-12172) [n:127.0.0.1:44037_an%2Fk 
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> 1015146 WARN  (qtp1251509140-12172) [n:127.0.0.1:44037_an%2Fk 
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> 1015146 INFO  (qtp1251509140-12172) [n:127.0.0.1:44037_an%2Fk 
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> 1015146 INFO  (qtp1251509140-12172) [n:127.0.0.1:44037_an%2Fk 
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> 1015146 INFO  (qtp1251509140-12172) [n:127.0.0.1:44037_an%2Fk 
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@24ba9639
   [junit4]   2> 1015147 INFO  (qtp1251509140-12172) [n:127.0.0.1:44037_an%2Fk 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1015147 INFO  (qtp1251509140-12172) [n:127.0.0.1:44037_an%2Fk 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n41] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_9777756D0D2614C9-001/shard-1-001/cores/collection1_shard2_replica_n41],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_9777756D0D2614C9-001/shard-1-001/cores/collection1_shard2_replica_n41/data/]
   [junit4]   2> 1015178 INFO  (qtp1251509140-12172) [n:127.0.0.1:44037_an%2Fk 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1015178 INFO  (qtp1251509140-12172) [n:127.0.0.1:44037_an%2Fk 
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> 1015184 INFO  (qtp1251509140-12172) [n:127.0.0.1:44037_an%2Fk 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1015184 INFO  (qtp1251509140-12172) [n:127.0.0.1:44037_an%2Fk 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1015185 INFO  (qtp1251509140-12172) [n:127.0.0.1:44037_an%2Fk 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2d9e9ec6[collection1_shard2_replica_n41] main]
   [junit4]   2> 1015186 INFO  (qtp1251509140-12172) [n:127.0.0.1:44037_an%2Fk 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1015186 INFO  (qtp1251509140-12172) [n:127.0.0.1:44037_an%2Fk 
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> 1015186 INFO  (qtp1251509140-12172) [n:127.0.0.1:44037_an%2Fk 
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 
1601307657855041536
   [junit4]   2> 1015187 INFO  
(searcherExecutor-4120-thread-1-processing-n:127.0.0.1:44037_an%2Fk 
x:collection1_shard2_replica_n41 c:collection1 s:shard2) 
[n:127.0.0.1:44037_an%2Fk c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.c.SolrCore 
[collection1_shard2_replica_n41] Registered new searcher 
Searcher@2d9e9ec6[collection1_shard2_replica_n41] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1015190 INFO  (qtp1251509140-12172) [n:127.0.0.1:44037_an%2Fk 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ZkShardTerms 
Successful update of terms at /collections/collection1/terms/shard2 to 
Terms{values={core_node42=0}, version=0}
   [junit4]   2> 1015191 INFO  (qtp1251509140-12172) [n:127.0.0.1:44037_an%2Fk 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1015191 INFO  (qtp1251509140-12172) [n:127.0.0.1:44037_an%2Fk 
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> 1015191 INFO  (qtp1251509140-12172) [n:127.0.0.1:44037_an%2Fk 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy 
Sync replicas to https://127.0.0.1:44037/an/k/collection1_shard2_replica_n41/
   [junit4]   2> 1015191 INFO  (qtp1251509140-12172) [n:127.0.0.1:44037_an%2Fk 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 1015191 INFO  (qtp1251509140-12172) [n:127.0.0.1:44037_an%2Fk 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy 
https://127.0.0.1:44037/an/k/collection1_shard2_replica_n41/ has no replicas
   [junit4]   2> 1015191 INFO  (qtp1251509140-12172) [n:127.0.0.1:44037_an%2Fk 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1015192 INFO  (qtp1251509140-12172) [n:127.0.0.1:44037_an%2Fk 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:44037/an/k/collection1_shard2_replica_n41/ shard2
   [junit4]   2> 1015300 INFO  (qtp1251509140-12172) [n:127.0.0.1:44037_an%2Fk 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 1015302 INFO  (qtp1251509140-12172) [n:127.0.0.1:44037_an%2Fk 
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=1272
   [junit4]   2> 1015304 INFO  (qtp242679268-12112) [n:127.0.0.1:33959_an%2Fk 
c:collection1   ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/collections 
params={node=127.0.0.1:44037_an%252Fk&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
 status=0 QTime=1286
   [junit4]   2> 1015384 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_9777756D0D2614C9-001/shard-2-001
 of type NRT
   [junit4]   2> 1015385 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] o.e.j.s.Server 
jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: 
daa59876e6f384329b122929e70a80934569428c; jvm 9.0.4+11
   [junit4]   2> 1015386 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] o.e.j.s.session 
DefaultSessionIdManager workerName=node0
   [junit4]   2> 1015386 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] o.e.j.s.session No 
SessionScavenger set, using defaults
   [junit4]   2> 1015386 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] o.e.j.s.session 
node0 Scavenging every 600000ms
   [junit4]   2> 1015386 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3912fd57{/an/k,null,AVAILABLE}
   [junit4]   2> 1015387 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@125adff7{SSL,[ssl, 
http/1.1]}{127.0.0.1:36263}
   [junit4]   2> 1015387 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] o.e.j.s.Server 
Started @1015451ms
   [junit4]   2> 1015387 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/an/k, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_9777756D0D2614C9-001/tempDir-001/jetty2,
 hostPort=36263, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_9777756D0D2614C9-001/shard-2-001/cores,
 replicaType=NRT}
   [junit4]   2> 1015387 ERROR 
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1015387 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1015387 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.4.0
   [junit4]   2> 1015387 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1015387 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1015387 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-05-24T01:39:46.162851Z
   [junit4]   2> 1015388 INFO  (zkConnectionManagerCallback-3015-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1015389 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1015389 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_9777756D0D2614C9-001/shard-2-001/solr.xml
   [junit4]   2> 1015391 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1015391 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1015391 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@24ba9639, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1015394 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:46531/solr
   [junit4]   2> 1015394 INFO  (zkConnectionManagerCallback-3019-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1015396 INFO  (zkConnectionManagerCallback-3021-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1015398 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [n:127.0.0.1:36263_an%2Fk  
  ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1015399 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [n:127.0.0.1:36263_an%2Fk  
  ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1015400 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [n:127.0.0.1:36263_an%2Fk  
  ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1015400 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [n:127.0.0.1:36263_an%2Fk  
  ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36263_an%2Fk
   [junit4]   2> 1015400 INFO  (zkCallback-3005-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1015400 INFO  (zkCallback-2987-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1015400 INFO  (zkCallback-2980-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1015400 INFO  (zkCallback-3020-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1015400 INFO  (zkCallback-2997-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1015400 INFO  (zkCallback-3012-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1015501 INFO  (zkCallback-3005-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 1015548 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [n:127.0.0.1:36263_an%2Fk  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@24ba9639
   [junit4]   2> 1015554 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [n:127.0.0.1:36263_an%2Fk  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@24ba9639
   [junit4]   2> 1015554 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [n:127.0.0.1:36263_an%2Fk  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@24ba9639
   [junit4]   2> 1015555 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [n:127.0.0.1:36263_an%2Fk  
  ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_9777756D0D2614C9-001/shard-2-001/cores
   [junit4]   2> 1015557 INFO  (zkConnectionManagerCallback-3028-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1015558 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [n:127.0.0.1:36263_an%2Fk  
  ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1015559 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [n:127.0.0.1:36263_an%2Fk  
  ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46531/solr 
ready
   [junit4]   2> 1015577 INFO  (qtp242679268-12117) [n:127.0.0.1:33959_an%2Fk   
 ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with 
params 
node=127.0.0.1:36263_an%252Fk&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1015579 INFO  
(OverseerCollectionConfigSetProcessor-72077719700439045-127.0.0.1:33959_an%2Fk-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1015579 INFO  (OverseerThreadFactory-4107-thread-4) [ 
c:collection1 s:shard1  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 
127.0.0.1:36263_an%2Fk for creating new replica
   [junit4]   2> 1015589 INFO  (qtp1433855603-12208) [n:127.0.0.1:36263_an%2Fk  
  x:collection1_shard1_replica_n43] 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> 1015693 INFO  (zkCallback-3005-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 1016709 INFO  (qtp1433855603-12208) [n:127.0.0.1:36263_an%2Fk 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.4.0
   [junit4]   2> 1016714 INFO  (qtp1433855603-12208) [n:127.0.0.1:36263_an%2Fk 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n43] Schema name=test
   [junit4]   2> 1016755 WARN  (qtp1433855603-12208) [n:127.0.0.1:36263_an%2Fk 
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> 1016755 WARN  (qtp1433855603-12208) [n:127.0.0.1:36263_an%2Fk 
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> 1016755 INFO  (qtp1433855603-12208) [n:127.0.0.1:36263_an%2Fk 
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> 1016755 INFO  (qtp1433855603-12208) [n:127.0.0.1:36263_an%2Fk 
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> 1016755 INFO  (qtp1433855603-12208) [n:127.0.0.1:36263_an%2Fk 
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@24ba9639
   [junit4]   2> 1016755 INFO  (qtp1433855603-12208) [n:127.0.0.1:36263_an%2Fk 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1016755 INFO  (qtp1433855603-12208) [n:127.0.0.1:36263_an%2Fk 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore 
[[collection1_shard1_replica_n43] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_9777756D0D2614C9-001/shard-2-001/cores/collection1_shard1_replica_n43],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_9777756D0D2614C9-001/shard-2-001/cores/collection1_shard1_replica_n43/data/]
   [junit4]   2> 1016795 INFO  (qtp1433855603-12208) [n:127.0.0.1:36263_an%2Fk 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1016796 INFO  (qtp1433855603-12208) [n:127.0.0.1:36263_an%2Fk 
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> 1016804 INFO  (qtp1433855603-12208) [n:127.0.0.1:36263_an%2Fk 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1016804 INFO  (qtp1433855603-12208) [n:127.0.0.1:36263_an%2Fk 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1016805 INFO  (qtp1433855603-12208) [n:127.0.0.1:36263_an%2Fk 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@695e9b6a[collection1_shard1_replica_n43] main]
   [junit4]   2> 1016806 INFO  (qtp1433855603-12208) [n:127.0.0.1:36263_an%2Fk 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1016806 INFO  (qtp1433855603-12208) [n:127.0.0.1:36263_an%2Fk 
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> 1016807 INFO  (qtp1433855603-12208) [n:127.0.0.1:36263_an%2Fk 
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 
1601307659554783232
   [junit4]   2> 1016807 INFO  
(searcherExecutor-4130-thread-1-processing-n:127.0.0.1:36263_an%2Fk 
x:collection1_shard1_replica_n43 c:collection1 s:shard1) 
[n:127.0.0.1:36263_an%2Fk c:collection1 s:shard1  
x:collection1_shard1_replica_n43] o.a.s.c.SolrCore 
[collection1_shard1_replica_n43] Registered new searcher 
Searcher@695e9b6a[collection1_shard1_replica_n43] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1016810 INFO  (qtp1433855603-12208) [n:127.0.0.1:36263_an%2Fk 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ZkShardTerms 
Successful update of terms at /collections/collection1/terms/shard1 to 
Terms{values={core_node44=0}, version=0}
   [junit4]   2> 1016811 INFO  (qtp1433855603-12208) [n:127.0.0.1:36263_an%2Fk 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1016811 INFO  (qtp1433855603-12208) [n:127.0.0.1:36263_an%2Fk 
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> 1016811 INFO  (qtp1433855603-12208) [n:127.0.0.1:36263_an%2Fk 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy 
Sync replicas to https://127.0.0.1:36263/an/k/collection1_shard1_replica_n43/
   [junit4]   2> 1016811 INFO  (qtp1433855603-12208) [n:127.0.0.1:36263_an%2Fk 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 1016811 INFO  (qtp1433855603-12208) [n:127.0.0.1:36263_an%2Fk 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy 
https://127.0.0.1:36263/an/k/collection1_shard1_replica_n43/ has no replicas
   [junit4]   2> 1016811 INFO  (qtp1433855603-12208) [n:127.0.0.1:36263_an%2Fk 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1016813 INFO  (qtp1433855603-12208) [n:127.0.0.1:36263_an%2Fk 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:36263/an/k/collection1_shard1_replica_n43/ shard1
   [junit4]   2> 1016914 INFO  (zkCallback-3005-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 1016926 INFO  (qtp1433855603-12208) [n:127.0.0.1:36263_an%2Fk 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 1016928 INFO  (qtp1433855603-12208) [n:127.0.0.1:36263_an%2Fk 
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=1338
   [junit4]   2> 1016930 INFO  (qtp242679268-12117) [n:127.0.0.1:33959_an%2Fk 
c:collection1   ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/collections 
params={node=127.0.0.1:36263_an%252Fk&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
 status=0 QTime=1352
   [junit4]   2> 1017028 INFO  (zkCallback-3020-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 1017028 INFO  (zkCallback-3005-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 1017035 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_9777756D0D2614C9-001/shard-3-001
 of type NRT
   [junit4]   2> 1017036 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] o.e.j.s.Server 
jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: 
daa59876e6f384329b122929e70a80934569428c; jvm 9.0.4+11
   [junit4]   2> 1017036 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] o.e.j.s.session 
DefaultSessionIdManager workerName=node0
   [junit4]   2> 1017036 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] o.e.j.s.session No 
SessionScavenger set, using defaults
   [junit4]   2> 1017036 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] o.e.j.s.session 
node0 Scavenging every 600000ms
   [junit4]   2> 1017037 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@780620fd{/an/k,null,AVAILABLE}
   [junit4]   2> 1017037 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@253ec258{SSL,[ssl, 
http/1.1]}{127.0.0.1:33605}
   [junit4]   2> 1017037 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] o.e.j.s.Server 
Started @1017101ms
   [junit4]   2> 1017037 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/an/k, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_9777756D0D2614C9-001/tempDir-001/jetty3,
 hostPort=33605, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_9777756D0D2614C9-001/shard-3-001/cores,
 replicaType=NRT}
   [junit4]   2> 1017037 ERROR 
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1017038 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1017038 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.4.0
   [junit4]   2> 1017038 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1017038 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1017038 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-05-24T01:39:47.813160Z
   [junit4]   2> 1017039 INFO  (zkConnectionManagerCallback-3030-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1017039 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1017039 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_9777756D0D2614C9-001/shard-3-001/solr.xml
   [junit4]   2> 1017041 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1017041 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1017042 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@24ba9639, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1017046 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:46531/solr
   [junit4]   2> 1017047 INFO  (zkConnectionManagerCallback-3034-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1017048 INFO  (zkConnectionManagerCallback-3036-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1017051 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [n:127.0.0.1:33605_an%2Fk  
  ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1017051 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [n:127.0.0.1:33605_an%2Fk  
  ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1017052 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [n:127.0.0.1:33605_an%2Fk  
  ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1017052 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [n:127.0.0.1:33605_an%2Fk  
  ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33605_an%2Fk
   [junit4]   2> 1017053 INFO  (zkCallback-3020-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1017053 INFO  (zkCallback-3005-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1017053 INFO  (zkCallback-2987-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1017053 INFO  (zkCallback-2997-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1017053 INFO  (zkCallback-2980-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1017053 INFO  (zkCallback-3012-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1017053 INFO  (zkCallback-3027-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1017053 INFO  (zkCallback-3035-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1017161 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [n:127.0.0.1:33605_an%2Fk  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@24ba9639
   [junit4]   2> 1017168 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [n:127.0.0.1:33605_an%2Fk  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@24ba9639
   [junit4]   2> 1017168 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [n:127.0.0.1:33605_an%2Fk  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@24ba9639
   [junit4]   2> 1017169 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [n:127.0.0.1:33605_an%2Fk  
  ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_9777756D0D2614C9-001/shard-3-001/cores
   [junit4]   2> 1017170 INFO  (zkConnectionManagerCallback-3043-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1017171 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [n:127.0.0.1:33605_an%2Fk  
  ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1017172 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [n:127.0.0.1:33605_an%2Fk  
  ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46531/solr 
ready
   [junit4]   2> 1017204 INFO  (qtp1392968972-12244) [n:127.0.0.1:33605_an%2Fk  
  ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with 
params 
node=127.0.0.1:33605_an%252Fk&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1017205 INFO  
(OverseerCollectionConfigSetProcessor-72077719700439045-127.0.0.1:33959_an%2Fk-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1017206 INFO  (OverseerThreadFactory-4107-thread-5) [ 
c:collection1 s:shard2  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 
127.0.0.1:33605_an%2Fk for creating new replica
   [junit4]   2> 1017209 INFO  (qtp1392968972-12271) [n:127.0.0.1:33605_an%2Fk  
  x:collection1_shard2_replica_n45] 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> 1017312 INFO  (zkCallback-3005-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1017312 INFO  (zkCallback-3020-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1018216 INFO  (qtp1392968972-12271) [n:127.0.0.1:33605_an%2Fk 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.4.0
   [junit4]   2> 1018221 INFO  (qtp1392968972-12271) [n:127.0.0.1:33605_an%2Fk 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n45] Schema name=test
   [junit4]   2> 1018280 WARN  (qtp1392968972-12271) [n:127.0.0.1:33605_an%2Fk 
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> 1018280 WARN  (qtp1392968972-12271) [n:127.0.0.1:33605_an%2Fk 
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> 1018280 INFO  (qtp1392968972-12271) [n:127.0.0.1:33605_an%2Fk 
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> 1018280 INFO  (qtp1392968972-12271) [n:127.0.0.1:33605_an%2Fk 
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> 1018281 INFO  (qtp1392968972-12271) [n:127.0.0.1:33605_an%2Fk 
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@24ba9639
   [junit4]   2> 1018281 INFO  (qtp1392968972-12271) [n:127.0.0.1:33605_an%2Fk 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1018281 INFO  (qtp1392968972-12271) [n:127.0.0.1:33605_an%2Fk 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n45] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_9777756D0D2614C9-001/shard-3-001/cores/collection1_shard2_replica_n45],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSQLHandler_9777756D0D2614C9-001/shard-3-001/cores/collection1_shard2_replica_n45/data/]
   [junit4]   2> 1018308 INFO  (qtp1392968972-12271) [n:127.0.0.1:33605_an%2Fk 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1018308 INFO  (qtp1392968972-12271) [n:127.0.0.1:33605_an%2Fk 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 num

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

s for registry=solr.collection.collection1.shard1.leader, tag=35ba1522
   [junit4]   2> 74661 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@36af9798{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 74662 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@2938d1a5{/an/k,null,UNAVAILABLE}
   [junit4]   2> 74662 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] o.e.j.s.session 
node0 Stopped scavenging
   [junit4]   2> 74662 ERROR 
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
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> 74663 INFO  
(TEST-TestSQLHandler.doTest-seed#[9777756D0D2614C9]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:41117 41117
   [junit4]   2> 75153 INFO  (Thread-71) [    ] o.a.s.c.ZkTestServer connecting 
to 127.0.0.1:41117 41117
   [junit4]   2> 75154 WARN  (Thread-71) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        19      /solr/aliases.json
   [junit4]   2>        11      /solr/collections/collection1/terms/shard1
   [junit4]   2>        11      /solr/collections/collection1/terms/shard2
   [junit4]   2>        5       /solr/security.json
   [junit4]   2>        5       /solr/configs/conf1
   [junit4]   2>        3       
/solr/collections/control_collection/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        19      /solr/clusterstate.json
   [junit4]   2>        19      /solr/clusterprops.json
   [junit4]   2>        18      /solr/collections/collection1/state.json
   [junit4]   2>        4       /solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        19      /solr/live_nodes
   [junit4]   2>        19      /solr/collections
   [junit4]   2>        4       /solr/overseer/queue
   [junit4]   2>        4       /solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2>        4       /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2>        4       /solr/overseer/queue-work
   [junit4]   2>        4       /solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSQLHandler 
-Dtests.method=doTest -Dtests.seed=9777756D0D2614C9 -Dtests.multiplier=3 
-Dtests.slow=true -Dtests.badapples=true -Dtests.locale=ru-BY 
-Dtests.timezone=Etc/GMT+11 -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   16.5s J0 | TestSQLHandler.doTest <<<
   [junit4]    > Throwable #1: java.io.IOException: --> 
https://127.0.0.1:41001/an/k/collection1_shard2_replica_n41:Failed to execute 
sqlQuery 'select id, field_i, str_s from collection1 where (text='(XXXX)' OR 
text='XXXX') AND text='XXXX' order by field_i desc' against JDBC connection 
'jdbc:calcitesolr:'.
   [junit4]    > Error while executing SQL "select id, field_i, str_s from 
collection1 where (text='(XXXX)' OR text='XXXX') AND text='XXXX' order by 
field_i desc": java.io.IOException: java.util.concurrent.ExecutionException: 
java.io.IOException: --> 
https://127.0.0.1:40563/an/k/collection1_shard2_replica_n45/:id must have 
DocValues to use this feature.
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([9777756D0D2614C9:3033CDC9609D0770]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.io.stream.SolrStream.read(SolrStream.java:222)
   [junit4]    >        at 
org.apache.solr.handler.TestSQLHandler.getTuples(TestSQLHandler.java:2522)
   [junit4]    >        at 
org.apache.solr.handler.TestSQLHandler.testBasicSelect(TestSQLHandler.java:124)
   [junit4]    >        at 
org.apache.solr.handler.TestSQLHandler.doTest(TestSQLHandler.java:82)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_9777756D0D2614C9-001
   [junit4]   2> May 24, 2018 2:14:53 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> May 24, 2018 2:16:13 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at 
org.apache.solr.handler.TestSQLHandler: 
   [junit4]   2>    1) Thread[id=2713, name=Connection evictor, 
state=TIMED_WAITING, group=TGRP-TestSQLHandler]
   [junit4]   2>         at java.base@9.0.4/java.lang.Thread.sleep(Native 
Method)
   [junit4]   2>         at 
app//org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
   [junit4]   2>         at 
java.base@9.0.4/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> May 24, 2018 2:16:13 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=2713, name=Connection evictor, 
state=TIMED_WAITING, group=TGRP-TestSQLHandler]
   [junit4]   2> May 24, 2018 2:16:13 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{multiDefault=FST50, id=PostingsFormat(name=Memory), 
text=PostingsFormat(name=Direct), str_s=PostingsFormat(name=Direct)}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene70), 
_version_=DocValuesFormat(name=Lucene70), 
intDefault=DocValuesFormat(name=Lucene70), 
id_i1=DocValuesFormat(name=Lucene70), 
range_facet_i_dv=DocValuesFormat(name=Direct), 
intDvoDefault=DocValuesFormat(name=Lucene70), 
field_i=DocValuesFormat(name=Direct), 
range_facet_l=DocValuesFormat(name=Direct), 
timestamp=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=24, 
maxMBSortInHeap=6.232729091642653, sim=RandomSimilarity(queryNorm=false): {}, 
locale=ru-BY, timezone=Etc/GMT+11
   [junit4]   2> NOTE: Linux 4.13.0-41-generic amd64/Oracle Corporation 9.0.4 
(64-bit)/cpus=8,threads=1,free=233085168,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestSQLHandler, 
TestSQLHandler]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSQLHandler 
-Dtests.seed=9777756D0D2614C9 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.badapples=true -Dtests.locale=ru-BY -Dtests.timezone=Etc/GMT+11 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J0 | TestSQLHandler (suite) <<<
   [junit4]    > Throwable #1: 
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.handler.TestSQLHandler: 
   [junit4]    >    1) Thread[id=2713, name=Connection evictor, 
state=TIMED_WAITING, group=TGRP-TestSQLHandler]
   [junit4]    >         at java.base@9.0.4/java.lang.Thread.sleep(Native 
Method)
   [junit4]    >         at 
app//org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
   [junit4]    >         at 
java.base@9.0.4/java.lang.Thread.run(Thread.java:844)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([9777756D0D2614C9]:0)
   [junit4] Completed [5/5 (2!)] on J0 in 96.65s, 1 test, 2 errors <<< FAILURES!

[...truncated 14 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/common-build.xml:1568: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/common-build.xml:1092: 
There were test failures: 5 suites, 5 tests, 2 suite-level errors, 2 errors 
[seed: 9777756D0D2614C9]

Total time: 2 minutes 37 seconds

[repro] Setting last failure code to 256

[repro] Failures:
[repro]   2/5 failed: org.apache.solr.handler.TestSQLHandler
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all 
warnings.
<Git Blamer> GIT_COMMIT=11fb992abb3d209ab34a50956f2affe9626380b0, 
workspace=/var/lib/jenkins/workspace/Lucene-Solr-7.x-Linux
[WARNINGS] Computing warning deltas based on reference build #1966
Recording test results
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to