Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20573/ Java: 64bit/jdk1.8.0_144 -XX:-UseCompressedOops -XX:+UseParallelGC
1 tests failed. FAILED: org.apache.solr.update.TestInPlaceUpdatesDistrib.test Error Message: Timeout occured while waiting response from server at: https://127.0.0.1:43539/collection1 Stack Trace: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:43539/collection1 at __randomizedtesting.SeedInfo.seed([FAF8F2284BA70C79:72ACCDF2E55B6181]:0) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:638) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:195) at org.apache.solr.update.TestInPlaceUpdatesDistrib.addDocAndGetVersion(TestInPlaceUpdatesDistrib.java:1066) at org.apache.solr.update.TestInPlaceUpdatesDistrib.buildRandomIndex(TestInPlaceUpdatesDistrib.java:1111) at org.apache.solr.update.TestInPlaceUpdatesDistrib.docValuesUpdateTest(TestInPlaceUpdatesDistrib.java:315) at org.apache.solr.update.TestInPlaceUpdatesDistrib.test(TestInPlaceUpdatesDistrib.java:142) 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) 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 sun.security.ssl.InputRecord.readFully(InputRecord.java:465) at sun.security.ssl.InputRecord.read(InputRecord.java:503) at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:983) at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:940) at sun.security.ssl.AppInputStream.read(AppInputStream.java:105) 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:526) ... 49 more Build Log: [...truncated 13961 lines...] [junit4] Suite: org.apache.solr.update.TestInPlaceUpdatesDistrib [junit4] 2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_FAF8F2284BA70C79-001/init-core-data-001 [junit4] 2> 2377812 WARN (SUITE-TestInPlaceUpdatesDistrib-seed#[FAF8F2284BA70C79]-worker) [ ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=9 numCloses=9 [junit4] 2> 2377812 INFO (SUITE-TestInPlaceUpdatesDistrib-seed#[FAF8F2284BA70C79]-worker) [ ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true [junit4] 2> 2377813 INFO (SUITE-TestInPlaceUpdatesDistrib-seed#[FAF8F2284BA70C79]-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> 2377814 INFO (SUITE-TestInPlaceUpdatesDistrib-seed#[FAF8F2284BA70C79]-worker) [ ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom [junit4] 2> 2377814 INFO (SUITE-TestInPlaceUpdatesDistrib-seed#[FAF8F2284BA70C79]-worker) [ ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: / [junit4] 2> 2377815 INFO (SUITE-TestInPlaceUpdatesDistrib-seed#[FAF8F2284BA70C79]-worker) [ ] o.a.s.SolrTestCaseJ4 ####initCore [junit4] 2> 2377815 INFO (SUITE-TestInPlaceUpdatesDistrib-seed#[FAF8F2284BA70C79]-worker) [ ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes] [junit4] 2> 2377835 INFO (SUITE-TestInPlaceUpdatesDistrib-seed#[FAF8F2284BA70C79]-worker) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 2377844 INFO (SUITE-TestInPlaceUpdatesDistrib-seed#[FAF8F2284BA70C79]-worker) [ ] o.a.s.s.IndexSchema [null] Schema name=inplace-updates [junit4] 2> 2377863 INFO (SUITE-TestInPlaceUpdatesDistrib-seed#[FAF8F2284BA70C79]-worker) [ ] o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id [junit4] 2> 2377898 INFO (SUITE-TestInPlaceUpdatesDistrib-seed#[FAF8F2284BA70C79]-worker) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@cf471d0 [junit4] 2> 2377906 INFO (SUITE-TestInPlaceUpdatesDistrib-seed#[FAF8F2284BA70C79]-worker) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@cf471d0 [junit4] 2> 2377906 INFO (SUITE-TestInPlaceUpdatesDistrib-seed#[FAF8F2284BA70C79]-worker) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@cf471d0 [junit4] 2> 2377908 INFO (coreLoadExecutor-9219-thread-1) [ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 2377908 INFO (coreLoadExecutor-9219-thread-1) [ x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes] [junit4] 2> 2377931 INFO (coreLoadExecutor-9219-thread-1) [ x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 2377940 INFO (coreLoadExecutor-9219-thread-1) [ x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=inplace-updates [junit4] 2> 2377944 INFO (coreLoadExecutor-9219-thread-1) [ x:collection1] o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id [junit4] 2> 2377944 INFO (coreLoadExecutor-9219-thread-1) [ x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1, trusted=true [junit4] 2> 2377944 INFO (coreLoadExecutor-9219-thread-1) [ x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@cf471d0 [junit4] 2> 2377944 INFO (coreLoadExecutor-9219-thread-1) [ x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 2377944 INFO (coreLoadExecutor-9219-thread-1) [ x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_FAF8F2284BA70C79-001/init-core-data-001/] [junit4] 2> 2377948 WARN (coreLoadExecutor-9219-thread-1) [ x:collection1] 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> 2377980 INFO (coreLoadExecutor-9219-thread-1) [ x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 2377980 INFO (coreLoadExecutor-9219-thread-1) [ x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 2377980 INFO (coreLoadExecutor-9219-thread-1) [ x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 2377981 INFO (coreLoadExecutor-9219-thread-1) [ x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 2377981 INFO (coreLoadExecutor-9219-thread-1) [ x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3af9b258[collection1] main] [junit4] 2> 2377982 WARN (coreLoadExecutor-9219-thread-1) [ x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead. [junit4] 2> 2377982 INFO (coreLoadExecutor-9219-thread-1) [ x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 2377983 INFO (searcherExecutor-9220-thread-1-processing-x:collection1) [ x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3af9b258[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 2377983 INFO (coreLoadExecutor-9219-thread-1) [ x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1579854578784927744 [junit4] 2> 2377986 INFO (SUITE-TestInPlaceUpdatesDistrib-seed#[FAF8F2284BA70C79]-worker) [ ] o.a.s.SolrTestCaseJ4 ####initCore end [junit4] 2> 2377993 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 2377997 INFO (Thread-8759) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 2377997 INFO (Thread-8759) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 2378010 ERROR (Thread-8759) [ ] 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> 2378097 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.a.s.c.ZkTestServer start zk server on port:33843 [junit4] 2> 2378112 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] 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> 2378112 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema-inplace-updates.xml to /configs/conf1/schema.xml [junit4] 2> 2378113 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] 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> 2378114 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] 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> 2378114 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] 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> 2378115 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] 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> 2378115 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] 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> 2378116 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] 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> 2378116 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] 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> 2378117 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] 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> 2378117 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] 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> 2378119 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise [junit4] 2> 2378186 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.e.j.s.Server jetty-9.3.20.v20170531 [junit4] 2> 2378187 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4f3f0f3b{/,null,AVAILABLE} [junit4] 2> 2378187 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.e.j.s.AbstractConnector Started ServerConnector@220f545c{SSL,[ssl, http/1.1]}{127.0.0.1:?????} [junit4] 2> 2378187 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.e.j.s.Server Started @???????ms [junit4] 2> 2378187 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_FAF8F2284BA70C79-001/tempDir-001/control/data, replicaType=NRT, hostContext=/, hostPort=44937, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_FAF8F2284BA70C79-001/control-001/cores} [junit4] 2> 2378187 ERROR (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 2378188 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 8.0.0 [junit4] 2> 2378188 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 2378188 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config dir: null [junit4] 2> 2378188 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-09-29T06:32:15.649Z [junit4] 2> 2378190 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper) [junit4] 2> 2378190 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_FAF8F2284BA70C79-001/control-001/solr.xml [junit4] 2> 2378193 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@cf471d0, but no JMX reporters were configured - adding default JMX reporter. [junit4] 2> 2378195 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33843/solr [junit4] 2> 2378254 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [n:127.0.0.1:44937_ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 2378254 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [n:127.0.0.1:44937_ ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44937_ [junit4] 2> 2378255 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [n:127.0.0.1:44937_ ] o.a.s.c.Overseer Overseer (id=98740911175237637-127.0.0.1:44937_-n_0000000000) starting [junit4] 2> 2378264 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [n:127.0.0.1:44937_ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44937_ [junit4] 2> 2378273 INFO (OverseerStateUpdate-98740911175237637-127.0.0.1:44937_-n_0000000000) [n:127.0.0.1:44937_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 2378366 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [n:127.0.0.1:44937_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@cf471d0 [junit4] 2> 2378379 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [n:127.0.0.1:44937_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@cf471d0 [junit4] 2> 2378379 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [n:127.0.0.1:44937_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@cf471d0 [junit4] 2> 2378381 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [n:127.0.0.1:44937_ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_FAF8F2284BA70C79-001/control-001/cores [junit4] 2> 2378440 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 2378441 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33843/solr ready [junit4] 2> 2378494 INFO (qtp1264420911-26344) [n:127.0.0.1:44937_ ] 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:44937_&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 2378496 INFO (OverseerThreadFactory-9230-thread-1-processing-n:127.0.0.1:44937_) [n:127.0.0.1:44937_ ] o.a.s.c.CreateCollectionCmd Create collection control_collection [junit4] 2> 2378650 INFO (qtp1264420911-26343) [n:127.0.0.1:44937_ ] 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> 2378651 INFO (qtp1264420911-26343) [n:127.0.0.1:44937_ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores [junit4] 2> 2378754 INFO (zkCallback-4614-thread-1-processing-n:127.0.0.1:44937_) [n:127.0.0.1:44937_ ] 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> 2379669 INFO (qtp1264420911-26343) [n:127.0.0.1:44937_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 2379677 INFO (qtp1264420911-26343) [n:127.0.0.1:44937_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=inplace-updates [junit4] 2> 2379679 INFO (qtp1264420911-26343) [n:127.0.0.1:44937_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id [junit4] 2> 2379679 INFO (qtp1264420911-26343) [n:127.0.0.1:44937_ 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> 2379680 INFO (qtp1264420911-26343) [n:127.0.0.1:44937_ 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@cf471d0 [junit4] 2> 2379680 INFO (qtp1264420911-26343) [n:127.0.0.1:44937_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 2379680 INFO (qtp1264420911-26343) [n:127.0.0.1:44937_ 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/J1/temp/solr.update.TestInPlaceUpdatesDistrib_FAF8F2284BA70C79-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_FAF8F2284BA70C79-001/control-001/cores/control_collection_shard1_replica_n1/data/] [junit4] 2> 2379683 WARN (qtp1264420911-26343) [n:127.0.0.1:44937_ 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> 2379711 INFO (qtp1264420911-26343) [n:127.0.0.1:44937_ 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> 2379711 INFO (qtp1264420911-26343) [n:127.0.0.1:44937_ 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> 2379712 INFO (qtp1264420911-26343) [n:127.0.0.1:44937_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 2379712 INFO (qtp1264420911-26343) [n:127.0.0.1:44937_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 2379713 INFO (qtp1264420911-26343) [n:127.0.0.1:44937_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7e366ca3[control_collection_shard1_replica_n1] main] [junit4] 2> 2379715 INFO (qtp1264420911-26343) [n:127.0.0.1:44937_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 2379715 INFO (qtp1264420911-26343) [n:127.0.0.1:44937_ 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> 2379716 INFO (qtp1264420911-26343) [n:127.0.0.1:44937_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 2379717 INFO (searcherExecutor-9233-thread-1-processing-n:127.0.0.1:44937_ x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) [n:127.0.0.1:44937_ 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@7e366ca3[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 2379718 INFO (qtp1264420911-26343) [n:127.0.0.1:44937_ 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 1579854580604207104 [junit4] 2> 2379723 INFO (qtp1264420911-26343) [n:127.0.0.1:44937_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 2379724 INFO (qtp1264420911-26343) [n:127.0.0.1:44937_ 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> 2379724 INFO (qtp1264420911-26343) [n:127.0.0.1:44937_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:44937/control_collection_shard1_replica_n1/ [junit4] 2> 2379724 INFO (qtp1264420911-26343) [n:127.0.0.1:44937_ 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> 2379724 INFO (qtp1264420911-26343) [n:127.0.0.1:44937_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:44937/control_collection_shard1_replica_n1/ has no replicas [junit4] 2> 2379724 INFO (qtp1264420911-26343) [n:127.0.0.1:44937_ 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> 2379731 INFO (qtp1264420911-26343) [n:127.0.0.1:44937_ 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:44937/control_collection_shard1_replica_n1/ shard1 [junit4] 2> 2379832 INFO (zkCallback-4614-thread-1-processing-n:127.0.0.1:44937_) [n:127.0.0.1:44937_ ] 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> 2379884 INFO (qtp1264420911-26343) [n:127.0.0.1:44937_ 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> 2379886 INFO (qtp1264420911-26343) [n:127.0.0.1:44937_ 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=1236 [junit4] 2> 2379888 INFO (qtp1264420911-26344) [n:127.0.0.1:44937_ ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas [junit4] 2> 2379986 INFO (zkCallback-4614-thread-1-processing-n:127.0.0.1:44937_) [n:127.0.0.1:44937_ ] 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> 2380497 INFO (OverseerCollectionConfigSetProcessor-98740911175237637-127.0.0.1:44937_-n_0000000000) [n:127.0.0.1:44937_ ] 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> 2380888 INFO (qtp1264420911-26344) [n:127.0.0.1:44937_ ] 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:44937_&wt=javabin&version=2} status=0 QTime=2393 [junit4] 2> 2380893 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 2380893 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33843/solr ready [junit4] 2> 2380893 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false [junit4] 2> 2380895 INFO (qtp1264420911-26339) [n:127.0.0.1:44937_ ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=1&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 2380896 INFO (OverseerThreadFactory-9230-thread-2-processing-n:127.0.0.1:44937_) [n:127.0.0.1:44937_ ] o.a.s.c.CreateCollectionCmd Create collection collection1 [junit4] 2> 2380897 WARN (OverseerThreadFactory-9230-thread-2-processing-n:127.0.0.1:44937_) [n:127.0.0.1:44937_ ] o.a.s.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores. [junit4] 2> 2381099 INFO (qtp1264420911-26339) [n:127.0.0.1:44937_ ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas [junit4] 2> 2381099 INFO (qtp1264420911-26339) [n:127.0.0.1:44937_ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=1&wt=javabin&version=2} status=0 QTime=203 [junit4] 2> 2381174 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_FAF8F2284BA70C79-001/shard-1-001 of type NRT [junit4] 2> 2381174 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.e.j.s.Server jetty-9.3.20.v20170531 [junit4] 2> 2381176 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3913c75a{/,null,AVAILABLE} [junit4] 2> 2381176 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.e.j.s.AbstractConnector Started ServerConnector@4248df16{SSL,[ssl, http/1.1]}{127.0.0.1:?????} [junit4] 2> 2381176 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.e.j.s.Server Started @???????ms [junit4] 2> 2381176 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_FAF8F2284BA70C79-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=43539, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_FAF8F2284BA70C79-001/shard-1-001/cores} [junit4] 2> 2381177 ERROR (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 2381177 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 8.0.0 [junit4] 2> 2381177 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 2381177 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config dir: null [junit4] 2> 2381177 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-09-29T06:32:18.638Z [junit4] 2> 2381179 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper) [junit4] 2> 2381179 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_FAF8F2284BA70C79-001/shard-1-001/solr.xml [junit4] 2> 2381199 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@cf471d0, but no JMX reporters were configured - adding default JMX reporter. [junit4] 2> 2381202 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33843/solr [junit4] 2> 2381212 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [n:127.0.0.1:43539_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 2381214 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [n:127.0.0.1:43539_ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 2381215 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [n:127.0.0.1:43539_ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43539_ [junit4] 2> 2381215 INFO (zkCallback-4621-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 2381215 INFO (zkCallback-4614-thread-1-processing-n:127.0.0.1:44937_) [n:127.0.0.1:44937_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 2381233 INFO (zkCallback-4626-thread-1-processing-n:127.0.0.1:43539_) [n:127.0.0.1:43539_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 2381281 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [n:127.0.0.1:43539_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@cf471d0 [junit4] 2> 2381291 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [n:127.0.0.1:43539_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@cf471d0 [junit4] 2> 2381291 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [n:127.0.0.1:43539_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@cf471d0 [junit4] 2> 2381293 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [n:127.0.0.1:43539_ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_FAF8F2284BA70C79-001/shard-1-001/cores [junit4] 2> 2381348 INFO (qtp56987549-26378) [n:127.0.0.1:43539_ ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:43539_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 2381353 INFO (OverseerCollectionConfigSetProcessor-98740911175237637-127.0.0.1:44937_-n_0000000000) [n:127.0.0.1:44937_ ] 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> 2381353 INFO (OverseerThreadFactory-9230-thread-3-processing-n:127.0.0.1:44937_) [n:127.0.0.1:44937_ ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:43539_ for creating new replica [junit4] 2> 2381356 INFO (qtp56987549-26385) [n:127.0.0.1:43539_ ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n21&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 2381356 INFO (qtp56987549-26385) [n:127.0.0.1:43539_ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores [junit4] 2> 2382368 INFO (qtp56987549-26385) [n:127.0.0.1:43539_ c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 2382375 INFO (qtp56987549-26385) [n:127.0.0.1:43539_ c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.s.IndexSchema [collection1_shard1_replica_n21] Schema name=inplace-updates [junit4] 2> 2382378 INFO (qtp56987549-26385) [n:127.0.0.1:43539_ c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id [junit4] 2> 2382378 INFO (qtp56987549-26385) [n:127.0.0.1:43539_ c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n21' using configuration from collection collection1, trusted=true [junit4] 2> 2382378 INFO (qtp56987549-26385) [n:127.0.0.1:43539_ c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n21' (registry 'solr.core.collection1.shard1.replica_n21') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@cf471d0 [junit4] 2> 2382378 INFO (qtp56987549-26385) [n:127.0.0.1:43539_ c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 2382378 INFO (qtp56987549-26385) [n:127.0.0.1:43539_ c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.c.SolrCore [[collection1_shard1_replica_n21] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_FAF8F2284BA70C79-001/shard-1-001/cores/collection1_shard1_replica_n21], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_FAF8F2284BA70C79-001/shard-1-001/cores/collection1_shard1_replica_n21/data/] [junit4] 2> 2382381 WARN (qtp56987549-26385) [n:127.0.0.1:43539_ c:collection1 s:shard1 x:collection1_shard1_replica_n21] 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> 2382404 INFO (qtp56987549-26385) [n:127.0.0.1:43539_ c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 2382404 INFO (qtp56987549-26385) [n:127.0.0.1:43539_ c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 2382405 INFO (qtp56987549-26385) [n:127.0.0.1:43539_ c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 2382405 INFO (qtp56987549-26385) [n:127.0.0.1:43539_ c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 2382405 INFO (qtp56987549-26385) [n:127.0.0.1:43539_ c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.s.SolrIndexSearcher Opening [Searcher@67dc6d9a[collection1_shard1_replica_n21] main] [junit4] 2> 2382406 INFO (qtp56987549-26385) [n:127.0.0.1:43539_ c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 2382406 INFO (qtp56987549-26385) [n:127.0.0.1:43539_ c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 2382407 INFO (qtp56987549-26385) [n:127.0.0.1:43539_ c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 2382407 INFO (searcherExecutor-9244-thread-1-processing-n:127.0.0.1:43539_ x:collection1_shard1_replica_n21 s:shard1 c:collection1) [n:127.0.0.1:43539_ c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.c.SolrCore [collection1_shard1_replica_n21] Registered new searcher Searcher@67dc6d9a[collection1_shard1_replica_n21] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 2382408 INFO (qtp56987549-26385) [n:127.0.0.1:43539_ c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1579854583424876544 [junit4] 2> 2382410 INFO (qtp56987549-26385) [n:127.0.0.1:43539_ c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 2382410 INFO (qtp56987549-26385) [n:127.0.0.1:43539_ c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 2382410 INFO (qtp56987549-26385) [n:127.0.0.1:43539_ c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:43539/collection1_shard1_replica_n21/ [junit4] 2> 2382410 INFO (qtp56987549-26385) [n:127.0.0.1:43539_ c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me [junit4] 2> 2382410 INFO (qtp56987549-26385) [n:127.0.0.1:43539_ c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.c.SyncStrategy https://127.0.0.1:43539/collection1_shard1_replica_n21/ has no replicas [junit4] 2> 2382410 INFO (qtp56987549-26385) [n:127.0.0.1:43539_ c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR [junit4] 2> 2382412 INFO (qtp56987549-26385) [n:127.0.0.1:43539_ c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:43539/collection1_shard1_replica_n21/ shard1 [junit4] 2> 2382562 INFO (qtp56987549-26385) [n:127.0.0.1:43539_ c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 2382563 INFO (qtp56987549-26385) [n:127.0.0.1:43539_ c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n21&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1207 [junit4] 2> 2382564 INFO (qtp56987549-26378) [n:127.0.0.1:43539_ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:43539_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=1216 [junit4] 2> 2382615 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_FAF8F2284BA70C79-001/shard-2-001 of type NRT [junit4] 2> 2382615 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.e.j.s.Server jetty-9.3.20.v20170531 [junit4] 2> 2382616 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1609a229{/,null,AVAILABLE} [junit4] 2> 2382616 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.e.j.s.AbstractConnector Started ServerConnector@5f9df918{SSL,[ssl, http/1.1]}{127.0.0.1:?????} [junit4] 2> 2382616 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.e.j.s.Server Started @???????ms [junit4] 2> 2382616 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_FAF8F2284BA70C79-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/, hostPort=37453, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_FAF8F2284BA70C79-001/shard-2-001/cores} [junit4] 2> 2382617 ERROR (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 2382617 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 8.0.0 [junit4] 2> 2382617 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 2382617 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config dir: null [junit4] 2> 2382617 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-09-29T06:32:20.078Z [junit4] 2> 2382618 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper) [junit4] 2> 2382618 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_FAF8F2284BA70C79-001/shard-2-001/solr.xml [junit4] 2> 2382640 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@cf471d0, but no JMX reporters were configured - adding default JMX reporter. [junit4] 2> 2382642 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33843/solr [junit4] 2> 2382643 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ] o.a.z.s.NIOServerCnxn caught end of stream exception [junit4] 2> EndOfStreamException: Unable to read additional data from client sessionid 0x15ecc55e766000c, likely client has closed socket [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239) [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203) [junit4] 2> at java.lang.Thread.run(Thread.java:748) [junit4] 2> 2382645 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [n:127.0.0.1:37453_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 2382646 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [n:127.0.0.1:37453_ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 2382647 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [n:127.0.0.1:37453_ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37453_ [junit4] 2> 2382647 INFO (zkCallback-4614-thread-2-processing-n:127.0.0.1:44937_) [n:127.0.0.1:44937_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 2382647 INFO (zkCallback-4632-thread-1-processing-n:127.0.0.1:37453_) [n:127.0.0.1:37453_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 2382647 INFO (zkCallback-4626-thread-1-processing-n:127.0.0.1:43539_) [n:127.0.0.1:43539_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 2382649 INFO (zkCallback-4621-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 2382685 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [n:127.0.0.1:37453_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@cf471d0 [junit4] 2> 2382692 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [n:127.0.0.1:37453_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@cf471d0 [junit4] 2> 2382692 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [n:127.0.0.1:37453_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@cf471d0 [junit4] 2> 2382693 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [n:127.0.0.1:37453_ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_FAF8F2284BA70C79-001/shard-2-001/cores [junit4] 2> 2382722 INFO (qtp56987549-26383) [n:127.0.0.1:43539_ ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:37453_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 2382724 INFO (OverseerCollectionConfigSetProcessor-98740911175237637-127.0.0.1:44937_-n_0000000000) [n:127.0.0.1:44937_ ] 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> 2382724 INFO (OverseerThreadFactory-9230-thread-4-processing-n:127.0.0.1:44937_) [n:127.0.0.1:44937_ ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:37453_ for creating new replica [junit4] 2> 2382743 INFO (qtp62740946-26408) [n:127.0.0.1:37453_ ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n23&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 2382743 INFO (qtp62740946-26408) [n:127.0.0.1:37453_ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores [junit4] 2> 2383755 INFO (qtp62740946-26408) [n:127.0.0.1:37453_ c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 2383766 INFO (qtp62740946-26408) [n:127.0.0.1:37453_ c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.s.IndexSchema [collection1_shard1_replica_n23] Schema name=inplace-updates [junit4] 2> 2383770 INFO (qtp62740946-26408) [n:127.0.0.1:37453_ c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id [junit4] 2> 2383770 INFO (qtp62740946-26408) [n:127.0.0.1:37453_ c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n23' using configuration from collection collection1, trusted=true [junit4] 2> 2383770 INFO (qtp62740946-26408) [n:127.0.0.1:37453_ c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n23' (registry 'solr.core.collection1.shard1.replica_n23') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@cf471d0 [junit4] 2> 2383771 INFO (qtp62740946-26408) [n:127.0.0.1:37453_ c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 2383771 INFO (qtp62740946-26408) [n:127.0.0.1:37453_ c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.c.SolrCore [[collection1_shard1_replica_n23] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_FAF8F2284BA70C79-001/shard-2-001/cores/collection1_shard1_replica_n23], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_FAF8F2284BA70C79-001/shard-2-001/cores/collection1_shard1_replica_n23/data/] [junit4] 2> 2383775 WARN (qtp62740946-26408) [n:127.0.0.1:37453_ c:collection1 s:shard1 x:collection1_shard1_replica_n23] 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> 2383806 INFO (qtp62740946-26408) [n:127.0.0.1:37453_ c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 2383806 INFO (qtp62740946-26408) [n:127.0.0.1:37453_ c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 2383807 INFO (qtp62740946-26408) [n:127.0.0.1:37453_ c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 2383807 INFO (qtp62740946-26408) [n:127.0.0.1:37453_ c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 2383807 INFO (qtp62740946-26408) [n:127.0.0.1:37453_ c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.s.SolrIndexSearcher Opening [Searcher@702cd80[collection1_shard1_replica_n23] main] [junit4] 2> 2383808 INFO (qtp62740946-26408) [n:127.0.0.1:37453_ c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 2383808 INFO (qtp62740946-26408) [n:127.0.0.1:37453_ c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 2383809 INFO (qtp62740946-26408) [n:127.0.0.1:37453_ c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 2383809 INFO (searcherExecutor-9255-thread-1-processing-n:127.0.0.1:37453_ x:collection1_shard1_replica_n23 s:shard1 c:collection1) [n:127.0.0.1:37453_ c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.c.SolrCore [collection1_shard1_replica_n23] Registered new searcher Searcher@702cd80[collection1_shard1_replica_n23] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 2383809 INFO (qtp62740946-26408) [n:127.0.0.1:37453_ c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1579854584893931520 [junit4] 2> 2383812 INFO (qtp62740946-26408) [n:127.0.0.1:37453_ c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.c.ZkController Core needs to recover:collection1_shard1_replica_n23 [junit4] 2> 2383812 INFO (updateExecutor-4629-thread-1-processing-n:127.0.0.1:37453_ x:collection1_shard1_replica_n23 s:shard1 c:collection1) [n:127.0.0.1:37453_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.u.DefaultSolrCoreState Running recovery [junit4] 2> 2383812 INFO (qtp62740946-26408) [n:127.0.0.1:37453_ c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n23&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1068 [junit4] 2> 2383812 INFO (recoveryExecutor-4630-thread-1-processing-n:127.0.0.1:37453_ x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24) [n:127.0.0.1:37453_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true [junit4] 2> 2383813 INFO (recoveryExecutor-4630-thread-1-processing-n:127.0.0.1:37453_ x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24) [n:127.0.0.1:37453_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]] [junit4] 2> 2383813 INFO (recoveryExecutor-4630-thread-1-processing-n:127.0.0.1:37453_ x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24) [n:127.0.0.1:37453_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1_shard1_replica_n23] [junit4] 2> 2383813 INFO (recoveryExecutor-4630-thread-1-processing-n:127.0.0.1:37453_ x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24) [n:127.0.0.1:37453_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null} [junit4] 2> 2383813 INFO (recoveryExecutor-4630-thread-1-processing-n:127.0.0.1:37453_ x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24) [n:127.0.0.1:37453_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Publishing state of core [collection1_shard1_replica_n23] as recovering, leader is [https://127.0.0.1:43539/collection1_shard1_replica_n21/] and I am [https://127.0.0.1:37453/collection1_shard1_replica_n23/] [junit4] 2> 2383813 INFO (qtp56987549-26383) [n:127.0.0.1:43539_ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:37453_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=1091 [junit4] 2> 2383814 INFO (recoveryExecutor-4630-thread-1-processing-n:127.0.0.1:37453_ x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24) [n:127.0.0.1:37453_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Sending prep recovery command to [https://127.0.0.1:43539]; [WaitForState: action=PREPRECOVERY&core=collection1_shard1_replica_n21&nodeName=127.0.0.1:37453_&coreNodeName=core_node24&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true] [junit4] 2> 2383815 INFO (qtp56987549-26383) [n:127.0.0.1:43539_ ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node24, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true, maxTime: 183 s [junit4] 2> 2383815 INFO (qtp56987549-26383) [n:127.0.0.1:43539_ ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard1, thisCore=collection1_shard1_replica_n21, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:37453_, coreNodeName=core_node24, onlyIfActiveCheckResult=false, nodeProps: core_node24:{"core":"collection1_shard1_replica_n23","base_url":"https://127.0.0.1:37453","node_name":"127.0.0.1:37453_","state":"down","type":"NRT"} [junit4] 2> 2383869 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_FAF8F2284BA70C79-001/shard-3-001 of type NRT [junit4] 2> 2383870 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.e.j.s.Server jetty-9.3.20.v20170531 [junit4] 2> 2383870 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5b8702a1{/,null,AVAILABLE} [junit4] 2> 2383871 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.e.j.s.AbstractConnector Started ServerConnector@154c0a8{SSL,[ssl, http/1.1]}{127.0.0.1:?????} [junit4] 2> 2383871 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.e.j.s.Server Started @???????ms [junit4] 2> 2383871 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_FAF8F2284BA70C79-001/tempDir-001/jetty3, solrconfig=solrconfig.xml, hostContext=/, hostPort=35209, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_FAF8F2284BA70C79-001/shard-3-001/cores} [junit4] 2> 2383871 ERROR (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 2383871 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 8.0.0 [junit4] 2> 2383871 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 2383871 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config dir: null [junit4] 2> 2383871 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-09-29T06:32:21.332Z [junit4] 2> 2383873 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper) [junit4] 2> 2383873 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_FAF8F2284BA70C79-001/shard-3-001/solr.xml [junit4] 2> 2383875 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@cf471d0, but no JMX reporters were configured - adding default JMX reporter. [junit4] 2> 2383877 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33843/solr [junit4] 2> 2383878 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ] o.a.z.s.NIOServerCnxn caught end of stream exception [junit4] 2> EndOfStreamException: Unable to read additional data from client sessionid 0x15ecc55e766000f, likely client has closed socket [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239) [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203) [junit4] 2> at java.lang.Thread.run(Thread.java:748) [junit4] 2> 2383880 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [n:127.0.0.1:35209_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3) [junit4] 2> 2383880 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [n:127.0.0.1:35209_ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 2383881 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [n:127.0.0.1:35209_ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35209_ [junit4] 2> 2383881 INFO (zkCallback-4632-thread-1-processing-n:127.0.0.1:37453_) [n:127.0.0.1:37453_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 2383881 INFO (zkCallback-4614-thread-2-processing-n:127.0.0.1:44937_) [n:127.0.0.1:44937_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 2383881 INFO (zkCallback-4626-thread-1-processing-n:127.0.0.1:43539_) [n:127.0.0.1:43539_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 2383881 INFO (zkCallback-4621-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 2383882 INFO (zkCallback-4639-thread-1-processing-n:127.0.0.1:35209_) [n:127.0.0.1:35209_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 2383942 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [n:127.0.0.1:35209_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@cf471d0 [junit4] 2> 2383948 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [n:127.0.0.1:35209_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@cf471d0 [junit4] 2> 2383948 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [n:127.0.0.1:35209_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@cf471d0 [junit4] 2> 2383949 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [n:127.0.0.1:35209_ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_FAF8F2284BA70C79-001/shard-3-001/cores [junit4] 2> 2383975 INFO (qtp56987549-26384) [n:127.0.0.1:43539_ ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:35209_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 2383977 INFO (OverseerThreadFactory-9230-thread-5-processing-n:127.0.0.1:44937_) [n:127.0.0.1:44937_ ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:35209_ for creating new replica [junit4] 2> 2383977 INFO (OverseerCollectionConfigSetProcessor-98740911175237637-127.0.0.1:44937_-n_0000000000) [n:127.0.0.1:44937_ ] 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> 2383993 INFO (qtp1446197583-26441) [n:127.0.0.1:35209_ ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n25&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 2383994 INFO (qtp1446197583-26441) [n:127.0.0.1:35209_ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores [junit4] 2> 2384815 INFO (qtp56987549-26383) [n:127.0.0.1:43539_ ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard1, thisCore=collection1_shard1_replica_n21, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:37453_, coreNodeName=core_node24, onlyIfActiveCheckResult=false, nodeProps: core_node24:{"core":"collection1_shard1_replica_n23","base_url":"https://127.0.0.1:37453","node_name":"127.0.0.1:37453_","state":"recovering","type":"NRT"} [junit4] 2> 2384816 INFO (qtp56987549-26383) [n:127.0.0.1:43539_ ] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node24, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds. [junit4] 2> 2384816 INFO (qtp56987549-26383) [n:127.0.0.1:43539_ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:37453_&onlyIfLeaderActive=true&core=collection1_shard1_replica_n21&coreNodeName=core_node24&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=1000 [junit4] 2> 2385009 INFO (qtp1446197583-26441) [n:127.0.0.1:35209_ c:collection1 s:shard1 x:collection1_shard1_replica_n25] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 2385021 INFO (qtp1446197583-26441) [n:127.0.0.1:35209_ c:collection1 s:shard1 x:collection1_shard1_replica_n25] o.a.s.s.IndexSchema [collection1_shard1_replica_n25] Schema name=inplace-updates [junit4] 2> 2385025 INFO (qtp1446197583-26441) [n:127.0.0.1:35209_ c:collection1 s:shard1 x:collection1_shard1_replica_n25] o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id [junit4] 2> 2385025 INFO (qtp1446197583-26441) [n:127.0.0.1:35209_ c:collection1 s:shard1 x:collection1_shard1_replica_n25] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n25' using configuration from collection collection1, trusted=true [junit4] 2> 2385026 INFO (qtp1446197583-26441) [n:127.0.0.1:35209_ c:collection1 s:shard1 x:collection1_shard1_replica_n25] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n25' (registry 'solr.core.collection1.shard1.replica_n25') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@cf471d0 [junit4] 2> 2385026 INFO (qtp1446197583-26441) [n:127.0.0.1:35209_ c:collection1 s:shard1 x:collection1_shard1_replica_n25] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 2385026 INFO (qtp1446197583-26441) [n:127.0.0.1:35209_ c:collection1 s:shard1 x:collection1_shard1_replica_n25] o.a.s.c.SolrCore [[collection1_shard1_replica_n25] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_FAF8F2284BA70C79-001/shard-3-001/cores/collection1_shard1_replica_n25], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_FAF8F2284BA70C79-001/shard-3-001/cores/collection1_shard1_replica_n25/data/] [junit4] 2> 2385031 WARN (qtp1446197583-26441) [n:127.0.0.1:35209_ c:collection1 s:shard1 x:collection1_shard1_replica_n25] 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> 2385068 INFO (qtp1446197583-26441) [n:127.0.0.1:35209_ c:collection1 s:shard1 x:collection1_shard1_replica_n25] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 2385068 INFO (qtp1446197583-26441) [n:127.0.0.1:35209_ c:collection1 s:shard1 x:collection1_shard1_replica_n25] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 2385068 INFO (qtp1446197583-26441) [n:127.0.0.1:35209_ c:collection1 s:shard1 x:collection1_shard1_replica_n25] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 2385068 INFO (qtp1446197583-26441) [n:127.0.0.1:35209_ c:collection1 s:shard1 x:collection1_shard1_replica_n25] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 2385069 INFO (qtp1446197583-26441) [n:127.0.0.1:35209_ c:collection1 s:shard1 x:collection1_shard1_replica_n25] o.a.s.s.SolrIndexSearcher Opening [Searcher@199e312c[collection1_shard1_replica_n25] main] [junit4] 2> 2385070 INFO (qtp1446197583-26441) [n:127.0.0.1:35209_ c:collection1 s:shard1 x:collection1_shard1_replica_n25] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 2385070 INFO (qtp1446197583-26441) [n:127.0.0.1:35209_ c:collection1 s:shard1 x:collection1_shard1_replica_n25] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 2385071 INFO (qtp1446197583-26441) [n:127.0.0.1:35209_ c:collection1 s:shard1 x:collection1_shard1_replica_n25] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 2385071 INFO (qtp1446197583-26441) [n:127.0.0.1:35209_ c:collection1 s:shard1 x:collection1_shard1_replica_n25] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1579854586217234432 [junit4] 2> 2385071 INFO (searcherExecutor-9266-thread-1-processing-n:127.0.0.1:35209_ x:collection1_shard1_replica_n25 s:shard1 c:collection1) [n:127.0.0.1:35209_ c:collection1 s:shard1 x:collection1_shard1_replica_n25] o.a.s.c.SolrCore [collection1_shard1_replica_n25] Registered new searcher Searcher@199e312c[collection1_shard1_replica_n25] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 2385073 INFO (qtp1446197583-26441) [n:127.0.0.1:35209_ c:collection1 s:shard1 x:collection1_shard1_replica_n25] o.a.s.c.ZkController Core needs to recover:collection1_shard1_replica_n25 [junit4] 2> 2385073 INFO (updateExecutor-4636-thread-1-processing-n:127.0.0.1:35209_ x:collection1_shard1_replica_n25 s:shard1 c:collection1) [n:127.0.0.1:35209_ c:collection1 s:shard1 r:core_node26 x:collection1_shard1_replica_n25] o.a.s.u.DefaultSolrCoreState Running recovery [junit4] 2> 2385073 INFO (qtp1446197583-26441) [n:127.0.0.1:35209_ c:collection1 s:shard1 x:collection1_shard1_replica_n25] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n25&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1080 [junit4] 2> 2385073 INFO (recoveryExecutor-4637-thread-1-processing-n:127.0.0.1:35209_ x:collection1_shard1_replica_n25 s:shard1 c:collection1 r:core_node26) [n:127.0.0.1:35209_ c:collection1 s:shard1 r:core_node26 x:collection1_shard1_replica_n25] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true [junit4] 2> 2385074 INFO (recoveryExecutor-4637-thread-1-processing-n:127.0.0.1:35209_ x:collection1_shard1_replica_n25 s:shard1 c:collection1 r:core_node26) [n:127.0.0.1:35209_ c:collection1 s:shard1 r:core_node26 x:collection1_shard1_replica_n25] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]] [junit4] 2> 2385074 INFO (recoveryExecutor-4637-thread-1-processing-n:127.0.0.1:35209_ x:collection1_shard1_replica_n25 s:shard1 c:collection1 r:core_node26) [n:127.0.0.1:35209_ c:collection1 s:shard1 r:core_node26 x:collection1_shard1_replica_n25] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1_shard1_replica_n25] [junit4] 2> 2385074 INFO (recoveryExecutor-4637-thread-1-processing-n:127.0.0.1:35209_ x:collection1_shard1_replica_n25 s:shard1 c:collection1 r:core_node26) [n:127.0.0.1:35209_ c:collection1 s:shard1 r:core_node26 x:collection1_shard1_replica_n25] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null} [junit4] 2> 2385074 INFO (recoveryExecutor-4637-thread-1-processing-n:127.0.0.1:35209_ x:collection1_shard1_replica_n25 s:shard1 c:collection1 r:core_node26) [n:127.0.0.1:35209_ c:collection1 s:shard1 r:core_node26 x:collection1_shard1_replica_n25] o.a.s.c.RecoveryStrategy Publishing state of core [collection1_shard1_replica_n25] as recovering, leader is [https://127.0.0.1:43539/collection1_shard1_replica_n21/] and I am [https://127.0.0.1:35209/collection1_shard1_replica_n25/] [junit4] 2> 2385075 INFO (qtp56987549-26384) [n:127.0.0.1:43539_ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:35209_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=1099 [junit4] 2> 2385075 INFO (recoveryExecutor-4637-thread-1-processing-n:127.0.0.1:35209_ x:collection1_shard1_replica_n25 s:shard1 c:collection1 r:core_node26) [n:127.0.0.1:35209_ c:collection1 s:shard1 r:core_node26 x:collection1_shard1_replica_n25] o.a.s.c.RecoveryStrategy Sending prep recovery command to [https://127.0.0.1:43539]; [WaitForState: action=PREPRECOVERY&core=collection1_shard1_replica_n21&nodeName=127.0.0.1:35209_&coreNodeName=core_node26&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true] [junit4] 2> 2385076 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.a.s.SolrTestCaseJ4 ###Starting test [junit4] 2> 2385076 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[FAF8F2284BA70C79]) [ ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):330 [junit4] 1> - [junit4] 1> replica:core_node22 rstate:active live:true [junit4] 1> replica:core_node24 rstate:recovering live:true [junit4] 1> replica:core_node26 rstate:down live:true [junit4] 2> 2385077 INFO (qtp56987549-26383) [n:127.0.0.1:43539_ ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node26, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true, maxTime: 183 s [junit4] 2> 2385077 INFO (qtp56987549-26383) [n:127.0.0.1:43539_ ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard1, thisCore=collection1_shard1_replica_n21, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:35209_, coreNodeName=core_node26, onlyIfActiveCheckResult=false, nodeProps: core_node26:{"core":"collection1_shard1_replica_n25","base_url":"https://127.0.0.1:35209","node_name":"127.0.0.1:35209_","state":"down","type":"NRT"} [junit4] 2> 2385316 INFO (recoveryExecutor-4630-thread-1-processing-n:127.0.0.1:37453_ x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24) [n:127.0.0.1:37453_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Attempting to PeerSync from [https://127.0.0.1:43539/collection1_shard1_replica_n21/] - recoveringAfterStartup=[true] [junit4] 2> 2385316 INFO (recoveryExecutor-4630-thread-1-processing-n:127.0.0.1:37453_ x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24) [n:127.0.0.1:37453_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_n23 url=https://127.0.0.1:37453 START replicas=[https://127.0.0.1:43539/collection1_shard1_replica_n21/] nUpdates=100 [junit4] 2> 2385318 INFO (qtp56987549-26379) [n:127.0.0.1:43539_ c:collection1 s:shard1 r:core_node22 x:collection1_shard1_replica_n21] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0} [junit4] 2> 2385318 INFO (qtp56987549-26379) [n:127.0.0.1:43539_ c:collection1 s:shard1 r:core_node22 x:collection1_shard1_replica_n21] o.a.s.c.S.Request [collection1_shard1_replica_n21] webapp= path=/get params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 2385318 INFO (recoveryExecutor-4630-thread-1-processing-n:127.0.0.1:37453_ x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24) [n:127.0.0.1:37453_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0} [junit4] 2> 2385319 INFO (recoveryExecutor-4630-thread-1-processing-n:127.0.0.1:37453_ x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24) [n:127.0.0.1:37453_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync [junit4] 2> 2385319 INFO (recoveryExecutor-4630-thread-1-processing-n:127.0.0.1:37453_ x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24) [n:127.0.0.1:37453_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 2385319 INFO (recoveryExecutor-4630-thread-1-processing-n:127.0.0.1:37453_ x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24) [n:127.0.0.1:37453_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit. [junit4] 2> 2385319 INFO (recoveryExecutor-4630-thread-1-processing-n:127.0.0.1:37453_ x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24) [n:127.0.0.1:37453_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.u.DirectUpdateHandler2 end_commit_flush [junit4] 2> 2385319 INFO (recoveryExecutor-4630-thread-1-processing-n:127.0.0.1:37453_ x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24) [n:127.0.0.1:37453_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful. [junit4] 2> 2385319 INFO (recoveryExecutor-4630-thread-1-processing-n:127.0.0.1:37453_ x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24) [n:127.0.0.1:37453_ c:collection1 s:shard1 r:core_node24 x:collecti [...truncated too long message...] tp.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:526) [junit4] > ... 49 more [junit4] 2> 8863971 INFO (SUITE-TestInPlaceUpdatesDistrib-seed#[FAF8F2284BA70C79]-worker) [ ] o.a.s.SolrTestCaseJ4 ###deleteCore [junit4] 2> 8863971 INFO (SUITE-TestInPlaceUpdatesDistrib-seed#[FAF8F2284BA70C79]-worker) [ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2046698150 [junit4] 2> 8863971 INFO (SUITE-TestInPlaceUpdatesDistrib-seed#[FAF8F2284BA70C79]-worker) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null [junit4] 2> 8863972 INFO (SUITE-TestInPlaceUpdatesDistrib-seed#[FAF8F2284BA70C79]-worker) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5db987af: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@cd7de81 [junit4] 2> 8863972 INFO (SUITE-TestInPlaceUpdatesDistrib-seed#[FAF8F2284BA70C79]-worker) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null [junit4] 2> 8863972 INFO (SUITE-TestInPlaceUpdatesDistrib-seed#[FAF8F2284BA70C79]-worker) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@aca7dc3: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@75ecb273 [junit4] 2> 8863972 INFO (SUITE-TestInPlaceUpdatesDistrib-seed#[FAF8F2284BA70C79]-worker) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null [junit4] 2> 8863972 INFO (SUITE-TestInPlaceUpdatesDistrib-seed#[FAF8F2284BA70C79]-worker) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@51f7ea86: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@71d33816 [junit4] 2> 8863973 INFO (coreCloseExecutor-9285-thread-1) [ x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore org.apache.solr.core.SolrCore@6cc07c38 [junit4] 2> 8863973 INFO (coreCloseExecutor-9285-thread-1) [ x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=1824554040 [junit4] 2> 8863973 INFO (coreCloseExecutor-9285-thread-1) [ x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5330fc83: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@9f7c24e [junit4] 2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_FAF8F2284BA70C79-001 [junit4] 2> NOTE: test params are: codec=Asserting(Lucene70), sim=RandomSimilarity(queryNorm=true): {}, locale=hi-IN, timezone=America/Guyana [junit4] 2> NOTE: Linux 4.10.0-33-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=8,threads=1,free=119845136,total=531103744 [junit4] 2> NOTE: All tests run in this JVM: [TestManagedSchemaAPI, TestSimpleQParserPlugin, TestDistributedGrouping, TestStressRecovery, SuggestComponentContextFilterQueryTest, SystemInfoHandlerTest, BadComponentTest, ConfigureRecoveryStrategyTest, BlockJoinFacetSimpleTest, MoreLikeThisHandlerTest, TestManagedResourceStorage, TestNestedDocsSort, UpdateRequestProcessorFactoryTest, TestConfigsApi, TestSolrConfigHandler, TestStressVersions, SolrCloudExampleTest, TestBM25SimilarityFactory, TestCollectionsAPIViaSolrCloudCluster, TestCoreContainer, TestFieldCache, SpellCheckComponentTest, TestClusterStateMutator, TestMultiValuedNumericRangeQuery, BigEndianAscendingWordSerializerTest, TestSolrJ, PKIAuthenticationIntegrationTest, IndexSchemaRuntimeFieldTest, TestXIncludeConfig, TestFiltering, HttpSolrCallGetCoreTest, SolrIndexMetricsTest, DistributedTermsComponentTest, SoftAutoCommitTest, BJQParserTest, TestSolrCoreSnapshots, TestUniqueKeyFieldResource, TestRawResponseWriter, DOMUtilTest, TestSchemaSimilarityResource, DocValuesMultiTest, TestPullReplica, ChaosMonkeyNothingIsSafeWithPullReplicasTest, DocValuesTest, TestPerFieldSimilarity, TestReloadAndDeleteDocs, TestCopyFieldCollectionResource, TestInfoStreamLogging, TestQueryTypes, TestClassicSimilarityFactory, CSVRequestHandlerTest, LeaderInitiatedRecoveryOnCommitTest, TestLRUCache, TestJsonRequest, NoCacheHeaderTest, SolrCmdDistributorTest, PreAnalyzedUpdateProcessorTest, TlogReplayBufferedWhileIndexingTest, TestBulkSchemaConcurrent, TestValueSourceCache, TestStreamBody, SchemaVersionSpecificBehaviorTest, TestSystemIdResolver, TestSQLHandler, TestSolrConfigHandlerConcurrent, TestGraphTermsQParserPlugin, MissingSegmentRecoveryTest, SolrMetricReporterTest, TestUnifiedSolrHighlighter, TestGraphMLResponseWriter, DeleteInactiveReplicaTest, ChaosMonkeySafeLeaderTest, TestXmlQParserPlugin, SampleTest, TestNumericTokenStream, SolrSlf4jReporterTest, JSONWriterTest, SpatialFilterTest, UpdateLogTest, TestHashPartitioner, CdcrReplicationHandlerTest, SharedFSAutoReplicaFailoverUtilsTest, TestMiniSolrCloudClusterSSL, MetricsConfigTest, TestLegacyNumericRangeQueryBuilder, CollectionsAPISolrJTest, StatelessScriptUpdateProcessorFactoryTest, DistributedFacetPivotLongTailTest, TestEmbeddedSolrServerConstructors, ShardRoutingTest, HdfsSyncSliceTest, SliceStateTest, DistanceUnitsTest, TestCustomDocTransformer, FileBasedSpellCheckerTest, DistributedIntervalFacetingTest, TestCloudPivotFacet, SaslZkACLProviderTest, JsonLoaderTest, ExitableDirectoryReaderTest, TestSearchPerf, TestSolrQueryResponse, LeaderElectionContextKeyTest, SuggesterTSTTest, DistributedQueueTest, DisMaxRequestHandlerTest, TestNamedUpdateProcessors, CollectionsAPIDistributedZkTest, V2StandaloneTest, TestCoreDiscovery, TestSweetSpotSimilarityFactory, ShardRoutingCustomTest, DeleteReplicaTest, ZkControllerTest, TestCollationFieldDocValues, DistributedMLTComponentTest, TestRuleBasedAuthorizationPlugin, TestPostingsSolrHighlighter, TestSolrCloudWithDelegationTokens, TestRecoveryHdfs, SparseHLLTest, TestHdfsUpdateLog, HardAutoCommitTest, PeerSyncTest, BasicFunctionalityTest, HighlighterTest, DistributedQueryElevationComponentTest, SuggesterFSTTest, SolrRequestParserTest, SuggesterTest, TestUpdate, TestAtomicUpdateErrorCases, QueryEqualityTest, DistanceFunctionTest, CacheHeaderTest, IndexBasedSpellCheckerTest, TestWriterPerf, TestOmitPositions, PathHierarchyTokenizerFactoryTest, TestIndexingPerformance, FastVectorHighlighterTest, IndexSchemaTest, TestCollationField, ReturnFieldsTest, TestPartialUpdateDeduplication, TestComponentsName, SOLR749Test, TestQuerySenderListener, AlternateDirectoryTest, TestSolrIndexConfig, TestQuerySenderNoQuery, CopyFieldTest, ResponseLogComponentTest, TestSolrDeletionPolicy2, MultiTermTest, TestBinaryField, MinimalSchemaTest, TestElisionMultitermQuery, TestConfig, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, DirectSolrConnectionTest, TestLuceneMatchVersion, SpellPossibilityIteratorTest, TestCharFilters, TestCodecSupport, EchoParamsTest, TestDFRSimilarityFactory, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, TestFastWriter, ResourceLoaderTest, ScriptEngineTest, OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, TestFastLRUCache, DateMathParserTest, PrimUtilsTest, TestSuggestSpellingConverter, SpellingQueryConverterTest, FileUtilsTest, TestRTGBase, CursorPagingTest, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, TestSimpleTrackingShardHandler, TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerSchemaAPI, ConnectionReuseTest, BaseCdcrDistributedZkTest, CleanupOldIndexTest, ConfigSetsAPITest, ConnectionManagerTest, CustomCollectionTest, DistributedVersionInfoTest, HealthCheckHandlerTest, LeaderInitiatedRecoveryOnShardRestartTest, MoveReplicaHDFSTest, MoveReplicaHDFSUlogDirTest, MoveReplicaTest, OverseerTaskQueueTest, ReplaceNodeTest, TestCloudDeleteByQuery, TestCloudInspectUtil, TestCloudPseudoReturnFields, TestCloudSearcherWarming, TestConfigSetsAPI, TestLeaderInitiatedRecoveryThread, TestPullReplicaErrorHandling, TestRandomFlRTGCloud, TestRandomRequestDistribution, TestRequestForwarding, TestRequestStatusCollectionAPI, TestSizeLimitedDistributedMap, TestStressCloudBlindAtomicUpdates, TestTlogReplica, ZkStateWriterTest, ImplicitSnitchTest, DirectoryFactoryTest, HdfsDirectoryFactoryTest, TestConfigSetProperties, TestCustomStream, TestHdfsBackupRestoreCore, DistributedQueryComponentCustomSortTest, InfixSuggestersTest, TestDistributedStatsComponentCardinality, SolrJmxReporterCloudTest, SubstringBytesRefFilterTest, TestBinaryResponseWriter, TestJavabinTupleStreamParser, TestPushWriter, TestRetrieveFieldsOptimizer, TestChildDocTransformer, TestSubQueryTransformerCrossCore, TestSubQueryTransformerDistrib, TestManagedResource, TestBulkSchemaAPI, TestDynamicFieldCollectionResource, TestFieldCollectionResource, TestFieldTypeResource, TestManagedSynonymGraphFilterFactory, DocValuesMissingTest, ManagedSchemaRoundRobinCloudTest, TestCloudSchemaless, TestScoreJoinQPScore, CloudMLTQParserTest, BasicAuthIntegrationTest, TestPKIAuthenticationPlugin, TestDelegationWithHadoopAuth, TestImpersonationWithHadoopAuth, SpellCheckCollatorWithCollapseTest, TestAnalyzeInfixSuggestions, TestFreeTextSuggestions, BlockCacheTest, HdfsLockFactoryTest, TestUninvertingReader, AddBlockUpdateTest, AnalysisErrorHandlingTest, CdcrUpdateLogTest, DataDrivenBlockJoinTest, PeerSyncWithIndexFingerprintCachingTest, TestInPlaceUpdatesDistrib] [junit4] Completed [733/733 (1!)] on J1 in 6486.19s, 1 test, 1 error <<< FAILURES! [...truncated 46584 lines...]
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
