Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/16972/
Java: 64bit/jdk1.8.0_92 -XX:-UseCompressedOops -XX:+UseParallelGC

3 tests failed.
FAILED:  
org.apache.solr.cloud.TestTolerantUpdateProcessorCloud.testAddsMixedWithDeletesViaNoCollectionClient

Error Message:
Error from server at https://127.0.0.1:36157/solr/test_col: Expected mime type 
application/octet-stream but got text/html. <html> <head> <meta 
http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/> <title>Error 
500 </title> </head> <body> <h2>HTTP ERROR: 500</h2> <p>Problem accessing 
/solr/test_col/update. Reason: <pre>    {msg=GC overhead limit 
exceeded,trace=java.lang.OutOfMemoryError: GC overhead limit exceeded  at 
java.util.concurrent.ConcurrentHashMap.entrySet(ConcurrentHashMap.java:1276)  
at org.apache.http.params.BasicHttpParams.copyParams(BasicHttpParams.java:176)  
at org.apache.http.params.BasicHttpParams.clone(BasicHttpParams.java:164)  at 
org.apache.http.params.BasicHttpParams.copy(BasicHttpParams.java:151)  at 
org.apache.http.client.methods.HttpRequestWrapper.getParams(HttpRequestWrapper.java:203)
  at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:133) 
 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.servlet.HttpSolrCall.remoteQuery(HttpSolrCall.java:566)  
at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:449)  at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:257)
  at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:208)
  at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1676)
  at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:111)
  at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1676)
  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:581) 
 at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
  at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1160)
  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:511)  
at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
  at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1092)
  at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  
at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:399)  
at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134) 
 at org.eclipse.jetty.server.Server.handle(Server.java:518)  at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:308)  at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:244)  at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
  at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95) 
,code=500}</pre></p> <hr /><a href="http://eclipse.org/jetty";>Powered by 
Jetty:// 9.3.8.v20160314</a><hr/> </body> </html> 

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:36157/solr/test_col: Expected mime type 
application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 500 </title>
</head>
<body>
<h2>HTTP ERROR: 500</h2>
<p>Problem accessing /solr/test_col/update. Reason:
<pre>    {msg=GC overhead limit exceeded,trace=java.lang.OutOfMemoryError: GC 
overhead limit exceeded
        at 
java.util.concurrent.ConcurrentHashMap.entrySet(ConcurrentHashMap.java:1276)
        at 
org.apache.http.params.BasicHttpParams.copyParams(BasicHttpParams.java:176)
        at 
org.apache.http.params.BasicHttpParams.clone(BasicHttpParams.java:164)
        at org.apache.http.params.BasicHttpParams.copy(BasicHttpParams.java:151)
        at 
org.apache.http.client.methods.HttpRequestWrapper.getParams(HttpRequestWrapper.java:203)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:133)
        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.servlet.HttpSolrCall.remoteQuery(HttpSolrCall.java:566)
        at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:449)
        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:257)
        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:208)
        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1676)
        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:111)
        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1676)
        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:581)
        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1160)
        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:511)
        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1092)
        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:399)
        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
        at org.eclipse.jetty.server.Server.handle(Server.java:518)
        at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:308)
        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:244)
        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
        at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
,code=500}</pre></p>
<hr /><a href="http://eclipse.org/jetty";>Powered by Jetty:// 
9.3.8.v20160314</a><hr/>
</body>
</html>

        at 
__randomizedtesting.SeedInfo.seed([CBE03109F7964F8A:CA790065A05C638E]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:574)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:166)
        at 
org.apache.solr.cloud.TestTolerantUpdateProcessorCloud.testAddsMixedWithDeletes(TestTolerantUpdateProcessorCloud.java:854)
        at 
org.apache.solr.cloud.TestTolerantUpdateProcessorCloud.testAddsMixedWithDeletesViaNoCollectionClient(TestTolerantUpdateProcessorCloud.java:813)
        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)


FAILED:  
org.apache.solr.cloud.TestTolerantUpdateProcessorCloud.testVariousDeletesViaShard2LeaderClient

Error Message:
Timeout occured while waiting response from server at: 
https://127.0.0.1:41192/solr/test_col

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: https://127.0.0.1:41192/solr/test_col
        at 
__randomizedtesting.SeedInfo.seed([CBE03109F7964F8A:82598543C0AC8AAF]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:617)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
        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.sendRequest(CloudSolrClient.java:1228)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:998)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:934)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
        at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:484)
        at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:463)
        at 
