Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6056/
Java: 64bit/jdk1.8.0_102 -XX:+UseCompressedOops -XX:+UseG1GC

6 tests failed.
FAILED:  
junit.framework.TestSuite.org.apache.lucene.index.TestCrashCausesCorruptIndex

Error Message:
Could not remove the following files (in the order of attempts):    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\J0\temp\lucene.index.TestCrashCausesCorruptIndex_3D578F9258A6F99-001\testCrashCorruptsIndexing-001:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\J0\temp\lucene.index.TestCrashCausesCorruptIndex_3D578F9258A6F99-001\testCrashCorruptsIndexing-001
    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\J0\temp\lucene.index.TestCrashCausesCorruptIndex_3D578F9258A6F99-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\J0\temp\lucene.index.TestCrashCausesCorruptIndex_3D578F9258A6F99-001
 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of 
attempts):
   
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\J0\temp\lucene.index.TestCrashCausesCorruptIndex_3D578F9258A6F99-001\testCrashCorruptsIndexing-001:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\J0\temp\lucene.index.TestCrashCausesCorruptIndex_3D578F9258A6F99-001\testCrashCorruptsIndexing-001
   
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\J0\temp\lucene.index.TestCrashCausesCorruptIndex_3D578F9258A6F99-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\J0\temp\lucene.index.TestCrashCausesCorruptIndex_3D578F9258A6F99-001

        at __randomizedtesting.SeedInfo.seed([3D578F9258A6F99]:0)
        at org.apache.lucene.util.IOUtils.rm(IOUtils.java:323)
        at 
org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:216)
        at 
com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
        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.lucene.search.TestBoolean2.testRandomQueries

Error Message:


Stack Trace:
junit.framework.AssertionFailedError
        at 
__randomizedtesting.SeedInfo.seed([3D578F9258A6F99:5DFEC8151D504207]:0)
        at junit.framework.Assert.fail(Assert.java:48)
        at junit.framework.Assert.assertTrue(Assert.java:20)
        at junit.framework.Assert.assertTrue(Assert.java:27)
        at org.apache.lucene.search.QueryUtils.checkUnequal(QueryUtils.java:99)
        at 
org.apache.lucene.search.QueryUtils.checkHashEquals(QueryUtils.java:82)
        at org.apache.lucene.search.QueryUtils.check(QueryUtils.java:56)
        at 
org.apache.lucene.search.AssertingIndexSearcher.rewrite(AssertingIndexSearcher.java:63)
        at 
org.apache.lucene.search.IndexSearcher.createNormalizedWeight(IndexSearcher.java:724)
        at 
org.apache.lucene.search.QueryUtils$3.doSetNextReader(QueryUtils.java:419)
        at 
org.apache.lucene.search.SimpleCollector.getLeafCollector(SimpleCollector.java:33)
        at 
org.apache.lucene.search.FilterCollector.getLeafCollector(FilterCollector.java:40)
        at 
org.apache.lucene.search.AssertingCollector.getLeafCollector(AssertingCollector.java:47)
        at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:650)
        at 
org.apache.lucene.search.AssertingIndexSearcher.search(AssertingIndexSearcher.java:72)
        at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:463)
        at org.apache.lucene.search.QueryUtils.checkSkipTo(QueryUtils.java:337)
        at org.apache.lucene.search.QueryUtils.check(QueryUtils.java:125)
        at org.apache.lucene.search.QueryUtils.check(QueryUtils.java:129)
        at org.apache.lucene.search.QueryUtils.check(QueryUtils.java:118)
        at 
org.apache.lucene.search.TestBoolean2.testRandomQueries(TestBoolean2.java:353)
        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.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 
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.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([4C8B5A779E81E2A8:C4DF65AD307D8F50]: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:1172)
        at 
org.apache.solr.TestDistributedSearch.queryPartialResults(TestDistributedSearch.java:1113)
        at 
org.apache.solr.TestDistributedSearch.test(TestDistributedSearch.java:973)
        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:1011)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        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.security.BasicAuthIntegrationTest.testBasics

Error Message:
IOException occured when talking to server at: 
http://127.0.0.1:50047/solr/testSolrCloudCollection_shard1_replica2

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: IOException 
occured when talking to server at: 
http://127.0.0.1:50047/solr/testSolrCloudCollection_shard1_replica2
        at 
__randomizedtesting.SeedInfo.seed([4C8B5A779E81E2A8:7153F45BA66FBCD8]:0)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:760)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1172)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1061)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:997)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
        at 
org.apache.solr.security.BasicAuthIntegrationTest.doExtraTests(BasicAuthIntegrationTest.java:193)
        at 
org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testCollectionCreateSearchDelete(TestMiniSolrCloudClusterBase.java:196)
        at 
org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testBasics(TestMiniSolrCloudClusterBase.java:79)
        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)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException 
occured when talking to server at: 
http://127.0.0.1:50047/solr/testSolrCloudCollection_shard1_replica2
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:622)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:366)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:735)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        ... 1 more
Caused by: java.net.SocketException: Software caused connection abort: recv 
failed
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
        at java.net.SocketInputStream.read(SocketInputStream.java:170)
        at java.net.SocketInputStream.read(SocketInputStream.java:141)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:139)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:155)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:284)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:167)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:513)
        ... 10 more


FAILED:  
junit.framework.TestSuite.org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation

Error Message:
java.lang.NullPointerException

Stack Trace:
com.google.common.util.concurrent.UncheckedExecutionException: 
java.lang.NullPointerException
        at __randomizedtesting.SeedInfo.seed([4C8B5A779E81E2A8]:0)
        at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2263)
        at com.google.common.cache.LocalCache.get(LocalCache.java:4000)
        at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4004)
        at 
com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4874)
        at org.apache.hadoop.security.Groups.getGroups(Groups.java:182)
        at 
org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation.getUsersFirstGroup(TestSolrCloudWithSecureImpersonation.java:64)
        at 
org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation.getImpersonatorSettings(TestSolrCloudWithSecureImpersonation.java:86)
        at 
org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation.startup(TestSolrCloudWithSecureImpersonation.java:99)
        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$6.evaluate(RandomizedRunner.java:811)
        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)
Caused by: java.lang.NullPointerException
        at java.lang.ProcessBuilder.start(ProcessBuilder.java:1012)
        at org.apache.hadoop.util.Shell.runCommand(Shell.java:483)
        at org.apache.hadoop.util.Shell.run(Shell.java:456)
        at 
org.apache.hadoop.util.Shell$ShellCommandExecutor.execute(Shell.java:722)
        at org.apache.hadoop.util.Shell.execCommand(Shell.java:815)
        at org.apache.hadoop.util.Shell.execCommand(Shell.java:798)
        at 
org.apache.hadoop.security.ShellBasedUnixGroupsMapping.getUnixGroups(ShellBasedUnixGroupsMapping.java:84)
        at 
org.apache.hadoop.security.ShellBasedUnixGroupsMapping.getGroups(ShellBasedUnixGroupsMapping.java:52)
        at 
org.apache.hadoop.security.JniBasedUnixGroupsMappingWithFallback.getGroups(JniBasedUnixGroupsMappingWithFallback.java:51)
        at 
org.apache.hadoop.security.Groups$GroupCacheLoader.fetchGroupList(Groups.java:239)
        at 
