You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2018/04/30 16:58:42 UTC

[JENKINS] Lucene-Solr-7.x-Linux (64bit/jdk-9.0.4) - Build # 1826 - Unstable!

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

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=2686, 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=2686, 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([BBCD5A5C0DEC9BC8]: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=2715, 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=2715, 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([BBCD5A5C0DEC9BC8]:0)


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

Error Message:
--> https://127.0.0.1:45465/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:45465/collection1_shard2_replica_n41/:id must have DocValues to use this feature.

Stack Trace:
java.io.IOException: --> https://127.0.0.1:45465/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:45465/collection1_shard2_replica_n41/:id must have DocValues to use this feature.
	at __randomizedtesting.SeedInfo.seed([BBCD5A5C0DEC9BC8:1C89E2F860578871]: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:39913/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:37289/collection1_shard2_replica_n45/:id must have DocValues to use this feature.

Stack Trace:
java.io.IOException: --> https://127.0.0.1:39913/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:37289/collection1_shard2_replica_n45/:id must have DocValues to use this feature.
	at __randomizedtesting.SeedInfo.seed([BBCD5A5C0DEC9BC8:1C89E2F860578871]: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([BBCD5A5C0DEC9BC8:1C89E2F860578871]: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 13481 lines...]
   [junit4] Suite: org.apache.solr.handler.TestSQLHandler
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_BBCD5A5C0DEC9BC8-001/init-core-data-001
   [junit4]   2> 877706 WARN  (SUITE-TestSQLHandler-seed#[BBCD5A5C0DEC9BC8]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=32 numCloses=32
   [junit4]   2> 877706 INFO  (SUITE-TestSQLHandler-seed#[BBCD5A5C0DEC9BC8]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 877707 INFO  (SUITE-TestSQLHandler-seed#[BBCD5A5C0DEC9BC8]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 877707 INFO  (SUITE-TestSQLHandler-seed#[BBCD5A5C0DEC9BC8]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 877707 INFO  (SUITE-TestSQLHandler-seed#[BBCD5A5C0DEC9BC8]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 877708 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 877709 INFO  (Thread-2385) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 877709 INFO  (Thread-2385) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 877717 ERROR (Thread-2385) [    ] 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> 877809 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.c.ZkTestServer start zk server on port:45323
   [junit4]   2> 877810 INFO  (zkConnectionManagerCallback-2411-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 877812 INFO  (zkConnectionManagerCallback-2413-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 877813 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] 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> 877814 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] 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> 877814 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] 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> 877815 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] 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> 877815 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] 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> 877816 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] 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> 877816 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] 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> 877816 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] 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> 877817 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] 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> 877817 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] 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> 877818 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] 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> 877819 INFO  (zkConnectionManagerCallback-2417-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 877820 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 877887 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 877890 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 877890 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 877890 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 877890 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2c324223{/,null,AVAILABLE}
   [junit4]   2> 877891 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@19f29e29{SSL,[ssl, http/1.1]}{127.0.0.1:35159}
   [junit4]   2> 877891 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.e.j.s.Server Started @877922ms
   [junit4]   2> 877891 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_BBCD5A5C0DEC9BC8-001/tempDir-001/control/data, hostPort=35159, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_BBCD5A5C0DEC9BC8-001/control-001/cores, replicaType=NRT}
   [junit4]   2> 877899 ERROR (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 877899 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 877899 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.4.0
   [junit4]   2> 877899 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 877899 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 877899 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-04-30T16:25:12.340799Z
   [junit4]   2> 877900 INFO  (zkConnectionManagerCallback-2419-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 877901 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 877901 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_BBCD5A5C0DEC9BC8-001/control-001/solr.xml
   [junit4]   2> 877902 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 877902 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 877903 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@45f4f0ae, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 877906 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45323/solr
   [junit4]   2> 877906 INFO  (zkConnectionManagerCallback-2423-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 877908 INFO  (zkConnectionManagerCallback-2425-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 877937 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [n:127.0.0.1:35159_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 877937 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [n:127.0.0.1:35159_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:35159_
   [junit4]   2> 877937 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [n:127.0.0.1:35159_    ] o.a.s.c.Overseer Overseer (id=72081940995571717-127.0.0.1:35159_-n_0000000000) starting
   [junit4]   2> 877941 INFO  (zkConnectionManagerCallback-2432-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 877942 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [n:127.0.0.1:35159_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45323/solr ready
   [junit4]   2> 877942 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [n:127.0.0.1:35159_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35159_
   [junit4]   2> 877943 INFO  (zkCallback-2424-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 877952 INFO  (zkCallback-2431-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 878083 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [n:127.0.0.1:35159_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@45f4f0ae
   [junit4]   2> 878089 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [n:127.0.0.1:35159_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@45f4f0ae
   [junit4]   2> 878089 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [n:127.0.0.1:35159_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@45f4f0ae
   [junit4]   2> 878090 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [n:127.0.0.1:35159_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_BBCD5A5C0DEC9BC8-001/control-001/cores
   [junit4]   2> 878099 INFO  (zkConnectionManagerCallback-2437-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 878100 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 878101 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45323/solr ready
   [junit4]   2> 878112 INFO  (qtp955106488-10047) [n:127.0.0.1:35159_    ] 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:35159_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 878113 INFO  (OverseerThreadFactory-3544-thread-1) [    ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 878218 INFO  (qtp955106488-10048) [n:127.0.0.1:35159_    ] 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> 878218 INFO  (qtp955106488-10048) [n:127.0.0.1:35159_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 879224 INFO  (qtp955106488-10048) [n:127.0.0.1:35159_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.4.0
   [junit4]   2> 879230 INFO  (qtp955106488-10048) [n:127.0.0.1:35159_ 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> 879271 WARN  (qtp955106488-10048) [n:127.0.0.1:35159_ 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> 879271 WARN  (qtp955106488-10048) [n:127.0.0.1:35159_ 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> 879271 INFO  (qtp955106488-10048) [n:127.0.0.1:35159_ 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> 879271 INFO  (qtp955106488-10048) [n:127.0.0.1:35159_ 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> 879272 INFO  (qtp955106488-10048) [n:127.0.0.1:35159_ 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@45f4f0ae
   [junit4]   2> 879272 INFO  (qtp955106488-10048) [n:127.0.0.1:35159_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 879272 INFO  (qtp955106488-10048) [n:127.0.0.1:35159_ 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/J2/temp/solr.handler.TestSQLHandler_BBCD5A5C0DEC9BC8-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_BBCD5A5C0DEC9BC8-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 879298 INFO  (qtp955106488-10048) [n:127.0.0.1:35159_ 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> 879298 INFO  (qtp955106488-10048) [n:127.0.0.1:35159_ 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> 879299 INFO  (qtp955106488-10048) [n:127.0.0.1:35159_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 879299 INFO  (qtp955106488-10048) [n:127.0.0.1:35159_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 879300 INFO  (qtp955106488-10048) [n:127.0.0.1:35159_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@61f7d236[control_collection_shard1_replica_n1] main]
   [junit4]   2> 879301 INFO  (qtp955106488-10048) [n:127.0.0.1:35159_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 879301 INFO  (qtp955106488-10048) [n:127.0.0.1:35159_ 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> 879301 INFO  (qtp955106488-10048) [n:127.0.0.1:35159_ 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 1599189039177531392
   [junit4]   2> 879302 INFO  (searcherExecutor-3547-thread-1-processing-n:127.0.0.1:35159_ x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:35159_ 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@61f7d236[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 879304 INFO  (qtp955106488-10048) [n:127.0.0.1:35159_ 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> 879305 INFO  (qtp955106488-10048) [n:127.0.0.1:35159_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 879305 INFO  (qtp955106488-10048) [n:127.0.0.1:35159_ 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> 879305 INFO  (qtp955106488-10048) [n:127.0.0.1:35159_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:35159/control_collection_shard1_replica_n1/
   [junit4]   2> 879305 INFO  (qtp955106488-10048) [n:127.0.0.1:35159_ 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> 879306 INFO  (qtp955106488-10048) [n:127.0.0.1:35159_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:35159/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 879306 INFO  (qtp955106488-10048) [n:127.0.0.1:35159_ 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> 879307 INFO  (qtp955106488-10048) [n:127.0.0.1:35159_ 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:35159/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 879409 INFO  (qtp955106488-10048) [n:127.0.0.1:35159_ 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> 879413 INFO  (qtp955106488-10048) [n:127.0.0.1:35159_ 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=1195
   [junit4]   2> 879414 INFO  (qtp955106488-10047) [n:127.0.0.1:35159_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 879510 INFO  (zkCallback-2424-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> 880114 INFO  (OverseerCollectionConfigSetProcessor-72081940995571717-127.0.0.1:35159_-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> 880414 INFO  (qtp955106488-10047) [n:127.0.0.1:35159_    ] 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:35159_&wt=javabin&version=2} status=0 QTime=2302
   [junit4]   2> 880417 INFO  (zkConnectionManagerCallback-2442-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 880418 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 880418 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45323/solr ready
   [junit4]   2> 880418 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 880420 INFO  (qtp955106488-10048) [n:127.0.0.1:35159_    ] 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=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 880421 INFO  (OverseerThreadFactory-3544-thread-2) [    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 880421 WARN  (OverseerThreadFactory-3544-thread-2) [    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 880625 INFO  (qtp955106488-10048) [n:127.0.0.1:35159_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 880625 INFO  (qtp955106488-10048) [n:127.0.0.1:35159_    ] 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=1&wt=javabin&version=2} status=0 QTime=205
   [junit4]   2> 880697 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_BBCD5A5C0DEC9BC8-001/shard-1-001 of type NRT
   [junit4]   2> 880698 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 880699 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 880699 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 880699 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 880699 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3e70b2a7{/,null,AVAILABLE}
   [junit4]   2> 880699 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2190cba5{SSL,[ssl, http/1.1]}{127.0.0.1:42241}
   [junit4]   2> 880699 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.e.j.s.Server Started @880731ms
   [junit4]   2> 880699 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_BBCD5A5C0DEC9BC8-001/tempDir-001/jetty1, hostPort=42241, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_BBCD5A5C0DEC9BC8-001/shard-1-001/cores, replicaType=NRT}
   [junit4]   2> 880700 ERROR (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 880700 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 880700 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.4.0
   [junit4]   2> 880700 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 880700 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 880700 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-04-30T16:25:15.141290Z
   [junit4]   2> 880701 INFO  (zkConnectionManagerCallback-2444-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 880702 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 880702 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_BBCD5A5C0DEC9BC8-001/shard-1-001/solr.xml
   [junit4]   2> 880704 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 880704 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 880704 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@45f4f0ae, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 880707 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45323/solr
   [junit4]   2> 880708 INFO  (zkConnectionManagerCallback-2448-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 880709 INFO  (zkConnectionManagerCallback-2450-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 880712 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [n:127.0.0.1:42241_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 880713 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [n:127.0.0.1:42241_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 880714 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [n:127.0.0.1:42241_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 880714 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [n:127.0.0.1:42241_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42241_
   [junit4]   2> 880714 INFO  (zkCallback-2431-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 880714 INFO  (zkCallback-2441-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 880719 INFO  (zkCallback-2424-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 880719 INFO  (zkCallback-2449-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 880814 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [n:127.0.0.1:42241_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@45f4f0ae
   [junit4]   2> 880821 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [n:127.0.0.1:42241_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@45f4f0ae
   [junit4]   2> 880821 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [n:127.0.0.1:42241_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@45f4f0ae
   [junit4]   2> 880822 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [n:127.0.0.1:42241_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_BBCD5A5C0DEC9BC8-001/shard-1-001/cores
   [junit4]   2> 880824 INFO  (zkConnectionManagerCallback-2457-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 880824 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [n:127.0.0.1:42241_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 880825 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [n:127.0.0.1:42241_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45323/solr ready
   [junit4]   2> 880838 INFO  (qtp955106488-10047) [n:127.0.0.1:35159_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:42241_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 880839 INFO  (OverseerCollectionConfigSetProcessor-72081940995571717-127.0.0.1:35159_-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> 880839 INFO  (OverseerThreadFactory-3544-thread-3) [    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:42241_ for creating new replica
   [junit4]   2> 880850 INFO  (qtp960181814-10102) [n:127.0.0.1:42241_    ] 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> 881856 INFO  (qtp960181814-10102) [n:127.0.0.1:42241_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.4.0
   [junit4]   2> 881861 INFO  (qtp960181814-10102) [n:127.0.0.1:42241_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema [collection1_shard2_replica_n41] Schema name=test
   [junit4]   2> 881903 WARN  (qtp960181814-10102) [n:127.0.0.1:42241_ 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> 881903 WARN  (qtp960181814-10102) [n:127.0.0.1:42241_ 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> 881903 INFO  (qtp960181814-10102) [n:127.0.0.1:42241_ 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> 881903 INFO  (qtp960181814-10102) [n:127.0.0.1:42241_ 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> 881904 INFO  (qtp960181814-10102) [n:127.0.0.1:42241_ 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@45f4f0ae
   [junit4]   2> 881904 INFO  (qtp960181814-10102) [n:127.0.0.1:42241_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 881904 INFO  (qtp960181814-10102) [n:127.0.0.1:42241_ 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/J2/temp/solr.handler.TestSQLHandler_BBCD5A5C0DEC9BC8-001/shard-1-001/cores/collection1_shard2_replica_n41], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_BBCD5A5C0DEC9BC8-001/shard-1-001/cores/collection1_shard2_replica_n41/data/]
   [junit4]   2> 881929 INFO  (qtp960181814-10102) [n:127.0.0.1:42241_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 881929 INFO  (qtp960181814-10102) [n:127.0.0.1:42241_ 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> 881930 INFO  (qtp960181814-10102) [n:127.0.0.1:42241_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 881930 INFO  (qtp960181814-10102) [n:127.0.0.1:42241_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 881931 INFO  (qtp960181814-10102) [n:127.0.0.1:42241_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.SolrIndexSearcher Opening [Searcher@7646d25a[collection1_shard2_replica_n41] main]
   [junit4]   2> 881932 INFO  (qtp960181814-10102) [n:127.0.0.1:42241_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 881932 INFO  (qtp960181814-10102) [n:127.0.0.1:42241_ 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> 881932 INFO  (qtp960181814-10102) [n:127.0.0.1:42241_ 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 1599189041936334848
   [junit4]   2> 881933 INFO  (searcherExecutor-3557-thread-1-processing-n:127.0.0.1:42241_ x:collection1_shard2_replica_n41 c:collection1 s:shard2) [n:127.0.0.1:42241_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore [collection1_shard2_replica_n41] Registered new searcher Searcher@7646d25a[collection1_shard2_replica_n41] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 881935 INFO  (qtp960181814-10102) [n:127.0.0.1:42241_ 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> 881936 INFO  (qtp960181814-10102) [n:127.0.0.1:42241_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 881936 INFO  (qtp960181814-10102) [n:127.0.0.1:42241_ 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> 881936 INFO  (qtp960181814-10102) [n:127.0.0.1:42241_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:42241/collection1_shard2_replica_n41/
   [junit4]   2> 881936 INFO  (qtp960181814-10102) [n:127.0.0.1:42241_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 881936 INFO  (qtp960181814-10102) [n:127.0.0.1:42241_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy https://127.0.0.1:42241/collection1_shard2_replica_n41/ has no replicas
   [junit4]   2> 881936 INFO  (qtp960181814-10102) [n:127.0.0.1:42241_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 881937 INFO  (qtp960181814-10102) [n:127.0.0.1:42241_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:42241/collection1_shard2_replica_n41/ shard2
   [junit4]   2> 882088 INFO  (qtp960181814-10102) [n:127.0.0.1:42241_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 882089 INFO  (qtp960181814-10102) [n:127.0.0.1:42241_ 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=1239
   [junit4]   2> 882090 INFO  (qtp955106488-10047) [n:127.0.0.1:35159_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:42241_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2} status=0 QTime=1252
   [junit4]   2> 882158 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_BBCD5A5C0DEC9BC8-001/shard-2-001 of type NRT
   [junit4]   2> 882158 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 882159 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 882159 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 882159 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 882159 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@188087a5{/,null,AVAILABLE}
   [junit4]   2> 882160 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5d674e41{SSL,[ssl, http/1.1]}{127.0.0.1:33841}
   [junit4]   2> 882160 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.e.j.s.Server Started @882191ms
   [junit4]   2> 882160 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_BBCD5A5C0DEC9BC8-001/tempDir-001/jetty2, hostPort=33841, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_BBCD5A5C0DEC9BC8-001/shard-2-001/cores, replicaType=NRT}
   [junit4]   2> 882160 ERROR (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 882160 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 882160 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.4.0
   [junit4]   2> 882160 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 882161 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 882161 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-04-30T16:25:16.602032Z
   [junit4]   2> 882161 INFO  (zkConnectionManagerCallback-2459-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 882162 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 882162 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_BBCD5A5C0DEC9BC8-001/shard-2-001/solr.xml
   [junit4]   2> 882163 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 882163 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 882170 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@45f4f0ae, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 882172 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45323/solr
   [junit4]   2> 882172 INFO  (zkConnectionManagerCallback-2463-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 882173 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1001624b7c3000e, likely client has closed socket
   [junit4]   2> 882173 INFO  (zkConnectionManagerCallback-2465-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 882176 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [n:127.0.0.1:33841_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 882176 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [n:127.0.0.1:33841_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 882177 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [n:127.0.0.1:33841_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 882177 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [n:127.0.0.1:33841_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33841_
   [junit4]   2> 882177 INFO  (zkCallback-2449-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 882177 INFO  (zkCallback-2456-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 882177 INFO  (zkCallback-2424-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 882177 INFO  (zkCallback-2441-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 882177 INFO  (zkCallback-2431-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 882178 INFO  (zkCallback-2464-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 882339 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [n:127.0.0.1:33841_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@45f4f0ae
   [junit4]   2> 882346 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [n:127.0.0.1:33841_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@45f4f0ae
   [junit4]   2> 882346 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [n:127.0.0.1:33841_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@45f4f0ae
   [junit4]   2> 882347 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [n:127.0.0.1:33841_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_BBCD5A5C0DEC9BC8-001/shard-2-001/cores
   [junit4]   2> 882348 INFO  (zkConnectionManagerCallback-2472-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 882349 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [n:127.0.0.1:33841_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 882349 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [n:127.0.0.1:33841_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45323/solr ready
   [junit4]   2> 882379 INFO  (qtp1426260503-10137) [n:127.0.0.1:33841_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:33841_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 882380 INFO  (OverseerCollectionConfigSetProcessor-72081940995571717-127.0.0.1:35159_-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> 882380 INFO  (OverseerThreadFactory-3544-thread-4) [    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:33841_ for creating new replica
   [junit4]   2> 882383 INFO  (qtp1426260503-10138) [n:127.0.0.1:33841_    ] 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> 883390 INFO  (qtp1426260503-10138) [n:127.0.0.1:33841_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.4.0
   [junit4]   2> 883396 INFO  (qtp1426260503-10138) [n:127.0.0.1:33841_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema [collection1_shard1_replica_n43] Schema name=test
   [junit4]   2> 883451 WARN  (qtp1426260503-10138) [n:127.0.0.1:33841_ 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> 883451 WARN  (qtp1426260503-10138) [n:127.0.0.1:33841_ 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> 883451 INFO  (qtp1426260503-10138) [n:127.0.0.1:33841_ 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> 883451 INFO  (qtp1426260503-10138) [n:127.0.0.1:33841_ 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> 883452 INFO  (qtp1426260503-10138) [n:127.0.0.1:33841_ 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@45f4f0ae
   [junit4]   2> 883452 INFO  (qtp1426260503-10138) [n:127.0.0.1:33841_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 883452 INFO  (qtp1426260503-10138) [n:127.0.0.1:33841_ 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/J2/temp/solr.handler.TestSQLHandler_BBCD5A5C0DEC9BC8-001/shard-2-001/cores/collection1_shard1_replica_n43], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_BBCD5A5C0DEC9BC8-001/shard-2-001/cores/collection1_shard1_replica_n43/data/]
   [junit4]   2> 883477 INFO  (qtp1426260503-10138) [n:127.0.0.1:33841_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 883477 INFO  (qtp1426260503-10138) [n:127.0.0.1:33841_ 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> 883478 INFO  (qtp1426260503-10138) [n:127.0.0.1:33841_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 883478 INFO  (qtp1426260503-10138) [n:127.0.0.1:33841_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 883479 INFO  (qtp1426260503-10138) [n:127.0.0.1:33841_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.SolrIndexSearcher Opening [Searcher@7be78d5d[collection1_shard1_replica_n43] main]
   [junit4]   2> 883480 INFO  (qtp1426260503-10138) [n:127.0.0.1:33841_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 883480 INFO  (qtp1426260503-10138) [n:127.0.0.1:33841_ 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> 883481 INFO  (qtp1426260503-10138) [n:127.0.0.1:33841_ 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 1599189043560579072
   [junit4]   2> 883481 INFO  (searcherExecutor-3567-thread-1-processing-n:127.0.0.1:33841_ x:collection1_shard1_replica_n43 c:collection1 s:shard1) [n:127.0.0.1:33841_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore [collection1_shard1_replica_n43] Registered new searcher Searcher@7be78d5d[collection1_shard1_replica_n43] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 883484 INFO  (qtp1426260503-10138) [n:127.0.0.1:33841_ 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> 883485 INFO  (qtp1426260503-10138) [n:127.0.0.1:33841_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 883485 INFO  (qtp1426260503-10138) [n:127.0.0.1:33841_ 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> 883485 INFO  (qtp1426260503-10138) [n:127.0.0.1:33841_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:33841/collection1_shard1_replica_n43/
   [junit4]   2> 883485 INFO  (qtp1426260503-10138) [n:127.0.0.1:33841_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 883485 INFO  (qtp1426260503-10138) [n:127.0.0.1:33841_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy https://127.0.0.1:33841/collection1_shard1_replica_n43/ has no replicas
   [junit4]   2> 883485 INFO  (qtp1426260503-10138) [n:127.0.0.1:33841_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 883486 INFO  (qtp1426260503-10138) [n:127.0.0.1:33841_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:33841/collection1_shard1_replica_n43/ shard1
   [junit4]   2> 883637 INFO  (qtp1426260503-10138) [n:127.0.0.1:33841_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 883638 INFO  (qtp1426260503-10138) [n:127.0.0.1:33841_ 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=1255
   [junit4]   2> 883639 INFO  (qtp1426260503-10137) [n:127.0.0.1:33841_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:33841_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=1260
   [junit4]   2> 883708 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_BBCD5A5C0DEC9BC8-001/shard-3-001 of type NRT
   [junit4]   2> 883709 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 883710 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 883710 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 883710 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 883710 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@630b2a8d{/,null,AVAILABLE}
   [junit4]   2> 883710 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@e8f52ad{SSL,[ssl, http/1.1]}{127.0.0.1:43755}
   [junit4]   2> 883710 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.e.j.s.Server Started @883741ms
   [junit4]   2> 883710 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_BBCD5A5C0DEC9BC8-001/tempDir-001/jetty3, hostPort=43755, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_BBCD5A5C0DEC9BC8-001/shard-3-001/cores}
   [junit4]   2> 883711 ERROR (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 883711 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 883711 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.4.0
   [junit4]   2> 883711 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 883711 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 883711 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-04-30T16:25:18.152204Z
   [junit4]   2> 883712 INFO  (zkConnectionManagerCallback-2474-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 883712 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 883712 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_BBCD5A5C0DEC9BC8-001/shard-3-001/solr.xml
   [junit4]   2> 883714 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 883714 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 883714 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@45f4f0ae, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 883716 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45323/solr
   [junit4]   2> 883717 INFO  (zkConnectionManagerCallback-2478-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 883718 INFO  (zkConnectionManagerCallback-2480-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 883720 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [n:127.0.0.1:43755_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 883721 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [n:127.0.0.1:43755_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 883721 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [n:127.0.0.1:43755_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 883722 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [n:127.0.0.1:43755_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43755_
   [junit4]   2> 883722 INFO  (zkCallback-2449-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 883722 INFO  (zkCallback-2464-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 883722 INFO  (zkCallback-2441-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 883722 INFO  (zkCallback-2456-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 883722 INFO  (zkCallback-2471-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 883722 INFO  (zkCallback-2431-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 883722 INFO  (zkCallback-2424-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 883728 INFO  (zkCallback-2479-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 883806 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [n:127.0.0.1:43755_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@45f4f0ae
   [junit4]   2> 883812 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [n:127.0.0.1:43755_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@45f4f0ae
   [junit4]   2> 883812 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [n:127.0.0.1:43755_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@45f4f0ae
   [junit4]   2> 883813 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [n:127.0.0.1:43755_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_BBCD5A5C0DEC9BC8-001/shard-3-001/cores
   [junit4]   2> 883815 INFO  (zkConnectionManagerCallback-2487-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 883816 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [n:127.0.0.1:43755_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 883816 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [n:127.0.0.1:43755_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45323/solr ready
   [junit4]   2> 883849 INFO  (qtp1815132681-10174) [n:127.0.0.1:43755_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:43755_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 883851 INFO  (OverseerCollectionConfigSetProcessor-72081940995571717-127.0.0.1:35159_-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> 883851 INFO  (OverseerThreadFactory-3544-thread-5) [    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:43755_ for creating new replica
   [junit4]   2> 883854 INFO  (qtp1815132681-10175) [n:127.0.0.1:43755_    ] 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> 885432 INFO  (qtp1815132681-10175) [n:127.0.0.1:43755_ c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.4.0
   [junit4]   2> 885438 INFO  (qtp1815132681-10175) [n:127.0.0.1:43755_ c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.s.IndexSchema [collection1_shard2_replica_n45] Schema name=test
   [junit4]   2> 885512 WARN  (qtp1815132681-10175) [n:127.0.0.1:43755_ 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> 885512 WARN  (qtp1815132681-10175) [n:127.0.0.1:43755_ 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> 885512 INFO  (qtp1815132681-10175) [n:127.0.0.1:43755_ 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> 885512 INFO  (qtp1815132681-10175) [n:127.0.0.1:43755_ 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> 885512 INFO  (qtp1815132681-10175) [n:127.0.0.1:43755_ 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@45f4f0ae
   [junit4]   2> 885513 INFO  (qtp1815132681-10175) [n:127.0.0.1:43755_ c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 885513 INFO  (qtp1815132681-10175) [n:127.0.0.1:43755_ 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/J2/temp/solr.handler.TestSQLHandler_BBCD5A5C0DEC9BC8-001/shard-3-001/cores/collection1_shard2_replica_n45], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_BBCD5A5C0DEC9BC8-001/shard-3-001/cores/collection1_shard2_replica_n45/data/]
   [junit4]   2> 885538 INFO  (qtp1815132681-10175) [n:127.0.0.1:43755_ c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 885538 INFO  (qtp1815132681-10175) [n:127.0.0.1:43755_ c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 885539 INFO  (qtp1815132681-10175) [n:127.0.0.1:43755_ c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 885539 INFO  (qtp1815132681-10175) [n:127.0.0.1:43755_ c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 885540 INFO  (qtp1815132681-10175) [n:127.0.0.1:43755_ c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.s.SolrIndexSearcher Opening [Searcher@7b522d6e[collection1_shard2_replica_n45] main]
   [junit4]   2> 885540 INFO  (qtp1815132681-10175) [n:127.0.0.1:43755_ c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 885541 INFO  (qtp1815132681-10175) [n:127.0.0.1:43755_ c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 885541 INFO  (qtp1815132681-10175) [n:127.0.0.1:43755_ c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1599189045720645632
   [junit4]   2> 885541 INFO  (searcherExecutor-3577-thread-1-processing-n:127.0.0.1:43755_ x:collection1_shard2_replica_n45 c:collection1 s:shard2) [n:127.0.0.1:43755_ c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrCore [collection1_shard2_replica_n45] Registered new searcher Searcher@7b522d6e[collection1_shard2_replica_n45] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 885544 INFO  (qtp1815132681-10175) [n:127.0.0.1:43755_ c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard2 to Terms{values={core_node42=0, core_node46=0}, version=1}
   [junit4]   2> 885544 INFO  (qtp1815132681-10175) [n:127.0.0.1:43755_ c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.ZkController Core needs to recover:collection1_shard2_replica_n45
   [junit4]   2> 885544 INFO  (updateExecutor-2475-thread-1-processing-n:127.0.0.1:43755_ x:collection1_shard2_replica_n45 c:collection1 s:shard2) [n:127.0.0.1:43755_ c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_n45] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 885547 INFO  (recoveryExecutor-2476-thread-1-processing-n:127.0.0.1:43755_ x:collection1_shard2_replica_n45 c:collection1 s:shard2 r:core_node46) [n:127.0.0.1:43755_ c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 885547 INFO  (recoveryExecutor-2476-thread-1-processing-n:127.0.0.1:43755_ x:collection1_shard2_replica_n45 c:collection1 s:shard2 r:core_node46) [n:127.0.0.1:43755_ c:collection1 s:shard2 

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

 = null, domain = solr.core.collection1.shard1.replica_n47, service url = null, agent id = null] for registry solr.core.collection1.shard1.replica_n47 / com.codahale.metrics.MetricRegistry@383e50ec
   [junit4]   2> 67862 INFO  (zkCallback-2608-thread-1) [n:127.0.0.1:34931_ c:collection1 s:shard1 r:core_node48 x:collection1_shard1_replica_n47] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader, tag=2b3a3d93
   [junit4]   2> 67864 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@bcb92a9{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 67864 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@32659614{/,null,UNAVAILABLE}
   [junit4]   2> 67864 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 67864 ERROR (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] 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> 67865 INFO  (TEST-TestSQLHandler.doTest-seed#[BBCD5A5C0DEC9BC8]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:43871 43871
   [junit4]   2> 68643 INFO  (Thread-75) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:43871 43871
   [junit4]   2> 68644 WARN  (Thread-75) [    ] 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> 	8	/solr/collections/collection1/state.json
   [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> 	5	/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> 	5	/solr/overseer/queue
   [junit4]   2> 	5	/solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 	5	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	5	/solr/overseer/queue-work
   [junit4]   2> 	5	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSQLHandler -Dtests.method=doTest -Dtests.seed=BBCD5A5C0DEC9BC8 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=luy -Dtests.timezone=AST -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   15.4s J1 | TestSQLHandler.doTest <<<
   [junit4]    > Throwable #1: java.io.IOException: --> https://127.0.0.1:39913/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:37289/collection1_shard2_replica_n45/:id must have DocValues to use this feature.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([BBCD5A5C0DEC9BC8:1C89E2F860578871]: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/J1/temp/solr.handler.TestSQLHandler_BBCD5A5C0DEC9BC8-001
   [junit4]   2> Apr 30, 2018 4:55:08 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> Apr 30, 2018 4:56:28 PM 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=2715, 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> Apr 30, 2018 4:56:28 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=2715, name=Connection evictor, state=TIMED_WAITING, group=TGRP-TestSQLHandler]
   [junit4]   2> Apr 30, 2018 4:56:28 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=DummyCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY, chunkSize=29742, maxDocsPerChunk=6, blockSize=159), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, chunkSize=29742, blockSize=159)), sim=RandomSimilarity(queryNorm=false): {}, locale=luy, timezone=AST
   [junit4]   2> NOTE: Linux 4.13.0-39-generic amd64/Oracle Corporation 9.0.4 (64-bit)/cpus=8,threads=1,free=355932568,total=529006592
   [junit4]   2> NOTE: All tests run in this JVM: [TestSQLHandler, TestSQLHandler]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSQLHandler -Dtests.seed=BBCD5A5C0DEC9BC8 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=luy -Dtests.timezone=AST -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J1 | 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=2715, 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([BBCD5A5C0DEC9BC8]:0)
   [junit4] Completed [5/5 (2!)] on J1 in 95.59s, 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: BBCD5A5C0DEC9BC8]

Total time: 2 minutes 31 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=419cdd0981ce5fa2b11752a026921931cc3c5f30, workspace=/var/lib/jenkins/workspace/Lucene-Solr-7.x-Linux
[WARNINGS] Computing warning deltas based on reference build #1825
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