org.apache.solr.cloud.TestTolerantUpdateProcessorCloud.clearCollection(TestTolerantUpdateProcessorCloud.java:226)
        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$9.evaluate(RandomizedRunner.java:905)
        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: java.net.SocketTimeoutException: Read timed out
        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 sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
        at sun.security.ssl.InputRecord.read(InputRecord.java:503)
        at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973)
        at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:930)
        at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
        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:511)
        ... 49 more


FAILED:  
org.apache.solr.handler.component.DistributedFacetPivotLongTailTest.test

Error Message:
IOException occured when talking to server at: 
https://127.0.0.1:39797//collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when 
talking to server at: https://127.0.0.1:39797//collection1
        at 
__randomizedtesting.SeedInfo.seed([CBE03109F7964F8A:43B40ED3596A2272]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:620)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
        at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:173)
        at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:138)
        at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:152)
        at 
org.apache.solr.handler.component.DistributedFacetPivotLongTailTest.test(DistributedFacetPivotLongTailTest.java:87)
        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$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
        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)
Caused by: javax.net.ssl.SSLHandshakeException: Remote host closed connection 
during handshake
        at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:992)
        at 
sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375)
        at 
sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403)
        at 
sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387)
        at 
org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:394)
        at 
org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:353)
        at 
org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:134)
        at 
org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:353)
        at 
org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
        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:511)
        ... 48 more
Caused by: java.io.EOFException: SSL peer shut down incorrectly
        at sun.security.ssl.InputRecord.read(InputRecord.java:505)
        at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973)
        ... 64 more




Build Log:
[...truncated 12141 lines...]
   [junit4] Suite: 
org.apache.solr.handler.component.DistributedFacetPivotLongTailTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBE03109F7964F8A-001/init-core-data-001
   [junit4]   2> 1818358 INFO  
