Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/17442/
Java: 64bit/jdk1.8.0_102 -XX:-UseCompressedOops -XX:+UseSerialGC
2 tests failed.
FAILED: org.apache.solr.handler.TestSolrConfigHandlerConcurrent.test
Error Message:
Stack Trace:
java.lang.NullPointerException
at
__randomizedtesting.SeedInfo.seed([FD71692690BE8787:752556FC3E42EA7F]:0)
at
org.apache.solr.handler.TestSolrConfigHandlerConcurrent.test(TestSolrConfigHandlerConcurrent.java:109)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
FAILED: org.apache.solr.security.BasicAuthIntegrationTest.testBasics
Error Message:
IOException occured when talking to server at:
http://127.0.0.1:35879/solr/testSolrCloudCollection_shard1_replica2
Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: IOException
occured when talking to server at:
http://127.0.0.1:35879/solr/testSolrCloudCollection_shard1_replica2
at
__randomizedtesting.SeedInfo.seed([FD71692690BE8787:C0A9C70AA850D9F7]: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:35879/solr/testSolrCloudCollection_shard1_replica2
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:622)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:413)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:366)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:735)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
... 1 more
Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:35879 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 10641 lines...]
[junit4] Suite: org.apache.solr.security.BasicAuthIntegrationTest
[junit4] 2> 132616 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[FD71692690BE8787]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 132616 INFO (Thread-293) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 132616 INFO (Thread-293) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 132716 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[FD71692690BE8787]) [ ]
o.a.s.c.ZkTestServer start zk server on port:42382
[junit4] 2> 132716 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[FD71692690BE8787]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 132717 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[FD71692690BE8787]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 132750 INFO (zkCallback-198-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@6d78f7e name:ZooKeeperConnection
Watcher:127.0.0.1:42382 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 132750 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[FD71692690BE8787]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 132750 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[FD71692690BE8787]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 132750 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[FD71692690BE8787]) [ ]
o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
[junit4] 2> 132770 INFO (jetty-launcher-197-thread-3) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 132770 INFO (jetty-launcher-197-thread-1) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 132770 INFO (jetty-launcher-197-thread-4) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 132770 INFO (jetty-launcher-197-thread-2) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 132771 INFO (jetty-launcher-197-thread-5) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 132773 INFO (jetty-launcher-197-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3a93f236{/solr,null,AVAILABLE}
[junit4] 2> 132773 INFO (jetty-launcher-197-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1aece323{/solr,null,AVAILABLE}
[junit4] 2> 132774 INFO (jetty-launcher-197-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1e6ab388{/solr,null,AVAILABLE}
[junit4] 2> 132774 INFO (jetty-launcher-197-thread-5) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@110919a9{/solr,null,AVAILABLE}
[junit4] 2> 132774 INFO (jetty-launcher-197-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@297268d{/solr,null,AVAILABLE}
[junit4] 2> 132775 INFO (jetty-launcher-197-thread-2) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@32348af4{HTTP/1.1,[http/1.1]}{127.0.0.1:40328}
[junit4] 2> 132775 INFO (jetty-launcher-197-thread-5) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@2ba4e768{HTTP/1.1,[http/1.1]}{127.0.0.1:42695}
[junit4] 2> 132775 INFO (jetty-launcher-197-thread-2) [ ]
o.e.j.s.Server Started @134505ms
[junit4] 2> 132775 INFO (jetty-launcher-197-thread-5) [ ]
o.e.j.s.Server Started @134505ms
[junit4] 2> 132775 INFO (jetty-launcher-197-thread-4) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@150168ac{HTTP/1.1,[http/1.1]}{127.0.0.1:45071}
[junit4] 2> 132775 INFO (jetty-launcher-197-thread-5) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=42695}
[junit4] 2> 132775 INFO (jetty-launcher-197-thread-4) [ ]
o.e.j.s.Server Started @134505ms
[junit4] 2> 132775 INFO (jetty-launcher-197-thread-1) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@bf9a105{HTTP/1.1,[http/1.1]}{127.0.0.1:35879}
[junit4] 2> 132775 INFO (jetty-launcher-197-thread-3) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@2add4bfd{HTTP/1.1,[http/1.1]}{127.0.0.1:45777}
[junit4] 2> 132776 INFO (jetty-launcher-197-thread-1) [ ]
o.e.j.s.Server Started @134505ms
[junit4] 2> 132776 INFO (jetty-launcher-197-thread-3) [ ]
o.e.j.s.Server Started @134505ms
[junit4] 2> 132777 INFO (jetty-launcher-197-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=35879}
[junit4] 2> 132777 INFO (jetty-launcher-197-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=45777}
[junit4] 2> 132775 INFO (jetty-launcher-197-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=45071}
[junit4] 2> 132775 INFO (jetty-launcher-197-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=40328}
[junit4] 2> 132777 INFO (jetty-launcher-197-thread-5) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@73d16e93
[junit4] 2> 132777 INFO (jetty-launcher-197-thread-1) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@73d16e93
[junit4] 2> 132777 INFO (jetty-launcher-197-thread-5) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_FD71692690BE8787-001/tempDir-001/node5'
[junit4] 2> 132777 INFO (jetty-launcher-197-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_FD71692690BE8787-001/tempDir-001/node1'
[junit4] 2> 132777 INFO (jetty-launcher-197-thread-2) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@73d16e93
[junit4] 2> 132777 INFO (jetty-launcher-197-thread-4) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@73d16e93
[junit4] 2> 132777 INFO (jetty-launcher-197-thread-2) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_FD71692690BE8787-001/tempDir-001/node3'
[junit4] 2> 132777 INFO (jetty-launcher-197-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 132777 INFO (jetty-launcher-197-thread-3) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@73d16e93
[junit4] 2> 132777 INFO (jetty-launcher-197-thread-1) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 132777 INFO (jetty-launcher-197-thread-2) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 132777 INFO (jetty-launcher-197-thread-3) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_FD71692690BE8787-001/tempDir-001/node2'
[junit4] 2> 132777 INFO (jetty-launcher-197-thread-2) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 132777 INFO (jetty-launcher-197-thread-4) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_FD71692690BE8787-001/tempDir-001/node4'
[junit4] 2> 132777 INFO (jetty-launcher-197-thread-3) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 132777 INFO (jetty-launcher-197-thread-5) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 132777 INFO (jetty-launcher-197-thread-3) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 132777 INFO (jetty-launcher-197-thread-5) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 132777 INFO (jetty-launcher-197-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 132777 INFO (jetty-launcher-197-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 132777 INFO (jetty-launcher-197-thread-4) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 132778 INFO (jetty-launcher-197-thread-4) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 132778 INFO (jetty-launcher-197-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 132778 INFO (jetty-launcher-197-thread-5) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 132778 INFO (jetty-launcher-197-thread-4) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 132778 INFO (jetty-launcher-197-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 132778 INFO (jetty-launcher-197-thread-5) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 132778 INFO (jetty-launcher-197-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 132778 INFO (jetty-launcher-197-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 132779 INFO (jetty-launcher-197-thread-4) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 132784 INFO (zkCallback-199-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@84a73d7 name:ZooKeeperConnection
Watcher:127.0.0.1:42382/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 132784 INFO (jetty-launcher-197-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 132785 INFO (jetty-launcher-197-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 132786 INFO (zkCallback-200-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@53e11afc
name:ZooKeeperConnection Watcher:127.0.0.1:42382/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 132786 INFO (jetty-launcher-197-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 132786 INFO (zkCallback-201-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@3e2d4a48
name:ZooKeeperConnection Watcher:127.0.0.1:42382/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 132786 INFO (jetty-launcher-197-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 132786 INFO (jetty-launcher-197-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 132786 INFO (zkCallback-202-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@25cb01f name:ZooKeeperConnection
Watcher:127.0.0.1:42382/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 132787 INFO (jetty-launcher-197-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 132787 INFO (jetty-launcher-197-thread-5) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 132787 INFO (jetty-launcher-197-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 132787 INFO (jetty-launcher-197-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 132787 INFO (zkCallback-203-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@4821a486
name:ZooKeeperConnection Watcher:127.0.0.1:42382/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 132787 INFO (jetty-launcher-197-thread-5) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 132787 INFO (jetty-launcher-197-thread-4) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 132787 INFO (jetty-launcher-197-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 132787 INFO (jetty-launcher-197-thread-4) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 132787 INFO (jetty-launcher-197-thread-5) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 132787 INFO (jetty-launcher-197-thread-4) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 132811 INFO (jetty-launcher-197-thread-4) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_FD71692690BE8787-001/tempDir-001/node4/.
[junit4] 2> 132811 INFO (jetty-launcher-197-thread-1) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_FD71692690BE8787-001/tempDir-001/node1/.
[junit4] 2> 132811 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 0x1564cd5edd90001, 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> 132811 INFO (jetty-launcher-197-thread-4) [ ]
o.a.s.c.CoreContainer New CoreContainer 1398140257
[junit4] 2> 132811 INFO (jetty-launcher-197-thread-1) [ ]
o.a.s.c.CoreContainer New CoreContainer 1453229095
[junit4] 2> 132811 INFO (jetty-launcher-197-thread-4) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_FD71692690BE8787-001/tempDir-001/node4]
[junit4] 2> 132811 INFO (jetty-launcher-197-thread-1) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_FD71692690BE8787-001/tempDir-001/node1]
[junit4] 2> 132811 WARN (jetty-launcher-197-thread-1) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_FD71692690BE8787-001/tempDir-001/node1/lib
to classpath:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_FD71692690BE8787-001/tempDir-001/node1/lib
[junit4] 2> 132811 WARN (jetty-launcher-197-thread-4) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_FD71692690BE8787-001/tempDir-001/node4/lib
to classpath:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_FD71692690BE8787-001/tempDir-001/node4/lib
[junit4] 2> 132812 INFO (jetty-launcher-197-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> 132812 INFO (jetty-launcher-197-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> 132813 INFO (jetty-launcher-197-thread-3) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_FD71692690BE8787-001/tempDir-001/node2/.
[junit4] 2> 132813 INFO (jetty-launcher-197-thread-2) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_FD71692690BE8787-001/tempDir-001/node3/.
[junit4] 2> 132813 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 0x1564cd5edd90004, 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> 132813 INFO (jetty-launcher-197-thread-2) [ ]
o.a.s.c.CoreContainer New CoreContainer 145391450
[junit4] 2> 132813 INFO (jetty-launcher-197-thread-3) [ ]
o.a.s.c.CoreContainer New CoreContainer 544803346
[junit4] 2> 132813 INFO (jetty-launcher-197-thread-5) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_FD71692690BE8787-001/tempDir-001/node5/.
[junit4] 2> 132813 INFO (jetty-launcher-197-thread-3) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_FD71692690BE8787-001/tempDir-001/node2]
[junit4] 2> 132813 INFO (jetty-launcher-197-thread-5) [ ]
o.a.s.c.CoreContainer New CoreContainer 2061981223
[junit4] 2> 132813 INFO (jetty-launcher-197-thread-2) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_FD71692690BE8787-001/tempDir-001/node3]
[junit4] 2> 132813 INFO (jetty-launcher-197-thread-5) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_FD71692690BE8787-001/tempDir-001/node5]
[junit4] 2> 132813 WARN (jetty-launcher-197-thread-3) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_FD71692690BE8787-001/tempDir-001/node2/lib
to classpath:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_FD71692690BE8787-001/tempDir-001/node2/lib
[junit4] 2> 132814 WARN (jetty-launcher-197-thread-2) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_FD71692690BE8787-001/tempDir-001/node3/lib
to classpath:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_FD71692690BE8787-001/tempDir-001/node3/lib
[junit4] 2> 132814 WARN (jetty-launcher-197-thread-5) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_FD71692690BE8787-001/tempDir-001/node5/lib
to classpath:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_FD71692690BE8787-001/tempDir-001/node5/lib
[junit4] 2> 132814 INFO (jetty-launcher-197-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> 132814 INFO (jetty-launcher-197-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> 132813 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 0x1564cd5edd90002, 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> 132814 INFO (jetty-launcher-197-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> 132816 INFO (jetty-launcher-197-thread-4) [ ]
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
[junit4] 2> 132816 INFO (jetty-launcher-197-thread-4) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 132816 INFO (jetty-launcher-197-thread-4) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 132817 INFO (jetty-launcher-197-thread-4) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42382/solr
[junit4] 2> 132817 INFO (jetty-launcher-197-thread-4) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 132817 INFO (jetty-launcher-197-thread-4) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 132817 INFO (jetty-launcher-197-thread-5) [ ]
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
[junit4] 2> 132819 INFO (jetty-launcher-197-thread-5) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 132819 INFO (jetty-launcher-197-thread-5) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 132819 INFO (jetty-launcher-197-thread-5) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42382/solr
[junit4] 2> 132819 INFO (jetty-launcher-197-thread-5) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 132819 INFO (jetty-launcher-197-thread-5) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 132819 INFO (jetty-launcher-197-thread-1) [ ]
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
[junit4] 2> 132819 INFO (jetty-launcher-197-thread-2) [ ]
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
[junit4] 2> 132820 INFO (jetty-launcher-197-thread-2) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 132819 INFO (jetty-launcher-197-thread-3) [ ]
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
[junit4] 2> 132820 INFO (jetty-launcher-197-thread-2) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 132820 INFO (jetty-launcher-197-thread-3) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 132820 INFO (jetty-launcher-197-thread-3) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 132820 INFO (jetty-launcher-197-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42382/solr
[junit4] 2> 132820 INFO (jetty-launcher-197-thread-5) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 132820 INFO (jetty-launcher-197-thread-2) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 132820 INFO (jetty-launcher-197-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 132819 INFO (jetty-launcher-197-thread-1) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 132819 INFO (jetty-launcher-197-thread-4) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 132820 INFO (jetty-launcher-197-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 132820 INFO (jetty-launcher-197-thread-1) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 132821 INFO (jetty-launcher-197-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42382/solr
[junit4] 2> 132821 INFO (jetty-launcher-197-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42382/solr
[junit4] 2> 132821 INFO (jetty-launcher-197-thread-1) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 132821 INFO (jetty-launcher-197-thread-3) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 132821 INFO (jetty-launcher-197-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 132821 INFO (jetty-launcher-197-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 132821 INFO (jetty-launcher-197-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 132821 INFO (jetty-launcher-197-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 132822 INFO (zkCallback-214-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@4525cbe9
name:ZooKeeperConnection Watcher:127.0.0.1:42382 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 132822 INFO (jetty-launcher-197-thread-4) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 132822 INFO (jetty-launcher-197-thread-4) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 132825 INFO (zkCallback-215-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@3c2b6f00
name:ZooKeeperConnection Watcher:127.0.0.1:42382 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 132825 INFO (jetty-launcher-197-thread-5) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 132825 INFO (jetty-launcher-197-thread-5) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 132825 INFO (zkCallback-216-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@664681bf
name:ZooKeeperConnection Watcher:127.0.0.1:42382 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 132825 INFO (jetty-launcher-197-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 132826 INFO (zkCallback-217-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@6082a94a
name:ZooKeeperConnection Watcher:127.0.0.1:42382 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 132826 INFO (jetty-launcher-197-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 132826 INFO (jetty-launcher-197-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 132826 INFO (jetty-launcher-197-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 132827 INFO (zkCallback-218-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@340e17e name:ZooKeeperConnection
Watcher:127.0.0.1:42382 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 132827 INFO (jetty-launcher-197-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 132827 INFO (jetty-launcher-197-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 132829 INFO (jetty-launcher-197-thread-4)
[n:127.0.0.1:45071_solr ] o.a.s.c.ZkController Added new OnReconnect
listener org.apache.solr.cloud.ZkController$$Lambda$56/1198662929@1a1227f6
[junit4] 2> 132829 INFO (jetty-launcher-197-thread-4)
[n:127.0.0.1:45071_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 132830 INFO (jetty-launcher-197-thread-5)
[n:127.0.0.1:42695_solr ] o.a.s.c.ZkController Added new OnReconnect
listener org.apache.solr.cloud.ZkController$$Lambda$56/1198662929@9787d58
[junit4] 2> 132831 INFO (jetty-launcher-197-thread-5)
[n:127.0.0.1:42695_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 132832 INFO (jetty-launcher-197-thread-2)
[n:127.0.0.1:40328_solr ] o.a.s.c.ZkController Added new OnReconnect
listener org.apache.solr.cloud.ZkController$$Lambda$56/1198662929@39b7d621
[junit4] 2> 132832 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 0x1564cd5edd90008, 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> 132832 INFO (jetty-launcher-197-thread-1)
[n:127.0.0.1:35879_solr ] o.a.s.c.ZkController Added new OnReconnect
listener org.apache.solr.cloud.ZkController$$Lambda$56/1198662929@79280cd7
[junit4] 2> 132832 INFO (jetty-launcher-197-thread-2)
[n:127.0.0.1:40328_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 132832 INFO
(zkCallback-219-thread-1-processing-n:127.0.0.1:45071_solr)
[n:127.0.0.1:45071_solr ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@3b068a30
name:ZooKeeperConnection Watcher:127.0.0.1:42382/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 132833 INFO (jetty-launcher-197-thread-1)
[n:127.0.0.1:35879_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 132833 INFO (jetty-launcher-197-thread-4)
[n:127.0.0.1:45071_solr ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 132834 INFO (jetty-launcher-197-thread-3)
[n:127.0.0.1:45777_solr ] o.a.s.c.ZkController Added new OnReconnect
listener org.apache.solr.cloud.ZkController$$Lambda$56/1198662929@1a9511f4
[junit4] 2> 132834 INFO
(zkCallback-220-thread-1-processing-n:127.0.0.1:42695_solr)
[n:127.0.0.1:42695_solr ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@500cce62
name:ZooKeeperConnection Watcher:127.0.0.1:42382/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 132834 INFO (jetty-launcher-197-thread-3)
[n:127.0.0.1:45777_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 132834 INFO (jetty-launcher-197-thread-5)
[n:127.0.0.1:42695_solr ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 132837 INFO
(zkCallback-221-thread-1-processing-n:127.0.0.1:40328_solr)
[n:127.0.0.1:40328_solr ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@176e892e
name:ZooKeeperConnection Watcher:127.0.0.1:42382/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 132837 INFO (jetty-launcher-197-thread-2)
[n:127.0.0.1:40328_solr ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 132837 INFO
(zkCallback-222-thread-1-processing-n:127.0.0.1:35879_solr)
[n:127.0.0.1:35879_solr ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@1962e236
name:ZooKeeperConnection Watcher:127.0.0.1:42382/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 132837 INFO (jetty-launcher-197-thread-1)
[n:127.0.0.1:35879_solr ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 132839 INFO (jetty-launcher-197-thread-4)
[n:127.0.0.1:45071_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
[junit4] 2> 132839 INFO
(zkCallback-223-thread-1-processing-n:127.0.0.1:45777_solr)
[n:127.0.0.1:45777_solr ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@5f972350
name:ZooKeeperConnection Watcher:127.0.0.1:42382/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 132839 INFO (jetty-launcher-197-thread-3)
[n:127.0.0.1:45777_solr ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 132840 INFO (jetty-launcher-197-thread-5)
[n:127.0.0.1:42695_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
[junit4] 2> 132842 INFO (jetty-launcher-197-thread-2)
[n:127.0.0.1:40328_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
[junit4] 2> 132842 INFO (jetty-launcher-197-thread-1)
[n:127.0.0.1:35879_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
[junit4] 2> 132842 INFO (jetty-launcher-197-thread-3)
[n:127.0.0.1:45777_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
[junit4] 2> 132850 INFO (jetty-launcher-197-thread-4)
[n:127.0.0.1:45071_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-queue-work
[junit4] 2> 132851 INFO (jetty-launcher-197-thread-5)
[n:127.0.0.1:42695_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-queue-work
[junit4] 2> 132851 INFO (jetty-launcher-197-thread-2)
[n:127.0.0.1:40328_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-queue-work
[junit4] 2> 132852 INFO (jetty-launcher-197-thread-1)
[n:127.0.0.1:35879_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-queue-work
[junit4] 2> 132852 INFO (jetty-launcher-197-thread-3)
[n:127.0.0.1:45777_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-queue-work
[junit4] 2> 132869 INFO (jetty-launcher-197-thread-4)
[n:127.0.0.1:45071_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-running
[junit4] 2> 132872 INFO (jetty-launcher-197-thread-5)
[n:127.0.0.1:42695_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-running
[junit4] 2> 132872 INFO (jetty-launcher-197-thread-2)
[n:127.0.0.1:40328_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-running
[junit4] 2> 132872 INFO (jetty-launcher-197-thread-3)
[n:127.0.0.1:45777_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-running
[junit4] 2> 132872 INFO (jetty-launcher-197-thread-1)
[n:127.0.0.1:35879_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-running
[junit4] 2> 132921 INFO (jetty-launcher-197-thread-4)
[n:127.0.0.1:45071_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-completed
[junit4] 2> 132921 INFO (jetty-launcher-197-thread-2)
[n:127.0.0.1:40328_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-completed
[junit4] 2> 132921 INFO (jetty-launcher-197-thread-5)
[n:127.0.0.1:42695_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-completed
[junit4] 2> 132921 INFO (jetty-launcher-197-thread-3)
[n:127.0.0.1:45777_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-completed
[junit4] 2> 132921 INFO (jetty-launcher-197-thread-1)
[n:127.0.0.1:35879_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-completed
[junit4] 2> 132956 INFO (jetty-launcher-197-thread-4)
[n:127.0.0.1:45071_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-failure
[junit4] 2> 132956 INFO (jetty-launcher-197-thread-3)
[n:127.0.0.1:45777_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-failure
[junit4] 2> 132956 INFO (jetty-launcher-197-thread-5)
[n:127.0.0.1:42695_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-failure
[junit4] 2> 132956 INFO (jetty-launcher-197-thread-1)
[n:127.0.0.1:35879_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-failure
[junit4] 2> 132956 INFO (jetty-launcher-197-thread-2)
[n:127.0.0.1:40328_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-failure
[junit4] 2> 132962 INFO (jetty-launcher-197-thread-3)
[n:127.0.0.1:45777_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 132962 INFO (jetty-launcher-197-thread-1)
[n:127.0.0.1:35879_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 132962 INFO (jetty-launcher-197-thread-5)
[n:127.0.0.1:42695_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 132962 INFO (jetty-launcher-197-thread-4)
[n:127.0.0.1:45071_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 132962 INFO (jetty-launcher-197-thread-2)
[n:127.0.0.1:40328_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 132965 INFO (jetty-launcher-197-thread-5)
[n:127.0.0.1:42695_solr ] o.a.s.c.c.SolrZkClient makePath: /collections
[junit4] 2> 132965 INFO (jetty-launcher-197-thread-1)
[n:127.0.0.1:35879_solr ] o.a.s.c.c.SolrZkClient makePath: /collections
[junit4] 2> 132965 INFO (jetty-launcher-197-thread-4)
[n:127.0.0.1:45071_solr ] o.a.s.c.c.SolrZkClient makePath: /collections
[junit4] 2> 132965 INFO (jetty-launcher-197-thread-3)
[n:127.0.0.1:45777_solr ] o.a.s.c.c.SolrZkClient makePath: /collections
[junit4] 2> 132965 INFO (jetty-launcher-197-thread-2)
[n:127.0.0.1:40328_solr ] o.a.s.c.c.SolrZkClient makePath: /collections
[junit4] 2> 132970 INFO (jetty-launcher-197-thread-5)
[n:127.0.0.1:42695_solr ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 132970 INFO (jetty-launcher-197-thread-1)
[n:127.0.0.1:35879_solr ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 132970 INFO (jetty-launcher-197-thread-4)
[n:127.0.0.1:45071_solr ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 132970 INFO (jetty-launcher-197-thread-3)
[n:127.0.0.1:45777_solr ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 132970 INFO (jetty-launcher-197-thread-2)
[n:127.0.0.1:40328_solr ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 132973 INFO (jetty-launcher-197-thread-1)
[n:127.0.0.1:35879_solr ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 132973 INFO (jetty-launcher-197-thread-4)
[n:127.0.0.1:45071_solr ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 132974 INFO (jetty-launcher-197-thread-5)
[n:127.0.0.1:42695_solr ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 132974 INFO (jetty-launcher-197-thread-2)
[n:127.0.0.1:40328_solr ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 132974 INFO (jetty-launcher-197-thread-3)
[n:127.0.0.1:45777_solr ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 132978 INFO (jetty-launcher-197-thread-4)
[n:127.0.0.1:45071_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 132979 INFO (jetty-launcher-197-thread-5)
[n:127.0.0.1:42695_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 132979 INFO (jetty-launcher-197-thread-1)
[n:127.0.0.1:35879_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 132979 INFO (jetty-launcher-197-thread-3)
[n:127.0.0.1:45777_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 132979 INFO (jetty-launcher-197-thread-2)
[n:127.0.0.1:40328_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 133006 INFO (jetty-launcher-197-thread-1)
[n:127.0.0.1:35879_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 133006 INFO (jetty-launcher-197-thread-5)
[n:127.0.0.1:42695_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 133006 INFO (jetty-launcher-197-thread-4)
[n:127.0.0.1:45071_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 133006 INFO (jetty-launcher-197-thread-3)
[n:127.0.0.1:45777_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 133007 INFO (jetty-launcher-197-thread-2)
[n:127.0.0.1:40328_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 133007 INFO (jetty-launcher-197-thread-1)
[n:127.0.0.1:35879_solr ] o.a.s.c.c.ZkStateReader Loaded empty cluster
properties
[junit4] 2> 133007 INFO (jetty-launcher-197-thread-5)
[n:127.0.0.1:42695_solr ] o.a.s.c.c.ZkStateReader Loaded empty cluster
properties
[junit4] 2> 133007 INFO (jetty-launcher-197-thread-4)
[n:127.0.0.1:45071_solr ] o.a.s.c.c.ZkStateReader Loaded empty cluster
properties
[junit4] 2> 133007 INFO (jetty-launcher-197-thread-3)
[n:127.0.0.1:45777_solr ] o.a.s.c.c.ZkStateReader Loaded empty cluster
properties
[junit4] 2> 133008 INFO (jetty-launcher-197-thread-2)
[n:127.0.0.1:40328_solr ] o.a.s.c.c.ZkStateReader Loaded empty cluster
properties
[junit4] 2> 133008 INFO (jetty-launcher-197-thread-5)
[n:127.0.0.1:42695_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (0)
[junit4] 2> 133008 INFO (jetty-launcher-197-thread-1)
[n:127.0.0.1:35879_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (0)
[junit4] 2> 133008 INFO (jetty-launcher-197-thread-3)
[n:127.0.0.1:45777_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (0)
[junit4] 2> 133008 INFO (jetty-launcher-197-thread-4)
[n:127.0.0.1:45071_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (0)
[junit4] 2> 133008 INFO (jetty-launcher-197-thread-2)
[n:127.0.0.1:40328_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (0)
[junit4] 2> 133009 INFO (jetty-launcher-197-thread-1)
[n:127.0.0.1:35879_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
[junit4] 2> 133009 INFO (jetty-launcher-197-thread-5)
[n:127.0.0.1:42695_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
[junit4] 2> 133009 INFO (jetty-launcher-197-thread-3)
[n:127.0.0.1:45777_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
[junit4] 2> 133009 INFO (jetty-launcher-197-thread-2)
[n:127.0.0.1:40328_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
[junit4] 2> 133009 INFO (jetty-launcher-197-thread-4)
[n:127.0.0.1:45071_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
[junit4] 2> 133012 INFO (jetty-launcher-197-thread-2)
[n:127.0.0.1:40328_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/election
[junit4] 2> 133012 INFO (jetty-launcher-197-thread-5)
[n:127.0.0.1:42695_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/election
[junit4] 2> 133014 INFO (jetty-launcher-197-thread-3)
[n:127.0.0.1:45777_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/election
[junit4] 2> 133014 INFO (jetty-launcher-197-thread-1)
[n:127.0.0.1:35879_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/election
[junit4] 2> 133014 INFO (jetty-launcher-197-thread-4)
[n:127.0.0.1:45071_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/election
[junit4] 2> 133016 INFO (jetty-launcher-197-thread-5)
[n:127.0.0.1:42695_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 133018 INFO (jetty-launcher-197-thread-3)
[n:127.0.0.1:45777_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 133018 INFO (jetty-launcher-197-thread-2)
[n:127.0.0.1:40328_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 133019 INFO (jetty-launcher-197-thread-1)
[n:127.0.0.1:35879_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 133019 INFO (jetty-launcher-197-thread-4)
[n:127.0.0.1:45071_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 133019 INFO (jetty-launcher-197-thread-5)
[n:127.0.0.1:42695_solr ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/96348923737210892-127.0.0.1:42695_solr-n_0000000000
[junit4] 2> 133024 INFO (jetty-launcher-197-thread-3)
[n:127.0.0.1:45777_solr ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/96348923737210895-127.0.0.1:45777_solr-n_0000000001
[junit4] 2> 133024 INFO (jetty-launcher-197-thread-2)
[n:127.0.0.1:40328_solr ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/96348923737210893-127.0.0.1:40328_solr-n_0000000002
[junit4] 2> 133026 INFO (jetty-launcher-197-thread-1)
[n:127.0.0.1:35879_solr ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/96348923737210894-127.0.0.1:35879_solr-n_0000000003
[junit4] 2> 133026 INFO (jetty-launcher-197-thread-4)
[n:127.0.0.1:45071_solr ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/96348923737210891-127.0.0.1:45071_solr-n_0000000004
[junit4] 2> 133026 INFO (jetty-launcher-197-thread-5)
[n:127.0.0.1:42695_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:42695_solr
[junit4] 2> 133026 INFO (jetty-launcher-197-thread-5)
[n:127.0.0.1:42695_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/leader
[junit4] 2> 133026 INFO (jetty-launcher-197-thread-2)
[n:127.0.0.1:40328_solr ] o.a.s.c.LeaderElector Watching path
/overseer_elect/election/96348923737210895-127.0.0.1:45777_solr-n_0000000001 to
know if I could be the leader
[junit4] 2> 133026 INFO (jetty-launcher-197-thread-3)
[n:127.0.0.1:45777_solr ] o.a.s.c.LeaderElector Watching path
/overseer_elect/election/96348923737210892-127.0.0.1:42695_solr-n_0000000000 to
know if I could be the leader
[junit4] 2> 133026 INFO (jetty-launcher-197-thread-1)
[n:127.0.0.1:35879_solr ] o.a.s.c.LeaderElector Watching path
/overseer_elect/election/96348923737210893-127.0.0.1:40328_solr-n_0000000002 to
know if I could be the leader
[junit4] 2> 133026 INFO (jetty-launcher-197-thread-4)
[n:127.0.0.1:45071_solr ] o.a.s.c.LeaderElector Watching path
/overseer_elect/election/96348923737210894-127.0.0.1:35879_solr-n_0000000003 to
know if I could be the leader
[junit4] 2> 133026 INFO (jetty-launcher-197-thread-3)
[n:127.0.0.1:45777_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:45777_solr
[junit4] 2> 133026 INFO (jetty-launcher-197-thread-1)
[n:127.0.0.1:35879_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:35879_solr
[junit4] 2> 133026 INFO (jetty-launcher-197-thread-3)
[n:127.0.0.1:45777_solr ] o.a.s.c.c.SolrZkClient makePath:
/live_nodes/127.0.0.1:45777_solr
[junit4] 2> 133026 INFO (jetty-launcher-197-thread-1)
[n:127.0.0.1:35879_solr ] o.a.s.c.c.SolrZkClient makePath:
/live_nodes/127.0.0.1:35879_solr
[junit4] 2> 133026 INFO (jetty-launcher-197-thread-2)
[n:127.0.0.1:40328_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:40328_solr
[junit4] 2> 133026 INFO (jetty-launcher-197-thread-2)
[n:127.0.0.1:40328_solr ] o.a.s.c.c.SolrZkClient makePath:
/live_nodes/127.0.0.1:40328_solr
[junit4] 2> 133026 INFO (jetty-launcher-197-thread-4)
[n:127.0.0.1:45071_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:45071_solr
[junit4] 2> 133026 INFO (jetty-launcher-197-thread-4)
[n:127.0.0.1:45071_solr ] o.a.s.c.c.SolrZkClient makePath:
/live_nodes/127.0.0.1:45071_solr
[junit4] 2> 133028 INFO (jetty-launcher-197-thread-5)
[n:127.0.0.1:42695_solr ] o.a.s.c.Overseer Overseer
(id=96348923737210892-127.0.0.1:42695_solr-n_0000000000) starting
[junit4] 2> 133030 INFO
(zkCallback-219-thread-1-processing-n:127.0.0.1:45071_solr)
[n:127.0.0.1:45071_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> 133030 INFO
(zkCallback-220-thread-1-processing-n:127.0.0.1:42695_solr)
[n:127.0.0.1:42695_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> 133030 INFO
(zkCallback-221-thread-1-processing-n:127.0.0.1:40328_solr)
[n:127.0.0.1:40328_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> 133030 INFO
(zkCallback-223-thread-1-processing-n:127.0.0.1:45777_solr)
[n:127.0.0.1:45777_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> 133030 INFO
(zkCallback-222-thread-1-processing-n:127.0.0.1:35879_solr)
[n:127.0.0.1:35879_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> 133032 INFO
(zkCallback-219-thread-1-processing-n:127.0.0.1:45071_solr)
[n:127.0.0.1:45071_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (4)
[junit4] 2> 133032 INFO
(zkCallback-223-thread-1-processing-n:127.0.0.1:45777_solr)
[n:127.0.0.1:45777_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (4)
[junit4] 2> 133032 INFO
(zkCallback-220-thread-1-processing-n:127.0.0.1:42695_solr)
[n:127.0.0.1:42695_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (4)
[junit4] 2> 133032 INFO
(zkCallback-221-thread-1-processing-n:127.0.0.1:40328_solr)
[n:127.0.0.1:40328_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (4)
[junit4] 2> 133032 INFO
(zkCallback-222-thread-1-processing-n:127.0.0.1:35879_solr)
[n:127.0.0.1:35879_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (4)
[junit4] 2> 133041 INFO (jetty-launcher-197-thread-5)
[n:127.0.0.1:42695_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/queue-work
[junit4] 2> 133042 INFO (jetty-launcher-197-thread-2)
[n:127.0.0.1:40328_solr ] o.a.s.c.CoreContainer Security conf doesn't exist.
Skipping setup for authorization module.
[junit4] 2> 133042 INFO (jetty-launcher-197-thread-2)
[n:127.0.0.1:40328_solr ] o.a.s.c.CoreContainer No authentication plugin
used.
[junit4] 2> 133042 INFO (jetty-launcher-197-thread-3)
[n:127.0.0.1:45777_solr ] o.a.s.c.CoreContainer Security conf doesn't exist.
Skipping setup for authorization module.
[junit4] 2> 133042 INFO (jetty-launcher-197-thread-3)
[n:127.0.0.1:45777_solr ] o.a.s.c.CoreContainer No authentication plugin
used.
[junit4] 2> 133042 INFO (jetty-launcher-197-thread-2)
[n:127.0.0.1:40328_solr ] o.a.s.c.CorePropertiesLocator Looking for core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_FD71692690BE8787-001/tempDir-001/node3/.
[junit4] 2> 133042 INFO (jetty-launcher-197-thread-3)
[n:127.0.0.1:45777_solr ] o.a.s.c.CorePropertiesLocator Looking for core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_FD71692690BE8787-001/tempDir-001/node2/.
[junit4] 2> 133042 INFO (jetty-launcher-197-thread-2)
[n:127.0.0.1:40328_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions
[junit4] 2> 133042 INFO (jetty-launcher-197-thread-3)
[n:127.0.0.1:45777_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions
[junit4] 2> 133043 INFO (jetty-launcher-197-thread-4)
[n:127.0.0.1:45071_solr ] o.a.s.c.CoreContainer Security conf doesn't exist.
Skipping setup for authorization module.
[junit4] 2> 133043 INFO (jetty-launcher-197-thread-4)
[n:127.0.0.1:45071_solr ] o.a.s.c.CoreContainer No authentication plugin
used.
[junit4] 2> 133043 INFO (jetty-launcher-197-thread-4)
[n:127.0.0.1:45071_solr ] o.a.s.c.CorePropertiesLocator Looking for core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_FD71692690BE8787-001/tempDir-001/node4/.
[junit4] 2> 133043 INFO (jetty-launcher-197-thread-4)
[n:127.0.0.1:45071_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions
[junit4] 2> 133045 INFO (jetty-launcher-197-thread-1)
[n:127.0.0.1:35879_solr ] o.a.s.c.CoreContainer Security conf doesn't exist.
Skipping setup for authorization module.
[junit4] 2> 133045 INFO (jetty-launcher-197-thread-1)
[n:127.0.0.1:35879_solr ] o.a.s.c.CoreContainer No authentication plugin
used.
[junit4] 2> 133045 INFO (jetty-launcher-197-thread-1)
[n:127.0.0.1:35879_solr ] o.a.s.c.CorePropertiesLocator Looking for core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_FD71692690BE8787-001/tempDir-001/node1/.
[junit4] 2> 133045 INFO (jetty-launcher-197-thread-1)
[n:127.0.0.1:35879_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions
[junit4] 2> 133050 INFO (jetty-launcher-197-thread-2)
[n:127.0.0.1:40328_solr ] o.a.s.s.SolrDispatchFilter
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2
[junit4] 2> 133050 INFO (jetty-launcher-197-thread-3)
[n:127.0.0.1:45777_solr ] o.a.s.s.SolrDispatchFilter
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2
[junit4] 2> 133050 INFO (jetty-launcher-197-thread-3)
[n:127.0.0.1:45777_solr ] o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init() done
[junit4] 2> 133050 INFO (jetty-launcher-197-thread-2)
[n:127.0.0.1:40328_solr ] o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init() done
[junit4] 2> 133050 INFO (jetty-launcher-197-thread-1)
[n:127.0.0.1:35879_solr ] o.a.s.s.SolrDispatchFilter
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2
[junit4] 2> 133050 INFO (jetty-launcher-197-thread-1)
[n:127.0.0.1:35879_solr ] o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init() done
[junit4] 2> 133050 INFO (jetty-launcher-197-thread-4)
[n:127.0.0.1:45071_solr ] o.a.s.s.SolrDispatchFilter
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2
[junit4] 2> 133050 INFO (jetty-launcher-197-thread-4)
[n:127.0.0.1:45071_solr ] o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init() done
[junit4] 2> 133076 INFO (jetty-launcher-197-thread-5)
[n:127.0.0.1:42695_solr ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 133076 INFO
(OverseerCollectionConfigSetProcessor-96348923737210892-127.0.0.1:42695_solr-n_0000000000)
[n:127.0.0.1:42695_solr ] o.a.s.c.OverseerTaskProcessor Process current
queue of overseer operations
[junit4] 2> 133077 INFO (jetty-launcher-197-thread-5)
[n:127.0.0.1:42695_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:42695_solr as DOWN
[junit4] 2> 133077 INFO
(OverseerStateUpdate-96348923737210892-127.0.0.1:42695_solr-n_0000000000)
[n:127.0.0.1:42695_solr ] o.a.s.c.Overseer Starting to work on the main queue
[junit4] 2> 133093 INFO (jetty-launcher-197-thread-5)
[n:127.0.0.1:42695_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:42695_solr
[junit4] 2> 133093 INFO (jetty-launcher-197-thread-5)
[n:127.0.0.1:42695_solr ] o.a.s.c.c.SolrZkClient makePath:
/live_nodes/127.0.0.1:42695_solr
[junit4] 2> 133093 INFO
(OverseerStateUpdate-96348923737210892-127.0.0.1:42695_solr-n_0000000000)
[n:127.0.0.1:42695_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (4) -> (4)
[junit4] 2> 133095 INFO
(zkCallback-220-thread-1-processing-n:127.0.0.1:42695_solr)
[n:127.0.0.1:42695_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> 133095 INFO
(zkCallback-219-thread-1-processing-n:127.0.0.1:45071_solr)
[n:127.0.0.1:45071_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> 133095 INFO
(zkCallback-221-thread-1-processing-n:127.0.0.1:40328_solr)
[n:127.0.0.1:40328_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> 133095 INFO
(zkCallback-223-thread-1-processing-n:127.0.0.1:45777_solr)
[n:127.0.0.1:45777_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> 133095 INFO
(zkCallback-222-thread-1-processing-n:127.0.0.1:35879_solr)
[n:127.0.0.1:35879_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> 133095 INFO
(zkCallback-220-thread-1-processing-n:127.0.0.1:42695_solr)
[n:127.0.0.1:42695_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (4) -> (5)
[junit4] 2> 133095 INFO
(zkCallback-219-thread-1-processing-n:127.0.0.1:45071_solr)
[n:127.0.0.1:45071_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (4) -> (5)
[junit4] 2> 133095 INFO
(OverseerStateUpdate-96348923737210892-127.0.0.1:42695_solr-n_0000000000)
[n:127.0.0.1:42695_solr ] o.a.s.c.Overseer processMessage: queueSize: 1,
message = {
[junit4] 2> "operation":"downnode",
[junit4] 2> "node_name":"127.0.0.1:42695_solr"} current state version: 0
[junit4] 2> 133095 INFO
(zkCallback-221-thread-1-processing-n:127.0.0.1:40328_solr)
[n:127.0.0.1:40328_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (4) -> (5)
[junit4] 2> 133095 INFO
(OverseerStateUpdate-96348923737210892-127.0.0.1:42695_solr-n_0000000000)
[n:127.0.0.1:42695_solr ] o.a.s.c.o.NodeMutator DownNode state invoked for
node: 127.0.0.1:42695_solr
[junit4] 2> 133095 INFO
(zkCallback-223-thread-1-processing-n:127.0.0.1:45777_solr)
[n:127.0.0.1:45777_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (4) -> (5)
[junit4] 2> 133096 INFO
(zkCallback-222-thread-1-processing-n:127.0.0.1:35879_solr)
[n:127.0.0.1:35879_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (4) -> (5)
[junit4] 2> 133111 INFO (jetty-launcher-197-thread-5)
[n:127.0.0.1:42695_solr ] o.a.s.c.CoreContainer Security conf doesn't exist.
Skipping setup for authorization module.
[junit4] 2> 133111 INFO (jetty-launcher-197-thread-5)
[n:127.0.0.1:42695_solr ] o.a.s.c.CoreContainer No authentication plugin
used.
[junit4] 2> 133111 INFO (jetty-launcher-197-thread-5)
[n:127.0.0.1:42695_solr ] o.a.s.c.CorePropertiesLocator Looking for core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_FD71692690BE8787-001/tempDir-001/node5/.
[junit4] 2> 133111 INFO (jetty-launcher-197-thread-5)
[n:127.0.0.1:42695_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions
[junit4] 2> 133112 INFO (jetty-launcher-197-thread-5)
[n:127.0.0.1:42695_solr ] o.a.s.s.SolrDispatchFilter
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2
[junit4] 2> 133112 INFO (jetty-launcher-197-thread-5)
[n:127.0.0.1:42695_solr ] o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init() done
[junit4] 2> 133112 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[FD71692690BE8787]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 133113 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[FD71692690BE8787]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 133116 INFO (zkCallback-229-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@366a229c
name:ZooKeeperConnection Watcher:127.0.0.1:42382 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 133116 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[FD71692690BE8787]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 133116 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[FD71692690BE8787]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 133120 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[FD71692690BE8787]) [ ]
o.e.j.s.ServerConnector Stopped
ServerConnector@2add4bfd{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 133120 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[FD71692690BE8787]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=544803346
[junit4] 2> 133120 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[FD71692690BE8787]) [ ]
o.a.s.c.ZkController Publish node=127.0.0.1:45777_solr as DOWN
[junit4] 2> 133125 INFO
(OverseerStateUpdate-96348923737210892-127.0.0.1:42695_solr-n_0000000000)
[n:127.0.0.1:42695_solr ] o.a.s.c.Overseer processMessage: queueSize: 1,
message = {
[junit4] 2> "operation":"downnode",
[junit4] 2> "node_name":"127.0.0.1:45777_solr"} current state version: 0
[junit4] 2> 133125 INFO
(OverseerStateUpdate-96348923737210892-127.0.0.1:42695_solr-n_0000000000)
[n:127.0.0.1:42695_solr ] o.a.s.c.o.NodeMutator DownNode state invoked for
node: 127.0.0.1:45777_solr
[junit4] 2> 133127 INFO
(zkCallback-223-thread-1-processing-n:127.0.0.1:45777_solr)
[n:127.0.0.1:45777_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> 133127 INFO
(zkCallback-220-thread-1-processing-n:127.0.0.1:42695_solr)
[n:127.0.0.1:42695_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> 133127 INFO
(zkCallback-222-thread-1-processing-n:127.0.0.1:35879_solr)
[n:127.0.0.1:35879_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> 133127 WARN
(zkCallback-223-thread-1-processing-n:127.0.0.1:45777_solr)
[n:127.0.0.1:45777_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 133127 INFO
(zkCallback-219-thread-1-processing-n:127.0.0.1:45071_solr)
[n:127.0.0.1:45071_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> 133127 INFO
(zkCallback-221-thread-2-processing-n:127.0.0.1:40328_solr)
[n:127.0.0.1:40328_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> 133128 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[FD71692690BE8787]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@297268d{/solr,null,UNAVAILABLE}
[junit4] 2> 133129 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[FD71692690BE8787]) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 133129 INFO
(zkCallback-222-thread-1-processing-n:127.0.0.1:35879_solr)
[n:127.0.0.1:35879_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (5) -> (4)
[junit4] 2> 133129 INFO
(zkCallback-220-thread-1-processing-n:127.0.0.1:42695_solr)
[n:127.0.0.1:42695_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (5) -> (4)
[junit4] 2> 133130 INFO
(zkCallback-221-thread-2-processing-n:127.0.0.1:40328_solr)
[n:127.0.0.1:40328_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (5) -> (4)
[junit4] 2> 133130 INFO
(zkCallback-219-thread-1-processing-n:127.0.0.1:45071_solr)
[n:127.0.0.1:45071_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (5) -> (4)
[junit4] 2> 133130 INFO
(zkCallback-221-thread-1-processing-n:127.0.0.1:40328_solr)
[n:127.0.0.1:40328_solr ] o.a.s.c.LeaderElector Watching path
/overseer_elect/election/96348923737210892-127.0.0.1:42695_solr-n_0000000000 to
know if I could be the leader
[junit4] 2> 133130 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[FD71692690BE8787]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@257ba030{/solr,null,AVAILABLE}
[junit4] 2> 133130 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[FD71692690BE8787]) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@23e7fba1{HTTP/1.1,[http/1.1]}{127.0.0.1:45320}
[junit4] 2> 133131 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[FD71692690BE8787]) [ ]
o.e.j.s.Server Started @134861ms
[junit4] 2> 133131 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[FD71692690BE8787]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=45320}
[junit4] 2> 133131 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[FD71692690BE8787]) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@73d16e93
[junit4] 2> 133131 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[FD71692690BE8787]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_FD71692690BE8787-001/tempDir-001/node6'
[junit4] 2> 133131 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[FD71692690BE8787]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 133131 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[FD71692690BE8787]) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 133131 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[FD71692690BE8787]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 133131 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[FD71692690BE8787]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 133134 INFO (zkCallback-231-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@315b7efd
name:ZooKeeperConnection Watcher:127.0.0.1:42382/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 133134 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[FD71692690BE8787]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 133134 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[FD71692690BE8787]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 133135 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[FD71692690BE8787]) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 133141 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[FD71692690BE8787]) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_FD71692690BE8787-001/tempDir-001/node6/.
[junit4] 2> 133141 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[FD71692690BE8787]) [ ]
o.a.s.c.CoreContainer New CoreContainer 947359060
[junit4] 2> 133141 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[FD71692690BE8787]) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_FD71692690BE8787-001/tempDir-001/node6]
[junit4] 2> 133141 WARN
(TEST-BasicAuthIntegrationTest.testBasics-seed#[FD71692690BE8787]) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_FD71692690BE8787-001/tempDir-001/node6/lib
to classpath:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_FD71692690BE8787-001/tempDir-001/node6/lib
[junit4] 2> 133142 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[FD71692690BE8787]) [ ]
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> 133143 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[FD71692690BE8787]) [ ]
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
[junit4] 2> 133143 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[FD71692690BE8787]) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 133143 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[FD71692690BE8787]) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 133143 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[FD71692690BE8787]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42382/solr
[junit4] 2> 133143 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[FD71692690BE8787]) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 133143 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[FD71692690BE8787]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 133143 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[FD71692690BE8787]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 133146 INFO (zkCallback-234-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@13607d name:ZooKeeperConnection
Watcher:127.0.0.1:42382 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 133147 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[FD71692690BE8787]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 133147 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[FD71692690BE8787]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 133149 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[FD71692690BE8787])
[n:127.0.0.1:45320_solr ] o.a.s.c.ZkController Added new OnReconnect
listener org.apache.solr.cloud.ZkController$$Lambda$56/1198662929@56182be0
[junit4] 2> 133149 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[FD71692690BE8787])
[n:127.0.0.1:45320_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 133163 INFO
(zkCallback-235-thread-1-processing-n:127.0.0.1:45320_solr)
[n:127.0.0.1:45320_solr ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@31fa9999
name:ZooKeeperConnection Watcher:127.0.0.1:42382/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 133163 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[FD71692690BE8787])
[n:127.0.0.1:45320_solr ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 133334 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[FD71692690BE8787])
[n:127.0.0.1:45320_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 133334 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[FD71692690BE8787])
[n:127.0.0.1:45320_solr ] o.a.s.c.c.ZkStateReader Loaded empty cluster
properties
[junit4] 2> 133334 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[FD71692690BE8787])
[n:127.0.0.1:45320_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (4)
[junit4] 2> 133335 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[FD71692690BE8787])
[n:127.0.0.1:45320_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 133342 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[FD71692690BE8787])
[n:127.0.0.1:45320_solr ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/96348923737210899-127.0.0.1:45320_solr-n_0000000005
[junit4] 2> 133343 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[FD71692690BE8787])
[n:127.0.0.1:45320_solr ] o.a.s.c.LeaderElector Watching path
/overseer_elect/election/96348923737210891-127.0.0.1:45071_solr-n_0000000004 to
know if I could be the leader
[junit4] 2> 133343 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[FD71692690BE8787])
[n:127.0.0.1:45320_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:45320_solr as DOWN
[junit4] 2> 133363 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[FD71692690BE8787])
[n:127.0.0.1:45320_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:45320_solr
[junit4] 2> 133363 INFO
(TEST-BasicAuthIntegrationTest.testBasics-seed#[FD71692690BE8787])
[n:127.0.0.1:45320_solr ] o.a.s.c.c.SolrZkClient makePath:
/live_nodes/127.0.0.1:45320_solr
[junit4] 2> 133363 INFO
(OverseerStateUpdate-96348923737210892-127.0.0.1:42695_solr-n_0000000000)
[n:127.0.0.1:42695_solr ] o.a.s.c.Overseer processMessage: queueSize: 1,
message = {
[junit4] 2> "operation":"downnode",
[junit4] 2> "node_name":"127.0.0.1:45320_
[...truncated too long message...]
ection1 s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:37031_ c:collection1
s:shard1 r:core_node4 x:collection1] o.a.s.c.CachingDirectoryFactory Closing
MockDirectoryFactory - 3 directories currently being tracked
[junit4] 2> 560970 INFO
(recoveryExecutor-533-thread-1-processing-n:127.0.0.1:37031_ x:collection1
s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:37031_ c:collection1 s:shard1
r:core_node4 x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerConcurrent_FD71692690BE8787-001/shard-4-001/cores/collection1/data/snapshot_metadata
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerConcurrent_FD71692690BE8787-001/shard-4-001/cores/collection1/data/snapshot_metadata;done=false>>]
[junit4] 2> 560970 INFO
(recoveryExecutor-533-thread-1-processing-n:127.0.0.1:37031_ x:collection1
s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:37031_ c:collection1 s:shard1
r:core_node4 x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory,
CoreContainer#isShutdown=true
[junit4] 2> 560970 INFO
(recoveryExecutor-533-thread-1-processing-n:127.0.0.1:37031_ x:collection1
s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:37031_ c:collection1 s:shard1
r:core_node4 x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerConcurrent_FD71692690BE8787-001/shard-4-001/cores/collection1/data/snapshot_metadata
[junit4] 2> 560970 INFO
(recoveryExecutor-533-thread-1-processing-n:127.0.0.1:37031_ x:collection1
s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:37031_ c:collection1 s:shard1
r:core_node4 x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerConcurrent_FD71692690BE8787-001/shard-4-001/cores/collection1/data/index
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerConcurrent_FD71692690BE8787-001/shard-4-001/cores/collection1/data/index;done=false>>]
[junit4] 2> 560971 INFO
(recoveryExecutor-533-thread-1-processing-n:127.0.0.1:37031_ x:collection1
s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:37031_ c:collection1 s:shard1
r:core_node4 x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory,
CoreContainer#isShutdown=true
[junit4] 2> 560971 INFO
(recoveryExecutor-533-thread-1-processing-n:127.0.0.1:37031_ x:collection1
s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:37031_ c:collection1 s:shard1
r:core_node4 x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerConcurrent_FD71692690BE8787-001/shard-4-001/cores/collection1/data/index
[junit4] 2> 560971 INFO
(recoveryExecutor-533-thread-1-processing-n:127.0.0.1:37031_ x:collection1
s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:37031_ c:collection1 s:shard1
r:core_node4 x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerConcurrent_FD71692690BE8787-001/shard-4-001/cores/collection1/data
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerConcurrent_FD71692690BE8787-001/shard-4-001/cores/collection1/data;done=false>>]
[junit4] 2> 560971 INFO
(recoveryExecutor-533-thread-1-processing-n:127.0.0.1:37031_ x:collection1
s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:37031_ c:collection1 s:shard1
r:core_node4 x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory,
CoreContainer#isShutdown=true
[junit4] 2> 560971 INFO
(recoveryExecutor-533-thread-1-processing-n:127.0.0.1:37031_ x:collection1
s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:37031_ c:collection1 s:shard1
r:core_node4 x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerConcurrent_FD71692690BE8787-001/shard-4-001/cores/collection1/data
[junit4] 2> 560971 INFO
(TEST-TestSolrConfigHandlerConcurrent.test-seed#[FD71692690BE8787]) [ ]
o.a.s.c.Overseer Overseer (id=96348950772318226-127.0.0.1:37031_-n_0000000004)
closing
[junit4] 2> 560971 INFO
(OverseerStateUpdate-96348950772318226-127.0.0.1:37031_-n_0000000004)
[n:127.0.0.1:37031_ ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:37031_
[junit4] 2> 560972 INFO
(zkCallback-535-thread-1-processing-n:127.0.0.1:37031_) [n:127.0.0.1:37031_
] 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> 560972 WARN
(zkCallback-535-thread-1-processing-n:127.0.0.1:37031_) [n:127.0.0.1:37031_
] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to
ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 560973 INFO
(TEST-TestSolrConfigHandlerConcurrent.test-seed#[FD71692690BE8787]) [ ]
o.e.j.s.ServerConnector Stopped
ServerConnector@6387f03f{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 560973 INFO
(TEST-TestSolrConfigHandlerConcurrent.test-seed#[FD71692690BE8787]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@3dc8f3b8{/,null,UNAVAILABLE}
[junit4] 2> 560976 INFO
(TEST-TestSolrConfigHandlerConcurrent.test-seed#[FD71692690BE8787]) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:41353 41353
[junit4] 2> 561002 INFO (Thread-823) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:41353 41353
[junit4] 2> 561003 WARN (Thread-823) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 18 /solr/configs/conf1
[junit4] 2> 6 /solr/aliases.json
[junit4] 2> 6 /solr/clusterprops.json
[junit4] 2> 5 /solr/security.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 6 /solr/clusterstate.json
[junit4] 2> 4 /solr/collections/collection1/state.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 28 /solr/overseer/queue
[junit4] 2> 15 /solr/overseer/collection-queue-work
[junit4] 2> 10 /solr/overseer/queue-work
[junit4] 2> 6 /solr/live_nodes
[junit4] 2> 6 /solr/collections
[junit4] 2>
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestSolrConfigHandlerConcurrent -Dtests.method=test
-Dtests.seed=FD71692690BE8787 -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=nl-NL -Dtests.timezone=Africa/Douala -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] ERROR 16.0s J0 | TestSolrConfigHandlerConcurrent.test <<<
[junit4] > Throwable #1: java.lang.NullPointerException
[junit4] > at
__randomizedtesting.SeedInfo.seed([FD71692690BE8787:752556FC3E42EA7F]:0)
[junit4] > at
org.apache.solr.handler.TestSolrConfigHandlerConcurrent.test(TestSolrConfigHandlerConcurrent.java:109)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 561005 INFO
(SUITE-TestSolrConfigHandlerConcurrent-seed#[FD71692690BE8787]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerConcurrent_FD71692690BE8787-001
[junit4] 2> Aug 02, 2016 8:05:32 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 2 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene62),
sim=RandomSimilarity(queryNorm=false): {}, locale=nl-NL, timezone=Africa/Douala
[junit4] 2> NOTE: Linux 4.4.0-31-generic amd64/Oracle Corporation
1.8.0_102 (64-bit)/cpus=12,threads=1,free=306490120,total=518979584
[junit4] 2> NOTE: All tests run in this JVM: [RequiredFieldsTest,
ShardSplitTest, TestAnalyzedSuggestions, TestScoreJoinQPScore, TestFieldCache,
VersionInfoTest, TestSerializedLuceneMatchVersion, AnalyticsQueryTest,
TestOverriddenPrefixQueryForCustomFieldType, TestSubQueryTransformerDistrib,
RankQueryTest, TestRestoreCore, RollingRestartTest, PeerSyncTest,
TestDownShardTolerantSearch, TestLeaderElectionZkExpiry,
TestSlowCompositeReaderWrapper, TestUniqueKeyFieldResource, TestFunctionQuery,
TestDistributedSearch, TestFieldTypeCollectionResource,
SimpleCollectionCreateDeleteTest, JSONWriterTest,
DefaultValueUpdateProcessorTest, TestSmileRequest, TestDefaultStatsCache,
PolyFieldTest, CursorPagingTest, CoreSorterTest, CopyFieldTest, BJQParserTest,
TestConfigSets, TestRandomFlRTGCloud, TestReplicaProperties,
HdfsRecoverLeaseTest, DistributedQueryComponentOptimizationTest, UUIDFieldTest,
TestReloadDeadlock, CloudExitableDirectoryReaderTest, ZkNodePropsTest,
LeaderInitiatedRecoveryOnCommitTest, SystemInfoHandlerTest,
TestSolrConfigHandlerConcurrent]
[junit4] Completed [109/625 (2!)] on J0 in 16.82s, 1 test, 1 error <<<
FAILURES!
[...truncated 61725 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]