org.apache.hadoop.security.Groups$GroupCacheLoader.load(Groups.java:220)
        at 
org.apache.hadoop.security.Groups$GroupCacheLoader.load(Groups.java:208)
        at 
com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3599)
        at 
com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2379)
        at 
com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2342)
        at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2257)
        ... 31 more


FAILED:  
junit.framework.TestSuite.org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation

Error Message:


Stack Trace:
java.lang.NullPointerException
        at __randomizedtesting.SeedInfo.seed([4C8B5A779E81E2A8]:0)
        at 
org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation.shutdown(TestSolrCloudWithSecureImpersonation.java:154)
        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$7.evaluate(RandomizedRunner.java:834)
        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 638 lines...]
   [junit4] Suite: org.apache.lucene.search.TestBoolean2
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestBoolean2 
-Dtests.method=testRandomQueries -Dtests.seed=3D578F9258A6F99 -Dtests.slow=true 
-Dtests.locale=hu -Dtests.timezone=Africa/Gaborone -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 3.22s J0 | TestBoolean2.testRandomQueries <<<
   [junit4]    > Throwable #1: junit.framework.AssertionFailedError
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([3D578F9258A6F99:5DFEC8151D504207]:0)
   [junit4]    >        at junit.framework.Assert.fail(Assert.java:48)
   [junit4]    >        at junit.framework.Assert.assertTrue(Assert.java:20)
   [junit4]    >        at junit.framework.Assert.assertTrue(Assert.java:27)
   [junit4]    >        at 
org.apache.lucene.search.QueryUtils.checkUnequal(QueryUtils.java:99)
   [junit4]    >        at 
org.apache.lucene.search.QueryUtils.checkHashEquals(QueryUtils.java:82)
   [junit4]    >        at 
org.apache.lucene.search.QueryUtils.check(QueryUtils.java:56)
   [junit4]    >        at 
org.apache.lucene.search.AssertingIndexSearcher.rewrite(AssertingIndexSearcher.java:63)
   [junit4]    >        at 
org.apache.lucene.search.IndexSearcher.createNormalizedWeight(IndexSearcher.java:724)
   [junit4]    >        at 
org.apache.lucene.search.QueryUtils$3.doSetNextReader(QueryUtils.java:419)
   [junit4]    >        at 
org.apache.lucene.search.SimpleCollector.getLeafCollector(SimpleCollector.java:33)
   [junit4]    >        at 
org.apache.lucene.search.FilterCollector.getLeafCollector(FilterCollector.java:40)
   [junit4]    >        at 
org.apache.lucene.search.AssertingCollector.getLeafCollector(AssertingCollector.java:47)
   [junit4]    >        at 
org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:650)
   [junit4]    >        at 
org.apache.lucene.search.AssertingIndexSearcher.search(AssertingIndexSearcher.java:72)
   [junit4]    >        at 
org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:463)
   [junit4]    >        at 
org.apache.lucene.search.QueryUtils.checkSkipTo(QueryUtils.java:337)
   [junit4]    >        at 
org.apache.lucene.search.QueryUtils.check(QueryUtils.java:125)
   [junit4]    >        at 
org.apache.lucene.search.QueryUtils.check(QueryUtils.java:129)
   [junit4]    >        at 
org.apache.lucene.search.QueryUtils.check(QueryUtils.java:118)
   [junit4]    >        at 
org.apache.lucene.search.TestBoolean2.testRandomQueries(TestBoolean2.java:353)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\J0\temp\lucene.search.TestBoolean2_3D578F9258A6F99-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{field=PostingsFormat(name=LuceneFixedGap), 
field2=PostingsFormat(name=LuceneFixedGap)}, docValues:{}, 
maxPointsInLeafNode=1845, maxMBSortInHeap=6.99505414136485, 
sim=ClassicSimilarity, locale=hu, timezone=Africa/Gaborone
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_102 
(64-bit)/cpus=3,threads=1,free=71989456,total=413138944
   [junit4]   2> NOTE: All tests run in this JVM: [TestNotDocIdSet, 
TestLucene60PointsFormat, TestIndexWriterMaxDocs, 
TestFrequencyTrackingRingBuffer, TestIndexWriterWithThreads, TestBytesRefHash, 
TestLucene50FieldInfoFormat, TestParallelReaderEmptyIndex, 
TestSpanContainQuery, TestMatchNoDocsQuery, TestPositiveScoresOnlyCollector, 
TestCrash, TestUnicodeUtil, TestDemo, TestNewestSegment, 
TestIndexWriterLockRelease, TestIndexWriterExceptions2, TestMultiMMap, 
TestLongBitSet, TestDeletionPolicy, TestBlendedTermQuery, TestFieldType, 
TestSloppyPhraseQuery, TestSloppyPhraseQuery2, TestSpanTermQuery, 
TestMultiTermQueryRewrites, TestSimilarity2, TestDuelingCodecsAtNight, 
TestNeverDelete, TestDocumentsWriterStallControl, TestSetOnce, 
TestSimpleAttributeImpl, TestSimpleFSDirectory, TestDirectMonotonic, 
TestBagOfPostings, TestMultiset, TestSearchForDuplicates, TestRollback, 
TestWildcardRandom, TestDateTools, TestGeoUtils, TestSubScorerFreqs, 
TestTrackingDirectoryWrapper, TestPayloadsOnVectors, TestAutomatonQueryUnicode, 
Test2BTerms, TestFixedBitSet, TestNorms, TestMmapDirectory, 
TestTimeLimitingCollector, TestMathUtil, TestBasics, TestNearSpansOrdered, 
TestConsistentFieldNumbers, TestBoolean2]
   [junit4] Completed [128/432 (1!)] on J0 in 8.93s, 10 tests, 1 failure <<< 
FAILURES!

