Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/550/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseParallelGC
4 tests failed.
FAILED: org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.testSslAndClientAuth
Error Message:
Unexpected exception type, expected SSLHandshakeException
Stack Trace:
junit.framework.AssertionFailedError: Unexpected exception type, expected
SSLHandshakeException
at
__randomizedtesting.SeedInfo.seed([DF4CB87EAD5DCC25:CC851B33F9097D9]:0)
at
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2682)
at
org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.checkClusterJettys(TestMiniSolrCloudClusterSSL.java:283)
at
org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.checkClusterWithCollectionCreations(TestMiniSolrCloudClusterSSL.java:185)
at
org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.checkClusterWithNodeReplacement(TestMiniSolrCloudClusterSSL.java:147)
at
org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.testSslAndClientAuth(TestMiniSolrCloudClusterSSL.java:129)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(SocketInputStream.java:209)
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.waitForClose(SSLSocketImpl.java:1769)
at
sun.security.ssl.HandshakeOutStream.flush(HandshakeOutStream.java:124)
at
sun.security.ssl.Handshaker.sendChangeCipherSpec(Handshaker.java:1083)
at
sun.security.ssl.ClientHandshaker.sendChangeCipherAndFinish(ClientHandshaker.java:1222)
at
sun.security.ssl.ClientHandshaker.serverHelloDone(ClientHandshaker.java:1134)
at
sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:348)
at sun.security.ssl.Handshaker.processLoop(Handshaker.java:979)
at sun.security.ssl.Handshaker.process_record(Handshaker.java:914)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1062)
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:107)
at
org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.doHeadRequest(TestMiniSolrCloudClusterSSL.java:302)
at
org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.lambda$checkClusterJettys$2(TestMiniSolrCloudClusterSSL.java:284)
at
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2677)
... 43 more
FAILED:
org.apache.solr.cloud.TestTolerantUpdateProcessorCloud.testVariousAddsViaCloudClient
Error Message:
IOException occured when talking to server at:
https://127.0.0.1:61093/solr/test_col
Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when
talking to server at: https://127.0.0.1:61093/solr/test_col
at
__randomizedtesting.SeedInfo.seed([DF4CB87EAD5DCC25:E2FD340A92B4F5FC]: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.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:1192)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:962)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:898)
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.testVariousAdds(TestTolerantUpdateProcessorCloud.java:755)
at
org.apache.solr.cloud.TestTolerantUpdateProcessorCloud.testVariousAddsViaCloudClient(TestTolerantUpdateProcessorCloud.java:396)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.conn.ConnectTimeoutException: Connect to
127.0.0.1:61093 [/127.0.0.1] failed: Read timed out
at
org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:143)
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)
... 51 more
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.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)
... 61 more
FAILED: org.apache.solr.cloud.TestTolerantUpdateProcessorCloud.testSanity
Error Message:
Could not load collection from ZK: test_col
Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK:
test_col
at
__randomizedtesting.SeedInfo.seed([DF4CB87EAD5DCC25:56AF1F83A27ACA0B]:0)
at
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1033)
at
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:566)
at
org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:211)
at
org.apache.solr.common.cloud.ClusterState.hasCollection(ClusterState.java:113)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.getCollectionNames(CloudSolrClient.java:1203)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:925)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:898)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
at
org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:895)
at
org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:858)
at
org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:873)
at
org.apache.solr.cloud.TestTolerantUpdateProcessorCloud.clearCollection(TestTolerantUpdateProcessorCloud.java:225)
at sun.reflect.GeneratedMethodAccessor58.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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: org.apache.zookeeper.KeeperException$SessionExpiredException:
KeeperErrorCode = Session expired for /collections/test_col/state.json
at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
at
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:348)
at
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:345)
at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
at
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:345)
at
org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1045)
at
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1031)
... 48 more
FAILED: org.apache.solr.core.TestDynamicLoading.testDynamicLoading
Error Message:
Could not get expected value 'X val' for path 'x' full output: {
"responseHeader":{ "status":0, "QTime":0}, "params":{"wt":"json"},
"context":{ "webapp":"/h_", "path":"/test1", "httpMethod":"GET"},
"class":"org.apache.solr.core.BlobStoreTestRequestHandler", "x":null}, from
server: null
Stack Trace:
java.lang.AssertionError: Could not get expected value 'X val' for path 'x'
full output: {
"responseHeader":{
"status":0,
"QTime":0},
"params":{"wt":"json"},
"context":{
"webapp":"/h_",
"path":"/test1",
"httpMethod":"GET"},
"class":"org.apache.solr.core.BlobStoreTestRequestHandler",
"x":null}, from server: null
at
__randomizedtesting.SeedInfo.seed([DF4CB87EAD5DCC25:70195295A806985]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:457)
at
org.apache.solr.core.TestDynamicLoading.testDynamicLoading(TestDynamicLoading.java:233)
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)
Build Log:
[...truncated 11165 lines...]
[junit4] Suite: org.apache.solr.cloud.TestMiniSolrCloudClusterSSL
[junit4] 2> Creating dataDir:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_DF4CB87EAD5DCC25-001/init-core-data-001
[junit4] 2> 1101354 INFO
(SUITE-TestMiniSolrCloudClusterSSL-seed#[DF4CB87EAD5DCC25]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
[junit4] 2> 1101355 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testSslAndNoClientAuth
[junit4] 2> 1101355 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.TestMiniSolrCloudClusterSSL NOTE: This Test ignores the
randomized SSL & clientAuth settings selected by base class
[junit4] 2> 1101356 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1101357 INFO (Thread-5955) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1101357 INFO (Thread-5955) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 1101459 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.ZkTestServer start zk server on port:40658
[junit4] 2> 1101459 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1101460 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1101463 INFO (zkCallback-1197-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@1f7201d8
name:ZooKeeperConnection Watcher:127.0.0.1:40658 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1101463 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1101463 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1101463 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
[junit4] 2> 1101466 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath: /solr/clusterprops.json
[junit4] 2> 1101471 INFO (jetty-launcher-1196-thread-2) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 1101471 INFO (jetty-launcher-1196-thread-3) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 1101472 INFO (jetty-launcher-1196-thread-1) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 1101483 INFO (jetty-launcher-1196-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@43961d15{/solr,null,AVAILABLE}
[junit4] 2> 1101484 INFO (jetty-launcher-1196-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@4dc4414{/solr,null,AVAILABLE}
[junit4] 2> 1101485 INFO (jetty-launcher-1196-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3cc0636f{/solr,null,AVAILABLE}
[junit4] 2> 1101485 INFO (jetty-launcher-1196-thread-1) [ ]
o.e.j.u.s.SslContextFactory x509=X509@6c2fa5b2(solrtest,h=[],w=[]) for
SslContextFactory@5ab989e5(file:///export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/server/etc/test/solrtest.keystore,null)
[junit4] 2> 1101486 INFO (jetty-launcher-1196-thread-2) [ ]
o.e.j.u.s.SslContextFactory x509=X509@4d3d08b2(solrtest,h=[],w=[]) for
SslContextFactory@263f7f48(file:///export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/server/etc/test/solrtest.keystore,null)
[junit4] 2> 1101486 INFO (jetty-launcher-1196-thread-3) [ ]
o.e.j.u.s.SslContextFactory x509=X509@3c15a38f(solrtest,h=[],w=[]) for
SslContextFactory@6e74c59c(file:///export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/server/etc/test/solrtest.keystore,null)
[junit4] 2> 1101491 INFO (jetty-launcher-1196-thread-3) [ ]
o.e.j.s.ServerConnector Started ServerConnector@7c2a95e6{SSL,[ssl,
http/1.1]}{127.0.0.1:42669}
[junit4] 2> 1101491 INFO (jetty-launcher-1196-thread-3) [ ]
o.e.j.s.Server Started @1105195ms
[junit4] 2> 1101491 INFO (jetty-launcher-1196-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=42669}
[junit4] 2> 1101491 INFO (jetty-launcher-1196-thread-3) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@6d06d69c
[junit4] 2> 1101491 INFO (jetty-launcher-1196-thread-3) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_DF4CB87EAD5DCC25-001/tempDir-001/node3'
[junit4] 2> 1101491 INFO (jetty-launcher-1196-thread-3) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1101491 INFO (jetty-launcher-1196-thread-3) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 1101491 INFO (jetty-launcher-1196-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1101492 INFO (jetty-launcher-1196-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1101494 INFO (jetty-launcher-1196-thread-2) [ ]
o.e.j.s.ServerConnector Started ServerConnector@7309195b{SSL,[ssl,
http/1.1]}{127.0.0.1:52779}
[junit4] 2> 1101494 INFO (jetty-launcher-1196-thread-2) [ ]
o.e.j.s.Server Started @1105198ms
[junit4] 2> 1101494 INFO (jetty-launcher-1196-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=52779}
[junit4] 2> 1101494 INFO (jetty-launcher-1196-thread-2) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@6d06d69c
[junit4] 2> 1101494 INFO (jetty-launcher-1196-thread-2) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_DF4CB87EAD5DCC25-001/tempDir-001/node2'
[junit4] 2> 1101494 INFO (jetty-launcher-1196-thread-2) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1101494 INFO (jetty-launcher-1196-thread-2) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 1101494 INFO (jetty-launcher-1196-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1101495 INFO (jetty-launcher-1196-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1101495 INFO (jetty-launcher-1196-thread-1) [ ]
o.e.j.s.ServerConnector Started ServerConnector@3532c0cf{SSL,[ssl,
http/1.1]}{127.0.0.1:34094}
[junit4] 2> 1101495 INFO (jetty-launcher-1196-thread-1) [ ]
o.e.j.s.Server Started @1105199ms
[junit4] 2> 1101495 INFO (jetty-launcher-1196-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=34094}
[junit4] 2> 1101495 INFO (jetty-launcher-1196-thread-1) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@6d06d69c
[junit4] 2> 1101495 INFO (jetty-launcher-1196-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_DF4CB87EAD5DCC25-001/tempDir-001/node1'
[junit4] 2> 1101495 INFO (jetty-launcher-1196-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1101495 INFO (jetty-launcher-1196-thread-1) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 1101496 INFO (jetty-launcher-1196-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1101497 INFO (jetty-launcher-1196-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1101501 INFO (zkCallback-1199-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@25b224a7
name:ZooKeeperConnection Watcher:127.0.0.1:40658/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1101501 INFO (jetty-launcher-1196-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1101501 INFO (jetty-launcher-1196-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1101501 INFO (jetty-launcher-1196-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1101506 INFO (zkCallback-1200-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@c2b9463 name:ZooKeeperConnection
Watcher:127.0.0.1:40658/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1101506 INFO (zkCallback-1198-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@38509df name:ZooKeeperConnection
Watcher:127.0.0.1:40658/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1101506 INFO (jetty-launcher-1196-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1101507 INFO (jetty-launcher-1196-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1101507 INFO (jetty-launcher-1196-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1101507 INFO (jetty-launcher-1196-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1101508 INFO (jetty-launcher-1196-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1101512 INFO (jetty-launcher-1196-thread-3) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_DF4CB87EAD5DCC25-001/tempDir-001/node3/.
[junit4] 2> 1101512 INFO (jetty-launcher-1196-thread-3) [ ]
o.a.s.c.CoreContainer New CoreContainer 811206766
[junit4] 2> 1101512 INFO (jetty-launcher-1196-thread-3) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_DF4CB87EAD5DCC25-001/tempDir-001/node3]
[junit4] 2> 1101512 WARN (jetty-launcher-1196-thread-3) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_DF4CB87EAD5DCC25-001/tempDir-001/node3/lib
to classpath:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_DF4CB87EAD5DCC25-001/tempDir-001/node3/lib
[junit4] 2> 1101512 INFO (jetty-launcher-1196-thread-3) [ ]
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> 1101513 INFO (jetty-launcher-1196-thread-3) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
[junit4] 2> 1101514 INFO (jetty-launcher-1196-thread-3) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1101514 INFO (jetty-launcher-1196-thread-3) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1101514 INFO (jetty-launcher-1196-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40658/solr
[junit4] 2> 1101514 INFO (jetty-launcher-1196-thread-3) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 1101514 INFO (jetty-launcher-1196-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1101514 INFO (jetty-launcher-1196-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1101518 INFO (jetty-launcher-1196-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1101518 INFO (jetty-launcher-1196-thread-2) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_DF4CB87EAD5DCC25-001/tempDir-001/node2/.
[junit4] 2> 1101519 INFO (jetty-launcher-1196-thread-2) [ ]
o.a.s.c.CoreContainer New CoreContainer 1955934982
[junit4] 2> 1101519 INFO (jetty-launcher-1196-thread-2) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_DF4CB87EAD5DCC25-001/tempDir-001/node2]
[junit4] 2> 1101519 WARN (jetty-launcher-1196-thread-2) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_DF4CB87EAD5DCC25-001/tempDir-001/node2/lib
to classpath:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_DF4CB87EAD5DCC25-001/tempDir-001/node2/lib
[junit4] 2> 1101519 INFO (jetty-launcher-1196-thread-2) [ ]
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> 1101520 INFO (jetty-launcher-1196-thread-2) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
[junit4] 2> 1101520 INFO (jetty-launcher-1196-thread-2) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1101520 INFO (jetty-launcher-1196-thread-2) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1101520 INFO (jetty-launcher-1196-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40658/solr
[junit4] 2> 1101520 INFO (jetty-launcher-1196-thread-2) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 1101520 INFO (jetty-launcher-1196-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1101521 INFO (jetty-launcher-1196-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1101522 INFO (zkCallback-1206-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@54b7244c
name:ZooKeeperConnection Watcher:127.0.0.1:40658 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1101522 INFO (jetty-launcher-1196-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1101522 INFO (jetty-launcher-1196-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1101523 INFO (zkCallback-1203-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@7f24451 name:ZooKeeperConnection
Watcher:127.0.0.1:40658 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 1101523 INFO (jetty-launcher-1196-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1101523 INFO (jetty-launcher-1196-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1101524 INFO (jetty-launcher-1196-thread-1) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_DF4CB87EAD5DCC25-001/tempDir-001/node1/.
[junit4] 2> 1101524 INFO (jetty-launcher-1196-thread-1) [ ]
o.a.s.c.CoreContainer New CoreContainer 1589321090
[junit4] 2> 1101524 INFO (jetty-launcher-1196-thread-1) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_DF4CB87EAD5DCC25-001/tempDir-001/node1]
[junit4] 2> 1101524 WARN (jetty-launcher-1196-thread-1) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_DF4CB87EAD5DCC25-001/tempDir-001/node1/lib
to classpath:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_DF4CB87EAD5DCC25-001/tempDir-001/node1/lib
[junit4] 2> 1101524 INFO (jetty-launcher-1196-thread-1) [ ]
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> 1101524 INFO (jetty-launcher-1196-thread-2)
[n:127.0.0.1:52779_solr ] o.a.s.c.ZkController Added new OnReconnect
listener org.apache.solr.cloud.ZkController$$Lambda$38/2065009040@3bec0298
[junit4] 2> 1101525 INFO (jetty-launcher-1196-thread-2)
[n:127.0.0.1:52779_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 1101525 INFO (jetty-launcher-1196-thread-1) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
[junit4] 2> 1101525 INFO (jetty-launcher-1196-thread-3)
[n:127.0.0.1:42669_solr ] o.a.s.c.ZkController Added new OnReconnect
listener org.apache.solr.cloud.ZkController$$Lambda$38/2065009040@70141272
[junit4] 2> 1101526 INFO (jetty-launcher-1196-thread-3)
[n:127.0.0.1:42669_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 1101526 INFO (jetty-launcher-1196-thread-1) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1101526 INFO (jetty-launcher-1196-thread-1) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1101526 INFO (jetty-launcher-1196-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40658/solr
[junit4] 2> 1101526 INFO (jetty-launcher-1196-thread-1) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 1101526 INFO (jetty-launcher-1196-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1101527 INFO
(zkCallback-1207-thread-1-processing-n:127.0.0.1:52779_solr)
[n:127.0.0.1:52779_solr ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@4bb55d6e
name:ZooKeeperConnection Watcher:127.0.0.1:40658/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1101527 INFO (jetty-launcher-1196-thread-2)
[n:127.0.0.1:52779_solr ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 1101527 INFO
(zkCallback-1210-thread-1-processing-n:127.0.0.1:42669_solr)
[n:127.0.0.1:42669_solr ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@214977bf
name:ZooKeeperConnection Watcher:127.0.0.1:40658/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1101527 INFO (jetty-launcher-1196-thread-3)
[n:127.0.0.1:42669_solr ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 1101528 INFO (jetty-launcher-1196-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1101529 INFO (zkCallback-1211-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@4a427b74
name:ZooKeeperConnection Watcher:127.0.0.1:40658 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1101529 INFO (jetty-launcher-1196-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1101530 INFO (jetty-launcher-1196-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1101530 INFO (jetty-launcher-1196-thread-2)
[n:127.0.0.1:52779_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
[junit4] 2> 1101531 INFO (jetty-launcher-1196-thread-3)
[n:127.0.0.1:42669_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
[junit4] 2> 1101531 INFO (jetty-launcher-1196-thread-1)
[n:127.0.0.1:34094_solr ] o.a.s.c.ZkController Added new OnReconnect
listener org.apache.solr.cloud.ZkController$$Lambda$38/2065009040@5fd22ffc
[junit4] 2> 1101533 INFO (jetty-launcher-1196-thread-2)
[n:127.0.0.1:52779_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-queue-work
[junit4] 2> 1101533 INFO (jetty-launcher-1196-thread-3)
[n:127.0.0.1:42669_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-queue-work
[junit4] 2> 1101534 INFO (jetty-launcher-1196-thread-1)
[n:127.0.0.1:34094_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 1101538 INFO (jetty-launcher-1196-thread-3)
[n:127.0.0.1:42669_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-running
[junit4] 2> 1101538 INFO (jetty-launcher-1196-thread-2)
[n:127.0.0.1:52779_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-running
[junit4] 2> 1101539 INFO
(zkCallback-1212-thread-1-processing-n:127.0.0.1:34094_solr)
[n:127.0.0.1:34094_solr ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@789c446c
name:ZooKeeperConnection Watcher:127.0.0.1:40658/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1101539 INFO (jetty-launcher-1196-thread-1)
[n:127.0.0.1:34094_solr ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 1101541 INFO (jetty-launcher-1196-thread-2)
[n:127.0.0.1:52779_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-completed
[junit4] 2> 1101542 INFO (jetty-launcher-1196-thread-3)
[n:127.0.0.1:42669_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-completed
[junit4] 2> 1101546 INFO (jetty-launcher-1196-thread-2)
[n:127.0.0.1:52779_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-failure
[junit4] 2> 1101546 INFO (jetty-launcher-1196-thread-3)
[n:127.0.0.1:42669_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-failure
[junit4] 2> 1101549 INFO (jetty-launcher-1196-thread-2)
[n:127.0.0.1:52779_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 1101550 INFO (jetty-launcher-1196-thread-3)
[n:127.0.0.1:42669_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 1101552 INFO (jetty-launcher-1196-thread-3)
[n:127.0.0.1:42669_solr ] o.a.s.c.c.SolrZkClient makePath: /collections
[junit4] 2> 1101552 INFO (jetty-launcher-1196-thread-2)
[n:127.0.0.1:52779_solr ] o.a.s.c.c.SolrZkClient makePath: /collections
[junit4] 2> 1101554 INFO (jetty-launcher-1196-thread-2)
[n:127.0.0.1:52779_solr ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 1101554 INFO (jetty-launcher-1196-thread-3)
[n:127.0.0.1:42669_solr ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 1101556 INFO (jetty-launcher-1196-thread-3)
[n:127.0.0.1:42669_solr ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 1101557 INFO (jetty-launcher-1196-thread-2)
[n:127.0.0.1:52779_solr ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 1101557 INFO (jetty-launcher-1196-thread-1)
[n:127.0.0.1:34094_solr ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 1101559 INFO (jetty-launcher-1196-thread-3)
[n:127.0.0.1:42669_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 1101559 INFO (jetty-launcher-1196-thread-2)
[n:127.0.0.1:52779_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 1101559 INFO (jetty-launcher-1196-thread-1)
[n:127.0.0.1:34094_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 1101560 INFO (jetty-launcher-1196-thread-1)
[n:127.0.0.1:34094_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 1101560 INFO (jetty-launcher-1196-thread-2)
[n:127.0.0.1:52779_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 1101561 INFO (jetty-launcher-1196-thread-3)
[n:127.0.0.1:42669_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 1101562 INFO (jetty-launcher-1196-thread-2)
[n:127.0.0.1:52779_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (0)
[junit4] 2> 1101563 INFO (jetty-launcher-1196-thread-3)
[n:127.0.0.1:42669_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (0)
[junit4] 2> 1101563 INFO (jetty-launcher-1196-thread-1)
[n:127.0.0.1:34094_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (0)
[junit4] 2> 1101566 INFO (jetty-launcher-1196-thread-3)
[n:127.0.0.1:42669_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
[junit4] 2> 1101566 INFO (jetty-launcher-1196-thread-2)
[n:127.0.0.1:52779_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
[junit4] 2> 1101568 INFO (jetty-launcher-1196-thread-3)
[n:127.0.0.1:42669_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/election
[junit4] 2> 1101568 INFO (jetty-launcher-1196-thread-2)
[n:127.0.0.1:52779_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/election
[junit4] 2> 1101569 INFO (jetty-launcher-1196-thread-1)
[n:127.0.0.1:34094_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/election
[junit4] 2> 1101570 INFO (jetty-launcher-1196-thread-2)
[n:127.0.0.1:52779_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1101570 INFO (jetty-launcher-1196-thread-2)
[n:127.0.0.1:52779_solr ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/95808207135375366-127.0.0.1:52779_solr-n_0000000000
[junit4] 2> 1101570 INFO (jetty-launcher-1196-thread-3)
[n:127.0.0.1:42669_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1101571 INFO (jetty-launcher-1196-thread-2)
[n:127.0.0.1:52779_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:52779_solr
[junit4] 2> 1101571 INFO (jetty-launcher-1196-thread-2)
[n:127.0.0.1:52779_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/leader
[junit4] 2> 1101571 INFO (jetty-launcher-1196-thread-3)
[n:127.0.0.1:42669_solr ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/95808207135375367-127.0.0.1:42669_solr-n_0000000001
[junit4] 2> 1101572 INFO (jetty-launcher-1196-thread-1)
[n:127.0.0.1:34094_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1101573 INFO (jetty-launcher-1196-thread-1)
[n:127.0.0.1:34094_solr ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/95808207135375369-127.0.0.1:34094_solr-n_0000000002
[junit4] 2> 1101573 INFO (jetty-launcher-1196-thread-3)
[n:127.0.0.1:42669_solr ] o.a.s.c.LeaderElector Watching path
/overseer_elect/election/95808207135375366-127.0.0.1:52779_solr-n_0000000000 to
know if I could be the leader
[junit4] 2> 1101574 INFO (jetty-launcher-1196-thread-2)
[n:127.0.0.1:52779_solr ] o.a.s.c.Overseer Overseer
(id=95808207135375366-127.0.0.1:52779_solr-n_0000000000) starting
[junit4] 2> 1101574 INFO (jetty-launcher-1196-thread-3)
[n:127.0.0.1:42669_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:42669_solr
[junit4] 2> 1101574 INFO (jetty-launcher-1196-thread-1)
[n:127.0.0.1:34094_solr ] o.a.s.c.LeaderElector Watching path
/overseer_elect/election/95808207135375367-127.0.0.1:42669_solr-n_0000000001 to
know if I could be the leader
[junit4] 2> 1101575 INFO (jetty-launcher-1196-thread-3)
[n:127.0.0.1:42669_solr ] o.a.s.c.c.SolrZkClient makePath:
/live_nodes/127.0.0.1:42669_solr
[junit4] 2> 1101575 INFO (jetty-launcher-1196-thread-1)
[n:127.0.0.1:34094_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:34094_solr
[junit4] 2> 1101578 INFO
(zkCallback-1210-thread-1-processing-n:127.0.0.1:42669_solr)
[n:127.0.0.1:42669_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: [0])
[junit4] 2> 1101578 INFO (jetty-launcher-1196-thread-2)
[n:127.0.0.1:52779_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/queue-work
[junit4] 2> 1101578 INFO
(zkCallback-1207-thread-1-processing-n:127.0.0.1:52779_solr)
[n:127.0.0.1:52779_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: [0])
[junit4] 2> 1101578 INFO
(zkCallback-1212-thread-1-processing-n:127.0.0.1:34094_solr)
[n:127.0.0.1:34094_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: [0])
[junit4] 2> 1101581 INFO
(zkCallback-1210-thread-1-processing-n:127.0.0.1:42669_solr)
[n:127.0.0.1:42669_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1101581 INFO
(zkCallback-1207-thread-1-processing-n:127.0.0.1:52779_solr)
[n:127.0.0.1:52779_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1101581 INFO
(zkCallback-1212-thread-1-processing-n:127.0.0.1:34094_solr)
[n:127.0.0.1:34094_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1101581 INFO (jetty-launcher-1196-thread-1)
[n:127.0.0.1:34094_solr ] o.a.s.c.c.SolrZkClient makePath:
/live_nodes/127.0.0.1:34094_solr
[junit4] 2> 1101583 INFO
(zkCallback-1212-thread-1-processing-n:127.0.0.1:34094_solr)
[n:127.0.0.1:34094_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> 1101584 INFO
(zkCallback-1212-thread-1-processing-n:127.0.0.1:34094_solr)
[n:127.0.0.1:34094_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 1101584 INFO
(zkCallback-1207-thread-1-processing-n:127.0.0.1:52779_solr)
[n:127.0.0.1:52779_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> 1101585 INFO
(zkCallback-1210-thread-1-processing-n:127.0.0.1:42669_solr)
[n:127.0.0.1:42669_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> 1101585 INFO
(zkCallback-1210-thread-1-processing-n:127.0.0.1:42669_solr)
[n:127.0.0.1:42669_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 1101586 INFO
(zkCallback-1207-thread-1-processing-n:127.0.0.1:52779_solr)
[n:127.0.0.1:52779_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 1101590 INFO (jetty-launcher-1196-thread-2)
[n:127.0.0.1:52779_solr ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 1101591 INFO
(OverseerCollectionConfigSetProcessor-95808207135375366-127.0.0.1:52779_solr-n_0000000000)
[n:127.0.0.1:52779_solr ] o.a.s.c.OverseerTaskProcessor Process current
queue of overseer operations
[junit4] 2> 1101591 INFO
(OverseerStateUpdate-95808207135375366-127.0.0.1:52779_solr-n_0000000000)
[n:127.0.0.1:52779_solr ] o.a.s.c.Overseer Starting to work on the main queue
[junit4] 2> 1101592 INFO (jetty-launcher-1196-thread-2)
[n:127.0.0.1:52779_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:52779_solr as DOWN
[junit4] 2> 1101594 INFO (jetty-launcher-1196-thread-3)
[n:127.0.0.1:42669_solr ] o.a.s.c.CoreContainer Security conf doesn't exist.
Skipping setup for authorization module.
[junit4] 2> 1101594 INFO (jetty-launcher-1196-thread-3)
[n:127.0.0.1:42669_solr ] o.a.s.c.CoreContainer No authentication plugin
used.
[junit4] 2> 1101595 INFO (jetty-launcher-1196-thread-3)
[n:127.0.0.1:42669_solr ] o.a.s.c.CorePropertiesLocator Looking for core
definitions underneath
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_DF4CB87EAD5DCC25-001/tempDir-001/node3/.
[junit4] 2> 1101595 INFO (jetty-launcher-1196-thread-3)
[n:127.0.0.1:42669_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions
[junit4] 2> 1101598 INFO (jetty-launcher-1196-thread-3)
[n:127.0.0.1:42669_solr ] o.a.s.s.SolrDispatchFilter
user.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0
[junit4] 2> 1101598 INFO (jetty-launcher-1196-thread-3)
[n:127.0.0.1:42669_solr ] o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init() done
[junit4] 2> 1101598 INFO
(OverseerStateUpdate-95808207135375366-127.0.0.1:52779_solr-n_0000000000)
[n:127.0.0.1:52779_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (2)
[junit4] 2> 1101599 INFO
(OverseerStateUpdate-95808207135375366-127.0.0.1:52779_solr-n_0000000000)
[n:127.0.0.1:52779_solr ] o.a.s.c.Overseer processMessage: queueSize: 1,
message = {
[junit4] 2> "operation":"downnode",
[junit4] 2> "node_name":"127.0.0.1:52779_solr"} current state version: 0
[junit4] 2> 1101599 INFO
(OverseerStateUpdate-95808207135375366-127.0.0.1:52779_solr-n_0000000000)
[n:127.0.0.1:52779_solr ] o.a.s.c.o.NodeMutator DownNode state invoked for
node: 127.0.0.1:52779_solr
[junit4] 2> 1101627 INFO (jetty-launcher-1196-thread-1)
[n:127.0.0.1:34094_solr ] o.a.s.c.CoreContainer Security conf doesn't exist.
Skipping setup for authorization module.
[junit4] 2> 1101627 INFO (jetty-launcher-1196-thread-1)
[n:127.0.0.1:34094_solr ] o.a.s.c.CoreContainer No authentication plugin
used.
[junit4] 2> 1101627 INFO (jetty-launcher-1196-thread-1)
[n:127.0.0.1:34094_solr ] o.a.s.c.CorePropertiesLocator Looking for core
definitions underneath
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_DF4CB87EAD5DCC25-001/tempDir-001/node1/.
[junit4] 2> 1101628 INFO (jetty-launcher-1196-thread-1)
[n:127.0.0.1:34094_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions
[junit4] 2> 1101628 INFO (jetty-launcher-1196-thread-1)
[n:127.0.0.1:34094_solr ] o.a.s.s.SolrDispatchFilter
user.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0
[junit4] 2> 1101629 INFO (jetty-launcher-1196-thread-1)
[n:127.0.0.1:34094_solr ] o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init() done
[junit4] 2> 1102599 INFO (jetty-launcher-1196-thread-2)
[n:127.0.0.1:52779_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:52779_solr
[junit4] 2> 1102600 INFO (jetty-launcher-1196-thread-2)
[n:127.0.0.1:52779_solr ] o.a.s.c.c.SolrZkClient makePath:
/live_nodes/127.0.0.1:52779_solr
[junit4] 2> 1102602 INFO
(zkCallback-1210-thread-1-processing-n:127.0.0.1:42669_solr)
[n:127.0.0.1:42669_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: [2])
[junit4] 2> 1102602 INFO
(zkCallback-1212-thread-1-processing-n:127.0.0.1:34094_solr)
[n:127.0.0.1:34094_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: [2])
[junit4] 2> 1102602 INFO
(zkCallback-1207-thread-1-processing-n:127.0.0.1:52779_solr)
[n:127.0.0.1:52779_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: [2])
[junit4] 2> 1102603 INFO
(zkCallback-1210-thread-1-processing-n:127.0.0.1:42669_solr)
[n:127.0.0.1:42669_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 1102603 INFO
(zkCallback-1207-thread-1-processing-n:127.0.0.1:52779_solr)
[n:127.0.0.1:52779_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 1102604 INFO
(zkCallback-1212-thread-1-processing-n:127.0.0.1:34094_solr)
[n:127.0.0.1:34094_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 1102623 INFO (jetty-launcher-1196-thread-2)
[n:127.0.0.1:52779_solr ] o.a.s.c.CoreContainer Security conf doesn't exist.
Skipping setup for authorization module.
[junit4] 2> 1102623 INFO (jetty-launcher-1196-thread-2)
[n:127.0.0.1:52779_solr ] o.a.s.c.CoreContainer No authentication plugin
used.
[junit4] 2> 1102625 INFO (jetty-launcher-1196-thread-2)
[n:127.0.0.1:52779_solr ] o.a.s.c.CorePropertiesLocator Looking for core
definitions underneath
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudClusterSSL_DF4CB87EAD5DCC25-001/tempDir-001/node2/.
[junit4] 2> 1102625 INFO (jetty-launcher-1196-thread-2)
[n:127.0.0.1:52779_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions
[junit4] 2> 1102626 INFO (jetty-launcher-1196-thread-2)
[n:127.0.0.1:52779_solr ] o.a.s.s.SolrDispatchFilter
user.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0
[junit4] 2> 1102626 INFO (jetty-launcher-1196-thread-2)
[n:127.0.0.1:52779_solr ] o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init() done
[junit4] 2> 1102626 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1102627 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1102628 INFO (zkCallback-1213-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@59a48474
name:ZooKeeperConnection Watcher:127.0.0.1:40658 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1102628 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1102628 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1102630 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.s.i.CloudSolrClient Final constructed zkHost string:
127.0.0.1:40658/solr
[junit4] 2> 1102631 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1102632 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1102633 INFO (zkCallback-1215-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@2379fe27
name:ZooKeeperConnection Watcher:127.0.0.1:40658/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1102633 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1102633 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1102634 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-copyfield-test.xml
[junit4] 2> 1102638 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-currency-ft-oer-norates.xml
[junit4] 2> 1102641 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-slave.xml
[junit4] 2> 1102643 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-cdcr.xml
[junit4] 2> 1102646 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-HighlighterMaxOffsetTest.xml
[junit4] 2> 1102648 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/phrasesuggest.txt
[junit4] 2> 1102651 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-classification.xml
[junit4] 2> 1102654 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-script-updateprocessor.xml
[junit4] 2> 1102656 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-init-error.xml
[junit4] 2> 1102658 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-class-name-shortening-on-serialization.xml
[junit4] 2> 1102662 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-cdcrupdatelog.xml
[junit4] 2> 1102667 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-logmergepolicy.xml
[junit4] 2> 1102670 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-dup-field.xml
[junit4] 2> 1102673 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-currency-dynamic-multivalued.xml
[junit4] 2> 1102675 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-docValuesMulti.xml
[junit4] 2> 1102678 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-lmjelinekmercer.xml
[junit4] 2> 1102680 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-tieredmergepolicyfactory.xml
[junit4] 2> 1102683 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-sweetspot-partial-norms.xml
[junit4] 2> 1102686 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-collapseqparser.xml
[junit4] 2> 1102688 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-externalversionconstraint.xml
[junit4] 2> 1102694 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-dynamicfield-required.xml
[junit4] 2> 1102697 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-complex-phrase.xml
[junit4] 2> 1102699 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/protwords.txt
[junit4] 2> 1102702 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/old_synonyms.txt
[junit4] 2> 1102704 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-docValuesMissing.xml
[junit4] 2> 1102708 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-bogus-analysis-parameters.xml
[junit4] 2> 1102711 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-eff.xml
[junit4] 2> 1102714 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-rest.xml
[junit4] 2> 1102717 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-distrib-interval-faceting.xml
[junit4] 2> 1102719 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-uniquekey-multivalued.xml
[junit4] 2> 1102722 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/stop-1.txt
[junit4] 2> 1102724 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-sorts.xml
[junit4] 2> 1102726 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-querysender.xml
[junit4] 2> 1102728 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-sim-global-vs-ft-mismatch.xml
[junit4] 2> 1102730 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-currency-multivalued.xml
[junit4] 2> 1102732 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-minimal.xml
[junit4] 2> 1102734 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-plugcollector.xml
[junit4] 2> 1102737 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-mpf-solrconfig.xml
[junit4] 2> 1102739 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/da_UTF8.xml
[junit4] 2> 1102743 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-replication2.xml
[junit4] 2> 1102746 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/throw.error.on.add.updateprocessor.js
[junit4] 2> 1102748 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/analyzingInfixSuggest.txt
[junit4] 2> 1102750 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/frenchArticles.txt
[junit4] 2> 1102753 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-basic.xml
[junit4] 2> 1102756 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-phrasesuggest.xml
[junit4] 2> 1102758 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-codec-global-vs-ft-mismatch.xml
[junit4] 2> 1102761 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-functionquery.xml
[junit4] 2> 1102763 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-mp-solrconfig.xml
[junit4] 2> 1102766 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-error-solrconfig.xml
[junit4] 2> 1102769 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-sweetspot-partial-hyperbolic.xml
[junit4] 2> 1102771 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-solrconfig-multiple-cfs.xml
[junit4] 2> 1102773 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-spellchecker.xml
[junit4] 2> 1102776 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-sortingresponse.xml
[junit4] 2> 1102778 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/currency.xml
[junit4] 2> 1102781 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-multiple-asterisk-copyfield-dest-should-fail-test.xml
[junit4] 2> 1102785 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/compoundDictionary.txt
[junit4] 2> 1102787 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-caching.xml
[junit4] 2> 1102789 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig_codec2.xml
[junit4] 2> 1102791 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-spatial.xml
[junit4] 2> 1102794 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-single-dynamic-copy-field.xml
[junit4] 2> 1102797 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-synonym-tokenizer.xml
[junit4] 2> 1102802 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-sql.xml
[junit4] 2> 1102805 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-master-throttled.xml
[junit4] 2> 1102808 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-trie.xml
[junit4] 2> 1102810 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-withgethandler.xml
[junit4] 2> 1102813 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-mergepolicyfactory-nocfs.xml
[junit4] 2> 1102815 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-repeater.xml
[junit4] 2> 1102817 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-postingshighlight.xml
[junit4] 2> 1102819 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-tieredmergepolicy.xml
[junit4] 2> 1102820 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-one-field-no-dynamic-field-unique-key.xml
[junit4] 2> 1102822 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/stop-snowball.txt
[junit4] 2> 1102824 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-rest-lucene-match-version.xml
[junit4] 2> 1102826 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/keep-2.txt
[junit4] 2> 1102828 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-query-parser-init.xml
[junit4] 2> 1102831 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-non-stored-docvalues.xml
[junit4] 2> 1102833 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-dynamicfield-default-val.xml
[junit4] 2> 1102836 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 1102838 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema_latest.xml
[junit4] 2> 1102843 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-managed-schema-test.xml
[junit4] 2> 1102845 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-not-required-unique-key.xml
[junit4] 2> 1102848 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-sweetspot-partial-baseline.xml
[junit4] 2> 1102850 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/bad-schema-sweetspot-both-tf.xml
[junit4] 2> 1102853 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-collate.xml
[junit4] 2> 1102856 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-indexconfig-mergepolicyfactory.xml
[junit4] 2> 1102858 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-highlight.xml
[junit4] 2> 1102860 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-components-name.xml
[junit4] 2> 1102863 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/schema-null-charfilters-analyzer.xml
[junit4] 2> 1102866 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4CB87EAD5DCC25])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL/solrconfig-master1-keepOneBackup.xml
[junit4] 2> 1102868 INFO
(TEST-TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth-seed#[DF4C
[...truncated too long message...]
"status":0,
[junit4] > "QTime":0},
[junit4] > "params":{"wt":"json"},
[junit4] > "context":{
[junit4] > "webapp":"/h_",
[junit4] > "path":"/test1",
[junit4] > "httpMethod":"GET"},
[junit4] > "class":"org.apache.solr.core.BlobStoreTestRequestHandler",
[junit4] > "x":null}, from server: null
[junit4] > at
__randomizedtesting.SeedInfo.seed([DF4CB87EAD5DCC25:70195295A806985]:0)
[junit4] > at
org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:457)
[junit4] > at
org.apache.solr.core.TestDynamicLoading.testDynamicLoading(TestDynamicLoading.java:233)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 3085975 INFO
(SUITE-TestDynamicLoading-seed#[DF4CB87EAD5DCC25]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_DF4CB87EAD5DCC25-001
[junit4] 2> Apr 29, 2016 8:40:07 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 2 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene60):
{blobName=PostingsFormat(name=Memory doPackFST= false), size=FST50,
_version_=PostingsFormat(name=Memory doPackFST= true),
id=PostingsFormat(name=LuceneFixedGap), version=PostingsFormat(name=Memory
doPackFST= true), md5=PostingsFormat(name=Memory doPackFST= false),
timestamp=PostingsFormat(name=Memory doPackFST= false)}, docValues:{},
maxPointsInLeafNode=1089, maxMBSortInHeap=7.357375072359673,
sim=ClassicSimilarity, locale=es-CR, timezone=Pacific/Efate
[junit4] 2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_92
(64-bit)/cpus=3,threads=1,free=213703920,total=478150656
[junit4] 2> NOTE: All tests run in this JVM:
[TestWordDelimiterFilterFactory, TestSortingResponseWriter, TestSort,
TestRequestStatusCollectionAPI, TestReplicaProperties,
TestSweetSpotSimilarityFactory, RecoveryAfterSoftCommitTest, TestUpdate,
QueryElevationComponentTest, ExitableDirectoryReaderTest,
SecurityConfHandlerTest, TestCursorMarkWithoutUniqueKey, TestLRUStatsCache,
CoreAdminCreateDiscoverTest, StandardRequestHandlerTest,
BasicDistributedZkTest, TestCloudPivotFacet, TestExtendedDismaxParser,
TestFaceting, TestLazyCores, DistributedFacetPivotLargeTest, JavabinLoaderTest,
TestScoreJoinQPNoScore, TestXIncludeConfig, DateRangeFieldTest,
TestRemoteStreaming, TolerantUpdateProcessorTest, TestDocumentBuilder,
BadCopyFieldTest, AnalyticsMergeStrategyTest,
SuggestComponentContextFilterQueryTest,
DistributedQueryComponentOptimizationTest, PKIAuthenticationIntegrationTest,
TestSolrQueryParserResource, HighlighterTest, DistribCursorPagingTest,
TestRecoveryHdfs, DistributedDebugComponentTest, TestMiniSolrCloudClusterBase,
TestConfigSetsAPIZkFailure, TestCopyFieldCollectionResource, BlockCacheTest,
TestCloudDeleteByQuery, TestMinMaxOnMultiValuedField, TestRTimerTree,
CircularListTest, TestMergePolicyConfig, TestJsonRequest, MigrateRouteKeyTest,
TestShortCircuitedRequests, PingRequestHandlerTest, TestRestoreCore,
TestConfigSets, TestSolrCloudWithKerberosAlt, SolrRequestParserTest,
ClusterStateTest, TestGeoJSONResponseWriter, TestElisionMultitermQuery,
ScriptEngineTest, TestFreeTextSuggestions, DeleteLastCustomShardedReplicaTest,
EnumFieldTest, TestSolrFieldCacheMBean, TestBlobHandler, BadComponentTest,
CloudExitableDirectoryReaderTest, PreAnalyzedUpdateProcessorTest,
TestStressLucene, CoreMergeIndexesAdminHandlerTest, TestJmxMonitoredMap,
TestSortByMinMaxFunction, TestDistributedSearch,
TestEmbeddedSolrServerConstructors, TestDefaultStatsCache, HdfsNNFailoverTest,
DeleteShardTest, DirectUpdateHandlerTest, TestTestInjection,
TestStressVersions, TestCSVLoader, TestRandomRequestDistribution,
TestComponentsName, AnalysisAfterCoreReloadTest, ConnectionManagerTest,
TestReplicationHandlerBackup, DocValuesTest, TimeZoneUtilsTest,
AsyncMigrateRouteKeyTest, SpatialFilterTest, TestConfigSetsAPI,
TestReloadAndDeleteDocs, SyncSliceTest, TestConfig, ZkCLITest,
BlobRepositoryCloudTest, TestSolrXml, TestUseDocValuesAsStored,
TestCollationFieldDocValues, CdcrReplicationDistributedZkTest,
TestNoOpRegenerator, QueryResultKeyTest, UpdateParamsTest,
PreAnalyzedFieldTest, RankQueryTest, TestSha256AuthenticationProvider,
WrapperMergePolicyFactoryTest, TestIBSimilarityFactory, UUIDFieldTest,
IndexBasedSpellCheckerTest, HdfsTlogReplayBufferedWhileIndexingTest,
TestSurroundQueryParser, TestCodecSupport, DOMUtilTest, TestJmxIntegration,
TestDFRSimilarityFactory, MoreLikeThisHandlerTest, CdcrRequestHandlerTest,
TestMiniSolrCloudClusterSSL, ZkControllerTest, SolrCoreTest, SuggesterFSTTest,
JSONWriterTest, TestFastLRUCache, TestDocSet, IndexSchemaTest, PolyFieldTest,
DocumentAnalysisRequestHandlerTest, TestLeaderInitiatedRecoveryThread,
DistributedVersionInfoTest, TestFieldTypeCollectionResource,
URLClassifyProcessorTest, AssignTest, CloneFieldUpdateProcessorFactoryTest,
IgnoreCommitOptimizeUpdateProcessorFactoryTest,
DistributedFacetPivotSmallAdvancedTest, BlockJoinFacetDistribTest,
TestHighlightDedupGrouping, TestChildDocTransformer, TestCustomSort,
DirectSolrSpellCheckerTest, AnalysisErrorHandlingTest,
ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest,
OpenCloseCoreStressTest, OverseerTest, LeaderElectionIntegrationTest,
ShardRoutingTest, RecoveryZkTest, ClusterStateUpdateTest, TestRandomFaceting,
LeaderElectionTest, ZkSolrClientTest, TestZkChroot, ShardRoutingCustomTest,
TestDistributedGrouping, TestHashPartitioner,
DistributedSpellCheckComponentTest, TestStressReorder, TestJoin,
HardAutoCommitTest, TestCoreContainer, SimpleFacetsTest, StatsComponentTest,
ConvertedLegacyTest, TestFiltering, CurrencyFieldOpenExchangeTest,
DistributedQueryElevationComponentTest, CurrencyFieldXmlFileTest,
SolrIndexSplitterTest, SimplePostToolTest, SignatureUpdateProcessorFactoryTest,
SpellCheckCollatorTest, SchemaVersionSpecificBehaviorTest,
TestAtomicUpdateErrorCases, DirectUpdateHandlerOptimizeTest,
DefaultValueUpdateProcessorTest, DocValuesMultiTest, DistanceFunctionTest,
TestSolrDeletionPolicy1, XsltUpdateRequestHandlerTest, LukeRequestHandlerTest,
TestReversedWildcardFilterFactory, TermsComponentTest, RequestHandlersTest,
PathHierarchyTokenizerFactoryTest, TermVectorComponentTest,
TestArbitraryIndexDir, RegexBoostProcessorTest, MBeansHandlerTest,
TestAnalyzedSuggestions, TestPartialUpdateDeduplication, CSVRequestHandlerTest,
TestLFUCache, SampleTest, TestBinaryField, TestSearchPerf, MinimalSchemaTest,
TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest,
TestSolrCoreProperties, TestPostingsSolrHighlighter, NotRequiredUniqueKeyTest,
TestLuceneMatchVersion, TestPhraseSuggestions, EchoParamsTest,
TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory,
TestFastWriter, TestFastOutputStream, OpenExchangeRatesOrgProviderTest,
ChaosMonkeyNothingIsSafeTest, CollectionReloadTest,
CollectionTooManyReplicasTest, ConcurrentDeleteAndCreateCollectionTest,
CustomCollectionTest, DistribDocExpirationUpdateProcessorTest,
HttpPartitionTest, LeaderInitiatedRecoveryOnCommitTest, MultiThreadedOCPTest,
OverseerTaskQueueTest, RemoteQueryErrorTest, ShardSplitTest,
TestMiniSolrCloudCluster, HdfsRecoveryZkTest, HdfsSyncSliceTest,
HdfsThreadLeakTest, HdfsUnloadDistributedZkTest,
HdfsWriteToMultipleCollectionsTest, TestClusterStateMutator, ZkStateReaderTest,
ZkStateWriterTest, RuleEngineTest, CachingDirectoryFactoryTest,
DirectoryFactoryTest, TestConfigSetImmutable, TestConfigSetProperties,
TestDynamicLoading]
[junit4] Completed [491/592 (3!)] on J0 in 60.85s, 1 test, 1 failure <<<
FAILURES!
[...truncated 324 lines...]
[junit4] JVM J1: stdout was not empty, see:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/temp/junit4-J1-20160429_074839_052.sysout
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] java.lang.OutOfMemoryError: GC overhead limit exceeded
[junit4] Dumping heap to
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/heapdumps/java_pid12837.hprof
...
[junit4] Heap dump file created [515587783 bytes in 85.780 secs]
[junit4] <<< JVM J1: EOF ----
[...truncated 12 lines...]
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:740: The
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:684: The
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:59: The
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build.xml:233:
The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/common-build.xml:529:
The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:1457:
The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:1014:
There were test failures: 592 suites (10 ignored), 2394 tests, 2 errors, 2
failures, 86 ignored (71 assumptions) [seed: DF4CB87EAD5DCC25]
Total time: 84 minutes 49 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]