Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Windows/389/
Java: 64bit/jdk1.8.0_102 -XX:+UseCompressedOops -XX:+UseSerialGC

2 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([A8E791D8D32B39E8:20B3AE027DD75410]: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:1162)
        at 
org.apache.solr.TestDistributedSearch.queryPartialResults(TestDistributedSearch.java:1103)
        at 
org.apache.solr.TestDistributedSearch.test(TestDistributedSearch.java:963)
        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:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        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:367)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail

Error Message:
expected:<200> but was:<404>

Stack Trace:
java.lang.AssertionError: expected:<200> but was:<404>
        at 
__randomizedtesting.SeedInfo.seed([A8E791D8D32B39E8:C058A4F203B12B04]: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.TestSolrCloudWithDelegationTokens.cancelDelegationToken(TestSolrCloudWithDelegationTokens.java:141)
        at 
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail(TestSolrCloudWithDelegationTokens.java:286)
        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:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        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:367)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11332 lines...]
   [junit4] Suite: org.apache.solr.TestDistributedSearch
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch_A8E791D8D32B39E8-001\init-core-data-001
   [junit4]   2> 1075877 INFO  
(SUITE-TestDistributedSearch-seed#[A8E791D8D32B39E8]-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> 1075877 INFO  
(SUITE-TestDistributedSearch-seed#[A8E791D8D32B39E8]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1076530 INFO  
(TEST-TestDistributedSearch.test-seed#[A8E791D8D32B39E8]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch_A8E791D8D32B39E8-001\tempDir-001\control\cores\collection1
   [junit4]   2> 1076534 INFO  
(TEST-TestDistributedSearch.test-seed#[A8E791D8D32B39E8]) [    ] o.e.j.s.Server 
jetty-9.3.8.v20160314
   [junit4]   2> 1076535 INFO  
(TEST-TestDistributedSearch.test-seed#[A8E791D8D32B39E8]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7a4178ff{/,null,AVAILABLE}
   [junit4]   2> 1076536 INFO  
(TEST-TestDistributedSearch.test-seed#[A8E791D8D32B39E8]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@7b4db2ba{HTTP/1.1,[http/1.1]}{127.0.0.1:59919}
   [junit4]   2> 1076536 INFO  
(TEST-TestDistributedSearch.test-seed#[A8E791D8D32B39E8]) [    ] o.e.j.s.Server 
Started @1080724ms
   [junit4]   2> 1076536 INFO  
(TEST-TestDistributedSearch.test-seed#[A8E791D8D32B39E8]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, hostPort=59919, 
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch_A8E791D8D32B39E8-001\tempDir-001\control\cores}
   [junit4]   2> 1076537 INFO  
(TEST-TestDistributedSearch.test-seed#[A8E791D8D32B39E8]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 1076537 INFO  
(TEST-TestDistributedSearch.test-seed#[A8E791D8D32B39E8]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch_A8E791D8D32B39E8-001\tempDir-001\control'
   [junit4]   2> 1076537 INFO  
(TEST-TestDistributedSearch.test-seed#[A8E791D8D32B39E8]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1076537 INFO  
(TEST-TestDistributedSearch.test-seed#[A8E791D8D32B39E8]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1076538 INFO  
(TEST-TestDistributedSearch.test-seed#[A8E791D8D32B39E8]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch_A8E791D8D32B39E8-001\tempDir-001\control\solr.xml
   [junit4]   2> 1076549 INFO  
(TEST-TestDistributedSearch.test-seed#[A8E791D8D32B39E8]) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch_A8E791D8D32B39E8-001\tempDir-001\control\cores
   [junit4]   2> 1076549 INFO  
(TEST-TestDistributedSearch.test-seed#[A8E791D8D32B39E8]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1670710185
   [junit4]   2> 1076550 INFO  
(TEST-TestDistributedSearch.test-seed#[A8E791D8D32B39E8]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch_A8E791D8D32B39E8-001\tempDir-001\control]
   [junit4]   2> 1076550 WARN  
(TEST-TestDistributedSearch.test-seed#[A8E791D8D32B39E8]) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch_A8E791D8D32B39E8-001\tempDir-001\control\lib
 to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch_A8E791D8D32B39E8-001\tempDir-001\control\lib
   [junit4]   2> 1076554 INFO  
(TEST-TestDistributedSearch.test-seed#[A8E791D8D32B39E8]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : 
false,connectionsEvictorSleepDelay : 5000,maxConnectionIdleTime : 40000,
   [junit4]   2> 1076562 INFO  
(TEST-TestDistributedSearch.test-seed#[A8E791D8D32B39E8]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1076562 INFO  
(TEST-TestDistributedSearch.test-seed#[A8E791D8D32B39E8]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1076562 INFO  
(TEST-TestDistributedSearch.test-seed#[A8E791D8D32B39E8]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1076562 INFO  
(TEST-TestDistributedSearch.test-seed#[A8E791D8D32B39E8]) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 1076562 INFO  
(TEST-TestDistributedSearch.test-seed#[A8E791D8D32B39E8]) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1076564 INFO  
(TEST-TestDistributedSearch.test-seed#[A8E791D8D32B39E8]) [    ] 
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch_A8E791D8D32B39E8-001\tempDir-001\control\cores
   [junit4]   2> 1076565 INFO  
(TEST-TestDistributedSearch.test-seed#[A8E791D8D32B39E8]) [    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, 
config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, 
configSetProperties=configsetprops.json, transient=false, dataDir=data\, 
configSet=collection1}
   [junit4]   2> 1076565 INFO  
(TEST-TestDistributedSearch.test-seed#[A8E791D8D32B39E8]) [    ] 
o.a.s.c.CorePropertiesLocator Found core collection1 in 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch_A8E791D8D32B39E8-001\tempDir-001\control\cores\collection1
   [junit4]   2> 1076567 INFO  
(TEST-TestDistributedSearch.test-seed#[A8E791D8D32B39E8]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1076567 INFO  
(TEST-TestDistributedSearch.test-seed#[A8E791D8D32B39E8]) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1076567 INFO  
(TEST-TestDistributedSearch.test-seed#[A8E791D8D32B39E8]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1076568 INFO  (coreLoadExecutor-4589-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1'
   [junit4]   2> 1076569 INFO  (coreLoadExecutor-4589-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1076569 INFO  (coreLoadExecutor-4589-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1076570 INFO  (coreLoadExecutor-4589-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 1076570 INFO  (coreLoadExecutor-4589-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 1076641 INFO  (coreLoadExecutor-4589-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1076650 WARN  (coreLoadExecutor-4589-thread-1) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1076653 INFO  (coreLoadExecutor-4589-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.2.0
   [junit4]   2> 1076672 INFO  (coreLoadExecutor-4589-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1076679 INFO  (coreLoadExecutor-4589-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1076788 INFO  (coreLoadExecutor-4589-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1076801 INFO  (coreLoadExecutor-4589-thread-1) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1076803 INFO  (coreLoadExecutor-4589-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1076808 INFO  (coreLoadExecutor-4589-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1076810 INFO  (coreLoadExecutor-4589-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1076815 INFO  (coreLoadExecutor-4589-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 1076816 INFO  (coreLoadExecutor-4589-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 1076823 INFO  (coreLoadExecutor-4589-thread-1) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1'
   [junit4]   2> 1076824 INFO  (coreLoadExecutor-4589-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
configset 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1
   [junit4]   2> 1076824 INFO  (coreLoadExecutor-4589-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1076824 INFO  (coreLoadExecutor-4589-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch_A8E791D8D32B39E8-001\tempDir-001\control\cores\collection1\data\]
   [junit4]   2> 1076824 INFO  (coreLoadExecutor-4589-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@48798865
   [junit4]   2> 1076825 INFO  (coreLoadExecutor-4589-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch_A8E791D8D32B39E8-001\tempDir-001\control\cores\collection1\data\snapshot_metadata
   [junit4]   2> 1076825 INFO  (coreLoadExecutor-4589-thread-1) [    
x:collection1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot 
metadata file...
   [junit4]   2> 1076825 INFO  (coreLoadExecutor-4589-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch_A8E791D8D32B39E8-001\tempDir-001\control\cores\collection1\data\
   [junit4]   2> 1076825 INFO  (coreLoadExecutor-4589-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch_A8E791D8D32B39E8-001\tempDir-001\control\cores\collection1\data\index/
   [junit4]   2> 1076826 WARN  (coreLoadExecutor-4589-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch_A8E791D8D32B39E8-001\tempDir-001\control\cores\collection1\data\index'
 doesn't exist. Creating new index...
   [junit4]   2> 1076826 INFO  (coreLoadExecutor-4589-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch_A8E791D8D32B39E8-001\tempDir-001\control\cores\collection1\data\index
   [junit4]   2> 1076826 INFO  (coreLoadExecutor-4589-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@79cd018c
   [junit4]   2> 1076830 INFO  (coreLoadExecutor-4589-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@5c6ea64b 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@55608627),segFN=segments_1,generation=1}
   [junit4]   2> 1076830 INFO  (coreLoadExecutor-4589-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1076837 INFO  (coreLoadExecutor-4589-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 1076837 INFO  (coreLoadExecutor-4589-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1076837 INFO  (coreLoadExecutor-4589-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1076837 INFO  (coreLoadExecutor-4589-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 1076837 INFO  (coreLoadExecutor-4589-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1076838 INFO  (coreLoadExecutor-4589-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1076838 INFO  (coreLoadExecutor-4589-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1076838 INFO  (coreLoadExecutor-4589-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1076838 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection1 in 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch_A8E791D8D32B39E8-001\tempDir-001\control\cores\collection1\data\
   [junit4]   2> 1076838 INFO  (coreLoadExecutor-4589-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1076838 INFO  (coreLoadExecutor-4589-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1076838 INFO  (coreLoadExecutor-4589-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 1076838 INFO  (coreLoadExecutor-4589-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 1076838 WARN  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.DirectoryFactory 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch_A8E791D8D32B39E8-001\tempDir-001\control\cores\collection1\data\
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 1076845 INFO  (coreLoadExecutor-4589-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1076846 INFO  (coreLoadExecutor-4589-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1076847 INFO  (coreLoadExecutor-4589-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1076848 INFO  (coreLoadExecutor-4589-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1076852 INFO  (coreLoadExecutor-4589-thread-1) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 1076852 INFO  (coreLoadExecutor-4589-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/graph,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 1076853 INFO  (coreLoadExecutor-4589-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1076853 INFO  (coreLoadExecutor-4589-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1076854 INFO  (coreLoadExecutor-4589-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 1076855 INFO  (coreLoadExecutor-4589-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1076855 INFO  (coreLoadExecutor-4589-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1076855 INFO  (coreLoadExecutor-4589-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=40, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5556840453266402]
   [junit4]   2> 1076858 INFO  (coreLoadExecutor-4589-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@5c6ea64b 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@55608627),segFN=segments_1,generation=1}
   [junit4]   2> 1076859 INFO  (coreLoadExecutor-4589-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1076859 INFO  (coreLoadExecutor-4589-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@ad14140[collection1] 
main]
   [junit4]   2> 1076859 INFO  (coreLoadExecutor-4589-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1076859 INFO  (coreLoadExecutor-4589-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
InMemoryStorage
   [junit4]   2> 1076859 INFO  (coreLoadExecutor-4589-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1076861 INFO  (coreLoadExecutor-4589-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1076895 INFO  (coreLoadExecutor-4589-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1076983 INFO  (coreLoadExecutor-4589-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1076983 INFO  
(searcherExecutor-4590-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1076984 INFO  
(searcherExecutor-4590-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1076984 INFO  
(searcherExecutor-4590-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1076984 INFO  
(searcherExecutor-4590-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1076985 INFO  (coreLoadExecutor-4589-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed 
version buckets
   [junit4]   2> 1076985 INFO  (coreLoadExecutor-4589-thread-1) [    
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 
65536 version buckets from index
   [junit4]   2> 1076985 INFO  (coreLoadExecutor-4589-thread-1) [    
x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed 
version bucket highest value from index
   [junit4]   2> 1076985 INFO  (coreLoadExecutor-4589-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1542811863162552320
   [junit4]   2> 1076985 INFO  
(searcherExecutor-4590-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1076991 INFO  (coreLoadExecutor-4589-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Took 6.0ms to seed version buckets with 
highest version 1542811863162552320
   [junit4]   2> 1076995 INFO  
(searcherExecutor-4590-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1076996 INFO  (coreLoadExecutor-4589-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1077000 INFO  
(searcherExecutor-4590-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1077006 INFO  
(searcherExecutor-4590-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1077007 INFO  
(searcherExecutor-4590-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1077008 INFO  
(searcherExecutor-4590-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@ad14140[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1077682 INFO  
(TEST-TestDistributedSearch.test-seed#[A8E791D8D32B39E8]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch_A8E791D8D32B39E8-001\tempDir-001\shard0\cores\collection1
   [junit4]   2> 1077686 INFO  
(TEST-TestDistributedSearch.test-seed#[A8E791D8D32B39E8]) [    ] o.e.j.s.Server 
jetty-9.3.8.v20160314
   [junit4]   2> 1077694 INFO  
(TEST-TestDistributedSearch.test-seed#[A8E791D8D32B39E8]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2f35c67b{/,null,AVAILABLE}
   [junit4]   2> 1077695 INFO  
(TEST-TestDistributedSearch.test-seed#[A8E791D8D32B39E8]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@2dc330ce{HTTP/1.1,[http/1.1]}{127.0.0.1:60153}
   [junit4]   2> 1077695 INFO  
(TEST-TestDistributedSearch.test-seed#[A8E791D8D32B39E8]) [    ] o.e.j.s.Server 
Started @1081883ms
   [junit4]   2> 1077695 INFO  
(TEST-TestDistributedSearch.test-seed#[A8E791D8D32B39E8]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, hostPort=60153, 
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch_A8E791D8D32B39E8-001\tempDir-001\shard0\cores}
   [junit4]   2> 1077696 INFO  
(TEST-TestDistributedSearch.test-seed#[A8E791D8D32B39E8]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 1077696 INFO  
(TEST-TestDistributedSearch.test-seed#[A8E791D8D32B39E8]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch_A8E791D8D32B39E8-001\tempDir-001\shard0'
   [junit4]   2> 1077696 INFO  
(TEST-TestDistributedSearch.test-seed#[A8E791D8D32B39E8]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1077696 INFO  
(TEST-TestDistributedSearch.test-seed#[A8E791D8D32B39E8]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1077697 INFO  
(TEST-TestDistributedSearch.test-seed#[A8E791D8D32B39E8]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch_A8E791D8D32B39E8-001\tempDir-001\shard0\solr.xml
   [junit4]   2> 1077707 INFO  
(TEST-TestDistributedSearch.test-seed#[A8E791D8D32B39E8]) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch_A8E791D8D32B39E8-001\tempDir-001\shard0\cores
   [junit4]   2> 1077708 INFO  
(TEST-TestDistributedSearch.test-seed#[A8E791D8D32B39E8]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 2145247458
   [junit4]   2> 1077708 INFO  
(TEST-TestDistributedSearch.test-seed#[A8E791D8D32B39E8]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch_A8E791D8D32B39E8-001\tempDir-001\shard0]
   [junit4]   2> 1077708 WARN  
(TEST-TestDistributedSearch.test-seed#[A8E791D8D32B39E8]) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch_A8E791D8D32B39E8-001\tempDir-001\shard0\lib
 to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch_A8E791D8D32B39E8-001\tempDir-001\shard0\lib
   [junit4]   2> 1077708 INFO  
(TEST-TestDistributedSearch.test-seed#[A8E791D8D32B39E8]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : 
false,connectionsEvictorSleepDelay : 5000,maxConnectionIdleTime : 40000,
   [junit4]   2> 1077710 INFO  
(TEST-TestDistributedSearch.test-seed#[A8E791D8D32B39E8]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1077710 INFO  
(TEST-TestDistributedSearch.test-seed#[A8E791D8D32B39E8]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1077710 INFO  
(TEST-TestDistributedSearch.test-seed#[A8E791D8D32B39E8]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1077715 INFO  
(TEST-TestDistributedSearch.test-seed#[A8E791D8D32B39E8]) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 1077715 INFO  
(TEST-TestDistributedSearch.test-seed#[A8E791D8D32B39E8]) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1077716 INFO  
(TEST-TestDistributedSearch.test-seed#[A8E791D8D32B39E8]) [    ] 
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch_A8E791D8D32B39E8-001\tempDir-001\shard0\cores
   [junit4]   2> 1077724 INFO  
(TEST-TestDistributedSearch.test-seed#[A8E791D8D32B39E8]) [    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, 
config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, 
configSetProperties=configsetprops.json, transient=false, dataDir=data\, 
configSet=collection1}
   [junit4]   2> 1077725 INFO  
(TEST-TestDistributedSearch.test-seed#[A8E791D8D32B39E8]) [    ] 
o.a.s.c.CorePropertiesLocator Found core collection1 in 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch_A8E791D8D32B39E8-001\tempDir-001\shard0\cores\collection1
   [junit4]   2> 1077725 INFO  
(TEST-TestDistributedSearch.test-seed#[A8E791D8D32B39E8]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1077727 INFO  
(TEST-TestDistributedSearch.test-seed#[A8E791D8D32B39E8]) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1077727 INFO  
(TEST-TestDistributedSearch.test-seed#[A8E791D8D32B39E8]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1077728 INFO  (coreLoadExecutor-4600-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1'
   [junit4]   2> 1077730 INFO  (coreLoadExecutor-4600-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1077730 INFO  (coreLoadExecutor-4600-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1077731 INFO  (coreLoadExecutor-4600-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 1077731 INFO  (coreLoadExecutor-4600-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 1077799 INFO  (coreLoadExecutor-4600-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1077804 WARN  (coreLoadExecutor-4600-thread-1) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1077806 INFO  (coreLoadExecutor-4600-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.2.0
   [junit4]   2> 1077838 INFO  (coreLoadExecutor-4600-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1077844 INFO  (coreLoadExecutor-4600-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1077920 INFO  (coreLoadExecutor-4600-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1077932 INFO  (coreLoadExecutor-4600-thread-1) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1077934 INFO  (coreLoadExecutor-4600-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1077940 INFO  (coreLoadExecutor-4600-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1077944 INFO  (coreLoadExecutor-4600-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1077947 INFO  (coreLoadExecutor-4600-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 1077947 INFO  (coreLoadExecutor-4600-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 1077955 INFO  (coreLoadExecutor-4600-thread-1) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1'
   [junit4]   2> 1077955 INFO  (coreLoadExecutor-4600-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
configset 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1
   [junit4]   2> 1077955 INFO  (coreLoadExecutor-4600-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1077956 INFO  (coreLoadExecutor-4600-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch_A8E791D8D32B39E8-001\tempDir-001\shard0\cores\collection1\data\]
   [junit4]   2> 1077956 INFO  (coreLoadExecutor-4600-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@48798865
   [junit4]   2> 1077956 INFO  (coreLoadExecutor-4600-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch_A8E791D8D32B39E8-001\tempDir-001\shard0\cores\collection1\data\snapshot_metadata
   [junit4]   2> 1077956 INFO  (coreLoadExecutor-4600-thread-1) [    
x:collection1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot 
metadata file...
   [junit4]   2> 1077956 INFO  (coreLoadExecutor-4600-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch_A8E791D8D32B39E8-001\tempDir-001\shard0\cores\collection1\data\
   [junit4]   2> 1077956 INFO  (coreLoadExecutor-4600-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch_A8E791D8D32B39E8-001\tempDir-001\shard0\cores\collection1\data\index/
   [junit4]   2> 1077957 WARN  (coreLoadExecutor-4600-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch_A8E791D8D32B39E8-001\tempDir-001\shard0\cores\collection1\data\index'
 doesn't exist. Creating new index...
   [junit4]   2> 1077957 INFO  (coreLoadExecutor-4600-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch_A8E791D8D32B39E8-001\tempDir-001\shard0\cores\collection1\data\index
   [junit4]   2> 1077957 INFO  (coreLoadExecutor-4600-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@2c902020
   [junit4]   2> 1077957 INFO  (coreLoadExecutor-4600-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@327687fa 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3caf0ff),segFN=segments_1,generation=1}
   [junit4]   2> 1077958 INFO  (coreLoadExecutor-4600-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1077963 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection1 in 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch_A8E791D8D32B39E8-001\tempDir-001\shard0\cores\collection1\data\
   [junit4]   2> 1077965 WARN  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.DirectoryFactory 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch_A8E791D8D32B39E8-001\tempDir-001\shard0\cores\collection1\data\
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 1077968 INFO  (coreLoadExecutor-4600-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 1077968 INFO  (coreLoadExecutor-4600-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1077968 INFO  (coreLoadExecutor-4600-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1077968 INFO  (coreLoadExecutor-4600-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 1077968 INFO  (coreLoadExecutor-4600-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1077968 INFO  (coreLoadExecutor-4600-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1077968 INFO  (coreLoadExecutor-4600-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1077969 INFO  (coreLoadExecutor-4600-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1077969 INFO  (coreLoadExecutor-4600-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1077969 INFO  (coreLoadExecutor-4600-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1077969 INFO  (coreLoadExecutor-4600-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 1077969 INFO  (coreLoadExecutor-4600-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 1077979 INFO  (coreLoadExecutor-4600-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1077982 INFO  (coreLoadExecutor-4600-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1077983 INFO  (coreLoadExecutor-4600-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1077984 INFO  (coreLoadExecutor-4600-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1077992 INFO  (coreLoadExecutor-4600-thread-1) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 1077994 INFO  (coreLoadExecutor-4600-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/graph,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 1077994 INFO  (coreLoadExecutor-4600-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1077995 INFO  (coreLoadExecutor-4600-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1077995 INFO  (coreLoadExecutor-4600-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 1077997 INFO  (coreLoadExecutor-4600-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1077997 INFO  (coreLoadExecutor-4600-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1078004 INFO  (coreLoadExecutor-4600-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=40, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5556840453266402]
   [junit4]   2> 1078009 INFO  (coreLoadExecutor-4600-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@327687fa 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3caf0ff),segFN=segments_1,generation=1}
   [junit4]   2> 1078009 INFO  (coreLoadExecutor-4600-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1078009 INFO  (coreLoadExecutor-4600-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@50a655a7[collection1] main]
   [junit4]   2> 1078009 INFO  (coreLoadExecutor-4600-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1078009 INFO  (coreLoadExecutor-4600-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
InMemoryStorage
   [junit4]   2> 1078010 INFO  (coreLoadExecutor-4600-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1078010 INFO  (coreLoadExecutor-4600-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1078039 INFO  (coreLoadExecutor-4600-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1078169 INFO  (coreLoadExecutor-4600-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1078170 INFO  
(searcherExecutor-4601-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1078171 INFO  
(searcherExecutor-4601-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1078171 INFO  
(searcherExecutor-4601-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1078171 INFO  
(searcherExecutor-4601-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1078171 INFO  (coreLoadExecutor-4600-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed 
version buckets
   [junit4]   2> 1078171 INFO  (coreLoadExecutor-4600-thread-1) [    
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 
65536 version buckets from index
   [junit4]   2> 1078171 INFO  (coreLoadExecutor-4600-thread-1) [    
x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed 
version bucket highest value from index
   [junit4]   2> 1078171 INFO  (coreLoadExecutor-4600-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1542811864406163456
   [junit4]   2> 1078171 INFO  
(searcherExecutor-4601-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1078172 INFO  
(searcherExecutor-4601-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1078173 INFO  (coreLoadExecutor-4600-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with 
highest version 1542811864406163456
   [junit4]   2> 1078173 INFO  (coreLoadExecutor-4600-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1078174 INFO  
(searcherExecutor-4601-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1078174 INFO  
(searcherExecutor-4601-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1078175 INFO  
(searcherExecutor-4601-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1078178 INFO  
(searcherExecutor-4601-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@50a655a7[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1078240 INFO  
(TEST-TestDistributedSearch.test-seed#[A8E791D8D32B39E8]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1078255 INFO  (qtp1693650770-9692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:* (-1542811864491098112)} 0 3
   [junit4]   2> 1078263 INFO  (qtp2073253377-9705) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:* (-1542811864497389568)} 0 5
   [junit4]   2> 1078267 INFO  (qtp1693650770-9689) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[1 (1542811864503681024)]} 0 3
   [junit4]   2> 1078271 INFO  (qtp2073253377-9715) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[1 (1542811864508923904)]} 0 2
   [junit4]   2> 1078275 INFO  (qtp1693650770-9688) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[2 (1542811864514166784)]} 0 1
   [junit4]   2> 1078278 INFO  (qtp2073253377-9712) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[2 (1542811864517312512)]} 0 1
   [junit4]   2> 1078282 INFO  (qtp1693650770-9686) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[3 (1542811864521506816)]} 0 1
   [junit4]   2> 1078284 INFO  (qtp2073253377-9711) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[3 (1542811864524652544)]} 0 0
   [junit4]   2> 1078287 INFO  (qtp1693650770-9686) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[4 (1542811864527798272)]} 0 0
   [junit4]   2> 1078289 INFO  (qtp2073253377-9711) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[4 (1542811864529895424)]} 0 0
   [junit4]   2> 1078292 INFO  (qtp1693650770-9685) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[5 (1542811864531992576)]} 0 0
   [junit4]   2> 1078295 INFO  (qtp2073253377-9709) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[5 (1542811864535138304)]} 0 1
   [junit4]   2> 1078298 INFO  (qtp1693650770-9696) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[6 (1542811864538284032)]} 0 0
   [junit4]   2> 1078300 INFO  (qtp2073253377-9708) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[6 (1542811864541429760)]} 0 0
   [junit4]   2> 1078302 INFO  (qtp1693650770-9695) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[7 (1542811864543526912)]} 0 0
   [junit4]   2> 1078306 INFO  (qtp2073253377-9707) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[7 (1542811864546672640)]} 0 0
   [junit4]   2> 1078308 INFO  (qtp1693650770-9697) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[8 (1542811864548769792)]} 0 1
   [junit4]   2> 1078311 INFO  (qtp2073253377-9719) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[8 (1542811864552964096)]} 0 1
   [junit4]   2> 1078315 INFO  (qtp1693650770-9692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[9 (1542811864557158400)]} 0 1
   [junit4]   2> 1078319 INFO  (qtp2073253377-9705) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[9 (1542811864560304128)]} 0 1
   [junit4]   2> 1078321 INFO  (qtp1693650770-9689) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1078371 INFO  (qtp1693650770-9689) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@5c6ea64b 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@55608627),segFN=segments_1,generation=1}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@5c6ea64b 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@55608627),segFN=segments_2,generation=2}
   [junit4]   2> 1078374 INFO  (qtp1693650770-9689) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 1078376 INFO  (qtp1693650770-9689) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@45396ec4[collection1] main]
   [junit4]   2> 1078376 INFO  (qtp1693650770-9689) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1078377 INFO  
(searcherExecutor-4590-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@45396ec4[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.2.0):c9)))}
   [junit4]   2> 1078377 INFO  (qtp1693650770-9689) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 56
   [junit4]   2> 1078380 INFO  (qtp2073253377-9715) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1078488 INFO  (qtp2073253377-9715) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@327687fa 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3caf0ff),segFN=segments_1,generation=1}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@327687fa 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3caf0ff),segFN=segments_2,generation=2}
   [junit4]   2> 1078488 INFO  (qtp2073253377-9715) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 1078492 INFO  (qtp2073253377-9715) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@5079c06b[collection1] main]
   [junit4]   2> 1078494 INFO  
(searcherExecutor-4601-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@5079c06b[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.2.0):c9)))}
   [junit4]   2> 1078495 INFO  (qtp2073253377-9715) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1078495 INFO  (qtp2073253377-9715) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 114
   [junit4]   2> 1078508 INFO  (qtp1693650770-9688) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[10 (1542811864746950656)]} 0 12
   [junit4]   2> 1078517 INFO  (qtp2073253377-9712) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[10 (1542811864762679296)]} 0 5
   [junit4]   2> 1078521 INFO  (qtp1693650770-9687) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[11 (1542811864772116480)]} 0 1
   [junit4]   2> 1078523 INFO  (qtp2073253377-9710) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[11 (1542811864774213632)]} 0 1
   [junit4]   2> 1078528 INFO  (qtp1693650770-9687) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[12 (1542811864778407936)]} 0 2
   [junit4]   2> 1078531 INFO  (qtp2073253377-9710) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[12 (1542811864781553664)]} 0 2
   [junit4]   2> 1078535 INFO  (qtp1693650770-9687) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[13 (1542811864786796544)]} 0 1
   [junit4]   2> 1078538 INFO  (qtp2073253377-9711) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[13 (1542811864789942272)]} 0 1
   [junit4]   2> 1078542 INFO  (qtp1693650770-9687) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[1001 (1542811864794136576)]} 0 1
   [junit4]   2> 1078545 INFO  (qtp2073253377-9711) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[1001 (1542811864797282304)]} 0 1
   [junit4]   2> 1078548 INFO  (qtp1693650770-9687) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[14 (1542811864800428032)]} 0 1
   [junit4]   2> 1078551 INFO  (qtp2073253377-9711) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[14 (1542811864803573760)]} 0 1
   [junit4]   2> 1078554 INFO  (qtp1693650770-9696) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[15 (1542811864806719488)]} 0 0
   [junit4]   2> 1078557 INFO  (qtp2073253377-9707) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[15 (1542811864810913792)]} 0 0
   [junit4]   2> 1078560 INFO  (qtp1693650770-9695) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[16 (1542811864813010944)]} 0 0
   [junit4]   2> 1078562 INFO  (qtp2073253377-9719) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[16 (1542811864815108096)]} 0 0
   [junit4]   2> 1078566 INFO  (qtp1693650770-9697) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[17 (1542811864819302400)]} 0 0
   [junit4]   2> 1078569 INFO  (qtp2073253377-9719) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[17 (1542811864822448128)]} 0 1
   [junit4]   2> 1078572 INFO  (qtp1693650770-9697) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[100 (1542811864824545280)]} 0 0
   [junit4]   2> 1078574 INFO  (qtp2073253377-9715) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[100 (1542811864828739584)]} 0 0
   [junit4]   2> 1078577 INFO  (qtp1693650770-9689) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[101 (1542811864830836736)]} 0 0
   [junit4]   2> 1078579 INFO  (qtp2073253377-9715) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[101 (1542811864833982464)]} 0 1
   [junit4]   2> 1078582 INFO  (qtp1693650770-9689) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[102 (1542811864836079616)]} 0 0
   [junit4]   2> 1078584 INFO  (qtp2073253377-9710) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[102 (1542811864838176768)]} 0 0
   [junit4]   2> 1078588 INFO  (qtp1693650770-9689) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[103 (1542811864842371072)]} 0 0
   [junit4]   2> 1078590 INFO  (qtp2073253377-9710) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[103 (1542811864844468224)]} 0 0
   [junit4]   2> 1078592 INFO  (qtp1693650770-9685) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[104 (1542811864847613952)]} 0 0
   [junit4]   2> 1078594 INFO  (qtp2073253377-9710) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[104 (1542811864849711104)]} 0 0
   [junit4]   2> 1078598 INFO  (qtp1693650770-9687) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[105 (1542811864852856832)]} 0 0
   [junit4]   2> 1078600 INFO  (qtp2073253377-9711) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[105 (1542811864854953984)]} 0 0
   [junit4]   2> 1078603 INFO  (qtp1693650770-9687) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[106 (1542811864858099712)]} 0 0
   [junit4]   2> 1078604 INFO  (qtp2073253377-9711) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[106 (1542811864860196864)]} 0 0
   [junit4]   2> 1078606 INFO  (qtp1693650770-9687) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[107 (1542811864862294016)]} 0 0
   [junit4]   2> 1078610 INFO  (qtp2073253377-9711) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[107 (1542811864865439744)]} 0 0
   [junit4]   2> 1078612 INFO  (qtp1693650770-9687) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[108 (1542811864867536896)]} 0 0
   [junit4]   2> 1078614 INFO  (qtp2073253377-9711) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[108 (1542811864869634048)]} 0 0
   [junit4]   2> 1078616 INFO  (qtp1693650770-9697) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[109 (1542811864871731200)]} 0 0
   [junit4]   2> 1078617 INFO  (qtp2073253377-9712) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[109 (1542811864873828352)]} 0 0
   [junit4]   2> 1078618 INFO  (qtp1693650770-9697) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[110 (1542811864874876928)]} 0 0
   [junit4]   2> 1078619 INFO  (qtp2073253377-9712) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[110 (1542811864875925504)]} 0 0
   [junit4]   2> 1078620 INFO  (qtp1693650770-9697) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[111 (1542811864876974080)]} 0 0
   [junit4]   2> 1078622 INFO  (qtp2073253377-9712) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[111 (1542811864878022656)]} 0 0
   [junit4]   2> 1078625 INFO  (qtp1693650770-9697) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[112 (1542811864881168384)]} 0 0
   [junit4]   2> 1078626 INFO  (qtp2073253377-9708) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[112 (1542811864883265536)]} 0 0
   [junit4]   2> 1078628 INFO  (qtp1693650770-9697) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[113 (1542811864885362688)]} 0 0
   [junit4]   2> 1078630 INFO  (qtp2073253377-9710) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[113 (1542811864887459840)]} 0 0
   [junit4]   2> 1078633 INFO  (qtp1693650770-9685) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[114 (1542811864890605568)]} 0 0
   [junit4]   2> 1078634 INFO  (qtp2073253377-9707) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[114 (1542811864891654144)]} 0 0
   [junit4]   2> 1078635 INFO  (qtp1693650770-9685) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[115 (1542811864892702720)]} 0 0
   [junit4]   2> 1078636 INFO  (qtp2073253377-9707) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[115 (1542811864893751296)]} 0 0
   [junit4]   2> 1078639 INFO  (qtp1693650770-9695) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[116 (1542811864896897024)]} 0 0
   [junit4]   2> 1078642 INFO  (qtp2073253377-9719) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[116 (1542811864900042752)]} 0 0
   [junit4]   2> 1078644 INFO  (qtp1693650770-9692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[117 (1542811864902139904)]} 0 0
   [junit4]   2> 1078646 INFO  (qtp2073253377-9711) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[117 (1542811864904237056)]} 0 0
   [junit4]   2> 1078649 INFO  (qtp1693650770-9687) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[118 (1542811864907382784)]} 0 0
   [junit4]   2> 1078652 INFO  (qtp2073253377-9715) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[118 (1542811864909479936)]} 0 0
   [junit4]   2> 1078653 INFO  (qtp1693650770-9687) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[119 (1542811864911577088)]} 0 0
   [junit4]   2> 1078655 INFO  (qtp2073253377-9709) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[119 (1542811864913674240)]} 0 0
   [junit4]   2> 1078656 INFO  (qtp1693650770-9686) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[120 (1542811864914722816)]} 0 0
   [junit4]   2> 1078659 INFO  (qtp2073253377-9712) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[120 (1542811864916819968)]} 0 0
   [junit4]   2> 1078661 INFO  (qtp1693650770-9689) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[121 (1542811864919965696)]} 0 0
   [junit4]   2> 1078665 INFO  (qtp2073253377-9708) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[121 (1542811864923111424)]} 0 0
   [junit4]   2> 1078667 INFO  (qtp1693650770-9697) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[122 (1542811864925208576)]} 0 0
   [junit4]   2> 1078669 INFO  (qtp2073253377-9710) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[122 (1542811864927305728)]} 0 0
   [junit4]   2> 1078671 INFO  (qtp1693650770-9697) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[123 (1542811864929402880)]} 0 1
   [junit4]   2> 1078674 INFO  (qtp2073253377-9705) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[123 (1542811864932548608)]} 0 0
   [junit4]   2> 1078678 INFO  (qtp1693650770-9685) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[124 (1542811864936742912)]} 0 1
   [junit4]   2> 1078680 INFO  (qtp2073253377-9707) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[124 (1542811864938840064)]} 0 0
   [junit4]   2> 1078682 INFO  (qtp1693650770-9695) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[125 (1542811864941985792)]} 0 0
   [junit4]   2> 1078685 INFO  (qtp2073253377-9707) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[125 (1542811864944082944)]} 0 0
   [junit4]   2> 1078686 INFO  (qtp1693650770-9692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[126 (1542811864946180096)]} 0 0
   [junit4]   2> 1078689 INFO  (qtp2073253377-9707) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[126 (1542811864947228672)]} 0 2
   [junit4]   2> 1078691 INFO  (qtp1693650770-9692) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[127 (1542811864950374400)]} 0 0
   [junit4]   2> 1078693 INFO  (qtp2073253377-9707) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[127 (1542811864953520128)]} 0 0
   [junit4]   2> 1078695 INFO  (qtp1693650770-9687) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[128 (1542811864955617280)]} 0 0
   [junit4]   2> 1078697 INFO  (qtp2073253377-9709) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[128 (1542811864957714432)]} 0 0
   [junit4]   2> 1078700 INFO  (qtp1693650770-9686) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[129 (1542811864959811584)]} 0 0
   [junit4]   2> 1078701 INFO  (qtp2073253377-9709) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[129 (1542811864961908736)]} 0 0
   [junit4]   2> 1078703 INFO  (qtp1693650770-9689) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[130 (1542811864964005888)]} 0 0
   [junit4]   2> 1078705 INFO  (qtp2073253377-9709) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[130 (1542811864965054464)]} 0 0
   [junit4]   2> 1078706 INFO  (qtp1693650770-9689) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[131 (1542811864967151616)]} 0 0
   [junit4]   2> 1078710 INFO  (qtp2073253377-9710) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[131 (1542811864969248768)]} 0 1
   [junit4]   2> 1078711 INFO  (qtp1693650770-9689) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[132 (1542811864972394496)]} 0 0
   [junit4]   2> 1078713 INFO  (qtp2073253377-9705) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[132 (1542811864974491648)]} 0 0
   [junit4]   2> 1078715 INFO  (qtp1693650770-9685) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[133 (1542811864976588800)]} 0 0
   [junit4]   2> 1078717 INFO  (qtp2073253377-9719) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[133 (1542811864977637376)]} 0 0
   [junit4]   2> 1078718 INFO  (qtp1693650770-9695) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[134 (1542811864979734528)]} 0 0
   [junit4]   2> 1078721 INFO  (qtp2073253377-9719) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[134 (1542811864980783104)]} 0 0
   [junit4]   2> 1078723 INFO  (qtp1693650770-9695) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[135 (1542811864984977408)]} 0 0
   [junit4]   2> 1078726 INFO  (qtp2073253377-9719) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[135 (1542811864987074560)]} 0 0
   [junit4]   2> 1078727 INFO  (qtp1693650770-9695) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[136 (1542811864989171712)]} 0 0
   [junit4]   2> 1078729 INFO  (qtp2073253377-9707) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[136 (1542811864991268864)]} 0 0
   [junit4]   2> 1078733 INFO  (qtp1693650770-9687) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[137 (1542811864994414592)]} 0 0
   [junit4]   2> 1078735 INFO  (qtp2073253377-9707) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[137 (1542811864996511744)]} 0 0
   [junit4]   2> 1078736 INFO  (qtp1693650770-9686) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[138 (1542811864998608896)]} 0 0
   [junit4]   2> 1078738 INFO  (qtp2073253377-9708) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[138 (1542811865000706048)]} 0 0
   [junit4]   2> 1078741 INFO  (qtp1693650770-9696) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[139 (1542811865003851776)]} 0 0
   [junit4]   2> 1078743 INFO  (qtp2073253377-9709) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[139 (1542811865005948928)]} 0 0
   [junit4]   2> 1078747 INFO  (qtp1693650770-9696) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[140 (1542811865010143232)]} 0 0
   [junit4]   2> 1078749 INFO  (qtp2073253377-9709) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[140 (1542811865012240384)]} 0 0
   [junit4]   2> 1078751 INFO  (qtp1693650770-9696) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[141 (1542811865014337536)]} 0 0
   [junit4]   2> 1078754 INFO  (qtp2073253377-9705) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[141 (1542811865017483264)]} 0 0
   [junit4]   2> 1078757 INFO  (qtp1693650770-9696) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[142 (1542811865019580416)]} 0 0
   [junit4]   2> 1078760 INFO  (qtp2073253377-9705) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[142 (1542811865022726144)]} 0 0
   [junit4]   2> 1078762 INFO  (qtp1693650770-9688) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[143 (1542811865024823296)]} 0 0
   [junit4]   2> 1078764 INFO  (qtp2073253377-9705) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[143 (1542811865026920448)]} 0 0
   [junit4]   2> 1078768 INFO  (qtp1693650770-9688) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[144 (1542811865032163328)]} 0 0
   [junit4]   2> 1078770 INFO  (qtp2073253377-9705) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[144 (1542811865034260480)]} 0 0
   [junit4]   2> 1078774 INFO  (qtp1693650770-9688) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[145 (1542811865038454784)]} 0 0
   [junit4]   2> 1078778 INFO  (qtp2073253377-9705) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[145 (1542811865042649088)]} 0 0
   [junit4]   2> 1078782 INFO  (qtp1693650770-9688) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[146 (1542811865045794816)]} 0 1
   [junit4]   2> 1078783 INFO  (qtp2073253377-9705) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[146 (1542811865047891968)]} 0 0
   [junit4]   2> 1078786 INFO  (qtp1693650770-9686) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[147 (1542811865049989120)]} 0 0
   [junit4]   2> 1078789 INFO  (qtp2073253377-9708) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[147 (1542811865054183424)]} 0 0
   [junit4]   2> 1078792 INFO  (qtp1693650770-9697) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[148 (1542811865056280576)]} 0 0
   [junit4]   2> 1078794 INFO  (qtp2073253377-9708) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[148 (1542811865058377728)]} 0 0
   [junit4]   2> 1078795 INFO  (qtp1693650770-9697) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[149 (1542811865060474880)]} 0 0
   [junit4]   2> 1078798 INFO  (qtp2073253377-9708) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[149 (1542811865063620608)]} 0 0
   [junit4]   2

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

rCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2679326 INFO  (jetty-launcher-10974-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@4372a44e{/solr,null,UNAVAILABLE}
   [junit4]   2> 2679328 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 0x15692cbd3790007, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2679328 INFO  (jetty-launcher-10974-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@71a381f6{/solr,null,UNAVAILABLE}
   [junit4]   2> 2679345 INFO  
(SUITE-TestSolrCloudWithDelegationTokens-seed#[A8E791D8D32B39E8]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:51320 51320
   [junit4]   2> 2679347 INFO  (Thread-5016) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:51320 51320
   [junit4]   2> 2679350 WARN  (Thread-5016) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        2       /solr/aliases.json
   [junit4]   2>        2       /solr/security.json
   [junit4]   2>        2       /solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        4       /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMKeyIdRoot
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_7
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_6
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_9
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_8
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_1
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_1
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_3
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_3
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_2
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_2
   [junit4]   2>        2       /solr/clusterstate.json
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_5
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_4
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_4
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_12
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMSeqNumRoot
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_11
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_10
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/overseer/collection-queue-work
   [junit4]   2>        3       /solr/overseer/queue
   [junit4]   2>        2       /solr/live_nodes
   [junit4]   2>        2       /solr/collections
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot
   [junit4]   2>        2       /solr/overseer/queue-work
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot
   [junit4]   2> 
   [junit4]   2> 2679351 INFO  
(SUITE-TestSolrCloudWithDelegationTokens-seed#[A8E791D8D32B39E8]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestSolrCloudWithDelegationTokens_A8E791D8D32B39E8-001
   [junit4]   2> Aug 16, 2016 10:00:51 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 5 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {}, 
docValues:{}, maxPointsInLeafNode=357, maxMBSortInHeap=6.7294269665639135, 
sim=ClassicSimilarity, locale=fr-CA, timezone=Europe/Gibraltar
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_102 
(64-bit)/cpus=3,threads=1,free=290084376,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestConfigOverlay, 
TestDynamicLoading, AtomicUpdatesTest, TestUtils, TestDistributedGrouping, 
HdfsRestartWhileUpdatingTest, TestDefaultSearchFieldResource, 
TestSubQueryTransformerCrossCore, HdfsLockFactoryTest, 
TestFieldCacheWithThreads, TestFiltering, TestSolrJ, 
CurrencyFieldOpenExchangeTest, TriLevelCompositeIdRoutingTest, TestZkChroot, 
TestManagedSchemaAPI, CursorMarkTest, RequestHandlersTest, 
DistributedQueryComponentCustomSortTest, TestDownShardTolerantSearch, 
SuggesterWFSTTest, AutoCommitTest, TestRealTimeGet, TestDefaultStatsCache, 
FieldMutatingUpdateProcessorTest, TestBinaryField, TestCustomSort, 
DateMathParserTest, SparseHLLTest, GraphQueryTest, OverseerStatusTest, 
TestNumericTerms32, DateFieldTest, DateRangeFieldTest, TestJoin, 
CollectionStateFormat2Test, TestSchemaResource, TestSmileRequest, 
TestCSVResponseWriter, TestCloudPivotFacet, IndexSchemaRuntimeFieldTest, 
SolrPluginUtilsTest, RecoveryAfterSoftCommitTest, DistanceFunctionTest, 
UpdateRequestProcessorFactoryTest, ZkNodePropsTest, TestFieldCache, 
QueryResultKeyTest, ChaosMonkeySafeLeaderTest, DataDrivenBlockJoinTest, 
TestSystemIdResolver, CloudExitableDirectoryReaderTest, 
RAMDirectoryFactoryTest, CopyFieldTest, TestStressUserVersions, 
TermVectorComponentTest, TestCryptoKeys, DeleteLastCustomShardedReplicaTest, 
TestNonDefinedSimilarityFactory, TestHdfsBackupRestoreCore, TestIndexSearcher, 
HdfsBasicDistributedZk2Test, TestSolrIndexConfig, TestJettySolrRunner, 
TestXmlQParser, TestReversedWildcardFilterFactory, TolerantUpdateProcessorTest, 
ShardSplitTest, TestMiniSolrCloudClusterBase, CdcrRequestHandlerTest, 
TestCoreDiscovery, SpellingQueryConverterTest, TestRestManager, BJQParserTest, 
ExplicitHLLTest, MultiThreadedOCPTest, TestFuzzyAnalyzedSuggestions, 
OpenExchangeRatesOrgProviderTest, HdfsChaosMonkeyNothingIsSafeTest, 
AnalysisErrorHandlingTest, TestRandomFaceting, TestRandomFlRTGCloud, 
TestOrdValues, TestBinaryResponseWriter, TestSolrCoreSnapshots, 
RestartWhileUpdatingTest, TestJsonFacets, TestSolrDeletionPolicy2, 
CollectionsAPIDistributedZkTest, TestCollationField, 
AsyncCallRequestStatusResponseTest, TestCrossCoreJoin, InfoHandlerTest, 
TestBulkSchemaConcurrent, SpellCheckComponentTest, TestStressRecovery, 
StressHdfsTest, OutputWriterTest, HdfsThreadLeakTest, 
DistributedFacetPivotLongTailTest, TermVectorComponentDistributedTest, 
TestNRTOpen, TestWriterPerf, WrapperMergePolicyFactoryTest, 
OverseerModifyCollectionTest, SolrCoreCheckLockOnStartupTest, 
WordBreakSolrSpellCheckerTest, TestLRUStatsCache, TestStressLiveNodes, 
PKIAuthenticationIntegrationTest, TestSha256AuthenticationProvider, 
ShardRoutingCustomTest, MinimalSchemaTest, 
SharedFSAutoReplicaFailoverUtilsTest, CloudMLTQParserTest, ZkSolrClientTest, 
CustomCollectionTest, QueryParsingTest, 
TestPerFieldSimilarityWithDefaultOverride, DirectSolrConnectionTest, 
TestClassicSimilarityFactory, TestDynamicFieldResource, TestRangeQuery, 
TestOmitPositions, TestDistributedMissingSort, TestBM25SimilarityFactory, 
TestRTimerTree, BadIndexSchemaTest, DeleteStatusTest, 
TestTolerantUpdateProcessorRandomCloud, TestTestInjection, 
TestUninvertingReader, CacheHeaderTest, TestSchemaVersionResource, 
BinaryUpdateRequestHandlerTest, TestCollationFieldDocValues, 
TestUseDocValuesAsStored, TestFieldCacheSortRandom, 
TestConfigSetsAPIExclusivity, ResponseLogComponentTest, TestPerFieldSimilarity, 
PluginInfoTest, TestCharFilters, TestFilteredDocIdSet, 
BaseCdcrDistributedZkTest, VersionInfoTest, TestSolrCoreProperties, 
DistributedFacetPivotSmallTest, SpatialHeatmapFacetsTest, 
ConnectionManagerTest, BasicDistributedZkTest, BasicDistributedZk2Test, 
ClusterStateUpdateTest, TestRandomDVFaceting, ZkCLITest, 
DistributedSpellCheckComponentTest, DistributedTermsComponentTest, 
SolrCoreTest, SolrCmdDistributorTest, QueryElevationComponentTest, TestSort, 
TestFunctionQuery, TestBadConfig, ShowFileRequestHandlerTest, 
SolrIndexSplitterTest, SimplePostToolTest, SignatureUpdateProcessorFactoryTest, 
SpellCheckCollatorTest, SuggesterFSTTest, TestFoldingMultitermQuery, 
DocValuesTest, SortByFunctionTest, SolrInfoMBeanTest, DebugComponentTest, 
TestSurroundQueryParser, LukeRequestHandlerTest, TestQueryTypes, 
TestValueSourceCache, TestSolrQueryParser, LoggingHandlerTest, 
RegexBoostProcessorTest, TestAnalyzedSuggestions, 
TestPHPSerializedResponseWriter, SearchHandlerTest, PrimUtilsTest, 
TestSuggestSpellingConverter, DOMUtilTest, FileUtilsTest, 
DistributedMLTComponentTest, TestRTGBase, CursorPagingTest, 
DistributedIntervalFacetingTest, TestHighlightDedupGrouping, 
TestSimpleTrackingShardHandler, TestTolerantSearch, ConnectionReuseTest, 
AliasIntegrationTest, CdcrBootstrapTest, CollectionTooManyReplicasTest, 
ConcurrentDeleteAndCreateCollectionTest, DeleteInactiveReplicaTest, 
DeleteNodeTest, DeleteReplicaTest, DistribDocExpirationUpdateProcessorTest, 
LeaderFailoverAfterPartitionTest, LeaderInitiatedRecoveryOnCommitTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, 
OverriddenZkACLAndCredentialsProvidersTest, OverseerTaskQueueTest, 
ReplaceNodeTest, RollingRestartTest, SimpleCollectionCreateDeleteTest, 
SolrXmlInZkTest, TestCloudDeleteByQuery, TestCloudInspectUtil, 
TestCloudPseudoReturnFields, TestCollectionAPI, TestLockTree, 
TestMiniSolrCloudClusterSSL, TestRebalanceLeaders, 
TestSolrCloudWithDelegationTokens]
   [junit4] Completed [488/629 (2!)] on J1 in 5.58s, 8 tests, 1 failure <<< 
FAILURES!

[...truncated 60618 lines...]

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to