(SUITE-DistributedFacetPivotLongTailTest-seed#[CBE03109F7964F8A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1818359 INFO  
(SUITE-DistributedFacetPivotLongTailTest-seed#[CBE03109F7964F8A]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1818426 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBE03109F7964F8A-001/tempDir-001/control/cores/collection1
   [junit4]   2> 1818428 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1818428 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@433eb61e{/,null,AVAILABLE}
   [junit4]   2> 1818431 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@508655d5{SSL,[ssl, 
http/1.1]}{127.0.0.1:41310}
   [junit4]   2> 1818431 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.e.j.s.Server Started @1819068ms
   [junit4]   2> 1818431 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, hostPort=41310, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBE03109F7964F8A-001/tempDir-001/control/cores}
   [junit4]   2> 1818431 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 1818431 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBE03109F7964F8A-001/tempDir-001/control'
   [junit4]   2> 1818431 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1818431 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1818431 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBE03109F7964F8A-001/tempDir-001/control/solr.xml
   [junit4]   2> 1818436 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBE03109F7964F8A-001/tempDir-001/control/cores
   [junit4]   2> 1818436 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 640048024
   [junit4]   2> 1818436 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBE03109F7964F8A-001/tempDir-001/control]
   [junit4]   2> 1818436 WARN  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBE03109F7964F8A-001/tempDir-001/control/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBE03109F7964F8A-001/tempDir-001/control/lib
   [junit4]   2> 1818436 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 1818437 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 1818438 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1818438 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1818438 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 1818438 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1818439 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBE03109F7964F8A-001/tempDir-001/control/cores
   [junit4]   2> 1818439 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
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> 1818439 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.c.CorePropertiesLocator Found core collection1 in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBE03109F7964F8A-001/tempDir-001/control/cores/collection1
   [junit4]   2> 1818440 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1818440 INFO  (coreLoadExecutor-11942-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1818440 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1818440 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1818440 INFO  (coreLoadExecutor-11942-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1818440 INFO  (coreLoadExecutor-11942-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1818440 INFO  (coreLoadExecutor-11942-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 1818440 INFO  (coreLoadExecutor-11942-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 1818461 INFO  (coreLoadExecutor-11942-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1818468 WARN  (coreLoadExecutor-11942-thread-1) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1818471 INFO  (coreLoadExecutor-11942-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1818512 INFO  (coreLoadExecutor-11942-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1818516 INFO  (coreLoadExecutor-11942-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1818589 INFO  (coreLoadExecutor-11942-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1818594 INFO  (coreLoadExecutor-11942-thread-1) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1818595 INFO  (coreLoadExecutor-11942-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1818597 INFO  (coreLoadExecutor-11942-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1818598 INFO  (coreLoadExecutor-11942-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1818599 INFO  (coreLoadExecutor-11942-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 1818599 INFO  (coreLoadExecutor-11942-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 1818600 INFO  (coreLoadExecutor-11942-thread-1) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1818600 INFO  (coreLoadExecutor-11942-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
configset 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1818600 INFO  (coreLoadExecutor-11942-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1818601 INFO  (coreLoadExecutor-11942-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBE03109F7964F8A-001/tempDir-001/control/cores/collection1/data/]
   [junit4]   2> 1818601 INFO  (coreLoadExecutor-11942-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3605f795
   [junit4]   2> 1818601 INFO  (coreLoadExecutor-11942-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBE03109F7964F8A-001/tempDir-001/control/cores/collection1/data
   [junit4]   2> 1818601 INFO  (coreLoadExecutor-11942-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBE03109F7964F8A-001/tempDir-001/control/cores/collection1/data/index/
   [junit4]   2> 1818601 WARN  (coreLoadExecutor-11942-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBE03109F7964F8A-001/tempDir-001/control/cores/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 1818602 INFO  (coreLoadExecutor-11942-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBE03109F7964F8A-001/tempDir-001/control/cores/collection1/data/index
   [junit4]   2> 1818603 INFO  (coreLoadExecutor-11942-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=45, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=11.9560546875, 
floorSegmentMB=1.7626953125, forceMergeDeletesPctAllowed=27.734807702220845, 
segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1818603 INFO  (coreLoadExecutor-11942-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@65ee793b 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@18aede6),segFN=segments_1,generation=1}
   [junit4]   2> 1818603 INFO  (coreLoadExecutor-11942-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1818603 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection1 in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBE03109F7964F8A-001/tempDir-001/control/cores/collection1/data/
   [junit4]   2> 1818604 WARN  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.DirectoryFactory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBE03109F7964F8A-001/tempDir-001/control/cores/collection1/data/
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 1818606 INFO  (coreLoadExecutor-11942-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 1818606 INFO  (coreLoadExecutor-11942-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1818606 INFO  (coreLoadExecutor-11942-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1818606 INFO  (coreLoadExecutor-11942-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 1818606 INFO  (coreLoadExecutor-11942-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1818606 INFO  (coreLoadExecutor-11942-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1818606 INFO  (coreLoadExecutor-11942-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1818606 INFO  (coreLoadExecutor-11942-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1818606 INFO  (coreLoadExecutor-11942-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1818606 INFO  (coreLoadExecutor-11942-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1818606 INFO  (coreLoadExecutor-11942-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 1818606 INFO  (coreLoadExecutor-11942-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 1818607 INFO  (coreLoadExecutor-11942-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1818608 INFO  (coreLoadExecutor-11942-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1818609 INFO  (coreLoadExecutor-11942-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1818609 INFO  (coreLoadExecutor-11942-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1818611 INFO  (coreLoadExecutor-11942-thread-1) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 1818612 INFO  (coreLoadExecutor-11942-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> 1818612 INFO  (coreLoadExecutor-11942-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1818612 INFO  (coreLoadExecutor-11942-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1818612 INFO  (coreLoadExecutor-11942-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 1818613 INFO  (coreLoadExecutor-11942-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1818613 INFO  (coreLoadExecutor-11942-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1818614 INFO  (coreLoadExecutor-11942-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=20, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=33.89453125, 
floorSegmentMB=0.712890625, forceMergeDeletesPctAllowed=12.65925450751287, 
segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1818614 INFO  (coreLoadExecutor-11942-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@65ee793b 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@18aede6),segFN=segments_1,generation=1}
   [junit4]   2> 1818614 INFO  (coreLoadExecutor-11942-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1818614 INFO  (coreLoadExecutor-11942-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@574b70d4[collection1] main]
   [junit4]   2> 1818615 INFO  (coreLoadExecutor-11942-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1818615 INFO  (coreLoadExecutor-11942-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
InMemoryStorage
   [junit4]   2> 1818615 INFO  (coreLoadExecutor-11942-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1818615 INFO  (coreLoadExecutor-11942-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1818644 INFO  (coreLoadExecutor-11942-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1818725 INFO  (coreLoadExecutor-11942-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1818726 INFO  
(searcherExecutor-11943-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1818726 INFO  
(searcherExecutor-11943-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1818726 INFO  
(searcherExecutor-11943-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1818726 INFO  
(searcherExecutor-11943-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1818726 INFO  
(searcherExecutor-11943-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1818726 INFO  (coreLoadExecutor-11942-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed 
version buckets
   [junit4]   2> 1818726 INFO  
(searcherExecutor-11943-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1818726 INFO  (coreLoadExecutor-11942-thread-1) [    
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 
65536 version buckets from index
   [junit4]   2> 1818726 INFO  (coreLoadExecutor-11942-thread-1) [    
x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed 
version bucket highest value from index
   [junit4]   2> 1818726 INFO  
(searcherExecutor-11943-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1818726 INFO  (coreLoadExecutor-11942-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1536907278349762560
   [junit4]   2> 1818727 INFO  
(searcherExecutor-11943-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1818727 INFO  
(searcherExecutor-11943-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1818727 INFO  
(searcherExecutor-11943-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@574b70d4[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1818728 INFO  (coreLoadExecutor-11942-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with 
highest version 1536907278349762560
   [junit4]   2> 1818729 INFO  (coreLoadExecutor-11942-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1819008 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBE03109F7964F8A-001/tempDir-001/shard0/cores/collection1
   [junit4]   2> 1819010 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1819011 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@789f5039{/,null,AVAILABLE}
   [junit4]   2> 1819013 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@2f30f913{SSL,[ssl, 
http/1.1]}{127.0.0.1:39797}
   [junit4]   2> 1819013 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.e.j.s.Server Started @1819650ms
   [junit4]   2> 1819013 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, hostPort=39797, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBE03109F7964F8A-001/tempDir-001/shard0/cores}
   [junit4]   2> 1819014 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 1819014 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBE03109F7964F8A-001/tempDir-001/shard0'
   [junit4]   2> 1819014 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1819014 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1819014 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBE03109F7964F8A-001/tempDir-001/shard0/solr.xml
   [junit4]   2> 1819017 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBE03109F7964F8A-001/tempDir-001/shard0/cores
   [junit4]   2> 1819018 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 167414191
   [junit4]   2> 1819018 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBE03109F7964F8A-001/tempDir-001/shard0]
   [junit4]   2> 1819018 WARN  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBE03109F7964F8A-001/tempDir-001/shard0/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBE03109F7964F8A-001/tempDir-001/shard0/lib
   [junit4]   2> 1819018 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 1819019 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 1819019 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1819019 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1819019 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 1819019 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1819020 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBE03109F7964F8A-001/tempDir-001/shard0/cores
   [junit4]   2> 1819020 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
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> 1819020 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.c.CorePropertiesLocator Found core collection1 in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBE03109F7964F8A-001/tempDir-001/shard0/cores/collection1
   [junit4]   2> 1819020 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1819020 INFO  (coreLoadExecutor-11953-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1819021 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1819021 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1819021 INFO  (coreLoadExecutor-11953-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1819021 INFO  (coreLoadExecutor-11953-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1819021 INFO  (coreLoadExecutor-11953-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 1819021 INFO  (coreLoadExecutor-11953-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 1819037 INFO  (coreLoadExecutor-11953-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1819042 WARN  (coreLoadExecutor-11953-thread-1) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1819044 INFO  (coreLoadExecutor-11953-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1819059 INFO  (coreLoadExecutor-11953-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1819062 INFO  (coreLoadExecutor-11953-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1819156 INFO  (coreLoadExecutor-11953-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1819159 INFO  (coreLoadExecutor-11953-thread-1) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1819160 INFO  (coreLoadExecutor-11953-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1819163 INFO  (coreLoadExecutor-11953-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1819164 INFO  (coreLoadExecutor-11953-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1819165 INFO  (coreLoadExecutor-11953-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 1819165 INFO  (coreLoadExecutor-11953-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 1819167 INFO  (coreLoadExecutor-11953-thread-1) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1819167 INFO  (coreLoadExecutor-11953-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
configset 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1819167 INFO  (coreLoadExecutor-11953-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1819167 INFO  (coreLoadExecutor-11953-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBE03109F7964F8A-001/tempDir-001/shard0/cores/collection1/data/]
   [junit4]   2> 1819167 INFO  (coreLoadExecutor-11953-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3605f795
   [junit4]   2> 1819167 INFO  (coreLoadExecutor-11953-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBE03109F7964F8A-001/tempDir-001/shard0/cores/collection1/data
   [junit4]   2> 1819167 INFO  (coreLoadExecutor-11953-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBE03109F7964F8A-001/tempDir-001/shard0/cores/collection1/data/index/
   [junit4]   2> 1819167 WARN  (coreLoadExecutor-11953-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBE03109F7964F8A-001/tempDir-001/shard0/cores/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 1819168 INFO  (coreLoadExecutor-11953-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBE03109F7964F8A-001/tempDir-001/shard0/cores/collection1/data/index
   [junit4]   2> 1819168 INFO  (coreLoadExecutor-11953-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=45, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=11.9560546875, 
floorSegmentMB=1.7626953125, forceMergeDeletesPctAllowed=27.734807702220845, 
segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1819168 INFO  (coreLoadExecutor-11953-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@74a70255 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@15fb8d),segFN=segments_1,generation=1}
   [junit4]   2> 1819168 INFO  (coreLoadExecutor-11953-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1819168 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection1 in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBE03109F7964F8A-001/tempDir-001/shard0/cores/collection1/data/
   [junit4]   2> 1819168 WARN  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.DirectoryFactory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBE03109F7964F8A-001/tempDir-001/shard0/cores/collection1/data/
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 1819171 INFO  (coreLoadExecutor-11953-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 1819171 INFO  (coreLoadExecutor-11953-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1819171 INFO  (coreLoadExecutor-11953-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1819171 INFO  (coreLoadExecutor-11953-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 1819171 INFO  (coreLoadExecutor-11953-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1819171 INFO  (coreLoadExecutor-11953-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1819171 INFO  (coreLoadExecutor-11953-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1819171 INFO  (coreLoadExecutor-11953-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1819171 INFO  (coreLoadExecutor-11953-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1819171 INFO  (coreLoadExecutor-11953-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1819171 INFO  (coreLoadExecutor-11953-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 1819171 INFO  (coreLoadExecutor-11953-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 1819172 INFO  (coreLoadExecutor-11953-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1819173 INFO  (coreLoadExecutor-11953-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1819173 INFO  (coreLoadExecutor-11953-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1819174 INFO  (coreLoadExecutor-11953-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1819177 INFO  (coreLoadExecutor-11953-thread-1) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 1819179 INFO  (coreLoadExecutor-11953-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> 1819179 INFO  (coreLoadExecutor-11953-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1819179 INFO  (coreLoadExecutor-11953-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1819179 INFO  (coreLoadExecutor-11953-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 1819180 INFO  (coreLoadExecutor-11953-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1819180 INFO  (coreLoadExecutor-11953-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1819181 INFO  (coreLoadExecutor-11953-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=20, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=33.89453125, 
floorSegmentMB=0.712890625, forceMergeDeletesPctAllowed=12.65925450751287, 
segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1819181 INFO  (coreLoadExecutor-11953-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@74a70255 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@15fb8d),segFN=segments_1,generation=1}
   [junit4]   2> 1819181 INFO  (coreLoadExecutor-11953-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1819181 INFO  (coreLoadExecutor-11953-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@270f4a1e[collection1] main]
   [junit4]   2> 1819181 INFO  (coreLoadExecutor-11953-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1819181 INFO  (coreLoadExecutor-11953-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
InMemoryStorage
   [junit4]   2> 1819182 INFO  (coreLoadExecutor-11953-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1819182 INFO  (coreLoadExecutor-11953-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1819209 INFO  (coreLoadExecutor-11953-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1819299 INFO  (coreLoadExecutor-11953-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1819299 INFO  
(searcherExecutor-11954-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1819300 INFO  
(searcherExecutor-11954-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1819300 INFO  
(searcherExecutor-11954-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1819300 INFO  
(searcherExecutor-11954-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1819300 INFO  
(searcherExecutor-11954-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1819300 INFO  
(searcherExecutor-11954-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1819300 INFO  
(searcherExecutor-11954-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1819300 INFO  
(searcherExecutor-11954-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1819301 INFO  
(searcherExecutor-11954-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1819301 INFO  
(searcherExecutor-11954-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@270f4a1e[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1819302 INFO  (coreLoadExecutor-11953-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed 
version buckets
   [junit4]   2> 1819302 INFO  (coreLoadExecutor-11953-thread-1) [    
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 
65536 version buckets from index
   [junit4]   2> 1819302 INFO  (coreLoadExecutor-11953-thread-1) [    
x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed 
version bucket highest value from index
   [junit4]   2> 1819302 INFO  (coreLoadExecutor-11953-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1536907278953742336
   [junit4]   2> 1819304 INFO  (coreLoadExecutor-11953-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with 
highest version 1536907278953742336
   [junit4]   2> 1819304 INFO  (coreLoadExecutor-11953-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1819618 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBE03109F7964F8A-001/tempDir-001/shard1/cores/collection1
   [junit4]   2> 1819619 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1819620 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3ef4ab43{/,null,AVAILABLE}
   [junit4]   2> 1819623 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@7344ca09{SSL,[ssl, 
http/1.1]}{127.0.0.1:41518}
   [junit4]   2> 1819623 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.e.j.s.Server Started @1820260ms
   [junit4]   2> 1819623 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, hostPort=41518, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBE03109F7964F8A-001/tempDir-001/shard1/cores}
   [junit4]   2> 1819623 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 1819623 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBE03109F7964F8A-001/tempDir-001/shard1'
   [junit4]   2> 1819623 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1819623 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1819624 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBE03109F7964F8A-001/tempDir-001/shard1/solr.xml
   [junit4]   2> 1819628 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBE03109F7964F8A-001/tempDir-001/shard1/cores
   [junit4]   2> 1819628 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 840862099
   [junit4]   2> 1819628 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBE03109F7964F8A-001/tempDir-001/shard1]
   [junit4]   2> 1819628 WARN  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBE03109F7964F8A-001/tempDir-001/shard1/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBE03109F7964F8A-001/tempDir-001/shard1/lib
   [junit4]   2> 1819628 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 1819630 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 1819630 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1819630 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1819631 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 1819631 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1819631 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBE03109F7964F8A-001/tempDir-001/shard1/cores
   [junit4]   2> 1819632 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
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> 1819632 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.c.CorePropertiesLocator Found core collection1 in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBE03109F7964F8A-001/tempDir-001/shard1/cores/collection1
   [junit4]   2> 1819632 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1819632 INFO  (coreLoadExecutor-11964-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1819632 INFO  (coreLoadExecutor-11964-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1819632 INFO  (coreLoadExecutor-11964-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1819632 INFO  (coreLoadExecutor-11964-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 1819633 INFO  (coreLoadExecutor-11964-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 1819634 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1819634 INFO  
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBE03109F7964F8A]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1819656 INFO  (coreLoadExecutor-11964-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1819665 WARN  (coreLoadExecutor-11964-thread-1) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1819667 INFO  (coreLoadExecutor-11964-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1819691 INFO  (coreLoadExecutor-11964-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1819696 INFO  (coreLoadExecutor-11964-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1819767 INFO  (coreLoadExecutor-11964-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1819772 INFO  (coreLoadExecutor-11964-thread-1) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1819773 INFO  (coreLoadExecutor-11964-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1819775 INFO  (coreLoadExecutor-11964-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1819777 INFO  (coreLoadExecutor-11964-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1819778 INFO  (coreLoadExecutor-11964-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 1819778 INFO  (coreLoadExecutor-11964-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 1819779 INFO  (coreLoadExecutor-11964-thread-1) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1819779 INFO  (coreLoadExecutor-11964-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
configset 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1819779 INFO  (coreLoadExecutor-11964-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1819780 INFO  (coreLoadExecutor-11964-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBE03109F7964F8A-001/tempDir-001/shard1/cores/collection1/data/]
   [junit4]   2> 1819780 INFO  (coreLoadExecutor-11964-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3605f795
   [junit4]   2> 1819780 INFO  (coreLoadExecutor-11964-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBE03109F7964F8A-001/tempDir-001/shard1/cores/collection1/data
   [junit4]   2> 1819780 INFO  (coreLoadExecutor-11964-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBE03109F7964F8A-001/tempDir-001/shard1/cores/collection1/data/index/
   [junit4]   2> 1819780 WARN  (coreLoadExecutor-11964-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBE03109F7964F8A-001/tempDir-001/shard1/cores/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 1819780 INFO  (coreLoadExecutor-11964-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBE03109F7964F8A-001/tempDir-001/shard1/cores/collection1/data/index
   [junit4]   2> 1819780 INFO  (coreLoadExecutor-11964-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=45, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=11.9560546875, 
floorSegmentMB=1.7626953125, forceMergeDeletesPctAllowed=27.734807702220845, 
segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1819781 INFO  (coreLoadExecutor-11964-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@20a58136 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2dfa2bbe),segFN=segments_1,generation=1}
   [junit4]   2> 1819781 INFO  (coreLoadExecutor-11964-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1819781 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection1 in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBE03109F7964F8A-001/tempDir-001/shard1/cores/collection1/data/
   [junit4]   2> 1819781 WARN  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.DirectoryFactory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBE03109F7964F8A-001/tempDir-001/shard1/cores/collection1/data/
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 1819783 INFO  (coreLoadExecutor-11964-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 1819783 INFO  (coreLoadExecutor-11964-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1819783 INFO  (coreLoadExecutor-11964-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1819783 INFO  (coreLoadExecutor-11964-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 1819783 INFO  (coreLoadExecutor-11964-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1819783 INFO  (coreLoadExecutor-11964-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1819783 INFO  (coreLoadExecutor-11964-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "u

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

r    ] o.a.s.c.Overseer According to ZK I 
(id=96056695460790279-127.0.0.1:41192_solr-n_0000000002) am no longer a leader.
   [junit4]   2> 2333615 INFO  
(OverseerCollectionConfigSetProcessor-96056695460790279-127.0.0.1:41192_solr-n_0000000002)
 [n:127.0.0.1:41192_solr    ] o.a.s.c.OverseerTaskProcessor According to ZK I 
(id=96056695460790279-127.0.0.1:41192_solr-n_0000000002) am no longer a leader.
   [junit4]   2> 2333615 INFO  
(OverseerStateUpdate-96056695460790279-127.0.0.1:41192_solr-n_0000000002) 
[n:127.0.0.1:41192_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 2333616 ERROR 
(OverseerCollectionConfigSetProcessor-96056695460790279-127.0.0.1:41192_solr-n_0000000002)
 [n:127.0.0.1:41192_solr    ] o.a.s.c.OverseerTaskProcessor Unable to 
prioritize overseer 
   [junit4]   2> java.lang.InterruptedException
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:67)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:311)
   [junit4]   2>        at 
org.apache.solr.cloud.OverseerNodePrioritizer.prioritizeOverseerNodes(OverseerNodePrioritizer.java:60)
   [junit4]   2>        at 
org.apache.solr.cloud.OverseerTaskProcessor.run(OverseerTaskProcessor.java:154)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2333616 INFO  
(zkCallback-2342-thread-4-processing-n:127.0.0.1:41192_solr) 
[n:127.0.0.1:41192_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2333616 INFO  
(OverseerStateUpdate-96056695460790279-127.0.0.1:41192_solr-n_0000000002) 
[n:127.0.0.1:41192_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:41192_solr
   [junit4]   2> 2333616 WARN  
(zkCallback-2342-thread-4-processing-n:127.0.0.1:41192_solr) 
[n:127.0.0.1:41192_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2333616 INFO  (jetty-launcher-2332-thread-6) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1976753b{/solr,null,UNAVAILABLE}
   [junit4]   2> 2335105 WARN  
(zkCallback-2356-thread-5-processing-n:127.0.0.1:45404_solr) 
[n:127.0.0.1:45404_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2335105 INFO  (jetty-launcher-2332-thread-9) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@5ffd7c0d{/solr,null,UNAVAILABLE}
   [junit4]   2> 2335106 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[CBE03109F7964F8A]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:45264 45264
   [junit4]   2> 2335124 INFO  (Thread-4141) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:45264 45264
   [junit4]   2> 2335124 WARN  (Thread-4141) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/aliases.json
   [junit4]   2>        5       /solr/security.json
   [junit4]   2>        4       
/solr/configs/solrCloudCollectionConfig/managed-schema
   [junit4]   2>        4       /solr/configs/solrCloudCollectionConfig
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/clusterstate.json
   [junit4]   2>        6       /solr/clusterprops.json
   [junit4]   2>        4       /solr/collections/test_col/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        651     /solr/overseer/collection-queue-work
   [junit4]   2>        16      /solr/overseer/queue
   [junit4]   2>        6       /solr/live_nodes
   [junit4]   2>        6       /solr/collections
   [junit4]   2>        3       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 2335125 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[CBE03109F7964F8A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorCloud_CBE03109F7964F8A-001
   [junit4]   2> Jun 12, 2016 5:31:55 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=ClassicSimilarity, locale=el-GR, timezone=Africa/Banjul
   [junit4]   2> NOTE: Linux 4.4.0-21-generic amd64/Oracle Corporation 1.8.0_92 
(64-bit)/cpus=12,threads=1,free=190544800,total=469762048
   [junit4]   2> NOTE: All tests run in this JVM: [HdfsRecoveryZkTest, 
TestBM25SimilarityFactory, CollectionsAPIDistributedZkTest, 
BigEndianAscendingWordSerializerTest, HighlighterTest, 
IndexBasedSpellCheckerTest, TestCollectionAPI, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, SuggestComponentTest, 
SpellingQueryConverterTest, TestDefaultStatsCache, 
TestComplexPhraseQParserPlugin, ConfigSetsAPITest, TestSolrCoreProperties, 
DistanceUnitsTest, BasicFunctionalityTest, TestReplicaProperties, 
ZkSolrClientTest, ChaosMonkeySafeLeaderTest, TestConfigSets, 
LeaderInitiatedRecoveryOnShardRestartTest, TestReqParamsAPI, 
TestSolrDynamicMBean, BlockCacheTest, TestSolrCLIRunExample, 
ShardRoutingCustomTest, MoreLikeThisHandlerTest, AnalyticsMergeStrategyTest, 
TestQuerySenderListener, HttpPartitionTest, DocValuesTest, 
TriLevelCompositeIdRoutingTest, AliasIntegrationTest, MergeStrategyTest, 
DocumentBuilderTest, FileUtilsTest, TestBlobHandler, 
DistributedQueryComponentCustomSortTest, DistributedTermsComponentTest, 
AnalysisErrorHandlingTest, NotRequiredUniqueKeyTest, 
ChaosMonkeyNothingIsSafeTest, TestRuleBasedAuthorizationPlugin, DOMUtilTest, 
ClusterStateUpdateTest, SimplePostToolTest, TestDynamicFieldCollectionResource, 
ZkStateReaderTest, EnumFieldTest, TestQuerySenderNoQuery, TestDocumentBuilder, 
TestPivotHelperCode, WordBreakSolrSpellCheckerTest, TestSolrFieldCacheMBean, 
DistribCursorPagingTest, TestFieldCacheWithThreads, SuggesterFSTTest, 
TestEmbeddedSolrServerConstructors, SolrInfoMBeanTest, 
TestMinMaxOnMultiValuedField, HdfsWriteToMultipleCollectionsTest, 
TestCollationFieldDocValues, ChangedSchemaMergeTest, CollectionReloadTest, 
TestSchemaManager, HdfsThreadLeakTest, TestSolrCloudWithKerberosAlt, ZkCLITest, 
TestCustomDocTransformer, MultiTermTest, BlockJoinFacetSimpleTest, 
TestSolrDeletionPolicy2, SchemaVersionSpecificBehaviorTest, TestFiltering, 
TestReloadAndDeleteDocs, DistributedMLTComponentTest, 
OpenExchangeRatesOrgProviderTest, TestFilteredDocIdSet, 
TestAddFieldRealTimeGet, DistributedQueueTest, TestQueryUtils, 
DeleteReplicaTest, TestRandomCollapseQParserPlugin, 
PKIAuthenticationIntegrationTest, SolrPluginUtilsTest, 
RestartWhileUpdatingTest, DistanceFunctionTest, FullHLLTest, NumericFieldsTest, 
TestFieldCache, TestNamedUpdateProcessors, OpenCloseCoreStressTest, 
TestSchemaVersionResource, SoftAutoCommitTest, OverseerRolesTest, 
TestMiniSolrCloudClusterBase, SparseHLLTest, TimeZoneUtilsTest, 
CSVRequestHandlerTest, TestSolrIndexConfig, SolrIndexConfigTest, 
MinimalSchemaTest, TestConfig, SpellPossibilityIteratorTest, TestCodecSupport, 
EchoParamsTest, TestDFRSimilarityFactory, TestPerFieldSimilarity, 
TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, 
ResourceLoaderTest, ScriptEngineTest, RAMDirectoryFactoryTest, TestUtils, 
SliceStateTest, DistributedIntervalFacetingTest, TestTolerantSearch, 
ActionThrottleTest, AsyncMigrateRouteKeyTest, CollectionsAPISolrJTest, 
DistributedVersionInfoTest, MultiThreadedOCPTest, 
OverriddenZkACLAndCredentialsProvidersTest, OverseerTaskQueueTest, 
RecoveryAfterSoftCommitTest, SharedFSAutoReplicaFailoverUtilsTest, 
SolrCloudExampleTest, TestConfigSetsAPI, TestConfigSetsAPIZkFailure, 
TestCryptoKeys, TestDownShardTolerantSearch, TestLeaderInitiatedRecoveryThread, 
TestMiniSolrCloudClusterSSL, TestOnReconnectListenerSupport, 
TestRequestStatusCollectionAPI, TestShortCircuitedRequests, 
TestTolerantUpdateProcessorCloud]
   [junit4] Completed [614/614 (2!)] on J1 in 662.13s, 19 tests, 2 errors <<< 
FAILURES!

[...truncated 1 lines...]
   [junit4] JVM J1: stdout was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J1-20160612_045258_664.sysout
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Dumping heap to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/heapdumps/java_pid28505.hprof 
...
   [junit4] Heap dump file created [435520023 bytes in 1.261 secs]
   [junit4] <<< JVM J1: EOF ----

[...truncated 12 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:740: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:684: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:59: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build.xml:233: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/common-build.xml:531: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1427: 
The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:984: 
There were test failures: 614 suites (10 ignored), 2583 tests, 3 errors, 116 
ignored (72 assumptions) [seed: CBE03109F7964F8A]

Total time: 60 minutes 50 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


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

Reply via email to