Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/17784/
Java: 64bit/jdk-9-ea+134 -XX:-UseCompressedOops -XX:+UseSerialGC
1 tests failed.
FAILED: org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth
Error Message:
Unexpected exception type, expected RemoteSolrException
Stack Trace:
junit.framework.AssertionFailedError: Unexpected exception type, expected
RemoteSolrException
at
__randomizedtesting.SeedInfo.seed([157CDB7FB3088C12:A912AD6D175B0F68]:0)
at
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2682)
at
org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:111)
at
jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native
Method)
at
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
at
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:535)
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(java.base@9-ea/Thread.java:843)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException
occured when talking to server at: https://127.0.0.1:36417/solr
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:415)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:367)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1280)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1050)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:992)
at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
at
org.apache.solr.security.BasicAuthIntegrationTest.lambda$testBasicAuth$0(BasicAuthIntegrationTest.java:112)
at
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2677)
... 40 more
Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:36417 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)
... 50 more
Build Log:
[...truncated 12408 lines...]
[junit4] Suite: org.apache.solr.security.BasicAuthIntegrationTest
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_157CDB7FB3088C12-001/init-core-data-001
[junit4] 2> 1914990 INFO
(SUITE-BasicAuthIntegrationTest-seed#[157CDB7FB3088C12]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0,
clientAuth=0.0/0.0)
[junit4] 2> 1914991 INFO
(SUITE-BasicAuthIntegrationTest-seed#[157CDB7FB3088C12]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1914991 INFO (Thread-3374) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1914991 INFO (Thread-3374) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 1915091 INFO
(SUITE-BasicAuthIntegrationTest-seed#[157CDB7FB3088C12]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:35172
[junit4] 2> 1915091 INFO
(SUITE-BasicAuthIntegrationTest-seed#[157CDB7FB3088C12]-worker) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1915092 INFO
(SUITE-BasicAuthIntegrationTest-seed#[157CDB7FB3088C12]-worker) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1915093 INFO (zkCallback-2693-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@39b87a99
name:ZooKeeperConnection Watcher:127.0.0.1:35172 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1915093 INFO
(SUITE-BasicAuthIntegrationTest-seed#[157CDB7FB3088C12]-worker) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1915093 INFO
(SUITE-BasicAuthIntegrationTest-seed#[157CDB7FB3088C12]-worker) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1915093 INFO
(SUITE-BasicAuthIntegrationTest-seed#[157CDB7FB3088C12]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
[junit4] 2> 1915094 INFO
(SUITE-BasicAuthIntegrationTest-seed#[157CDB7FB3088C12]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath: /solr/clusterprops.json
[junit4] 2> 1915097 INFO (jetty-launcher-2692-thread-2) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 1915097 INFO (jetty-launcher-2692-thread-3) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 1915097 INFO (jetty-launcher-2692-thread-1) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 1915098 INFO (jetty-launcher-2692-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@67d535fa{/solr,null,AVAILABLE}
[junit4] 2> 1915098 INFO (jetty-launcher-2692-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@49d05c17{/solr,null,AVAILABLE}
[junit4] 2> 1915098 INFO (jetty-launcher-2692-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@21b5cf4a{/solr,null,AVAILABLE}
[junit4] 2> 1915100 INFO (jetty-launcher-2692-thread-1) [ ]
o.e.j.s.ServerConnector Started ServerConnector@2a65e3ac{SSL,[ssl,
http/1.1]}{127.0.0.1:36417}
[junit4] 2> 1915100 INFO (jetty-launcher-2692-thread-2) [ ]
o.e.j.s.ServerConnector Started ServerConnector@17febe35{SSL,[ssl,
http/1.1]}{127.0.0.1:41827}
[junit4] 2> 1915100 INFO (jetty-launcher-2692-thread-1) [ ]
o.e.j.s.Server Started @1917143ms
[junit4] 2> 1915100 INFO (jetty-launcher-2692-thread-2) [ ]
o.e.j.s.Server Started @1917143ms
[junit4] 2> 1915100 INFO (jetty-launcher-2692-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=36417}
[junit4] 2> 1915100 INFO (jetty-launcher-2692-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=41827}
[junit4] 2> 1915100 INFO (jetty-launcher-2692-thread-3) [ ]
o.e.j.s.ServerConnector Started ServerConnector@48c6ef20{SSL,[ssl,
http/1.1]}{127.0.0.1:43068}
[junit4] 2> 1915100 INFO (jetty-launcher-2692-thread-3) [ ]
o.e.j.s.Server Started @1917143ms
[junit4] 2> 1915100 INFO (jetty-launcher-2692-thread-1) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
jdk.internal.loader.ClassLoaders$AppClassLoader@17d99928
[junit4] 2> 1915100 INFO (jetty-launcher-2692-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=43068}
[junit4] 2> 1915100 INFO (jetty-launcher-2692-thread-2) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
jdk.internal.loader.ClassLoaders$AppClassLoader@17d99928
[junit4] 2> 1915100 INFO (jetty-launcher-2692-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_157CDB7FB3088C12-001/tempDir-001/node1'
[junit4] 2> 1915100 INFO (jetty-launcher-2692-thread-2) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_157CDB7FB3088C12-001/tempDir-001/node2'
[junit4] 2> 1915100 INFO (jetty-launcher-2692-thread-3) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
jdk.internal.loader.ClassLoaders$AppClassLoader@17d99928
[junit4] 2> 1915101 INFO (jetty-launcher-2692-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1915101 INFO (jetty-launcher-2692-thread-3) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_157CDB7FB3088C12-001/tempDir-001/node3'
[junit4] 2> 1915101 INFO (jetty-launcher-2692-thread-1) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 1915101 INFO (jetty-launcher-2692-thread-2) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1915101 INFO (jetty-launcher-2692-thread-3) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1915101 INFO (jetty-launcher-2692-thread-2) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 1915102 INFO (jetty-launcher-2692-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1915101 INFO (jetty-launcher-2692-thread-3) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 1915102 INFO (jetty-launcher-2692-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1915102 INFO (jetty-launcher-2692-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1915104 INFO (jetty-launcher-2692-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1915104 INFO (jetty-launcher-2692-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1915105 INFO (jetty-launcher-2692-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1915105 INFO (zkCallback-2694-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@350ff3c2
name:ZooKeeperConnection Watcher:127.0.0.1:35172/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1915105 INFO (zkCallback-2695-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@1422981d
name:ZooKeeperConnection Watcher:127.0.0.1:35172/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1915105 INFO (jetty-launcher-2692-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1915105 INFO (zkCallback-2696-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@67af95ec
name:ZooKeeperConnection Watcher:127.0.0.1:35172/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1915105 INFO (jetty-launcher-2692-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1915105 INFO (jetty-launcher-2692-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1915105 INFO (jetty-launcher-2692-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1915105 INFO (jetty-launcher-2692-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1915105 INFO (jetty-launcher-2692-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1915106 INFO (jetty-launcher-2692-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1915106 INFO (jetty-launcher-2692-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1915106 INFO (jetty-launcher-2692-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1915128 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 0x1570b0a6d870003, 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(java.base@9-ea/Thread.java:843)
[junit4] 2> 1915128 INFO (jetty-launcher-2692-thread-3) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_157CDB7FB3088C12-001/tempDir-001/node3/.
[junit4] 2> 1915128 INFO (jetty-launcher-2692-thread-2) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_157CDB7FB3088C12-001/tempDir-001/node2/.
[junit4] 2> 1915128 INFO (jetty-launcher-2692-thread-3) [ ]
o.a.s.c.CoreContainer New CoreContainer 1966104285
[junit4] 2> 1915128 INFO (jetty-launcher-2692-thread-2) [ ]
o.a.s.c.CoreContainer New CoreContainer 17178835
[junit4] 2> 1915128 INFO (jetty-launcher-2692-thread-1) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_157CDB7FB3088C12-001/tempDir-001/node1/.
[junit4] 2> 1915128 INFO (jetty-launcher-2692-thread-2) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_157CDB7FB3088C12-001/tempDir-001/node2]
[junit4] 2> 1915128 INFO (jetty-launcher-2692-thread-1) [ ]
o.a.s.c.CoreContainer New CoreContainer 1075288355
[junit4] 2> 1915128 INFO (jetty-launcher-2692-thread-3) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_157CDB7FB3088C12-001/tempDir-001/node3]
[junit4] 2> 1915129 WARN (jetty-launcher-2692-thread-2) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_157CDB7FB3088C12-001/tempDir-001/node2/lib
to classpath:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_157CDB7FB3088C12-001/tempDir-001/node2/lib
[junit4] 2> 1915129 WARN (jetty-launcher-2692-thread-3) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_157CDB7FB3088C12-001/tempDir-001/node3/lib
to classpath:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_157CDB7FB3088C12-001/tempDir-001/node3/lib
[junit4] 2> 1915128 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 0x1570b0a6d870002, 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(java.base@9-ea/Thread.java:843)
[junit4] 2> 1915129 INFO (jetty-launcher-2692-thread-3) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,
[junit4] 2> 1915129 INFO (jetty-launcher-2692-thread-1) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_157CDB7FB3088C12-001/tempDir-001/node1]
[junit4] 2> 1915129 INFO (jetty-launcher-2692-thread-2) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,
[junit4] 2> 1915129 WARN (jetty-launcher-2692-thread-1) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_157CDB7FB3088C12-001/tempDir-001/node1/lib
to classpath:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_157CDB7FB3088C12-001/tempDir-001/node1/lib
[junit4] 2> 1915129 INFO (jetty-launcher-2692-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,
[junit4] 2> 1915131 INFO (jetty-launcher-2692-thread-1) [ ]
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
[junit4] 2> 1915131 INFO (jetty-launcher-2692-thread-1) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1915131 INFO (jetty-launcher-2692-thread-1) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1915131 INFO (jetty-launcher-2692-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35172/solr
[junit4] 2> 1915131 INFO (jetty-launcher-2692-thread-1) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 1915131 INFO (jetty-launcher-2692-thread-3) [ ]
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
[junit4] 2> 1915131 INFO (jetty-launcher-2692-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1915131 INFO (jetty-launcher-2692-thread-3) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1915131 INFO (jetty-launcher-2692-thread-3) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1915131 INFO (jetty-launcher-2692-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35172/solr
[junit4] 2> 1915131 INFO (jetty-launcher-2692-thread-3) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 1915131 INFO (jetty-launcher-2692-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1915131 INFO (jetty-launcher-2692-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1915131 INFO (jetty-launcher-2692-thread-2) [ ]
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
[junit4] 2> 1915132 INFO (jetty-launcher-2692-thread-2) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1915132 INFO (jetty-launcher-2692-thread-2) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1915132 INFO (jetty-launcher-2692-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1915132 INFO (jetty-launcher-2692-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35172/solr
[junit4] 2> 1915132 INFO (jetty-launcher-2692-thread-2) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 1915132 INFO (jetty-launcher-2692-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1915132 INFO (zkCallback-2701-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@15fb66b5
name:ZooKeeperConnection Watcher:127.0.0.1:35172 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1915132 INFO (jetty-launcher-2692-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1915132 INFO (jetty-launcher-2692-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1915132 INFO (jetty-launcher-2692-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1915132 INFO (zkCallback-2704-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@46e1e199
name:ZooKeeperConnection Watcher:127.0.0.1:35172 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1915132 INFO (jetty-launcher-2692-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1915132 INFO (zkCallback-2705-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@4244b95f
name:ZooKeeperConnection Watcher:127.0.0.1:35172 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1915133 INFO (jetty-launcher-2692-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1915133 INFO (jetty-launcher-2692-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1915133 INFO (jetty-launcher-2692-thread-1) [ ]
o.a.s.c.ZkController Added new OnReconnect listener
org.apache.solr.cloud.ZkController$$Lambda$193/238833383@3bfd3097
[junit4] 2> 1915133 INFO (jetty-launcher-2692-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1915133 INFO (jetty-launcher-2692-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1915133 INFO (jetty-launcher-2692-thread-3) [ ]
o.a.s.c.ZkController Added new OnReconnect listener
org.apache.solr.cloud.ZkController$$Lambda$193/238833383@70b4ee41
[junit4] 2> 1915133 INFO (jetty-launcher-2692-thread-2) [ ]
o.a.s.c.ZkController Added new OnReconnect listener
org.apache.solr.cloud.ZkController$$Lambda$193/238833383@60ceefd0
[junit4] 2> 1915133 INFO (zkCallback-2706-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@44da0b27
name:ZooKeeperConnection Watcher:127.0.0.1:35172/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1915133 INFO (jetty-launcher-2692-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1915134 INFO (jetty-launcher-2692-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1915134 INFO (jetty-launcher-2692-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1915134 INFO (zkCallback-2707-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@1237e4f2
name:ZooKeeperConnection Watcher:127.0.0.1:35172/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1915134 INFO (jetty-launcher-2692-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1915134 INFO (zkCallback-2708-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@52a3a489
name:ZooKeeperConnection Watcher:127.0.0.1:35172/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1915134 INFO (jetty-launcher-2692-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/queue
[junit4] 2> 1915134 INFO (jetty-launcher-2692-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1915134 INFO (jetty-launcher-2692-thread-3) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/queue
[junit4] 2> 1915135 INFO (jetty-launcher-2692-thread-2) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/queue
[junit4] 2> 1915135 INFO (jetty-launcher-2692-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
[junit4] 2> 1915135 INFO (jetty-launcher-2692-thread-3) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
[junit4] 2> 1915135 INFO (jetty-launcher-2692-thread-2) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
[junit4] 2> 1915136 INFO (jetty-launcher-2692-thread-3) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
[junit4] 2> 1915136 INFO (jetty-launcher-2692-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
[junit4] 2> 1915136 INFO (jetty-launcher-2692-thread-2) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
[junit4] 2> 1915138 INFO (jetty-launcher-2692-thread-3) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
[junit4] 2> 1915139 INFO (jetty-launcher-2692-thread-2) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
[junit4] 2> 1915139 INFO (jetty-launcher-2692-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
[junit4] 2> 1915140 INFO (jetty-launcher-2692-thread-3) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
[junit4] 2> 1915140 INFO (jetty-launcher-2692-thread-2) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
[junit4] 2> 1915140 INFO (jetty-launcher-2692-thread-3) [ ]
o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 1915140 INFO (jetty-launcher-2692-thread-2) [ ]
o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 1915141 INFO (jetty-launcher-2692-thread-2) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections
[junit4] 2> 1915142 INFO (jetty-launcher-2692-thread-2) [ ]
o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 1915142 INFO (jetty-launcher-2692-thread-3) [ ]
o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 1915142 INFO (jetty-launcher-2692-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 1915142 INFO (jetty-launcher-2692-thread-2) [ ]
o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 1915142 INFO (jetty-launcher-2692-thread-3) [ ]
o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 1915143 INFO (jetty-launcher-2692-thread-2) [ ]
o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 1915143 INFO (jetty-launcher-2692-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 1915143 INFO (jetty-launcher-2692-thread-3) [ ]
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper...
[junit4] 2> 1915143 INFO (jetty-launcher-2692-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper...
[junit4] 2> 1915143 INFO (jetty-launcher-2692-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper...
[junit4] 2> 1915143 INFO (jetty-launcher-2692-thread-3) [ ]
o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https}
[junit4] 2> 1915143 INFO (jetty-launcher-2692-thread-2) [ ]
o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https}
[junit4] 2> 1915143 INFO (jetty-launcher-2692-thread-3) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
[junit4] 2> 1915143 INFO (jetty-launcher-2692-thread-1) [ ]
o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https}
[junit4] 2> 1915144 INFO (jetty-launcher-2692-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
[junit4] 2> 1915144 INFO (jetty-launcher-2692-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
[junit4] 2> 1915145 INFO (jetty-launcher-2692-thread-2) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer_elect
[junit4] 2> 1915145 INFO (jetty-launcher-2692-thread-3) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer_elect
[junit4] 2> 1915145 INFO (jetty-launcher-2692-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
[junit4] 2> 1915145 INFO (jetty-launcher-2692-thread-2) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
[junit4] 2> 1915145 INFO (jetty-launcher-2692-thread-3) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
[junit4] 2> 1915146 INFO (jetty-launcher-2692-thread-1) [ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1915146 INFO (jetty-launcher-2692-thread-3) [ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1915146 INFO (jetty-launcher-2692-thread-2) [ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1915146 INFO (jetty-launcher-2692-thread-1) [ ]
o.a.s.c.LeaderElector Joined leadership election with path:
/overseer_elect/election/96558056426897415-127.0.0.1:36417_solr-n_0000000000
[junit4] 2> 1915146 INFO (jetty-launcher-2692-thread-2) [ ]
o.a.s.c.LeaderElector Joined leadership election with path:
/overseer_elect/election/96558056426897417-127.0.0.1:41827_solr-n_0000000002
[junit4] 2> 1915146 INFO (jetty-launcher-2692-thread-3) [ ]
o.a.s.c.LeaderElector Joined leadership election with path:
/overseer_elect/election/96558056426897416-127.0.0.1:43068_solr-n_0000000001
[junit4] 2> 1915146 INFO (jetty-launcher-2692-thread-1) [ ]
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36417_solr
[junit4] 2> 1915146 INFO (jetty-launcher-2692-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
[junit4] 2> 1915147 INFO (jetty-launcher-2692-thread-2) [ ]
o.a.s.c.LeaderElector Watching path
/overseer_elect/election/96558056426897416-127.0.0.1:43068_solr-n_0000000001 to
know if I could be the leader
[junit4] 2> 1915147 INFO (jetty-launcher-2692-thread-3) [ ]
o.a.s.c.LeaderElector Watching path
/overseer_elect/election/96558056426897415-127.0.0.1:36417_solr-n_0000000000 to
know if I could be the leader
[junit4] 2> 1915147 INFO (jetty-launcher-2692-thread-2) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:41827_solr
[junit4] 2> 1915147 INFO (jetty-launcher-2692-thread-2) [ ]
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:41827_solr
[junit4] 2> 1915147 INFO (jetty-launcher-2692-thread-3) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:43068_solr
[junit4] 2> 1915147 INFO (jetty-launcher-2692-thread-3) [ ]
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:43068_solr
[junit4] 2> 1915147 INFO (jetty-launcher-2692-thread-1) [ ]
o.a.s.c.Overseer Overseer
(id=96558056426897415-127.0.0.1:36417_solr-n_0000000000) starting
[junit4] 2> 1915147 INFO (zkCallback-2707-thread-1) [ ]
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> 1915147 INFO (zkCallback-2706-thread-1) [ ]
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> 1915147 INFO (zkCallback-2708-thread-1) [ ]
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> 1915147 INFO (zkCallback-2707-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1915148 INFO (zkCallback-2706-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 1915148 INFO (zkCallback-2708-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 1915148 INFO (zkCallback-2707-thread-2) [ ]
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> 1915148 INFO (zkCallback-2707-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1915148 INFO (jetty-launcher-2692-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
[junit4] 2> 1915152 INFO (jetty-launcher-2692-thread-1) [ ]
o.a.s.c.OverseerAutoReplicaFailoverThread Starting
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 1915152 INFO
(OverseerCollectionConfigSetProcessor-96558056426897415-127.0.0.1:36417_solr-n_0000000000)
[ ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer
operations
[junit4] 2> 1915152 INFO
(OverseerStateUpdate-96558056426897415-127.0.0.1:36417_solr-n_0000000000) [
] o.a.s.c.Overseer Starting to work on the main queue
[junit4] 2> 1915152 INFO (jetty-launcher-2692-thread-1) [ ]
o.a.s.c.ZkController Publish node=127.0.0.1:36417_solr as DOWN
[junit4] 2> 1915153 INFO (jetty-launcher-2692-thread-2) [ ]
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 1915153 INFO (jetty-launcher-2692-thread-2) [ ]
o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 1915153 INFO
(OverseerStateUpdate-96558056426897415-127.0.0.1:36417_solr-n_0000000000) [
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (2)
[junit4] 2> 1915153 INFO (jetty-launcher-2692-thread-1) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:36417_solr
[junit4] 2> 1915153 INFO (jetty-launcher-2692-thread-3) [ ]
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 1915153 INFO (jetty-launcher-2692-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:36417_solr
[junit4] 2> 1915153 INFO (jetty-launcher-2692-thread-3) [ ]
o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 1915153 INFO (jetty-launcher-2692-thread-2) [ ]
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_157CDB7FB3088C12-001/tempDir-001/node2/.
[junit4] 2> 1915153 INFO (jetty-launcher-2692-thread-2) [ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions
[junit4] 2> 1915153 INFO (jetty-launcher-2692-thread-3) [ ]
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_157CDB7FB3088C12-001/tempDir-001/node3/.
[junit4] 2> 1915153 INFO (jetty-launcher-2692-thread-3) [ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions
[junit4] 2> 1915154 INFO (jetty-launcher-2692-thread-2) [ ]
o.a.s.s.SolrDispatchFilter
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
[junit4] 2> 1915154 INFO (jetty-launcher-2692-thread-2) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 1915154 INFO
(OverseerStateUpdate-96558056426897415-127.0.0.1:36417_solr-n_0000000000) [
] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"downnode",
[junit4] 2> "node_name":"127.0.0.1:36417_solr"} current state version: 0
[junit4] 2> 1915154 INFO (zkCallback-2707-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [2])
[junit4] 2> 1915154 INFO
(OverseerStateUpdate-96558056426897415-127.0.0.1:36417_solr-n_0000000000) [
] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:36417_solr
[junit4] 2> 1915154 INFO (zkCallback-2708-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [2])
[junit4] 2> 1915154 INFO (jetty-launcher-2692-thread-3) [ ]
o.a.s.s.SolrDispatchFilter
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
[junit4] 2> 1915154 INFO (zkCallback-2707-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1915154 INFO (jetty-launcher-2692-thread-3) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 1915154 INFO (zkCallback-2708-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1915154 INFO (zkCallback-2706-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [2])
[junit4] 2> 1915154 INFO (zkCallback-2706-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1915158 INFO (jetty-launcher-2692-thread-1) [ ]
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 1915158 INFO (jetty-launcher-2692-thread-1) [ ]
o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 1915158 INFO (jetty-launcher-2692-thread-1) [ ]
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_157CDB7FB3088C12-001/tempDir-001/node1/.
[junit4] 2> 1915158 INFO (jetty-launcher-2692-thread-1) [ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions
[junit4] 2> 1915159 INFO (jetty-launcher-2692-thread-1) [ ]
o.a.s.s.SolrDispatchFilter
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
[junit4] 2> 1915159 INFO (jetty-launcher-2692-thread-1) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 1915159 INFO
(SUITE-BasicAuthIntegrationTest-seed#[157CDB7FB3088C12]-worker) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1915159 INFO
(SUITE-BasicAuthIntegrationTest-seed#[157CDB7FB3088C12]-worker) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1915159 INFO (zkCallback-2712-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@3a4be8ac
name:ZooKeeperConnection Watcher:127.0.0.1:35172 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1915160 INFO
(SUITE-BasicAuthIntegrationTest-seed#[157CDB7FB3088C12]-worker) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1915160 INFO
(SUITE-BasicAuthIntegrationTest-seed#[157CDB7FB3088C12]-worker) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1915161 INFO
(SUITE-BasicAuthIntegrationTest-seed#[157CDB7FB3088C12]-worker) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1915162 INFO
(SUITE-BasicAuthIntegrationTest-seed#[157CDB7FB3088C12]-worker) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1915163 INFO (zkCallback-2715-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@f177198 name:ZooKeeperConnection
Watcher:127.0.0.1:35172/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1915163 INFO
(SUITE-BasicAuthIntegrationTest-seed#[157CDB7FB3088C12]-worker) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1915163 INFO
(SUITE-BasicAuthIntegrationTest-seed#[157CDB7FB3088C12]-worker) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1915163 INFO
(SUITE-BasicAuthIntegrationTest-seed#[157CDB7FB3088C12]-worker) [ ]
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper...
[junit4] 2> 1915163 INFO
(SUITE-BasicAuthIntegrationTest-seed#[157CDB7FB3088C12]-worker) [ ]
o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https}
[junit4] 2> 1915163 INFO
(SUITE-BasicAuthIntegrationTest-seed#[157CDB7FB3088C12]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 1915164 INFO
(SUITE-BasicAuthIntegrationTest-seed#[157CDB7FB3088C12]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf/solrconfig.xml
[junit4] 2> 1915165 INFO
(SUITE-BasicAuthIntegrationTest-seed#[157CDB7FB3088C12]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf/schema.xml
[junit4] 2> 1915181 INFO (qtp1998349481-15697) [ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf&name=authCollection&action=CREATE&numShards=3&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1915182 INFO
(OverseerCollectionConfigSetProcessor-96558056426897415-127.0.0.1:36417_solr-n_0000000000)
[ ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get
the message id:/overseer/collection-queue-work/qn-0000000000 message:{
[junit4] 2> "name":"authCollection",
[junit4] 2> "fromApi":"true",
[junit4] 2> "replicationFactor":"1",
[junit4] 2> "collection.configName":"conf",
[junit4] 2> "numShards":"3",
[junit4] 2> "stateFormat":"2",
[junit4] 2> "operation":"create"}
[junit4] 2> 1915183 INFO (OverseerThreadFactory-7005-thread-1) [ ]
o.a.s.c.OverseerCollectionMessageHandler
OverseerCollectionMessageHandler.processMessage : create , {
[junit4] 2> "name":"authCollection",
[junit4] 2> "fromApi":"true",
[junit4] 2> "replicationFactor":"1",
[junit4] 2> "collection.configName":"conf",
[junit4] 2> "numShards":"3",
[junit4] 2> "stateFormat":"2",
[junit4] 2> "operation":"create"}
[junit4] 2> 1915183 INFO (OverseerThreadFactory-7005-thread-1) [ ]
o.a.s.c.CreateCollectionCmd Create collection authCollection
[junit4] 2> 1915183 INFO (OverseerThreadFactory-7005-thread-1) [ ]
o.a.s.c.OverseerCollectionMessageHandler creating collections conf node
/collections/authCollection
[junit4] 2> 1915183 INFO (OverseerThreadFactory-7005-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections/authCollection
[junit4] 2> 1915183 INFO (zkCallback-2706-thread-2) [ ]
o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/collections], has occurred - updating...
[junit4] 2> 1915183 INFO (zkCallback-2715-thread-1) [ ]
o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/collections], has occurred - updating...
[junit4] 2> 1915183 INFO (zkCallback-2708-thread-1) [ ]
o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/collections], has occurred - updating...
[junit4] 2> 1915183 INFO (zkCallback-2707-thread-2) [ ]
o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/collections], has occurred - updating...
[junit4] 2> 1915184 INFO
(OverseerStateUpdate-96558056426897415-127.0.0.1:36417_solr-n_0000000000) [
] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
[junit4] 2> "name":"authCollection",
[junit4] 2> "fromApi":"true",
[junit4] 2> "replicationFactor":"1",
[junit4] 2> "collection.configName":"conf",
[junit4] 2> "numShards":"3",
[junit4] 2> "stateFormat":"2",
[junit4] 2> "operation":"create"} current state version: 0
[junit4] 2> 1915184 INFO
(OverseerStateUpdate-96558056426897415-127.0.0.1:36417_solr-n_0000000000) [
] o.a.s.c.o.ClusterStateMutator building a new cName: authCollection
[junit4] 2> 1915185 INFO
(OverseerStateUpdate-96558056426897415-127.0.0.1:36417_solr-n_0000000000) [
] o.a.s.c.o.ZkStateWriter going to create_collection
/collections/authCollection/state.json
[junit4] 2> 1915284 INFO (OverseerThreadFactory-7005-thread-1) [ ]
o.a.s.c.CreateCollectionCmd Creating SolrCores for new collection
authCollection, shardNames [shard1, shard2, shard3] , replicationFactor : 1
[junit4] 2> 1915284 INFO (OverseerThreadFactory-7005-thread-1) [ ]
o.a.s.c.CreateCollectionCmd Creating core authCollection_shard3_replica1 as
part of shard shard3 of collection authCollection on 127.0.0.1:41827_solr
[junit4] 2> 1915285 INFO (OverseerThreadFactory-7005-thread-1) [ ]
o.a.s.c.CreateCollectionCmd Creating core authCollection_shard1_replica1 as
part of shard shard1 of collection authCollection on 127.0.0.1:36417_solr
[junit4] 2> 1915285 INFO (OverseerThreadFactory-7005-thread-1) [ ]
o.a.s.c.CreateCollectionCmd Creating core authCollection_shard2_replica1 as
part of shard shard2 of collection authCollection on 127.0.0.1:43068_solr
[junit4] 2> 1915291 INFO (qtp1998349481-15692) [ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&name=authCollection_shard1_replica1&action=CREATE&numShards=3&collection=authCollection&shard=shard1&wt=javabin&version=2
[junit4] 2> 1915292 INFO (qtp1998349481-15692) [ ]
o.a.s.c.CoreDescriptor Created CoreDescriptor: {schema=schema.xml,
dataDir=data/, collection.configName=conf, collection=authCollection,
loadOnStartup=true, transient=false, name=authCollection_shard1_replica1,
numShards=3, shard=shard1, config=solrconfig.xml,
configSetProperties=configsetprops.json}
[junit4] 2> 1915292 INFO (qtp1998349481-15692) [ ]
o.a.s.c.ZkController publishing state=down
[junit4] 2> 1915294 INFO (qtp1998349481-15692) [ ]
o.a.s.c.ZkController Registering watch for collection authCollection
[junit4] 2> 1915294 INFO
(OverseerStateUpdate-96558056426897415-127.0.0.1:36417_solr-n_0000000000) [
] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
[junit4] 2> "core":"authCollection_shard1_replica1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:36417/solr",
[junit4] 2> "node_name":"127.0.0.1:36417_solr",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"down",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"authCollection",
[junit4] 2> "operation":"state"} current state version: 0
[junit4] 2> 1915294 INFO
(OverseerStateUpdate-96558056426897415-127.0.0.1:36417_solr-n_0000000000) [
] o.a.s.c.o.ReplicaMutator Update state numShards=3 message={
[junit4] 2> "core":"authCollection_shard1_replica1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:36417/solr",
[junit4] 2> "node_name":"127.0.0.1:36417_solr",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"down",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"authCollection",
[junit4] 2> "operation":"state"}
[junit4] 2> 1915294 INFO (qtp1998349481-15692) [ ]
o.a.s.c.c.ZkStateReader Add data for [authCollection] ver [0]
[junit4] 2> 1915295 INFO (qtp1998349481-15692) [ ]
o.a.s.c.ZkController look for our core node name
[junit4] 2> 1915302 INFO (qtp1026954813-15699) [ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&name=authCollection_shard3_replica1&action=CREATE&numShards=3&collection=authCollection&shard=shard3&wt=javabin&version=2
[junit4] 2> 1915302 INFO (qtp498909956-15698) [ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&name=authCollection_shard2_replica1&action=CREATE&numShards=3&collection=authCollection&shard=shard2&wt=javabin&version=2
[junit4] 2> 1915303 INFO (qtp1026954813-15699) [ ]
o.a.s.c.CoreDescriptor Created CoreDescriptor: {schema=schema.xml,
dataDir=data/, collection.configName=conf, collection=authCollection,
loadOnStartup=true, transient=false, name=authCollection_shard3_replica1,
numShards=3, shard=shard3, config=solrconfig.xml,
configSetProperties=configsetprops.json}
[junit4] 2> 1915303 INFO (qtp498909956-15698) [ ]
o.a.s.c.CoreDescriptor Created CoreDescriptor: {schema=schema.xml,
dataDir=data/, collection.configName=conf, collection=authCollection,
loadOnStartup=true, transient=false, name=authCollection_shard2_replica1,
numShards=3, shard=shard2, config=solrconfig.xml,
configSetProperties=configsetprops.json}
[junit4] 2> 1915303 INFO (qtp498909956-15698) [ ] o.a.s.c.ZkController
publishing state=down
[junit4] 2> 1915303 INFO (qtp1026954813-15699) [ ]
o.a.s.c.ZkController publishing state=down
[junit4] 2> 1915304 INFO (qtp1026954813-15699) [ ]
o.a.s.c.ZkController Registering watch for collection authCollection
[junit4] 2> 1915304 INFO (qtp498909956-15698) [ ] o.a.s.c.ZkController
Registering watch for collection authCollection
[junit4] 2> 1915304 INFO (qtp1026954813-15699) [ ]
o.a.s.c.c.ZkStateReader Add data for [authCollection] ver [0]
[junit4] 2> 1915304 INFO (qtp1026954813-15699) [ ]
o.a.s.c.ZkController look for our core node name
[junit4] 2> 1915304 INFO
(OverseerStateUpdate-96558056426897415-127.0.0.1:36417_solr-n_0000000000) [
] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
[junit4] 2> "core":"authCollection_shard2_replica1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:43068/solr",
[junit4] 2> "node_name":"127.0.0.1:43068_solr",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"down",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"authCollection",
[junit4] 2> "operation":"state"} current state version: 0
[junit4] 2> 1915304 INFO (qtp498909956-15698) [ ]
o.a.s.c.c.ZkStateReader Add data for [authCollection] ver [0]
[junit4] 2> 1915304 INFO
(OverseerStateUpdate-96558056426897415-127.0.0.1:36417_solr-n_0000000000) [
] o.a.s.c.o.ReplicaMutator Update state numShards=3 message={
[junit4] 2> "core":"authCollection_shard2_replica1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:43068/solr",
[junit4] 2> "node_name":"127.0.0.1:43068_solr",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"down",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"authCollection",
[junit4] 2> "operation":"state"}
[junit4] 2> 1915304 INFO (qtp498909956-15698) [ ] o.a.s.c.ZkController
look for our core node name
[junit4] 2> 1915306 INFO
(OverseerStateUpdate-96558056426897415-127.0.0.1:36417_solr-n_0000000000) [
] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
[junit4] 2> "core":"authCollection_shard3_replica1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:41827/solr",
[junit4] 2> "node_name":"127.0.0.1:41827_solr",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"down",
[junit4] 2> "shard":"shard3",
[junit4] 2> "collection":"authCollection",
[junit4] 2> "operation":"state"} current state version: 0
[junit4] 2> 1915306 INFO
(OverseerStateUpdate-96558056426897415-127.0.0.1:36417_solr-n_0000000000) [
] o.a.s.c.o.ReplicaMutator Update state numShards=3 message={
[junit4] 2> "core":"authCollection_shard3_replica1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:41827/solr",
[junit4] 2> "node_name":"127.0.0.1:41827_solr",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"down",
[junit4] 2> "shard":"shard3",
[junit4] 2> "collection":"authCollection",
[junit4] 2> "operation":"state"}
[junit4] 2> 1915407 INFO
(OverseerStateUpdate-96558056426897415-127.0.0.1:36417_solr-n_0000000000) [
] o.a.s.c.o.ZkStateWriter going to update_collection
/collections/authCollection/state.json version: 0
[junit4] 2> 1915408 INFO (zkCallback-2706-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/authCollection/state.json] for collection [authCollection]
has occurred - updating... (live nodes size: [3])
[junit4] 2> 1915408 INFO (zkCallback-2707-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/authCollection/state.json] for collection [authCollection]
has occurred - updating... (live nodes size: [3])
[junit4] 2> 1915408 INFO (zkCallback-2708-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/authCollection/state.json] for collection [authCollection]
has occurred - updating... (live nodes size: [3])
[junit4] 2> 1915408 INFO (zkCallback-2706-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updating data for [authCollection] from [0] to [1]
[junit4] 2> 1915408 INFO (zkCallback-2707-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updating data for [authCollection] from [0] to [1]
[junit4] 2> 1915408 INFO (zkCallback-2708-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updating data for [authCollection] from [0] to [1]
[junit4] 2> 1916295 INFO (qtp1998349481-15692) [ ]
o.a.s.c.ZkController waiting to find shard id in clusterstate for
authCollection_shard1_replica1
[junit4] 2> 1916295 INFO (qtp1998349481-15692) [ ]
o.a.s.c.ZkController Check for collection zkNode:authCollection
[junit4] 2> 1916295 INFO (qtp1998349481-15692) [ ]
o.a.s.c.ZkController Collection zkNode exists
[junit4] 2> 1916295 INFO (qtp1998349481-15692) [ ]
o.a.s.c.c.ZkStateReader Load collection config from:
[/collections/authCollection]
[junit4] 2> 1916295 INFO (qtp1998349481-15692) [ ]
o.a.s.c.c.ZkStateReader path=[/collections/authCollection] [configName]=[conf]
specified config exists in ZooKeeper
[junit4] 2> 1916295 INFO (qtp1998349481-15692) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_157CDB7FB3088C12-001/tempDir-001/node1/authCollection_shard1_replica1'
[junit4] 2> 1916295 INFO (qtp1998349481-15692) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1916295 INFO (qtp1998349481-15692) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 1916296 INFO (qtp1998349481-15692) [ ] o.a.s.c.Config
loaded config solrconfig.xml with version 0
[junit4] 2> 1916297 INFO (qtp1998349481-15692) [ ] o.a.s.c.SolrConfig
current version of requestparams : -1
[junit4] 2> 1916299 INFO (qtp1998349481-15692) [ ] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.0.0
[junit4] 2> 1916304 INFO (qtp1998349481-15692) [ ] o.a.s.c.SolrConfig
Loaded SolrConfig: solrconfig.xml
[junit4] 2> 1916304 INFO (qtp1026954813-15699) [ ]
o.a.s.c.ZkController waiting to find shard id in clusterstate for
authCollection_shard3_replica1
[junit4] 2> 1916304 INFO (qtp1026954813-15699) [ ]
o.a.s.c.ZkController Check for collection zkNode:authCollection
[junit4] 2> 1916304 INFO (qtp1026954813-15699) [ ]
o.a.s.c.ZkController Collection zkNode exists
[junit4] 2> 1916304 INFO (qtp1026954813-15699) [ ]
o.a.s.c.c.ZkStateReader Load collection config from:
[/collections/authCollection]
[junit4] 2> 1916304 INFO (qtp498909956-15698) [ ] o.a.s.c.ZkController
waiting to find shard id in clusterstate for authCollection_shard2_replica1
[junit4] 2> 1916304 INFO (qtp498909956-15698) [ ] o.a.s.c.ZkController
Check for collection zkNode:authCollection
[junit4] 2> 1916305 INFO (qtp498909956-15698) [ ] o.a.s.c.ZkController
Collection zkNode exists
[junit4] 2> 1916305 INFO (qtp1026954813-15699) [ ]
o.a.s.c.c.ZkStateReader path=[/collections/authCollection] [configName]=[conf]
specified config exists in ZooKeeper
[junit4] 2> 1916305 INFO (qtp498909956-15698) [ ]
o.a.s.c.c.ZkStateReader Load collection config from:
[/collections/authCollection]
[junit4] 2> 1916305 INFO (qtp1026954813-15699) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_157CDB7FB3088C12-001/tempDir-001/node2/authCollection_shard3_replica1'
[junit4] 2> 1916306 INFO (qtp1026954813-15699) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1916306 INFO (qtp498909956-15698) [ ]
o.a.s.c.c.ZkStateReader path=[/collections/authCollection] [configName]=[conf]
specified config exists in ZooKeeper
[junit4] 2> 1916306 INFO (qtp1026954813-15699) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 1916306 INFO (qtp498909956-15698) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_157CDB7FB3088C12-001/tempDir-001/node3/authCollection_shard2_replica1'
[junit4] 2> 1916306 INFO (qtp498909956-15698) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1916306 INFO (qtp498909956-15698) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 1916306 INFO (qtp1026954813-15699) [ ] o.a.s.c.Config
loaded config solrconfig.xml with version 0
[junit4] 2> 1916306 INFO (qtp1998349481-15692) [ ] o.a.s.s.IndexSchema
[authCollection_shard1_replica1] Schema name=minimal
[junit4] 2> 1916306 INFO (qtp498909956-15698) [ ] o.a.s.c.Config
loaded config solrconfig.xml with version 0
[junit4] 2> 1916308 INFO (qtp498909956-15698) [ ] o.a.s.c.SolrConfig
current version of requestparams : -1
[junit4] 2> 1916308 INFO (qtp1026954813-15699) [ ] o.a.s.c.SolrConfig
current version of requestparams : -1
[junit4] 2> 1916310 INFO (qtp1998349481-15692) [ ] o.a.s.s.IndexSchema
unique key field: id
[junit4] 2> 1916310 INFO (qtp498909956-15698) [ ] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.0.0
[junit4] 2> 1916312 INFO (qtp1026954813-15699) [ ] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.0.0
[junit4] 2> 1916312 INFO (qtp1998349481-15692) [ ]
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default
properties: Can't find resource 'configsetprops.json' in classpath or
'/configs/conf',
cwd=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
[junit4] 2> 1916312 INFO (qtp1998349481-15692) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard1_replica1' using
configuration from collection authCollection
[junit4] 2> 1916313 INFO (qtp1998349481-15692) [ ] o.a.s.c.SolrCore
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 1916314 INFO (qtp1998349481-15692) [ ] o.a.s.c.SolrCore
[[authCollection_shard1_replica1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_157CDB7FB3088C12-001/tempDir-001/node1/authCollection_shard1_replica1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_157CDB7FB3088C12-001/tempDir-001/node1/./authCollection_shard1_replica1/data/]
[junit4] 2> 1916314 INFO (qtp1998349481-15692) [ ] o.a.s.c.SolrCore
JMX monitoring not detected for core: authCollection_shard1_replica1
[junit4] 2> 1916315 INFO (qtp1998349481-15692) [ ]
o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_157CDB7FB3088C12-001/tempDir-001/node1/./authCollection_shard1_replica1/data/snapshot_metadata
[junit4] 2> 1916315 INFO (qtp1998349481-15692) [ ]
o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
[junit4] 2> 1916327 INFO (qtp1998349481-15692) [ ]
o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_157CDB7FB3088C12-001/tempDir-001/node1/./authCollection_shard1_replica1/data
[junit4] 2> 1916327 INFO (qtp1998349481-15692) [ ] o.a.s.c.SolrCore
New index directory detected: old=null
new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_157CDB7FB3088C12-001/tempDir-001/node1/./authCollection_shard1_replica1/data/index/
[junit4] 2> 1916327 WARN (qtp1998349481-15692) [ ] o.a.s.c.SolrCore
[authCollection_shard1_replica1] Solr index directory
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_157CDB7FB3088C12-001/tempDir-001/node1/./authCollection_shard1_replica1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 1916327 INFO (qtp498909956-15698) [ ] o.a.s.c.SolrConfig
Loaded SolrConfig: solrconfig.xml
[junit4] 2> 1916328 INFO (qtp1998349481-15692) [ ]
o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_157CDB7FB3088C12-001/tempDir-001/node1/./authCollection_shard1_replica1/data/index
[junit4] 2> 1916328 INFO (qtp1998349481-15692) [ ]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@182da160
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2fd68ade),segFN=segments_1,generation=1}
[junit4] 2> 1916328 INFO (qtp1998349481-15692) [ ]
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1916329 INFO
(OldIndexDirectoryCleanupThreadForCore-authCollection_shard1_replica1) [ ]
o.a.s.c.SolrCore Looking for old index directories to cleanup for core
authCollection_shard1_replica1 in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_157CDB7FB3088C12-001/tempDir-001/node1/./authCollection_shard1_replica1/data/
[junit4] 2> 1916329 WARN
(OldIndexDirectoryCleanupThreadForCore-authCollection_shard1_replica1) [ ]
o.a.s.c.DirectoryFactory
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_157CDB7FB3088C12-001/tempDir-001/node1/./authCollection_shard1_replica1/data/
does not point to a valid data directory; skipping clean-up of old index
directories.
[junit4] 2> 1916329 INFO (qtp1026954813-15699) [ ] o.a.s.c.SolrConfig
Loaded SolrConfig: solrconfig.xml
[junit4] 2> 1916330 INFO (qtp498909956-15698) [ ] o.a.s.s.IndexSchema
[authCollection_shard2_replica1] Schema name=minimal
[junit4] 2> 1916330 INFO (qtp1998349481-15692) [ ] o.a.s.c.SolrCore no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 1916331 INFO (qtp498909956-15698) [ ] o.a.s.s.IndexSchema
unique key field: id
[junit4] 2> 1916331 INFO (qtp1026954813-15699) [ ] o.a.s.s.IndexSchema
[authCollection_shard3_replica1] Schema name=minimal
[junit4] 2> 1916332 INFO (qtp498909956-15698) [ ]
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default
properties: Can't find resource 'configsetprops.json' in classpath or
'/configs/conf',
cwd=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
[junit4] 2> 1916332 INFO (qtp498909956-15698) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard2_replica1' using
configuration from collection authCollection
[junit4] 2> 1916332 INFO (qtp498909956-15698) [ ] o.a.s.c.SolrCore
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 1916332 INFO (qtp498909956-15698) [ ] o.a.s.c.SolrCore
[[authCollection_shard2_replica1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_157CDB7FB3088C12-001/tempDir-001/node3/authCollection_shard2_replica1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_157CDB7FB3088C12-001/tempDir-001/node3/./authCollection_shard2_replica1/data/]
[junit4] 2> 1916332 INFO (qtp1998349481-15692) [ ] o.a.s.h.l.XMLLoader
xsltCacheLifetimeSeconds=60
[junit4] 2> 1916332 INFO (qtp498909956-15698) [ ] o.a.s.c.SolrCore JMX
monitoring not detected for core: authCollection_shard2_replica1
[junit4] 2> 1916333 INFO (qtp498909956-15698) [ ]
o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_157CDB7FB3088C12-001/tempDir-001/node3/./authCollection_shard2_replica1/data/snapshot_metadata
[junit4] 2> 1916333 INFO (qtp498909956-15698) [ ]
o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
[junit4] 2> 1916333 INFO (qtp498909956-15698) [ ]
o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_157CDB7FB3088C12-001/tempDir-001/node3/./authCollection_shard2_replica1/data
[junit4] 2> 1916333 INFO (qtp498909956-15698) [ ] o.a.s.c.SolrCore New
index directory detected: old=null
new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_157CDB7FB3088C12-001/tempDir-001/node3/./authCollection_shard2_replica1/data/index/
[junit4] 2> 1916333 WARN (qtp498909956-15698) [ ] o.a.s.c.SolrCore
[authCollection_shard2_replica1] Solr index directory
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_157CDB7FB3088C12-001/tempDir-001/node3/./authCollection_shard2_replica1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 1916333 INFO (qtp1998349481-15692) [ ] o.a.s.h.l.XMLLoader
xsltCacheLifetimeSeconds=60
[junit4] 2> 1916334 INFO (qtp1026954813-15699) [ ] o.a.s.s.IndexSchema
unique key field: id
[junit4] 2> 1916334 INFO (qtp498909956-15698) [ ]
o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_157CDB7FB3088C12-001/tempDir-001/node3/./authCollection_shard2_replica1/data/index
[junit4] 2> 1916334 INFO (qtp498909956-15698) [ ]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@265cae8d
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4223876e),segFN=segments_1,generation=1}
[junit4] 2> 1916334 INFO (qtp498909956-15698) [ ]
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1916334 INFO (qtp1026954813-15699) [ ]
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default
properties: Can't find resource 'configsetprops.json' in classpath or
'/configs/conf',
cwd=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
[junit4] 2> 1916334 INFO (qtp1026954813-15699) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard3_replica1' using
configuration from collection authCollection
[junit4] 2> 1916334 INFO (qtp1998349481-15692) [ ] o.a.s.h.l.XMLLoader
xsltCacheLifetimeSeconds=60
[junit4] 2> 1916334 INFO
(OldIndexDirectoryCleanupThreadForCore-authCollection_shard2_replica1) [ ]
o.a.s.c.SolrCore Looking for old index directories to cleanup for core
authCollection_shard2_replica1 in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_157CDB7FB3088C12-001/tempDir-001/node3/./authCollection_shard2_replica1/data/
[junit4] 2> 1916334 INFO (qtp1026954813-15699) [ ] o.a.s.c.SolrCore
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 1916334 WARN
(OldIndexDirectoryCleanupThreadForCore-authCollection_shard2_replica1) [ ]
o.a.s.c.DirectoryFactory
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_157CDB7FB3088C12-001/tempDir-001/node3/./authCollection_shard2_replica1/data/
does not point to a valid data directory; skipping clean-up of old index
directories.
[junit4] 2> 1916335 INFO (qtp1026954813-15699) [ ] o.a.s.c.SolrCore
[[authCollection_shard3_replica1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_157CDB7FB3088C12-001/tempDir-001/node2/authCollection_shard3_replica1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_157CDB7FB3088C12-001/tempDir-001/node2/./authCollection_shard3_replica1/data/]
[junit4] 2> 1916335 INFO (qtp1026954813-15699) [ ] o.a.s.c.SolrCore
JMX monitoring not detected for core: authCollection_shard3_replica1
[junit4] 2> 1916335 INFO (qtp1998349481-15692) [ ] o.a.s.h.l.XMLLoader
xsltCacheLifetimeSeconds=60
[junit4] 2> 1916335 INFO (qtp498909956-15698) [ ] o.a.s.c.SolrCore no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 1916335 INFO (qtp1026954813-15699) [ ]
o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_157CDB7FB3088C12-001/tempDir-001/node2/./authCollection_shard3_replica1/data/snapshot_metadata
[junit4] 2> 1916335 INFO (qtp1026954813-15699) [ ]
o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
[junit4] 2> 1916336 INFO (qtp1026954813-15699) [ ]
o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_157CDB7FB3088C12-001/tempDir-001/node2/./authCollection_shard3_replica1/data
[junit4] 2> 1916336 INFO (qtp1026954813-15699) [ ] o.a.s.c.SolrCore
New index directory detected: old=null
new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_157CDB7FB3088C12-001/tempDir-001/node2/./authCollection_shard3_replica1/data/index/
[junit4] 2> 1916336 INFO (qtp498909956-15698) [ ] o.a.s.h.l.XMLLoader
xsltCacheLifetimeSeconds=60
[junit4] 2> 1916336 WARN (qtp1026954813-15699) [ ] o.a.s.c.SolrCore
[authCollection_shard3_replica1] Solr index directory
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_157CDB7FB3088C12-001/tempDir-001/node2/./authCollection_shard3_replica1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 1916336 INFO (qtp1998349481-15692) [ ]
o.a.s.c.RequestHandlers Registered paths:
/admin/mbeans,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/select,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
[junit4] 2> 1916336 INFO (qtp1998349481-15692) [ ] o.a.s.c.SolrCore
Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 1916336 INFO (qtp1026954813-15699) [ ]
o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_157CDB7FB3088C12-001/tempDir-001/node2/./authCollection_shard3_replica1/data/index
[junit4] 2> 1916336 INFO (qtp1998349481-15692) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1916336 INFO (qtp498909956-15698) [ ] o.a.s.h.l.XMLLoader
xsltCacheLifetimeSeconds=60
[junit4] 2> 1916336 INFO (qtp1998349481-15692) [ ] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1916337 INFO (qtp1026954813-15699) [ ]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@304ca234
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@476666e8),segFN=segments_1,generation=1}
[junit4] 2> 1916337 INFO (qtp1026954813-15699) [ ]
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1916338 INFO
(OldIndexDirectoryCleanupThreadForCore-authCollection_shard3_replica1) [ ]
o.a.s.c.SolrCore Looking for old index directories to cleanup for core
authCollection_shard3_replica1 in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_157CDB7FB3088C12-001/tempDir-001/node2/./authCollection_shard3_replica1/data/
[junit4] 2> 1916338 WARN
(OldIndexDirectoryCleanupThreadForCore-authCollection_shard3_replica1) [ ]
o.a.s.c.DirectoryFactory
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_157CDB7FB3088C12-001/tempDir-001/node2/./authCollection_shard3_replica1/data/
does not point to a valid data directory; skipping clean-up of old index
directories.
[junit4] 2> 1916338 INFO (qtp498909956-15698) [ ] o.a.s.h.l.XMLLoader
xsltCacheLifetimeSeconds=60
[junit4] 2> 1916338 INFO (qtp1998349481-15692) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1916338 INFO (qtp1998349481-15692) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1916339 INFO (qtp498909956-15698) [ ] o.a.s.h.l.XMLLoader
xsltCacheLifetimeSeconds=60
[junit4] 2> 1916339 INFO (qtp1998349481-15692) [ ]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@182da160
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2fd68ade),segFN=segments_1,generation=1}
[junit4] 2> 1916339 INFO (qtp1998349481-15692) [ ]
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1916339 INFO (qtp1026954813-15699) [ ] o.a.s.c.SolrCore no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 1916339 INFO (qtp1998349481-15692) [ ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@6499484d[authCollection_shard1_replica1] main]
[junit4] 2> 1916339 INFO (qtp1998349481-15692) [ ]
o.a.s.c.c.ZkStateReader Load collection config from:
[/collections/authCollection]
[junit4] 2> 1916339 INFO (qtp498909956-15698) [ ]
o.a.s.c.RequestHandlers Registered paths:
/admin/mbeans,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/select,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
[junit4] 2> 1916339 INFO (qtp498909956-15698) [ ] o.a.s.c.SolrCore
Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 1916339 INFO (qtp1998349481-15692) [ ]
o.a.s.c.c.ZkStateReader path=[/collections/authCollection] [configName]=[conf]
specified config exists in ZooKeeper
[junit4] 2> 1916339 INFO (qtp1998349481-15692) [ ]
o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the
RestManager with znodeBase: /configs/conf
[junit4] 2> 1916339 INFO (qtp498909956-15698) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1916340 INFO (qtp1026954813-15699) [ ] o.a.s.h.l.XMLLoader
xsltCacheLifetimeSeconds=60
[junit4] 2> 1916340 INFO (qtp498909956-15698) [ ] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1916340 INFO (qtp1998349481-15692) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 1916340 INFO (qtp1998349481-15692) [ ] o.a.s.r.RestManager
Initializing RestManager with initArgs: {}
[junit4] 2> 1916340 INFO (qtp1998349481-15692) [ ]
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1916340 INFO (qtp1998349481-15692) [ ]
o.a.s.r.ManagedResourceStorage No data found for znode
/configs/conf/_rest_managed.json
[junit4] 2> 1916340 INFO (qtp1998349481-15692) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1916340 INFO (qtp1998349481-15692) [ ] o.a.s.r.RestManager
Initializing 0 registered ManagedResources
[junit4] 2> 1916340 INFO (qtp1998349481-15692) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1916340 INFO (qtp1026954813-15699) [ ] o.a.s.h.l.XMLLoader
xsltCacheLifetimeSeconds=60
[junit4] 2> 1916340 INFO (searcherExecutor-7012-thread-1) [ ]
o.a.s.c.SolrCore [authCollection_shard1_replica1] Registered new searcher
Searcher@6499484d[authCollection_shard1_replica1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1916340 INFO (qtp498909956-15698) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1916340 INFO (qtp1998349481-15692) [ ] o.a.s.u.UpdateLog
Looking up max value of version field to seed version buckets
[junit4] 2> 1916340 INFO (qtp498909956-15698) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1916340 INFO (qtp1998349481-15692) [ ] o.a.s.u.VersionInfo
Refreshing highest value of _version_ for 65536 version buckets from index
[junit4] 2> 1916341 INFO (qtp1998349481-15692) [ ] o.a.s.u.VersionInfo
No terms found for _version_, cannot seed version bucket highest value from
index
[junit4] 2> 1916341 INFO (qtp1998349481-15692) [ ] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1544928904244887552
[junit4] 2> 1916341 INFO (qtp498909956-15698) [ ]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@265cae8d
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4223876e),segFN=segments_1,generation=1}
[junit4] 2> 1916341 INFO (qtp498909956-15698) [ ]
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1916341 INFO (qtp498909956-15698) [ ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@4175ef93[authCollection_shard2_replica1] main]
[junit4] 2> 1916341 INFO (qtp1026954813-15699) [ ] o.a.s.h.l.XMLLoader
xsltCacheLifetimeSeconds=60
[junit4] 2> 1916341 INFO (qtp498909956-15698) [ ]
o.a.s.c.c.ZkStateReader Load collection config from:
[/collections/authCollection]
[junit4] 2> 1916341 INFO (qtp498909956-15698) [ ]
o.a.s.c.c.ZkStateReader path=[/collections/authCollection] [configName]=[conf]
specified config exists in ZooKeeper
[junit4] 2> 1916342 INFO (qtp498909956-15698) [ ]
o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the
RestManager with znodeBase: /configs/conf
[junit4] 2> 1916342 INFO (qtp498909956-15698) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 1916342 INFO (qtp498909956-15698) [ ] o.a.s.r.RestManager
Initializing RestManager with initArgs: {}
[junit4] 2> 1916342 INFO (qtp498909956-15698) [ ]
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1916342 INFO (qtp1026954813-15699) [ ] o.a.s.h.l.XMLLoader
xsltCacheLifetimeSeconds=60
[junit4] 2> 1916342 INFO (qtp498909956-15698) [ ]
o.a.s.r.ManagedResourceStorage No data found for znode
/configs/conf/_rest_managed.json
[junit4] 2> 1916342 INFO (qtp498909956-15698) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1916342 INFO (qtp498909956-15698) [ ] o.a.s.r.RestManager
Initializing 0 registered ManagedResources
[junit4] 2> 1916342 INFO (qtp498909956-15698) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1916342 INFO (searcherExecutor-7013-thread-1) [ ]
o.a.s.c.SolrCore [authCollection_shard2_replica1] Registered new searcher
Searcher@4175ef93[authCollection_shard2_replica1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1916342 INFO (qtp498909956-15698) [ ] o.a.s.u.UpdateLog
Looking up max value of version field to seed version buckets
[junit4] 2> 1916342 INFO (qtp498909956-15698) [ ] o.a.s.u.VersionInfo
Refreshing highest value of _version_ for 65536 version buckets from index
[junit4] 2> 1916342 INFO (qtp498909956-15698) [ ] o.a.s.u.VersionInfo
No terms found for _version_, cannot seed version bucket highest value from
index
[junit4] 2> 1916342 INFO (qtp498909956-15698) [ ] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1544928904245936128
[junit4] 2> 1916343 INFO (qtp1026954813-15699) [ ]
o.a.s.c.RequestHandlers Registered paths:
/admin/mbeans,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/select,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
[junit4] 2> 1916343 INFO (qtp1026954813-15699) [ ] o.a.s.c.SolrCore
Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 1916343 INFO (qtp1998349481-15692) [ ] o.a.s.u.UpdateLog
Took 2.0ms to seed version buckets with highest version 1544928904244887552
[junit4] 2> 1916343 INFO (qtp1998349481-15692) [ ]
o.a.s.c.ZkController watch zkdir /configs/conf
[junit4] 2> 1916343 INFO (qtp1026954813-15699) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1916343 INFO (qtp1026954813-15699) [ ] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1916343 INFO (qtp1998349481-15692) [ ]
o.a.s.c.CoreContainer registering core: authCollection_shard1_replica1
[junit4] 2> 1916343 INFO (qtp1998349481-15692) [ ]
o.a.s.c.ZkController Register replica - core:authCollection_shard1_replica1
address:https://127.0.0
[...truncated too long message...]
asicAuthIntegrationTest_157CDB7FB3088C12-001/tempDir-001/node3/./authCollection_shard2_replica1/data/index
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_157CDB7FB3088C12-001/tempDir-001/node3/./authCollection_shard2_replica1/data/index;done=false>>]
[junit4] 2> 1918144 INFO (coreCloseExecutor-7044-thread-1) [ ]
o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
[junit4] 2> 1918144 INFO (jetty-launcher-2692-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@30d8ff38{/solr,null,UNAVAILABLE}
[junit4] 2> 1918144 INFO (coreCloseExecutor-7044-thread-1) [ ]
o.a.s.c.CachingDirectoryFactory Closing directory:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_157CDB7FB3088C12-001/tempDir-001/node3/./authCollection_shard2_replica1/data/index
[junit4] 2> 1918144 INFO
(OverseerStateUpdate-96558056426897416-127.0.0.1:43068_solr-n_0000000001) [
] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"downnode",
[junit4] 2> "node_name":"127.0.0.1:43068_solr"} current state version: 0
[junit4] 2> 1918145 INFO
(OverseerStateUpdate-96558056426897416-127.0.0.1:43068_solr-n_0000000001) [
] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:43068_solr
[junit4] 2> 1918145 INFO (zkCallback-2708-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [2])
[junit4] 2> 1918145 INFO (jetty-launcher-2692-thread-3) [ ]
o.a.s.c.Overseer Overseer
(id=96558056426897416-127.0.0.1:43068_solr-n_0000000001) closing
[junit4] 2> 1918145 WARN (zkCallback-2708-thread-1) [ ]
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK:
[KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 1918145 INFO
(OverseerStateUpdate-96558056426897416-127.0.0.1:43068_solr-n_0000000001) [
] o.a.s.c.o.NodeMutator Update replica state for
core_node2:{"core":"authCollection_shard2_replica1","base_url":"https://127.0.0.1:43068/solr","node_name":"127.0.0.1:43068_solr","state":"active","leader":"true"}
to down
[junit4] 2> 1918145 INFO (zkCallback-2707-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [2])
[junit4] 2> 1918145 INFO (jetty-launcher-2692-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@49d05c17{/solr,null,UNAVAILABLE}
[junit4] 2> 1918145 INFO
(OverseerStateUpdate-96558056426897416-127.0.0.1:43068_solr-n_0000000001) [
] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:43068_solr
[junit4] 2> 1919645 WARN (zkCallback-2707-thread-2) [ ]
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK:
[KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 1919645 INFO (jetty-launcher-2692-thread-3) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@21b5cf4a{/solr,null,UNAVAILABLE}
[junit4] 2> 1919646 INFO
(SUITE-BasicAuthIntegrationTest-seed#[157CDB7FB3088C12]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:35172 35172
[junit4] 2> 1919699 INFO (Thread-3374) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:35172 35172
[junit4] 2> 1919700 WARN (Thread-3374) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/aliases.json
[junit4] 2> 4 /solr/security.json
[junit4] 2> 4 /solr/configs/conf
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/clusterstate.json
[junit4] 2> 5 /solr/clusterprops.json
[junit4] 2> 4 /solr/collections/authCollection/state.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 9 /solr/overseer/queue
[junit4] 2> 5 /solr/collections
[junit4] 2> 4 /solr/live_nodes
[junit4] 2> 4 /solr/overseer/collection-queue-work
[junit4] 2> 2 /solr/overseer/queue-work
[junit4] 2>
[junit4] 2> 1919700 INFO
(SUITE-BasicAuthIntegrationTest-seed#[157CDB7FB3088C12]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_157CDB7FB3088C12-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene62): {},
docValues:{}, maxPointsInLeafNode=749, maxMBSortInHeap=5.314803261543547,
sim=RandomSimilarity(queryNorm=false): {}, locale=fr-MR, timezone=BST
[junit4] 2> NOTE: Linux 4.4.0-36-generic amd64/Oracle Corporation 9-ea
(64-bit)/cpus=12,threads=1,free=273471080,total=518979584
[junit4] 2> NOTE: All tests run in this JVM:
[TestMinMaxOnMultiValuedField, LeaderFailoverAfterPartitionTest,
TestDownShardTolerantSearch, BJQParserTest, TestFastOutputStream,
FileUtilsTest, TestFieldCache, ConjunctionSolrSpellCheckerTest,
SimpleMLTQParserTest, CSVRequestHandlerTest, TestBulkSchemaAPI,
SolrIndexConfigTest, BasicFunctionalityTest, ShardSplitTest,
HdfsDirectoryFactoryTest, HdfsRecoverLeaseTest,
IgnoreCommitOptimizeUpdateProcessorFactoryTest, ConvertedLegacyTest,
TestPartialUpdateDeduplication, OpenCloseCoreStressTest,
ConcurrentDeleteAndCreateCollectionTest, DistributedIntervalFacetingTest,
RAMDirectoryFactoryTest, ReplaceNodeTest, TestSweetSpotSimilarityFactory,
TestSimpleTrackingShardHandler, ClassificationUpdateProcessorFactoryTest,
TestTrie, HdfsBasicDistributedZk2Test, SpellCheckComponentTest,
TestSolrQueryParserDefaultOperatorResource, SimplePostToolTest,
TestSolrConfigHandlerConcurrent, RollingRestartTest, TestFieldCacheWithThreads,
TestCoreContainer, ClusterStateUpdateTest, EchoParamsTest, TestRTGBase,
ZkSolrClientTest, TestDefaultSearchFieldResource, HighlighterTest,
HdfsDirectoryTest, BlockJoinFacetSimpleTest, SpellingQueryConverterTest,
TestLMDirichletSimilarityFactory, TestBM25SimilarityFactory, OverseerRolesTest,
TestSolrIndexConfig, DistributedQueryComponentCustomSortTest,
TestSystemIdResolver, ChaosMonkeySafeLeaderTest, VersionInfoTest, TestMacros,
AliasIntegrationTest, SuggesterFSTTest, DirectSolrSpellCheckerTest,
CloudExitableDirectoryReaderTest, TestLRUCache,
TestRuleBasedAuthorizationPlugin, LoggingHandlerTest, AsyncMigrateRouteKeyTest,
TestHdfsBackupRestoreCore, FacetPivotSmallTest, TestBulkSchemaConcurrent,
TestManagedSchemaAPI, TestExactStatsCache, ZkControllerTest,
TestDefaultStatsCache, TestReloadDeadlock, TestStandardQParsers,
CursorMarkTest, TestUpdate, BooleanFieldTest, TestCharFilters,
TestSolrCloudWithKerberosAlt, TermsComponentTest,
HdfsChaosMonkeySafeLeaderTest, SolrInfoMBeanTest, SortSpecParsingTest,
TestSurroundQueryParser, TestFuzzyAnalyzedSuggestions, SystemInfoHandlerTest,
ZkCLITest, SuggestComponentTest, DistributedFacetPivotSmallAdvancedTest,
WordBreakSolrSpellCheckerTest, TestHashPartitioner, DocValuesTest,
IndexSchemaTest, SpellCheckCollatorTest, SparseHLLTest, MigrateRouteKeyTest,
TestElisionMultitermQuery, TestCloudSchemaless,
DistributedFacetExistsSmallTest, IndexSchemaRuntimeFieldTest,
TestConfigSetsAPIZkFailure, TestMiniSolrCloudClusterSSL, DistanceUnitsTest,
TestFileDictionaryLookup, CdcrReplicationDistributedZkTest, TestConfigOverlay,
DateMathParserTest, SampleTest, OverseerTest, ShardRoutingTest,
TestRandomFaceting, TestZkChroot, TestRandomDVFaceting, ShardRoutingCustomTest,
TestDistributedSearch, TermVectorComponentDistributedTest, TestJoin,
TestGroupingSearch, TestFunctionQuery, TestIndexSearcher, SoftAutoCommitTest,
DistributedQueryElevationComponentTest, SolrIndexSplitterTest,
TestCoreDiscovery, CoreAdminHandlerTest, SolrRequestParserTest, SuggesterTest,
SuggesterWFSTTest, SchemaVersionSpecificBehaviorTest,
TestWordDelimiterFilterFactory, StatelessScriptUpdateProcessorFactoryTest,
DistanceFunctionTest, DebugComponentTest, IndexBasedSpellCheckerTest,
TestWriterPerf, TestQueryTypes, TestOmitPositions, DocumentBuilderTest,
TermVectorComponentTest, TestSolrQueryParser, SolrPluginUtilsTest,
UpdateRequestProcessorFactoryTest, JSONWriterTest, QueryParsingTest,
BinaryUpdateRequestHandlerTest, TestBinaryResponseWriter,
HighlighterConfigTest, TestQuerySenderListener, UpdateParamsTest,
CopyFieldTest, ResponseLogComponentTest, BadComponentTest, TestStressRecovery,
TestMergePolicyConfig, TestSolrDeletionPolicy2, TestBinaryField, TestConfig,
DirectSolrConnectionTest, TestLuceneMatchVersion, TestFastWriter,
ResourceLoaderTest, TestFastLRUCache, TestSuggestSpellingConverter,
DOMUtilTest, TestDocumentBuilder, SliceStateTest, DistributedMLTComponentTest,
ConnectionReuseTest, AsyncCallRequestStatusResponseTest, CleanupOldIndexTest,
CollectionTooManyReplicasTest, CollectionsAPISolrJTest, DistributedQueueTest,
ForceLeaderTest, TestCloudPseudoReturnFields, TestCollectionAPI,
TestLeaderInitiatedRecoveryThread, TestRandomFlRTGCloud, TestRequestForwarding,
TestRequestStatusCollectionAPI, TlogReplayBufferedWhileIndexingTest,
VMParamsZkACLAndCredentialsProvidersTest, HdfsBasicDistributedZkTest,
HdfsSyncSliceTest, HdfsUnloadDistributedZkTest, TestClusterStateMutator,
BlobRepositoryCloudTest, QueryResultKeyTest, TestConfigSets,
TestDynamicLoading, TestSQLHandler, TestSchemaSimilarityResource,
TestManagedStopFilterFactory, TestCloudManagedSchema, BlockJoinFacetRandomTest,
TestScoreJoinQPNoScore, TestScoreJoinQPScore, CloudMLTQParserTest,
BasicAuthIntegrationTest]
[junit4] Completed [600/631 (1!)] on J1 in 4.72s, 1 test, 1 failure <<<
FAILURES!
[...truncated 49899 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]