[...truncated 485 lines...]
   [junit4] Suite: org.apache.lucene.index.TestCrashCausesCorruptIndex
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62), 
sim=RandomSimilarity(queryNorm=false): {text=DFR I(F)L1}, locale=es-PY, 
timezone=Asia/Ulan_Bator
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_102 
(64-bit)/cpus=3,threads=1,free=141472840,total=429916160
   [junit4]   2> NOTE: All tests run in this JVM: [TestNotDocIdSet, 
TestLucene60PointsFormat, TestIndexWriterMaxDocs, 
TestFrequencyTrackingRingBuffer, TestIndexWriterWithThreads, TestBytesRefHash, 
TestLucene50FieldInfoFormat, TestParallelReaderEmptyIndex, 
TestSpanContainQuery, TestMatchNoDocsQuery, TestPositiveScoresOnlyCollector, 
TestCrash, TestUnicodeUtil, TestDemo, TestNewestSegment, 
TestIndexWriterLockRelease, TestIndexWriterExceptions2, TestMultiMMap, 
TestLongBitSet, TestDeletionPolicy, TestBlendedTermQuery, TestFieldType, 
TestSloppyPhraseQuery, TestSloppyPhraseQuery2, TestSpanTermQuery, 
TestMultiTermQueryRewrites, TestSimilarity2, TestDuelingCodecsAtNight, 
TestNeverDelete, TestDocumentsWriterStallControl, TestSetOnce, 
TestSimpleAttributeImpl, TestSimpleFSDirectory, TestDirectMonotonic, 
TestBagOfPostings, TestMultiset, TestSearchForDuplicates, TestRollback, 
TestWildcardRandom, TestDateTools, TestGeoUtils, TestSubScorerFreqs, 
TestTrackingDirectoryWrapper, TestPayloadsOnVectors, TestAutomatonQueryUnicode, 
Test2BTerms, TestFixedBitSet, TestNorms, TestMmapDirectory, 
TestTimeLimitingCollector, TestMathUtil, TestBasics, TestNearSpansOrdered, 
TestConsistentFieldNumbers, TestBoolean2, TestStringHelper, 
TestIndexFileDeleter, TestPostingsOffsets, TestIndexWriterOnDiskFull, 
TestLogMergePolicy, TestAtomicUpdate, TestTermScorer, TestFSTs, TestScorerPerf, 
TestRegExp, TestCharacterUtils, Test2BPostings, TestSpanFirstQuery, 
TestSimpleExplanationsOfNonMatches, TestSparseFixedBitDocIdSet, 
TestPointQueries, TestSortedSetSelector, TestMultiFields, 
TestMutablePointsReaderUtils, TestTransactionRollback, TestByteSlices, TestDoc, 
TestBoostQuery, TestIndexWriterMerging, TestDocInverterPerFieldErrorInfo, 
TestLucene50StoredFieldsFormatHighCompression, TestNRTCachingDirectory, 
TestDuelingCodecs, TestAutomaton, TestIndexWriterOnJRECrash, 
TestLevenshteinAutomata, TestMultiDocValues, TestDeterminizeLexicon, 
TestUsageTrackingFilterCachingPolicy, TestAllFilesHaveChecksumFooter, 
TestBooleanQuery, TestIndexSearcher, TestBufferedChecksum, TestMaxPosition, 
TestBlockPostingsFormat2, TestNumericDocValuesUpdates, TestByteBlockPool, 
TestConstantScoreQuery, TestIndexWriterCommit, TestFieldCacheRewriteMethod, 
FuzzyTermOnShortTermsTest, TestSumDocFreq, TestCachingCollector, 
TestAllFilesCheckIndexHeader, FiniteStringsIteratorTest, TestIndexWriter, 
TestSpanSearchEquivalence, TestRadixSelector, TestBytesStore, 
TestShardSearching, TestIndexWriterMergePolicy, 
TestPersistentSnapshotDeletionPolicy, TestSearchWithThreads, TestTopDocsMerge, 
TestStressIndexing, TestRollingUpdates, TestIndexWriterUnicode, 
TestNRTReaderWithThreads, TestIndexWriterForceMerge, 
TestPerFieldPostingsFormat, TestLockFactory, TestPhraseQuery, 
TestRegexpRandom2, TestFastDecompressionMode, TestPagedBytes, 
TestPerFieldPostingsFormat2, TestDocValuesIndexing, TestBooleanMinShouldMatch, 
TestTermsEnum2, TestSpans, TestFlex, TestUTF32ToUTF8, TestSpanExplanations, 
TestStressIndexing2, TestLazyProxSkipping, TestDocsAndPositions, 
TestTermVectorsWriter, TestStressNRT, TestDisjunctionMaxQuery, 
TestTermRangeQuery, TestCrashCausesCorruptIndex]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestCrashCausesCorruptIndex -Dtests.seed=3D578F9258A6F99 
-Dtests.slow=true -Dtests.locale=es-PY -Dtests.timezone=Asia/Ulan_Bator 
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J0 | TestCrashCausesCorruptIndex (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the 
following files (in the order of attempts):
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\J0\temp\lucene.index.TestCrashCausesCorruptIndex_3D578F9258A6F99-001\testCrashCorruptsIndexing-001:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\J0\temp\lucene.index.TestCrashCausesCorruptIndex_3D578F9258A6F99-001\testCrashCorruptsIndexing-001
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\J0\temp\lucene.index.TestCrashCausesCorruptIndex_3D578F9258A6F99-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\J0\temp\lucene.index.TestCrashCausesCorruptIndex_3D578F9258A6F99-001
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([3D578F9258A6F99]:0)
   [junit4]    >        at org.apache.lucene.util.IOUtils.rm(IOUtils.java:323)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed [277/432 (2!)] on J0 in 0.26s, 1 test, 1 error <<< 
FAILURES!

[...truncated 10500 lines...]
   [junit4] Suite: org.apache.solr.TestDistributedSearch
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.TestDistributedSearch_4C8B5A779E81E2A8-001\init-core-data-001
   [junit4]   2> 1659121 INFO  
(SUITE-TestDistributedSearch-seed#[4C8B5A779E81E2A8]-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> 1659121 INFO  
(SUITE-TestDistributedSearch-seed#[4C8B5A779E81E2A8]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1660026 INFO  
(TEST-TestDistributedSearch.test-seed#[4C8B5A779E81E2A8]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.TestDistributedSearch_4C8B5A779E81E2A8-001\tempDir-001\control\cores\collection1
   [junit4]   2> 1660037 INFO  
(TEST-TestDistributedSearch.test-seed#[4C8B5A779E81E2A8]) [    ] o.e.j.s.Server 
jetty-9.3.8.v20160314
   [junit4]   2> 1660041 INFO  
(TEST-TestDistributedSearch.test-seed#[4C8B5A779E81E2A8]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@143428a0{/,null,AVAILABLE}
   [junit4]   2> 1660052 INFO  
(TEST-TestDistributedSearch.test-seed#[4C8B5A779E81E2A8]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@409dce28{HTTP/1.1,[http/1.1]}{127.0.0.1:50038}
   [junit4]   2> 1660053 INFO  
(TEST-TestDistributedSearch.test-seed#[4C8B5A779E81E2A8]) [    ] o.e.j.s.Server 
Started @1667741ms
   [junit4]   2> 1660053 INFO  
(TEST-TestDistributedSearch.test-seed#[4C8B5A779E81E2A8]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, hostPort=50038, 
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.TestDistributedSearch_4C8B5A779E81E2A8-001\tempDir-001\control\cores}
   [junit4]   2> 1660053 INFO  
(TEST-TestDistributedSearch.test-seed#[4C8B5A779E81E2A8]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 1660053 INFO  
(TEST-TestDistributedSearch.test-seed#[4C8B5A779E81E2A8]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.TestDistributedSearch_4C8B5A779E81E2A8-001\tempDir-001\control'
   [junit4]   2> 1660053 INFO  
(TEST-TestDistributedSearch.test-seed#[4C8B5A779E81E2A8]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1660053 INFO  
(TEST-TestDistributedSearch.test-seed#[4C8B5A779E81E2A8]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1660054 INFO  
(TEST-TestDistributedSearch.test-seed#[4C8B5A779E81E2A8]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.TestDistributedSearch_4C8B5A779E81E2A8-001\tempDir-001\control\solr.xml
   [junit4]   2> 1660084 INFO  
(TEST-TestDistributedSearch.test-seed#[4C8B5A779E81E2A8]) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.TestDistributedSearch_4C8B5A779E81E2A8-001\tempDir-001\control\cores
   [junit4]   2> 1660084 INFO  
(TEST-TestDistributedSearch.test-seed#[4C8B5A779E81E2A8]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1118185193
   [junit4]   2> 1660084 INFO  
(TEST-TestDistributedSearch.test-seed#[4C8B5A779E81E2A8]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.TestDistributedSearch_4C8B5A779E81E2A8-001\tempDir-001\control]
   [junit4]   2> 1660084 WARN  
(TEST-TestDistributedSearch.test-seed#[4C8B5A779E81E2A8]) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.TestDistributedSearch_4C8B5A779E81E2A8-001\tempDir-001\control\lib
 to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.TestDistributedSearch_4C8B5A779E81E2A8-001\tempDir-001\control\lib
   [junit4]   2> 1660085 INFO  
(TEST-TestDistributedSearch.test-seed#[4C8B5A779E81E2A8]) [    ] 
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,
   [junit4]   2> 1660092 INFO  
(TEST-TestDistributedSearch.test-seed#[4C8B5A779E81E2A8]) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 1660092 INFO  
(TEST-TestDistributedSearch.test-seed#[4C8B5A779E81E2A8]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1660092 INFO  
(TEST-TestDistributedSearch.test-seed#[4C8B5A779E81E2A8]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1660092 INFO  
(TEST-TestDistributedSearch.test-seed#[4C8B5A779E81E2A8]) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 1660092 INFO  
(TEST-TestDistributedSearch.test-seed#[4C8B5A779E81E2A8]) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1660094 INFO  
(TEST-TestDistributedSearch.test-seed#[4C8B5A779E81E2A8]) [    ] 
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.TestDistributedSearch_4C8B5A779E81E2A8-001\tempDir-001\control\cores
   [junit4]   2> 1660096 INFO  
(TEST-TestDistributedSearch.test-seed#[4C8B5A779E81E2A8]) [    ] 
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> 1660097 INFO  
(TEST-TestDistributedSearch.test-seed#[4C8B5A779E81E2A8]) [    ] 
o.a.s.c.CorePropertiesLocator Found core collection1 in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.TestDistributedSearch_4C8B5A779E81E2A8-001\tempDir-001\control\cores\collection1
   [junit4]   2> 1660097 INFO  
(TEST-TestDistributedSearch.test-seed#[4C8B5A779E81E2A8]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1660097 INFO  
(TEST-TestDistributedSearch.test-seed#[4C8B5A779E81E2A8]) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 1660097 INFO  
(TEST-TestDistributedSearch.test-seed#[4C8B5A779E81E2A8]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1660103 INFO  (coreLoadExecutor-6110-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1'
   [junit4]   2> 1660103 INFO  (coreLoadExecutor-6110-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1660103 INFO  (coreLoadExecutor-6110-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1660104 INFO  (coreLoadExecutor-6110-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 1660104 INFO  (coreLoadExecutor-6110-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 1660181 INFO  (coreLoadExecutor-6110-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1660189 WARN  (coreLoadExecutor-6110-thread-1) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1660190 INFO  (coreLoadExecutor-6110-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1660214 INFO  (coreLoadExecutor-6110-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1660221 INFO  (coreLoadExecutor-6110-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1660352 INFO  (coreLoadExecutor-6110-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1660365 INFO  (coreLoadExecutor-6110-thread-1) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1660366 INFO  (coreLoadExecutor-6110-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1660370 INFO  (coreLoadExecutor-6110-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1660373 INFO  (coreLoadExecutor-6110-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1660376 INFO  (coreLoadExecutor-6110-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 1660376 INFO  (coreLoadExecutor-6110-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 1660385 INFO  (coreLoadExecutor-6110-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-master-Windows\solr\core\src\test-files\solr\collection1'
   [junit4]   2> 1660386 INFO  (coreLoadExecutor-6110-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
configset 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1
   [junit4]   2> 1660386 INFO  (coreLoadExecutor-6110-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1660388 INFO  (coreLoadExecutor-6110-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.TestDistributedSearch_4C8B5A779E81E2A8-001\tempDir-001\control\cores\collection1\data\]
   [junit4]   2> 1660388 INFO  (coreLoadExecutor-6110-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@9bf4bc6
   [junit4]   2> 1660388 INFO  (coreLoadExecutor-6110-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.TestDistributedSearch_4C8B5A779E81E2A8-001\tempDir-001\control\cores\collection1\data\snapshot_metadata
   [junit4]   2> 1660388 INFO  (coreLoadExecutor-6110-thread-1) [    
x:collection1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot 
metadata file...
   [junit4]   2> 1660388 INFO  (coreLoadExecutor-6110-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.TestDistributedSearch_4C8B5A779E81E2A8-001\tempDir-001\control\cores\collection1\data\
   [junit4]   2> 1660390 INFO  (coreLoadExecutor-6110-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.TestDistributedSearch_4C8B5A779E81E2A8-001\tempDir-001\control\cores\collection1\data\index/
   [junit4]   2> 1660390 WARN  (coreLoadExecutor-6110-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.TestDistributedSearch_4C8B5A779E81E2A8-001\tempDir-001\control\cores\collection1\data\index'
 doesn't exist. Creating new index...
   [junit4]   2> 1660390 INFO  (coreLoadExecutor-6110-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.TestDistributedSearch_4C8B5A779E81E2A8-001\tempDir-001\control\cores\collection1\data\index
   [junit4]   2> 1660390 INFO  (coreLoadExecutor-6110-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@77f7ea42
   [junit4]   2> 1660390 INFO  (coreLoadExecutor-6110-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@a3bd1ab 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7115ab7d),segFN=segments_1,generation=1}
   [junit4]   2> 1660390 INFO  (coreLoadExecutor-6110-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1660393 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-master-Windows\solr\build\solr-core\test\J1\temp\solr.TestDistributedSearch_4C8B5A779E81E2A8-001\tempDir-001\control\cores\collection1\data\
   [junit4]   2> 1660395 INFO  (coreLoadExecutor-6110-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 1660395 WARN  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.DirectoryFactory 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.TestDistributedSearch_4C8B5A779E81E2A8-001\tempDir-001\control\cores\collection1\data\
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 1660395 INFO  (coreLoadExecutor-6110-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1660395 INFO  (coreLoadExecutor-6110-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1660395 INFO  (coreLoadExecutor-6110-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 1660395 INFO  (coreLoadExecutor-6110-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1660395 INFO  (coreLoadExecutor-6110-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1660395 INFO  (coreLoadExecutor-6110-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1660396 INFO  (coreLoadExecutor-6110-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1660396 INFO  (coreLoadExecutor-6110-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1660396 INFO  (coreLoadExecutor-6110-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1660396 INFO  (coreLoadExecutor-6110-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 1660396 INFO  (coreLoadExecutor-6110-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 1660410 INFO  (coreLoadExecutor-6110-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1660412 INFO  (coreLoadExecutor-6110-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1660414 INFO  (coreLoadExecutor-6110-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1660415 INFO  (coreLoadExecutor-6110-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1660420 INFO  (coreLoadExecutor-6110-thread-1) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 1660421 INFO  (coreLoadExecutor-6110-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> 1660423 INFO  (coreLoadExecutor-6110-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1660424 INFO  (coreLoadExecutor-6110-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1660424 INFO  (coreLoadExecutor-6110-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 1660426 INFO  (coreLoadExecutor-6110-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1660426 INFO  (coreLoadExecutor-6110-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1660427 INFO  (coreLoadExecutor-6110-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=43, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4677652874949326]
   [junit4]   2> 1660427 INFO  (coreLoadExecutor-6110-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@a3bd1ab 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7115ab7d),segFN=segments_1,generation=1}
   [junit4]   2> 1660427 INFO  (coreLoadExecutor-6110-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1660427 INFO  (coreLoadExecutor-6110-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5e3845d6[collection1] main]
   [junit4]   2> 1660427 INFO  (coreLoadExecutor-6110-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1660427 INFO  (coreLoadExecutor-6110-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
InMemoryStorage
   [junit4]   2> 1660427 INFO  (coreLoadExecutor-6110-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1660429 INFO  (coreLoadExecutor-6110-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1660448 INFO  (coreLoadExecutor-6110-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1660522 INFO  (coreLoadExecutor-6110-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1660522 INFO  
(searcherExecutor-6111-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1660523 INFO  
(searcherExecutor-6111-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1660523 INFO  
(searcherExecutor-6111-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1660523 INFO  
(searcherExecutor-6111-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1660524 INFO  (coreLoadExecutor-6110-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed 
version buckets
   [junit4]   2> 1660524 INFO  (coreLoadExecutor-6110-thread-1) [    
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 
65536 version buckets from index
   [junit4]   2> 1660524 INFO  (coreLoadExecutor-6110-thread-1) [    
x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed 
version bucket highest value from index
   [junit4]   2> 1660524 INFO  (coreLoadExecutor-6110-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1542924553289728000
   [junit4]   2> 1660526 INFO  
(searcherExecutor-6111-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1660526 INFO  (coreLoadExecutor-6110-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with 
highest version 1542924553289728000
   [junit4]   2> 1660526 INFO  (coreLoadExecutor-6110-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1660528 INFO  
(searcherExecutor-6111-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1660529 INFO  
(searcherExecutor-6111-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1660530 INFO  
(searcherExecutor-6111-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1660530 INFO  
(searcherExecutor-6111-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1660531 INFO  
(searcherExecutor-6111-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@5e3845d6[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1661313 INFO  
(TEST-TestDistributedSearch.test-seed#[4C8B5A779E81E2A8]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.TestDistributedSearch_4C8B5A779E81E2A8-001\tempDir-001\shard0\cores\collection1
   [junit4]   2> 1661315 INFO  
(TEST-TestDistributedSearch.test-seed#[4C8B5A779E81E2A8]) [    ] o.e.j.s.Server 
jetty-9.3.8.v20160314
   [junit4]   2> 1661316 INFO  
(TEST-TestDistributedSearch.test-seed#[4C8B5A779E81E2A8]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@66f0b32f{/,null,AVAILABLE}
   [junit4]   2> 1661317 INFO  
(TEST-TestDistributedSearch.test-seed#[4C8B5A779E81E2A8]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@2363068d{HTTP/1.1,[http/1.1]}{127.0.0.1:50041}
   [junit4]   2> 1661317 INFO  
(TEST-TestDistributedSearch.test-seed#[4C8B5A779E81E2A8]) [    ] o.e.j.s.Server 
Started @1669006ms
   [junit4]   2> 1661317 INFO  
(TEST-TestDistributedSearch.test-seed#[4C8B5A779E81E2A8]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, hostPort=50041, 
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.TestDistributedSearch_4C8B5A779E81E2A8-001\tempDir-001\shard0\cores}
   [junit4]   2> 1661317 INFO  
(TEST-TestDistributedSearch.test-seed#[4C8B5A779E81E2A8]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 1661319 INFO  
(TEST-TestDistributedSearch.test-seed#[4C8B5A779E81E2A8]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.TestDistributedSearch_4C8B5A779E81E2A8-001\tempDir-001\shard0'
   [junit4]   2> 1661319 INFO  
(TEST-TestDistributedSearch.test-seed#[4C8B5A779E81E2A8]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1661319 INFO  
(TEST-TestDistributedSearch.test-seed#[4C8B5A779E81E2A8]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1661320 INFO  
(TEST-TestDistributedSearch.test-seed#[4C8B5A779E81E2A8]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.TestDistributedSearch_4C8B5A779E81E2A8-001\tempDir-001\shard0\solr.xml
   [junit4]   2> 1661335 INFO  
(TEST-TestDistributedSearch.test-seed#[4C8B5A779E81E2A8]) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.TestDistributedSearch_4C8B5A779E81E2A8-001\tempDir-001\shard0\cores
   [junit4]   2> 1661335 INFO  
(TEST-TestDistributedSearch.test-seed#[4C8B5A779E81E2A8]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1204018608
   [junit4]   2> 1661335 INFO  
(TEST-TestDistributedSearch.test-seed#[4C8B5A779E81E2A8]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.TestDistributedSearch_4C8B5A779E81E2A8-001\tempDir-001\shard0]
   [junit4]   2> 1661335 WARN  
(TEST-TestDistributedSearch.test-seed#[4C8B5A779E81E2A8]) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.TestDistributedSearch_4C8B5A779E81E2A8-001\tempDir-001\shard0\lib
 to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.TestDistributedSearch_4C8B5A779E81E2A8-001\tempDir-001\shard0\lib
   [junit4]   2> 1661336 INFO  
(TEST-TestDistributedSearch.test-seed#[4C8B5A779E81E2A8]) [    ] 
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,
   [junit4]   2> 1661342 INFO  
(TEST-TestDistributedSearch.test-seed#[4C8B5A779E81E2A8]) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 1661343 INFO  
(TEST-TestDistributedSearch.test-seed#[4C8B5A779E81E2A8]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1661343 INFO  
(TEST-TestDistributedSearch.test-seed#[4C8B5A779E81E2A8]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1661343 INFO  
(TEST-TestDistributedSearch.test-seed#[4C8B5A779E81E2A8]) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 1661343 INFO  
(TEST-TestDistributedSearch.test-seed#[4C8B5A779E81E2A8]) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1661344 INFO  
(TEST-TestDistributedSearch.test-seed#[4C8B5A779E81E2A8]) [    ] 
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.TestDistributedSearch_4C8B5A779E81E2A8-001\tempDir-001\shard0\cores
   [junit4]   2> 1661346 INFO  
(TEST-TestDistributedSearch.test-seed#[4C8B5A779E81E2A8]) [    ] 
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> 1661346 INFO  
(TEST-TestDistributedSearch.test-seed#[4C8B5A779E81E2A8]) [    ] 
o.a.s.c.CorePropertiesLocator Found core collection1 in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.TestDistributedSearch_4C8B5A779E81E2A8-001\tempDir-001\shard0\cores\collection1
   [junit4]   2> 1661346 INFO  
(TEST-TestDistributedSearch.test-seed#[4C8B5A779E81E2A8]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1661348 INFO  
(TEST-TestDistributedSearch.test-seed#[4C8B5A779E81E2A8]) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 1661348 INFO  
(TEST-TestDistributedSearch.test-seed#[4C8B5A779E81E2A8]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1661348 INFO  (coreLoadExecutor-6121-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1'
   [junit4]   2> 1661348 INFO  (coreLoadExecutor-6121-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1661348 INFO  (coreLoadExecutor-6121-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1661349 INFO  (coreLoadExecutor-6121-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 1661349 INFO  (coreLoadExecutor-6121-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 1661434 INFO  (coreLoadExecutor-6121-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1661442 WARN  (coreLoadExecutor-6121-thread-1) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1661443 INFO  (coreLoadExecutor-6121-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1661463 INFO  (coreLoadExecutor-6121-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1661470 INFO  (coreLoadExecutor-6121-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1661577 INFO  (coreLoadExecutor-6121-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1661591 INFO  (coreLoadExecutor-6121-thread-1) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1661592 INFO  (coreLoadExecutor-6121-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1661600 INFO  (coreLoadExecutor-6121-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1661604 INFO  (coreLoadExecutor-6121-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1661609 INFO  (coreLoadExecutor-6121-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 1661609 INFO  (coreLoadExecutor-6121-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 1661621 INFO  (coreLoadExecutor-6121-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-master-Windows\solr\core\src\test-files\solr\collection1'
   [junit4]   2> 1661622 INFO  (coreLoadExecutor-6121-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
configset 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1
   [junit4]   2> 1661622 INFO  (coreLoadExecutor-6121-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1661622 INFO  (coreLoadExecutor-6121-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.TestDistributedSearch_4C8B5A779E81E2A8-001\tempDir-001\shard0\cores\collection1\data\]
   [junit4]   2> 1661624 INFO  (coreLoadExecutor-6121-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@9bf4bc6
   [junit4]   2> 1661624 INFO  (coreLoadExecutor-6121-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.TestDistributedSearch_4C8B5A779E81E2A8-001\tempDir-001\shard0\cores\collection1\data\snapshot_metadata
   [junit4]   2> 1661624 INFO  (coreLoadExecutor-6121-thread-1) [    
x:collection1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot 
metadata file...
   [junit4]   2> 1661625 INFO  (coreLoadExecutor-6121-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.TestDistributedSearch_4C8B5A779E81E2A8-001\tempDir-001\shard0\cores\collection1\data\
   [junit4]   2> 1661625 INFO  (coreLoadExecutor-6121-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.TestDistributedSearch_4C8B5A779E81E2A8-001\tempDir-001\shard0\cores\collection1\data\index/
   [junit4]   2> 1661625 WARN  (coreLoadExecutor-6121-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.TestDistributedSearch_4C8B5A779E81E2A8-001\tempDir-001\shard0\cores\collection1\data\index'
 doesn't exist. Creating new index...
   [junit4]   2> 1661626 INFO  (coreLoadExecutor-6121-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.TestDistributedSearch_4C8B5A779E81E2A8-001\tempDir-001\shard0\cores\collection1\data\index
   [junit4]   2> 1661626 INFO  (coreLoadExecutor-6121-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@22519b49
   [junit4]   2> 1661626 INFO  (coreLoadExecutor-6121-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@15ff6ecd 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@746df6ba),segFN=segments_1,generation=1}
   [junit4]   2> 1661626 INFO  (coreLoadExecutor-6121-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1661629 INFO  (coreLoadExecutor-6121-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 1661629 INFO  (coreLoadExecutor-6121-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1661630 INFO  (coreLoadExecutor-6121-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1661630 INFO  (coreLoadExecutor-6121-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 1661630 INFO  (coreLoadExecutor-6121-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1661630 INFO  (coreLoadExecutor-6121-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1661630 INFO  (coreLoadExecutor-6121-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1661630 INFO  (coreLoadExecutor-6121-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1661630 INFO  (coreLoadExecutor-6121-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1661630 INFO  (coreLoadExecutor-6121-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1661630 INFO  (coreLoadExecutor-6121-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 1661630 INFO  (coreLoadExecutor-6121-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 1661637 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-master-Windows\solr\build\solr-core\test\J1\temp\solr.TestDistributedSearch_4C8B5A779E81E2A8-001\tempDir-001\shard0\cores\collection1\data\
   [junit4]   2> 1661641 INFO  (coreLoadExecutor-6121-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1661642 WARN  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.DirectoryFactory 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.TestDistributedSearch_4C8B5A779E81E2A8-001\tempDir-001\shard0\cores\collection1\data\
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 1661643 INFO  (coreLoadExecutor-6121-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1661645 INFO  (coreLoadExecutor-6121-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1661649 INFO  (coreLoadExecutor-6121-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1661657 INFO  (coreLoadExecutor-6121-thread-1) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 1661660 INFO  (coreLoadExecutor-6121-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> 1661660 INFO  (coreLoadExecutor-6121-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1661662 INFO  (coreLoadExecutor-6121-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1661662 INFO  (coreLoadExecutor-6121-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 1661664 INFO  (coreLoadExecutor-6121-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1661664 INFO  (coreLoadExecutor-6121-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1661664 INFO  (coreLoadExecutor-6121-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=43, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4677652874949326]
   [junit4]   2> 1661666 INFO  (coreLoadExecutor-6121-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@15ff6ecd 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@746df6ba),segFN=segments_1,generation=1}
   [junit4]   2> 1661666 INFO  (coreLoadExecutor-6121-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1661666 INFO  (coreLoadExecutor-6121-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@15a6e052[collection1] main]
   [junit4]   2> 1661666 INFO  (coreLoadExecutor-6121-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1661666 INFO  (coreLoadExecutor-6121-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
InMemoryStorage
   [junit4]   2> 1661666 INFO  (coreLoadExecutor-6121-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1661667 INFO  (coreLoadExecutor-6121-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1661692 INFO  (coreLoadExecutor-6121-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1661781 INFO  (coreLoadExecutor-6121-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1661781 INFO  
(searcherExecutor-6122-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1661784 INFO  
(searcherExecutor-6122-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1661784 INFO  
(searcherExecutor-6122-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1661784 INFO  
(searcherExecutor-6122-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1661786 INFO  (coreLoadExecutor-6121-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed 
version buckets
   [junit4]   2> 1661787 INFO  (coreLoadExecutor-6121-thread-1) [    
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 
65536 version buckets from index
   [junit4]   2> 1661787 INFO  (coreLoadExecutor-6121-thread-1) [    
x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed 
version bucket highest value from index
   [junit4]   2> 1661787 INFO  (coreLoadExecutor-6121-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1542924554614079488
   [junit4]   2> 1661792 INFO  (coreLoadExecutor-6121-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Took 5.0ms to seed version buckets with 
highest version 1542924554614079488
   [junit4]   2> 1661792 INFO  (coreLoadExecutor-6121-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1661794 INFO  
(searcherExecutor-6122-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1661795 INFO  
(searcherExecutor-6122-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1661798 INFO  
(searcherExecutor-6122-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1661800 INFO  
(searcherExecutor-6122-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1661801 INFO  
(searcherExecutor-6122-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1661802 INFO  
(searcherExecutor-6122-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@15a6e052[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1661854 INFO  
(TEST-TestDistributedSearch.test-seed#[4C8B5A779E81E2A8]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1661881 INFO  (qtp1712246022-13598) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:* (-1542924554690625536)} 0 21
   [junit4]   2> 1661909 INFO  (qtp351073653-13618) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:* (-1542924554728374272)} 0 13
   [junit4]   2> 1661915 INFO  (qtp1712246022-13598) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[1 (1542924554746200064)]} 0 1
   [junit4]   2> 1661919 INFO  (qtp351073653-13629) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[1 (1542924554750394368)]} 0 2
   [junit4]   2> 1661925 INFO  (qtp1712246022-13598) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[2 (1542924554757734400)]} 0 4
   [junit4]   2> 1661930 INFO  (qtp351073653-13628) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[2 (1542924554759831552)]} 0 3
   [junit4]   2> 1661933 INFO  (qtp1712246022-13604) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[3 (1542924554765074432)]} 0 3
   [junit4]   2> 1661937 INFO  (qtp351073653-13627) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[3 (1542924554770317312)]} 0 1
   [junit4]   2> 1661939 INFO  (qtp1712246022-13603) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[4 (1542924554772414464)]} 0 0
   [junit4]   2> 1661940 INFO  (qtp351073653-13622) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[4 (1542924554774511616)]} 0 0
   [junit4]   2> 1661942 INFO  (qtp1712246022-13603) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[5 (1542924554776608768)]} 0 0
   [junit4]   2> 1661946 INFO  (qtp351073653-13622) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[5 (1542924554779754496)]} 0 1
   [junit4]   2> 1661950 INFO  (qtp1712246022-13603) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[6 (1542924554781851648)]} 0 3
   [junit4]   2> 1661955 INFO  (qtp351073653-13624) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[6 (1542924554789191680)]} 0 1
   [junit4]   2> 1661958 INFO  (qtp1712246022-13600) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[7 (1542924554792337408)]} 0 1
   [junit4]   2> 1661961 INFO  (qtp351073653-13623) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[7 (1542924554795483136)]} 0 1
   [junit4]   2> 1661963 INFO  (qtp1712246022-13600) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[8 (1542924554797580288)]} 0 0
   [junit4]   2> 1661965 INFO  (qtp351073653-13623) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[8 (1542924554799677440)]} 0 0
   [junit4]   2> 1661967 INFO  (qtp1712246022-13605) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[9 (1542924554801774592)]} 0 0
   [junit4]   2> 1661969 INFO  (qtp351073653-13618) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[9 (1542924554802823168)]} 0 1
   [junit4]   2> 1661969 INFO  (qtp1712246022-13607) [    x:collection1] 
o.a.s.u.Di

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

leHttpClient.java:82)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:513)
   [junit4]    >        ... 10 more
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_4C8B5A779E81E2A8-001
   [junit4]   2> Aug 17, 2016 3:47:37 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{range_facet_l_dv=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
_version_=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 multiDefault=PostingsFormat(name=LuceneFixedGap), 
intDefault=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 id=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
range_facet_i_dv=PostingsFormat(name=LuceneFixedGap), 
range_facet_l=PostingsFormat(name=LuceneFixedGap), 
timestamp=PostingsFormat(name=LuceneFixedGap)}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene54), 
range_facet_i_dv=DocValuesFormat(name=Asserting), 
timestamp=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1618, 
maxMBSortInHeap=7.97297767522458, sim=RandomSimilarity(queryNorm=false): {}, 
locale=de-LU, timezone=Pacific/Norfolk
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_102 
(64-bit)/cpus=3,threads=1,free=86930656,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: 
[TlogReplayBufferedWhileIndexingTest, CdcrRequestHandlerTest, SuggesterTest, 
DistributedTermsComponentTest, TestFreeTextSuggestions, TestCloudManagedSchema, 
CSVRequestHandlerTest, TestSolrCloudWithKerberosAlt, 
TestPHPSerializedResponseWriter, AnalyticsQueryTest, TestFieldCacheWithThreads, 
DistributedQueueTest, DirectoryFactoryTest, UpdateRequestProcessorFactoryTest, 
StatsComponentTest, TestImplicitCoreProperties, CachingDirectoryFactoryTest, 
TestSolrJ, TestValueSourceCache, TestBackupRepositoryFactory, 
TestSolr4Spatial2, TestSerializedLuceneMatchVersion, 
SuggestComponentContextFilterQueryTest, AliasIntegrationTest, 
TestStandardQParsers, DistributedMLTComponentTest, 
DirectUpdateHandlerOptimizeTest, SortSpecParsingTest, 
FileBasedSpellCheckerTest, TestFastWriter, SuggesterTSTTest, TestJsonRequest, 
TestPKIAuthenticationPlugin, DeleteStatusTest, TestScoreJoinQPNoScore, 
SparseHLLTest, CollectionsAPIDistributedZkTest, 
OpenExchangeRatesOrgProviderTest, TestRTimerTree, DocValuesMissingTest, 
TestInitParams, TestSha256AuthenticationProvider, TestCloudDeleteByQuery, 
TestConfigReload, OverseerModifyCollectionTest, TestIntervalFaceting, 
TestSubQueryTransformerDistrib, DeleteLastCustomShardedReplicaTest, 
TestManagedResourceStorage, TestRecovery, BigEndianAscendingWordSerializerTest, 
TestBinaryField, TestReversedWildcardFilterFactory, TestReRankQParserPlugin, 
TestConfigSetImmutable, TestCrossCoreJoin, DeleteReplicaTest, 
TestUninvertingReader, WordBreakSolrSpellCheckerTest, 
TestSuggestSpellingConverter, TestManagedSchema, TestXmlQParserPlugin, 
TestCollationField, BadCopyFieldTest, TestCryptoKeys, 
BaseCdcrDistributedZkTest, NotRequiredUniqueKeyTest, TestSolr4Spatial, 
SolrCmdDistributorTest, ShowFileRequestHandlerTest, TestPerFieldSimilarity, 
CurrencyFieldOpenExchangeTest, ResponseLogComponentTest, 
TestSchemaSimilarityResource, ConjunctionSolrSpellCheckerTest, 
TestCloudSchemaless, SSLMigrationTest, RequestLoggingTest, 
SpatialRPTFieldTypeTest, TestBulkSchemaAPI, TestTolerantUpdateProcessorCloud, 
DistributedFacetPivotLargeTest, AnalysisErrorHandlingTest, SolrXmlInZkTest, 
FieldMutatingUpdateProcessorTest, TestDFISimilarityFactory, QueryParsingTest, 
TestClusterStateMutator, TestStressRecovery, ConvertedLegacyTest, 
TestFieldCollectionResource, BasicDistributedZk2Test, SpellCheckComponentTest, 
AsyncCallRequestStatusResponseTest, TermVectorComponentDistributedTest, 
CollectionsAPIAsyncDistributedZkTest, TestCSVResponseWriter, 
PKIAuthenticationIntegrationTest, CdcrReplicationDistributedZkTest, 
ConcurrentDeleteAndCreateCollectionTest, TestJettySolrRunner, TestFiltering, 
TestSchemaNameResource, TestSimpleQParserPlugin, BlockCacheTest, 
TestDownShardTolerantSearch, RestartWhileUpdatingTest, 
FieldAnalysisRequestHandlerTest, TestFieldTypeCollectionResource, 
NumericFieldsTest, HdfsBasicDistributedZkTest, NoCacheHeaderTest, 
FullSolrCloudDistribCmdsTest, TestSolrDeletionPolicy2, AtomicUpdatesTest, 
TestPerFieldSimilarityWithDefaultOverride, 
VMParamsZkACLAndCredentialsProvidersTest, TestRestoreCore, TestSchemaManager, 
SecurityConfHandlerTest, TestAtomicUpdateErrorCases, 
CloneFieldUpdateProcessorFactoryTest, TestDistributedStatsComponentCardinality, 
ChaosMonkeySafeLeaderTest, TestBadConfig, TestFieldSortValues, 
TestSimpleTrackingShardHandler, TestMissingGroups, TestDistributedMissingSort, 
TestTrieFacet, TolerantUpdateProcessorTest, ChangedSchemaMergeTest, 
SolrPluginUtilsTest, SimpleMLTQParserTest, TestCollectionAPI, 
BasicFunctionalityTest, FileUtilsTest, CoreAdminHandlerTest, ZkSolrClientTest, 
RAMDirectoryFactoryTest, DateFieldTest, TestLockTree, TestLRUStatsCache, 
ConnectionManagerTest, BlobRepositoryCloudTest, TestComplexPhraseQParserPlugin, 
SolrIndexSplitterTest, FacetPivotSmallTest, TestMiniSolrCloudClusterSSL, 
PreAnalyzedUpdateProcessorTest, TestSSLRandomization, 
HdfsTlogReplayBufferedWhileIndexingTest, LeaderFailoverAfterPartitionTest, 
BasicDistributedZkTest, OpenCloseCoreStressTest, OverseerTest, 
ClusterStateUpdateTest, TestRandomFaceting, TestZkChroot, ZkCLITest, 
ShardRoutingCustomTest, TestDistributedSearch, TestFaceting, TestRealTimeGet, 
TestReload, TestGroupingSearch, QueryElevationComponentTest, 
BadIndexSchemaTest, TestLazyCores, SoftAutoCommitTest, SimplePostToolTest, 
TestCoreDiscovery, AnalysisAfterCoreReloadTest, 
SignatureUpdateProcessorFactoryTest, TestFoldingMultitermQuery, DocValuesTest, 
CacheHeaderTest, TestSurroundQueryParser, TestQueryUtils, TestWriterPerf, 
TestQueryTypes, XmlUpdateRequestHandlerTest, DocumentBuilderTest, 
TestIndexingPerformance, IndexSchemaRuntimeFieldTest, TestJmxIntegration, 
UniqFieldsUpdateProcessorFactoryTest, TestPartialUpdateDeduplication, 
TestBinaryResponseWriter, TestLFUCache, HighlighterConfigTest, 
AlternateDirectoryTest, TestQuerySenderNoQuery, CopyFieldTest, 
TestMergePolicyConfig, TestDocSet, TestElisionMultitermQuery, OutputWriterTest, 
ExternalFileFieldSortTest, TestSolrCoreProperties, DirectSolrConnectionTest, 
SpellPossibilityIteratorTest, SynonymTokenizerTest, EchoParamsTest, 
TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, 
ResourceLoaderTest, ScriptEngineTest, PluginInfoTest, DateMathParserTest, 
PreAnalyzedFieldTest, TestSystemIdResolver, PrimUtilsTest, 
SpellingQueryConverterTest, TestUtils, TestDocumentBuilder, ZkNodePropsTest, 
SystemInfoHandlerTest, TestRTGBase, DistributedIntervalFacetingTest, 
SolrTestCaseJ4Test, TestCursorMarkWithoutUniqueKey, TestTolerantSearch, 
ConnectionReuseTest, TestEmbeddedSolrServerConstructors, ActionThrottleTest, 
CdcrBootstrapTest, CustomCollectionTest, DeleteShardTest, 
DistribJoinFromCollectionTest, ForceLeaderTest, 
LeaderInitiatedRecoveryOnShardRestartTest, MultiThreadedOCPTest, 
OverriddenZkACLAndCredentialsProvidersTest, 
OverseerCollectionConfigSetProcessorTest, OverseerStatusTest, 
OverseerTaskQueueTest, RecoveryAfterSoftCommitTest, ReplaceNodeTest, 
SaslZkACLProviderTest, SharedFSAutoReplicaFailoverUtilsTest, 
SimpleCollectionCreateDeleteTest, SolrCLIZkUtilsTest, TestCloudInspectUtil, 
TestCloudPivotFacet, TestConfigSetsAPI, TestConfigSetsAPIExclusivity, 
TestConfigSetsAPIZkFailure, TestDistribDocBasedVersion, 
TestExclusionRuleCollectionAccess, TestHdfsCloudBackupRestore, 
TestLeaderElectionZkExpiry, TestLeaderInitiatedRecoveryThread, 
TestRandomFlRTGCloud, TestRebalanceLeaders, TestShortCircuitedRequests, 
TestSolrCloudWithSecureImpersonation, TestStressCloudBlindAtomicUpdates, 
TestStressLiveNodes, HdfsChaosMonkeyNothingIsSafeTest, 
HdfsChaosMonkeySafeLeaderTest, HdfsCollectionsAPIDistributedZkTest, 
HdfsNNFailoverTest, HdfsRecoverLeaseTest, HdfsRecoveryZkTest, 
HdfsSyncSliceTest, HdfsUnloadDistributedZkTest, 
HdfsWriteToMultipleCollectionsTest, StressHdfsTest, ZkStateReaderTest, 
RuleEngineTest, HdfsDirectoryFactoryTest, TestConfigOverlay, 
TestConfigSetProperties, TestConfigSets, TestNRTOpen, TestReloadAndDeleteDocs, 
TestSolrConfigHandler, TestSolrXml, TestSolrCoreSnapshots, 
TestHdfsBackupRestoreCore, TestReplicationHandlerBackup, 
TestSolrConfigHandlerCloud, TestSolrConfigHandlerConcurrent, 
CoreAdminCreateDiscoverTest, CoreMergeIndexesAdminHandlerTest, InfoHandlerTest, 
DistributedDebugComponentTest, DistributedFacetPivotLongTailTest, 
DistributedFacetPivotSmallAdvancedTest, DistributedFacetPivotSmallTest, 
DistributedFacetPivotWhiteBoxTest, DistributedQueryComponentCustomSortTest, 
DistributedQueryComponentOptimizationTest, SpatialHeatmapFacetsTest, 
TestDefaultSearchFieldResource, TestSchemaResource, 
TestSolrQueryParserResource, TestManagedStopFilterFactory, 
TestUseDocValuesAsStored, TestUseDocValuesAsStored2, CursorMarkTest, 
MergeStrategyTest, TestCustomSort, TestFilteredDocIdSet, 
TestGraphTermsQParserPlugin, TestInitQParser, TestNoOpRegenerator, 
TestOverriddenPrefixQueryForCustomFieldType, TestRandomCollapseQParserPlugin, 
TestRecoveryHdfs, TestReloadDeadlock, TestSmileRequest, 
TestSolrFieldCacheMBean, TestStressUserVersions, TestXmlQParser, 
TestMinMaxOnMultiValuedField, TestOrdValues, TestSortByMinMaxFunction, 
BJQParserTest, BlockJoinFacetDistribTest, BlockJoinFacetSimpleTest, 
CloudMLTQParserTest, TestClassicSimilarityFactory, TestDefaultStatsCache, 
TestDistribIDF, TestExactSharedStatsCache, TestExactStatsCache, 
BasicAuthIntegrationTest]
   [junit4] Completed [603/629 (3!)] on J1 in 17.14s, 1 test, 1 error <<< 
FAILURES!

[...truncated 60282 lines...]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to