Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20863/ Java: 32bit/jdk1.8.0_144 -client -XX:+UseConcMarkSweepGC
3 tests failed. FAILED: org.apache.solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest.test Error Message: Timeout occured while waiting response from server at: http://127.0.0.1:44137 Stack Trace: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:44137 at __randomizedtesting.SeedInfo.seed([A71C909FDCCD05A1:2F48AF4572316859]:0) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:654) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413) at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1096) at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:875) at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:808) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211) at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:315) at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:991) at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968) 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:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890) 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:368) at java.lang.Thread.run(Thread.java:748) Caused by: java.net.SocketTimeoutException: Read timed out at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.socketRead(SocketInputStream.java:116) at java.net.SocketInputStream.read(SocketInputStream.java:171) at java.net.SocketInputStream.read(SocketInputStream.java:141) at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137) at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153) at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282) at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138) at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56) at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259) at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163) at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165) at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273) at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542) ... 43 more FAILED: org.apache.solr.cloud.TestCollectionAPI.test Error Message: Property 'preferredleader' with value null not set correctly for collection/replica pair: testcollection/core_node7 property map is {core=testcollection_shard2_replica_n3, base_url=https://127.0.0.1:38203, node_name=127.0.0.1:38203_, state=active, type=NRT, leader=true}. Stack Trace: java.lang.AssertionError: Property 'preferredleader' with value null not set correctly for collection/replica pair: testcollection/core_node7 property map is {core=testcollection_shard2_replica_n3, base_url=https://127.0.0.1:38203, node_name=127.0.0.1:38203_, state=active, type=NRT, leader=true}. at __randomizedtesting.SeedInfo.seed([A71C909FDCCD05A1:2F48AF4572316859]:0) at org.junit.Assert.fail(Assert.java:93) at org.apache.solr.cloud.ReplicaPropertiesBase.verifyPropertyVal(ReplicaPropertiesBase.java:95) at org.apache.solr.cloud.TestCollectionAPI.replicaPropTest(TestCollectionAPI.java:428) at org.apache.solr.cloud.TestCollectionAPI.test(TestCollectionAPI.java:92) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984) at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993) at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968) 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:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890) 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:368) at java.lang.Thread.run(Thread.java:748) FAILED: org.apache.solr.handler.TestSystemCollAutoCreate.testAutoCreate Error Message: Captured an uncaught exception in thread: Thread[id=10296, name=Connection evictor, state=RUNNABLE, group=TGRP-TestSystemCollAutoCreate] Stack Trace: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=10296, name=Connection evictor, state=RUNNABLE, group=TGRP-TestSystemCollAutoCreate] Caused by: java.lang.OutOfMemoryError: Java heap space Build Log: [...truncated 12450 lines...] [junit4] Suite: org.apache.solr.handler.TestSystemCollAutoCreate [junit4] 2> 1188526 INFO (SUITE-TestSystemCollAutoCreate-seed#[A71C909FDCCD05A1]-worker) [ ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom [junit4] 2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSystemCollAutoCreate_A71C909FDCCD05A1-001/init-core-data-001 [junit4] 2> 1188527 WARN (SUITE-TestSystemCollAutoCreate-seed#[A71C909FDCCD05A1]-worker) [ ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4 [junit4] 2> 1188527 INFO (SUITE-TestSystemCollAutoCreate-seed#[A71C909FDCCD05A1]-worker) [ ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false [junit4] 2> 1188529 INFO (SUITE-TestSystemCollAutoCreate-seed#[A71C909FDCCD05A1]-worker) [ ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN) [junit4] 2> 1188530 INFO (SUITE-TestSystemCollAutoCreate-seed#[A71C909FDCCD05A1]-worker) [ ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: / [junit4] 2> 1188533 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 1188533 INFO (Thread-2465) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 1188533 INFO (Thread-2465) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 1188535 ERROR (Thread-2465) [ ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes [junit4] 2> 1188633 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.c.ZkTestServer start zk server on port:35493 [junit4] 2> 1188641 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml [junit4] 2> 1188643 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml [junit4] 2> 1188646 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 1188647 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt [junit4] 2> 1188648 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt [junit4] 2> 1188648 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml [junit4] 2> 1188649 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml [junit4] 2> 1188650 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json [junit4] 2> 1188651 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 1188651 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt [junit4] 2> 1188652 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt [junit4] 2> 1188655 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise [junit4] 2> 1188744 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.e.j.s.Server jetty-9.3.20.v20170531 [junit4] 2> 1188748 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@a4868a{/,null,AVAILABLE} [junit4] 2> 1188749 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.e.j.s.AbstractConnector Started ServerConnector@1c41c8e{SSL,[ssl, http/1.1]}{127.0.0.1:33583} [junit4] 2> 1188749 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.e.j.s.Server Started @1190974ms [junit4] 2> 1188749 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSystemCollAutoCreate_A71C909FDCCD05A1-001/tempDir-001/control/data, hostContext=/, hostPort=33583, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSystemCollAutoCreate_A71C909FDCCD05A1-001/control-001/cores} [junit4] 2> 1188749 ERROR (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 1188750 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 8.0.0 [junit4] 2> 1188750 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 1188750 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 1188750 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-11-08T08:20:33.465Z [junit4] 2> 1188752 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper) [junit4] 2> 1188752 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSystemCollAutoCreate_A71C909FDCCD05A1-001/control-001/solr.xml [junit4] 2> 1188759 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored [junit4] 2> 1188759 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored [junit4] 2> 1188760 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@13927f3, but no JMX reporters were configured - adding default JMX reporter. [junit4] 2> 1188763 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35493/solr [junit4] 2> 1188849 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [n:127.0.0.1:33583_ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 1188850 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [n:127.0.0.1:33583_ ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:33583_ [junit4] 2> 1188850 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [n:127.0.0.1:33583_ ] o.a.s.c.Overseer Overseer (id=98967829430206469-127.0.0.1:33583_-n_0000000000) starting [junit4] 2> 1188855 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [n:127.0.0.1:33583_ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33583_ [junit4] 2> 1188856 INFO (zkCallback-1746-thread-1-processing-n:127.0.0.1:33583_) [n:127.0.0.1:33583_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 1189011 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [n:127.0.0.1:33583_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@13927f3 [junit4] 2> 1189042 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [n:127.0.0.1:33583_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@13927f3 [junit4] 2> 1189042 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [n:127.0.0.1:33583_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@13927f3 [junit4] 2> 1189045 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [n:127.0.0.1:33583_ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSystemCollAutoCreate_A71C909FDCCD05A1-001/control-001/cores [junit4] 2> 1189078 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 1189078 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35493/solr ready [junit4] 2> 1189163 INFO (qtp29618632-10159) [n:127.0.0.1:33583_ ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:33583_&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 1189165 INFO (OverseerThreadFactory-3937-thread-1-processing-n:127.0.0.1:33583_) [n:127.0.0.1:33583_ ] o.a.s.c.CreateCollectionCmd Create collection control_collection [junit4] 2> 1189272 INFO (qtp29618632-10165) [n:127.0.0.1:33583_ ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 1189273 INFO (qtp29618632-10165) [n:127.0.0.1:33583_ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores [junit4] 2> 1189376 INFO (zkCallback-1746-thread-1-processing-n:127.0.0.1:33583_) [n:127.0.0.1:33583_ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1]) [junit4] 2> 1190300 INFO (qtp29618632-10165) [n:127.0.0.1:33583_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 1190348 INFO (qtp29618632-10165) [n:127.0.0.1:33583_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test [junit4] 2> 1190533 INFO (qtp29618632-10165) [n:127.0.0.1:33583_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id [junit4] 2> 1190562 INFO (qtp29618632-10165) [n:127.0.0.1:33583_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from collection control_collection, trusted=true [junit4] 2> 1190562 INFO (qtp29618632-10165) [n:127.0.0.1:33583_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@13927f3 [junit4] 2> 1190563 INFO (qtp29618632-10165) [n:127.0.0.1:33583_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 1190563 INFO (qtp29618632-10165) [n:127.0.0.1:33583_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSystemCollAutoCreate_A71C909FDCCD05A1-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSystemCollAutoCreate_A71C909FDCCD05A1-001/control-001/cores/control_collection_shard1_replica_n1/data/] [junit4] 2> 1190571 INFO (qtp29618632-10165) [n:127.0.0.1:33583_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=43, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=3.0068359375, floorSegmentMB=1.03515625, forceMergeDeletesPctAllowed=25.91806248988803, segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.28793037038108943 [junit4] 2> 1190576 WARN (qtp29618632-10165) [n:127.0.0.1:33583_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}} [junit4] 2> 1190643 INFO (qtp29618632-10165) [n:127.0.0.1:33583_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 1190643 INFO (qtp29618632-10165) [n:127.0.0.1:33583_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 1190645 INFO (qtp29618632-10165) [n:127.0.0.1:33583_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 1190645 INFO (qtp29618632-10165) [n:127.0.0.1:33583_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 1190647 INFO (qtp29618632-10165) [n:127.0.0.1:33583_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=41.1640625, floorSegmentMB=1.6611328125, forceMergeDeletesPctAllowed=0.546751607722743, segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0 [junit4] 2> 1190648 INFO (qtp29618632-10165) [n:127.0.0.1:33583_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@db1aec[control_collection_shard1_replica_n1] main] [junit4] 2> 1190649 INFO (qtp29618632-10165) [n:127.0.0.1:33583_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 1190649 INFO (qtp29618632-10165) [n:127.0.0.1:33583_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 1190650 INFO (qtp29618632-10165) [n:127.0.0.1:33583_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 1190652 INFO (searcherExecutor-3940-thread-1-processing-n:127.0.0.1:33583_ x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) [n:127.0.0.1:33583_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@db1aec[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 1190652 INFO (qtp29618632-10165) [n:127.0.0.1:33583_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1583485273104187392 [junit4] 2> 1190659 INFO (qtp29618632-10165) [n:127.0.0.1:33583_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 1190659 INFO (qtp29618632-10165) [n:127.0.0.1:33583_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 1190659 INFO (qtp29618632-10165) [n:127.0.0.1:33583_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:33583/control_collection_shard1_replica_n1/ [junit4] 2> 1190659 INFO (qtp29618632-10165) [n:127.0.0.1:33583_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me [junit4] 2> 1190659 INFO (qtp29618632-10165) [n:127.0.0.1:33583_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:33583/control_collection_shard1_replica_n1/ has no replicas [junit4] 2> 1190659 INFO (qtp29618632-10165) [n:127.0.0.1:33583_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR [junit4] 2> 1190661 INFO (qtp29618632-10165) [n:127.0.0.1:33583_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:33583/control_collection_shard1_replica_n1/ shard1 [junit4] 2> 1190762 INFO (zkCallback-1746-thread-2-processing-n:127.0.0.1:33583_) [n:127.0.0.1:33583_ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1]) [junit4] 2> 1190812 INFO (qtp29618632-10165) [n:127.0.0.1:33583_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 1190831 INFO (qtp29618632-10165) [n:127.0.0.1:33583_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1558 [junit4] 2> 1190834 INFO (qtp29618632-10159) [n:127.0.0.1:33583_ ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas [junit4] 2> 1190919 INFO (zkCallback-1746-thread-2-processing-n:127.0.0.1:33583_) [n:127.0.0.1:33583_ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1]) [junit4] 2> 1191166 INFO (OverseerCollectionConfigSetProcessor-98967829430206469-127.0.0.1:33583_-n_0000000000) [n:127.0.0.1:33583_ ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may have disconnected from ZooKeeper [junit4] 2> 1191834 INFO (qtp29618632-10159) [n:127.0.0.1:33583_ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:33583_&wt=javabin&version=2} status=0 QTime=2670 [junit4] 2> 1191840 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 1191840 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35493/solr ready [junit4] 2> 1191840 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false [junit4] 2> 1191844 INFO (qtp29618632-10165) [n:127.0.0.1:33583_ ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 1191845 INFO (OverseerThreadFactory-3937-thread-2-processing-n:127.0.0.1:33583_) [n:127.0.0.1:33583_ ] o.a.s.c.CreateCollectionCmd Create collection collection1 [junit4] 2> 1191846 WARN (OverseerThreadFactory-3937-thread-2-processing-n:127.0.0.1:33583_) [n:127.0.0.1:33583_ ] o.a.s.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores. [junit4] 2> 1192050 INFO (qtp29618632-10165) [n:127.0.0.1:33583_ ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas [junit4] 2> 1192051 INFO (qtp29618632-10165) [n:127.0.0.1:33583_ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2} status=0 QTime=207 [junit4] 2> 1192136 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSystemCollAutoCreate_A71C909FDCCD05A1-001/shard-1-001 of type NRT [junit4] 2> 1192137 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.e.j.s.Server jetty-9.3.20.v20170531 [junit4] 2> 1192138 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1137d90{/,null,AVAILABLE} [junit4] 2> 1192139 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.e.j.s.AbstractConnector Started ServerConnector@195dbe1{SSL,[ssl, http/1.1]}{127.0.0.1:44695} [junit4] 2> 1192139 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.e.j.s.Server Started @1194364ms [junit4] 2> 1192139 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSystemCollAutoCreate_A71C909FDCCD05A1-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=44695, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSystemCollAutoCreate_A71C909FDCCD05A1-001/shard-1-001/cores} [junit4] 2> 1192139 ERROR (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 1192140 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 8.0.0 [junit4] 2> 1192140 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 1192140 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 1192140 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-11-08T08:20:36.855Z [junit4] 2> 1192142 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper) [junit4] 2> 1192142 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSystemCollAutoCreate_A71C909FDCCD05A1-001/shard-1-001/solr.xml [junit4] 2> 1192148 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored [junit4] 2> 1192148 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored [junit4] 2> 1192150 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@13927f3, but no JMX reporters were configured - adding default JMX reporter. [junit4] 2> 1192153 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35493/solr [junit4] 2> 1192167 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [n:127.0.0.1:44695_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 1192171 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [n:127.0.0.1:44695_ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 1192173 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [n:127.0.0.1:44695_ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44695_ [junit4] 2> 1192174 INFO (zkCallback-1754-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 1192175 INFO (zkCallback-1746-thread-2-processing-n:127.0.0.1:33583_) [n:127.0.0.1:33583_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 1192174 INFO (zkCallback-1759-thread-1-processing-n:127.0.0.1:44695_) [n:127.0.0.1:44695_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 1192366 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [n:127.0.0.1:44695_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@13927f3 [junit4] 2> 1192385 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [n:127.0.0.1:44695_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@13927f3 [junit4] 2> 1192386 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [n:127.0.0.1:44695_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@13927f3 [junit4] 2> 1192387 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [n:127.0.0.1:44695_ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSystemCollAutoCreate_A71C909FDCCD05A1-001/shard-1-001/cores [junit4] 2> 1192417 INFO (qtp29618632-10164) [n:127.0.0.1:33583_ ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:44695_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 1192419 INFO (OverseerCollectionConfigSetProcessor-98967829430206469-127.0.0.1:33583_-n_0000000000) [n:127.0.0.1:33583_ ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may have disconnected from ZooKeeper [junit4] 2> 1192419 INFO (OverseerThreadFactory-3937-thread-3-processing-n:127.0.0.1:33583_) [n:127.0.0.1:33583_ ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:44695_ for creating new replica [junit4] 2> 1192511 INFO (qtp15097179-10206) [n:127.0.0.1:44695_ ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT [junit4] 2> 1192512 INFO (qtp15097179-10206) [n:127.0.0.1:44695_ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores [junit4] 2> 1192615 INFO (zkCallback-1759-thread-1-processing-n:127.0.0.1:44695_) [n:127.0.0.1:44695_ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2]) [junit4] 2> 1193538 INFO (qtp15097179-10206) [n:127.0.0.1:44695_ c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 1193569 INFO (qtp15097179-10206) [n:127.0.0.1:44695_ c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema [collection1_shard2_replica_n41] Schema name=test [junit4] 2> 1193835 INFO (qtp15097179-10206) [n:127.0.0.1:44695_ c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id [junit4] 2> 1193859 INFO (qtp15097179-10206) [n:127.0.0.1:44695_ c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n41' using configuration from collection collection1, trusted=true [junit4] 2> 1193859 INFO (qtp15097179-10206) [n:127.0.0.1:44695_ c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_n41' (registry 'solr.core.collection1.shard2.replica_n41') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@13927f3 [junit4] 2> 1193860 INFO (qtp15097179-10206) [n:127.0.0.1:44695_ c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 1193860 INFO (qtp15097179-10206) [n:127.0.0.1:44695_ c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.SolrCore [[collection1_shard2_replica_n41] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSystemCollAutoCreate_A71C909FDCCD05A1-001/shard-1-001/cores/collection1_shard2_replica_n41], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSystemCollAutoCreate_A71C909FDCCD05A1-001/shard-1-001/cores/collection1_shard2_replica_n41/data/] [junit4] 2> 1193864 INFO (qtp15097179-10206) [n:127.0.0.1:44695_ c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=43, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=3.0068359375, floorSegmentMB=1.03515625, forceMergeDeletesPctAllowed=25.91806248988803, segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.28793037038108943 [junit4] 2> 1193868 WARN (qtp15097179-10206) [n:127.0.0.1:44695_ c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}} [junit4] 2> 1193930 INFO (qtp15097179-10206) [n:127.0.0.1:44695_ c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 1193930 INFO (qtp15097179-10206) [n:127.0.0.1:44695_ c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 1193931 INFO (qtp15097179-10206) [n:127.0.0.1:44695_ c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 1193931 INFO (qtp15097179-10206) [n:127.0.0.1:44695_ c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 1193932 INFO (qtp15097179-10206) [n:127.0.0.1:44695_ c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=41.1640625, floorSegmentMB=1.6611328125, forceMergeDeletesPctAllowed=0.546751607722743, segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0 [junit4] 2> 1193933 INFO (qtp15097179-10206) [n:127.0.0.1:44695_ c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.s.SolrIndexSearcher Opening [Searcher@1f16be0[collection1_shard2_replica_n41] main] [junit4] 2> 1193934 INFO (qtp15097179-10206) [n:127.0.0.1:44695_ c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 1193934 INFO (qtp15097179-10206) [n:127.0.0.1:44695_ c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 1193934 INFO (qtp15097179-10206) [n:127.0.0.1:44695_ c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 1193935 INFO (qtp15097179-10206) [n:127.0.0.1:44695_ c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1583485276546662400 [junit4] 2> 1193950 INFO (searcherExecutor-3951-thread-1-processing-n:127.0.0.1:44695_ x:collection1_shard2_replica_n41 s:shard2 c:collection1) [n:127.0.0.1:44695_ c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.SolrCore [collection1_shard2_replica_n41] Registered new searcher Searcher@1f16be0[collection1_shard2_replica_n41] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 1193951 INFO (qtp15097179-10206) [n:127.0.0.1:44695_ c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 1193951 INFO (qtp15097179-10206) [n:127.0.0.1:44695_ c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 1193951 INFO (qtp15097179-10206) [n:127.0.0.1:44695_ c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:44695/collection1_shard2_replica_n41/ [junit4] 2> 1193951 INFO (qtp15097179-10206) [n:127.0.0.1:44695_ c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me [junit4] 2> 1193951 INFO (qtp15097179-10206) [n:127.0.0.1:44695_ c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy https://127.0.0.1:44695/collection1_shard2_replica_n41/ has no replicas [junit4] 2> 1193951 INFO (qtp15097179-10206) [n:127.0.0.1:44695_ c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR [junit4] 2> 1193953 INFO (qtp15097179-10206) [n:127.0.0.1:44695_ c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:44695/collection1_shard2_replica_n41/ shard2 [junit4] 2> 1194055 INFO (zkCallback-1759-thread-1-processing-n:127.0.0.1:44695_) [n:127.0.0.1:44695_ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2]) [junit4] 2> 1194104 INFO (qtp15097179-10206) [n:127.0.0.1:44695_ c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 1194113 INFO (qtp15097179-10206) [n:127.0.0.1:44695_ c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1601 [junit4] 2> 1194116 INFO (qtp29618632-10164) [n:127.0.0.1:33583_ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:44695_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2} status=0 QTime=1699 [junit4] 2> 1194189 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSystemCollAutoCreate_A71C909FDCCD05A1-001/shard-2-001 of type NRT [junit4] 2> 1194190 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.e.j.s.Server jetty-9.3.20.v20170531 [junit4] 2> 1194191 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@167e3ff{/,null,AVAILABLE} [junit4] 2> 1194192 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.e.j.s.AbstractConnector Started ServerConnector@9abd3a{SSL,[ssl, http/1.1]}{127.0.0.1:33233} [junit4] 2> 1194192 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.e.j.s.Server Started @1196417ms [junit4] 2> 1194192 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSystemCollAutoCreate_A71C909FDCCD05A1-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/, hostPort=33233, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSystemCollAutoCreate_A71C909FDCCD05A1-001/shard-2-001/cores} [junit4] 2> 1194193 ERROR (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 1194193 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 8.0.0 [junit4] 2> 1194193 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 1194193 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 1194193 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-11-08T08:20:38.908Z [junit4] 2> 1194195 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper) [junit4] 2> 1194195 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSystemCollAutoCreate_A71C909FDCCD05A1-001/shard-2-001/solr.xml [junit4] 2> 1194202 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored [junit4] 2> 1194202 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored [junit4] 2> 1194216 INFO (zkCallback-1759-thread-1-processing-n:127.0.0.1:44695_) [n:127.0.0.1:44695_ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2]) [junit4] 2> 1194217 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@13927f3, but no JMX reporters were configured - adding default JMX reporter. [junit4] 2> 1194221 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35493/solr [junit4] 2> 1194227 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [n:127.0.0.1:33233_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 1194228 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [n:127.0.0.1:33233_ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 1194230 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [n:127.0.0.1:33233_ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33233_ [junit4] 2> 1194230 INFO (zkCallback-1746-thread-2-processing-n:127.0.0.1:33583_) [n:127.0.0.1:33583_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 1194231 INFO (zkCallback-1759-thread-1-processing-n:127.0.0.1:44695_) [n:127.0.0.1:44695_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 1194231 INFO (zkCallback-1754-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 1194231 INFO (zkCallback-1765-thread-1-processing-n:127.0.0.1:33233_) [n:127.0.0.1:33233_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 1194414 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [n:127.0.0.1:33233_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@13927f3 [junit4] 2> 1194420 INFO (OverseerCollectionConfigSetProcessor-98967829430206469-127.0.0.1:33583_-n_0000000000) [n:127.0.0.1:33583_ ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist. Requestor may have disconnected from ZooKeeper [junit4] 2> 1194434 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [n:127.0.0.1:33233_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@13927f3 [junit4] 2> 1194434 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [n:127.0.0.1:33233_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@13927f3 [junit4] 2> 1194436 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [n:127.0.0.1:33233_ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSystemCollAutoCreate_A71C909FDCCD05A1-001/shard-2-001/cores [junit4] 2> 1194570 INFO (qtp32723789-10235) [n:127.0.0.1:33233_ ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:33233_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 1194573 INFO (OverseerThreadFactory-3937-thread-4-processing-n:127.0.0.1:33583_) [n:127.0.0.1:33583_ ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:33233_ for creating new replica [junit4] 2> 1194579 INFO (qtp32723789-10236) [n:127.0.0.1:33233_ ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 1194580 INFO (qtp32723789-10236) [n:127.0.0.1:33233_ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores [junit4] 2> 1194684 INFO (zkCallback-1765-thread-1-processing-n:127.0.0.1:33233_) [n:127.0.0.1:33233_ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 1194684 INFO (zkCallback-1759-thread-1-processing-n:127.0.0.1:44695_) [n:127.0.0.1:44695_ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 1195620 INFO (qtp32723789-10236) [n:127.0.0.1:33233_ c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 1195652 INFO (qtp32723789-10236) [n:127.0.0.1:33233_ c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema [collection1_shard1_replica_n43] Schema name=test [junit4] 2> 1195855 INFO (qtp32723789-10236) [n:127.0.0.1:33233_ c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id [junit4] 2> 1195880 INFO (qtp32723789-10236) [n:127.0.0.1:33233_ c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n43' using configuration from collection collection1, trusted=true [junit4] 2> 1195880 INFO (qtp32723789-10236) [n:127.0.0.1:33233_ c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n43' (registry 'solr.core.collection1.shard1.replica_n43') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@13927f3 [junit4] 2> 1195881 INFO (qtp32723789-10236) [n:127.0.0.1:33233_ c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 1195881 INFO (qtp32723789-10236) [n:127.0.0.1:33233_ c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.SolrCore [[collection1_shard1_replica_n43] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSystemCollAutoCreate_A71C909FDCCD05A1-001/shard-2-001/cores/collection1_shard1_replica_n43], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSystemCollAutoCreate_A71C909FDCCD05A1-001/shard-2-001/cores/collection1_shard1_replica_n43/data/] [junit4] 2> 1195885 INFO (qtp32723789-10236) [n:127.0.0.1:33233_ c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=43, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=3.0068359375, floorSegmentMB=1.03515625, forceMergeDeletesPctAllowed=25.91806248988803, segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.28793037038108943 [junit4] 2> 1195889 WARN (qtp32723789-10236) [n:127.0.0.1:33233_ c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}} [junit4] 2> 1195953 INFO (qtp32723789-10236) [n:127.0.0.1:33233_ c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 1195953 INFO (qtp32723789-10236) [n:127.0.0.1:33233_ c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 1195955 INFO (qtp32723789-10236) [n:127.0.0.1:33233_ c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 1195955 INFO (qtp32723789-10236) [n:127.0.0.1:33233_ c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 1195956 INFO (qtp32723789-10236) [n:127.0.0.1:33233_ c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=41.1640625, floorSegmentMB=1.6611328125, forceMergeDeletesPctAllowed=0.546751607722743, segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0 [junit4] 2> 1195957 INFO (qtp32723789-10236) [n:127.0.0.1:33233_ c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.s.SolrIndexSearcher Opening [Searcher@186a705[collection1_shard1_replica_n43] main] [junit4] 2> 1195958 INFO (qtp32723789-10236) [n:127.0.0.1:33233_ c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 1195959 INFO (qtp32723789-10236) [n:127.0.0.1:33233_ c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 1195960 INFO (qtp32723789-10236) [n:127.0.0.1:33233_ c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 1195960 INFO (qtp32723789-10236) [n:127.0.0.1:33233_ c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1583485278670028800 [junit4] 2> 1195963 INFO (searcherExecutor-3962-thread-1-processing-n:127.0.0.1:33233_ x:collection1_shard1_replica_n43 s:shard1 c:collection1) [n:127.0.0.1:33233_ c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.SolrCore [collection1_shard1_replica_n43] Registered new searcher Searcher@186a705[collection1_shard1_replica_n43] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 1195965 INFO (qtp32723789-10236) [n:127.0.0.1:33233_ c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 1195965 INFO (qtp32723789-10236) [n:127.0.0.1:33233_ c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 1195965 INFO (qtp32723789-10236) [n:127.0.0.1:33233_ c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:33233/collection1_shard1_replica_n43/ [junit4] 2> 1195965 INFO (qtp32723789-10236) [n:127.0.0.1:33233_ c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me [junit4] 2> 1195965 INFO (qtp32723789-10236) [n:127.0.0.1:33233_ c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy https://127.0.0.1:33233/collection1_shard1_replica_n43/ has no replicas [junit4] 2> 1195965 INFO (qtp32723789-10236) [n:127.0.0.1:33233_ c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR [junit4] 2> 1195969 INFO (qtp32723789-10236) [n:127.0.0.1:33233_ c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:33233/collection1_shard1_replica_n43/ shard1 [junit4] 2> 1196071 INFO (zkCallback-1759-thread-1-processing-n:127.0.0.1:44695_) [n:127.0.0.1:44695_ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 1196071 INFO (zkCallback-1765-thread-1-processing-n:127.0.0.1:33233_) [n:127.0.0.1:33233_ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 1196120 INFO (qtp32723789-10236) [n:127.0.0.1:33233_ c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 1196123 INFO (qtp32723789-10236) [n:127.0.0.1:33233_ c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1543 [junit4] 2> 1196126 INFO (qtp32723789-10235) [n:127.0.0.1:33233_ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:33233_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=1556 [junit4] 2> 1196208 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSystemCollAutoCreate_A71C909FDCCD05A1-001/shard-3-001 of type NRT [junit4] 2> 1196209 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.e.j.s.Server jetty-9.3.20.v20170531 [junit4] 2> 1196210 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@607777{/,null,AVAILABLE} [junit4] 2> 1196211 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.e.j.s.AbstractConnector Started ServerConnector@17ae525{SSL,[ssl, http/1.1]}{127.0.0.1:46007} [junit4] 2> 1196211 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.e.j.s.Server Started @1198436ms [junit4] 2> 1196211 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSystemCollAutoCreate_A71C909FDCCD05A1-001/tempDir-001/jetty3, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=46007, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSystemCollAutoCreate_A71C909FDCCD05A1-001/shard-3-001/cores} [junit4] 2> 1196212 ERROR (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 1196212 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 8.0.0 [junit4] 2> 1196212 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 1196212 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 1196212 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-11-08T08:20:40.927Z [junit4] 2> 1196216 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper) [junit4] 2> 1196216 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSystemCollAutoCreate_A71C909FDCCD05A1-001/shard-3-001/solr.xml [junit4] 2> 1196221 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored [junit4] 2> 1196221 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored [junit4] 2> 1196237 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@13927f3, but no JMX reporters were configured - adding default JMX reporter. [junit4] 2> 1196238 INFO (zkCallback-1759-thread-1-processing-n:127.0.0.1:44695_) [n:127.0.0.1:44695_ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 1196238 INFO (zkCallback-1765-thread-1-processing-n:127.0.0.1:33233_) [n:127.0.0.1:33233_ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 1196242 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35493/solr [junit4] 2> 1196259 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [n:127.0.0.1:46007_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3) [junit4] 2> 1196261 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [n:127.0.0.1:46007_ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 1196264 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [n:127.0.0.1:46007_ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46007_ [junit4] 2> 1196265 INFO (zkCallback-1765-thread-1-processing-n:127.0.0.1:33233_) [n:127.0.0.1:33233_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 1196265 INFO (zkCallback-1759-thread-1-processing-n:127.0.0.1:44695_) [n:127.0.0.1:44695_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 1196265 INFO (zkCallback-1754-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 1196266 INFO (zkCallback-1771-thread-1-processing-n:127.0.0.1:46007_) [n:127.0.0.1:46007_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 1196271 INFO (zkCallback-1746-thread-2-processing-n:127.0.0.1:33583_) [n:127.0.0.1:33583_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 1196455 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [n:127.0.0.1:46007_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@13927f3 [junit4] 2> 1196471 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [n:127.0.0.1:46007_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@13927f3 [junit4] 2> 1196471 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [n:127.0.0.1:46007_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@13927f3 [junit4] 2> 1196472 INFO (TEST-TestSystemCollAutoCreate.testAutoCreate-seed#[A71C909FDCCD05A1]) [n:127.0.0.1:46007_ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSystemCollAutoCreate_A71C909FDCCD05A1-001/shard-3-001/cores [junit4] 2> 1196537 INFO (qtp32723789-10240) [n:127.0.0.1:33233_ ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:46007_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 1196540 INFO (OverseerCollectionConfigSetProcessor-98967829430206469-127.0.0.1:33583_-n_0000000000) [n:127.0.0.1:33583_ ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist. Requestor may have disconnected from ZooKeeper [junit4] 2> 1196541 INFO (OverseerThreadFactory-3937-thread-5-processing-n:127.0.0.1:33583_) [n:127.0.0.1:33583_ ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:46007_ for creating new replica [junit4] 2> 1196610 INFO (qtp17819769-10264) [n:127.0.0.1:46007_ ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT [junit4] 2> 1196611 INFO (qtp17819769-10264) [n:127.0.0.1:46007_ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores [junit4] 2> 1196715 INFO (zkCallback-1759-thread-1-processing-n:127.0.0.1:44695_) [n:127.0.0.1:44695_ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4]) [junit4] 2> 1196715 INFO (zkCallback-1765-thread-1-processing-n:127.0.0.1:33233_) [n:127.0.0.1:33233_ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4]) [junit4] 2> 1196715 INFO (zkCallback-1771-thread-1-processing-n:127.0.0.1:46007_) [n:127.0.0.1:46007_ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4]) [junit4] 2> 1197633 INFO (qtp17819769-10264) [n:127.0.0.1:46007_ c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 1197660 INFO (qtp17819769-10264) [n:127.0.0.1:46007_ c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.s.IndexSchema [collection1_shard2_replica_n45] Schema name=test [junit4] 2> 1197870 INFO (qtp17819769-10264) [n:127.0.0.1:46007_ c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id [junit4] 2> 1197892 INFO (qtp17819769-10264) [n:127.0.0.1:46007_ c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n45' using configuration from collection collection1, trusted=true [junit4] 2> 1197893 INFO (qtp17819769-10264) [n:127.0.0.1:46007_ c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_n45' (registry 'solr.core.collection1.shard2.replica_n45') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@13927f3 [junit4] 2> 1197893 INFO (qtp17819769-10264) [n:127.0.0.1:46007_ c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 1197893 INFO (qtp17819769-10264) [n:127.0.0.1:46007_ c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.c.SolrCore [[collection1_shard2_replica_n45] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSystemCollAutoCreate_A71C909FDCCD05A1-001/shard-3-001/cores/collection1_shard2_replica_n45], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSystemCollAutoCreate_A71C909FDCCD05A1-001/shard-3-001/cores/collection1_shard2_replica_n45/data/] [junit4] 2> 1197897 INFO (qtp17819769-10264) [n:127.0.0.1:46007_ c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=43, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=3.0068359375, floorSegmentMB=1.03515625, forceMergeDeletesPctAllowed=25.91806248988803, segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.28793037038108943 [junit4] 2> 1197900 WARN (qtp17819769-10264) [n:127.0.0.1:46007_ c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}} [junit4] 2> 1197965 INFO (qtp17819769-10264) [n:127.0.0.1:46007_ c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 1197965 INFO (qtp17819769-10264) [n:127.0.0.1:46007_ c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 1197966 INFO (qtp17819769-10264) [n:127.0.0.1:46007_ c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 1197966 INFO (qtp17819769-10264) [n:127.0.0.1:46007_ c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 1197968 INFO (qtp17819769-10264) [n:127.0.0.1:46007_ c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=41.1640625, floorSegmentMB=1.6611328125, forceMergeDeletesPctAllowed=0.546751607722743, segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0 [junit4] 2> 1197969 INFO (qtp17819769-10264) [n:127.0.0.1:46007_ c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.s.SolrIndexSearcher Opening [Searcher@1ed2ee[collection1_shard2_replica_n45] main] [junit4] 2> 1197970 INFO (qtp17819769-10264) [n:127.0.0.1:46007_ c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 1197970 INFO (qtp17819769-10264) [n:127.0.0.1:46007_ c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 1197971 INFO (qtp17819769-10264) [n:127.0.0.1:46007_ c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 1197971 INFO (qtp17819769-10264) [n:127.0.0.1:46007_ c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1583485280778715136 [junit4] 2> 1197973 INFO (searcherExecutor-3973-thread-1-processing-n:127.0.0.1:46007_ x:collection1_shard2_replica_n45 s:shard2 c:collection1) [n:127.0.0.1:46007_ c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.c.SolrCore [collection1_shard2_replica_n45] Registered new searcher Searcher@1ed2ee[collection1_shard2_replica_n45] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 1197975 INFO (qtp17819769-10264) [n:127.0.0.1:46007_ c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.c.ZkController Core needs to recover:collection1_shard2_replica_n45 [junit4] 2> 1197976 INFO (updateExecutor-1768-thread-1-processing-n:127.0.0.1:46007_ x:collection1_shard2_replica_n45 s:shard2 c:collection1) [n:127.0.0.1:46007_ c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_n45] o.a.s.u.DefaultSolrCoreState Running recovery [junit4] 2> 1197976 INFO (recoveryExecutor-1769-thread-1-processing-n:127.0.0.1:46007_ x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:46007_ c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true [junit4] 2> 1197976 INFO (recoveryExecutor-1769-thread-1-processing-n:127.0.0.1:46007_ x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:46007_ c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]] [junit4] 2> 1197976 INFO (recoveryExecutor-1769-thread-1-processing-n:127.0.0.1:46007_ x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:46007_ c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1_shard2_replica_n45] [junit4] 2> 1197976 INFO (recoveryExecutor-1769-thread-1-processing-n:127.0.0.1:46007_ x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:46007_ c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_n45] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null} [junit4] 2> 1197977 INFO (recoveryExecutor-1769-thread-1-processing-n:127.0.0.1:46007_ x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:46007_ c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Publishing state of core [collection1_shard2_replica_n45] as recovering, leader is [https://127.0.0.1:44695/collection1_shard2_replica_n41/] and I am [https://127.0.0.1:46007/collection1_shard2_replica_n45/] [junit4] 2> 1197979 INFO (recoveryExecutor-1769-thread-1-processing-n:127.0.0.1:46007_ x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:46007_ c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Sending prep recovery command to [https://127.0.0.1:44695]; [WaitForState: action=PREPRECOVERY&core=collection1_shard2_replica_n41&nodeName=127.0.0.1:46007_&coreNodeName=core_node46&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true] [junit4] 2> 1197984 INFO (qtp17819769-10264) [n:127.0.0.1:46007_ c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1373 [junit4] 2> 1197984 INFO (qtp15097179-10213) [n:127.0.0.1:44695_ ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node46, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true, maxTime: 183 s [junit4] 2> 1197985 INFO (qtp15097179-10213) [n:127.0.0.1:44695_ ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard2, thisCore=collection1_shard2_replica_n41, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:46007_, coreNodeName=core_node46, onlyIfActiveCheckResult=false, nodeProps: core_node46:{"cor [...truncated too long message...] DCCD05A1]) [ ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes [junit4] 2> 2857887 INFO (TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[A71C909FDCCD05A1]) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:44845 44845 [junit4] 2> 2864852 INFO (Thread-7203) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:44845 44845 [junit4] 2> 2864853 WARN (Thread-7203) [ ] o.a.s.c.ZkTestServer Watch limit violations: [junit4] 2> Maximum concurrent create/delete watches above limit: [junit4] 2> [junit4] 2> 2 /solr/aliases.json [junit4] 2> [junit4] 2> Maximum concurrent data watches above limit: [junit4] 2> [junit4] 2> 2 /solr/clusterstate.json [junit4] 2> 2 /solr/clusterprops.json [junit4] 2> [junit4] 2> Maximum concurrent children watches above limit: [junit4] 2> [junit4] 2> 2 /solr/live_nodes [junit4] 2> 2 /solr/collections [junit4] 2> [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=ChaosMonkeyNothingIsSafeWithPullReplicasTest -Dtests.method=test -Dtests.seed=A71C909FDCCD05A1 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=be-BY -Dtests.timezone=Pacific/Chuuk -Dtests.asserts=true -Dtests.file.encoding=US-ASCII [junit4] ERROR 638s J0 | ChaosMonkeyNothingIsSafeWithPullReplicasTest.test <<< [junit4] > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:44137 [junit4] > at __randomizedtesting.SeedInfo.seed([A71C909FDCCD05A1:2F48AF4572316859]:0) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:654) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244) [junit4] > at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483) [junit4] > at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413) [junit4] > at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1096) [junit4] > at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:875) [junit4] > at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:808) [junit4] > at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194) [junit4] > at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211) [junit4] > at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:315) [junit4] > at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:991) [junit4] > at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968) [junit4] > at java.lang.Thread.run(Thread.java:748) [junit4] > Caused by: java.net.SocketTimeoutException: Read timed out [junit4] > at java.net.SocketInputStream.socketRead0(Native Method) [junit4] > at java.net.SocketInputStream.socketRead(SocketInputStream.java:116) [junit4] > at java.net.SocketInputStream.read(SocketInputStream.java:171) [junit4] > at java.net.SocketInputStream.read(SocketInputStream.java:141) [junit4] > at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137) [junit4] > at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153) [junit4] > at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282) [junit4] > at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138) [junit4] > at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56) [junit4] > at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259) [junit4] > at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163) [junit4] > at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165) [junit4] > at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273) [junit4] > at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125) [junit4] > at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272) [junit4] > at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) [junit4] > at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) [junit4] > at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) [junit4] > at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) [junit4] > at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) [junit4] > at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542) [junit4] > ... 43 more [junit4] 2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_A71C909FDCCD05A1-001 [junit4] 2> NOTE: test params are: codec=Asserting(Lucene70), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@183bc57), locale=be-BY, timezone=Pacific/Chuuk [junit4] 2> NOTE: Linux 4.10.0-37-generic i386/Oracle Corporation 1.8.0_144 (32-bit)/cpus=8,threads=1,free=107275104,total=308576256 [junit4] 2> NOTE: All tests run in this JVM: [RulesTest, SSLMigrationTest, TestIndexingPerformance, SpatialFilterTest, TestNestedDocsSort, SearchHandlerTest, TestSchemaSimilarityResource, TestIBSimilarityFactory, ExternalFileFieldSortTest, TestNumericRangeQuery32, RecoveryAfterSoftCommitTest, HdfsDirectoryTest, TestPHPSerializedResponseWriter, DistributedFacetExistsSmallTest, DistributedQueryComponentCustomSortTest, TestCollationFieldDocValues, TestSegmentSorting, IndexSchemaRuntimeFieldTest, DeleteInactiveReplicaTest, TestXmlQParserPlugin, TestFieldTypeResource, BaseCdcrDistributedZkTest, DocValuesTest, TestClassicSimilarityFactory, TestStressVersions, TestHdfsBackupRestoreCore, TestSolrConfigHandlerCloud, BasicDistributedZkTest, SolrInfoBeanTest, TestDistributedSearch, TestNRTOpen, TestSolrCoreParser, TestHttpShardHandlerFactory, TestBulkSchemaConcurrent, SuggestComponentTest, QueryParsingTest, TestSort, PreAnalyzedUpdateProcessorTest, CoreAdminCreateDiscoverTest, TestRuleBasedAuthorizationPlugin, TestCollectionsAPIViaSolrCloudCluster, CursorMarkTest, BasicZkTest, CheckHdfsIndexTest, TestFileDictionaryLookup, ExplicitHLLTest, TestCloudSearcherWarming, TestStressUserVersions, TestUniqueKeyFieldResource, UpdateParamsTest, TestMultiWordSynonyms, LeaderElectionContextKeyTest, TestSuggestSpellingConverter, HdfsTlogReplayBufferedWhileIndexingTest, HttpSolrCallGetCoreTest, TestJoin, TestSchemaManager, SolrIndexMetricsTest, MinimalSchemaTest, TestFieldCache, HLLUtilTest, TestCodecSupport, ShufflingReplicaListTransformerTest, AssignBackwardCompatibilityTest, TestPostingsSolrHighlighter, CacheHeaderTest, TestSolrCloudWithSecureImpersonation, UpdateRequestProcessorFactoryTest, V2ApiIntegrationTest, TestConfigSetsAPIZkFailure, FileUtilsTest, TestLeaderInitiatedRecoveryThread, TestUseDocValuesAsStored2, TestStreamBody, TestGraphMLResponseWriter, SolrJmxReporterCloudTest, FacetPivotSmallTest, DistanceUnitsTest, DocValuesMissingTest, DirectoryFactoryTest, NodeMutatorTest, HdfsNNFailoverTest, ReplicationFactorTest, ResourceLoaderTest, TestMinMaxOnMultiValuedField, TestCrossCoreJoin, TestLuceneIndexBackCompat, DeleteReplicaTest, BlockJoinFacetSimpleTest, SpellCheckComponentTest, TestObjectReleaseTracker, JsonLoaderTest, TestRandomFaceting, SystemLogListenerTest, OverseerCollectionConfigSetProcessorTest, TestLegacyNumericRangeQueryBuilder, SpellCheckCollatorTest, DistributedFacetPivotSmallAdvancedTest, TestCustomSort, TestHdfsUpdateLog, TestRandomRequestDistribution, OverseerStatusTest, TestGraphTermsQParserPlugin, ChaosMonkeyNothingIsSafeWithPullReplicasTest] [junit4] Completed [516/749 (3!)] on J0 in 637.82s, 1 test, 1 error <<< FAILURES! [...truncated 857 lines...] [junit4] JVM J2: stdout was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J2-20171108_080042_4483807714485941211514.sysout [junit4] >>> JVM J2 emitted unexpected output (verbatim) ---- [junit4] java.lang.OutOfMemoryError: Java heap space [junit4] Dumping heap to /home/jenkins/workspace/Lucene-Solr-master-Linux/heapdumps/java_pid15511.hprof ... [junit4] Heap dump file created [568132940 bytes in 2.874 secs] [junit4] <<< JVM J2: EOF ---- [...truncated 8470 lines...] BUILD FAILED /home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:835: The following error occurred while executing this line: /home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:787: Some of the tests produced a heap dump, but did not fail. Maybe a suppressed OutOfMemoryError? Dumps created: * java_pid15511.hprof Total time: 102 minutes 55 seconds Build step 'Invoke Ant' marked build as failure Archiving artifacts [WARNINGS] Skipping publisher since build result is FAILURE Recording test results Email was triggered for: Failure - Any Sending email for trigger: Failure - Any
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
