You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2017/05/05 08:17:45 UTC

[JENKINS] Lucene-Solr-Tests-6.x - Build # 864 - Still Unstable

Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/864/

2 tests failed.
FAILED:  org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testRequestTimeUrp

Error Message:
No such processor Template

Stack Trace:
org.apache.solr.common.SolrException: No such processor Template
	at __randomizedtesting.SeedInfo.seed([8471A478B8CBDACA:21C3E4B01E85133E]:0)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.getReqProcessors(UpdateRequestProcessorChain.java:286)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.constructChain(UpdateRequestProcessorChain.java:235)
	at org.apache.solr.core.SolrCore.getUpdateProcessorChain(SolrCore.java:1413)
	at org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testRequestTimeUrp(UpdateRequestProcessorFactoryTest.java:53)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.TestLeaderElectionWithEmptyReplica.test

Error Message:
Shard shard1 replicas do not have same number of documents expected:<10> but was:<0>

Stack Trace:
java.lang.AssertionError: Shard shard1 replicas do not have same number of documents expected:<10> but was:<0>
	at __randomizedtesting.SeedInfo.seed([8471A478B8CBDACA:C259BA21637B732]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.cloud.TestLeaderElectionWithEmptyReplica.assertConsistentReplicas(TestLeaderElectionWithEmptyReplica.java:119)
	at org.apache.solr.cloud.TestLeaderElectionWithEmptyReplica.test(TestLeaderElectionWithEmptyReplica.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11091 lines...]
   [junit4] Suite: org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.update.processor.UpdateRequestProcessorFactoryTest_8471A478B8CBDACA-001/init-core-data-001
   [junit4]   2> 16403 WARN  (SUITE-UpdateRequestProcessorFactoryTest-seed#[8471A478B8CBDACA]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=5 numCloses=5
   [junit4]   2> 16404 INFO  (SUITE-UpdateRequestProcessorFactoryTest-seed#[8471A478B8CBDACA]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 16407 INFO  (SUITE-UpdateRequestProcessorFactoryTest-seed#[8471A478B8CBDACA]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 16407 INFO  (SUITE-UpdateRequestProcessorFactoryTest-seed#[8471A478B8CBDACA]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 16408 INFO  (SUITE-UpdateRequestProcessorFactoryTest-seed#[8471A478B8CBDACA]-worker) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 16442 WARN  (SUITE-UpdateRequestProcessorFactoryTest-seed#[8471A478B8CBDACA]-worker) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 16443 INFO  (SUITE-UpdateRequestProcessorFactoryTest-seed#[8471A478B8CBDACA]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 16479 INFO  (SUITE-UpdateRequestProcessorFactoryTest-seed#[8471A478B8CBDACA]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 16552 WARN  (SUITE-UpdateRequestProcessorFactoryTest-seed#[8471A478B8CBDACA]-worker) [    ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.WordDelimiterFilterFactory]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 16696 WARN  (SUITE-UpdateRequestProcessorFactoryTest-seed#[8471A478B8CBDACA]-worker) [    ] o.a.s.s.IndexSchema [null] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 16700 INFO  (SUITE-UpdateRequestProcessorFactoryTest-seed#[8471A478B8CBDACA]-worker) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 16738 INFO  (SUITE-UpdateRequestProcessorFactoryTest-seed#[8471A478B8CBDACA]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 16782 INFO  (SUITE-UpdateRequestProcessorFactoryTest-seed#[8471A478B8CBDACA]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2d52d12c
   [junit4]   2> 16801 INFO  (SUITE-UpdateRequestProcessorFactoryTest-seed#[8471A478B8CBDACA]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2d52d12c
   [junit4]   2> 16801 INFO  (SUITE-UpdateRequestProcessorFactoryTest-seed#[8471A478B8CBDACA]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2d52d12c
   [junit4]   2> 16829 INFO  (coreLoadExecutor-74-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 16914 WARN  (coreLoadExecutor-74-thread-1) [    x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 16915 INFO  (coreLoadExecutor-74-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 16983 INFO  (coreLoadExecutor-74-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 17153 WARN  (coreLoadExecutor-74-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 17157 INFO  (coreLoadExecutor-74-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 17172 INFO  (coreLoadExecutor-74-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 17173 INFO  (coreLoadExecutor-74-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2d52d12c
   [junit4]   2> 17173 INFO  (coreLoadExecutor-74-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 17173 INFO  (coreLoadExecutor-74-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.update.processor.UpdateRequestProcessorFactoryTest_8471A478B8CBDACA-001/init-core-data-001/]
   [junit4]   2> 17176 INFO  (coreLoadExecutor-74-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=33, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=20.0888671875, floorSegmentMB=2.078125, forceMergeDeletesPctAllowed=1.1627990964846813, segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 17297 WARN  (coreLoadExecutor-74-thread-1) [    x:collection1] o.a.s.c.RequestHandlers no default request handler is registered (either '/select' or 'standard')
   [junit4]   2> 17301 INFO  (coreLoadExecutor-74-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 17301 INFO  (coreLoadExecutor-74-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 17304 INFO  (coreLoadExecutor-74-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=11, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=61.4091796875, floorSegmentMB=0.931640625, forceMergeDeletesPctAllowed=24.440600119596592, segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 17304 INFO  (coreLoadExecutor-74-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@64784e7f[collection1] main]
   [junit4]   2> 17306 WARN  (coreLoadExecutor-74-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 17306 INFO  (coreLoadExecutor-74-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 17307 INFO  (SUITE-UpdateRequestProcessorFactoryTest-seed#[8471A478B8CBDACA]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 17313 INFO  (searcherExecutor-75-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@64784e7f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 17316 INFO  (TEST-UpdateRequestProcessorFactoryTest.testConfiguration-seed#[8471A478B8CBDACA]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testConfiguration
   [junit4]   2> 17317 INFO  (TEST-UpdateRequestProcessorFactoryTest.testConfiguration-seed#[8471A478B8CBDACA]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testConfiguration
   [junit4]   2> 17319 INFO  (TEST-UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping-seed#[8471A478B8CBDACA]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testUpdateDistribChainSkipping
   [junit4]   2> 17324 INFO  (TEST-UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping-seed#[8471A478B8CBDACA]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testUpdateDistribChainSkipping
   [junit4]   2> 17332 INFO  (TEST-UpdateRequestProcessorFactoryTest.testRequestTimeUrp-seed#[8471A478B8CBDACA]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRequestTimeUrp
   [junit4]   2> 17332 WARN  (TEST-UpdateRequestProcessorFactoryTest.testRequestTimeUrp-seed#[8471A478B8CBDACA]) [    ] o.a.s.c.PluginBag runtime library loading is not enabled, start Solr with -Denable.runtime.lib=true
   [junit4]   2> 17333 INFO  (TEST-UpdateRequestProcessorFactoryTest.testRequestTimeUrp-seed#[8471A478B8CBDACA]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testRequestTimeUrp
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=UpdateRequestProcessorFactoryTest -Dtests.method=testRequestTimeUrp -Dtests.seed=8471A478B8CBDACA -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=es -Dtests.timezone=Australia/Sydney -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.01s J1 | UpdateRequestProcessorFactoryTest.testRequestTimeUrp <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: No such processor Template
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([8471A478B8CBDACA:21C3E4B01E85133E]:0)
   [junit4]    > 	at org.apache.solr.update.processor.UpdateRequestProcessorChain.getReqProcessors(UpdateRequestProcessorChain.java:286)
   [junit4]    > 	at org.apache.solr.update.processor.UpdateRequestProcessorChain.constructChain(UpdateRequestProcessorChain.java:235)
   [junit4]    > 	at org.apache.solr.core.SolrCore.getUpdateProcessorChain(SolrCore.java:1413)
   [junit4]    > 	at org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testRequestTimeUrp(UpdateRequestProcessorFactoryTest.java:53)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 17340 INFO  (SUITE-UpdateRequestProcessorFactoryTest-seed#[8471A478B8CBDACA]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 17340 INFO  (SUITE-UpdateRequestProcessorFactoryTest-seed#[8471A478B8CBDACA]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=792497234
   [junit4]   2> 17340 INFO  (SUITE-UpdateRequestProcessorFactoryTest-seed#[8471A478B8CBDACA]-worker) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 17341 INFO  (coreCloseExecutor-79-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@79f54a89
   [junit4]   2> 17355 INFO  (coreCloseExecutor-79-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 17394 INFO  (SUITE-UpdateRequestProcessorFactoryTest-seed#[8471A478B8CBDACA]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.update.processor.UpdateRequestProcessorFactoryTest_8471A478B8CBDACA-001
   [junit4]   2> May 05, 2017 7:25:23 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {}, docValues:{}, maxPointsInLeafNode=1628, maxMBSortInHeap=6.018785868277279, sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=es, timezone=Australia/Sydney
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_121 (64-bit)/cpus=4,threads=1,free=162987368,total=305135616
   [junit4]   2> NOTE: All tests run in this JVM: [SolrIndexSplitterTest, OverseerModifyCollectionTest, TestExportWriter, UpdateRequestProcessorFactoryTest]
   [junit4] Completed [7/712 (1!)] on J1 in 1.30s, 3 tests, 1 error <<< FAILURES!

[...truncated 1658 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestLeaderElectionWithEmptyReplica
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestLeaderElectionWithEmptyReplica_8471A478B8CBDACA-001/init-core-data-001
   [junit4]   2> 1567676 WARN  (SUITE-TestLeaderElectionWithEmptyReplica-seed#[8471A478B8CBDACA]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=14 numCloses=14
   [junit4]   2> 1567676 INFO  (SUITE-TestLeaderElectionWithEmptyReplica-seed#[8471A478B8CBDACA]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 1567678 INFO  (SUITE-TestLeaderElectionWithEmptyReplica-seed#[8471A478B8CBDACA]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1567678 INFO  (SUITE-TestLeaderElectionWithEmptyReplica-seed#[8471A478B8CBDACA]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestLeaderElectionWithEmptyReplica_8471A478B8CBDACA-001/tempDir-001
   [junit4]   2> 1567679 INFO  (SUITE-TestLeaderElectionWithEmptyReplica-seed#[8471A478B8CBDACA]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1567679 INFO  (Thread-2515) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1567679 INFO  (Thread-2515) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1567681 ERROR (Thread-2515) [    ] 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> 1567779 INFO  (SUITE-TestLeaderElectionWithEmptyReplica-seed#[8471A478B8CBDACA]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:35762
   [junit4]   2> 1567785 INFO  (jetty-launcher-4576-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1567786 INFO  (jetty-launcher-4576-thread-2) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1567795 INFO  (jetty-launcher-4576-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2d9ddd94{/solr,null,AVAILABLE}
   [junit4]   2> 1567795 INFO  (jetty-launcher-4576-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@999aad2{/solr,null,AVAILABLE}
   [junit4]   2> 1567799 INFO  (jetty-launcher-4576-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6044d7ff{HTTP/1.1,[http/1.1]}{127.0.0.1:47981}
   [junit4]   2> 1567799 INFO  (jetty-launcher-4576-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5c5da831{HTTP/1.1,[http/1.1]}{127.0.0.1:49785}
   [junit4]   2> 1567799 INFO  (jetty-launcher-4576-thread-2) [    ] o.e.j.s.Server Started @1570981ms
   [junit4]   2> 1567799 INFO  (jetty-launcher-4576-thread-1) [    ] o.e.j.s.Server Started @1570981ms
   [junit4]   2> 1567799 INFO  (jetty-launcher-4576-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=47981}
   [junit4]   2> 1567799 INFO  (jetty-launcher-4576-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49785}
   [junit4]   2> 1567799 ERROR (jetty-launcher-4576-thread-2) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1567799 ERROR (jetty-launcher-4576-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1567800 INFO  (jetty-launcher-4576-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.0
   [junit4]   2> 1567800 INFO  (jetty-launcher-4576-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.0
   [junit4]   2> 1567800 INFO  (jetty-launcher-4576-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1567800 INFO  (jetty-launcher-4576-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1567800 INFO  (jetty-launcher-4576-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1567800 INFO  (jetty-launcher-4576-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1567800 INFO  (jetty-launcher-4576-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-05T07:51:13.706Z
   [junit4]   2> 1567800 INFO  (jetty-launcher-4576-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-05T07:51:13.706Z
   [junit4]   2> 1567803 INFO  (jetty-launcher-4576-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1567804 INFO  (jetty-launcher-4576-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1567812 INFO  (jetty-launcher-4576-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1567813 INFO  (jetty-launcher-4576-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1567814 INFO  (jetty-launcher-4576-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35762/solr
   [junit4]   2> 1567814 INFO  (jetty-launcher-4576-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35762/solr
   [junit4]   2> 1567818 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15bd7975fb20003, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1567841 INFO  (jetty-launcher-4576-thread-1) [n:127.0.0.1:49785_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1567842 INFO  (jetty-launcher-4576-thread-1) [n:127.0.0.1:49785_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:49785_solr
   [junit4]   2> 1567843 INFO  (jetty-launcher-4576-thread-1) [n:127.0.0.1:49785_solr    ] o.a.s.c.Overseer Overseer (id=97908862064132102-127.0.0.1:49785_solr-n_0000000000) starting
   [junit4]   2> 1567845 INFO  (jetty-launcher-4576-thread-2) [n:127.0.0.1:47981_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1567846 INFO  (jetty-launcher-4576-thread-2) [n:127.0.0.1:47981_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:47981_solr
   [junit4]   2> 1567857 INFO  (zkCallback-4587-thread-1-processing-n:127.0.0.1:47981_solr) [n:127.0.0.1:47981_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1567857 INFO  (zkCallback-4588-thread-1-processing-n:127.0.0.1:49785_solr) [n:127.0.0.1:49785_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1567866 INFO  (jetty-launcher-4576-thread-1) [n:127.0.0.1:49785_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49785_solr
   [junit4]   2> 1567868 INFO  (zkCallback-4588-thread-1-processing-n:127.0.0.1:49785_solr) [n:127.0.0.1:49785_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1567868 INFO  (zkCallback-4587-thread-1-processing-n:127.0.0.1:47981_solr) [n:127.0.0.1:47981_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1567931 INFO  (jetty-launcher-4576-thread-1) [n:127.0.0.1:49785_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestLeaderElectionWithEmptyReplica_8471A478B8CBDACA-001/tempDir-001/node1/.
   [junit4]   2> 1567961 INFO  (jetty-launcher-4576-thread-2) [n:127.0.0.1:47981_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestLeaderElectionWithEmptyReplica_8471A478B8CBDACA-001/tempDir-001/node2/.
   [junit4]   2> 1569266 INFO  (SUITE-TestLeaderElectionWithEmptyReplica-seed#[8471A478B8CBDACA]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1569266 INFO  (SUITE-TestLeaderElectionWithEmptyReplica-seed#[8471A478B8CBDACA]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35762/solr ready
   [junit4]   2> 1569273 INFO  (qtp1588003981-18491) [n:127.0.0.1:49785_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params async=815cd9fd-8395-47d1-95fd-0fbded81d303&replicationFactor=1&collection.configName=config&name=solr_9504&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1569274 INFO  (qtp1588003981-18491) [n:127.0.0.1:49785_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=815cd9fd-8395-47d1-95fd-0fbded81d303&replicationFactor=1&collection.configName=config&name=solr_9504&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1569276 INFO  (qtp1588003981-18487) [n:127.0.0.1:49785_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=815cd9fd-8395-47d1-95fd-0fbded81d303&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1569276 INFO  (OverseerThreadFactory-5563-thread-1-processing-n:127.0.0.1:49785_solr) [n:127.0.0.1:49785_solr    ] o.a.s.c.CreateCollectionCmd Create collection solr_9504
   [junit4]   2> 1569277 INFO  (qtp1588003981-18487) [n:127.0.0.1:49785_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=815cd9fd-8395-47d1-95fd-0fbded81d303&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1569386 INFO  (qtp1980965480-18502) [n:127.0.0.1:47981_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={async=815cd9fd-8395-47d1-95fd-0fbded81d303841147742114127&qt=/admin/cores&collection.configName=config&newCollection=true&name=solr_9504_shard1_replica1&action=CREATE&numShards=1&collection=solr_9504&shard=shard1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1569386 INFO  (parallelCoreAdminExecutor-5566-thread-1-processing-n:127.0.0.1:47981_solr 815cd9fd-8395-47d1-95fd-0fbded81d303841147742114127 CREATE) [n:127.0.0.1:47981_solr    ] o.a.s.h.a.CoreAdminOperation core create command async=815cd9fd-8395-47d1-95fd-0fbded81d303841147742114127&qt=/admin/cores&collection.configName=config&newCollection=true&name=solr_9504_shard1_replica1&action=CREATE&numShards=1&collection=solr_9504&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1569386 INFO  (parallelCoreAdminExecutor-5566-thread-1-processing-n:127.0.0.1:47981_solr 815cd9fd-8395-47d1-95fd-0fbded81d303841147742114127 CREATE) [n:127.0.0.1:47981_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1569388 INFO  (qtp1980965480-18503) [n:127.0.0.1:47981_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 815cd9fd-8395-47d1-95fd-0fbded81d303841147742114127
   [junit4]   2> 1569388 INFO  (qtp1980965480-18503) [n:127.0.0.1:47981_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=815cd9fd-8395-47d1-95fd-0fbded81d303841147742114127&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1569491 INFO  (zkCallback-4587-thread-1-processing-n:127.0.0.1:47981_solr) [n:127.0.0.1:47981_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solr_9504/state.json] for collection [solr_9504] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1570279 INFO  (qtp1588003981-18490) [n:127.0.0.1:49785_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=815cd9fd-8395-47d1-95fd-0fbded81d303&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1570280 INFO  (qtp1588003981-18490) [n:127.0.0.1:49785_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=815cd9fd-8395-47d1-95fd-0fbded81d303&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1570390 INFO  (qtp1980965480-18496) [n:127.0.0.1:47981_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 815cd9fd-8395-47d1-95fd-0fbded81d303841147742114127
   [junit4]   2> 1570390 INFO  (qtp1980965480-18496) [n:127.0.0.1:47981_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=815cd9fd-8395-47d1-95fd-0fbded81d303841147742114127&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1570402 INFO  (parallelCoreAdminExecutor-5566-thread-1-processing-n:127.0.0.1:47981_solr 815cd9fd-8395-47d1-95fd-0fbded81d303841147742114127 CREATE) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1570411 INFO  (parallelCoreAdminExecutor-5566-thread-1-processing-n:127.0.0.1:47981_solr 815cd9fd-8395-47d1-95fd-0fbded81d303841147742114127 CREATE) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica1] o.a.s.s.IndexSchema [solr_9504_shard1_replica1] Schema name=minimal
   [junit4]   2> 1570414 INFO  (parallelCoreAdminExecutor-5566-thread-1-processing-n:127.0.0.1:47981_solr 815cd9fd-8395-47d1-95fd-0fbded81d303841147742114127 CREATE) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1570414 INFO  (parallelCoreAdminExecutor-5566-thread-1-processing-n:127.0.0.1:47981_solr 815cd9fd-8395-47d1-95fd-0fbded81d303841147742114127 CREATE) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'solr_9504_shard1_replica1' using configuration from collection solr_9504, trusted=true
   [junit4]   2> 1570415 INFO  (parallelCoreAdminExecutor-5566-thread-1-processing-n:127.0.0.1:47981_solr 815cd9fd-8395-47d1-95fd-0fbded81d303841147742114127 CREATE) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1570415 INFO  (parallelCoreAdminExecutor-5566-thread-1-processing-n:127.0.0.1:47981_solr 815cd9fd-8395-47d1-95fd-0fbded81d303841147742114127 CREATE) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica1] o.a.s.c.SolrCore [[solr_9504_shard1_replica1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestLeaderElectionWithEmptyReplica_8471A478B8CBDACA-001/tempDir-001/node2/solr_9504_shard1_replica1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestLeaderElectionWithEmptyReplica_8471A478B8CBDACA-001/tempDir-001/node2/./solr_9504_shard1_replica1/data/]
   [junit4]   2> 1570479 INFO  (parallelCoreAdminExecutor-5566-thread-1-processing-n:127.0.0.1:47981_solr 815cd9fd-8395-47d1-95fd-0fbded81d303841147742114127 CREATE) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1570479 INFO  (parallelCoreAdminExecutor-5566-thread-1-processing-n:127.0.0.1:47981_solr 815cd9fd-8395-47d1-95fd-0fbded81d303841147742114127 CREATE) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1570480 INFO  (parallelCoreAdminExecutor-5566-thread-1-processing-n:127.0.0.1:47981_solr 815cd9fd-8395-47d1-95fd-0fbded81d303841147742114127 CREATE) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1570480 INFO  (parallelCoreAdminExecutor-5566-thread-1-processing-n:127.0.0.1:47981_solr 815cd9fd-8395-47d1-95fd-0fbded81d303841147742114127 CREATE) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1570482 INFO  (parallelCoreAdminExecutor-5566-thread-1-processing-n:127.0.0.1:47981_solr 815cd9fd-8395-47d1-95fd-0fbded81d303841147742114127 CREATE) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6f4bb1d[solr_9504_shard1_replica1] main]
   [junit4]   2> 1570483 INFO  (parallelCoreAdminExecutor-5566-thread-1-processing-n:127.0.0.1:47981_solr 815cd9fd-8395-47d1-95fd-0fbded81d303841147742114127 CREATE) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 1570484 INFO  (parallelCoreAdminExecutor-5566-thread-1-processing-n:127.0.0.1:47981_solr 815cd9fd-8395-47d1-95fd-0fbded81d303841147742114127 CREATE) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 1570484 INFO  (parallelCoreAdminExecutor-5566-thread-1-processing-n:127.0.0.1:47981_solr 815cd9fd-8395-47d1-95fd-0fbded81d303841147742114127 CREATE) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1570484 INFO  (searcherExecutor-5568-thread-1-processing-x:solr_9504_shard1_replica1 815cd9fd-8395-47d1-95fd-0fbded81d303841147742114127 CREATE n:127.0.0.1:47981_solr s:shard1 c:solr_9504) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica1] o.a.s.c.SolrCore [solr_9504_shard1_replica1] Registered new searcher Searcher@6f4bb1d[solr_9504_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1570484 INFO  (parallelCoreAdminExecutor-5566-thread-1-processing-n:127.0.0.1:47981_solr 815cd9fd-8395-47d1-95fd-0fbded81d303841147742114127 CREATE) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1566541795966320640
   [junit4]   2> 1570494 INFO  (parallelCoreAdminExecutor-5566-thread-1-processing-n:127.0.0.1:47981_solr 815cd9fd-8395-47d1-95fd-0fbded81d303841147742114127 CREATE) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1570494 INFO  (parallelCoreAdminExecutor-5566-thread-1-processing-n:127.0.0.1:47981_solr 815cd9fd-8395-47d1-95fd-0fbded81d303841147742114127 CREATE) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1570495 INFO  (parallelCoreAdminExecutor-5566-thread-1-processing-n:127.0.0.1:47981_solr 815cd9fd-8395-47d1-95fd-0fbded81d303841147742114127 CREATE) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:47981/solr/solr_9504_shard1_replica1/
   [junit4]   2> 1570495 INFO  (parallelCoreAdminExecutor-5566-thread-1-processing-n:127.0.0.1:47981_solr 815cd9fd-8395-47d1-95fd-0fbded81d303841147742114127 CREATE) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1570495 INFO  (parallelCoreAdminExecutor-5566-thread-1-processing-n:127.0.0.1:47981_solr 815cd9fd-8395-47d1-95fd-0fbded81d303841147742114127 CREATE) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica1] o.a.s.c.SyncStrategy http://127.0.0.1:47981/solr/solr_9504_shard1_replica1/ has no replicas
   [junit4]   2> 1570495 INFO  (parallelCoreAdminExecutor-5566-thread-1-processing-n:127.0.0.1:47981_solr 815cd9fd-8395-47d1-95fd-0fbded81d303841147742114127 CREATE) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1570500 INFO  (parallelCoreAdminExecutor-5566-thread-1-processing-n:127.0.0.1:47981_solr 815cd9fd-8395-47d1-95fd-0fbded81d303841147742114127 CREATE) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:47981/solr/solr_9504_shard1_replica1/ shard1
   [junit4]   2> 1570604 INFO  (zkCallback-4587-thread-1-processing-n:127.0.0.1:47981_solr) [n:127.0.0.1:47981_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solr_9504/state.json] for collection [solr_9504] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1570652 INFO  (parallelCoreAdminExecutor-5566-thread-1-processing-n:127.0.0.1:47981_solr 815cd9fd-8395-47d1-95fd-0fbded81d303841147742114127 CREATE) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1570758 INFO  (zkCallback-4587-thread-1-processing-n:127.0.0.1:47981_solr) [n:127.0.0.1:47981_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solr_9504/state.json] for collection [solr_9504] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1571283 INFO  (qtp1588003981-18493) [n:127.0.0.1:49785_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=815cd9fd-8395-47d1-95fd-0fbded81d303&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1571284 INFO  (qtp1588003981-18493) [n:127.0.0.1:49785_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=815cd9fd-8395-47d1-95fd-0fbded81d303&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1571393 INFO  (qtp1980965480-18501) [n:127.0.0.1:47981_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 815cd9fd-8395-47d1-95fd-0fbded81d303841147742114127
   [junit4]   2> 1571393 INFO  (qtp1980965480-18501) [n:127.0.0.1:47981_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=815cd9fd-8395-47d1-95fd-0fbded81d303841147742114127&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1571396 INFO  (OverseerThreadFactory-5563-thread-1-processing-n:127.0.0.1:49785_solr) [n:127.0.0.1:49785_solr    ] 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> 1572286 INFO  (qtp1588003981-18492) [n:127.0.0.1:49785_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=815cd9fd-8395-47d1-95fd-0fbded81d303&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1572288 INFO  (qtp1588003981-18492) [n:127.0.0.1:49785_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=815cd9fd-8395-47d1-95fd-0fbded81d303&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1572289 INFO  (qtp1588003981-18486) [n:127.0.0.1:49785_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletestatus with params requestid=815cd9fd-8395-47d1-95fd-0fbded81d303&action=DELETESTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1572290 INFO  (qtp1588003981-18486) [n:127.0.0.1:49785_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=815cd9fd-8395-47d1-95fd-0fbded81d303&action=DELETESTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1572313 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[8471A478B8CBDACA]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1572318 INFO  (qtp1980965480-18497) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [solr_9504_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0 (1566541797886263296)]} 0 3
   [junit4]   2> 1572320 INFO  (qtp1980965480-18498) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [solr_9504_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1 (1566541797891506176)]} 0 0
   [junit4]   2> 1572322 INFO  (qtp1980965480-18502) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [solr_9504_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2 (1566541797893603328)]} 0 0
   [junit4]   2> 1572324 INFO  (qtp1980965480-18503) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [solr_9504_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[3 (1566541797895700480)]} 0 0
   [junit4]   2> 1572326 INFO  (qtp1980965480-18496) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [solr_9504_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[4 (1566541797897797632)]} 0 0
   [junit4]   2> 1572328 INFO  (qtp1980965480-18501) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [solr_9504_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[5 (1566541797899894784)]} 0 0
   [junit4]   2> 1572330 INFO  (qtp1980965480-18497) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [solr_9504_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[6 (1566541797901991936)]} 0 0
   [junit4]   2> 1572332 INFO  (qtp1980965480-18498) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [solr_9504_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[7 (1566541797904089088)]} 0 0
   [junit4]   2> 1572334 INFO  (qtp1980965480-18502) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [solr_9504_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[8 (1566541797906186240)]} 0 0
   [junit4]   2> 1572336 INFO  (qtp1980965480-18503) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [solr_9504_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[9 (1566541797908283392)]} 0 0
   [junit4]   2> 1572338 INFO  (qtp1980965480-18496) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1572339 INFO  (qtp1980965480-18496) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@4ec9d941
   [junit4]   2> 1572375 INFO  (qtp1980965480-18496) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@101829fb[solr_9504_shard1_replica1] main]
   [junit4]   2> 1572376 INFO  (qtp1980965480-18496) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1572376 INFO  (searcherExecutor-5568-thread-1-processing-n:127.0.0.1:47981_solr x:solr_9504_shard1_replica1 s:shard1 c:solr_9504 r:core_node1) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.c.SolrCore [solr_9504_shard1_replica1] Registered new searcher Searcher@101829fb[solr_9504_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.0):C10)))}
   [junit4]   2> 1572376 INFO  (qtp1980965480-18496) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [solr_9504_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=solr_9504:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 37
   [junit4]   2> 1572377 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[8471A478B8CBDACA]) [    ] o.a.s.c.ChaosMonkey monkey: kill shard! 47981
   [junit4]   2> 1572378 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[8471A478B8CBDACA]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@6044d7ff{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1572379 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[8471A478B8CBDACA]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=868456698
   [junit4]   2> 1572381 INFO  (coreCloseExecutor-5573-thread-1) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.c.SolrCore [solr_9504_shard1_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@52fc0fe6
   [junit4]   2> 1572383 INFO  (coreCloseExecutor-5573-thread-1) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.solr_9504.shard1.replica1
   [junit4]   2> 1572383 INFO  (zkCallback-4587-thread-1-processing-n:127.0.0.1:47981_solr) [n:127.0.0.1:47981_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solr_9504/state.json] for collection [solr_9504] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1572392 INFO  (zkCallback-4594-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1572392 INFO  (zkCallback-4588-thread-1-processing-n:127.0.0.1:49785_solr) [n:127.0.0.1:49785_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1573279 INFO  (OverseerCollectionConfigSetProcessor-97908862064132102-127.0.0.1:49785_solr-n_0000000000) [n:127.0.0.1:49785_solr    ] 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> 1573892 WARN  (zkCallback-4587-thread-1-processing-n:127.0.0.1:47981_solr) [n:127.0.0.1:47981_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1573893 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[8471A478B8CBDACA]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1573894 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[8471A478B8CBDACA]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@999aad2{/solr,null,UNAVAILABLE}
   [junit4]   2> 1573895 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[8471A478B8CBDACA]) [    ] o.a.s.c.ChaosMonkey monkey: stop shard! 47981
   [junit4]   2> 1573896 INFO  (qtp1588003981-18491) [n:127.0.0.1:49785_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params async=ec66e93c-4aca-4371-b082-48013a3f5849&action=ADDREPLICA&collection=solr_9504&shard=shard1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1573898 INFO  (qtp1588003981-18491) [n:127.0.0.1:49785_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=ec66e93c-4aca-4371-b082-48013a3f5849&action=ADDREPLICA&collection=solr_9504&shard=shard1&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1573901 INFO  (OverseerThreadFactory-5563-thread-2-processing-n:127.0.0.1:49785_solr) [n:127.0.0.1:49785_solr    ] o.a.s.c.AddReplicaCmd addReplica() : {
   [junit4]   2>   "collection":"solr_9504",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "async":"ec66e93c-4aca-4371-b082-48013a3f5849",
   [junit4]   2>   "operation":"addreplica"}
   [junit4]   2> 1573902 INFO  (OverseerThreadFactory-5563-thread-2-processing-n:127.0.0.1:49785_solr) [n:127.0.0.1:49785_solr    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:49785_solr for creating new replica
   [junit4]   2> 1573905 INFO  (qtp1588003981-18490) [n:127.0.0.1:49785_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={async=ec66e93c-4aca-4371-b082-48013a3f5849841152262437802&qt=/admin/cores&collection.configName=config&name=solr_9504_shard1_replica2&action=CREATE&collection=solr_9504&shard=shard1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1573905 INFO  (parallelCoreAdminExecutor-5564-thread-1-processing-n:127.0.0.1:49785_solr ec66e93c-4aca-4371-b082-48013a3f5849841152262437802 CREATE) [n:127.0.0.1:49785_solr    ] o.a.s.h.a.CoreAdminOperation core create command async=ec66e93c-4aca-4371-b082-48013a3f5849841152262437802&qt=/admin/cores&collection.configName=config&name=solr_9504_shard1_replica2&action=CREATE&collection=solr_9504&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1573905 INFO  (parallelCoreAdminExecutor-5564-thread-1-processing-n:127.0.0.1:49785_solr ec66e93c-4aca-4371-b082-48013a3f5849841152262437802 CREATE) [n:127.0.0.1:49785_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1573906 INFO  (qtp1588003981-18493) [n:127.0.0.1:49785_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : ec66e93c-4aca-4371-b082-48013a3f5849841152262437802
   [junit4]   2> 1573907 INFO  (qtp1588003981-18493) [n:127.0.0.1:49785_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=ec66e93c-4aca-4371-b082-48013a3f5849841152262437802&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1573908 INFO  (zkCallback-4588-thread-1-processing-n:127.0.0.1:49785_solr) [n:127.0.0.1:49785_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solr_9504/state.json] for collection [solr_9504] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1574900 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[8471A478B8CBDACA]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1574903 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[8471A478B8CBDACA]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@22ff300d{/solr,null,AVAILABLE}
   [junit4]   2> 1574904 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[8471A478B8CBDACA]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3363b1b{HTTP/1.1,[http/1.1]}{127.0.0.1:47981}
   [junit4]   2> 1574904 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[8471A478B8CBDACA]) [    ] o.e.j.s.Server Started @1578086ms
   [junit4]   2> 1574904 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[8471A478B8CBDACA]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=47981}
   [junit4]   2> 1574904 ERROR (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[8471A478B8CBDACA]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1574905 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[8471A478B8CBDACA]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.0
   [junit4]   2> 1574906 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[8471A478B8CBDACA]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1574906 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[8471A478B8CBDACA]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1574906 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[8471A478B8CBDACA]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-05T07:51:20.812Z
   [junit4]   2> 1574909 INFO  (qtp1588003981-18492) [n:127.0.0.1:49785_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : ec66e93c-4aca-4371-b082-48013a3f5849841152262437802
   [junit4]   2> 1574909 INFO  (qtp1588003981-18492) [n:127.0.0.1:49785_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=ec66e93c-4aca-4371-b082-48013a3f5849841152262437802&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1574909 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[8471A478B8CBDACA]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1574918 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[8471A478B8CBDACA]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1574919 INFO  (parallelCoreAdminExecutor-5564-thread-1-processing-n:127.0.0.1:49785_solr ec66e93c-4aca-4371-b082-48013a3f5849841152262437802 CREATE) [n:127.0.0.1:49785_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1574919 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[8471A478B8CBDACA]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35762/solr
   [junit4]   2> 1574929 INFO  (parallelCoreAdminExecutor-5564-thread-1-processing-n:127.0.0.1:49785_solr ec66e93c-4aca-4371-b082-48013a3f5849841152262437802 CREATE) [n:127.0.0.1:49785_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica2] o.a.s.s.IndexSchema [solr_9504_shard1_replica2] Schema name=minimal
   [junit4]   2> 1574930 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[8471A478B8CBDACA]) [n:127.0.0.1:47981_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1574933 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[8471A478B8CBDACA]) [n:127.0.0.1:47981_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1574933 INFO  (parallelCoreAdminExecutor-5564-thread-1-processing-n:127.0.0.1:49785_solr ec66e93c-4aca-4371-b082-48013a3f5849841152262437802 CREATE) [n:127.0.0.1:49785_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1574934 INFO  (parallelCoreAdminExecutor-5564-thread-1-processing-n:127.0.0.1:49785_solr ec66e93c-4aca-4371-b082-48013a3f5849841152262437802 CREATE) [n:127.0.0.1:49785_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica2] o.a.s.c.CoreContainer Creating SolrCore 'solr_9504_shard1_replica2' using configuration from collection solr_9504, trusted=true
   [junit4]   2> 1574934 INFO  (parallelCoreAdminExecutor-5564-thread-1-processing-n:127.0.0.1:49785_solr ec66e93c-4aca-4371-b082-48013a3f5849841152262437802 CREATE) [n:127.0.0.1:49785_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1574934 INFO  (parallelCoreAdminExecutor-5564-thread-1-processing-n:127.0.0.1:49785_solr ec66e93c-4aca-4371-b082-48013a3f5849841152262437802 CREATE) [n:127.0.0.1:49785_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica2] o.a.s.c.SolrCore [[solr_9504_shard1_replica2] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestLeaderElectionWithEmptyReplica_8471A478B8CBDACA-001/tempDir-001/node1/solr_9504_shard1_replica2], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestLeaderElectionWithEmptyReplica_8471A478B8CBDACA-001/tempDir-001/node1/./solr_9504_shard1_replica2/data/]
   [junit4]   2> 1574935 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[8471A478B8CBDACA]) [n:127.0.0.1:47981_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:47981_solr
   [junit4]   2> 1574937 INFO  (zkCallback-4588-thread-1-processing-n:127.0.0.1:49785_solr) [n:127.0.0.1:49785_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1574938 INFO  (zkCallback-4599-thread-1-processing-n:127.0.0.1:47981_solr) [n:127.0.0.1:47981_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1574938 INFO  (zkCallback-4594-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1574997 INFO  (parallelCoreAdminExecutor-5564-thread-1-processing-n:127.0.0.1:49785_solr ec66e93c-4aca-4371-b082-48013a3f5849841152262437802 CREATE) [n:127.0.0.1:49785_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1574997 INFO  (parallelCoreAdminExecutor-5564-thread-1-processing-n:127.0.0.1:49785_solr ec66e93c-4aca-4371-b082-48013a3f5849841152262437802 CREATE) [n:127.0.0.1:49785_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1574998 INFO  (parallelCoreAdminExecutor-5564-thread-1-processing-n:127.0.0.1:49785_solr ec66e93c-4aca-4371-b082-48013a3f5849841152262437802 CREATE) [n:127.0.0.1:49785_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1574998 INFO  (parallelCoreAdminExecutor-5564-thread-1-processing-n:127.0.0.1:49785_solr ec66e93c-4aca-4371-b082-48013a3f5849841152262437802 CREATE) [n:127.0.0.1:49785_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1575000 INFO  (parallelCoreAdminExecutor-5564-thread-1-processing-n:127.0.0.1:49785_solr ec66e93c-4aca-4371-b082-48013a3f5849841152262437802 CREATE) [n:127.0.0.1:49785_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@51e6cb8c[solr_9504_shard1_replica2] main]
   [junit4]   2> 1575001 INFO  (parallelCoreAdminExecutor-5564-thread-1-processing-n:127.0.0.1:49785_solr ec66e93c-4aca-4371-b082-48013a3f5849841152262437802 CREATE) [n:127.0.0.1:49785_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 1575001 INFO  (parallelCoreAdminExecutor-5564-thread-1-processing-n:127.0.0.1:49785_solr ec66e93c-4aca-4371-b082-48013a3f5849841152262437802 CREATE) [n:127.0.0.1:49785_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 1575002 INFO  (parallelCoreAdminExecutor-5564-thread-1-processing-n:127.0.0.1:49785_solr ec66e93c-4aca-4371-b082-48013a3f5849841152262437802 CREATE) [n:127.0.0.1:49785_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1575002 INFO  (searcherExecutor-5579-thread-1-processing-x:solr_9504_shard1_replica2 ec66e93c-4aca-4371-b082-48013a3f5849841152262437802 CREATE n:127.0.0.1:49785_solr s:shard1 c:solr_9504) [n:127.0.0.1:49785_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica2] o.a.s.c.SolrCore [solr_9504_shard1_replica2] Registered new searcher Searcher@51e6cb8c[solr_9504_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1575002 INFO  (parallelCoreAdminExecutor-5564-thread-1-processing-n:127.0.0.1:49785_solr ec66e93c-4aca-4371-b082-48013a3f5849841152262437802 CREATE) [n:127.0.0.1:49785_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1566541800703787008
   [junit4]   2> 1575008 INFO  (parallelCoreAdminExecutor-5564-thread-1-processing-n:127.0.0.1:49785_solr ec66e93c-4aca-4371-b082-48013a3f5849841152262437802 CREATE) [n:127.0.0.1:49785_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica2] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1575009 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[8471A478B8CBDACA]) [n:127.0.0.1:47981_solr    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestLeaderElectionWithEmptyReplica_8471A478B8CBDACA-001/tempDir-001/node2/.
   [junit4]   2> 1575009 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[8471A478B8CBDACA]) [n:127.0.0.1:47981_solr    ] o.a.s.c.CorePropertiesLocator Cores are: [solr_9504_shard1_replica1]
   [junit4]   2> 1575010 INFO  (coreLoadExecutor-5585-thread-1-processing-n:127.0.0.1:47981_solr) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1575025 INFO  (coreLoadExecutor-5585-thread-1-processing-n:127.0.0.1:47981_solr) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1575051 INFO  (coreLoadExecutor-5585-thread-1-processing-n:127.0.0.1:47981_solr) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.s.IndexSchema [solr_9504_shard1_replica1] Schema name=minimal
   [junit4]   2> 1575055 INFO  (coreLoadExecutor-5585-thread-1-processing-n:127.0.0.1:47981_solr) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1575055 INFO  (coreLoadExecutor-5585-thread-1-processing-n:127.0.0.1:47981_solr) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'solr_9504_shard1_replica1' using configuration from collection solr_9504, trusted=true
   [junit4]   2> 1575055 INFO  (coreLoadExecutor-5585-thread-1-processing-n:127.0.0.1:47981_solr) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1575055 INFO  (coreLoadExecutor-5585-thread-1-processing-n:127.0.0.1:47981_solr) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.c.SolrCore [[solr_9504_shard1_replica1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestLeaderElectionWithEmptyReplica_8471A478B8CBDACA-001/tempDir-001/node2/solr_9504_shard1_replica1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestLeaderElectionWithEmptyReplica_8471A478B8CBDACA-001/tempDir-001/node2/./solr_9504_shard1_replica1/data/]
   [junit4]   2> 1575104 INFO  (coreLoadExecutor-5585-thread-1-processing-n:127.0.0.1:47981_solr) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1575104 INFO  (coreLoadExecutor-5585-thread-1-processing-n:127.0.0.1:47981_solr) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1575106 INFO  (coreLoadExecutor-5585-thread-1-processing-n:127.0.0.1:47981_solr) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1575106 INFO  (coreLoadExecutor-5585-thread-1-processing-n:127.0.0.1:47981_solr) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1575109 INFO  (coreLoadExecutor-5585-thread-1-processing-n:127.0.0.1:47981_solr) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@16b3614e[solr_9504_shard1_replica1] main]
   [junit4]   2> 1575111 INFO  (coreLoadExecutor-5585-thread-1-processing-n:127.0.0.1:47981_solr) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 1575111 INFO  (coreLoadExecutor-5585-thread-1-processing-n:127.0.0.1:47981_solr) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 1575111 INFO  (coreLoadExecutor-5585-thread-1-processing-n:127.0.0.1:47981_solr) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1575111 INFO  (searcherExecutor-5586-thread-1-processing-n:127.0.0.1:47981_solr x:solr_9504_shard1_replica1 s:shard1 c:solr_9504 r:core_node1) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.c.SolrCore [solr_9504_shard1_replica1] Registered new searcher Searcher@16b3614e[solr_9504_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.0):C10)))}
   [junit4]   2> 1575116 INFO  (zkCallback-4588-thread-1-processing-n:127.0.0.1:49785_solr) [n:127.0.0.1:49785_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solr_9504/state.json] for collection [solr_9504] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1575116 INFO  (zkCallback-4599-thread-1-processing-n:127.0.0.1:47981_solr) [n:127.0.0.1:47981_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solr_9504/state.json] for collection [solr_9504] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1575508 INFO  (parallelCoreAdminExecutor-5564-thread-1-processing-n:127.0.0.1:49785_solr ec66e93c-4aca-4371-b082-48013a3f5849841152262437802 CREATE) [n:127.0.0.1:49785_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1575508 INFO  (parallelCoreAdminExecutor-5564-thread-1-processing-n:127.0.0.1:49785_solr ec66e93c-4aca-4371-b082-48013a3f5849841152262437802 CREATE) [n:127.0.0.1:49785_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1575508 INFO  (parallelCoreAdminExecutor-5564-thread-1-processing-n:127.0.0.1:49785_solr ec66e93c-4aca-4371-b082-48013a3f5849841152262437802 CREATE) [n:127.0.0.1:49785_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:49785/solr/solr_9504_shard1_replica2/
   [junit4]   2> 1575509 INFO  (parallelCoreAdminExecutor-5564-thread-1-processing-n:127.0.0.1:49785_solr ec66e93c-4aca-4371-b082-48013a3f5849841152262437802 CREATE) [n:127.0.0.1:49785_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica2] o.a.s.u.PeerSync PeerSync: core=solr_9504_shard1_replica2 url=http://127.0.0.1:49785/solr START replicas=[http://127.0.0.1:47981/solr/solr_9504_shard1_replica1/] nUpdates=100
   [junit4]   2> 1575509 INFO  (parallelCoreAdminExecutor-5564-thread-1-processing-n:127.0.0.1:49785_solr ec66e93c-4aca-4371-b082-48013a3f5849841152262437802 CREATE) [n:127.0.0.1:49785_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica2] o.a.s.u.PeerSync PeerSync: core=solr_9504_shard1_replica2 url=http://127.0.0.1:49785/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1575512 ERROR (qtp944578022-18560) [    ] o.a.s.s.SolrDispatchFilter Error processing the request. CoreContainer is either not initialized or shutting down.
   [junit4]   2> 1575512 WARN  (qtp944578022-18560) [    ] o.e.j.s.ServletHandler /solr/solr_9504_shard1_replica1/get
   [junit4]   2> org.apache.solr.common.SolrException: Error processing the request. CoreContainer is either not initialized or shutting down.
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:311)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:301)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:136)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1575514 INFO  (parallelCoreAdminExecutor-5564-thread-1-processing-n:127.0.0.1:49785_solr ec66e93c-4aca-4371-b082-48013a3f5849841152262437802 CREATE) [n:127.0.0.1:49785_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1575514 INFO  (parallelCoreAdminExecutor-5564-thread-1-processing-n:127.0.0.1:49785_solr ec66e93c-4aca-4371-b082-48013a3f5849841152262437802 CREATE) [n:127.0.0.1:49785_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica2] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1575514 INFO  (parallelCoreAdminExecutor-5564-thread-1-processing-n:127.0.0.1:49785_solr ec66e93c-4aca-4371-b082-48013a3f5849841152262437802 CREATE) [n:127.0.0.1:49785_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1575517 INFO  (parallelCoreAdminExecutor-5564-thread-1-processing-n:127.0.0.1:49785_solr ec66e93c-4aca-4371-b082-48013a3f5849841152262437802 CREATE) [n:127.0.0.1:49785_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:49785/solr/solr_9504_shard1_replica2/ shard1
   [junit4]   2> 1575620 INFO  (zkCallback-4588-thread-1-processing-n:127.0.0.1:49785_solr) [n:127.0.0.1:49785_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solr_9504/state.json] for collection [solr_9504] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1575620 INFO  (zkCallback-4599-thread-1-processing-n:127.0.0.1:47981_solr) [n:127.0.0.1:47981_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solr_9504/state.json] for collection [solr_9504] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1575668 INFO  (parallelCoreAdminExecutor-5564-thread-1-processing-n:127.0.0.1:49785_solr ec66e93c-4aca-4371-b082-48013a3f5849841152262437802 CREATE) [n:127.0.0.1:49785_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1575774 INFO  (zkCallback-4588-thread-1-processing-n:127.0.0.1:49785_solr) [n:127.0.0.1:49785_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solr_9504/state.json] for collection [solr_9504] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1575774 INFO  (zkCallback-4599-thread-1-processing-n:127.0.0.1:47981_solr) [n:127.0.0.1:47981_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solr_9504/state.json] for collection [solr_9504] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1575911 INFO  (qtp1588003981-18486) [n:127.0.0.1:49785_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : ec66e93c-4aca-4371-b082-48013a3f5849841152262437802
   [junit4]   2> 1575911 INFO  (qtp1588003981-18486) [n:127.0.0.1:49785_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=ec66e93c-4aca-4371-b082-48013a3f5849841152262437802&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1575915 INFO  (OverseerThreadFactory-5563-thread-2-processing-n:127.0.0.1:49785_solr) [n:127.0.0.1:49785_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000001 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1576122 INFO  (coreZkRegister-5575-thread-1-processing-n:127.0.0.1:47981_solr x:solr_9504_shard1_replica1 s:shard1 c:solr_9504 r:core_node1) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.c.ZkController Core needs to recover:solr_9504_shard1_replica1
   [junit4]   2> 1576122 INFO  (updateExecutor-4596-thread-1-processing-n:127.0.0.1:47981_solr x:solr_9504_shard1_replica1 s:shard1 c:solr_9504 r:core_node1) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1576123 INFO  (recoveryExecutor-4597-thread-1-processing-n:127.0.0.1:47981_solr x:solr_9504_shard1_replica1 s:shard1 c:solr_9504 r:core_node1) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 1576124 INFO  (recoveryExecutor-4597-thread-1-processing-n:127.0.0.1:47981_solr x:solr_9504_shard1_replica1 s:shard1 c:solr_9504 r:core_node1) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[1566541797908283392, 1566541797906186240, 1566541797904089088, 1566541797901991936, 1566541797899894784, 1566541797897797632, 1566541797895700480, 1566541797893603328, 1566541797891506176, 1566541797886263296]]
   [junit4]   2> 1576124 INFO  (recoveryExecutor-4597-thread-1-processing-n:127.0.0.1:47981_solr x:solr_9504_shard1_replica1 s:shard1 c:solr_9504 r:core_node1) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[solr_9504_shard1_replica1]
   [junit4]   2> 1576124 INFO  (recoveryExecutor-4597-thread-1-processing-n:127.0.0.1:47981_solr x:solr_9504_shard1_replica1 s:shard1 c:solr_9504 r:core_node1) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 1576124 INFO  (recoveryExecutor-4597-thread-1-processing-n:127.0.0.1:47981_solr x:solr_9504_shard1_replica1 s:shard1 c:solr_9504 r:core_node1) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.c.RecoveryStrategy Publishing state of core [solr_9504_shard1_replica1] as recovering, leader is [http://127.0.0.1:49785/solr/solr_9504_shard1_replica2/] and I am [http://127.0.0.1:47981/solr/solr_9504_shard1_replica1/]
   [junit4]   2> 1576128 INFO  (recoveryExecutor-4597-thread-1-processing-n:127.0.0.1:47981_solr x:solr_9504_shard1_replica1 s:shard1 c:solr_9504 r:core_node1) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:49785/solr]; [WaitForState: action=PREPRECOVERY&core=solr_9504_shard1_replica2&nodeName=127.0.0.1:47981_solr&coreNodeName=core_node1&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1576130 INFO  (qtp1588003981-18491) [n:127.0.0.1:49785_solr    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node1, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 1576130 INFO  (qtp1588003981-18491) [n:127.0.0.1:49785_solr    ] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see solr_9504_shard1_replica2 (shard1 of solr_9504) have state: recovering
   [junit4]   2> 1576131 INFO  (qtp1588003981-18491) [n:127.0.0.1:49785_solr    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=solr_9504, shard=shard1, thisCore=solr_9504_shard1_replica2, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:47981_solr, coreNodeName=core_node1, onlyIfActiveCheckResult=false, nodeProps: core_node1:{"core":"solr_9504_shard1_replica1","base_url":"http://127.0.0.1:47981/solr","node_name":"127.0.0.1:47981_solr","state":"down"}
   [junit4]   2> 1576233 INFO  (zkCallback-4588-thread-1-processing-n:127.0.0.1:49785_solr) [n:127.0.0.1:49785_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solr_9504/state.json] for collection [solr_9504] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1576233 INFO  (zkCallback-4594-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solr_9504/state.json] for collection [solr_9504] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1576233 INFO  (zkCallback-4599-thread-1-processing-n:127.0.0.1:47981_solr) [n:127.0.0.1:47981_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solr_9504/state.json] for collection [solr_9504] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1577131 INFO  (qtp1588003981-18491) [n:127.0.0.1:49785_solr    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=solr_9504, shard=shard1, thisCore=solr_9504_shard1_replica2, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:47981_solr, coreNodeName=core_node1, onlyIfActiveCheckResult=false, nodeProps: core_node1:{"core":"solr_9504_shard1_replica1","base_url":"http://127.0.0.1:47981/solr","node_name":"127.0.0.1:47981_solr","state":"recovering"}
   [junit4]   2> 1577131 INFO  (qtp1588003981-18491) [n:127.0.0.1:49785_solr    ] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node1, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 1577131 INFO  (qtp1588003981-18491) [n:127.0.0.1:49785_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:47981_solr&onlyIfLeaderActive=true&core=solr_9504_shard1_replica2&coreNodeName=core_node1&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=1001
   [junit4]   2> 1577632 INFO  (recoveryExecutor-4597-thread-1-processing-n:127.0.0.1:47981_solr x:solr_9504_shard1_replica1 s:shard1 c:solr_9504 r:core_node1) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.c.RecoveryStrategy Attempting to PeerSync from [http://127.0.0.1:49785/solr/solr_9504_shard1_replica2/] - recoveringAfterStartup=[true]
   [junit4]   2> 1577632 INFO  (recoveryExecutor-4597-thread-1-processing-n:127.0.0.1:47981_solr x:solr_9504_shard1_replica1 s:shard1 c:solr_9504 r:core_node1) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.u.PeerSync PeerSync: core=solr_9504_shard1_replica1 url=http://127.0.0.1:47981/solr START replicas=[http://127.0.0.1:49785/solr/solr_9504_shard1_replica2/] nUpdates=100
   [junit4]   2> 1577637 INFO  (qtp1588003981-18490) [n:127.0.0.1:49785_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica2] o.a.s.u.IndexFingerprint IndexFingerprint millis:1.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 1577638 INFO  (qtp1588003981-18490) [n:127.0.0.1:49785_solr c:solr_9504 s:shard1 r:core_node2 x:sol

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

> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1577771 INFO  (jetty-closer-4577-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@3363b1b{HTTP/1.1,[http/1.1]}{127.0.0.1:47981}
   [junit4]   2> 1577773 INFO  (jetty-closer-4577-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2080532739
   [junit4]   2> 1577774 INFO  (jetty-closer-4577-thread-2) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@5c5da831{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1577775 INFO  (jetty-closer-4577-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=324814158
   [junit4]   2> 1577779 INFO  (coreCloseExecutor-5591-thread-1) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.c.SolrCore [solr_9504_shard1_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5895711f
   [junit4]   2> 1577781 INFO  (coreCloseExecutor-5592-thread-1) [n:127.0.0.1:49785_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica2] o.a.s.c.SolrCore [solr_9504_shard1_replica2]  CLOSING SolrCore org.apache.solr.core.SolrCore@325d5f82
   [junit4]   2> 1577786 INFO  (coreCloseExecutor-5592-thread-1) [n:127.0.0.1:49785_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica2] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.solr_9504.shard1.replica2
   [junit4]   2> 1577786 INFO  (coreCloseExecutor-5591-thread-1) [n:127.0.0.1:47981_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.solr_9504.shard1.replica1
   [junit4]   2> 1577787 INFO  (jetty-closer-4577-thread-2) [    ] o.a.s.c.Overseer Overseer (id=97908862064132102-127.0.0.1:49785_solr-n_0000000000) closing
   [junit4]   2> 1577787 INFO  (OverseerStateUpdate-97908862064132102-127.0.0.1:49785_solr-n_0000000000) [n:127.0.0.1:49785_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:49785_solr
   [junit4]   2> 1577788 WARN  (zkCallback-4599-thread-1-processing-n:127.0.0.1:47981_solr) [n:127.0.0.1:47981_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1577788 INFO  (jetty-closer-4577-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1577789 INFO  (jetty-closer-4577-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@22ff300d{/solr,null,UNAVAILABLE}
   [junit4]   2> 1577789 INFO  (zkCallback-4588-thread-1-processing-n:127.0.0.1:49785_solr) [n:127.0.0.1:49785_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1579291 WARN  (zkCallback-4588-thread-1-processing-n:127.0.0.1:49785_solr) [n:127.0.0.1:49785_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1579292 INFO  (jetty-closer-4577-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1579292 INFO  (jetty-closer-4577-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2d9ddd94{/solr,null,UNAVAILABLE}
   [junit4]   2> 1579293 ERROR (SUITE-TestLeaderElectionWithEmptyReplica-seed#[8471A478B8CBDACA]-worker) [    ] 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> 1579294 INFO  (SUITE-TestLeaderElectionWithEmptyReplica-seed#[8471A478B8CBDACA]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:35762 35762
   [junit4]   2> 1579472 INFO  (Thread-2515) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:35762 35762
   [junit4]   2> 1579473 WARN  (Thread-2515) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	4	/solr/aliases.json
   [junit4]   2> 	4	/solr/clusterprops.json
   [junit4]   2> 	3	/solr/security.json
   [junit4]   2> 	3	/solr/configs/config
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	4	/solr/clusterstate.json
   [junit4]   2> 	4	/solr/collections/solr_9504/state.json
   [junit4]   2> 	2	/solr/overseer_elect/election/97908862064132102-127.0.0.1:49785_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	4	/solr/collections
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 1579473 INFO  (SUITE-TestLeaderElectionWithEmptyReplica-seed#[8471A478B8CBDACA]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestLeaderElectionWithEmptyReplica_8471A478B8CBDACA-001
   [junit4]   2> May 05, 2017 7:51:25 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=4, maxDocsPerChunk=1, blockSize=544), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=4, blockSize=544)), sim=RandomSimilarity(queryNorm=false,coord=crazy): {}, locale=vi-VN, timezone=Asia/Aqtobe
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_121 (64-bit)/cpus=4,threads=1,free=207396440,total=530055168
   [junit4]   2> NOTE: All tests run in this JVM: [LeaderElectionContextKeyTest, HdfsSyncSliceTest, TestRawResponseWriter, TestSolrCloudSnapshots, TestCustomStream, TestBinaryResponseWriter, BlockCacheTest, TestStressLiveNodes, TestCloudSchemaless, DateRangeFieldTest, TestSerializedLuceneMatchVersion, SuggestComponentTest, TestCryptoKeys, TestFunctionQuery, SignatureUpdateProcessorFactoryTest, DistributedSpellCheckComponentTest, CdcrReplicationHandlerTest, TestChildDocTransformer, TestRandomCollapseQParserPlugin, TestAtomicUpdateErrorCases, FastVectorHighlighterTest, AliasIntegrationTest, TestFieldCacheWithThreads, TestOmitPositions, DeleteStatusTest, HdfsUnloadDistributedZkTest, TestSQLHandler, SolrGraphiteReporterTest, NumericFieldsTest, TestSchemaResource, AnalyticsQueryTest, TestSubQueryTransformerDistrib, TlogReplayBufferedWhileIndexingTest, TestDocumentBuilder, TestDocSet, LeaderInitiatedRecoveryOnCommitTest, ConfigSetsAPITest, SolrRequestParserTest, TestUniqueKeyFieldResource, BlockJoinFacetSimpleTest, BaseCdcrDistributedZkTest, TestNumericTerms64, BigEndianAscendingWordSerializerTest, TestCloudJSONFacetJoinDomain, TestRemoteStreaming, TestRestManager, AddSchemaFieldsUpdateProcessorFactoryTest, TestDownShardTolerantSearch, TestIBSimilarityFactory, TestCloudRecovery, JSONWriterTest, InfoHandlerTest, HttpSolrCallGetCoreTest, BJQParserTest, TestRandomFaceting, DisMaxRequestHandlerTest, ManagedSchemaRoundRobinCloudTest, LeaderElectionIntegrationTest, TestSolrConfigHandlerConcurrent, BasicAuthStandaloneTest, SparseHLLTest, TestStressUserVersions, TestRangeQuery, TestComplexPhraseQParserPlugin, TestRealTimeGet, TestConfigSetProperties, MergeStrategyTest, DocValuesNotIndexedTest, QueryElevationComponentTest, TestInPlaceUpdatesStandalone, SpellCheckCollatorWithCollapseTest, SSLMigrationTest, CacheHeaderTest, TestFoldingMultitermQuery, PeerSyncWithIndexFingerprintCachingTest, TestFilteredDocIdSet, DocumentAnalysisRequestHandlerTest, TestBackupRepositoryFactory, DistributedQueryElevationComponentTest, PathHierarchyTokenizerFactoryTest, ExitableDirectoryReaderTest, TestGraphMLResponseWriter, BadCopyFieldTest, DeleteNodeTest, FacetPivotSmallTest, NodeMutatorTest, ParsingFieldUpdateProcessorsTest, TestStressLucene, TestInfoStreamLogging, UUIDUpdateProcessorFallbackTest, CoreAdminCreateDiscoverTest, TestCrossCoreJoin, QueryEqualityTest, TestPKIAuthenticationPlugin, AlternateDirectoryTest, TestPointFields, TestCSVLoader, UUIDFieldTest, TestBadConfig, DateFieldTest, ReplicationFactorTest, BasicZkTest, TestSolrCoreProperties, TestDistributedSearch, TestFieldCache, OverseerCollectionConfigSetProcessorTest, ZkNodePropsTest, SolrCLIZkUtilsTest, MBeansHandlerTest, TestConfigSetsAPI, TestAddFieldRealTimeGet, CollectionReloadTest, BasicDistributedZkTest, DistributedQueryComponentCustomSortTest, TestHighlightDedupGrouping, ZkSolrClientTest, ZkCLITest, TestFaceting, TestHashPartitioner, TestStressReorder, TestStressVersions, HardAutoCommitTest, TestCoreContainer, SolrCoreTest, SolrCmdDistributorTest, BadIndexSchemaTest, TestFiltering, SoftAutoCommitTest, FileBasedSpellCheckerTest, TermVectorComponentTest, RequiredFieldsTest, TestSolrQueryParser, SolrPluginUtilsTest, TestJmxIntegration, QueryParsingTest, UniqFieldsUpdateProcessorFactoryTest, TestPartialUpdateDeduplication, PingRequestHandlerTest, TestSolrDeletionPolicy2, SampleTest, MinimalSchemaTest, TestConfig, OutputWriterTest, ExternalFileFieldSortTest, DirectSolrConnectionTest, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, TestPhraseSuggestions, TestCharFilters, TestCodecSupport, TestSweetSpotSimilarityFactory, TestPerFieldSimilarity, TestLMJelinekMercerSimilarityFactory, TestFastWriter, TimeZoneUtilsTest, ResourceLoaderTest, OpenExchangeRatesOrgProviderTest, TestFastLRUCache, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, CdcrVersionReplicationTest, ConcurrentDeleteAndCreateCollectionTest, CustomCollectionTest, DeleteLastCustomShardedReplicaTest, DistribJoinFromCollectionTest, ForceLeaderTest, SimpleCollectionCreateDeleteTest, TestCollectionAPI, TestLeaderElectionWithEmptyReplica]
   [junit4] Completed [529/712 (2!)] on J0 in 12.57s, 1 test, 1 failure <<< FAILURES!

[...truncated 44050 lines...]

[JENKINS] Lucene-Solr-Tests-6.x - Build # 867 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/867/

1 tests failed.
FAILED:  org.apache.solr.TestDistributedSearch.test

Error Message:
Expected to find shardAddress in the up shard info

Stack Trace:
java.lang.AssertionError: Expected to find shardAddress in the up shard info
	at __randomizedtesting.SeedInfo.seed([7D611F00C2B01A8E:F53520DA6C4C7776]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.TestDistributedSearch.comparePartialResponses(TestDistributedSearch.java:1176)
	at org.apache.solr.TestDistributedSearch.queryPartialResults(TestDistributedSearch.java:1117)
	at org.apache.solr.TestDistributedSearch.test(TestDistributedSearch.java:977)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:1018)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11727 lines...]
   [junit4] Suite: org.apache.solr.TestDistributedSearch
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_7D611F00C2B01A8E-001/init-core-data-001
   [junit4]   2> 546057 WARN  (SUITE-TestDistributedSearch-seed#[7D611F00C2B01A8E]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 546057 INFO  (SUITE-TestDistributedSearch-seed#[7D611F00C2B01A8E]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 546059 INFO  (SUITE-TestDistributedSearch-seed#[7D611F00C2B01A8E]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-9061)
   [junit4]   2> 546059 INFO  (SUITE-TestDistributedSearch-seed#[7D611F00C2B01A8E]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /o_/
   [junit4]   2> 546175 INFO  (TEST-TestDistributedSearch.test-seed#[7D611F00C2B01A8E]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_7D611F00C2B01A8E-001/tempDir-001/control/cores/collection1
   [junit4]   2> 546176 INFO  (TEST-TestDistributedSearch.test-seed#[7D611F00C2B01A8E]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 546184 INFO  (TEST-TestDistributedSearch.test-seed#[7D611F00C2B01A8E]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@56098929{/o_,null,AVAILABLE}
   [junit4]   2> 546186 INFO  (TEST-TestDistributedSearch.test-seed#[7D611F00C2B01A8E]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@117630a0{HTTP/1.1,[http/1.1]}{127.0.0.1:40533}
   [junit4]   2> 546186 INFO  (TEST-TestDistributedSearch.test-seed#[7D611F00C2B01A8E]) [    ] o.e.j.s.Server Started @549398ms
   [junit4]   2> 546186 INFO  (TEST-TestDistributedSearch.test-seed#[7D611F00C2B01A8E]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/o_, hostPort=40533, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_7D611F00C2B01A8E-001/tempDir-001/control/cores}
   [junit4]   2> 546186 ERROR (TEST-TestDistributedSearch.test-seed#[7D611F00C2B01A8E]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 546186 INFO  (TEST-TestDistributedSearch.test-seed#[7D611F00C2B01A8E]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 6.6.0
   [junit4]   2> 546186 INFO  (TEST-TestDistributedSearch.test-seed#[7D611F00C2B01A8E]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 546186 INFO  (TEST-TestDistributedSearch.test-seed#[7D611F00C2B01A8E]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 546186 INFO  (TEST-TestDistributedSearch.test-seed#[7D611F00C2B01A8E]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-06T09:39:55.290Z
   [junit4]   2> 546187 INFO  (TEST-TestDistributedSearch.test-seed#[7D611F00C2B01A8E]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_7D611F00C2B01A8E-001/tempDir-001/control/solr.xml
   [junit4]   2> 546200 INFO  (TEST-TestDistributedSearch.test-seed#[7D611F00C2B01A8E]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 546227 INFO  (TEST-TestDistributedSearch.test-seed#[7D611F00C2B01A8E]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_7D611F00C2B01A8E-001/tempDir-001/control/cores
   [junit4]   2> 546227 INFO  (TEST-TestDistributedSearch.test-seed#[7D611F00C2B01A8E]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 546239 INFO  (coreLoadExecutor-2508-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 546291 INFO  (coreLoadExecutor-2508-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 546319 INFO  (coreLoadExecutor-2508-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 546441 INFO  (coreLoadExecutor-2508-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 546448 INFO  (coreLoadExecutor-2508-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 546448 INFO  (coreLoadExecutor-2508-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 546448 INFO  (coreLoadExecutor-2508-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_7D611F00C2B01A8E-001/tempDir-001/control/cores/collection1/data/]
   [junit4]   2> 546448 INFO  (coreLoadExecutor-2508-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ade0059
   [junit4]   2> 546449 INFO  (coreLoadExecutor-2508-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=32, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5359840151986907]
   [junit4]   2> 546511 INFO  (coreLoadExecutor-2508-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 546511 INFO  (coreLoadExecutor-2508-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 546512 INFO  (coreLoadExecutor-2508-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 546512 INFO  (coreLoadExecutor-2508-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 546513 INFO  (coreLoadExecutor-2508-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=44.37890625, floorSegmentMB=0.5166015625, forceMergeDeletesPctAllowed=16.307483506865825, segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.23997981443138247
   [junit4]   2> 546513 INFO  (coreLoadExecutor-2508-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5b743b0[collection1] main]
   [junit4]   2> 546513 INFO  (coreLoadExecutor-2508-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 546524 INFO  (coreLoadExecutor-2508-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 546557 INFO  (coreLoadExecutor-2508-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 546558 INFO  (searcherExecutor-2509-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 546558 INFO  (coreLoadExecutor-2508-thread-1) [    x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 546558 INFO  (searcherExecutor-2509-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 546559 INFO  (searcherExecutor-2509-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 546559 INFO  (searcherExecutor-2509-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 546559 INFO  (searcherExecutor-2509-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 546559 INFO  (searcherExecutor-2509-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 546559 INFO  (searcherExecutor-2509-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 546560 INFO  (coreLoadExecutor-2508-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1566639228886974464
   [junit4]   2> 546560 INFO  (searcherExecutor-2509-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 546560 INFO  (searcherExecutor-2509-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 546561 INFO  (searcherExecutor-2509-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5b743b0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 547033 INFO  (TEST-TestDistributedSearch.test-seed#[7D611F00C2B01A8E]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_7D611F00C2B01A8E-001/tempDir-001/shard0/cores/collection1
   [junit4]   2> 547035 INFO  (TEST-TestDistributedSearch.test-seed#[7D611F00C2B01A8E]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 547037 INFO  (TEST-TestDistributedSearch.test-seed#[7D611F00C2B01A8E]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@135ce35c{/o_,null,AVAILABLE}
   [junit4]   2> 547039 INFO  (TEST-TestDistributedSearch.test-seed#[7D611F00C2B01A8E]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@47c858bd{HTTP/1.1,[http/1.1]}{127.0.0.1:51628}
   [junit4]   2> 547039 INFO  (TEST-TestDistributedSearch.test-seed#[7D611F00C2B01A8E]) [    ] o.e.j.s.Server Started @550251ms
   [junit4]   2> 547039 INFO  (TEST-TestDistributedSearch.test-seed#[7D611F00C2B01A8E]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/o_, hostPort=51628, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_7D611F00C2B01A8E-001/tempDir-001/shard0/cores}
   [junit4]   2> 547040 ERROR (TEST-TestDistributedSearch.test-seed#[7D611F00C2B01A8E]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 547040 INFO  (TEST-TestDistributedSearch.test-seed#[7D611F00C2B01A8E]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 6.6.0
   [junit4]   2> 547040 INFO  (TEST-TestDistributedSearch.test-seed#[7D611F00C2B01A8E]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 547040 INFO  (TEST-TestDistributedSearch.test-seed#[7D611F00C2B01A8E]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 547040 INFO  (TEST-TestDistributedSearch.test-seed#[7D611F00C2B01A8E]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-06T09:39:56.144Z
   [junit4]   2> 547041 INFO  (TEST-TestDistributedSearch.test-seed#[7D611F00C2B01A8E]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_7D611F00C2B01A8E-001/tempDir-001/shard0/solr.xml
   [junit4]   2> 547048 INFO  (TEST-TestDistributedSearch.test-seed#[7D611F00C2B01A8E]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 547077 INFO  (TEST-TestDistributedSearch.test-seed#[7D611F00C2B01A8E]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_7D611F00C2B01A8E-001/tempDir-001/shard0/cores
   [junit4]   2> 547077 INFO  (TEST-TestDistributedSearch.test-seed#[7D611F00C2B01A8E]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 547078 INFO  (coreLoadExecutor-2519-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 547124 INFO  (coreLoadExecutor-2519-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 547151 INFO  (coreLoadExecutor-2519-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 547274 INFO  (coreLoadExecutor-2519-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 547281 INFO  (coreLoadExecutor-2519-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 547281 INFO  (coreLoadExecutor-2519-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 547281 INFO  (coreLoadExecutor-2519-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_7D611F00C2B01A8E-001/tempDir-001/shard0/cores/collection1/data/]
   [junit4]   2> 547281 INFO  (coreLoadExecutor-2519-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ade0059
   [junit4]   2> 547283 INFO  (coreLoadExecutor-2519-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=32, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5359840151986907]
   [junit4]   2> 547348 INFO  (coreLoadExecutor-2519-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 547348 INFO  (coreLoadExecutor-2519-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 547348 INFO  (coreLoadExecutor-2519-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 547348 INFO  (coreLoadExecutor-2519-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 547350 INFO  (coreLoadExecutor-2519-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=44.37890625, floorSegmentMB=0.5166015625, forceMergeDeletesPctAllowed=16.307483506865825, segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.23997981443138247
   [junit4]   2> 547350 INFO  (coreLoadExecutor-2519-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6a211b7[collection1] main]
   [junit4]   2> 547350 INFO  (coreLoadExecutor-2519-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 547359 INFO  (coreLoadExecutor-2519-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 547387 INFO  (coreLoadExecutor-2519-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 547387 INFO  (searcherExecutor-2520-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 547387 INFO  (coreLoadExecutor-2519-thread-1) [    x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 547387 INFO  (searcherExecutor-2520-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 547387 INFO  (searcherExecutor-2520-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 547387 INFO  (searcherExecutor-2520-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 547388 INFO  (searcherExecutor-2520-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 547388 INFO  (searcherExecutor-2520-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 547388 INFO  (searcherExecutor-2520-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 547389 INFO  (searcherExecutor-2520-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 547389 INFO  (coreLoadExecutor-2519-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1566639229756243968
   [junit4]   2> 547389 INFO  (searcherExecutor-2520-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 547390 INFO  (searcherExecutor-2520-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6a211b7[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 547789 INFO  (TEST-TestDistributedSearch.test-seed#[7D611F00C2B01A8E]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 547795 INFO  (qtp1562655092-12292) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1566639230177771520)} 0 3
   [junit4]   2> 547801 INFO  (qtp656208587-12309) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1566639230186160128)} 0 1
   [junit4]   2> 547811 INFO  (qtp1562655092-12293) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[1 (1566639230192451584)]} 0 6
   [junit4]   2> 547816 INFO  (qtp656208587-12310) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[1 (1566639230201888768)]} 0 2
   [junit4]   2> 547820 INFO  (qtp1562655092-12294) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[2 (1566639230207131648)]} 0 0
   [junit4]   2> 547825 INFO  (qtp656208587-12311) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[2 (1566639230212374528)]} 0 0
   [junit4]   2> 547827 INFO  (qtp1562655092-12294) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[3 (1566639230215520256)]} 0 0
   [junit4]   2> 547830 INFO  (qtp656208587-12312) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[3 (1566639230217617408)]} 0 0
   [junit4]   2> 547833 INFO  (qtp1562655092-12296) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[4 (1566639230220763136)]} 0 0
   [junit4]   2> 547835 INFO  (qtp656208587-12313) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[4 (1566639230223908864)]} 0 0
   [junit4]   2> 547838 INFO  (qtp1562655092-12289) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[5 (1566639230226006016)]} 0 0
   [junit4]   2> 547841 INFO  (qtp656208587-12313) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[5 (1566639230230200320)]} 0 0
   [junit4]   2> 547844 INFO  (qtp1562655092-12289) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[6 (1566639230233346048)]} 0 0
   [junit4]   2> 547846 INFO  (qtp656208587-12309) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[6 (1566639230235443200)]} 0 0
   [junit4]   2> 547849 INFO  (qtp1562655092-12293) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[7 (1566639230237540352)]} 0 0
   [junit4]   2> 547852 INFO  (qtp656208587-12310) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[7 (1566639230240686080)]} 0 0
   [junit4]   2> 547854 INFO  (qtp1562655092-12295) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[8 (1566639230243831808)]} 0 0
   [junit4]   2> 547857 INFO  (qtp656208587-12311) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[8 (1566639230245928960)]} 0 0
   [junit4]   2> 547859 INFO  (qtp1562655092-12294) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[9 (1566639230249074688)]} 0 0
   [junit4]   2> 547861 INFO  (qtp656208587-12312) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[9 (1566639230251171840)]} 0 0
   [junit4]   2> 547863 INFO  (qtp1562655092-12296) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 547863 INFO  (qtp1562655092-12296) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@7852e53
   [junit4]   2> 547876 INFO  (qtp1562655092-12296) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@15d2f3b2[collection1] main]
   [junit4]   2> 547879 INFO  (searcherExecutor-2509-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@15d2f3b2[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.0):c9)))}
   [junit4]   2> 547879 INFO  (qtp1562655092-12296) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 547879 INFO  (qtp1562655092-12296) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 16
   [junit4]   2> 547881 INFO  (qtp656208587-12306) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 547881 INFO  (qtp656208587-12306) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@19b05dc8
   [junit4]   2> 547889 INFO  (qtp656208587-12306) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5926d7a[collection1] main]
   [junit4]   2> 547891 INFO  (qtp656208587-12306) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 547891 INFO  (searcherExecutor-2520-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5926d7a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.0):c9)))}
   [junit4]   2> 547894 INFO  (qtp656208587-12306) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 12
   [junit4]   2> 547899 INFO  (qtp1562655092-12292) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[10 (1566639230288920576)]} 0 2
   [junit4]   2> 547904 INFO  (qtp656208587-12313) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[10 (1566639230294163456)]} 0 2
   [junit4]   2> 547907 INFO  (qtp1562655092-12289) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[11 (1566639230298357760)]} 0 0
   [junit4]   2> 547910 INFO  (qtp656208587-12309) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[11 (1566639230301503488)]} 0 0
   [junit4]   2> 547912 INFO  (qtp1562655092-12293) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[12 (1566639230304649216)]} 0 0
   [junit4]   2> 547915 INFO  (qtp656208587-12310) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[12 (1566639230306746368)]} 0 0
   [junit4]   2> 547917 INFO  (qtp1562655092-12295) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[13 (1566639230308843520)]} 0 0
   [junit4]   2> 547919 INFO  (qtp656208587-12311) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[13 (1566639230311989248)]} 0 0
   [junit4]   2> 547922 INFO  (qtp1562655092-12294) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[1001 (1566639230314086400)]} 0 0
   [junit4]   2> 547925 INFO  (qtp656208587-12312) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[1001 (1566639230317232128)]} 0 1
   [junit4]   2> 547928 INFO  (qtp1562655092-12296) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[14 (1566639230320377856)]} 0 0
   [junit4]   2> 547930 INFO  (qtp656208587-12306) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[14 (1566639230323523584)]} 0 0
   [junit4]   2> 547932 INFO  (qtp1562655092-12292) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[15 (1566639230325620736)]} 0 0
   [junit4]   2> 547935 INFO  (qtp656208587-12306) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[15 (1566639230327717888)]} 0 0
   [junit4]   2> 547937 INFO  (qtp1562655092-12289) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[16 (1566639230330863616)]} 0 0
   [junit4]   2> 547940 INFO  (qtp656208587-12309) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[16 (1566639230332960768)]} 0 0
   [junit4]   2> 547942 INFO  (qtp1562655092-12289) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[17 (1566639230336106496)]} 0 0
   [junit4]   2> 547945 INFO  (qtp656208587-12310) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[17 (1566639230338203648)]} 0 0
   [junit4]   2> 547947 INFO  (qtp1562655092-12295) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[100 (1566639230341349376)]} 0 0
   [junit4]   2> 547949 INFO  (qtp656208587-12311) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[100 (1566639230343446528)]} 0 0
   [junit4]   2> 547952 INFO  (qtp1562655092-12294) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[101 (1566639230345543680)]} 0 0
   [junit4]   2> 547954 INFO  (qtp656208587-12312) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[101 (1566639230347640832)]} 0 0
   [junit4]   2> 547956 INFO  (qtp1562655092-12296) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[102 (1566639230350786560)]} 0 0
   [junit4]   2> 547958 INFO  (qtp656208587-12313) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[102 (1566639230352883712)]} 0 0
   [junit4]   2> 547960 INFO  (qtp1562655092-12292) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[103 (1566639230354980864)]} 0 0
   [junit4]   2> 547962 INFO  (qtp656208587-12306) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[103 (1566639230357078016)]} 0 0
   [junit4]   2> 547964 INFO  (qtp1562655092-12293) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[104 (1566639230359175168)]} 0 0
   [junit4]   2> 547967 INFO  (qtp656208587-12309) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[104 (1566639230361272320)]} 0 0
   [junit4]   2> 547969 INFO  (qtp1562655092-12289) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[105 (1566639230363369472)]} 0 0
   [junit4]   2> 547971 INFO  (qtp656208587-12310) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[105 (1566639230366515200)]} 0 0
   [junit4]   2> 547973 INFO  (qtp1562655092-12295) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[106 (1566639230368612352)]} 0 0
   [junit4]   2> 547975 INFO  (qtp656208587-12311) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[106 (1566639230370709504)]} 0 0
   [junit4]   2> 547978 INFO  (qtp1562655092-12294) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[107 (1566639230372806656)]} 0 0
   [junit4]   2> 547980 INFO  (qtp656208587-12312) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[107 (1566639230374903808)]} 0 0
   [junit4]   2> 547982 INFO  (qtp1562655092-12296) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[108 (1566639230378049536)]} 0 0
   [junit4]   2> 547984 INFO  (qtp656208587-12312) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[108 (1566639230380146688)]} 0 0
   [junit4]   2> 547986 INFO  (qtp1562655092-12292) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[109 (1566639230382243840)]} 0 0
   [junit4]   2> 547989 INFO  (qtp656208587-12312) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[109 (1566639230384340992)]} 0 0
   [junit4]   2> 547991 INFO  (qtp1562655092-12293) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[110 (1566639230386438144)]} 0 0
   [junit4]   2> 547993 INFO  (qtp656208587-12309) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[110 (1566639230389583872)]} 0 0
   [junit4]   2> 547995 INFO  (qtp1562655092-12289) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[111 (1566639230391681024)]} 0 0
   [junit4]   2> 547997 INFO  (qtp656208587-12310) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[111 (1566639230393778176)]} 0 0
   [junit4]   2> 547999 INFO  (qtp1562655092-12295) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[112 (1566639230395875328)]} 0 0
   [junit4]   2> 548002 INFO  (qtp656208587-12311) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[112 (1566639230397972480)]} 0 0
   [junit4]   2> 548004 INFO  (qtp1562655092-12294) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[113 (1566639230400069632)]} 0 0
   [junit4]   2> 548006 INFO  (qtp656208587-12313) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[113 (1566639230402166784)]} 0 0
   [junit4]   2> 548008 INFO  (qtp1562655092-12296) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[114 (1566639230404263936)]} 0 0
   [junit4]   2> 548010 INFO  (qtp656208587-12306) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[114 (1566639230406361088)]} 0 0
   [junit4]   2> 548012 INFO  (qtp1562655092-12292) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[115 (1566639230409506816)]} 0 0
   [junit4]   2> 548014 INFO  (qtp656208587-12312) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[115 (1566639230411603968)]} 0 0
   [junit4]   2> 548016 INFO  (qtp1562655092-12293) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[116 (1566639230413701120)]} 0 0
   [junit4]   2> 548018 INFO  (qtp656208587-12309) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[116 (1566639230415798272)]} 0 0
   [junit4]   2> 548021 INFO  (qtp1562655092-12289) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[117 (1566639230417895424)]} 0 0
   [junit4]   2> 548023 INFO  (qtp656208587-12310) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[117 (1566639230419992576)]} 0 0
   [junit4]   2> 548025 INFO  (qtp1562655092-12295) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[118 (1566639230423138304)]} 0 0
   [junit4]   2> 548027 INFO  (qtp656208587-12311) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[118 (1566639230425235456)]} 0 0
   [junit4]   2> 548029 INFO  (qtp1562655092-12294) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[119 (1566639230427332608)]} 0 0
   [junit4]   2> 548031 INFO  (qtp656208587-12313) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[119 (1566639230429429760)]} 0 0
   [junit4]   2> 548034 INFO  (qtp1562655092-12296) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[120 (1566639230431526912)]} 0 0
   [junit4]   2> 548036 INFO  (qtp656208587-12306) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[120 (1566639230433624064)]} 0 0
   [junit4]   2> 548038 INFO  (qtp1562655092-12292) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[121 (1566639230436769792)]} 0 0
   [junit4]   2> 548040 INFO  (qtp656208587-12312) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[121 (1566639230438866944)]} 0 0
   [junit4]   2> 548042 INFO  (qtp1562655092-12293) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[122 (1566639230440964096)]} 0 0
   [junit4]   2> 548044 INFO  (qtp656208587-12312) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[122 (1566639230443061248)]} 0 0
   [junit4]   2> 548046 INFO  (qtp1562655092-12289) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[123 (1566639230445158400)]} 0 0
   [junit4]   2> 548049 INFO  (qtp656208587-12310) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[123 (1566639230447255552)]} 0 0
   [junit4]   2> 548051 INFO  (qtp1562655092-12295) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[124 (1566639230449352704)]} 0 0
   [junit4]   2> 548053 INFO  (qtp656208587-12311) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[124 (1566639230452498432)]} 0 0
   [junit4]   2> 548055 INFO  (qtp1562655092-12294) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[125 (1566639230454595584)]} 0 0
   [junit4]   2> 548057 INFO  (qtp656208587-12313) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[125 (1566639230456692736)]} 0 0
   [junit4]   2> 548059 INFO  (qtp1562655092-12296) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[126 (1566639230458789888)]} 0 0
   [junit4]   2> 548061 INFO  (qtp656208587-12306) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[126 (1566639230460887040)]} 0 0
   [junit4]   2> 548063 INFO  (qtp1562655092-12292) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[127 (1566639230462984192)]} 0 0
   [junit4]   2> 548066 INFO  (qtp656208587-12309) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[127 (1566639230465081344)]} 0 0
   [junit4]   2> 548068 INFO  (qtp1562655092-12293) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[128 (1566639230467178496)]} 0 0
   [junit4]   2> 548070 INFO  (qtp656208587-12312) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[128 (1566639230470324224)]} 0 0
   [junit4]   2> 548072 INFO  (qtp1562655092-12289) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[129 (1566639230472421376)]} 0 0
   [junit4]   2> 548074 INFO  (qtp656208587-12310) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[129 (1566639230474518528)]} 0 0
   [junit4]   2> 548076 INFO  (qtp1562655092-12295) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[130 (1566639230476615680)]} 0 0
   [junit4]   2> 548079 INFO  (qtp656208587-12311) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[130 (1566639230478712832)]} 0 0
   [junit4]   2> 548081 INFO  (qtp1562655092-12294) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[131 (1566639230480809984)]} 0 0
   [junit4]   2> 548083 INFO  (qtp656208587-12313) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[131 (1566639230482907136)]} 0 0
   [junit4]   2> 548085 INFO  (qtp1562655092-12296) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[132 (1566639230486052864)]} 0 0
   [junit4]   2> 548087 INFO  (qtp656208587-12306) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[132 (1566639230488150016)]} 0 0
   [junit4]   2> 548089 INFO  (qtp1562655092-12292) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[133 (1566639230490247168)]} 0 0
   [junit4]   2> 548091 INFO  (qtp656208587-12309) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[133 (1566639230492344320)]} 0 0
   [junit4]   2> 548094 INFO  (qtp1562655092-12293) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[134 (1566639230494441472)]} 0 0
   [junit4]   2> 548096 INFO  (qtp656208587-12312) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[134 (1566639230497587200)]} 0 0
   [junit4]   2> 548098 INFO  (qtp1562655092-12289) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[135 (1566639230499684352)]} 0 0
   [junit4]   2> 548101 INFO  (qtp656208587-12310) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[135 (1566639230501781504)]} 0 0
   [junit4]   2> 548103 INFO  (qtp1562655092-12295) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[136 (1566639230504927232)]} 0 0
   [junit4]   2> 548106 INFO  (qtp656208587-12310) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[136 (1566639230507024384)]} 0 0
   [junit4]   2> 548108 INFO  (qtp1562655092-12294) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[137 (1566639230510170112)]} 0 0
   [junit4]   2> 548110 INFO  (qtp656208587-12313) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[137 (1566639230512267264)]} 0 0
   [junit4]   2> 548112 INFO  (qtp1562655092-12296) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[138 (1566639230514364416)]} 0 0
   [junit4]   2> 548115 INFO  (qtp656208587-12306) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[138 (1566639230516461568)]} 0 0
   [junit4]   2> 548117 INFO  (qtp1562655092-12292) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[139 (1566639230519607296)]} 0 0
   [junit4]   2> 548119 INFO  (qtp656208587-12309) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[139 (1566639230521704448)]} 0 0
   [junit4]   2> 548122 INFO  (qtp1562655092-12293) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[140 (1566639230523801600)]} 0 0
   [junit4]   2> 548124 INFO  (qtp656208587-12312) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[140 (1566639230526947328)]} 0 0
   [junit4]   2> 548127 INFO  (qtp1562655092-12293) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[141 (1566639230529044480)]} 0 0
   [junit4]   2> 548130 INFO  (qtp656208587-12311) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[141 (1566639230532190208)]} 0 0
   [junit4]   2> 548132 INFO  (qtp1562655092-12295) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[142 (1566639230535335936)]} 0 0
   [junit4]   2> 548134 INFO  (qtp656208587-12311) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[142 (1566639230537433088)]} 0 0
   [junit4]   2> 548137 INFO  (qtp1562655092-12295) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[143 (1566639230539530240)]} 0 0
   [junit4]   2> 548139 INFO  (qtp656208587-12313) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[143 (1566639230541627392)]} 0 0
   [junit4]   2> 548141 INFO  (qtp1562655092-12296) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[144 (1566639230544773120)]} 0 0
   [junit4]   2> 548143 INFO  (qtp656208587-12306) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[144 (1566639230546870272)]} 0 0
   [junit4]   2> 548146 INFO  (qtp1562655092-12292) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[145 (1566639230548967424)]} 0 0
   [junit4]   2> 548148 INFO  (qtp656208587-12309) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[145 (1566639230552113152)]} 0 0
   [junit4]   2> 548150 INFO  (qtp1562655092-12289) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[146 (1566639230554210304)]} 0 0
   [junit4]   2> 548153 INFO  (qtp656208587-12312) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[146 (1566639230556307456)]} 0 0
   [junit4]   2> 548155 INFO  (qtp1562655092-12289) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[147 (1566639230559453184)]} 0 0
   [junit4]   2> 548157 INFO  (qtp656208587-12310) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[147 (1566639230561550336)]} 0 0
   [junit4]   2> 548160 INFO  (qtp1562655092-12294) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[148 (1566639230564696064)]} 0 0
   [junit4]   2> 548162 INFO  (qtp656208587-12310) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[148 (1566639230566793216)]} 0 0
   [junit4]   2> 548165 INFO  (qtp1562655092-12294) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[149 (1566639230568890368)]} 0 0
   [junit4]   2> 548167 INFO  (qtp656208587-12313) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={wt=javabin&version=2}{add=[149 (1566639230572036096)]} 0 0
   [junit4]   2> 548169 INFO  (qtp1562655092-12296) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 548169 INFO  (qtp1562655092-12296) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@7852e53
   [junit4]   2> 548188 INFO  (qtp1562655092-12296) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5ee65b74[collection1] main]
   [junit4]   2> 548191 INFO  (qtp1562655092-12296) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 548191 INFO  (searcherExecutor-2509-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5ee65b74[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.0):c9) Uninverting(_1(6.6.0):c59)))}
   [junit4]   2> 548192 INFO  (qtp1562655092-12296) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 22
   [junit4]   2> 548194 INFO  (qtp656208587-12306) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 548194 INFO  (qtp656208587-12306) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@19b05dc8
   [junit4]   2> 548205 INFO  (qtp656208587-12306) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1ab0f4b8[collection1] main]
   [junit4]   2> 548205 INFO  (qtp656208587-12306) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 548207 INFO  (searcherExecutor-2520-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1ab0f4b8[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.0):c9) Uninverting(_1(6.6.0):c59)))}
   [junit4]   2> 548208 INFO  (qtp656208587-12306) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/o_ path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 13
   [junit4]   2> 548211 INFO  (qtp1562655092-12292) [    x:collection1] o.a.s.h.RequestHandlerBase Ignoring exception matching parameter cannot be negative
   [junit4]   2> 548211 INFO  (qtp1562655092-12292) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*&distrib=false&start=-1&wt=javabin&version=2} status=400 QTime=0
   [junit4]   2> 548215 INFO  (qtp1562655092-12293) [    x:collection1] o.a.s.h.RequestHandlerBase Ignoring exception matching parameter cannot be negative
   [junit4]   2> 548215 INFO  (qtp1562655092-12293) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*&distrib=false&start=0&rows=-1&wt=javabin&version=2} status=400 QTime=0
   [junit4]   2> 548218 INFO  (qtp1562655092-12289) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&distrib=false&sort=n_ti1+desc&wt=javabin&version=2} hits=68 status=0 QTime=1
   [junit4]   2> 548384 INFO  (qtp656208587-12311) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_ti1+desc&shard.url=[ff01::083]:33332/o_|[ff01::114]:33332/o_|[ff01::213]:33332/o_|http://127.0.0.1:51628/o_/collection1&rows=10&version=2&q=*:*&NOW=1494063597328&isShard=true&wt=javabin} hits=68 status=0 QTime=1
   [junit4]   2> 548390 INFO  (qtp656208587-12310) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1494063597328&ids=110,12,123,135,102,15,5,116,7,8&isShard=true&shard.url=[ff01::083]:33332/o_|[ff01::114]:33332/o_|[ff01::213]:33332/o_|http://127.0.0.1:51628/o_/collection1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 548396 INFO  (qtp656208587-12309) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&shards=[ff01::083]:33332/o_|[ff01::114]:33332/o_|[ff01::213]:33332/o_|http://127.0.0.1:51628/o_/collection1&sort=n_ti1+desc&wt=javabin&version=2} hits=68 status=0 QTime=172
   [junit4]   2> 548399 INFO  (qtp1562655092-12295) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&distrib=false&sort=n_ti1+asc&wt=javabin&version=2} hits=68 status=0 QTime=0
   [junit4]   2> 548405 INFO  (qtp656208587-12313) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_ti1+asc&shard.url=http://127.0.0.1:51628/o_/collection1&rows=10&version=2&q=*:*&NOW=1494063597506&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 548409 INFO  (qtp656208587-12307) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1494063597506&ids=132,121,144,114,115,16,149,117,108,120&isShard=true&shard.url=http://127.0.0.1:51628/o_/collection1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 548415 INFO  (qtp656208587-12312) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&shards=http://127.0.0.1:51628/o_/collection1&sort=n_ti1+asc&wt=javabin&version=2} hits=68 status=0 QTime=12
   [junit4]   2> 548417 INFO  (qtp1562655092-12294) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&distrib=false&sort=n_f1+desc&wt=javabin&version=2} hits=68 status=0 QTime=0
   [junit4]   2> 548423 INFO  (qtp656208587-12311) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_f1+desc&shard.url=http://127.0.0.1:51628/o_/collection1&rows=10&version=2&q=*:*&NOW=1494063597525&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 548426 INFO  (qtp656208587-12309) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1494063597525&ids=101,134,3,114,148,17,116,139,119,10&isShard=true&shard.url=http://127.0.0.1:51628/o_/collection1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 548431 INFO  (qtp656208587-12306) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&shards=http://127.0.0.1:51628/o_/collection1&sort=n_f1+desc&wt=javabin&version=2} hits=68 status=0 QTime=10
   [junit4]   2> 548434 INFO  (qtp1562655092-12296) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&distrib=false&sort=n_f1+asc&wt=javabin&version=2} hits=68 status=0 QTime=0
   [junit4]   2> 548440 INFO  (qtp656208587-12313) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_f1+asc&shard.url=http://127.0.0.1:51628/o_/collection1&rows=10&version=2&q=*:*&NOW=1494063597542&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 548444 INFO  (qtp656208587-12312) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1494063597542&ids=124,146,113,102,104,149,106,141,120,142&isShard=true&shard.url=http://127.0.0.1:51628/o_/collection1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 548447 INFO  (qtp656208587-12310) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&shards=http://127.0.0.1:51628/o_/collection1&sort=n_f1+asc&wt=javabin&version=2} hits=68 status=0 QTime=9
   [junit4]   2> 548450 INFO  (qtp1562655092-12292) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&distrib=false&sort=n_tf1+desc&wt=javabin&version=2} hits=68 status=0 QTime=0
   [junit4]   2> 548468 INFO  (qtp656208587-12312) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_tf1+desc&shard.url=http://127.0.0.1:51628/o_/collection1|[ff01::083]:33332/o_|[ff01::213]:33332/o_&rows=10&version=2&q=*:*&NOW=1494063597557&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 548473 INFO  (qtp656208587-12306) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1494063597557&ids=110,122,123,124,3,136,127,106,118,131&isShard=true&shard.url=http://127.0.0.1:51628/o_/collection1|[ff01::083]:33332/o_|[ff01::213]:33332/o_&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 548477 INFO  (qtp656208587-12307) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&shards=http://127.0.0.1:51628/o_/collection1|[ff01::083]:33332/o_|[ff01::213]:33332/o_&sort=n_tf1+desc&wt=javabin&version=2} hits=68 status=0 QTime=23
   [junit4]   2> 548480 INFO  (qtp1562655092-12293) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&distrib=false&sort=n_tf1+asc&wt=javabin&version=2} hits=68 status=0 QTime=0
   [junit4]   2> 548485 INFO  (qtp656208587-12313) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_tf1+asc&shard.url=http://127.0.0.1:51628/o_/collection1&rows=10&version=2&q=*:*&NOW=1494063597586&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 548493 INFO  (qtp656208587-12310) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1494063597586&ids=132,100,13,102,4,5,116,107,108,109&isShard=true&shard.url=http://127.0.0.1:51628/o_/collection1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 548495 INFO  (qtp656208587-12309) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&shards=http://127.0.0.1:51628/o_/collection1&sort=n_tf1+asc&wt=javabin&version=2} hits=68 status=0 QTime=13
   [junit4]   2> 548498 INFO  (qtp1562655092-12289) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&distrib=false&sort=n_d1+desc&wt=javabin&version=2} hits=68 status=0 QTime=0
   [junit4]   2> 548504 INFO  (qtp656208587-12312) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_d1+desc&shard.url=http://127.0.0.1:51628/o_/collection1|[ff01::114]:33332/o_&rows=10&version=2&q=*:*&NOW=1494063597605&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 548507 INFO  (qtp656208587-12312) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1494063597605&ids=12,133,2,147,125,116,108,141,120,142&isShard=true&shard.url=http://127.0.0.1:51628/o_/collection1|[ff01::114]:33332/o_&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 548508 INFO  (qtp656208587-12311) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&shards=http://127.0.0.1:51628/o_/collection1|[ff01::114]:33332/o_&sort=n_d1+desc&wt=javabin&version=2} hits=68 status=0 QTime=6
   [junit4]   2> 548511 INFO  (qtp1562655092-12295) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&distrib=false&sort=n_d1+asc&wt=javabin&version=2} hits=68 status=0 QTime=0
   [junit4]   2> 548515 INFO  (qtp656208587-12313) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_d1+asc&shard.url=[ff01::114]:33332/o_|[ff01::213]:33332/o_|http://127.0.0.1:51628/o_/collection1|[ff01::083]:33332/o_&rows=10&version=2&q=*:*&NOW=1494063597617&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 548518 INFO  (qtp656208587-12313) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1494063597617&ids=111,103,15,136,137,16,138,127,106,8&isShard=true&shard.url=[ff01::114]:33332/o_|[ff01::213]:33332/o_|http://127.0.0.1:51628/o_/collection1|[ff01::083]:33332/o_&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 548519 INFO  (qtp656208587-12306) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&shards=[ff01::114]:33332/o_|[ff01::213]:33332/o_|http://127.0.0.1:51628/o_/collection1|[ff01::083]:33332/o_&sort=n_d1+asc&wt=javabin&version=2} hits=68 status=0 QTime=6
   [junit4]   2> 548522 INFO  (qtp1562655092-12295) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&distrib=false&sort=n_td1+desc&wt=javabin&version=2} hits=68 status=0 QTime=0
   [junit4]   2> 548526 INFO  (qtp656208587-12313) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_td1+desc&shard.url=[ff01::213]:33332/o_|[ff01::114]:33332/o_|http://127.0.0.1:51628/o_/collection1|[ff01::083]:33332/o_&rows=10&version=2&q=*:*&NOW=1494063597628&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 548529 INFO  (qtp656208587-12313) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1494063597628&ids=121,12,114,148,126,104,17,117,119,109&isShard=true&shard.url=[ff01::213]:33332/o_|[ff01::114]:33332/o_|http://127.0.0.1:51628/o_/collection1|[ff01::083]:33332/o_&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 548530 INFO  (qtp656208587-12310) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&shards=[ff01::213]:33332/o_|[ff01::114]:33332/o_|http://127.0.0.1:51628/o_/collection1|[ff01::083]:33332/o_&sort=n_td1+desc&wt=javabin&version=2} hits=68 status=0 QTime=5
   [junit4]   2> 548532 INFO  (qtp1562655092-12295) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&distrib=false&sort=n_td1+asc&wt=javabin&version=2} hits=68 status=0 QTime=0
   [junit4]   2> 548537 INFO  (qtp656208587-12309) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_td1+asc&shard.url=http://127.0.0.1:51628/o_/collection1|[ff01::083]:33332/o_|[ff01::213]:33332/o_&rows=10&version=2&q=*:*&NOW=1494063597639&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 548540 INFO  (qtp656208587-12306) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1494063597639&ids=110,112,2,102,103,128,107,8,9,142&isShard=true&shard.url=http://127.0.0.1:51628/o_/collection1|[ff01::083]:33332/o_|[ff01::213]:33332/o_&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 548541 INFO  (qtp656208587-12312) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&shards=http://127.0.0.1:51628/o_/collection1|[ff01::083]:33332/o_|[ff01::213]:33332/o_&sort=n_td1+asc&wt=javabin&version=2} hits=68 status=0 QTime=5
   [junit4]   2> 548544 INFO  (qtp1562655092-12295) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&distrib=false&sort=n_l1+desc&wt=javabin&version=2} hits=68 status=0 QTime=0
   [junit4]   2> 548549 INFO  (qtp656208587-12306) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_l1+desc&shard.url=http://127.0.0.1:51628/o_/collection1&rows=10&version=2&q=*:*&NOW=1494063597651&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 548552 INFO  (qtp656208587-12310) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1494063597651&ids=111,135,15,104,16,149,128,118,9,130&isShard=true&shard.url=http://127.0.0.1:51628/o_/collection1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 548553 INFO  (qtp656208587-12307) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&shards=http://127.0.0.1:51628/o_/collection1&sort=n_l1+desc&wt=javabin&version=2} hits=68 status=0 QTime=5
   [junit4]   2> 548555 INFO  (qtp1562655092-12295) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&distrib=false&sort=n_l1+asc&wt=javabin&version=2} hits=68 status=0 QTime=0
   [junit4]   2> 548561 INFO  (qtp656208587-12310) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_l1+asc&shard.url=http://127.0.0.1:51628/o_/collection1|[ff01::213]:33332/o_|[ff01::114]:33332/o_&rows=10&version=2&q=*:*&NOW=1494063597662&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 548564 INFO  (qtp656208587-12312) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1494063597662&ids=143,110,122,145,102,124,1001,107,119,10&isShard=true&shard.url=http://127.0.0.1:51628/o_/collection1|[ff01::213]:33332/o_|[ff01::114]:33332/o_&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 548565 INFO  (qtp656208587-12313) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&shards=http://127.0.0.1:51628/o_/collection1|[ff01::213]:33332/o_|[ff01::114]:33332/o_&sort=n_l1+asc&wt=javabin&version=2} hits=68 status=0 QTime=6
   [junit4]   2> 548568 INFO  (qtp1562655092-12295) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&distrib=false&sort=n_tl1+desc&wt=javabin&version=2} hits=68 status=0 QTime=0
   [junit4]   2> 548573 INFO  (qtp656208587-12306) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_tl1+desc&shard.url=http://127.0.0.1:51628/o_/collection1&rows=10&version=2&q=*:*&NOW=1494063597675&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 548576 INFO  (qtp656208587-12307) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1494063597675&ids=1,145,102,146,124,137,106,7,107,119&isShard=true&shard.url=http://127.0.0.1:51628/o_/collection1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 548577 INFO  (qtp656208587-12311) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&shards=http://127.0.0.1:51628/o_/collection1&sort=n_tl1+desc&wt=javabin&version=2} hits=68 status=0 QTime=6
   [junit4]   2> 548580 INFO  (qtp1562655092-12295) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&distrib=false&sort=n_tl1+asc&wt=javabin&version=2} hits=68 status=0 QTime=0
   [junit4]   2> 548584 INFO  (qtp656208587-12307) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_tl1+asc&shard.url=http://127.0.0.1:51628/o_/collection1|[ff01::083]:33332/o_|[ff01::114]:33332/o_&rows=10&version=2&q=*:*&NOW=1494063597686&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 548586 INFO  (qtp656208587-12307) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1494063597686&ids=133,112,134,4,104,138,139,129,130,131&isShard=true&shard.url=http://127.0.0.1:51628/o_/collection1|[ff01::083]:33332/o_|[ff01::114]:33332/o_&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 548588 INFO  (qtp656208587-12309) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&shards=http://127.0.0.1:51628/o_/collection1|[ff01::083]:33332/o_|[ff01::114]:33332/o_&sort=n_tl1+asc&wt=javabin&version=2} hits=68 status=0 QTime=5
   [junit4]   2> 548590 INFO  (qtp1562655092-12295) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&distrib=false&sort=n_dt1+desc&wt=javabin&version=2} hits=68 status=0 QTime=0
   [junit4]   2> 548594 INFO  (qtp656208587-12306) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_dt1+desc&shard.url=[ff01::083]:33332/o_|[ff01::213]:33332/o_|http://127.0.0.1:51628/o_/collection1&rows=10&version=2&q=*:*&NOW=1494063597696&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 548597 INFO  (qtp656208587-12311) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1494063597696&ids=143,111,14,136,104,8,107,9,109,10&isShard=true&shard.url=[ff01::083]:33332/o_|[ff01::213]:33332/o_|http://127.0.0.1:51628/o_/collection1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 548598 INFO  (qtp656208587-12312) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&shards=[ff01::083]:33332/o_|[ff01::213]:33332/o_|http://127.0.0.1:51628/o_/collection1&sort=n_dt1+desc&wt=javabin&version=2} hits=68 status=0 QTime=5
   [junit4]   2> 548601 INFO  (qtp1562655092-12292) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&distrib=false&sort=n_dt1+asc&wt=javabin&version=2} hits=68 status=0 QTime=0
   [junit4]   2> 548605 INFO  (qtp656208587-12311) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_dt1+asc&shard.url=[ff01::114]:33332/o_|[ff01::213]:33332/o_|http://127.0.0.1:51628/o_/collection1|[ff01::083]:33332/o_&rows=10&version=2&q=*:*&NOW=1494063597707&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 548608 INFO  (qtp656208587-12309) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1494063597707&ids=121,133,1,13,145,134,115,126,148,108&isShard=true&shard.url=[ff01::114]:33332/o_|[ff01::213]:33332/o_|http://127.0.0.1:51628/o_/collection1|[ff01::083]:33332/o_&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 548609 INFO  (qtp656208587-12310) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&shards=[ff01::114]:33332/o_|[ff01::213]:33332/o_|http://127.0.0.1:51628/o_/collection1|[ff01::083]:33332/o_&sort=n_dt1+asc&wt=javabin&version=2} hits=68 status=0 QTime=5
   [junit4]   2> 548611 INFO  (qtp1562655092-12293) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&distrib=false&sort=n_tdt1+desc&wt=javabin&version=2} hits=68 status=0 QTime=0
   [junit4]   2> 548616 INFO  (qtp656208587-12309) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_tdt1+desc&shard.url=http://127.0.0.1:51628/o_/collection1&rows=10&version=2&q=*:*&NOW=1494063597717&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 548618 INFO  (qtp656208587-12309) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1494063597717&ids=132,110,12,123,135,102,114,147,136,127&isShard=true&shard.url=http://127.0.0.1:51628/o_/collection1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 548619 INFO  (qtp656208587-12307) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&shards=http://127.0.0.1:51628/o_/collection1&sort=n_tdt1+desc&wt=javabin&version=2} hits=68 status=0 QTime=5
   [junit4]   2> 548621 INFO  (qtp1562655092-12289) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&distrib=false&sort=n_tdt1+asc&wt=javabin&version=2} hits=68 status=0 QTime=0
   [junit4]   2> 548626 INFO  (qtp656208587-12311) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_tdt1+asc&shard.url=[ff01::114]:33332/o_|[ff01::213]:33332/o_|http://127.0.0.1:51628/o_/collection1&rows=10&version=2&q=*:*&NOW=1494063597728&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 548629 INFO  (qtp656208587-12311) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1494063597728&ids=121,1,112,103,126,138,6,129,107,120&isShard=true&shard.url=[ff01::114]:33332/o_|[ff01::213]:33332/o_|http://127.0.0.1:51628/o_/collection1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 548630 INFO  (qtp656208587-12313) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&shards=[ff01::114]:33332/o_|[ff01::213]:33332/o_|http://127.0.0.1:51628/o_/collection1&sort=n_tdt1+asc&wt=javabin&version=2} hits=68 status=0 QTime=5
   [junit4]   2> 548632 INFO  (qtp1562655092-12294) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&distrib=false&sort=a_i1+desc&wt=javabin&version=2} hits=68 status=0 QTime=0
   [junit4]   2> 548637 INFO  (qtp656208587-12312) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=a_i1+desc&shard.url=http://127.0.0.1:51628/o_/collection1|[ff01::213]:33332/o_|[ff01::114]:33332/o_&rows=10&version=2&q=*:*&NOW=1494063597739&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 548639 INFO  (qtp656208587-12307) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1494063597739&ids=1,12,2,13,3,5,7,8,9,10&isShard=true&shard.url=http://127.0.0.1:51628/o_/collection1|[ff01::213]:33332/o_|[ff01::114]:33332/o_&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 548640 INFO  (qtp656208587-12306) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&shards=http://127.0.0.1:51628/o_/collection1|[ff01::213]:33332/o_|[ff01::114]:33332/o_&sort=a_i1+desc&wt=javabin&version=2} hits=68 status=0 QTime=5
   [junit4]   2> 548644 INFO  (qtp1562655092-12294) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&distrib=false&sort={!func}testfunc(add(a_i1,5))+desc&wt=javabin&version=2} hits=68 status=0 QTime=1
   [junit4]   2> 548649 INFO  (qtp656208587-12310) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort={!func}testfunc(add(a_i1,5))+desc&shard.url=[ff01::083]:33332/o_|[ff01::114]:33332/o_|http://127.0.0.1:51628/o_/collection1&rows=10&version=2&q=*:*&NOW=1494063597750&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 548662 INFO  (qtp656208587-12310) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1494063597750&ids=1,12,2,13,3,5,7,8,9,10&isShard=true&shard.url=[ff01::083]:33332/o_|[ff01::114]:33332/o_|http://127.0.0.1:51628/o_/collection1&wt=javabin&version=2} status=0 QTime=11
   [junit4]   2> 548663 INFO  (qtp656208587-12309) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&shards=[ff01::083]:33332/o_|[ff01::114]:33332/o_|http://127.0.0.1:51628/o_/collection1&sort={!func}testfunc(add(a_i1,5))+desc&wt=javabin&version=2} hits=68 status=0 QTime=17
   [junit4]   2> 548669 INFO  (qtp1562655092-12295) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=a_i1[*+TO+*]&distrib=false&sort=a_i1+asc&wt=javabin&version=2} hits=13 status=0 QTime=3
   [junit4]   2> 548674 INFO  (qtp656208587-12312) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=a_i1+asc&shard.url=[ff01::083]:33332/o_|http://127.0.0.1:51628/o_/collection1&rows=10&version=2&q=a_i1[*+TO+*]&NOW=1494063597776&isShard=true&wt=javabin} hits=13 status=0 QTime=0
   [junit4]   2> 548678 INFO  (qtp656208587-12306) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=a_i1[*+TO+*]&df=text&distrib=false&shards.purpose=64&NOW=1494063597776&ids=11,12,1,13,2,3,4,6,7,9&isShard=true&shard.url=[ff01::083]:33332/o_|http://127.0.0.1:51628/o_/collection1&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 548679 INFO  (qtp656208587-12311) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=a_i1[*+TO+*]&shards=[ff01::083]:33332/o_|http://127.0.0.1:51628/o_/collection1&sort=a_i1+asc&wt=javabin&version=2} hits=13 status=0 QTime=7
   [junit4]   2> 548684 INFO  (qtp1562655092-12292) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&distrib=false&sort=a_i1+asc,+id+desc&wt=javabin&version=2} hits=68 status=0 QTime=2
   [junit4]   2> 548689 INFO  (qtp656208587-12313) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={df=text&distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=a_i1+asc,+id+desc&shard.url=[ff01::213]:33332/o_|[ff01::114]:33332/o_|http://127.0.0.1:51628/o_/collection1&rows=10&version=2&q=*:*&NOW=1494063597791&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 548693 INFO  (qtp656208587-12309) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&df=text&distrib=false&shards.purpose=64&NOW=1494063597791&ids=11,12,1,13,2,3,4,6,7,9&isShard=true&shard.url=[ff01::213]:33332/o_|[ff01::114]:33332/o_|http://127.0.0.1:51628/o_/collection1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 548694 INFO  (qtp656208587-12307) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&shards=[ff01::213]:33332/o_|[ff01::114]:33332/o_|http://127.0.0.1:51628/o_/collection1&sort=a_i1+asc,+id+desc&wt=javabin&version=2} hits=68 status=0 QTime=7
   [junit4]   2> 548697 INFO  (qtp1562655092-12293) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&distrib=false&fl=*,score&sort=a_i1+desc&wt=javabin&version=2} hits=68 status=0 QTime=0
   [junit4]   2> 548702 INFO  (qtp656208587-12312) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={df=text&distrib=false&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&sort=a_i1+desc&shard.url=[ff01::213]:33332/o_|http://127.0.0.1:51628/o_/collection1|[ff01::114]:33332/o_&rows=10&version=2&q=*:*&NOW=1494063597803&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 548705 INFO  (qtp656208587-12311) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&df=text&distrib=false&fl=*,score&shards.purpose=64&NOW=1494063597803&ids=1,12,2,13,3,5,7,8,9,10&isShard=true&shard.url=[ff01::213]:33332/o_|http://127.0.0.1:51628/o_/collection1|[ff01::114]:33332/o_&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 548706 INFO  (qtp656208587-12310) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&shards=[ff01::213]:33332/o_|http://127.0.0.1:51628/o_/collection1|[ff01::114]:33332/o_&fl=*,score&sort=a_i1+desc&wt=javabin&version=2} hits=68 status=0 QTime=6
   [junit4]   2> 548709 INFO  (qtp1562655092-12289) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&distrib=false&fl=*,score&sort=n_tl1+asc&wt=javabin&version=2} hits=68 status=0 QTime=0
   [junit4]   2> 548713 INFO  (qtp656208587-12313) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={df=text&distrib=false&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&sort=n_tl1+asc&shard.url=[ff01::213]:33332/o_|http://127.0.0.1:51628/o_/collection1&rows=10&version=2&q=*:*&NOW=1494063597815&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 548716 INFO  (qtp656208587-12307) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={q=*:*&df=text&distrib=false&fl=*,score&shards.purpose=64&NOW=1494063597815&ids=133,112,134,4,104,138,139,129,130,131&isShard=true&shard.url=[ff01::213]:33332/o_|http://127.0.0.1:51628/o_/collection1&wt=javabin&versio

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

:[1+TO+50]&q=*:*&shards.tolerant=true&NOW=1494063675662&ids=11,101,13,2,15,4,17,6,1001,8&isShard=true&facet=false&wt=javabin} status=0 QTime=0
   [junit4]   2> 626566 INFO  (qtp1743521391-12356) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={facet.query=a_i1:[1+TO+50]&facet.query=a_i1:[1+TO+50]&q=*:*&shards=[ff01::114]:33332/o_|[ff01::213]:33332/o_|[ff01::083]:33332/o_|http://127.0.0.1:45802/o_/collection1,http://127.0.0.1:33948/o_/collection1|[ff01::213]:33332/o_|[ff01::114]:33332/o_&shards.tolerant=true&shards.info=true&facet=true&wt=javabin&version=2} hits=70 status=0 QTime=8
   [junit4]   2> 626595 WARN  (qtp71128018-12341) [    x:collection1] o.a.s.h.c.SearchHandler Query: distrib=false&fl=id,a_i1&group.limit=10&sort=a_i1+asc,+id+asc&shards.info=true&rows=100&group.query=a_t:kings+OR+a_t:eggs&version=2&q=*:*&shards.tolerant=true&timeAllowed=1&wt=javabin&group=true; The request took too long to iterate over terms. Timeout: timeoutAt: 934148130405166 (System.nanoTime(): 934148152459588), TermsEnum=AssertingTermsEnum(org.apache.lucene.codecs.blocktree.SegmentTermsEnum@3d12f847)
   [junit4]   2> 626597 INFO  (qtp71128018-12341) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={distrib=false&fl=id,a_i1&group.limit=10&sort=a_i1+asc,+id+asc&shards.info=true&rows=100&group.query=a_t:kings+OR+a_t:eggs&version=2&q=*:*&shards.tolerant=true&timeAllowed=1&wt=javabin&group=true} status=0 QTime=28
   [junit4]   2> 626610 WARN  (qtp1743521391-12351) [    x:collection1] o.a.s.h.c.SearchHandler Query: df=text&distrib=false&fl=id&group.limit=10&shards.purpose=4&start=0&sort=a_i1+asc,+id+asc&shards.info=true&shard.url=[ff01::114]:33332/o_|[ff01::213]:33332/o_|[ff01::083]:33332/o_|http://127.0.0.1:45802/o_/collection1&rows=100&group.query=a_t:kings+OR+a_t:eggs&version=2&group.distributed.second=true&q=*:*&shards.tolerant=true&NOW=1494063675703&isShard=true&timeAllowed=1&wt=javabin&group=true; The request took too long to iterate over terms. Timeout: timeoutAt: 934148165312660 (System.nanoTime(): 934148167675164), TermsEnum=AssertingTermsEnum(org.apache.lucene.codecs.blocktree.SegmentTermsEnum@74d39796)
   [junit4]   2> 626612 INFO  (qtp1743521391-12351) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={df=text&distrib=false&fl=id&group.limit=10&shards.purpose=4&start=0&sort=a_i1+asc,+id+asc&shards.info=true&shard.url=[ff01::114]:33332/o_|[ff01::213]:33332/o_|[ff01::083]:33332/o_|http://127.0.0.1:45802/o_/collection1&rows=100&group.query=a_t:kings+OR+a_t:eggs&version=2&group.distributed.second=true&q=*:*&shards.tolerant=true&NOW=1494063675703&isShard=true&timeAllowed=1&wt=javabin&group=true} status=0 QTime=5
   [junit4]   2> 626626 INFO  (qtp1743521391-12357) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/o_ path=/select params={fl=id,a_i1&group.limit=10&sort=a_i1+asc,+id+asc&shards.info=true&rows=100&group.query=a_t:kings+OR+a_t:eggs&version=2&q=*:*&shards=[ff01::114]:33332/o_|[ff01::213]:33332/o_|[ff01::083]:33332/o_|http://127.0.0.1:45802/o_/collection1,[ff01::213]:33332/o_|http://127.0.0.1:33948/o_/collection1&shards.tolerant=true&timeAllowed=1&wt=javabin&group=true} status=0 QTime=27
   [junit4]   2> 626629 INFO  (TEST-TestDistributedSearch.test-seed#[7D611F00C2B01A8E]) [    ] o.a.s.SolrTestCaseJ4 ###Ending test
   [junit4]   2> 626635 INFO  (TEST-TestDistributedSearch.test-seed#[7D611F00C2B01A8E]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@26830897{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 626635 INFO  (TEST-TestDistributedSearch.test-seed#[7D611F00C2B01A8E]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=279293854
   [junit4]   2> 626643 INFO  (coreCloseExecutor-2562-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@70f4caa
   [junit4]   2> 626735 INFO  (coreCloseExecutor-2562-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 626735 INFO  (TEST-TestDistributedSearch.test-seed#[7D611F00C2B01A8E]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 626736 INFO  (TEST-TestDistributedSearch.test-seed#[7D611F00C2B01A8E]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@363bf09d{/o_,null,UNAVAILABLE}
   [junit4]   2> 626755 INFO  (TEST-TestDistributedSearch.test-seed#[7D611F00C2B01A8E]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@34fe4ce{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 626755 INFO  (TEST-TestDistributedSearch.test-seed#[7D611F00C2B01A8E]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=545742985
   [junit4]   2> 626783 INFO  (coreCloseExecutor-2564-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@39fc9a1d
   [junit4]   2> 626879 INFO  (coreCloseExecutor-2564-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 626881 INFO  (TEST-TestDistributedSearch.test-seed#[7D611F00C2B01A8E]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 626881 INFO  (TEST-TestDistributedSearch.test-seed#[7D611F00C2B01A8E]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7d6c800b{/o_,null,UNAVAILABLE}
   [junit4]   2> 626888 INFO  (TEST-TestDistributedSearch.test-seed#[7D611F00C2B01A8E]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@45d75d2a{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 626888 INFO  (TEST-TestDistributedSearch.test-seed#[7D611F00C2B01A8E]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1352450025
   [junit4]   2> 626926 INFO  (coreCloseExecutor-2566-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7830b32f
   [junit4]   2> 627006 INFO  (coreCloseExecutor-2566-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 627007 INFO  (TEST-TestDistributedSearch.test-seed#[7D611F00C2B01A8E]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 627011 INFO  (TEST-TestDistributedSearch.test-seed#[7D611F00C2B01A8E]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3a04c619{/o_,null,UNAVAILABLE}
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestDistributedSearch -Dtests.method=test -Dtests.seed=7D611F00C2B01A8E -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=fr-BE -Dtests.timezone=America/Nome -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 81.0s J0 | TestDistributedSearch.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Expected to find shardAddress in the up shard info
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([7D611F00C2B01A8E:F53520DA6C4C7776]:0)
   [junit4]    > 	at org.apache.solr.TestDistributedSearch.comparePartialResponses(TestDistributedSearch.java:1176)
   [junit4]    > 	at org.apache.solr.TestDistributedSearch.queryPartialResults(TestDistributedSearch.java:1117)
   [junit4]    > 	at org.apache.solr.TestDistributedSearch.test(TestDistributedSearch.java:977)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:1018)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 627016 INFO  (SUITE-TestDistributedSearch-seed#[7D611F00C2B01A8E]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.TestDistributedSearch_7D611F00C2B01A8E-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62), sim=RandomSimilarity(queryNorm=false,coord=crazy): {}, locale=fr-BE, timezone=America/Nome
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_121 (64-bit)/cpus=4,threads=1,free=222729416,total=530579456
   [junit4]   2> NOTE: All tests run in this JVM: [TestIntervalFaceting, CurrencyFieldOpenExchangeTest, BlockJoinFacetDistribTest, ExternalFileFieldSortTest, HdfsUnloadDistributedZkTest, BlobRepositoryCloudTest, HLLSerializationTest, TestCollationFieldDocValues, TestCopyFieldCollectionResource, TestFieldCacheReopen, TestImpersonationWithHadoopAuth, TestAuthenticationFramework, TestRandomDVFaceting, FacetPivotSmallTest, TestReloadAndDeleteDocs, TestNoOpRegenerator, TestCloudRecovery, TestLRUStatsCache, SolrRequestParserTest, TestCrossCoreJoin, BasicZkTest, NotRequiredUniqueKeyTest, TestSQLHandler, TestHdfsUpdateLog, TestLazyCores, TestDocumentBuilder, CacheHeaderTest, PathHierarchyTokenizerFactoryTest, DisMaxRequestHandlerTest, TestSubQueryTransformerDistrib, PreAnalyzedFieldManagedSchemaCloudTest, SolrIndexMetricsTest, ConfigSetsAPITest, DocValuesMissingTest, TestSolrConfigHandler, DistributedFacetPivotSmallAdvancedTest, TestPerFieldSimilarity, LeaderElectionContextKeyTest, HdfsLockFactoryTest, SolrGraphiteReporterTest, TestSolrFieldCacheMBean, TestLeaderElectionWithEmptyReplica, QueryEqualityTest, TestClusterStateMutator, RegexBoostProcessorTest, TestDownShardTolerantSearch, TestConfigSetProperties, PeerSyncTest, WrapperMergePolicyFactoryTest, CollectionsAPIAsyncDistributedZkTest, TestReplicaProperties, TestPathTrie, TestCryptoKeys, TestValueSourceCache, TestStressLiveNodes, DeleteStatusTest, OverseerCollectionConfigSetProcessorTest, DistanceUnitsTest, TestSSLRandomization, TestTrieFacet, TestDistributedSearch]
   [junit4] Completed [212/711 (1!)] on J0 in 80.97s, 1 test, 1 failure <<< FAILURES!

[...truncated 45074 lines...]

[JENKINS] Lucene-Solr-Tests-6.x - Build # 866 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/866/

1 tests failed.
FAILED:  org.apache.solr.cloud.TestCloudRecovery.leaderRecoverFromLogOnStartupTest

Error Message:
expected:<2> but was:<4>

Stack Trace:
java.lang.AssertionError: expected:<2> but was:<4>
	at __randomizedtesting.SeedInfo.seed([738C194DAC1735D7:77CF808E8337258]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.cloud.TestCloudRecovery.leaderRecoverFromLogOnStartupTest(TestCloudRecovery.java:130)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 12843 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestCloudRecovery
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_738C194DAC1735D7-001/init-core-data-001
   [junit4]   2> 1569650 WARN  (SUITE-TestCloudRecovery-seed#[738C194DAC1735D7]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 1569650 INFO  (SUITE-TestCloudRecovery-seed#[738C194DAC1735D7]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 1569652 INFO  (SUITE-TestCloudRecovery-seed#[738C194DAC1735D7]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1569652 INFO  (SUITE-TestCloudRecovery-seed#[738C194DAC1735D7]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_738C194DAC1735D7-001/tempDir-001
   [junit4]   2> 1569653 INFO  (SUITE-TestCloudRecovery-seed#[738C194DAC1735D7]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1569653 INFO  (Thread-3427) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1569653 INFO  (Thread-3427) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1569679 ERROR (Thread-3427) [    ] 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> 1569753 INFO  (SUITE-TestCloudRecovery-seed#[738C194DAC1735D7]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:57765
   [junit4]   2> 1569805 INFO  (jetty-launcher-4365-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1569808 INFO  (jetty-launcher-4365-thread-2) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1569867 INFO  (jetty-launcher-4365-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@63efb0da{/solr,null,AVAILABLE}
   [junit4]   2> 1569868 INFO  (jetty-launcher-4365-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@65609385{SSL,[ssl, http/1.1]}{127.0.0.1:50762}
   [junit4]   2> 1569868 INFO  (jetty-launcher-4365-thread-2) [    ] o.e.j.s.Server Started @1572968ms
   [junit4]   2> 1569868 INFO  (jetty-launcher-4365-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=50762}
   [junit4]   2> 1569868 ERROR (jetty-launcher-4365-thread-2) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1569869 INFO  (jetty-launcher-4365-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.0
   [junit4]   2> 1569869 INFO  (jetty-launcher-4365-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1569869 INFO  (jetty-launcher-4365-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1569869 INFO  (jetty-launcher-4365-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-06T02:33:16.525Z
   [junit4]   2> 1569872 INFO  (jetty-launcher-4365-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@78964f8d{/solr,null,AVAILABLE}
   [junit4]   2> 1569872 INFO  (jetty-launcher-4365-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@13d1f241{SSL,[ssl, http/1.1]}{127.0.0.1:34428}
   [junit4]   2> 1569872 INFO  (jetty-launcher-4365-thread-1) [    ] o.e.j.s.Server Started @1572972ms
   [junit4]   2> 1569872 INFO  (jetty-launcher-4365-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34428}
   [junit4]   2> 1569872 ERROR (jetty-launcher-4365-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1569873 INFO  (jetty-launcher-4365-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.0
   [junit4]   2> 1569873 INFO  (jetty-launcher-4365-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1569873 INFO  (jetty-launcher-4365-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1569873 INFO  (jetty-launcher-4365-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-06T02:33:16.529Z
   [junit4]   2> 1569873 INFO  (jetty-launcher-4365-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1569875 INFO  (jetty-launcher-4365-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1569881 INFO  (jetty-launcher-4365-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1569882 INFO  (jetty-launcher-4365-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1569882 INFO  (jetty-launcher-4365-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57765/solr
   [junit4]   2> 1569882 INFO  (jetty-launcher-4365-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57765/solr
   [junit4]   2> 1569898 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15bdb9aa31a0004, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1569922 INFO  (jetty-launcher-4365-thread-2) [n:127.0.0.1:50762_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1569927 INFO  (jetty-launcher-4365-thread-1) [n:127.0.0.1:34428_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1569928 INFO  (jetty-launcher-4365-thread-2) [n:127.0.0.1:50762_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:50762_solr
   [junit4]   2> 1569929 INFO  (jetty-launcher-4365-thread-1) [n:127.0.0.1:34428_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34428_solr
   [junit4]   2> 1569929 INFO  (jetty-launcher-4365-thread-2) [n:127.0.0.1:50762_solr    ] o.a.s.c.Overseer Overseer (id=97913274126434309-127.0.0.1:50762_solr-n_0000000000) starting
   [junit4]   2> 1569931 INFO  (zkCallback-4376-thread-1-processing-n:127.0.0.1:50762_solr) [n:127.0.0.1:50762_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1569932 INFO  (zkCallback-4377-thread-1-processing-n:127.0.0.1:34428_solr) [n:127.0.0.1:34428_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1569944 INFO  (jetty-launcher-4365-thread-2) [n:127.0.0.1:50762_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50762_solr
   [junit4]   2> 1569946 INFO  (zkCallback-4376-thread-1-processing-n:127.0.0.1:50762_solr) [n:127.0.0.1:50762_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1569946 INFO  (zkCallback-4377-thread-1-processing-n:127.0.0.1:34428_solr) [n:127.0.0.1:34428_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1569997 INFO  (jetty-launcher-4365-thread-1) [n:127.0.0.1:34428_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_738C194DAC1735D7-001/tempDir-001/node1/.
   [junit4]   2> 1570029 INFO  (jetty-launcher-4365-thread-2) [n:127.0.0.1:50762_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_738C194DAC1735D7-001/tempDir-001/node2/.
   [junit4]   2> 1572677 INFO  (SUITE-TestCloudRecovery-seed#[738C194DAC1735D7]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1572678 INFO  (SUITE-TestCloudRecovery-seed#[738C194DAC1735D7]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:57765/solr ready
   [junit4]   2> 1572749 INFO  (qtp218721183-18757) [n:127.0.0.1:34428_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=config&maxShardsPerNode=2&name=collection1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1572763 INFO  (OverseerThreadFactory-6186-thread-1-processing-n:127.0.0.1:50762_solr) [n:127.0.0.1:50762_solr    ] o.a.s.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 1572940 INFO  (qtp218721183-18756) [n:127.0.0.1:34428_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=config&newCollection=true&name=collection1_shard1_replica2&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1572948 INFO  (qtp218721183-18756) [n:127.0.0.1:34428_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1572952 INFO  (qtp218721183-18755) [n:127.0.0.1:34428_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=config&newCollection=true&name=collection1_shard2_replica2&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2
   [junit4]   2> 1573013 INFO  (qtp1355265267-18742) [n:127.0.0.1:50762_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=config&newCollection=true&name=collection1_shard2_replica1&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2
   [junit4]   2> 1573014 INFO  (qtp1355265267-18742) [n:127.0.0.1:50762_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1573016 INFO  (qtp1355265267-18743) [n:127.0.0.1:50762_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=config&newCollection=true&name=collection1_shard1_replica1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1573121 INFO  (zkCallback-4376-thread-1-processing-n:127.0.0.1:50762_solr) [n:127.0.0.1:50762_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1573121 INFO  (zkCallback-4377-thread-1-processing-n:127.0.0.1:34428_solr) [n:127.0.0.1:34428_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1573971 INFO  (qtp218721183-18756) [n:127.0.0.1:34428_solr c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1573975 INFO  (qtp218721183-18755) [n:127.0.0.1:34428_solr c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1574001 INFO  (qtp218721183-18756) [n:127.0.0.1:34428_solr c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.s.IndexSchema [collection1_shard1_replica2] Schema name=minimal
   [junit4]   2> 1574004 INFO  (qtp218721183-18756) [n:127.0.0.1:34428_solr c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1574004 INFO  (qtp218721183-18756) [n:127.0.0.1:34428_solr c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica2' using configuration from collection collection1, trusted=true
   [junit4]   2> 1574004 INFO  (qtp218721183-18756) [n:127.0.0.1:34428_solr c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1574005 INFO  (qtp218721183-18756) [n:127.0.0.1:34428_solr c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.c.SolrCore [[collection1_shard1_replica2] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_738C194DAC1735D7-001/tempDir-001/node1/collection1_shard1_replica2], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_738C194DAC1735D7-001/tempDir-001/node1/./collection1_shard1_replica2/data/]
   [junit4]   2> 1574008 INFO  (qtp218721183-18755) [n:127.0.0.1:34428_solr c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.s.IndexSchema [collection1_shard2_replica2] Schema name=minimal
   [junit4]   2> 1574011 INFO  (qtp218721183-18755) [n:127.0.0.1:34428_solr c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1574011 INFO  (qtp218721183-18755) [n:127.0.0.1:34428_solr c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica2' using configuration from collection collection1, trusted=true
   [junit4]   2> 1574011 INFO  (qtp218721183-18755) [n:127.0.0.1:34428_solr c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1574012 INFO  (qtp218721183-18755) [n:127.0.0.1:34428_solr c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.c.SolrCore [[collection1_shard2_replica2] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_738C194DAC1735D7-001/tempDir-001/node1/collection1_shard2_replica2], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_738C194DAC1735D7-001/tempDir-001/node1/./collection1_shard2_replica2/data/]
   [junit4]   2> 1574025 INFO  (qtp1355265267-18743) [n:127.0.0.1:50762_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1574034 INFO  (qtp1355265267-18742) [n:127.0.0.1:50762_solr c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1574047 INFO  (qtp1355265267-18742) [n:127.0.0.1:50762_solr c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.s.IndexSchema [collection1_shard2_replica1] Schema name=minimal
   [junit4]   2> 1574050 INFO  (qtp1355265267-18742) [n:127.0.0.1:50762_solr c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1574050 INFO  (qtp1355265267-18742) [n:127.0.0.1:50762_solr c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica1' using configuration from collection collection1, trusted=true
   [junit4]   2> 1574050 INFO  (qtp1355265267-18742) [n:127.0.0.1:50762_solr c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1574050 INFO  (qtp1355265267-18742) [n:127.0.0.1:50762_solr c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.c.SolrCore [[collection1_shard2_replica1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_738C194DAC1735D7-001/tempDir-001/node2/collection1_shard2_replica1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_738C194DAC1735D7-001/tempDir-001/node2/./collection1_shard2_replica1/data/]
   [junit4]   2> 1574053 INFO  (qtp1355265267-18743) [n:127.0.0.1:50762_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.s.IndexSchema [collection1_shard1_replica1] Schema name=minimal
   [junit4]   2> 1574056 INFO  (qtp1355265267-18743) [n:127.0.0.1:50762_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1574056 INFO  (qtp1355265267-18743) [n:127.0.0.1:50762_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica1' using configuration from collection collection1, trusted=true
   [junit4]   2> 1574056 INFO  (qtp1355265267-18743) [n:127.0.0.1:50762_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1574056 INFO  (qtp1355265267-18743) [n:127.0.0.1:50762_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.SolrCore [[collection1_shard1_replica1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_738C194DAC1735D7-001/tempDir-001/node2/collection1_shard1_replica1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_738C194DAC1735D7-001/tempDir-001/node2/./collection1_shard1_replica1/data/]
   [junit4]   2> 1574198 INFO  (qtp218721183-18755) [n:127.0.0.1:34428_solr c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1574198 INFO  (qtp218721183-18755) [n:127.0.0.1:34428_solr c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1574199 INFO  (qtp218721183-18755) [n:127.0.0.1:34428_solr c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1574199 INFO  (qtp218721183-18755) [n:127.0.0.1:34428_solr c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1574206 INFO  (qtp218721183-18755) [n:127.0.0.1:34428_solr c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@50220663[collection1_shard2_replica2] main]
   [junit4]   2> 1574208 INFO  (qtp218721183-18755) [n:127.0.0.1:34428_solr c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 1574208 INFO  (qtp218721183-18755) [n:127.0.0.1:34428_solr c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 1574209 INFO  (qtp218721183-18755) [n:127.0.0.1:34428_solr c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1574209 INFO  (searcherExecutor-6192-thread-1-processing-n:127.0.0.1:34428_solr x:collection1_shard2_replica2 s:shard2 c:collection1) [n:127.0.0.1:34428_solr c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.c.SolrCore [collection1_shard2_replica2] Registered new searcher Searcher@50220663[collection1_shard2_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1574209 INFO  (qtp218721183-18755) [n:127.0.0.1:34428_solr c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1566612390795018240
   [junit4]   2> 1574219 INFO  (qtp218721183-18755) [n:127.0.0.1:34428_solr c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1574220 INFO  (qtp1355265267-18742) [n:127.0.0.1:50762_solr c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1574220 INFO  (qtp1355265267-18742) [n:127.0.0.1:50762_solr c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1574221 INFO  (qtp1355265267-18742) [n:127.0.0.1:50762_solr c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1574221 INFO  (qtp1355265267-18742) [n:127.0.0.1:50762_solr c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1574226 INFO  (qtp1355265267-18742) [n:127.0.0.1:50762_solr c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@a3b261f[collection1_shard2_replica1] main]
   [junit4]   2> 1574227 INFO  (qtp1355265267-18742) [n:127.0.0.1:50762_solr c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 1574227 INFO  (qtp1355265267-18742) [n:127.0.0.1:50762_solr c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 1574227 INFO  (qtp1355265267-18742) [n:127.0.0.1:50762_solr c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1574229 INFO  (qtp1355265267-18743) [n:127.0.0.1:50762_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1574229 INFO  (qtp1355265267-18743) [n:127.0.0.1:50762_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1574230 INFO  (qtp1355265267-18743) [n:127.0.0.1:50762_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1574230 INFO  (qtp1355265267-18743) [n:127.0.0.1:50762_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1574231 INFO  (qtp1355265267-18742) [n:127.0.0.1:50762_solr c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1566612390818086912
   [junit4]   2> 1574231 INFO  (qtp218721183-18756) [n:127.0.0.1:34428_solr c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1574232 INFO  (qtp218721183-18756) [n:127.0.0.1:34428_solr c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1574232 INFO  (qtp1355265267-18743) [n:127.0.0.1:50762_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7307f201[collection1_shard1_replica1] main]
   [junit4]   2> 1574232 INFO  (qtp218721183-18756) [n:127.0.0.1:34428_solr c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1574232 INFO  (qtp218721183-18756) [n:127.0.0.1:34428_solr c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1574233 INFO  (searcherExecutor-6193-thread-1-processing-n:127.0.0.1:50762_solr x:collection1_shard2_replica1 s:shard2 c:collection1) [n:127.0.0.1:50762_solr c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.c.SolrCore [collection1_shard2_replica1] Registered new searcher Searcher@a3b261f[collection1_shard2_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1574234 INFO  (qtp1355265267-18743) [n:127.0.0.1:50762_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 1574235 INFO  (qtp1355265267-18743) [n:127.0.0.1:50762_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 1574235 INFO  (qtp1355265267-18743) [n:127.0.0.1:50762_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1574235 INFO  (qtp1355265267-18743) [n:127.0.0.1:50762_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1566612390822281216
   [junit4]   2> 1574235 INFO  (qtp218721183-18756) [n:127.0.0.1:34428_solr c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@2e1c87b7[collection1_shard1_replica2] main]
   [junit4]   2> 1574237 INFO  (searcherExecutor-6194-thread-1-processing-n:127.0.0.1:50762_solr x:collection1_shard1_replica1 s:shard1 c:collection1) [n:127.0.0.1:50762_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.SolrCore [collection1_shard1_replica1] Registered new searcher Searcher@7307f201[collection1_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1574238 INFO  (qtp218721183-18756) [n:127.0.0.1:34428_solr c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 1574240 INFO  (qtp218721183-18756) [n:127.0.0.1:34428_solr c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 1574240 INFO  (qtp218721183-18756) [n:127.0.0.1:34428_solr c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1574240 INFO  (qtp218721183-18756) [n:127.0.0.1:34428_solr c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1566612390827524096
   [junit4]   2> 1574242 INFO  (searcherExecutor-6191-thread-1-processing-n:127.0.0.1:34428_solr x:collection1_shard1_replica2 s:shard1 c:collection1) [n:127.0.0.1:34428_solr c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.c.SolrCore [collection1_shard1_replica2] Registered new searcher Searcher@2e1c87b7[collection1_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1574242 INFO  (qtp1355265267-18743) [n:127.0.0.1:50762_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1574345 INFO  (zkCallback-4376-thread-1-processing-n:127.0.0.1:50762_solr) [n:127.0.0.1:50762_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1574345 INFO  (zkCallback-4377-thread-1-processing-n:127.0.0.1:34428_solr) [n:127.0.0.1:34428_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1574720 INFO  (qtp218721183-18755) [n:127.0.0.1:34428_solr c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1574720 INFO  (qtp218721183-18755) [n:127.0.0.1:34428_solr c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1574720 INFO  (qtp218721183-18755) [n:127.0.0.1:34428_solr c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:34428/solr/collection1_shard2_replica2/
   [junit4]   2> 1574721 INFO  (qtp218721183-18755) [n:127.0.0.1:34428_solr c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.u.PeerSync PeerSync: core=collection1_shard2_replica2 url=https://127.0.0.1:34428/solr START replicas=[https://127.0.0.1:50762/solr/collection1_shard2_replica1/] nUpdates=100
   [junit4]   2> 1574731 INFO  (qtp218721183-18755) [n:127.0.0.1:34428_solr c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.u.PeerSync PeerSync: core=collection1_shard2_replica2 url=https://127.0.0.1:34428/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1574736 INFO  (qtp1355265267-18746) [n:127.0.0.1:50762_solr c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica1] o.a.s.c.S.Request [collection1_shard2_replica1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1574737 INFO  (qtp218721183-18755) [n:127.0.0.1:34428_solr c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1574737 INFO  (qtp218721183-18755) [n:127.0.0.1:34428_solr c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1574737 INFO  (qtp218721183-18755) [n:127.0.0.1:34428_solr c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1574740 INFO  (qtp218721183-18755) [n:127.0.0.1:34428_solr c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:34428/solr/collection1_shard2_replica2/ shard2
   [junit4]   2> 1574743 INFO  (qtp1355265267-18743) [n:127.0.0.1:50762_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1574743 INFO  (qtp1355265267-18743) [n:127.0.0.1:50762_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1574743 INFO  (qtp1355265267-18743) [n:127.0.0.1:50762_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:50762/solr/collection1_shard1_replica1/
   [junit4]   2> 1574743 INFO  (qtp1355265267-18743) [n:127.0.0.1:50762_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica1 url=https://127.0.0.1:50762/solr START replicas=[https://127.0.0.1:34428/solr/collection1_shard1_replica2/] nUpdates=100
   [junit4]   2> 1574752 INFO  (qtp1355265267-18743) [n:127.0.0.1:50762_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica1 url=https://127.0.0.1:50762/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1574760 INFO  (qtp218721183-18752) [n:127.0.0.1:34428_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica2] o.a.s.c.S.Request [collection1_shard1_replica2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1574760 INFO  (qtp1355265267-18743) [n:127.0.0.1:50762_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1574760 INFO  (qtp1355265267-18743) [n:127.0.0.1:50762_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1574760 INFO  (qtp1355265267-18743) [n:127.0.0.1:50762_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1574764 INFO  (qtp1355265267-18743) [n:127.0.0.1:50762_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:50762/solr/collection1_shard1_replica1/ shard1
   [junit4]   2> 1574867 INFO  (zkCallback-4376-thread-1-processing-n:127.0.0.1:50762_solr) [n:127.0.0.1:50762_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1574867 INFO  (zkCallback-4377-thread-1-processing-n:127.0.0.1:34428_solr) [n:127.0.0.1:34428_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1574893 INFO  (qtp218721183-18755) [n:127.0.0.1:34428_solr c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1574895 INFO  (qtp218721183-18755) [n:127.0.0.1:34428_solr c:collection1 s:shard2  x:collection1_shard2_replica2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=config&newCollection=true&name=collection1_shard2_replica2&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2} status=0 QTime=1943
   [junit4]   2> 1574915 INFO  (qtp1355265267-18743) [n:127.0.0.1:50762_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1574917 INFO  (qtp1355265267-18743) [n:127.0.0.1:50762_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=config&newCollection=true&name=collection1_shard1_replica1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2} status=0 QTime=1901
   [junit4]   2> 1575020 INFO  (zkCallback-4377-thread-1-processing-n:127.0.0.1:34428_solr) [n:127.0.0.1:34428_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1575020 INFO  (zkCallback-4376-thread-1-processing-n:127.0.0.1:50762_solr) [n:127.0.0.1:50762_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1575242 INFO  (qtp1355265267-18742) [n:127.0.0.1:50762_solr c:collection1 s:shard2  x:collection1_shard2_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=config&newCollection=true&name=collection1_shard2_replica1&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2} status=0 QTime=2229
   [junit4]   2> 1575248 INFO  (qtp218721183-18756) [n:127.0.0.1:34428_solr c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=config&newCollection=true&name=collection1_shard1_replica2&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2} status=0 QTime=2307
   [junit4]   2> 1575258 INFO  (qtp218721183-18757) [n:127.0.0.1:34428_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 1575359 INFO  (zkCallback-4377-thread-1-processing-n:127.0.0.1:34428_solr) [n:127.0.0.1:34428_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1575359 INFO  (zkCallback-4376-thread-1-processing-n:127.0.0.1:50762_solr) [n:127.0.0.1:50762_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1576258 INFO  (qtp218721183-18757) [n:127.0.0.1:34428_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&collection.configName=config&maxShardsPerNode=2&name=collection1&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=3509
   [junit4]   2> 1576259 INFO  (SUITE-TestCloudRecovery-seed#[738C194DAC1735D7]-worker) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):30
   [junit4]   2> 1576259 INFO  (SUITE-TestCloudRecovery-seed#[738C194DAC1735D7]-worker) [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 1576362 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[738C194DAC1735D7]) [    ] o.a.s.SolrTestCaseJ4 ###Starting leaderRecoverFromLogOnStartupTest
   [junit4]   2> 1576405 INFO  (qtp218721183-18751) [n:127.0.0.1:34428_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&_version_=-1566612393075671040&distrib.from=https://127.0.0.1:50762/solr/collection1_shard1_replica1/&wt=javabin&version=2}{deleteByQuery=*:* (-1566612393075671040)} 0 3
   [junit4]   2> 1576405 INFO  (qtp1355265267-18743) [n:127.0.0.1:50762_solr c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica1] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&_version_=-1566612393062039552&distrib.from=https://127.0.0.1:34428/solr/collection1_shard2_replica2/&wt=javabin&version=2}{deleteByQuery=*:* (-1566612393062039552)} 0 4
   [junit4]   2> 1576405 INFO  (qtp1355265267-18748) [n:127.0.0.1:50762_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica1]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=https://127.0.0.1:34428/solr/collection1_shard2_replica2/&wt=javabin&version=2}{deleteByQuery=*:* (-1566612393075671040)} 0 21
   [junit4]   2> 1576406 INFO  (qtp218721183-18759) [n:127.0.0.1:34428_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica2] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1566612393062039552)} 0 41
   [junit4]   2> 1576410 INFO  (qtp1355265267-18741) [n:127.0.0.1:50762_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1576410 INFO  (qtp1355265267-18741) [n:127.0.0.1:50762_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1576410 INFO  (qtp1355265267-18741) [n:127.0.0.1:50762_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1576411 INFO  (qtp1355265267-18741) [n:127.0.0.1:50762_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:34428/solr/collection1_shard2_replica2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 0
   [junit4]   2> 1576412 INFO  (qtp218721183-18755) [n:127.0.0.1:34428_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica2] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1576412 INFO  (qtp218721183-18755) [n:127.0.0.1:34428_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica2] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1576412 INFO  (qtp218721183-18755) [n:127.0.0.1:34428_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica2] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1576412 INFO  (qtp218721183-18755) [n:127.0.0.1:34428_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:34428/solr/collection1_shard2_replica2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 0
   [junit4]   2> 1576420 INFO  (qtp1355265267-18747) [n:127.0.0.1:50762_solr c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1576421 INFO  (qtp1355265267-18747) [n:127.0.0.1:50762_solr c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1576421 INFO  (qtp1355265267-18747) [n:127.0.0.1:50762_solr c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1576421 INFO  (qtp1355265267-18747) [n:127.0.0.1:50762_solr c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica1] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:34428/solr/collection1_shard2_replica2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 0
   [junit4]   2> 1576422 INFO  (qtp218721183-18755) [n:127.0.0.1:34428_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica2] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1576422 INFO  (qtp218721183-18755) [n:127.0.0.1:34428_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica2] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1576422 INFO  (qtp218721183-18755) [n:127.0.0.1:34428_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica2] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1576422 INFO  (qtp218721183-18755) [n:127.0.0.1:34428_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica2] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:34428/solr/collection1_shard2_replica2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 0
   [junit4]   2> 1576422 INFO  (qtp218721183-18754) [n:127.0.0.1:34428_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica2] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica2]  webapp=/solr path=/update params={_stateVer_=collection1:5&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 15
   [junit4]   2> 1576459 INFO  (qtp218721183-18752) [n:127.0.0.1:34428_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:50762/solr/collection1_shard1_replica1/&wt=javabin&version=2}{add=[1 (1566612393149071360)]} 0 1
   [junit4]   2> 1576459 INFO  (qtp1355265267-18745) [n:127.0.0.1:50762_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1 (1566612393149071360)]} 0 4
   [junit4]   2> 1576472 INFO  (qtp1355265267-18746) [n:127.0.0.1:50762_solr c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica1] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34428/solr/collection1_shard2_replica2/&wt=javabin&version=2}{add=[2 (1566612393163751424)]} 0 1
   [junit4]   2> 1576473 INFO  (qtp218721183-18751) [n:127.0.0.1:34428_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica2] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2 (1566612393163751424)]} 0 5
   [junit4]   2> 1576480 INFO  (qtp1355265267-18742) [n:127.0.0.1:50762_solr c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica1] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34428/solr/collection1_shard2_replica2/&wt=javabin&version=2}{add=[3 (1566612393174237184)]} 0 0
   [junit4]   2> 1576480 INFO  (qtp218721183-18756) [n:127.0.0.1:34428_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica2] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[3 (1566612393174237184)]} 0 2
   [junit4]   2> 1576484 INFO  (qtp218721183-18752) [n:127.0.0.1:34428_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:50762/solr/collection1_shard1_replica1/&wt=javabin&version=2}{add=[4 (1566612393178431488)]} 0 0
   [junit4]   2> 1576484 INFO  (qtp1355265267-18747) [n:127.0.0.1:50762_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[4 (1566612393178431488)]} 0 2
   [junit4]   2> 1576490 INFO  (qtp1355265267-18741) [n:127.0.0.1:50762_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica1] o.a.s.c.S.Request [collection1_shard1_replica1]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=collection1:5&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=https://127.0.0.1:50762/solr/collection1_shard1_replica1/|https://127.0.0.1:34428/solr/collection1_shard1_replica2/&rows=10&version=2&q=*:*&NOW=1494038003142&isShard=true&wt=javabin} hits=0 status=0 QTime=0
   [junit4]   2> 1576491 INFO  (qtp218721183-18755) [n:127.0.0.1:34428_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica2] o.a.s.c.S.Request [collection1_shard2_replica2]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=collection1:5&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=https://127.0.0.1:34428/solr/collection1_shard2_replica2/|https://127.0.0.1:50762/solr/collection1_shard2_replica1/&rows=10&version=2&q=*:*&NOW=1494038003142&isShard=true&wt=javabin} hits=0 status=0 QTime=0
   [junit4]   2> 1576493 INFO  (qtp1355265267-18748) [n:127.0.0.1:50762_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica1] o.a.s.c.S.Request [collection1_shard1_replica1]  webapp=/solr path=/select params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 QTime=6
   [junit4]   2> 1576493 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[738C194DAC1735D7]) [    ] o.a.s.c.ChaosMonkey monkey: stop shard! 34428
   [junit4]   2> 1576493 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[738C194DAC1735D7]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2144250186
   [junit4]   2> 1576557 INFO  (coreCloseExecutor-6211-thread-1) [n:127.0.0.1:34428_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica2] o.a.s.c.SolrCore [collection1_shard2_replica2]  CLOSING SolrCore org.apache.solr.core.SolrCore@42a8b470
   [junit4]   2> 1576563 INFO  (coreCloseExecutor-6211-thread-2) [n:127.0.0.1:34428_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica2] o.a.s.c.SolrCore [collection1_shard1_replica2]  CLOSING SolrCore org.apache.solr.core.SolrCore@64bc0fbc
   [junit4]   2> 1576566 INFO  (coreCloseExecutor-6211-thread-1) [n:127.0.0.1:34428_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica2] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1.shard2.replica2
   [junit4]   2> 1576579 INFO  (coreCloseExecutor-6211-thread-2) [n:127.0.0.1:34428_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica2] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1.shard1.replica2
   [junit4]   2> 1576582 INFO  (zkCallback-4383-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1576582 INFO  (zkCallback-4376-thread-1-processing-n:127.0.0.1:50762_solr) [n:127.0.0.1:50762_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1576603 INFO  (zkCallback-4376-thread-2-processing-n:127.0.0.1:50762_solr) [n:127.0.0.1:50762_solr c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1576704 INFO  (zkCallback-4376-thread-1-processing-n:127.0.0.1:50762_solr) [n:127.0.0.1:50762_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1576772 INFO  (OverseerCollectionConfigSetProcessor-97913274126434309-127.0.0.1:50762_solr-n_0000000000) [n:127.0.0.1:50762_solr    ] 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> 1578082 WARN  (zkCallback-4377-thread-1-processing-n:127.0.0.1:34428_solr) [n:127.0.0.1:34428_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1578083 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[738C194DAC1735D7]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1578091 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[738C194DAC1735D7]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@13d1f241{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1578098 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[738C194DAC1735D7]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@78964f8d{/solr,null,UNAVAILABLE}
   [junit4]   2> 1578099 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[738C194DAC1735D7]) [    ] o.a.s.c.ChaosMonkey monkey: stop shard! 50762
   [junit4]   2> 1578099 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[738C194DAC1735D7]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1587687844
   [junit4]   2> 1578115 INFO  (coreCloseExecutor-6213-thread-2) [n:127.0.0.1:50762_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica1] o.a.s.c.SolrCore [collection1_shard1_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7c6679c1
   [junit4]   2> 1578123 INFO  (coreCloseExecutor-6213-thread-2) [n:127.0.0.1:50762_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1.shard1.replica1
   [junit4]   2> 1578124 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[738C194DAC1735D7]) [    ] o.a.s.c.Overseer Overseer (id=97913274126434309-127.0.0.1:50762_solr-n_0000000000) closing
   [junit4]   2> 1578124 INFO  (OverseerStateUpdate-97913274126434309-127.0.0.1:50762_solr-n_0000000000) [n:127.0.0.1:50762_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:50762_solr
   [junit4]   2> 1578133 INFO  (zkCallback-4383-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 1579103 WARN  (zkCallback-4376-thread-2-processing-n:127.0.0.1:50762_solr) [n:127.0.0.1:50762_solr c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica1] o.a.s.c.SyncStrategy Closed, skipping sync up.
   [junit4]   2> 1579104 INFO  (zkCallback-4376-thread-2-processing-n:127.0.0.1:50762_solr) [n:127.0.0.1:50762_solr c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica1] o.a.s.c.SolrCore [collection1_shard2_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@6a632b9e
   [junit4]   2> 1579108 INFO  (zkCallback-4376-thread-2-processing-n:127.0.0.1:50762_solr) [n:127.0.0.1:50762_solr c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1.shard2.replica1
   [junit4]   2> 1579633 WARN  (zkCallback-4376-thread-1-processing-n:127.0.0.1:50762_solr) [n:127.0.0.1:50762_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1579633 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[738C194DAC1735D7]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1579637 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[738C194DAC1735D7]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@65609385{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1579647 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[738C194DAC1735D7]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@63efb0da{/solr,null,UNAVAILABLE}
   [junit4]   2> 1579662 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[738C194DAC1735D7]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1579739 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[738C194DAC1735D7]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3d588c4d{/solr,null,AVAILABLE}
   [junit4]   2> 1579743 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[738C194DAC1735D7]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@78bed23c{SSL,[ssl, http/1.1]}{127.0.0.1:34428}
   [junit4]   2> 1579743 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[738C194DAC1735D7]) [    ] o.e.j.s.Server Started @1582843ms
   [junit4]   2> 1579743 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[738C194DAC1735D7]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34428}
   [junit4]   2> 1579743 ERROR (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[738C194DAC1735D7]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1579743 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[738C194DAC1735D7]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.0
   [junit4]   2> 1579743 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[738C194DAC1735D7]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1579744 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[738C194DAC1735D7]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1579744 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[738C194DAC1735D7]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-06T02:33:26.400Z
   [junit4]   2> 1579754 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[738C194DAC1735D7]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1579762 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[738C194DAC1735D7]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1579763 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[738C194DAC1735D7]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57765/solr
   [junit4]   2> 1579775 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[738C194DAC1735D7]) [n:127.0.0.1:34428_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1579776 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[738C194DAC1735D7]) [n:127.0.0.1:34428_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34428_solr
   [junit4]   2> 1579777 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[738C194DAC1735D7]) [n:127.0.0.1:34428_solr    ] o.a.s.c.Overseer Overseer (id=97913274126434315-127.0.0.1:34428_solr-n_0000000002) starting
   [junit4]   2> 1579783 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[738C194DAC1735D7]) [n:127.0.0.1:34428_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34428_solr
   [junit4]   2> 1579785 INFO  (zkCallback-4383-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1579791 INFO  (OverseerStateUpdate-97913274126434315-127.0.0.1:34428_solr-n_0000000002) [n:127.0.0.1:34428_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1579849 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[738C194DAC1735D7]) [n:127.0.0.1:34428_solr    ] o.a.s.c.CorePropertiesLocator Found 2 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_738C194DAC1735D7-001/tempDir-001/node1/.
   [junit4]   2> 1579849 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[738C194DAC1735D7]) [n:127.0.0.1:34428_solr    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1_shard2_replica2, collection1_shard1_replica2]
   [junit4]   2> 1579860 INFO  (coreLoadExecutor-6222-thread-2-processing-n:127.0.0.1:34428_solr) [n:127.0.0.1:34428_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica2] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1579889 INFO  (coreLoadExecutor-6222-thread-1-processing-n:127.0.0.1:34428_solr) [n:127.0.0.1:34428_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1579897 INFO  (coreLoadExecutor-6222-thread-2-processing-n:127.0.0.1:34428_solr) [n:127.0.0.1:34428_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1579913 INFO  (coreLoadExecutor-6222-thread-2-processing-n:127.0.0.1:34428_solr) [n:127.0.0.1:34428_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica2] o.a.s.s.IndexSchema [collection1_shard2_replica2] Schema name=minimal
   [junit4]   2> 1579916 INFO  (coreLoadExecutor-6222-thread-1-processing-n:127.0.0.1:34428_solr) [n:127.0.0.1:34428_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica2] o.a.s.s.IndexSchema [collection1_shard1_replica2] Schema name=minimal
   [junit4]   2> 1579919 INFO  (coreLoadExecutor-6222-thread-1-processing-n:127.0.0.1:34428_solr) [n:127.0.0.1:34428_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1579919 INFO  (coreLoadExecutor-6222-thread-1-processing-n:127.0.0.1:34428_solr) [n:127.0.0.1:34428_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica2] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica2' using configuration from collection collection1, trusted=true
   [junit4]   2> 1579919 INFO  (coreLoadExecutor-6222-thread-1-processing-n:127.0.0.1:34428_solr) [n:127.0.0.1:34428_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1579919 INFO  (coreLoadExecutor-6222-thread-1-processing-n:127.0.0.1:34428_solr) [n:127.0.0.1:34428_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica2] o.a.s.c.SolrCore [[collection1_shard1_replica2] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_738C194DAC1735D7-001/tempDir-001/node1/collection1_shard1_replica2], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_738C194DAC1735D7-001/tempDir-001/node1/./collection1_shard1_replica2/data/]
   [junit4]   2> 1579921 INFO  (coreLoadExecutor-6222-thread-2-processing-n:127.0.0.1:34428_solr) [n:127.0.0.1:34428_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1579921 INFO  (coreLoadExecutor-6222-thread-2-processing-n:127.0.0.1:34428_solr) [n:127.0.0.1:34428_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica2] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica2' using configuration from collection collection1, trusted=true
   [junit4]   2> 1579922 INFO  (coreLoadExecutor-6222-thread-2-processing-n:127.0.0.1:34428_solr) [n:127.0.0.1:34428_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1579922 INFO  (coreLoadExecutor-6222-thread-2-processing-n:127.0.0.1:34428_solr) [n:127.0.0.1:34428_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica2] o.a.s.c.SolrCore [[collection1_shard2_replica2] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_738C194DAC1735D7-001/tempDir-001/node1/collection1_shard2_replica2], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_738C194DAC1735D7-001/tempDir-001/node1/./collection1_shard2_replica2/data/]
   [junit4]   2> 1579971 INFO  (zkCallback-4388-thread-1-processing-n:127.0.0.1:34428_solr) [n:127.0.0.1:34428_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1580027 INFO  (coreLoadExecutor-6222-thread-1-processing-n:127.0.0.1:34428_solr) [n:127.0.0.1:34428_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1580027 INFO  (coreLoadExecutor-6222-thread-1-processing-n:127.0.0.1:34428_solr) [n:127.0.0.1:34428_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1580028 INFO  (coreLoadExecutor-6222-thread-1-processing-n:127.0.0.1:34428_solr) [n:127.0.0.1:34428_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1580028 INFO  (coreLoadExecutor-6222-thread-1-processing-n:127.0.0.1:34428_solr) [n:127.0.0.1:34428_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1580035 INFO  (coreLoadExecutor-6222-thread-2-processing-n:127.0.0.1:34428_solr) [n:127.0.0.1:34428_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1580035 INFO  (coreLoadExecutor-6222-thread-2-processing-n:127.0.0.1:34428_solr) [n:127.0.0.1:34428_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1580036 INFO  (coreLoadExecutor-6222-thread-2-processing-n:127.0.0.1:34428_solr) [n:127.0.0.1:34428_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1580036 INFO  (coreLoadExecutor-6222-thread-2-processing-n:127.0.0.1:34428_solr) [n:127.0.0.1:34428_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1580038 INFO  (coreLoadExecutor-6222-thread-2-processing-n:127.0.0.1:34428_solr) [n:127.0.0.1:34428_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@235ed974[collection1_shard2_replica2] main]
   [junit4]   2> 1580039 INFO  (coreLoadExecutor-6222-thread-1-processing-n:127.0.0.1:34428_solr) [n:127.0.0.1:34428_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@5ed596b9[collection1_shard1_replica2] main]
   [junit4]   2> 1580039 INFO  (coreLoadExecutor-6222-thread-2-processing-n:127.0.0.1:34428_solr) [n:127.0.0.1:34428_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 1580039 INFO  (coreLoadExecutor-6222-thread-2-processing-n:127.0.0.1:34428_solr) [n:127.0.0.1:34428_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 1580040 INFO  (coreLoadExecutor-6222-thread-2-processing-n:127.0.0.1:34428_solr) [n:127.0.0.1:34428_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1580040 INFO  (coreLoadExecutor-6222-thread-1-processing-n:127.0.0.1:34428_solr) [n:127.0.0.1:34428_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 1580040 INFO  (coreLoadExecutor-6222-thread-1-processing-n:127.0.0.1:34428_solr) [n:127.0.0.1:34428_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 1580040 INFO  (coreLoadExecutor-6222-thread-1-processing-n:127.0.0.1:34428_solr) [n:127.0.0.1:34428_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1580040 INFO  (searcherExecutor-6223-thread-1-processing-n:127.0.0.1:34428_solr x:collection1_shard1_replica2 s:shard1 c:collection1 r:core_node1) [n:127.0.0.1:34428_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica2] o.a.s.c.SolrCore [collection1_shard1_replica2] Registered new searcher Searcher@5ed596b9[collection1_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1580042 INFO  (searcherExecutor-6224-thread-1-processing-n:127.0.0.1:34428_solr x:collection1_shard2_replica2 s:shard2 c:collection1 r:core_node2) [n:127.0.0.1:34428_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica2] o.a.s.c.SolrCore [collection1_shard2_replica2] Registered new searcher Searcher@235ed974[collection1_shard2_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1580110 INFO  (coreZkRegister-6215-thread-1-processing-n:127.0.0.1:34428_solr x:collection1_shard2_replica2 s:shard2 c:collection1 r:core_node2) [n:127.0.0.1:34428_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica2] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1580116 INFO  (coreZkRegister-6215-thread-2-processing-n:127.0.0.1:34428_solr x:collection1_shard1_replica2 s:shard1 c:collection1 r:core_node1) [n:127.0.0.1:34428_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica2] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1580227 INFO  (zkCallback-4388-thread-1-processing-n:127.0.0.1:34428_solr) [n:127.0.0.1:34428_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1581386 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[738C194DAC1735D7]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1581388 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[738C194DAC1735D7]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1f4312{/solr,null,AVAILABLE}
   [junit4]   2> 1581388 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[738C194DAC1735D7]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4d31be69{SSL,[ssl, http/1.1]}{127.0.0.1:50762}
   [junit4]   2> 1581388 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[738C194DAC1735D7]) [    ] o.e.j.s.Server Started @1584488ms
   [junit4]   2> 1581388 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[738C194DAC1735D7]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=50762}
   [junit4]   2> 1581389 ERROR (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[738C194DAC1735D7]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1581389 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[738C194DAC1735D7]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.0
   [junit4]   2> 1581389 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[738C194DAC1735D7]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1581389 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[738C194DAC1735D7]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1581389 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[738C194DAC1735D7]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-06T02:33:28.045Z
   [junit4]   2> 1581413 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[738C194DAC1735D7]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1581421 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[738C194DAC1735D7]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1581422 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[738C194DAC1735D7]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57765/solr
   [junit4]   2> 1581432 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[738C194DAC1735D7]) [n:127.0.0.1:50762_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1581434 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[738C194DAC1735D7]) [n:127.0.0.1:50762_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1581437 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[738C194DAC1735D7]) [n:127.0.0.1:50762_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50762_solr
   [junit4]   2> 1581438 INFO  (zkCallback-4383-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1581439 INFO  (zkCallback-4388-thread-2-processing-n:127.0.0.1:34428_solr) [n:127.0.0.1:34428_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1581476 INFO  (zkCallback-4394-thread-1-processing-n:127.0.0.1:50762_solr) [n:127.0.0.1:50762_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1581533 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[738C194DAC1735D7]) [n:127.0.0.1:50762_solr    ] o.a.s.c.CorePropertiesLocator Found 2 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_738C194DAC1735D7-001/tempDir-001/node2/.
   [junit4]   2> 1581533 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[738C194DAC1735D7]) [n:127.0.0.1:50762_solr    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1_shard1_replica1, collection1_shard2_replica1]
   [junit4]   2> 1581540 INFO  (coreLoadExecutor-6238-thread-1-processing-n:127.0.0.1:50762_solr) [n:127.0.0.1:50762_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1581562 INFO  (coreLoadExecutor-6238-thread-2-processing-n:127.0.0.1:50762_solr) [n:127.0.0.1:50762_solr c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1581576 INFO  (coreLoadExecutor-6238-thread-1-processing-n:127.0.0.1:50762_solr) [n:127.0.0.1:50762_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1581582 INFO  (coreLoadExecutor-6238-thread-2-processing-n:127.0.0.1:50762_solr) [n:127.0.0.1:50762_solr c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica1] o.a.s.s.IndexSchema [collection1_shard2_replica1] Schema name=minimal
   [junit4]   2> 1581592 INFO  (coreLoadExecutor-6238-thread-2-processing-n:127.0.0.1:50762_solr) [n:127.0.0.1:50762_solr c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1581592 INFO  (coreLoadExecutor-6238-thread-2-processing-n:127.0.0.1:50762_solr) [n:127.0.0.1:50762_solr c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica1] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica1' using configuration from collection collection1, trusted=true
   [junit4]   2> 1581592 INFO  (coreLoadExecutor-6238-thread-2-processing-n:127.0.0.1:50762_solr) [n:127.0.0.1:50762_solr c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1581592 INFO  (coreLoadExecutor-6238-thread-2-processing-n:127.0.0.1:50762_solr) [n:127.0.0.1:50762_solr c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica1] o.a.s.c.SolrCore [[collection1_shard2_replica1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_738C194DAC1735D7-001/tempDir-001/node2/collection1_shard2_replica1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_738C194DAC1735D7-001/tempDir-001/node2/./collection1_shard2_replica1/data/]
   [junit4]   2> 1581593 INFO  (coreLoadExecutor-6238-thread-1-processing-n:127.0.0.1:50762_solr) [n:127.0.0.1:50762_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica1] o.a.s.s.IndexSchema [collection1_shard1_replica1] Schema name=minimal
   [junit4]   2> 1581595 INFO  (coreLoadExecutor-6238-thread-1-processing-n:127.0.0.1:50762_solr) [n:127.0.0.1:50762_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1581596 INFO  (coreLoadExecutor-6238-thread-1-processing-n:127.0.0.1:50762_solr) [n:127.0.0.1:50762_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica1' using configuration from collection collection1, trusted=true
   [junit4]   2> 1581596 INFO  (coreLoadExecutor-6238-thread-1-processing-n:127.0.0.1:50762_solr) [n:127.0.0.1:50762_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1581596 INFO  (coreLoadExecutor-6238-thread-1-processing-n:127.0.0.1:50762_solr) [n:127.0.0.1:50762_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica1] o.a.s.c.SolrCore [[collection1_shard1_replica1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_738C194DAC1735D7-001/tempDir-001/node2/collection1_shard1_replica1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_738C194DAC1735D7-001/tempDir-001/node2/./collection1_shard1_replica1/data/]
   [junit4]   2> 1581646 INFO  (zkCallback-4394-thread-1-processing-n:127.0.0.1:50762_solr) [n:127.0.0.1:50762_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1581646 INFO  (zkCallback-4388-thread-2-processing-n:127.0.0.1:34428_solr) [n:127.0.0.1:34428_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1581693 INFO  (coreLoadExecutor-6238-thread-2-processing-n:127.0.0.1:50762_solr) [n:127.0.0.1:50762_solr c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1581693 INFO  (coreLoadExecutor-6238-thread-2-processing-n:127.0.0.1:50762_solr) [n:127.0.0.1:50762_solr c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1581694 INFO  (coreLoadExecutor-6238-thread-1-processing-n:127.0.0.1:50762_solr) [n:127.0.0.1:50762_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1581694 INFO  (coreLoadExecutor-6238-thread-1-processing-n:127.0.0.1:50762_solr) [n:127.0.0.1:50762_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1581695 INFO  (coreLoadExecutor-6238-thread-1-processing-n:127.0.0.1:50762_solr) [n:127.0.0.1:50762_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1581695 INFO  (coreLoadExecutor-6238-thread-1-processing-n:127.0.0.1:50762_solr) [n:127.0.0.1:50762_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1581695 INFO  (coreLoadExecutor-6238-thread-2-processing-n:127.0.0.1:50762_solr) [n:127.0.0.1:50762_solr c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1581695 INFO  (coreLoadExecutor-6238-thread-2-processing-n:127.0.0.1:50762_solr) [n:127.0.0.1:50762_solr c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1581697 INFO  (coreLoadExecutor-6238-thread-1-processing-n:127.0.0.1:50762_solr) [n:127.0.0.1:50762_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@56b53b50[collection1_shard1_replica1] main]
   [junit4]   2> 1581697 INFO  (coreLoadExecutor-6238-thread-2-processing-n:127.0.0.1:50762_solr) [n:127.0.0.1:50762_solr c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1d60c431[collection1_shard2_replica1] main]
   [junit4]   2> 1581698 INFO  (coreLoadExecutor-6238-thread-1-processing-n:127.0.0.1:50762_solr) [n:127.0.0.1:50762_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 1581698 INFO  (coreLoadExecutor-6238-thread-2-processing-n:127.0.0.1:50762_solr) [n:127.0.0.1:50762_solr c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 1581698 INFO  (coreLoadExecutor-6238-thread-1-processing-n:127.0.0.1:50762_solr) [n:127.0.0.1:50762_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 1581698 INFO  (coreLoadExecutor-6238-thread-1-processing-n:127.0.0.1:50762_solr) [n:127.0.0.1:50762_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1581698 INFO  (coreLoadExecutor-6238-thread-2-processing-n:127.0.0.1:50762_solr) [n:127.0.0.1:50762_solr c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 1581698 INFO  (coreLoadExecutor-6238-thread-2-processing-n:127.0.0.1:50762_solr) [n:127.0.0.1:50762_solr c:collection1 s:shard2 r:core_node3 x:collection1_sha

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

ive_nodes]
   [junit4]   2> 1602775 INFO  (jetty-closer-4366-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1602775 INFO  (jetty-closer-4366-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4149068e{/solr,null,UNAVAILABLE}
   [junit4]   2> 1602776 INFO  (zkCallback-4402-thread-2-processing-n:127.0.0.1:34428_solr) [n:127.0.0.1:34428_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1602866 INFO  (zkCallback-4402-thread-3-processing-n:127.0.0.1:34428_solr) [n:127.0.0.1:34428_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1607693 ERROR (recoveryExecutor-4400-thread-2-processing-n:127.0.0.1:34428_solr x:collection1_shard1_replica2 s:shard1 c:collection1 r:core_node1) [n:127.0.0.1:34428_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica2] o.a.s.c.RecoveryStrategy SolrCore not found - cannot recover:collection1_shard1_replica2
   [junit4]   2> 1607723 ERROR (recoveryExecutor-4400-thread-2-processing-n:127.0.0.1:34428_solr x:collection1_shard2_replica2 s:shard2 c:collection1 r:core_node2) [n:127.0.0.1:34428_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica2] o.a.s.c.RecoveryStrategy SolrCore not found - cannot recover:collection1_shard2_replica2
   [junit4]   2> 1607724 INFO  (jetty-closer-4366-thread-1) [    ] o.a.s.c.Overseer Overseer (id=97913274126434321-127.0.0.1:34428_solr-n_0000000004) closing
   [junit4]   2> 1607724 INFO  (OverseerStateUpdate-97913274126434321-127.0.0.1:34428_solr-n_0000000004) [n:127.0.0.1:34428_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:34428_solr
   [junit4]   2> 1607727 WARN  (zkCallback-4402-thread-3-processing-n:127.0.0.1:34428_solr) [n:127.0.0.1:34428_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1607728 INFO  (jetty-closer-4366-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1607728 INFO  (jetty-closer-4366-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@97e0dac{/solr,null,UNAVAILABLE}
   [junit4]   2> 1607729 ERROR (SUITE-TestCloudRecovery-seed#[738C194DAC1735D7]-worker) [    ] 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> 1607729 INFO  (SUITE-TestCloudRecovery-seed#[738C194DAC1735D7]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:57765 57765
   [junit4]   2> 1607816 INFO  (Thread-3427) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:57765 57765
   [junit4]   2> 1607818 WARN  (Thread-3427) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/solr/aliases.json
   [junit4]   2> 	6	/solr/security.json
   [junit4]   2> 	6	/solr/configs/config
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/solr/clusterprops.json
   [junit4]   2> 	7	/solr/clusterstate.json
   [junit4]   2> 	6	/solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/solr/collections
   [junit4]   2> 	4	/solr/overseer/queue
   [junit4]   2> 	4	/solr/overseer/collection-queue-work
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 1607818 INFO  (SUITE-TestCloudRecovery-seed#[738C194DAC1735D7]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_738C194DAC1735D7-001
   [junit4]   2> May 06, 2017 2:33:54 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {_version_=BlockTreeOrds(blocksize=128), id=PostingsFormat(name=Memory doPackFST= false)}, docValues:{}, maxPointsInLeafNode=1684, maxMBSortInHeap=6.066093827324993, sim=RandomSimilarity(queryNorm=false,coord=no): {}, locale=en-SG, timezone=Zulu
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_121 (64-bit)/cpus=4,threads=1,free=156041728,total=519045120
   [junit4]   2> NOTE: All tests run in this JVM: [TestQuerySenderNoQuery, PeerSyncTest, SignatureUpdateProcessorFactoryTest, StandardRequestHandlerTest, BlobRepositoryCloudTest, CursorMarkTest, TestPathTrie, TestNamedUpdateProcessors, ChaosMonkeyNothingIsSafeTest, TestSolrFieldCacheMBean, TestCustomDocTransformer, TestReplicationHandlerBackup, TestPayloadScoreQParserPlugin, TestPHPSerializedResponseWriter, BlockJoinFacetDistribTest, TestGraphTermsQParserPlugin, TestSolrConfigHandler, TestScoreJoinQPNoScore, TestGraphMLResponseWriter, AliasIntegrationTest, TestBackupRepositoryFactory, ResponseHeaderTest, DistributedFacetPivotSmallAdvancedTest, TestDFISimilarityFactory, TestDocumentBuilder, CloudMLTQParserTest, DistribJoinFromCollectionTest, MBeansHandlerTest, HdfsSyncSliceTest, TestBlobHandler, TestFoldingMultitermQuery, TestCopyFieldCollectionResource, DistanceUnitsTest, PreAnalyzedFieldManagedSchemaCloudTest, DistributedQueryElevationComponentTest, TestCrossCoreJoin, TestJoin, TestJsonFacetRefinement, TestFreeTextSuggestions, TestBinaryResponseWriter, XsltUpdateRequestHandlerTest, DisMaxRequestHandlerTest, TestSchemaManager, TestStressLiveNodes, TestIBSimilarityFactory, ShufflingReplicaListTransformerTest, SolrCLIZkUtilsTest, TestSolrQueryParserDefaultOperatorResource, PathHierarchyTokenizerFactoryTest, HdfsChaosMonkeySafeLeaderTest, JSONWriterTest, HdfsLockFactoryTest, QueryElevationComponentTest, MissingSegmentRecoveryTest, HighlighterConfigTest, TestFaceting, TestSSLRandomization, TestOrdValues, DocExpirationUpdateProcessorFactoryTest, CacheHeaderTest, CollectionReloadTest, HdfsBasicDistributedZk2Test, ReturnFieldsTest, CdcrUpdateLogTest, TestHighlightDedupGrouping, TestRandomFaceting, UUIDFieldTest, TestLeaderElectionWithEmptyReplica, DocValuesMissingTest, SuggestComponentTest, TestLegacyFieldCache, TestFieldCacheSortRandom, DefaultValueUpdateProcessorTest, TestStressRecovery, LeaderElectionContextKeyTest, TestOmitPositions, TestCoreAdminApis, DistributedQueryComponentCustomSortTest, TestRawResponseWriter, OverseerStatusTest, BasicZkTest, TestApiFramework, BaseCdcrDistributedZkTest, TestCustomSort, TestRangeQuery, TestSolrDeletionPolicy2, RecoveryAfterSoftCommitTest, HLLSerializationTest, TestFastWriter, AlternateDirectoryTest, OutputWriterTest, TestCollationFieldDocValues, TestSchemaSimilarityResource, AtomicUpdateProcessorFactoryTest, SolrCoreTest, SolrGraphiteReporterTest, ClassificationUpdateProcessorIntegrationTest, CoreAdminCreateDiscoverTest, TestRandomFlRTGCloud, TestHdfsUpdateLog, TestSQLHandler, BitVectorTest, DocumentAnalysisRequestHandlerTest, TestRealTimeGet, TestPivotHelperCode, TestManagedStopFilterFactory, TestSizeLimitedDistributedMap, PreAnalyzedUpdateProcessorTest, TestCryptoKeys, TestUseDocValuesAsStored2, TestSolrCoreProperties, MetricUtilsTest, ClusterStateTest, WrapperMergePolicyFactoryTest, FacetPivotSmallTest, TestRTimerTree, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, CollectionsAPIDistributedZkTest, RecoveryZkTest, TestZkChroot, TestRandomDVFaceting, AutoCommitTest, TestRecovery, TestHashPartitioner, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, TestStressReorder, TestStressVersions, SimpleFacetsTest, ConvertedLegacyTest, TestFunctionQuery, DirectUpdateHandlerTest, TestBadConfig, TestIndexSearcher, ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest, SimplePostToolTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, SpellCheckCollatorTest, SolrRequestParserTest, DocValuesTest, SolrCoreCheckLockOnStartupTest, TestAtomicUpdateErrorCases, QueryEqualityTest, TestRemoteStreaming, SolrInfoMBeanTest, TestQueryUtils, TestWriterPerf, FileBasedSpellCheckerTest, TermVectorComponentTest, FastVectorHighlighterTest, TestJmxIntegration, BinaryUpdateRequestHandlerTest, TestComponentsName, SOLR749Test, TestQuerySenderListener, CopyFieldTest, TestMergePolicyConfig, MultiTermTest, SampleTest, TestDocSet, NumericFieldsTest, TestConfig, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, TestPostingsSolrHighlighter, TestLuceneMatchVersion, TestCodecSupport, TestPerFieldSimilarity, TestLMJelinekMercerSimilarityFactory, ResourceLoaderTest, URLClassifyProcessorTest, TestFastLRUCache, PrimUtilsTest, TestSuggestSpellingConverter, DateFieldTest, TestLRUCache, ZkNodePropsTest, TestRTGBase, DistributedIntervalFacetingTest, CdcrReplicationHandlerTest, CdcrRequestHandlerTest, CdcrVersionReplicationTest, ConcurrentDeleteAndCreateCollectionTest, ConfigSetsAPITest, CreateCollectionCleanupTest, DeleteLastCustomShardedReplicaTest, DeleteNodeTest, DeleteStatusTest, DistributedQueueTest, DistributedVersionInfoTest, MigrateRouteKeyTest, NodeMutatorTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverseerCollectionConfigSetProcessorTest, PeerSyncReplicationTest, ReplaceNodeTest, SharedFSAutoReplicaFailoverTest, SharedFSAutoReplicaFailoverUtilsTest, SimpleCollectionCreateDeleteTest, SolrXmlInZkTest, TestAuthenticationFramework, TestCloudJSONFacetJoinDomain, TestCloudRecovery]
   [junit4] Completed [534/711 (1!)] on J0 in 38.95s, 2 tests, 1 failure <<< FAILURES!

[...truncated 43972 lines...]

[JENKINS] Lucene-Solr-Tests-6.x - Build # 865 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/865/

3 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.schema.BadIndexSchemaTest

Error Message:
ObjectTracker found 6 object(s) that were not released!!! [MDCAwareThreadPoolExecutor, MockDirectoryWrapper, MockDirectoryWrapper, SolrCore, SolrIndexSearcher, MockDirectoryWrapper] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:859)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)  at org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)  at java.lang.Thread.run(Thread.java:745)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)  at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:482)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:913)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)  at org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)  at java.lang.Thread.run(Thread.java:745)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)  at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:91)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:728)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:919)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)  at org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)  at java.lang.Thread.run(Thread.java:745)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1010)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)  at org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)  at java.lang.Thread.run(Thread.java:745)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:323)  at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2008)  at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2160)  at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1062)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:945)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)  at org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)  at java.lang.Thread.run(Thread.java:745)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)  at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:353)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:696)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:919)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)  at org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)  at java.lang.Thread.run(Thread.java:745)  

Stack Trace:
java.lang.AssertionError: ObjectTracker found 6 object(s) that were not released!!! [MDCAwareThreadPoolExecutor, MockDirectoryWrapper, MockDirectoryWrapper, SolrCore, SolrIndexSearcher, MockDirectoryWrapper]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:859)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)
	at org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:482)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:913)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)
	at org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)
	at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:91)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:728)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:919)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)
	at org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1010)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)
	at org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:323)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2008)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2160)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1062)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:945)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)
	at org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:353)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:696)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:919)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)
	at org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)


	at __randomizedtesting.SeedInfo.seed([FD62B68499148B85]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNull(Assert.java:551)
	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:302)
	at sun.reflect.GeneratedMethodAccessor58.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:870)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.schema.BadIndexSchemaTest

Error Message:
4 threads leaked from SUITE scope at org.apache.solr.schema.BadIndexSchemaTest:     1) Thread[id=9781, name=searcherExecutor-4605-thread-1, state=WAITING, group=TGRP-BadIndexSchemaTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)         at java.lang.Thread.run(Thread.java:745)    2) Thread[id=9777, name=solr-idle-connections-evictor, state=TIMED_WAITING, group=TGRP-BadIndexSchemaTest]         at java.lang.Thread.sleep(Native Method)         at org.apache.solr.update.UpdateShardHandler$IdleConnectionsEvictor$1.run(UpdateShardHandler.java:266)         at java.lang.Thread.run(Thread.java:745)    3) Thread[id=9776, name=solr-idle-connections-evictor, state=TIMED_WAITING, group=TGRP-BadIndexSchemaTest]         at java.lang.Thread.sleep(Native Method)         at org.apache.solr.update.UpdateShardHandler$IdleConnectionsEvictor$1.run(UpdateShardHandler.java:266)         at java.lang.Thread.run(Thread.java:745)    4) Thread[id=9779, name=Thread-2549, state=WAITING, group=TGRP-BadIndexSchemaTest]         at java.lang.Object.wait(Native Method)         at java.lang.Object.wait(Object.java:502)         at org.apache.solr.core.CloserThread.run(CoreContainer.java:1496)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 4 threads leaked from SUITE scope at org.apache.solr.schema.BadIndexSchemaTest: 
   1) Thread[id=9781, name=searcherExecutor-4605-thread-1, state=WAITING, group=TGRP-BadIndexSchemaTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
   2) Thread[id=9777, name=solr-idle-connections-evictor, state=TIMED_WAITING, group=TGRP-BadIndexSchemaTest]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.solr.update.UpdateShardHandler$IdleConnectionsEvictor$1.run(UpdateShardHandler.java:266)
        at java.lang.Thread.run(Thread.java:745)
   3) Thread[id=9776, name=solr-idle-connections-evictor, state=TIMED_WAITING, group=TGRP-BadIndexSchemaTest]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.solr.update.UpdateShardHandler$IdleConnectionsEvictor$1.run(UpdateShardHandler.java:266)
        at java.lang.Thread.run(Thread.java:745)
   4) Thread[id=9779, name=Thread-2549, state=WAITING, group=TGRP-BadIndexSchemaTest]
        at java.lang.Object.wait(Native Method)
        at java.lang.Object.wait(Object.java:502)
        at org.apache.solr.core.CloserThread.run(CoreContainer.java:1496)
	at __randomizedtesting.SeedInfo.seed([FD62B68499148B85]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.schema.BadIndexSchemaTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=9781, name=searcherExecutor-4605-thread-1, state=WAITING, group=TGRP-BadIndexSchemaTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)         at java.lang.Thread.run(Thread.java:745)    2) Thread[id=9779, name=Thread-2549, state=WAITING, group=TGRP-BadIndexSchemaTest]         at java.lang.Object.wait(Native Method)         at java.lang.Object.wait(Object.java:502)         at org.apache.solr.core.CloserThread.run(CoreContainer.java:1496)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=9781, name=searcherExecutor-4605-thread-1, state=WAITING, group=TGRP-BadIndexSchemaTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
   2) Thread[id=9779, name=Thread-2549, state=WAITING, group=TGRP-BadIndexSchemaTest]
        at java.lang.Object.wait(Native Method)
        at java.lang.Object.wait(Object.java:502)
        at org.apache.solr.core.CloserThread.run(CoreContainer.java:1496)
	at __randomizedtesting.SeedInfo.seed([FD62B68499148B85]:0)




Build Log:
[...truncated 12643 lines...]
   [junit4] Suite: org.apache.solr.schema.BadIndexSchemaTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.schema.BadIndexSchemaTest_FD62B68499148B85-001/init-core-data-001
   [junit4]   2> 1265577 WARN  (SUITE-BadIndexSchemaTest-seed#[FD62B68499148B85]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 1265577 INFO  (SUITE-BadIndexSchemaTest-seed#[FD62B68499148B85]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 1265578 INFO  (SUITE-BadIndexSchemaTest-seed#[FD62B68499148B85]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1265580 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateFieldType-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSevereErrorsForDuplicateFieldType
   [junit4]   2> 1265580 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateFieldType-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1265581 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateFieldType-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1265604 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateFieldType-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1265618 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateFieldType-seed#[FD62B68499148B85]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-dup-fieldType
   [junit4]   2> 1265621 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateFieldType-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1265621 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateFieldType-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSevereErrorsForDuplicateFieldType
   [junit4]   2> 1265623 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testPerFieldtypePostingsFormatButNoSchemaCodecFactory
   [junit4]   2> 1265623 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1265624 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1265643 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1265651 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[FD62B68499148B85]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-codec-global-vs-ft-mismatch
   [junit4]   2> 1265653 WARN  (TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[FD62B68499148B85]) [    ] o.a.s.s.IndexSchema no uniqueKey specified in schema.
   [junit4]   2> 1265654 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[FD62B68499148B85]) [    ] o.a.s.s.IndexSchema Loaded schema bad-schema-codec-global-vs-ft-mismatch/1.0 with uniqueid field null
   [junit4]   2> 1265656 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[FD62B68499148B85]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 1265686 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[FD62B68499148B85]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69d0b870
   [junit4]   2> 1265692 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[FD62B68499148B85]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69d0b870
   [junit4]   2> 1265692 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[FD62B68499148B85]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69d0b870
   [junit4]   2> 1265695 INFO  (coreLoadExecutor-4576-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1265720 INFO  (coreLoadExecutor-4576-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1265728 INFO  (coreLoadExecutor-4576-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=bad-schema-codec-global-vs-ft-mismatch
   [junit4]   2> 1265730 WARN  (coreLoadExecutor-4576-thread-1) [    x:collection1] o.a.s.s.IndexSchema no uniqueKey specified in schema.
   [junit4]   2> 1265731 INFO  (coreLoadExecutor-4576-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema bad-schema-codec-global-vs-ft-mismatch/1.0 with uniqueid field null
   [junit4]   2> 1265731 INFO  (coreLoadExecutor-4576-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 1265731 INFO  (coreLoadExecutor-4576-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69d0b870
   [junit4]   2> 1265731 INFO  (coreLoadExecutor-4576-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1265731 INFO  (coreLoadExecutor-4576-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.schema.BadIndexSchemaTest_FD62B68499148B85-001/init-core-data-001/]
   [junit4]   2> 1265732 ERROR (coreLoadExecutor-4576-thread-1) [    x:collection1] o.a.s.c.SolrCore FieldType 'direct1' is configured with a postings format, but the codec does not support it: class org.apache.solr.core.SolrCore$1
   [junit4]   2> 1265732 INFO  (coreLoadExecutor-4576-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@54d32f9f
   [junit4]   2> 1265733 INFO  (coreLoadExecutor-4576-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 1265735 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1265735 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1265735 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[FD62B68499148B85]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=996802360
   [junit4]   2> 1265736 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[FD62B68499148B85]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1265736 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[FD62B68499148B85]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1265737 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testPerFieldtypePostingsFormatButNoSchemaCodecFactory
   [junit4]   2> 1265745 INFO  (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testUniqueKeyRules
   [junit4]   2> 1265746 INFO  (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1265747 INFO  (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1265767 INFO  (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1265775 INFO  (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[FD62B68499148B85]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-uniquekey-is-copyfield-dest
   [junit4]   2> 1265777 ERROR (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[FD62B68499148B85]) [    ] o.a.s.s.IndexSchema uniqueKey field (id) can not be the dest of a copyField(source=XXX)
   [junit4]   2> 1265777 INFO  (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1265778 INFO  (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1265778 INFO  (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1265797 INFO  (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1265814 INFO  (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[FD62B68499148B85]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-uniquekey-uses-default
   [junit4]   2> 1265816 ERROR (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[FD62B68499148B85]) [    ] o.a.s.s.IndexSchema uniqueKey field (null) can not be configured with a default value (XXX)
   [junit4]   2> 1265816 INFO  (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1265817 INFO  (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1265819 INFO  (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1265837 INFO  (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1265845 INFO  (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[FD62B68499148B85]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-uniquekey-multivalued
   [junit4]   2> 1265847 ERROR (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[FD62B68499148B85]) [    ] o.a.s.s.IndexSchema uniqueKey field (null) can not be configured to be multivalued
   [junit4]   2> 1265847 INFO  (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1265847 INFO  (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testUniqueKeyRules
   [junit4]   2> 1265849 INFO  (TEST-BadIndexSchemaTest.testBadExternalFileField-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBadExternalFileField
   [junit4]   2> 1265849 INFO  (TEST-BadIndexSchemaTest.testBadExternalFileField-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1265850 INFO  (TEST-BadIndexSchemaTest.testBadExternalFileField-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1265877 INFO  (TEST-BadIndexSchemaTest.testBadExternalFileField-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1265895 INFO  (TEST-BadIndexSchemaTest.testBadExternalFileField-seed#[FD62B68499148B85]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-external-filefield
   [junit4]   2> 1265897 INFO  (TEST-BadIndexSchemaTest.testBadExternalFileField-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1265897 INFO  (TEST-BadIndexSchemaTest.testBadExternalFileField-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testBadExternalFileField
   [junit4]   2> 1265899 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSimDefaultFieldTypeHasNoExplicitSim
   [junit4]   2> 1265899 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1265899 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1265917 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1265926 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[FD62B68499148B85]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-sim-global-vs-ft-mismatch
   [junit4]   2> 1265929 WARN  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[FD62B68499148B85]) [    ] o.a.s.s.IndexSchema no uniqueKey specified in schema.
   [junit4]   2> 1265929 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[FD62B68499148B85]) [    ] o.a.s.s.IndexSchema Loaded schema bad-schema-sim-global-vs-ft-mismatch/1.0 with uniqueid field null
   [junit4]   2> 1265931 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[FD62B68499148B85]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 1265963 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[FD62B68499148B85]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69d0b870
   [junit4]   2> 1265968 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[FD62B68499148B85]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69d0b870
   [junit4]   2> 1265968 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[FD62B68499148B85]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69d0b870
   [junit4]   2> 1265971 INFO  (coreLoadExecutor-4584-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1265996 INFO  (coreLoadExecutor-4584-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1266003 INFO  (coreLoadExecutor-4584-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=bad-schema-sim-global-vs-ft-mismatch
   [junit4]   2> 1266007 WARN  (coreLoadExecutor-4584-thread-1) [    x:collection1] o.a.s.s.IndexSchema no uniqueKey specified in schema.
   [junit4]   2> 1266008 INFO  (coreLoadExecutor-4584-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema bad-schema-sim-global-vs-ft-mismatch/1.0 with uniqueid field null
   [junit4]   2> 1266008 INFO  (coreLoadExecutor-4584-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 1266008 INFO  (coreLoadExecutor-4584-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69d0b870
   [junit4]   2> 1266008 INFO  (coreLoadExecutor-4584-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1266008 INFO  (coreLoadExecutor-4584-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.schema.BadIndexSchemaTest_FD62B68499148B85-001/init-core-data-001/]
   [junit4]   2> 1266010 INFO  (coreLoadExecutor-4584-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5d649fc4
   [junit4]   2> 1266010 INFO  (coreLoadExecutor-4584-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 1266012 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1266012 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1266012 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[FD62B68499148B85]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1141159291
   [junit4]   2> 1266012 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[FD62B68499148B85]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1266013 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[FD62B68499148B85]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1266014 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSimDefaultFieldTypeHasNoExplicitSim
   [junit4]   2> 1266016 INFO  (TEST-BadIndexSchemaTest.testMultivaluedCurrency-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testMultivaluedCurrency
   [junit4]   2> 1266017 INFO  (TEST-BadIndexSchemaTest.testMultivaluedCurrency-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1266017 INFO  (TEST-BadIndexSchemaTest.testMultivaluedCurrency-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1266047 INFO  (TEST-BadIndexSchemaTest.testMultivaluedCurrency-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1266055 INFO  (TEST-BadIndexSchemaTest.testMultivaluedCurrency-seed#[FD62B68499148B85]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-currency-ft-multivalued
   [junit4]   2> 1266057 INFO  (TEST-BadIndexSchemaTest.testMultivaluedCurrency-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1266057 INFO  (TEST-BadIndexSchemaTest.testMultivaluedCurrency-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1266058 INFO  (TEST-BadIndexSchemaTest.testMultivaluedCurrency-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1266076 INFO  (TEST-BadIndexSchemaTest.testMultivaluedCurrency-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1266084 INFO  (TEST-BadIndexSchemaTest.testMultivaluedCurrency-seed#[FD62B68499148B85]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-currency-multivalued
   [junit4]   2> 1266086 INFO  (TEST-BadIndexSchemaTest.testMultivaluedCurrency-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1266086 INFO  (TEST-BadIndexSchemaTest.testMultivaluedCurrency-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1266086 INFO  (TEST-BadIndexSchemaTest.testMultivaluedCurrency-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1266105 INFO  (TEST-BadIndexSchemaTest.testMultivaluedCurrency-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1266113 INFO  (TEST-BadIndexSchemaTest.testMultivaluedCurrency-seed#[FD62B68499148B85]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-currency-ft-multivalued
   [junit4]   2> 1266115 INFO  (TEST-BadIndexSchemaTest.testMultivaluedCurrency-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1266115 INFO  (TEST-BadIndexSchemaTest.testMultivaluedCurrency-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testMultivaluedCurrency
   [junit4]   2> 1266117 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateDynamicField-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSevereErrorsForDuplicateDynamicField
   [junit4]   2> 1266117 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateDynamicField-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1266117 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateDynamicField-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1266136 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateDynamicField-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1266144 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateDynamicField-seed#[FD62B68499148B85]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-dup-dynamicField
   [junit4]   2> 1266146 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateDynamicField-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1266146 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateDynamicField-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSevereErrorsForDuplicateDynamicField
   [junit4]   2> 1266148 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnexpectedAnalyzer-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSevereErrorsForUnexpectedAnalyzer
   [junit4]   2> 1266148 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnexpectedAnalyzer-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1266148 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnexpectedAnalyzer-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1266166 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnexpectedAnalyzer-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1266174 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnexpectedAnalyzer-seed#[FD62B68499148B85]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-nontext-analyzer
   [junit4]   2> 1266183 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnexpectedAnalyzer-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1266183 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnexpectedAnalyzer-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1266183 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnexpectedAnalyzer-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1266203 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnexpectedAnalyzer-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1266211 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnexpectedAnalyzer-seed#[FD62B68499148B85]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-analyzer-class-and-nested
   [junit4]   2> 1266212 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnexpectedAnalyzer-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1266213 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnexpectedAnalyzer-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSevereErrorsForUnexpectedAnalyzer
   [junit4]   2> 1266214 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSweetSpotSimBadConfig
   [junit4]   2> 1266215 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1266215 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1266237 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1266246 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[FD62B68499148B85]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-sweetspot-both-tf
   [junit4]   2> 1266252 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1266252 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1266253 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1266277 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1266287 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[FD62B68499148B85]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-sweetspot-partial-baseline
   [junit4]   2> 1266290 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1266290 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1266291 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1266314 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1266323 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[FD62B68499148B85]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-sweetspot-partial-hyperbolic
   [junit4]   2> 1266326 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1266326 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1266327 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1266347 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1266363 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[FD62B68499148B85]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-sweetspot-partial-norms
   [junit4]   2> 1266366 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1266366 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSweetSpotSimBadConfig
   [junit4]   2> 1266368 INFO  (TEST-BadIndexSchemaTest.testDefaultOperatorBanned-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDefaultOperatorBanned
   [junit4]   2> 1266368 INFO  (TEST-BadIndexSchemaTest.testDefaultOperatorBanned-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1266368 INFO  (TEST-BadIndexSchemaTest.testDefaultOperatorBanned-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1266387 INFO  (TEST-BadIndexSchemaTest.testDefaultOperatorBanned-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1266395 INFO  (TEST-BadIndexSchemaTest.testDefaultOperatorBanned-seed#[FD62B68499148B85]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-default-operator
   [junit4]   2> 1266397 INFO  (TEST-BadIndexSchemaTest.testDefaultOperatorBanned-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1266397 INFO  (TEST-BadIndexSchemaTest.testDefaultOperatorBanned-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDefaultOperatorBanned
   [junit4]   2> 1266399 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnsupportedAttributesOnDynamicField-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSevereErrorsForUnsupportedAttributesOnDynamicField
   [junit4]   2> 1266399 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnsupportedAttributesOnDynamicField-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1266400 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnsupportedAttributesOnDynamicField-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1266419 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnsupportedAttributesOnDynamicField-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1266427 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnsupportedAttributesOnDynamicField-seed#[FD62B68499148B85]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-dynamicfield-default-val
   [junit4]   2> 1266429 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnsupportedAttributesOnDynamicField-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1266429 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnsupportedAttributesOnDynamicField-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1266429 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnsupportedAttributesOnDynamicField-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1266448 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnsupportedAttributesOnDynamicField-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1266457 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnsupportedAttributesOnDynamicField-seed#[FD62B68499148B85]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-dynamicfield-required
   [junit4]   2> 1266458 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnsupportedAttributesOnDynamicField-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1266458 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnsupportedAttributesOnDynamicField-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSevereErrorsForUnsupportedAttributesOnDynamicField
   [junit4]   2> 1266460 INFO  (TEST-BadIndexSchemaTest.testBogusParameters-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBogusParameters
   [junit4]   2> 1266460 INFO  (TEST-BadIndexSchemaTest.testBogusParameters-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1266461 INFO  (TEST-BadIndexSchemaTest.testBogusParameters-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1266483 INFO  (TEST-BadIndexSchemaTest.testBogusParameters-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1266491 INFO  (TEST-BadIndexSchemaTest.testBogusParameters-seed#[FD62B68499148B85]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-bogus-field-parameters
   [junit4]   2> 1266493 INFO  (TEST-BadIndexSchemaTest.testBogusParameters-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1266493 INFO  (TEST-BadIndexSchemaTest.testBogusParameters-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testBogusParameters
   [junit4]   2> 1266495 INFO  (TEST-BadIndexSchemaTest.testCurrencyOERNoRates-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCurrencyOERNoRates
   [junit4]   2> 1266495 INFO  (TEST-BadIndexSchemaTest.testCurrencyOERNoRates-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1266495 INFO  (TEST-BadIndexSchemaTest.testCurrencyOERNoRates-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1266540 INFO  (TEST-BadIndexSchemaTest.testCurrencyOERNoRates-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1266597 INFO  (TEST-BadIndexSchemaTest.testCurrencyOERNoRates-seed#[FD62B68499148B85]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-currency-ft-oer-norates
   [junit4]   2> 1266600 INFO  (TEST-BadIndexSchemaTest.testCurrencyOERNoRates-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1266600 INFO  (TEST-BadIndexSchemaTest.testCurrencyOERNoRates-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCurrencyOERNoRates
   [junit4]   2> 1266602 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypeSimButNoSchemaSimFactory-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testPerFieldtypeSimButNoSchemaSimFactory
   [junit4]   2> 1266602 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypeSimButNoSchemaSimFactory-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1266602 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypeSimButNoSchemaSimFactory-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1266646 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypeSimButNoSchemaSimFactory-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1266654 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypeSimButNoSchemaSimFactory-seed#[FD62B68499148B85]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-sim-global-vs-ft-mismatch
   [junit4]   2> 1266657 ERROR (TEST-BadIndexSchemaTest.testPerFieldtypeSimButNoSchemaSimFactory-seed#[FD62B68499148B85]) [    ] o.a.s.s.IndexSchema FieldType 'sim1' is configured with a similarity, but the global similarity does not support it: class org.apache.solr.search.similarities.BM25SimilarityFactory
   [junit4]   2> 1266657 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypeSimButNoSchemaSimFactory-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1266657 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypeSimButNoSchemaSimFactory-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testPerFieldtypeSimButNoSchemaSimFactory
   [junit4]   2> 1266661 INFO  (TEST-BadIndexSchemaTest.testDocValuesUnsupported-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDocValuesUnsupported
   [junit4]   2> 1266661 INFO  (TEST-BadIndexSchemaTest.testDocValuesUnsupported-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1266663 INFO  (TEST-BadIndexSchemaTest.testDocValuesUnsupported-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1266686 INFO  (TEST-BadIndexSchemaTest.testDocValuesUnsupported-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1266694 INFO  (TEST-BadIndexSchemaTest.testDocValuesUnsupported-seed#[FD62B68499148B85]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-docValues-unsupported
   [junit4]   2> 1266695 INFO  (TEST-BadIndexSchemaTest.testDocValuesUnsupported-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1266695 INFO  (TEST-BadIndexSchemaTest.testDocValuesUnsupported-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDocValuesUnsupported
   [junit4]   2> 1266698 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateFields-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSevereErrorsForDuplicateFields
   [junit4]   2> 1266698 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateFields-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1266699 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateFields-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1266732 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateFields-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1266740 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateFields-seed#[FD62B68499148B85]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-dup-field
   [junit4]   2> 1266743 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateFields-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1266743 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateFields-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSevereErrorsForDuplicateFields
   [junit4]   2> 1266747 INFO  (TEST-BadIndexSchemaTest.testBogusAnalysisParameters-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBogusAnalysisParameters
   [junit4]   2> 1266747 INFO  (TEST-BadIndexSchemaTest.testBogusAnalysisParameters-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1266748 INFO  (TEST-BadIndexSchemaTest.testBogusAnalysisParameters-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1266800 INFO  (TEST-BadIndexSchemaTest.testBogusAnalysisParameters-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1266808 INFO  (TEST-BadIndexSchemaTest.testBogusAnalysisParameters-seed#[FD62B68499148B85]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-bogus-analysis-parameters
   [junit4]   2> 1266810 INFO  (TEST-BadIndexSchemaTest.testBogusAnalysisParameters-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1266810 INFO  (TEST-BadIndexSchemaTest.testBogusAnalysisParameters-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testBogusAnalysisParameters
   [junit4]   2> 1266813 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForInvalidFieldOptions-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSevereErrorsForInvalidFieldOptions
   [junit4]   2> 1266813 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForInvalidFieldOptions-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1266814 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForInvalidFieldOptions-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1266844 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForInvalidFieldOptions-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1266862 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForInvalidFieldOptions-seed#[FD62B68499148B85]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-not-indexed-but-norms
   [junit4]   2> 1266863 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForInvalidFieldOptions-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1266864 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForInvalidFieldOptions-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1266864 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForInvalidFieldOptions-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1266882 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForInvalidFieldOptions-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1266890 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForInvalidFieldOptions-seed#[FD62B68499148B85]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-not-indexed-but-tf
   [junit4]   2> 1266892 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForInvalidFieldOptions-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1266892 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForInvalidFieldOptions-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1266893 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForInvalidFieldOptions-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1266911 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForInvalidFieldOptions-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1266918 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForInvalidFieldOptions-seed#[FD62B68499148B85]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-not-indexed-but-pos
   [junit4]   2> 1266920 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForInvalidFieldOptions-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1266920 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForInvalidFieldOptions-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1266920 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForInvalidFieldOptions-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1266939 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForInvalidFieldOptions-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1266947 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForInvalidFieldOptions-seed#[FD62B68499148B85]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-omit-tf-but-not-pos
   [junit4]   2> 1266948 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForInvalidFieldOptions-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1266948 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForInvalidFieldOptions-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSevereErrorsForInvalidFieldOptions
   [junit4]   2> 1266950 INFO  (TEST-BadIndexSchemaTest.testCurrencyBogusCode-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCurrencyBogusCode
   [junit4]   2> 1266951 INFO  (TEST-BadIndexSchemaTest.testCurrencyBogusCode-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1266951 INFO  (TEST-BadIndexSchemaTest.testCurrencyBogusCode-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1266970 INFO  (TEST-BadIndexSchemaTest.testCurrencyBogusCode-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1266978 INFO  (TEST-BadIndexSchemaTest.testCurrencyBogusCode-seed#[FD62B68499148B85]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-currency-ft-bogus-default-code
   [junit4]   2> 1266980 INFO  (TEST-BadIndexSchemaTest.testCurrencyBogusCode-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1266980 INFO  (TEST-BadIndexSchemaTest.testCurrencyBogusCode-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1266980 INFO  (TEST-BadIndexSchemaTest.testCurrencyBogusCode-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1267004 INFO  (TEST-BadIndexSchemaTest.testCurrencyBogusCode-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1267017 INFO  (TEST-BadIndexSchemaTest.testCurrencyBogusCode-seed#[FD62B68499148B85]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-currency-ft-bogus-code-in-xml
   [junit4]   2> 1267020 INFO  (TEST-BadIndexSchemaTest.testCurrencyBogusCode-seed#[FD62B68499148B85]) [    ] o.a.s.s.IndexSchema Loaded schema bad-schema-currency-ft-bogus-code-in-xml/1.4 with uniqueid field id
   [junit4]   2> 1267022 INFO  (TEST-BadIndexSchemaTest.testCurrencyBogusCode-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1267022 INFO  (TEST-BadIndexSchemaTest.testCurrencyBogusCode-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCurrencyBogusCode
   [junit4]   2> 1267024 INFO  (TEST-BadIndexSchemaTest.testDefaultOperatorNotBannedForPre66-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDefaultOperatorNotBannedForPre66
   [junit4]   2> 1267024 INFO  (TEST-BadIndexSchemaTest.testDefaultOperatorNotBannedForPre66-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1267025 INFO  (TEST-BadIndexSchemaTest.testDefaultOperatorNotBannedForPre66-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1267044 INFO  (TEST-BadIndexSchemaTest.testDefaultOperatorNotBannedForPre66-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1267052 INFO  (TEST-BadIndexSchemaTest.testDefaultOperatorNotBannedForPre66-seed#[FD62B68499148B85]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-default-operator
   [junit4]   2> 1267054 WARN  (TEST-BadIndexSchemaTest.testDefaultOperatorNotBannedForPre66-seed#[FD62B68499148B85]) [    ] o.a.s.s.IndexSchema [null] query parser default operator is OR. WARNING: Deprecated, please use 'q.op' on request instead. Will not work from Solr 7
   [junit4]   2> 1267054 INFO  (TEST-BadIndexSchemaTest.testDefaultOperatorNotBannedForPre66-seed#[FD62B68499148B85]) [    ] o.a.s.s.IndexSchema Loaded schema bad-schema-default-operator/1.6 with uniqueid field id
   [junit4]   2> 1267058 INFO  (TEST-BadIndexSchemaTest.testDefaultOperatorNotBannedForPre66-seed#[FD62B68499148B85]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 1267089 INFO  (TEST-BadIndexSchemaTest.testDefaultOperatorNotBannedForPre66-seed#[FD62B68499148B85]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69d0b870
   [junit4]   2> 1267095 INFO  (TEST-BadIndexSchemaTest.testDefaultOperatorNotBannedForPre66-seed#[FD62B68499148B85]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69d0b870
   [junit4]   2> 1267095 INFO  (TEST-BadIndexSchemaTest.testDefaultOperatorNotBannedForPre66-seed#[FD62B68499148B85]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69d0b870
   [junit4]   2> 1267097 INFO  (coreLoadExecutor-4592-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1267122 INFO  (coreLoadExecutor-4592-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1267130 INFO  (coreLoadExecutor-4592-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=bad-schema-default-operator
   [junit4]   2> 1267132 WARN  (coreLoadExecutor-4592-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] query parser default operator is OR. WARNING: Deprecated, please use 'q.op' on request instead. Will not work from Solr 7
   [junit4]   2> 1267132 INFO  (coreLoadExecutor-4592-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema bad-schema-default-operator/1.6 with uniqueid field id
   [junit4]   2> 1267132 INFO  (coreLoadExecutor-4592-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 1267132 INFO  (coreLoadExecutor-4592-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69d0b870
   [junit4]   2> 1267133 INFO  (coreLoadExecutor-4592-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1267133 INFO  (coreLoadExecutor-4592-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.schema.BadIndexSchemaTest_FD62B68499148B85-001/init-core-data-001/]
   [junit4]   2> 1267134 INFO  (coreLoadExecutor-4592-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=13, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=14.5048828125, floorSegmentMB=0.90234375, forceMergeDeletesPctAllowed=2.684419020506933, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1267188 INFO  (coreLoadExecutor-4592-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1267188 INFO  (coreLoadExecutor-4592-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1267189 INFO  (coreLoadExecutor-4592-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=28, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=61.166015625, floorSegmentMB=1.478515625, forceMergeDeletesPctAllowed=12.185946580689295, segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1267189 INFO  (coreLoadExecutor-4592-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@f61f6a4[collection1] main]
   [junit4]   2> 1267190 WARN  (coreLoadExecutor-4592-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 1267190 INFO  (coreLoadExecutor-4592-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1267190 INFO  (searcherExecutor-4593-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@f61f6a4[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1267191 INFO  (TEST-BadIndexSchemaTest.testDefaultOperatorNotBannedForPre66-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1267191 INFO  (TEST-BadIndexSchemaTest.testDefaultOperatorNotBannedForPre66-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDefaultOperatorNotBannedForPre66
   [junit4]   2> 1267194 INFO  (TEST-BadIndexSchemaTest.testSchemaWithDefaultSearchField-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSchemaWithDefaultSearchField
   [junit4]   2> 1267194 INFO  (TEST-BadIndexSchemaTest.testSchemaWithDefaultSearchField-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1267195 INFO  (TEST-BadIndexSchemaTest.testSchemaWithDefaultSearchField-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1267218 INFO  (TEST-BadIndexSchemaTest.testSchemaWithDefaultSearchField-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1267226 INFO  (TEST-BadIndexSchemaTest.testSchemaWithDefaultSearchField-seed#[FD62B68499148B85]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-defaultsearchfield
   [junit4]   2> 1267228 WARN  (TEST-BadIndexSchemaTest.testSchemaWithDefaultSearchField-seed#[FD62B68499148B85]) [    ] o.a.s.s.IndexSchema 'defaultSearchField' is deprecated, please use 'df' on request instead.
   [junit4]   2> 1267228 ERROR (TEST-BadIndexSchemaTest.testSchemaWithDefaultSearchField-seed#[FD62B68499148B85]) [    ] o.a.s.s.IndexSchema defaultSearchField has been deprecated and is incompatible with configs with luceneMatchVersion >= 6.6.0.  Use 'df' on requests instead.
   [junit4]   2> 1267228 INFO  (TEST-BadIndexSchemaTest.testSchemaWithDefaultSearchField-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1267228 INFO  (TEST-BadIndexSchemaTest.testSchemaWithDefaultSearchField-seed#[FD62B68499148B85]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1492775901
   [junit4]   2> 1267229 INFO  (TEST-BadIndexSchemaTest.testSchemaWithDefaultSearchField-seed#[FD62B68499148B85]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1267229 INFO  (coreCloseExecutor-4597-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5cbdd8ac
   [junit4]   2> 1267251 INFO  (coreCloseExecutor-4597-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 1267253 INFO  (TEST-BadIndexSchemaTest.testSchemaWithDefaultSearchField-seed#[FD62B68499148B85]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1267255 INFO  (TEST-BadIndexSchemaTest.testSchemaWithDefaultSearchField-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSchemaWithDefaultSearchField
   [junit4]   2> 1267260 INFO  (TEST-BadIndexSchemaTest.testDefaultSearchFieldNotBannedForPre66-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDefaultSearchFieldNotBannedForPre66
   [junit4]   2> 1267261 INFO  (TEST-BadIndexSchemaTest.testDefaultSearchFieldNotBannedForPre66-seed#[FD62B68499148B85]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1267261 INFO  (TEST-BadIndexSchemaTest.testDefaultSearchFieldNotBannedForPre66-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1267288 INFO  (TEST-BadIndexSchemaTest.testDefaultSearchFieldNotBannedForPre66-seed#[FD62B68499148B85]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1267297 INFO  (TEST-BadIndexSchemaTest.testDefaultSearchFieldNotBannedForPre66-seed#[FD62B68499148B85]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-defaultsearchfield
   [junit4]   2> 1267298 WARN  (TEST-BadIndexSchemaTest.testDefaultSearchFieldNotBannedForPre66-seed#[FD62B68499148B85]) [    ] o.a.s.s.IndexSchema 'defaultSearchField' is deprecated, please use 'df' on request instead.
   [junit4]   2> 1267298 INFO  (TEST-BadIndexSchemaTest.testDefaultSearchFieldNotBannedForPre66-seed#[FD62B68499148B85]) [    ] o.a.s.s.IndexSchema [null] default search field in schema is id.
   [junit4]   2> 1267299 INFO  (TEST-BadIndexSchemaTest.testDefaultSearchFieldNotBannedForPre66-seed#[FD62B68499148B85]) [    ] o.a.s.s.IndexSchema Loaded schema bad-schema-defaultsearchfield/1.6 with uniqueid field id
   [junit4]   2> 1267301 INFO  (TEST-BadIndexSchemaTest.testDefaultSearchFieldNotBannedForPre66-seed#[FD62B68499148B85]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 1267331 INFO  (TEST-BadIndexSchemaTest.testDefaultSearchFieldNotBannedForPre66-seed#[FD62B68499148B85]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69d0b870
   [junit4]   2> 1267336 INFO  (TEST-BadIndexSchemaTest.testDefaultSearchFieldNotBannedForPre66-seed#[FD62B68499148B85]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69d0b870
   [junit4]   2> 1267337 INFO  (TEST-BadIndexSchemaTest.testDefaultSearchFieldNotBannedForPre66-seed#[FD62B68499148B85]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69d0b870
   [junit4]   2> 1267338 INFO  (coreLoadExecutor-4604-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1267363 INFO  (coreLoadExecutor-4604-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1267372 INFO  (coreLoadExecutor-4604-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=bad-schema-defaultsearchfield
   [junit4]   2> 1267374 WARN  (coreLoadExecutor-4604-thread-1) [    x:collection1] o.a.s.s.IndexSchema 'defaultSearchField' is deprecated, please use 'df' on request instead.
   [junit4]   2> 1267374 INFO  (coreLoadExecutor-4604-thread-1) [    x:collection1] o.a.s.s.

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

at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper
   [junit4]    > 	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)
   [junit4]    > 	at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:91)
   [junit4]    > 	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:728)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:919)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)
   [junit4]    > 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
   [junit4]    > 	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1010)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)
   [junit4]    > 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
   [junit4]    > 	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:323)
   [junit4]    > 	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2008)
   [junit4]    > 	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2160)
   [junit4]    > 	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1062)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:945)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)
   [junit4]    > 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper
   [junit4]    > 	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)
   [junit4]    > 	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:353)
   [junit4]    > 	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:696)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:919)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)
   [junit4]    > 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([FD62B68499148B85]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:302)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: 4 threads leaked from SUITE scope at org.apache.solr.schema.BadIndexSchemaTest: 
   [junit4]    >    1) Thread[id=9781, name=searcherExecutor-4605-thread-1, state=WAITING, group=TGRP-BadIndexSchemaTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >    2) Thread[id=9777, name=solr-idle-connections-evictor, state=TIMED_WAITING, group=TGRP-BadIndexSchemaTest]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at org.apache.solr.update.UpdateShardHandler$IdleConnectionsEvictor$1.run(UpdateShardHandler.java:266)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >    3) Thread[id=9776, name=solr-idle-connections-evictor, state=TIMED_WAITING, group=TGRP-BadIndexSchemaTest]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at org.apache.solr.update.UpdateShardHandler$IdleConnectionsEvictor$1.run(UpdateShardHandler.java:266)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >    4) Thread[id=9779, name=Thread-2549, state=WAITING, group=TGRP-BadIndexSchemaTest]
   [junit4]    >         at java.lang.Object.wait(Native Method)
   [junit4]    >         at java.lang.Object.wait(Object.java:502)
   [junit4]    >         at org.apache.solr.core.CloserThread.run(CoreContainer.java:1496)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([FD62B68499148B85]:0)Throwable #3: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=9781, name=searcherExecutor-4605-thread-1, state=WAITING, group=TGRP-BadIndexSchemaTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >    2) Thread[id=9779, name=Thread-2549, state=WAITING, group=TGRP-BadIndexSchemaTest]
   [junit4]    >         at java.lang.Object.wait(Native Method)
   [junit4]    >         at java.lang.Object.wait(Object.java:502)
   [junit4]    >         at org.apache.solr.core.CloserThread.run(CoreContainer.java:1496)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([FD62B68499148B85]:0)
   [junit4] Completed [473/711 (1!)] on J2 in 46.29s, 23 tests, 1 failure, 2 errors <<< FAILURES!

[...truncated 44165 lines...]