Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/1306/
2 tests failed.
FAILED:
org.apache.solr.cloud.TestTolerantUpdateProcessorCloud.testVariousAddsViaShard1NonLeaderClient
Error Message:
org.apache.solr.client.solrj.impl.HttpSolrClient@2d3de2f7 should find id:
XYZ!666 expected:<1> but was:<0>
Stack Trace:
java.lang.AssertionError:
org.apache.solr.client.solrj.impl.HttpSolrClient@2d3de2f7 should find id:
XYZ!666 expected:<1> but was:<0>
at
__randomizedtesting.SeedInfo.seed([13D423F331110020:E116DD7ACF7BA516]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at
org.apache.solr.cloud.TestTolerantUpdateProcessorCloud.assertQueryDocIds(TestTolerantUpdateProcessorCloud.java:1018)
at
org.apache.solr.cloud.TestTolerantUpdateProcessorCloud.testVariousAdds(TestTolerantUpdateProcessorCloud.java:478)
at
org.apache.solr.cloud.TestTolerantUpdateProcessorCloud.testVariousAddsViaShard1NonLeaderClient(TestTolerantUpdateProcessorCloud.java:405)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
FAILED: org.apache.solr.security.BasicAuthIntegrationTest.testBasics
Error Message:
IOException occured when talking to server at:
http://127.0.0.1:60075/solr/testSolrCloudCollection_shard1_replica1
Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: IOException
occured when talking to server at:
http://127.0.0.1:60075/solr/testSolrCloudCollection_shard1_replica1
at
__randomizedtesting.SeedInfo.seed([13D423F331110020:2E0C8DDF09FF5E50]:0)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:760)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1172)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1061)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:997)
at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
at
org.apache.solr.security.BasicAuthIntegrationTest.doExtraTests(BasicAuthIntegrationTest.java:193)
at
org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testCollectionCreateSearchDelete(TestMiniSolrCloudClusterBase.java:196)
at
org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testBasics(TestMiniSolrCloudClusterBase.java:79)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException
occured when talking to server at:
http://127.0.0.1:60075/solr/testSolrCloudCollection_shard1_replica1
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:622)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:413)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:366)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:735)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
... 1 more
Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:60075 failed to
respond
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
at
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165)
at
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:167)
at
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
at
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271)
at
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
at
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:513)
... 10 more
Build Log:
[...truncated 11558 lines...]
[junit4] Suite: org.apache.solr.security.BasicAuthIntegrationTest
[junit4] 2> 1048904 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[13D423F331110020]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1048904 INFO (Thread-9249) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1048904 INFO (Thread-9249) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 1049004 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[13D423F331110020]) [ ]
o.a.s.c.ZkTestServer start zk server on port:60034
[junit4] 2> 1049004 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[13D423F331110020]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1049005 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[13D423F331110020]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1049009 INFO (zkCallback-1718-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@3f465703
name:ZooKeeperConnection Watcher:127.0.0.1:60034 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1049009 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[13D423F331110020]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1049009 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[13D423F331110020]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1049009 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[13D423F331110020]) [ ]
o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
[junit4] 2> 1049016 INFO (jetty-launcher-1717-thread-2) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 1049016 INFO (jetty-launcher-1717-thread-1) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 1049017 INFO (jetty-launcher-1717-thread-4) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 1049017 INFO (jetty-launcher-1717-thread-5) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 1049017 INFO (jetty-launcher-1717-thread-3) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 1049019 INFO (jetty-launcher-1717-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@605f3e6f{/solr,null,AVAILABLE}
[junit4] 2> 1049020 INFO (jetty-launcher-1717-thread-2) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@3676b7fa{HTTP/1.1,[http/1.1]}{127.0.0.1:60075}
[junit4] 2> 1049020 INFO (jetty-launcher-1717-thread-2) [ ]
o.e.j.s.Server Started @1051023ms
[junit4] 2> 1049020 INFO (jetty-launcher-1717-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=60075}
[junit4] 2> 1049020 INFO (jetty-launcher-1717-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@2ce12b82{/solr,null,AVAILABLE}
[junit4] 2> 1049020 INFO (jetty-launcher-1717-thread-2) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@73d16e93
[junit4] 2> 1049020 INFO (jetty-launcher-1717-thread-3) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@19a11dd4{HTTP/1.1,[http/1.1]}{127.0.0.1:41082}
[junit4] 2> 1049020 INFO (jetty-launcher-1717-thread-2) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_13D423F331110020-001/tempDir-001/node2'
[junit4] 2> 1049020 INFO (jetty-launcher-1717-thread-3) [ ]
o.e.j.s.Server Started @1051023ms
[junit4] 2> 1049021 INFO (jetty-launcher-1717-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=41082}
[junit4] 2> 1049021 INFO (jetty-launcher-1717-thread-2) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1049021 INFO (jetty-launcher-1717-thread-3) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@73d16e93
[junit4] 2> 1049021 INFO (jetty-launcher-1717-thread-2) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 1049021 INFO (jetty-launcher-1717-thread-3) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_13D423F331110020-001/tempDir-001/node3'
[junit4] 2> 1049021 INFO (jetty-launcher-1717-thread-3) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1049021 INFO (jetty-launcher-1717-thread-3) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 1049021 INFO (jetty-launcher-1717-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1049022 INFO (jetty-launcher-1717-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1049022 INFO (jetty-launcher-1717-thread-5) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@365bf216{/solr,null,AVAILABLE}
[junit4] 2> 1049022 INFO (jetty-launcher-1717-thread-5) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@65c5cb9a{HTTP/1.1,[http/1.1]}{127.0.0.1:56114}
[junit4] 2> 1049022 INFO (jetty-launcher-1717-thread-5) [ ]
o.e.j.s.Server Started @1051025ms
[junit4] 2> 1049022 INFO (jetty-launcher-1717-thread-5) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=56114}
[junit4] 2> 1049023 INFO (jetty-launcher-1717-thread-5) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@73d16e93
[junit4] 2> 1049023 INFO (jetty-launcher-1717-thread-5) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_13D423F331110020-001/tempDir-001/node5'
[junit4] 2> 1049023 INFO (jetty-launcher-1717-thread-5) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1049023 INFO (jetty-launcher-1717-thread-5) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 1049023 INFO (jetty-launcher-1717-thread-5) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1049023 INFO (jetty-launcher-1717-thread-5) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1049024 INFO (jetty-launcher-1717-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1049024 INFO (jetty-launcher-1717-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1049024 INFO (jetty-launcher-1717-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@2fa3bbc8{/solr,null,AVAILABLE}
[junit4] 2> 1049026 INFO (jetty-launcher-1717-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@214c21f8{/solr,null,AVAILABLE}
[junit4] 2> 1049026 INFO (jetty-launcher-1717-thread-4) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@590d1db0{HTTP/1.1,[http/1.1]}{127.0.0.1:42501}
[junit4] 2> 1049026 INFO (jetty-launcher-1717-thread-4) [ ]
o.e.j.s.Server Started @1051029ms
[junit4] 2> 1049026 INFO (jetty-launcher-1717-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=42501}
[junit4] 2> 1049026 INFO (jetty-launcher-1717-thread-4) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@73d16e93
[junit4] 2> 1049026 INFO (jetty-launcher-1717-thread-4) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_13D423F331110020-001/tempDir-001/node4'
[junit4] 2> 1049026 INFO (jetty-launcher-1717-thread-4) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1049026 INFO (jetty-launcher-1717-thread-4) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 1049026 INFO (jetty-launcher-1717-thread-4) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1049028 INFO (jetty-launcher-1717-thread-4) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1049033 INFO (zkCallback-1719-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@36ead2b6
name:ZooKeeperConnection Watcher:127.0.0.1:60034/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1049033 INFO (jetty-launcher-1717-thread-1) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@51e35c05{HTTP/1.1,[http/1.1]}{127.0.0.1:48442}
[junit4] 2> 1049033 INFO (jetty-launcher-1717-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1049033 INFO (jetty-launcher-1717-thread-1) [ ]
o.e.j.s.Server Started @1051035ms
[junit4] 2> 1049033 INFO (jetty-launcher-1717-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=48442}
[junit4] 2> 1049033 INFO (jetty-launcher-1717-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1049033 INFO (jetty-launcher-1717-thread-1) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@73d16e93
[junit4] 2> 1049033 INFO (jetty-launcher-1717-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_13D423F331110020-001/tempDir-001/node1'
[junit4] 2> 1049037 INFO (zkCallback-1720-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@7bab1e03
name:ZooKeeperConnection Watcher:127.0.0.1:60034/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1049037 INFO (jetty-launcher-1717-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1049037 INFO (jetty-launcher-1717-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1049037 INFO (jetty-launcher-1717-thread-1) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 1049037 INFO (jetty-launcher-1717-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1049037 INFO (jetty-launcher-1717-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1049037 INFO (zkCallback-1721-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@eed1dc3 name:ZooKeeperConnection
Watcher:127.0.0.1:60034/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1049037 INFO (jetty-launcher-1717-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1049036 INFO (zkCallback-1722-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@4e933264
name:ZooKeeperConnection Watcher:127.0.0.1:60034/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1049037 INFO (jetty-launcher-1717-thread-5) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1049037 INFO (jetty-launcher-1717-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1049037 INFO (jetty-launcher-1717-thread-4) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1049038 INFO (jetty-launcher-1717-thread-5) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1049038 INFO (jetty-launcher-1717-thread-4) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1049038 INFO (jetty-launcher-1717-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1049039 INFO (jetty-launcher-1717-thread-5) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1049039 INFO (jetty-launcher-1717-thread-4) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1049039 INFO (zkCallback-1723-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@3220b1e3
name:ZooKeeperConnection Watcher:127.0.0.1:60034/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1049040 INFO (jetty-launcher-1717-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1049040 INFO (jetty-launcher-1717-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1049042 INFO (jetty-launcher-1717-thread-2) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_13D423F331110020-001/tempDir-001/node2/.
[junit4] 2> 1049042 INFO (jetty-launcher-1717-thread-2) [ ]
o.a.s.c.CoreContainer New CoreContainer 1884146148
[junit4] 2> 1049042 INFO (jetty-launcher-1717-thread-2) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_13D423F331110020-001/tempDir-001/node2]
[junit4] 2> 1049042 WARN (jetty-launcher-1717-thread-2) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_13D423F331110020-001/tempDir-001/node2/lib
to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_13D423F331110020-001/tempDir-001/node2/lib
[junit4] 2> 1049042 INFO (jetty-launcher-1717-thread-2) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,
[junit4] 2> 1049043 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x156480fe4420003, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 1049044 INFO (jetty-launcher-1717-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1049044 INFO (jetty-launcher-1717-thread-3) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_13D423F331110020-001/tempDir-001/node3/.
[junit4] 2> 1049044 INFO (jetty-launcher-1717-thread-3) [ ]
o.a.s.c.CoreContainer New CoreContainer 1264807512
[junit4] 2> 1049044 INFO (jetty-launcher-1717-thread-3) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_13D423F331110020-001/tempDir-001/node3]
[junit4] 2> 1049044 WARN (jetty-launcher-1717-thread-3) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_13D423F331110020-001/tempDir-001/node3/lib
to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_13D423F331110020-001/tempDir-001/node3/lib
[junit4] 2> 1049044 INFO (jetty-launcher-1717-thread-3) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,
[junit4] 2> 1049047 INFO (jetty-launcher-1717-thread-2) [ ]
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
[junit4] 2> 1049047 INFO (jetty-launcher-1717-thread-2) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1049047 INFO (jetty-launcher-1717-thread-2) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1049047 INFO (jetty-launcher-1717-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60034/solr
[junit4] 2> 1049047 INFO (jetty-launcher-1717-thread-2) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 1049047 INFO (jetty-launcher-1717-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1049047 INFO (jetty-launcher-1717-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1049047 INFO (jetty-launcher-1717-thread-4) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_13D423F331110020-001/tempDir-001/node4/.
[junit4] 2> 1049047 INFO (jetty-launcher-1717-thread-4) [ ]
o.a.s.c.CoreContainer New CoreContainer 1277938325
[junit4] 2> 1049047 INFO (jetty-launcher-1717-thread-4) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_13D423F331110020-001/tempDir-001/node4]
[junit4] 2> 1049047 INFO (jetty-launcher-1717-thread-5) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_13D423F331110020-001/tempDir-001/node5/.
[junit4] 2> 1049047 WARN (jetty-launcher-1717-thread-4) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_13D423F331110020-001/tempDir-001/node4/lib
to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_13D423F331110020-001/tempDir-001/node4/lib
[junit4] 2> 1049047 INFO (jetty-launcher-1717-thread-5) [ ]
o.a.s.c.CoreContainer New CoreContainer 819808135
[junit4] 2> 1049048 INFO (jetty-launcher-1717-thread-5) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_13D423F331110020-001/tempDir-001/node5]
[junit4] 2> 1049048 INFO (jetty-launcher-1717-thread-4) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,
[junit4] 2> 1049048 WARN (jetty-launcher-1717-thread-5) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_13D423F331110020-001/tempDir-001/node5/lib
to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_13D423F331110020-001/tempDir-001/node5/lib
[junit4] 2> 1049048 INFO (jetty-launcher-1717-thread-5) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,
[junit4] 2> 1049048 INFO (jetty-launcher-1717-thread-1) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_13D423F331110020-001/tempDir-001/node1/.
[junit4] 2> 1049048 INFO (jetty-launcher-1717-thread-1) [ ]
o.a.s.c.CoreContainer New CoreContainer 155814283
[junit4] 2> 1049048 INFO (jetty-launcher-1717-thread-1) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_13D423F331110020-001/tempDir-001/node1]
[junit4] 2> 1049048 WARN (jetty-launcher-1717-thread-1) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_13D423F331110020-001/tempDir-001/node1/lib
to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_13D423F331110020-001/tempDir-001/node1/lib
[junit4] 2> 1049048 INFO (jetty-launcher-1717-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,
[junit4] 2> 1049049 INFO (jetty-launcher-1717-thread-5) [ ]
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
[junit4] 2> 1049049 INFO (jetty-launcher-1717-thread-5) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1049049 INFO (jetty-launcher-1717-thread-5) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1049049 INFO (jetty-launcher-1717-thread-5) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60034/solr
[junit4] 2> 1049049 INFO (jetty-launcher-1717-thread-5) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 1049049 INFO (jetty-launcher-1717-thread-5) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1049049 INFO (jetty-launcher-1717-thread-3) [ ]
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
[junit4] 2> 1049050 INFO (jetty-launcher-1717-thread-3) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1049050 INFO (jetty-launcher-1717-thread-3) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1049050 INFO (jetty-launcher-1717-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60034/solr
[junit4] 2> 1049050 INFO (jetty-launcher-1717-thread-3) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 1049050 INFO (jetty-launcher-1717-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1049050 INFO (jetty-launcher-1717-thread-5) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1049051 INFO (zkCallback-1735-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@16551e05
name:ZooKeeperConnection Watcher:127.0.0.1:60034 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1049051 INFO (jetty-launcher-1717-thread-5) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1049051 INFO (jetty-launcher-1717-thread-5) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1049052 INFO (jetty-launcher-1717-thread-5)
[n:127.0.0.1:56114_solr ] o.a.s.c.ZkController Added new OnReconnect
listener org.apache.solr.cloud.ZkController$$Lambda$18/2013222774@128dbb12
[junit4] 2> 1049052 INFO (jetty-launcher-1717-thread-5)
[n:127.0.0.1:56114_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 1049053 INFO
(zkCallback-1737-thread-1-processing-n:127.0.0.1:56114_solr)
[n:127.0.0.1:56114_solr ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@674a1920
name:ZooKeeperConnection Watcher:127.0.0.1:60034/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1049053 INFO (jetty-launcher-1717-thread-5)
[n:127.0.0.1:56114_solr ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 1049054 INFO (jetty-launcher-1717-thread-5)
[n:127.0.0.1:56114_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
[junit4] 2> 1049055 INFO (jetty-launcher-1717-thread-5)
[n:127.0.0.1:56114_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-queue-work
[junit4] 2> 1049058 INFO (jetty-launcher-1717-thread-5)
[n:127.0.0.1:56114_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-running
[junit4] 2> 1049059 INFO (jetty-launcher-1717-thread-4) [ ]
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
[junit4] 2> 1049059 INFO (jetty-launcher-1717-thread-4) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1049059 INFO (jetty-launcher-1717-thread-4) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1049059 INFO (jetty-launcher-1717-thread-4) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60034/solr
[junit4] 2> 1049059 INFO (jetty-launcher-1717-thread-4) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 1049059 INFO (jetty-launcher-1717-thread-4) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1049059 INFO (jetty-launcher-1717-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1049060 INFO (zkCallback-1726-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@5bd67c0 name:ZooKeeperConnection
Watcher:127.0.0.1:60034 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 1049060 INFO (jetty-launcher-1717-thread-1) [ ]
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
[junit4] 2> 1049060 INFO (jetty-launcher-1717-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1049060 INFO (jetty-launcher-1717-thread-1) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1049060 INFO (jetty-launcher-1717-thread-1) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1049060 INFO (jetty-launcher-1717-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1049060 INFO (jetty-launcher-1717-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60034/solr
[junit4] 2> 1049060 INFO (jetty-launcher-1717-thread-1) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 1049060 INFO (jetty-launcher-1717-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1049060 INFO (jetty-launcher-1717-thread-4) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1049060 INFO (jetty-launcher-1717-thread-5)
[n:127.0.0.1:56114_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-completed
[junit4] 2> 1049060 INFO (jetty-launcher-1717-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1049061 INFO (zkCallback-1736-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@1c21e18b
name:ZooKeeperConnection Watcher:127.0.0.1:60034 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1049061 INFO (jetty-launcher-1717-thread-2)
[n:127.0.0.1:60075_solr ] o.a.s.c.ZkController Added new OnReconnect
listener org.apache.solr.cloud.ZkController$$Lambda$18/2013222774@1b9e2870
[junit4] 2> 1049061 INFO (jetty-launcher-1717-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1049061 INFO (jetty-launcher-1717-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1049061 INFO (jetty-launcher-1717-thread-2)
[n:127.0.0.1:60075_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 1049062 INFO (zkCallback-1738-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@559f48b4
name:ZooKeeperConnection Watcher:127.0.0.1:60034 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1049062 INFO (jetty-launcher-1717-thread-4) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1049062 INFO (jetty-launcher-1717-thread-4) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1049062 INFO (zkCallback-1739-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@704b1600
name:ZooKeeperConnection Watcher:127.0.0.1:60034 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1049062 INFO (jetty-launcher-1717-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1049062 INFO (jetty-launcher-1717-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1049062 INFO
(zkCallback-1740-thread-1-processing-n:127.0.0.1:60075_solr)
[n:127.0.0.1:60075_solr ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@919b697 name:ZooKeeperConnection
Watcher:127.0.0.1:60034/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1049062 INFO (jetty-launcher-1717-thread-2)
[n:127.0.0.1:60075_solr ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 1049063 INFO (jetty-launcher-1717-thread-3)
[n:127.0.0.1:41082_solr ] o.a.s.c.ZkController Added new OnReconnect
listener org.apache.solr.cloud.ZkController$$Lambda$18/2013222774@42f724e7
[junit4] 2> 1049063 INFO (jetty-launcher-1717-thread-3)
[n:127.0.0.1:41082_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 1049063 INFO (jetty-launcher-1717-thread-4)
[n:127.0.0.1:42501_solr ] o.a.s.c.ZkController Added new OnReconnect
listener org.apache.solr.cloud.ZkController$$Lambda$18/2013222774@d342712
[junit4] 2> 1049064 INFO (jetty-launcher-1717-thread-4)
[n:127.0.0.1:42501_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 1049064 INFO (jetty-launcher-1717-thread-1)
[n:127.0.0.1:48442_solr ] o.a.s.c.ZkController Added new OnReconnect
listener org.apache.solr.cloud.ZkController$$Lambda$18/2013222774@426d11fe
[junit4] 2> 1049064 INFO (jetty-launcher-1717-thread-5)
[n:127.0.0.1:56114_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-failure
[junit4] 2> 1049064 INFO (jetty-launcher-1717-thread-1)
[n:127.0.0.1:48442_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 1049064 INFO
(zkCallback-1741-thread-1-processing-n:127.0.0.1:41082_solr)
[n:127.0.0.1:41082_solr ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@497cc5a5
name:ZooKeeperConnection Watcher:127.0.0.1:60034/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1049065 INFO (jetty-launcher-1717-thread-3)
[n:127.0.0.1:41082_solr ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 1049065 INFO
(zkCallback-1742-thread-1-processing-n:127.0.0.1:42501_solr)
[n:127.0.0.1:42501_solr ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@66ef37f0
name:ZooKeeperConnection Watcher:127.0.0.1:60034/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1049065 INFO (jetty-launcher-1717-thread-4)
[n:127.0.0.1:42501_solr ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 1049065 INFO
(zkCallback-1743-thread-1-processing-n:127.0.0.1:48442_solr)
[n:127.0.0.1:48442_solr ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@5b2412cf
name:ZooKeeperConnection Watcher:127.0.0.1:60034/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1049065 INFO (jetty-launcher-1717-thread-1)
[n:127.0.0.1:48442_solr ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 1049067 INFO (jetty-launcher-1717-thread-5)
[n:127.0.0.1:56114_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 1049070 INFO (jetty-launcher-1717-thread-5)
[n:127.0.0.1:56114_solr ] o.a.s.c.c.SolrZkClient makePath: /collections
[junit4] 2> 1049073 INFO (jetty-launcher-1717-thread-5)
[n:127.0.0.1:56114_solr ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 1049073 INFO (jetty-launcher-1717-thread-2)
[n:127.0.0.1:60075_solr ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 1049074 INFO (jetty-launcher-1717-thread-5)
[n:127.0.0.1:56114_solr ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 1049074 INFO (jetty-launcher-1717-thread-3)
[n:127.0.0.1:41082_solr ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 1049074 INFO (jetty-launcher-1717-thread-2)
[n:127.0.0.1:60075_solr ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 1049075 INFO (jetty-launcher-1717-thread-3)
[n:127.0.0.1:41082_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 1049076 INFO (jetty-launcher-1717-thread-1)
[n:127.0.0.1:48442_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 1049076 INFO (jetty-launcher-1717-thread-5)
[n:127.0.0.1:56114_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 1049076 INFO (jetty-launcher-1717-thread-4)
[n:127.0.0.1:42501_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 1049076 INFO (jetty-launcher-1717-thread-2)
[n:127.0.0.1:60075_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 1049077 INFO (jetty-launcher-1717-thread-1)
[n:127.0.0.1:48442_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 1049077 INFO (jetty-launcher-1717-thread-3)
[n:127.0.0.1:41082_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 1049077 INFO (jetty-launcher-1717-thread-5)
[n:127.0.0.1:56114_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 1049077 INFO (jetty-launcher-1717-thread-4)
[n:127.0.0.1:42501_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 1049077 INFO (jetty-launcher-1717-thread-2)
[n:127.0.0.1:60075_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 1049077 INFO (jetty-launcher-1717-thread-3)
[n:127.0.0.1:41082_solr ] o.a.s.c.c.ZkStateReader Loaded empty cluster
properties
[junit4] 2> 1049077 INFO (jetty-launcher-1717-thread-4)
[n:127.0.0.1:42501_solr ] o.a.s.c.c.ZkStateReader Loaded empty cluster
properties
[junit4] 2> 1049077 INFO (jetty-launcher-1717-thread-1)
[n:127.0.0.1:48442_solr ] o.a.s.c.c.ZkStateReader Loaded empty cluster
properties
[junit4] 2> 1049077 INFO (jetty-launcher-1717-thread-2)
[n:127.0.0.1:60075_solr ] o.a.s.c.c.ZkStateReader Loaded empty cluster
properties
[junit4] 2> 1049077 INFO (jetty-launcher-1717-thread-5)
[n:127.0.0.1:56114_solr ] o.a.s.c.c.ZkStateReader Loaded empty cluster
properties
[junit4] 2> 1049078 INFO (jetty-launcher-1717-thread-3)
[n:127.0.0.1:41082_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (0)
[junit4] 2> 1049078 INFO (jetty-launcher-1717-thread-1)
[n:127.0.0.1:48442_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (0)
[junit4] 2> 1049078 INFO (jetty-launcher-1717-thread-4)
[n:127.0.0.1:42501_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (0)
[junit4] 2> 1049078 INFO (jetty-launcher-1717-thread-2)
[n:127.0.0.1:60075_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (0)
[junit4] 2> 1049078 INFO (jetty-launcher-1717-thread-5)
[n:127.0.0.1:56114_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (0)
[junit4] 2> 1049079 INFO (jetty-launcher-1717-thread-3)
[n:127.0.0.1:41082_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
[junit4] 2> 1049080 INFO (jetty-launcher-1717-thread-2)
[n:127.0.0.1:60075_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
[junit4] 2> 1049080 INFO (jetty-launcher-1717-thread-4)
[n:127.0.0.1:42501_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
[junit4] 2> 1049081 INFO (jetty-launcher-1717-thread-5)
[n:127.0.0.1:56114_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/election
[junit4] 2> 1049081 INFO (jetty-launcher-1717-thread-3)
[n:127.0.0.1:41082_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/election
[junit4] 2> 1049081 INFO (jetty-launcher-1717-thread-4)
[n:127.0.0.1:42501_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/election
[junit4] 2> 1049081 INFO (jetty-launcher-1717-thread-2)
[n:127.0.0.1:60075_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/election
[junit4] 2> 1049081 INFO (jetty-launcher-1717-thread-1)
[n:127.0.0.1:48442_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/election
[junit4] 2> 1049082 INFO (jetty-launcher-1717-thread-5)
[n:127.0.0.1:56114_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1049082 INFO (jetty-launcher-1717-thread-3)
[n:127.0.0.1:41082_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1049083 INFO (jetty-launcher-1717-thread-2)
[n:127.0.0.1:60075_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1049083 INFO (jetty-launcher-1717-thread-4)
[n:127.0.0.1:42501_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1049083 INFO (jetty-launcher-1717-thread-5)
[n:127.0.0.1:56114_solr ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/96343675126284296-127.0.0.1:56114_solr-n_0000000000
[junit4] 2> 1049083 INFO (jetty-launcher-1717-thread-3)
[n:127.0.0.1:41082_solr ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/96343675126284301-127.0.0.1:41082_solr-n_0000000001
[junit4] 2> 1049083 INFO (jetty-launcher-1717-thread-2)
[n:127.0.0.1:60075_solr ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/96343675126284300-127.0.0.1:60075_solr-n_0000000002
[junit4] 2> 1049083 INFO (jetty-launcher-1717-thread-4)
[n:127.0.0.1:42501_solr ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/96343675126284302-127.0.0.1:42501_solr-n_0000000003
[junit4] 2> 1049084 INFO (jetty-launcher-1717-thread-5)
[n:127.0.0.1:56114_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:56114_solr
[junit4] 2> 1049084 INFO (jetty-launcher-1717-thread-1)
[n:127.0.0.1:48442_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1049084 INFO (jetty-launcher-1717-thread-5)
[n:127.0.0.1:56114_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/leader
[junit4] 2> 1049084 INFO (jetty-launcher-1717-thread-1)
[n:127.0.0.1:48442_solr ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/96343675126284303-127.0.0.1:48442_solr-n_0000000004
[junit4] 2> 1049084 INFO (jetty-launcher-1717-thread-3)
[n:127.0.0.1:41082_solr ] o.a.s.c.LeaderElector Watching path
/overseer_elect/election/96343675126284296-127.0.0.1:56114_solr-n_0000000000 to
know if I could be the leader
[junit4] 2> 1049084 INFO (jetty-launcher-1717-thread-4)
[n:127.0.0.1:42501_solr ] o.a.s.c.LeaderElector Watching path
/overseer_elect/election/96343675126284300-127.0.0.1:60075_solr-n_0000000002 to
know if I could be the leader
[junit4] 2> 1049084 INFO (jetty-launcher-1717-thread-2)
[n:127.0.0.1:60075_solr ] o.a.s.c.LeaderElector Watching path
/overseer_elect/election/96343675126284301-127.0.0.1:41082_solr-n_0000000001 to
know if I could be the leader
[junit4] 2> 1049084 INFO (jetty-launcher-1717-thread-4)
[n:127.0.0.1:42501_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:42501_solr
[junit4] 2> 1049084 INFO (jetty-launcher-1717-thread-3)
[n:127.0.0.1:41082_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:41082_solr
[junit4] 2> 1049084 INFO (jetty-launcher-1717-thread-4)
[n:127.0.0.1:42501_solr ] o.a.s.c.c.SolrZkClient makePath:
/live_nodes/127.0.0.1:42501_solr
[junit4] 2> 1049085 INFO (jetty-launcher-1717-thread-3)
[n:127.0.0.1:41082_solr ] o.a.s.c.c.SolrZkClient makePath:
/live_nodes/127.0.0.1:41082_solr
[junit4] 2> 1049085 INFO (jetty-launcher-1717-thread-2)
[n:127.0.0.1:60075_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:60075_solr
[junit4] 2> 1049085 INFO (jetty-launcher-1717-thread-2)
[n:127.0.0.1:60075_solr ] o.a.s.c.c.SolrZkClient makePath:
/live_nodes/127.0.0.1:60075_solr
[junit4] 2> 1049085 INFO (jetty-launcher-1717-thread-5)
[n:127.0.0.1:56114_solr ] o.a.s.c.Overseer Overseer
(id=96343675126284296-127.0.0.1:56114_solr-n_0000000000) starting
[junit4] 2> 1049085 INFO (jetty-launcher-1717-thread-1)
[n:127.0.0.1:48442_solr ] o.a.s.c.LeaderElector Watching path
/overseer_elect/election/96343675126284302-127.0.0.1:42501_solr-n_0000000003 to
know if I could be the leader
[junit4] 2> 1049086 INFO
(zkCallback-1742-thread-1-processing-n:127.0.0.1:42501_solr)
[n:127.0.0.1:42501_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> 1049086 INFO
(zkCallback-1741-thread-1-processing-n:127.0.0.1:41082_solr)
[n:127.0.0.1:41082_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> 1049086 INFO
(zkCallback-1740-thread-1-processing-n:127.0.0.1:60075_solr)
[n:127.0.0.1:60075_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> 1049086 INFO
(zkCallback-1737-thread-1-processing-n:127.0.0.1:56114_solr)
[n:127.0.0.1:56114_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> 1049086 INFO
(zkCallback-1743-thread-1-processing-n:127.0.0.1:48442_solr)
[n:127.0.0.1:48442_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> 1049086 INFO (jetty-launcher-1717-thread-1)
[n:127.0.0.1:48442_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:48442_solr as DOWN
[junit4] 2> 1049086 INFO
(zkCallback-1742-thread-1-processing-n:127.0.0.1:42501_solr)
[n:127.0.0.1:42501_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 1049086 INFO
(zkCallback-1741-thread-1-processing-n:127.0.0.1:41082_solr)
[n:127.0.0.1:41082_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 1049086 INFO
(zkCallback-1737-thread-1-processing-n:127.0.0.1:56114_solr)
[n:127.0.0.1:56114_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 1049087 INFO
(zkCallback-1737-thread-1-processing-n:127.0.0.1:56114_solr)
[n:127.0.0.1:56114_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> 1049086 INFO
(zkCallback-1740-thread-1-processing-n:127.0.0.1:60075_solr)
[n:127.0.0.1:60075_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 1049088 INFO
(zkCallback-1737-thread-1-processing-n:127.0.0.1:56114_solr)
[n:127.0.0.1:56114_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 1049088 INFO (jetty-launcher-1717-thread-5)
[n:127.0.0.1:56114_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/queue-work
[junit4] 2> 1049091 INFO
(zkCallback-1741-thread-1-processing-n:127.0.0.1:41082_solr)
[n:127.0.0.1:41082_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> 1049091 INFO
(zkCallback-1740-thread-1-processing-n:127.0.0.1:60075_solr)
[n:127.0.0.1:60075_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> 1049091 INFO
(zkCallback-1742-thread-1-processing-n:127.0.0.1:42501_solr)
[n:127.0.0.1:42501_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> 1049093 INFO (jetty-launcher-1717-thread-3)
[n:127.0.0.1:41082_solr ] o.a.s.c.CoreContainer Security conf doesn't exist.
Skipping setup for authorization module.
[junit4] 2> 1049093 INFO (jetty-launcher-1717-thread-3)
[n:127.0.0.1:41082_solr ] o.a.s.c.CoreContainer No authentication plugin
used.
[junit4] 2> 1049094 INFO (jetty-launcher-1717-thread-5)
[n:127.0.0.1:56114_solr ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 1049095 INFO
(OverseerStateUpdate-96343675126284296-127.0.0.1:56114_solr-n_0000000000)
[n:127.0.0.1:56114_solr ] o.a.s.c.Overseer Starting to work on the main queue
[junit4] 2> 1049095 INFO
(OverseerStateUpdate-96343675126284296-127.0.0.1:56114_solr-n_0000000000)
[n:127.0.0.1:56114_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (3)
[junit4] 2> 1049096 INFO
(zkCallback-1741-thread-1-processing-n:127.0.0.1:41082_solr)
[n:127.0.0.1:41082_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 1049097 INFO (jetty-launcher-1717-thread-3)
[n:127.0.0.1:41082_solr ] o.a.s.c.CorePropertiesLocator Looking for core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_13D423F331110020-001/tempDir-001/node3/.
[junit4] 2> 1049097 INFO
(zkCallback-1742-thread-1-processing-n:127.0.0.1:42501_solr)
[n:127.0.0.1:42501_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 1049097 INFO
(zkCallback-1740-thread-1-processing-n:127.0.0.1:60075_solr)
[n:127.0.0.1:60075_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 1049097 INFO (jetty-launcher-1717-thread-3)
[n:127.0.0.1:41082_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions
[junit4] 2> 1049097 INFO
(OverseerCollectionConfigSetProcessor-96343675126284296-127.0.0.1:56114_solr-n_0000000000)
[n:127.0.0.1:56114_solr ] o.a.s.c.OverseerTaskProcessor Process current
queue of overseer operations
[junit4] 2> 1049097 INFO (jetty-launcher-1717-thread-5)
[n:127.0.0.1:56114_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:56114_solr as DOWN
[junit4] 2> 1049098 INFO (jetty-launcher-1717-thread-3)
[n:127.0.0.1:41082_solr ] o.a.s.s.SolrDispatchFilter
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2
[junit4] 2> 1049098 INFO (jetty-launcher-1717-thread-3)
[n:127.0.0.1:41082_solr ] o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init() done
[junit4] 2> 1049099 INFO (jetty-launcher-1717-thread-5)
[n:127.0.0.1:56114_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:56114_solr
[junit4] 2> 1049099 INFO (jetty-launcher-1717-thread-5)
[n:127.0.0.1:56114_solr ] o.a.s.c.c.SolrZkClient makePath:
/live_nodes/127.0.0.1:56114_solr
[junit4] 2> 1049099 INFO
(OverseerStateUpdate-96343675126284296-127.0.0.1:56114_solr-n_0000000000)
[n:127.0.0.1:56114_solr ] o.a.s.c.Overseer processMessage: queueSize: 1,
message = {
[junit4] 2> "operation":"downnode",
[junit4] 2> "node_name":"127.0.0.1:56114_solr"} current state version: 0
[junit4] 2> 1049099 INFO
(OverseerStateUpdate-96343675126284296-127.0.0.1:56114_solr-n_0000000000)
[n:127.0.0.1:56114_solr ] o.a.s.c.o.NodeMutator DownNode state invoked for
node: 127.0.0.1:56114_solr
[junit4] 2> 1049100 INFO
(zkCallback-1737-thread-1-processing-n:127.0.0.1:56114_solr)
[n:127.0.0.1:56114_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: [3])
[junit4] 2> 1049100 INFO
(zkCallback-1741-thread-1-processing-n:127.0.0.1:41082_solr)
[n:127.0.0.1:41082_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: [3])
[junit4] 2> 1049100 INFO
(zkCallback-1742-thread-1-processing-n:127.0.0.1:42501_solr)
[n:127.0.0.1:42501_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: [3])
[junit4] 2> 1049100 INFO
(zkCallback-1740-thread-1-processing-n:127.0.0.1:60075_solr)
[n:127.0.0.1:60075_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: [3])
[junit4] 2> 1049100 INFO
(zkCallback-1737-thread-1-processing-n:127.0.0.1:56114_solr)
[n:127.0.0.1:56114_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1049100 INFO
(zkCallback-1741-thread-1-processing-n:127.0.0.1:41082_solr)
[n:127.0.0.1:41082_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1049100 INFO
(zkCallback-1740-thread-1-processing-n:127.0.0.1:60075_solr)
[n:127.0.0.1:60075_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1049102 INFO
(zkCallback-1742-thread-1-processing-n:127.0.0.1:42501_solr)
[n:127.0.0.1:42501_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1049103 INFO (jetty-launcher-1717-thread-4)
[n:127.0.0.1:42501_solr ] o.a.s.c.CoreContainer Security conf doesn't exist.
Skipping setup for authorization module.
[junit4] 2> 1049103 INFO (jetty-launcher-1717-thread-4)
[n:127.0.0.1:42501_solr ] o.a.s.c.CoreContainer No authentication plugin
used.
[junit4] 2> 1049103 INFO (jetty-launcher-1717-thread-4)
[n:127.0.0.1:42501_solr ] o.a.s.c.CorePropertiesLocator Looking for core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_13D423F331110020-001/tempDir-001/node4/.
[junit4] 2> 1049103 INFO (jetty-launcher-1717-thread-4)
[n:127.0.0.1:42501_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions
[junit4] 2> 1049103 INFO
(zkCallback-1743-thread-1-processing-n:127.0.0.1:48442_solr)
[n:127.0.0.1:48442_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 1049103 INFO
(zkCallback-1743-thread-1-processing-n:127.0.0.1:48442_solr)
[n:127.0.0.1:48442_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: [3])
[junit4] 2> 1049104 INFO
(zkCallback-1743-thread-1-processing-n:127.0.0.1:48442_solr)
[n:127.0.0.1:48442_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1049105 INFO (jetty-launcher-1717-thread-2)
[n:127.0.0.1:60075_solr ] o.a.s.c.CoreContainer Security conf doesn't exist.
Skipping setup for authorization module.
[junit4] 2> 1049105 INFO (jetty-launcher-1717-thread-2)
[n:127.0.0.1:60075_solr ] o.a.s.c.CoreContainer No authentication plugin
used.
[junit4] 2> 1049105 INFO
(OverseerStateUpdate-96343675126284296-127.0.0.1:56114_solr-n_0000000000)
[n:127.0.0.1:56114_solr ] o.a.s.c.Overseer processMessage: queueSize: 1,
message = {
[junit4] 2> "operation":"downnode",
[junit4] 2> "node_name":"127.0.0.1:48442_solr"} current state version: 0
[junit4] 2> 1049105 INFO
(OverseerStateUpdate-96343675126284296-127.0.0.1:56114_solr-n_0000000000)
[n:127.0.0.1:56114_solr ] o.a.s.c.o.NodeMutator DownNode state invoked for
node: 127.0.0.1:48442_solr
[junit4] 2> 1049106 INFO (jetty-launcher-1717-thread-2)
[n:127.0.0.1:60075_solr ] o.a.s.c.CorePropertiesLocator Looking for core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_13D423F331110020-001/tempDir-001/node2/.
[junit4] 2> 1049106 INFO (jetty-launcher-1717-thread-2)
[n:127.0.0.1:60075_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions
[junit4] 2> 1049107 INFO (jetty-launcher-1717-thread-1)
[n:127.0.0.1:48442_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:48442_solr
[junit4] 2> 1049107 INFO (jetty-launcher-1717-thread-4)
[n:127.0.0.1:42501_solr ] o.a.s.s.SolrDispatchFilter
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2
[junit4] 2> 1049107 INFO (jetty-launcher-1717-thread-4)
[n:127.0.0.1:42501_solr ] o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init() done
[junit4] 2> 1049107 INFO (jetty-launcher-1717-thread-1)
[n:127.0.0.1:48442_solr ] o.a.s.c.c.SolrZkClient makePath:
/live_nodes/127.0.0.1:48442_solr
[junit4] 2> 1049108 INFO
(zkCallback-1741-thread-1-processing-n:127.0.0.1:41082_solr)
[n:127.0.0.1:41082_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: [4])
[junit4] 2> 1049108 INFO
(zkCallback-1743-thread-1-processing-n:127.0.0.1:48442_solr)
[n:127.0.0.1:48442_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: [4])
[junit4] 2> 1049108 INFO
(zkCallback-1737-thread-2-processing-n:127.0.0.1:56114_solr)
[n:127.0.0.1:56114_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: [4])
[junit4] 2> 1049108 INFO
(zkCallback-1740-thread-1-processing-n:127.0.0.1:60075_solr)
[n:127.0.0.1:60075_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: [4])
[junit4] 2> 1049108 INFO
(zkCallback-1742-thread-1-processing-n:127.0.0.1:42501_solr)
[n:127.0.0.1:42501_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: [4])
[junit4] 2> 1049108 INFO
(zkCallback-1740-thread-1-processing-n:127.0.0.1:60075_solr)
[n:127.0.0.1:60075_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (4) -> (5)
[junit4] 2> 1049108 INFO
(zkCallback-1742-thread-1-processing-n:127.0.0.1:42501_solr)
[n:127.0.0.1:42501_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (4) -> (5)
[junit4] 2> 1049108 INFO
(zkCallback-1741-thread-1-processing-n:127.0.0.1:41082_solr)
[n:127.0.0.1:41082_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (4) -> (5)
[junit4] 2> 1049108 INFO
(zkCallback-1743-thread-1-processing-n:127.0.0.1:48442_solr)
[n:127.0.0.1:48442_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (4) -> (5)
[junit4] 2> 1049108 INFO
(zkCallback-1737-thread-2-processing-n:127.0.0.1:56114_solr)
[n:127.0.0.1:56114_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (4) -> (5)
[junit4] 2> 1049115 INFO (jetty-launcher-1717-thread-2)
[n:127.0.0.1:60075_solr ] o.a.s.s.SolrDispatchFilter
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2
[junit4] 2> 1049115 INFO (jetty-launcher-1717-thread-2)
[n:127.0.0.1:60075_solr ] o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init() done
[junit4] 2> 1049120 INFO (jetty-launcher-1717-thread-5)
[n:127.0.0.1:56114_solr ] o.a.s.c.CoreContainer Security conf doesn't exist.
Skipping setup for authorization module.
[junit4] 2> 1049120 INFO (jetty-launcher-1717-thread-5)
[n:127.0.0.1:56114_solr ] o.a.s.c.CoreContainer No authentication plugin
used.
[junit4] 2> 1049120 INFO (jetty-launcher-1717-thread-5)
[n:127.0.0.1:56114_solr ] o.a.s.c.CorePropertiesLocator Looking for core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_13D423F331110020-001/tempDir-001/node5/.
[junit4] 2> 1049120 INFO (jetty-launcher-1717-thread-5)
[n:127.0.0.1:56114_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions
[junit4] 2> 1049121 INFO (jetty-launcher-1717-thread-1)
[n:127.0.0.1:48442_solr ] o.a.s.c.CoreContainer Security conf doesn't exist.
Skipping setup for authorization module.
[junit4] 2> 1049121 INFO (jetty-launcher-1717-thread-1)
[n:127.0.0.1:48442_solr ] o.a.s.c.CoreContainer No authentication plugin
used.
[junit4] 2> 1049121 INFO (jetty-launcher-1717-thread-1)
[n:127.0.0.1:48442_solr ] o.a.s.c.CorePropertiesLocator Looking for core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_13D423F331110020-001/tempDir-001/node1/.
[junit4] 2> 1049121 INFO (jetty-launcher-1717-thread-1)
[n:127.0.0.1:48442_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions
[junit4] 2> 1049122 INFO (jetty-launcher-1717-thread-1)
[n:127.0.0.1:48442_solr ] o.a.s.s.SolrDispatchFilter
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2
[junit4] 2> 1049122 INFO (jetty-launcher-1717-thread-1)
[n:127.0.0.1:48442_solr ] o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init() done
[junit4] 2> 1049125 INFO (jetty-launcher-1717-thread-5)
[n:127.0.0.1:56114_solr ] o.a.s.s.SolrDispatchFilter
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2
[junit4] 2> 1049125 INFO (jetty-launcher-1717-thread-5)
[n:127.0.0.1:56114_solr ] o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init() done
[junit4] 2> 1049125 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[13D423F331110020]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1049125 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[13D423F331110020]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1049126 INFO (zkCallback-1749-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@7349e50f
name:ZooKeeperConnection Watcher:127.0.0.1:60034 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1049126 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[13D423F331110020]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1049127 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[13D423F331110020]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1049129 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[13D423F331110020]) [ ]
o.e.j.s.ServerConnector Stopped
ServerConnector@19a11dd4{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 1049129 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[13D423F331110020]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1264807512
[junit4] 2> 1049129 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[13D423F331110020]) [ ]
o.a.s.c.ZkController Publish node=127.0.0.1:41082_solr as DOWN
[junit4] 2> 1049132 INFO
(OverseerStateUpdate-96343675126284296-127.0.0.1:56114_solr-n_0000000000)
[n:127.0.0.1:56114_solr ] o.a.s.c.Overseer processMessage: queueSize: 1,
message = {
[junit4] 2> "operation":"downnode",
[junit4] 2> "node_name":"127.0.0.1:41082_solr"} current state version: 0
[junit4] 2> 1049132 INFO
(OverseerStateUpdate-96343675126284296-127.0.0.1:56114_solr-n_0000000000)
[n:127.0.0.1:56114_solr ] o.a.s.c.o.NodeMutator DownNode state invoked for
node: 127.0.0.1:41082_solr
[junit4] 2> 1049132 INFO
(zkCallback-1743-thread-1-processing-n:127.0.0.1:48442_solr)
[n:127.0.0.1:48442_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: [5])
[junit4] 2> 1049132 INFO
(zkCallback-1742-thread-1-processing-n:127.0.0.1:42501_solr)
[n:127.0.0.1:42501_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: [5])
[junit4] 2> 1049133 INFO
(zkCallback-1740-thread-2-processing-n:127.0.0.1:60075_solr)
[n:127.0.0.1:60075_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: [5])
[junit4] 2> 1049133 INFO
(zkCallback-1741-thread-1-processing-n:127.0.0.1:41082_solr)
[n:127.0.0.1:41082_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: [5])
[junit4] 2> 1049133 WARN
(zkCallback-1741-thread-1-processing-n:127.0.0.1:41082_solr)
[n:127.0.0.1:41082_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 1049133 INFO
(zkCallback-1743-thread-1-processing-n:127.0.0.1:48442_solr)
[n:127.0.0.1:48442_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (5) -> (4)
[junit4] 2> 1049133 INFO
(zkCallback-1742-thread-1-processing-n:127.0.0.1:42501_solr)
[n:127.0.0.1:42501_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (5) -> (4)
[junit4] 2> 1049133 INFO
(zkCallback-1737-thread-2-processing-n:127.0.0.1:56114_solr)
[n:127.0.0.1:56114_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: [5])
[junit4] 2> 1049134 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[13D423F331110020]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@2ce12b82{/solr,null,UNAVAILABLE}
[junit4] 2> 1049134 INFO
(zkCallback-1737-thread-2-processing-n:127.0.0.1:56114_solr)
[n:127.0.0.1:56114_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (5) -> (4)
[junit4] 2> 1049134 INFO
(zkCallback-1740-thread-2-processing-n:127.0.0.1:60075_solr)
[n:127.0.0.1:60075_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (5) -> (4)
[junit4] 2> 1049135 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[13D423F331110020]) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 1049135 INFO
(zkCallback-1740-thread-1-processing-n:127.0.0.1:60075_solr)
[n:127.0.0.1:60075_solr ] o.a.s.c.LeaderElector Watching path
/overseer_elect/election/96343675126284296-127.0.0.1:56114_solr-n_0000000000 to
know if I could be the leader
[junit4] 2> 1049135 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[13D423F331110020]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@394c80ca{/solr,null,AVAILABLE}
[junit4] 2> 1049136 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[13D423F331110020]) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@7c3bfc45{HTTP/1.1,[http/1.1]}{127.0.0.1:43213}
[junit4] 2> 1049136 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[13D423F331110020]) [ ]
o.e.j.s.Server Started @1051138ms
[junit4] 2> 1049136 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[13D423F331110020]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=43213}
[junit4] 2> 1049136 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[13D423F331110020]) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@73d16e93
[junit4] 2> 1049136 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[13D423F331110020]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_13D423F331110020-001/tempDir-001/node6'
[junit4] 2> 1049137 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[13D423F331110020]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1049137 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[13D423F331110020]) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 1049137 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[13D423F331110020]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1049137 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[13D423F331110020]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1049138 INFO (zkCallback-1751-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@79f5aff5
name:ZooKeeperConnection Watcher:127.0.0.1:60034/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1049138 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[13D423F331110020]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1049138 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[13D423F331110020]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1049138 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[13D423F331110020]) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1049142 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x156480fe4420011, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 1049142 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[13D423F331110020]) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_13D423F331110020-001/tempDir-001/node6/.
[junit4] 2> 1049142 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[13D423F331110020]) [ ]
o.a.s.c.CoreContainer New CoreContainer 905053365
[junit4] 2> 1049142 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[13D423F331110020]) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_13D423F331110020-001/tempDir-001/node6]
[junit4] 2> 1049142 WARN
(TEST-BasicAuthIntegrationTest.testBasics-seed#[13D423F331110020]) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_13D423F331110020-001/tempDir-001/node6/lib
to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_13D423F331110020-001/tempDir-001/node6/lib
[junit4] 2> 1049142 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[13D423F331110020]) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,
[junit4] 2> 1049144 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[13D423F331110020]) [ ]
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
[junit4] 2> 1049144 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[13D423F331110020]) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1049144 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[13D423F331110020]) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1049144 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[13D423F331110020]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60034/solr
[junit4] 2> 1049144 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[13D423F331110020]) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 1049144 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[13D423F331110020]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1049144 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[13D423F331110020]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1049145 INFO (zkCallback-1754-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@15d0f953
name:ZooKeeperConnection Watcher:127.0.0.1:60034 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1049145 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[13D423F331110020]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1049145 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[13D423F331110020]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1049146 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[13D423F331110020])
[n:127.0.0.1:43213_solr ] o.a.s.c.ZkController Added new OnReconnect
listener org.apache.solr.cloud.ZkController$$Lambda$18/2013222774@3c0fe8d9
[junit4] 2> 1049147 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[13D423F331110020])
[n:127.0.0.1:43213_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 1049148 INFO
(zkCallback-1755-thread-1-processing-n:127.0.0.1:43213_solr)
[n:127.0.0.1:43213_solr ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@2230bb9a
name:ZooKeeperConnection Watcher:127.0.0.1:60034/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1049148 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[13D423F331110020])
[n:127.0.0.1:43213_solr ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 1049153 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[13D423F331110020])
[n:127.0.0.1:43213_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 1049154 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[13D423F331110020])
[n:127.0.0.1:43213_solr ] o.a.s.c.c.ZkStateReader Loaded empty cluster
properties
[junit4] 2> 1049154 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[13D423F331110020])
[n:127.0.0.1:43213_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (4)
[junit4] 2> 1049155 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[13D423F331110020])
[n:127.0.0.1:43213_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1049156 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[13D423F331110020])
[n:127.0.0.1:43213_solr ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/96343675126284307-127.0.0.1:43213_solr-n_0000000005
[junit4] 2> 1049156 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[13D423F331110020])
[n:127.0.0.1:43213_solr ] o.a.s.c.LeaderElector Watching path
/overseer_elect/election/96343675126284303-127.0.0.1:48442_solr-n_0000000004 to
know if I could be the leader
[junit4] 2> 1049156 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[13D423F331110020])
[n:127.0.0.1:43213_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:43213_solr as DOWN
[junit4] 2> 1049158 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[13D423F331110020])
[n:127.0.0.1:43213_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:43213_solr
[junit4] 2> 10491
[...truncated too long message...]
Loop exiting : 127.0.0.1:47593_solr
[junit4] 2> 1749988 INFO (jetty-launcher-2399-thread-6) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@51139d04{/solr,null,UNAVAILABLE}
[junit4] 2> 1749988 INFO
(zkCallback-2425-thread-6-processing-n:127.0.0.1:47593_solr)
[n:127.0.0.1:47593_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (1)
[junit4] 2> 1749989 INFO
(zkCallback-2425-thread-6-processing-n:127.0.0.1:47593_solr)
[n:127.0.0.1:47593_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> 1751464 WARN
(zkCallback-2424-thread-2-processing-n:127.0.0.1:56738_solr)
[n:127.0.0.1:56738_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 1751465 INFO (jetty-launcher-2399-thread-7) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@1a03ca37{/solr,null,UNAVAILABLE}
[junit4] 2> 1751469 WARN
(zkCallback-2422-thread-2-processing-n:127.0.0.1:47247_solr)
[n:127.0.0.1:47247_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 1751470 INFO (jetty-launcher-2399-thread-10) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@558d7ed{/solr,null,UNAVAILABLE}
[junit4] 2> 1751489 WARN
(zkCallback-2425-thread-6-processing-n:127.0.0.1:47593_solr)
[n:127.0.0.1:47593_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 1751490 INFO (jetty-launcher-2399-thread-9) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@449c54b6{/solr,null,UNAVAILABLE}
[junit4] 2> 1751490 INFO
(SUITE-TestTolerantUpdateProcessorCloud-seed#[13D423F331110020]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:58700 58700
[junit4] 2> 1751656 INFO (Thread-3554) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:58700 58700
[junit4] 2> 1751657 WARN (Thread-3554) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 6 /solr/aliases.json
[junit4] 2> 5 /solr/security.json
[junit4] 2> 4
/solr/configs/solrCloudCollectionConfig/managed-schema
[junit4] 2> 4 /solr/configs/solrCloudCollectionConfig
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 6 /solr/clusterstate.json
[junit4] 2> 6 /solr/clusterprops.json
[junit4] 2> 4 /solr/collections/test_col/state.json
[junit4] 2> 3
/solr/overseer_elect/election/96343713852555278-127.0.0.1:47593_solr-n_0000000000
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 101 /solr/overseer/collection-queue-work
[junit4] 2> 13 /solr/overseer/queue
[junit4] 2> 6 /solr/live_nodes
[junit4] 2> 6 /solr/collections
[junit4] 2> 3 /solr/overseer/queue-work
[junit4] 2>
[junit4] 2> 1751657 INFO
(SUITE-TestTolerantUpdateProcessorCloud-seed#[13D423F331110020]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorCloud_13D423F331110020-001
[junit4] 2> Aug 01, 2016 9:55:19 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene62):
{foo_i=PostingsFormat(name=LuceneFixedGap),
expected_shard_s=PostingsFormat(name=LuceneVarGapDocFreqInterval),
_version_=FSTOrd50,
id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))},
docValues:{}, maxPointsInLeafNode=174, maxMBSortInHeap=6.927946956210995,
sim=ClassicSimilarity, locale=pt-BR, timezone=America/Blanc-Sablon
[junit4] 2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation
1.8.0_74 (64-bit)/cpus=4,threads=1,free=251483632,total=477626368
[junit4] 2> NOTE: All tests run in this JVM: [HighlighterTest,
TestFieldCollectionResource, HdfsCollectionsAPIDistributedZkTest,
OverseerModifyCollectionTest, TestLFUCache, DistributedFacetPivotWhiteBoxTest,
WordBreakSolrSpellCheckerTest, SuggestComponentContextFilterQueryTest,
TestFieldCacheSortRandom, MBeansHandlerTest, TestLRUStatsCache,
TermVectorComponentTest, SpellCheckCollatorTest, ZkStateReaderTest,
CdcrUpdateLogTest, SimplePostToolTest, TestAuthenticationFramework,
JavabinLoaderTest, TestExclusionRuleCollectionAccess,
TestUseDocValuesAsStored2, OverseerTaskQueueTest, TestJsonRequest,
TestSimpleTrackingShardHandler, TestSQLHandler,
CollectionsAPIDistributedZkTest, FileUtilsTest, TestBulkSchemaConcurrent,
SolrPluginUtilsTest, SolrIndexConfigTest, TermsComponentTest, TestMacros,
CdcrReplicationHandlerTest, TestSolr4Spatial2, TestManagedSchemaAPI,
TestShardHandlerFactory, TestCloudSchemaless, SpellCheckComponentTest,
DOMUtilTest, ChaosMonkeySafeLeaderTest, ReplicationFactorTest,
TestSolrQueryResponse, TestGraphMLResponseWriter, HdfsBasicDistributedZkTest,
TestCursorMarkWithoutUniqueKey, CollectionsAPIAsyncDistributedZkTest,
TestSolrDeletionPolicy2, BlockJoinFacetDistribTest,
OpenExchangeRatesOrgProviderTest, DistributedSuggestComponentTest, TestSolrXml,
TestFiltering, ShardRoutingCustomTest, SoftAutoCommitTest,
TestRequestForwarding, DistributedQueueTest, TriLevelCompositeIdRoutingTest,
TestLeaderInitiatedRecoveryThread, SpellingQueryConverterTest,
CSVRequestHandlerTest, DocValuesMissingTest, TestBM25SimilarityFactory,
SolrIndexSplitterTest, SortSpecParsingTest, SchemaVersionSpecificBehaviorTest,
AddSchemaFieldsUpdateProcessorFactoryTest, TestSha256AuthenticationProvider,
TestBlobHandler, BasicFunctionalityTest, TestAnalyzeInfixSuggestions,
TestConfigSetsAPI, TestQueryWrapperFilter, TestTestInjection, TestDistribIDF,
TestExceedMaxTermLength, TestWordDelimiterFilterFactory, TestSearcherReuse,
TestReRankQParserPlugin, SpellPossibilityIteratorTest,
IndexBasedSpellCheckerTest, TestRandomRequestDistribution,
TestFieldCacheReopen, TestMiniSolrCloudCluster,
DistributedIntervalFacetingTest, ParsingFieldUpdateProcessorsTest,
MinimalSchemaTest, DistributedDebugComponentTest,
DistributedTermsComponentTest, CollectionReloadTest,
TestPartialUpdateDeduplication, SolrInfoMBeanTest,
TestManagedStopFilterFactory, HdfsLockFactoryTest, TestDocumentBuilder,
TolerantUpdateProcessorTest, TestCloudPivotFacet, TestCoreContainer,
ZkControllerTest, TestAuthorizationFramework, DirectoryFactoryTest,
SharedFSAutoReplicaFailoverTest, OpenCloseCoreStressTest, ShardRoutingTest,
TestReplicationHandler, TestRecovery, DistributedSpellCheckComponentTest,
TestRealTimeGet, TestJoin, PeerSyncTest, TestIndexSearcher,
CurrencyFieldOpenExchangeTest, CurrencyFieldXmlFileTest,
TestExtendedDismaxParser, TestFoldingMultitermQuery, TestStressLucene,
SpatialFilterTest, PolyFieldTest, TestPseudoReturnFields,
DirectUpdateHandlerOptimizeTest, DocValuesMultiTest, DistanceFunctionTest,
XsltUpdateRequestHandlerTest, LukeRequestHandlerTest,
TestReversedWildcardFilterFactory, FileBasedSpellCheckerTest,
DocumentBuilderTest, TestIndexingPerformance, TestSolrQueryParser,
FastVectorHighlighterTest, RegexBoostProcessorTest, JSONWriterTest,
UniqFieldsUpdateProcessorFactoryTest, TestComponentsName,
HighlighterConfigTest, TestQuerySenderListener, TestQuerySenderNoQuery,
ResponseLogComponentTest, MultiTermTest, NumericFieldsTest,
TestElisionMultitermQuery, TestConfig, OutputWriterTest,
TestFuzzyAnalyzedSuggestions, TestSolrCoreProperties,
TestPostingsSolrHighlighter, DirectSolrConnectionTest,
NotRequiredUniqueKeyTest, TestCodecSupport, SynonymTokenizerTest,
TestXIncludeConfig, TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory,
TestPerFieldSimilarity, TestLMDirichletSimilarityFactory,
TestLMJelinekMercerSimilarityFactory, TestFastWriter, TestJmxMonitoredMap,
TimeZoneUtilsTest, PluginInfoTest, ChaosMonkeyNothingIsSafeTest,
ConcurrentDeleteAndCreateCollectionTest, ConfigSetsAPITest,
CustomCollectionTest, HttpPartitionTest, SolrXmlInZkTest, TestCloudInspectUtil,
TestCloudPseudoReturnFields, TestCollectionAPI, TestDownShardTolerantSearch,
TestLeaderElectionZkExpiry, TestOnReconnectListenerSupport,
TestRandomFlRTGCloud, TestSSLRandomization, TestShortCircuitedRequests,
TestTolerantUpdateProcessorCloud]
[junit4] Completed [526/625 (2!)] on J1 in 112.92s, 19 tests, 1 failure <<<
FAILURES!
[...truncated 300 lines...]
[junit4] JVM J1: stdout was not empty, see:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/temp/junit4-J1-20160801_212605_309.sysout
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] java.lang.OutOfMemoryError: GC overhead limit exceeded
[junit4] Dumping heap to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/heapdumps/java_pid15072.hprof
...
[junit4] Heap dump file created [488621964 bytes in 1.871 secs]
[junit4] <<< JVM J1: EOF ----
[...truncated 11041 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:763: The
following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:715:
Some of the tests produced a heap dump, but did not fail. Maybe a suppressed
OutOfMemoryError? Dumps created:
* java_pid15072.hprof
Total time: 57 minutes 5 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
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]