Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-master/161/
3 tests failed. FAILED: org.apache.solr.cloud.MoveReplicaHDFSTest.testFailedMove Error Message: No live SolrServers available to handle this request:[http://127.0.0.1:43247/solr/MoveReplicaHDFSTest_failed_coll_true, http://127.0.0.1:42554/solr/MoveReplicaHDFSTest_failed_coll_true] Stack Trace: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:43247/solr/MoveReplicaHDFSTest_failed_coll_true, http://127.0.0.1:42554/solr/MoveReplicaHDFSTest_failed_coll_true] at __randomizedtesting.SeedInfo.seed([8A784DD479B0CBFE:20B59E26CE631E2E]:0) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:462) at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1107) at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884) at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:994) at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194) at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942) at org.apache.solr.cloud.MoveReplicaTest.testFailedMove(MoveReplicaTest.java:301) 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:1742) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985) 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:944) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891) 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: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:42554/solr/MoveReplicaHDFSTest_failed_coll_true: no servers hosting shard: shard2 at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413) ... 46 more FAILED: org.apache.solr.update.TestInPlaceUpdatesDistrib.test Error Message: KeeperErrorCode = Session expired for /clusterstate.json Stack Trace: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /clusterstate.json at __randomizedtesting.SeedInfo.seed([8A784DD479B0CBFE:22C720ED74CA606]:0) at org.apache.zookeeper.KeeperException.create(KeeperException.java:130) at org.apache.zookeeper.KeeperException.create(KeeperException.java:54) at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1215) at org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:341) at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60) at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:341) at org.apache.solr.common.cloud.ZkStateReader.refreshLegacyClusterState(ZkStateReader.java:567) at org.apache.solr.common.cloud.ZkStateReader.forceUpdateCollection(ZkStateReader.java:371) at org.apache.solr.cloud.AbstractFullDistribZkTestBase.updateMappingsFromZk(AbstractFullDistribZkTestBase.java:681) at org.apache.solr.cloud.AbstractFullDistribZkTestBase.updateMappingsFromZk(AbstractFullDistribZkTestBase.java:676) at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createJettys(AbstractFullDistribZkTestBase.java:471) at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:341) at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1006) at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:983) 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:944) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.lang.Thread.run(Thread.java:748) FAILED: org.apache.solr.client.solrj.impl.CloudSolrClientTest.testNonRetryableRequests Error Message: Error from server at https://127.0.0.1:35460/solr: KeeperErrorCode = Session expired for /overseer/collection-map-completed/mn-27a19af7-c696-4d5e-83f3-aa510c042a8e Stack Trace: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:35460/solr: KeeperErrorCode = Session expired for /overseer/collection-map-completed/mn-27a19af7-c696-4d5e-83f3-aa510c042a8e at __randomizedtesting.SeedInfo.seed([DA0E611AF76BF179:72E0A68909228575]:0) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413) at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1107) at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884) at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211) at org.apache.solr.client.solrj.request.CollectionAdminRequest$RequestStatus.waitFor(CollectionAdminRequest.java:1350) at org.apache.solr.client.solrj.request.CollectionAdminRequest$AsyncCollectionAdminRequest.processAndWait(CollectionAdminRequest.java:227) at org.apache.solr.client.solrj.request.CollectionAdminRequest$AsyncCollectionAdminRequest.processAndWait(CollectionAdminRequest.java:213) at org.apache.solr.client.solrj.impl.CloudSolrClientTest.testNonRetryableRequests(CloudSolrClientTest.java:515) 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:1742) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985) at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110) 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:944) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891) 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) Build Log: [...truncated 12506 lines...] [junit4] Suite: org.apache.solr.update.TestInPlaceUpdatesDistrib [junit4] 2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_8A784DD479B0CBFE-001/init-core-data-001 [junit4] 2> 310816 WARN (SUITE-TestInPlaceUpdatesDistrib-seed#[8A784DD479B0CBFE]-worker) [ ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2 [junit4] 2> 310820 INFO (SUITE-TestInPlaceUpdatesDistrib-seed#[8A784DD479B0CBFE]-worker) [ ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true [junit4] 2> 310822 INFO (SUITE-TestInPlaceUpdatesDistrib-seed#[8A784DD479B0CBFE]-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> 310825 INFO (SUITE-TestInPlaceUpdatesDistrib-seed#[8A784DD479B0CBFE]-worker) [ ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom [junit4] 2> 310825 INFO (SUITE-TestInPlaceUpdatesDistrib-seed#[8A784DD479B0CBFE]-worker) [ ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: / [junit4] 2> 310827 INFO (SUITE-TestInPlaceUpdatesDistrib-seed#[8A784DD479B0CBFE]-worker) [ ] o.a.s.SolrTestCaseJ4 updateLog impl=solr.CdcrUpdateLog [junit4] 2> 310827 INFO (SUITE-TestInPlaceUpdatesDistrib-seed#[8A784DD479B0CBFE]-worker) [ ] o.a.s.SolrTestCaseJ4 ####initCore [junit4] 2> 310827 INFO (SUITE-TestInPlaceUpdatesDistrib-seed#[8A784DD479B0CBFE]-worker) [ ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes] [junit4] 2> 310858 INFO (SUITE-TestInPlaceUpdatesDistrib-seed#[8A784DD479B0CBFE]-worker) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 310877 INFO (SUITE-TestInPlaceUpdatesDistrib-seed#[8A784DD479B0CBFE]-worker) [ ] o.a.s.s.IndexSchema [null] Schema name=inplace-updates [junit4] 2> 310880 INFO (SUITE-TestInPlaceUpdatesDistrib-seed#[8A784DD479B0CBFE]-worker) [ ] o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id [junit4] 2> 311192 INFO (SUITE-TestInPlaceUpdatesDistrib-seed#[8A784DD479B0CBFE]-worker) [ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 311192 INFO (SUITE-TestInPlaceUpdatesDistrib-seed#[8A784DD479B0CBFE]-worker) [ ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 311214 INFO (SUITE-TestInPlaceUpdatesDistrib-seed#[8A784DD479B0CBFE]-worker) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@221c3dab [junit4] 2> 311220 INFO (SUITE-TestInPlaceUpdatesDistrib-seed#[8A784DD479B0CBFE]-worker) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@221c3dab [junit4] 2> 311220 INFO (SUITE-TestInPlaceUpdatesDistrib-seed#[8A784DD479B0CBFE]-worker) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@221c3dab [junit4] 2> 311238 INFO (coreLoadExecutor-520-thread-1) [ x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes] [junit4] 2> 311307 INFO (coreLoadExecutor-520-thread-1) [ x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 311324 INFO (coreLoadExecutor-520-thread-1) [ x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=inplace-updates [junit4] 2> 311328 INFO (coreLoadExecutor-520-thread-1) [ x:collection1] o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id [junit4] 2> 311328 INFO (coreLoadExecutor-520-thread-1) [ x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1, trusted=true [junit4] 2> 311328 INFO (coreLoadExecutor-520-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@221c3dab [junit4] 2> 311329 INFO (coreLoadExecutor-520-thread-1) [ x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_8A784DD479B0CBFE-001/init-core-data-001/] [junit4] 2> 311343 WARN (coreLoadExecutor-520-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> 311419 INFO (coreLoadExecutor-520-thread-1) [ x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog [junit4] 2> 311419 INFO (coreLoadExecutor-520-thread-1) [ x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 311420 INFO (coreLoadExecutor-520-thread-1) [ x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 311421 INFO (coreLoadExecutor-520-thread-1) [ x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 311431 INFO (coreLoadExecutor-520-thread-1) [ x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@457e9b52[collection1] main] [junit4] 2> 311432 WARN (coreLoadExecutor-520-thread-1) [ x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead. [junit4] 2> 311433 INFO (coreLoadExecutor-520-thread-1) [ x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 311433 INFO (coreLoadExecutor-520-thread-1) [ x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1612567553015545856 [junit4] 2> 311434 INFO (searcherExecutor-521-thread-1-processing-x:collection1) [ x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@457e9b52[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 311451 INFO (SUITE-TestInPlaceUpdatesDistrib-seed#[8A784DD479B0CBFE]-worker) [ ] o.a.s.SolrTestCaseJ4 ####initCore end [junit4] 2> 311466 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 311470 INFO (Thread-2314) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 311470 INFO (Thread-2314) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 311571 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.c.ZkTestServer start zk server on port:37265 [junit4] 2> 311710 ERROR (Thread-2314) [ ] 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> 311770 INFO (zkConnectionManagerCallback-77-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 311802 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x104b41cdde40000, likely client has closed socket [junit4] 2> 311843 INFO (zkConnectionManagerCallback-79-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 311883 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml [junit4] 2> 311886 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/conf/schema-inplace-updates.xml to /configs/conf1/schema.xml [junit4] 2> 311897 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 311900 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt [junit4] 2> 311903 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt [junit4] 2> 311905 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml [junit4] 2> 311907 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml [junit4] 2> 311909 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json [junit4] 2> 311915 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 311918 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt [junit4] 2> 311920 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt [junit4] 2> 311966 INFO (zkConnectionManagerCallback-83-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 312008 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise [junit4] 2> 312170 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11 [junit4] 2> 312199 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 312199 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 312199 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.e.j.s.session node0 Scavenging every 600000ms [junit4] 2> 312200 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1a9a6b2{/,null,AVAILABLE} [junit4] 2> 312200 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.e.j.s.AbstractConnector Started ServerConnector@6328b9cd{SSL,[ssl, http/1.1]}{127.0.0.1:39443} [junit4] 2> 312200 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.e.j.s.Server Started @312303ms [junit4] 2> 312200 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_8A784DD479B0CBFE-001/tempDir-001/control/data, replicaType=NRT, hostContext=/, hostPort=39443, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_8A784DD479B0CBFE-001/control-001/cores} [junit4] 2> 312201 ERROR (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 312201 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 312201 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 8.0.0 [junit4] 2> 312201 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 312201 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 312201 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2018-09-25T08:30:59.549Z [junit4] 2> 312222 INFO (zkConnectionManagerCallback-85-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 312225 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper) [junit4] 2> 312225 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_8A784DD479B0CBFE-001/control-001/solr.xml [junit4] 2> 312228 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored [junit4] 2> 312228 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored [junit4] 2> 312230 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@221c3dab, but no JMX reporters were configured - adding default JMX reporter. [junit4] 2> 312423 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37265/solr [junit4] 2> 312425 INFO (zkConnectionManagerCallback-89-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 312436 INFO (zkConnectionManagerCallback-91-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 313002 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39443_ [junit4] 2> 313005 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.c.Overseer Overseer (id=73381530019561477-127.0.0.1:39443_-n_0000000000) starting [junit4] 2> 313139 INFO (zkConnectionManagerCallback-98-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 313155 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37265/solr ready [junit4] 2> 313347 INFO (OverseerStateUpdate-73381530019561477-127.0.0.1:39443_-n_0000000000) [n:127.0.0.1:39443_ ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:39443_ [junit4] 2> 313363 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39443_ [junit4] 2> 313491 INFO (zkCallback-90-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 313500 INFO (zkCallback-97-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 313575 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 313626 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@221c3dab [junit4] 2> 313674 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@221c3dab [junit4] 2> 313674 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@221c3dab [junit4] 2> 313710 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_8A784DD479B0CBFE-001/control-001/cores [junit4] 2> 313996 INFO (zkConnectionManagerCallback-104-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 313998 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 313999 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37265/solr ready [junit4] 2> 314140 INFO (qtp320958469-2899) [n:127.0.0.1:39443_ ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:39443_&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 314295 INFO (OverseerThreadFactory-534-thread-1) [ ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection [junit4] 2> 314547 INFO (qtp320958469-2895) [n:127.0.0.1:39443_ x:control_collection_shard1_replica_n1] 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> 314551 INFO (qtp320958469-2895) [n:127.0.0.1:39443_ x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores [junit4] 2> 315644 INFO (qtp320958469-2895) [n:127.0.0.1:39443_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 315856 INFO (qtp320958469-2895) [n:127.0.0.1:39443_ 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> 315867 INFO (qtp320958469-2895) [n:127.0.0.1:39443_ 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> 315867 INFO (qtp320958469-2895) [n:127.0.0.1:39443_ 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> 315871 INFO (qtp320958469-2895) [n:127.0.0.1:39443_ 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@221c3dab [junit4] 2> 315872 INFO (qtp320958469-2895) [n:127.0.0.1:39443_ 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/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_8A784DD479B0CBFE-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_8A784DD479B0CBFE-001/control-001/cores/control_collection_shard1_replica_n1/data/] [junit4] 2> 315877 WARN (qtp320958469-2895) [n:127.0.0.1:39443_ 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> 316048 INFO (qtp320958469-2895) [n:127.0.0.1:39443_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog [junit4] 2> 316048 INFO (qtp320958469-2895) [n:127.0.0.1:39443_ 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> 316049 INFO (qtp320958469-2895) [n:127.0.0.1:39443_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 316049 INFO (qtp320958469-2895) [n:127.0.0.1:39443_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 316060 INFO (qtp320958469-2895) [n:127.0.0.1:39443_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@170c6c17[control_collection_shard1_replica_n1] main] [junit4] 2> 316066 INFO (qtp320958469-2895) [n:127.0.0.1:39443_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 316067 INFO (qtp320958469-2895) [n:127.0.0.1:39443_ 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> 316078 INFO (qtp320958469-2895) [n:127.0.0.1:39443_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 316084 INFO (qtp320958469-2895) [n:127.0.0.1:39443_ 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 1612567557892472832 [junit4] 2> 316143 INFO (searcherExecutor-539-thread-1-processing-n:127.0.0.1:39443_ x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:39443_ 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@170c6c17[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 316306 INFO (qtp320958469-2895) [n:127.0.0.1:39443_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, version=0} [junit4] 2> 316408 INFO (qtp320958469-2895) [n:127.0.0.1:39443_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 316408 INFO (qtp320958469-2895) [n:127.0.0.1:39443_ 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> 316408 INFO (qtp320958469-2895) [n:127.0.0.1:39443_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:39443/control_collection_shard1_replica_n1/ [junit4] 2> 316410 INFO (qtp320958469-2895) [n:127.0.0.1:39443_ 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> 316410 INFO (qtp320958469-2895) [n:127.0.0.1:39443_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:39443/control_collection_shard1_replica_n1/ has no replicas [junit4] 2> 316410 INFO (qtp320958469-2895) [n:127.0.0.1:39443_ 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> 316491 INFO (qtp320958469-2895) [n:127.0.0.1:39443_ 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:39443/control_collection_shard1_replica_n1/ shard1 [junit4] 2> 316644 INFO (qtp320958469-2895) [n:127.0.0.1:39443_ 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> 316671 INFO (qtp320958469-2895) [n:127.0.0.1:39443_ 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=2137 [junit4] 2> 316725 INFO (qtp320958469-2899) [n:127.0.0.1:39443_ ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas [junit4] 2> 316771 INFO (zkCallback-90-thread-1) [ ] 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> 317726 INFO (qtp320958469-2899) [n:127.0.0.1:39443_ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:39443_&wt=javabin&version=2} status=0 QTime=3586 [junit4] 2> 317740 INFO (zkConnectionManagerCallback-109-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 317746 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 317760 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37265/solr ready [junit4] 2> 317763 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false [junit4] 2> 317778 INFO (qtp320958469-2902) [n:127.0.0.1:39443_ ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=1&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 317798 INFO (OverseerThreadFactory-534-thread-2) [ ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1 [junit4] 2> 317799 INFO (OverseerCollectionConfigSetProcessor-73381530019561477-127.0.0.1:39443_-n_0000000000) [ ] 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> 318014 WARN (OverseerThreadFactory-534-thread-2) [ ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores. [junit4] 2> 318018 INFO (qtp320958469-2902) [n:127.0.0.1:39443_ ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas [junit4] 2> 318018 INFO (qtp320958469-2902) [n:127.0.0.1:39443_ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=1&wt=javabin&version=2} status=0 QTime=240 [junit4] 2> 318137 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_8A784DD479B0CBFE-001/shard-1-001 of type NRT [junit4] 2> 318138 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11 [junit4] 2> 318140 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 318140 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 318140 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.e.j.s.session node0 Scavenging every 660000ms [junit4] 2> 318140 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1896355{/,null,AVAILABLE} [junit4] 2> 318142 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.e.j.s.AbstractConnector Started ServerConnector@34cea4e5{SSL,[ssl, http/1.1]}{127.0.0.1:40146} [junit4] 2> 318142 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.e.j.s.Server Started @318245ms [junit4] 2> 318142 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_8A784DD479B0CBFE-001/tempDir-001/jetty1, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=40146, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_8A784DD479B0CBFE-001/shard-1-001/cores} [junit4] 2> 318143 ERROR (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 318143 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 318143 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 8.0.0 [junit4] 2> 318143 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 318143 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 318143 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2018-09-25T08:31:05.491Z [junit4] 2> 318149 INFO (zkConnectionManagerCallback-111-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 318151 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper) [junit4] 2> 318151 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_8A784DD479B0CBFE-001/shard-1-001/solr.xml [junit4] 2> 318154 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored [junit4] 2> 318154 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored [junit4] 2> 318155 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@221c3dab, but no JMX reporters were configured - adding default JMX reporter. [junit4] 2> 318336 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37265/solr [junit4] 2> 318339 INFO (zkConnectionManagerCallback-115-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 318342 INFO (zkConnectionManagerCallback-117-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 318367 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 318378 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores [junit4] 2> 318378 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40146_ [junit4] 2> 318382 INFO (zkCallback-97-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 318383 INFO (zkCallback-90-thread-2) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 318383 INFO (zkCallback-108-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 318424 INFO (zkCallback-116-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 318445 INFO (zkConnectionManagerCallback-124-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 318446 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 318448 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37265/solr ready [junit4] 2> 318451 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 318468 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@221c3dab [junit4] 2> 318477 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@221c3dab [junit4] 2> 318477 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@221c3dab [junit4] 2> 318479 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_8A784DD479B0CBFE-001/shard-1-001/cores [junit4] 2> 318528 INFO (qtp320958469-2899) [n:127.0.0.1:39443_ ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:40146_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 318531 INFO (OverseerCollectionConfigSetProcessor-73381530019561477-127.0.0.1:39443_-n_0000000000) [ ] 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> 318538 INFO (OverseerThreadFactory-534-thread-3) [ c:collection1 s:shard1 ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:40146_ for creating new replica of shard shard1 [junit4] 2> 318573 INFO (qtp1026575252-2957) [n:127.0.0.1:40146_ x:collection1_shard1_replica_n21] 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> 319666 INFO (qtp1026575252-2957) [n:127.0.0.1:40146_ c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 319708 INFO (qtp1026575252-2957) [n:127.0.0.1:40146_ c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.s.IndexSchema [collection1_shard1_replica_n21] Schema name=inplace-updates [junit4] 2> 319814 INFO (qtp1026575252-2957) [n:127.0.0.1:40146_ 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> 319814 INFO (qtp1026575252-2957) [n:127.0.0.1:40146_ 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> 319814 INFO (qtp1026575252-2957) [n:127.0.0.1:40146_ 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@221c3dab [junit4] 2> 319815 INFO (qtp1026575252-2957) [n:127.0.0.1:40146_ c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.c.SolrCore [[collection1_shard1_replica_n21] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_8A784DD479B0CBFE-001/shard-1-001/cores/collection1_shard1_replica_n21], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_8A784DD479B0CBFE-001/shard-1-001/cores/collection1_shard1_replica_n21/data/] [junit4] 2> 319831 WARN (qtp1026575252-2957) [n:127.0.0.1:40146_ 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> 319982 INFO (qtp1026575252-2957) [n:127.0.0.1:40146_ c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog [junit4] 2> 319982 INFO (qtp1026575252-2957) [n:127.0.0.1:40146_ 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> 319983 INFO (qtp1026575252-2957) [n:127.0.0.1:40146_ c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 319983 INFO (qtp1026575252-2957) [n:127.0.0.1:40146_ c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 319997 INFO (qtp1026575252-2957) [n:127.0.0.1:40146_ c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.s.SolrIndexSearcher Opening [Searcher@a854761[collection1_shard1_replica_n21] main] [junit4] 2> 319999 INFO (qtp1026575252-2957) [n:127.0.0.1:40146_ c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 319999 INFO (qtp1026575252-2957) [n:127.0.0.1:40146_ 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> 320000 INFO (qtp1026575252-2957) [n:127.0.0.1:40146_ c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 320001 INFO (searcherExecutor-553-thread-1-processing-n:127.0.0.1:40146_ x:collection1_shard1_replica_n21 c:collection1 s:shard1) [n:127.0.0.1:40146_ c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.c.SolrCore [collection1_shard1_replica_n21] Registered new searcher Searcher@a854761[collection1_shard1_replica_n21] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 320001 INFO (qtp1026575252-2957) [n:127.0.0.1:40146_ 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 1612567561999745024 [junit4] 2> 320038 INFO (qtp1026575252-2957) [n:127.0.0.1:40146_ c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node22=0}, version=0} [junit4] 2> 320059 INFO (qtp1026575252-2957) [n:127.0.0.1:40146_ c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 320059 INFO (qtp1026575252-2957) [n:127.0.0.1:40146_ 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> 320059 INFO (qtp1026575252-2957) [n:127.0.0.1:40146_ c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:40146/collection1_shard1_replica_n21/ [junit4] 2> 320059 INFO (qtp1026575252-2957) [n:127.0.0.1:40146_ c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me [junit4] 2> 320059 INFO (qtp1026575252-2957) [n:127.0.0.1:40146_ c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.c.SyncStrategy https://127.0.0.1:40146/collection1_shard1_replica_n21/ has no replicas [junit4] 2> 320059 INFO (qtp1026575252-2957) [n:127.0.0.1:40146_ c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR [junit4] 2> 320076 INFO (qtp1026575252-2957) [n:127.0.0.1:40146_ c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:40146/collection1_shard1_replica_n21/ shard1 [junit4] 2> 320245 INFO (qtp1026575252-2957) [n:127.0.0.1:40146_ c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 320265 INFO (qtp1026575252-2957) [n:127.0.0.1:40146_ 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=1692 [junit4] 2> 320284 INFO (qtp320958469-2899) [n:127.0.0.1:39443_ c:collection1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:40146_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=1756 [junit4] 2> 320566 INFO (OverseerCollectionConfigSetProcessor-73381530019561477-127.0.0.1:39443_-n_0000000000) [ ] 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> 321074 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_8A784DD479B0CBFE-001/shard-2-001 of type NRT [junit4] 2> 321093 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11 [junit4] 2> 321149 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 321149 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 321166 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.e.j.s.session node0 Scavenging every 600000ms [junit4] 2> 321166 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@38ef3764{/,null,AVAILABLE} [junit4] 2> 321167 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.e.j.s.AbstractConnector Started ServerConnector@7486d2b7{SSL,[ssl, http/1.1]}{127.0.0.1:44390} [junit4] 2> 321167 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.e.j.s.Server Started @321270ms [junit4] 2> 321167 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_8A784DD479B0CBFE-001/tempDir-001/jetty2, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=44390, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_8A784DD479B0CBFE-001/shard-2-001/cores} [junit4] 2> 321169 ERROR (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 321239 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 321239 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 8.0.0 [junit4] 2> 321239 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 321239 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 321239 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2018-09-25T08:31:08.587Z [junit4] 2> 321328 INFO (zkConnectionManagerCallback-127-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 321438 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper) [junit4] 2> 321438 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_8A784DD479B0CBFE-001/shard-2-001/solr.xml [junit4] 2> 321442 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored [junit4] 2> 321475 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored [junit4] 2> 321476 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@221c3dab, but no JMX reporters were configured - adding default JMX reporter. [junit4] 2> 322816 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37265/solr [junit4] 2> 322872 INFO (zkConnectionManagerCallback-131-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 322923 INFO (zkConnectionManagerCallback-133-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 322983 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 322990 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores [junit4] 2> 322990 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44390_ [junit4] 2> 323005 INFO (zkCallback-97-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 323005 INFO (zkCallback-116-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 323005 INFO (zkCallback-108-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 323005 INFO (zkCallback-90-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 323005 INFO (zkCallback-123-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 323038 INFO (zkCallback-132-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 323155 INFO (zkConnectionManagerCallback-140-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 323156 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3) [junit4] 2> 323178 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37265/solr ready [junit4] 2> 323191 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 323293 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@221c3dab [junit4] 2> 323331 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@221c3dab [junit4] 2> 323331 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@221c3dab [junit4] 2> 323345 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_8A784DD479B0CBFE-001/shard-2-001/cores [junit4] 2> 323558 INFO (qtp320958469-2902) [n:127.0.0.1:39443_ ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:44390_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 323580 INFO (OverseerThreadFactory-534-thread-4) [ c:collection1 s:shard1 ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:44390_ for creating new replica of shard shard1 [junit4] 2> 323839 INFO (qtp1697724431-2993) [n:127.0.0.1:44390_ x:collection1_shard1_replica_n23] 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> 325026 INFO (qtp1697724431-2993) [n:127.0.0.1:44390_ c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 325119 INFO (qtp1697724431-2993) [n:127.0.0.1:44390_ c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.s.IndexSchema [collection1_shard1_replica_n23] Schema name=inplace-updates [junit4] 2> 325174 INFO (qtp1697724431-2993) [n:127.0.0.1:44390_ 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> 325174 INFO (qtp1697724431-2993) [n:127.0.0.1:44390_ 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> 325174 INFO (qtp1697724431-2993) [n:127.0.0.1:44390_ 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@221c3dab [junit4] 2> 325175 INFO (qtp1697724431-2993) [n:127.0.0.1:44390_ c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.c.SolrCore [[collection1_shard1_replica_n23] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_8A784DD479B0CBFE-001/shard-2-001/cores/collection1_shard1_replica_n23], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_8A784DD479B0CBFE-001/shard-2-001/cores/collection1_shard1_replica_n23/data/] [junit4] 2> 325247 WARN (qtp1697724431-2993) [n:127.0.0.1:44390_ 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> 325836 INFO (qtp1697724431-2993) [n:127.0.0.1:44390_ c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog [junit4] 2> 325836 INFO (qtp1697724431-2993) [n:127.0.0.1:44390_ 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> 325853 INFO (qtp1697724431-2993) [n:127.0.0.1:44390_ c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 325853 INFO (qtp1697724431-2993) [n:127.0.0.1:44390_ c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 325855 INFO (qtp1697724431-2993) [n:127.0.0.1:44390_ c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.s.SolrIndexSearcher Opening [Searcher@686e6efe[collection1_shard1_replica_n23] main] [junit4] 2> 325922 INFO (qtp1697724431-2993) [n:127.0.0.1:44390_ c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 325923 INFO (qtp1697724431-2993) [n:127.0.0.1:44390_ 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> 325924 INFO (qtp1697724431-2993) [n:127.0.0.1:44390_ c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 325924 INFO (qtp1697724431-2993) [n:127.0.0.1:44390_ 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 1612567568210460672 [junit4] 2> 325925 INFO (searcherExecutor-567-thread-1-processing-n:127.0.0.1:44390_ x:collection1_shard1_replica_n23 c:collection1 s:shard1) [n:127.0.0.1:44390_ c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.c.SolrCore [collection1_shard1_replica_n23] Registered new searcher Searcher@686e6efe[collection1_shard1_replica_n23] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 325992 INFO (qtp1697724431-2993) [n:127.0.0.1:44390_ c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node24=0, core_node22=0}, version=1} [junit4] 2> 325994 INFO (qtp1697724431-2993) [n:127.0.0.1:44390_ c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.c.ZkController Core needs to recover:collection1_shard1_replica_n23 [junit4] 2> 326065 INFO (qtp1697724431-2993) [n:127.0.0.1:44390_ 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=2226 [junit4] 2> 326068 INFO (updateExecutor-128-thread-1-processing-n:127.0.0.1:44390_ x:collection1_shard1_replica_n23 c:collection1 s:shard1) [n:127.0.0.1:44390_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.u.DefaultSolrCoreState Running recovery [junit4] 2> 326112 INFO (qtp320958469-2902) [n:127.0.0.1:39443_ c:collection1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:44390_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=2556 [junit4] 2> 326142 INFO (recoveryExecutor-129-thread-1-processing-n:127.0.0.1:44390_ x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:44390_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true [junit4] 2> 326195 ERROR (recoveryExecutor-129-thread-1-processing-n:127.0.0.1:44390_ x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:44390_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Error getting recent versions.:java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 [junit4] 2> at java.util.ArrayList.rangeCheck(ArrayList.java:657) [junit4] 2> at java.util.ArrayList.get(ArrayList.java:433) [junit4] 2> at org.apache.solr.cloud.RecoveryStrategy.doSyncOrReplicateRecovery(RecoveryStrategy.java:491) [junit4] 2> at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:310) [junit4] 2> at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:294) [junit4] 2> at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176) [junit4] 2> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [junit4] 2> at java.util.concurrent.FutureTask.run(FutureTask.java:266) [junit4] 2> at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209) [junit4] 2> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [junit4] 2> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [junit4] 2> at java.lang.Thread.run(Thread.java:748) [junit4] 2> [junit4] 2> 326416 INFO (qtp1026575252-2951) [n:127.0.0.1:40146_ c:collection1 s:shard1 r:core_node22 x:collection1_shard1_replica_n21] o.a.s.c.S.Request [collection1_shard1_replica_n21] webapp= path=/admin/ping params={wt=javabin&version=2} hits=0 status=0 QTime=72 [junit4] 2> 326416 INFO (qtp1026575252-2951) [n:127.0.0.1:40146_ c:collection1 s:shard1 r:core_node22 x:collection1_shard1_replica_n21] o.a.s.c.S.Request [collection1_shard1_replica_n21] webapp= path=/admin/ping params={wt=javabin&version=2} status=0 QTime=73 [junit4] 2> 326417 INFO (recoveryExecutor-129-thread-1-processing-n:127.0.0.1:44390_ x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:44390_ 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> 326417 INFO (recoveryExecutor-129-thread-1-processing-n:127.0.0.1:44390_ x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:44390_ 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> 326417 INFO (recoveryExecutor-129-thread-1-processing-n:127.0.0.1:44390_ x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:44390_ 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:40146/collection1_shard1_replica_n21/] and I am [https://127.0.0.1:44390/collection1_shard1_replica_n23/] [junit4] 2> 326634 INFO (recoveryExecutor-129-thread-1-processing-n:127.0.0.1:44390_ x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:44390_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node24_recovering=0, core_node24=0, core_node22=0}, version=2} [junit4] 2> 326763 INFO (recoveryExecutor-129-thread-1-processing-n:127.0.0.1:44390_ x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:44390_ 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:40146]; [WaitForState: action=PREPRECOVERY&core=collection1_shard1_replica_n21&nodeName=127.0.0.1:44390_&coreNodeName=core_node24&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true] [junit4] 2> 326780 INFO (qtp1026575252-2958) [n:127.0.0.1:40146_ x:collection1_shard1_replica_n21] 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> 326836 INFO (qtp1026575252-2958) [n:127.0.0.1:40146_ x:collection1_shard1_replica_n21] 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:44390_, coreNodeName=core_node24, onlyIfActiveCheckResult=false, nodeProps: core_node24:{"core":"collection1_shard1_replica_n23","base_url":"https://127.0.0.1:44390","node_name":"127.0.0.1:44390_","state":"recovering","type":"NRT"} [junit4] 2> 326837 INFO (qtp1026575252-2958) [n:127.0.0.1:40146_ x:collection1_shard1_replica_n21] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node24, state: recovering, checkLive: true, onlyIfLeader: true for: 0 seconds. [junit4] 2> 326837 INFO (qtp1026575252-2958) [n:127.0.0.1:40146_ x:collection1_shard1_replica_n21] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:44390_&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=56 [junit4] 2> 327235 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_8A784DD479B0CBFE-001/shard-3-001 of type NRT [junit4] 2> 327236 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11 [junit4] 2> 327256 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 327256 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 327256 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.e.j.s.session node0 Scavenging every 660000ms [junit4] 2> 327257 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7af649b3{/,null,AVAILABLE} [junit4] 2> 327259 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.e.j.s.AbstractConnector Started ServerConnector@1c5a68d1{SSL,[ssl, http/1.1]}{127.0.0.1:43246} [junit4] 2> 327259 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.e.j.s.Server Started @327361ms [junit4] 2> 327292 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_8A784DD479B0CBFE-001/tempDir-001/jetty3, solrconfig=solrconfig.xml, hostContext=/, hostPort=43246, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_8A784DD479B0CBFE-001/shard-3-001/cores} [junit4] 2> 327309 ERROR (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 327309 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 327309 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 8.0.0 [junit4] 2> 327309 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 327309 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 327309 INFO (TEST-TestInPlaceUpdatesDistrib.test-seed#[8A784DD479B0CBFE]) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2018-09-25T08:31:14.657Z [junit4] 2> 327361 INFO (zkConnectionManagerCallback-144-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 327365 INFO (recoveryExecutor-129-thread-1-processing-n:127.0.0.1:44390_ x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:44390_ 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:40146/collection1_shard1_replica_n21/] - recoveringAfterStartup=[true] [junit4] 2> 327404 WARN (recoveryExecutor-129-thread-1-processing-n:127.0.0.1:44390_ x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:44390_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.u.PeerSyncWithLeader no frame of reference to tell if we've missed updates [junit4] 2> 327404 INFO (recoveryExecutor-129-thread-1-processing-n:127.0.0.1: [...truncated too long message...] BadApples-Tests-master/lucene/top-level-ivy-settings.xml resolve: ivy-availability-check: [loadresource] Do not set property disallowed.ivy.jars.list as its length is 0. -ivy-fail-disallowed-ivy-version: ivy-fail: ivy-configure: [ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml resolve: ivy-availability-check: [loadresource] Do not set property disallowed.ivy.jars.list as its length is 0. -ivy-fail-disallowed-ivy-version: ivy-fail: ivy-fail: ivy-configure: [ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml resolve: ivy-availability-check: [loadresource] Do not set property disallowed.ivy.jars.list as its length is 0. -ivy-fail-disallowed-ivy-version: ivy-fail: ivy-configure: [ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml resolve: ivy-availability-check: [loadresource] Do not set property disallowed.ivy.jars.list as its length is 0. -ivy-fail-disallowed-ivy-version: ivy-fail: ivy-fail: ivy-configure: [ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml resolve: ivy-availability-check: [loadresource] Do not set property disallowed.ivy.jars.list as its length is 0. -ivy-fail-disallowed-ivy-version: ivy-fail: ivy-fail: ivy-configure: [ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml resolve: ivy-availability-check: [loadresource] Do not set property disallowed.ivy.jars.list as its length is 0. -ivy-fail-disallowed-ivy-version: ivy-fail: ivy-fail: ivy-configure: [ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml resolve: ivy-availability-check: [loadresource] Do not set property disallowed.ivy.jars.list as its length is 0. -ivy-fail-disallowed-ivy-version: ivy-fail: ivy-fail: ivy-configure: [ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml resolve: ivy-availability-check: [loadresource] Do not set property disallowed.ivy.jars.list as its length is 0. -ivy-fail-disallowed-ivy-version: ivy-fail: ivy-fail: ivy-configure: [ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml resolve: ivy-availability-check: [loadresource] Do not set property disallowed.ivy.jars.list as its length is 0. -ivy-fail-disallowed-ivy-version: ivy-fail: ivy-fail: ivy-configure: [ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml resolve: ivy-availability-check: [loadresource] Do not set property disallowed.ivy.jars.list as its length is 0. -ivy-fail-disallowed-ivy-version: ivy-fail: ivy-fail: ivy-configure: [ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml resolve: ivy-availability-check: [loadresource] Do not set property disallowed.ivy.jars.list as its length is 0. -ivy-fail-disallowed-ivy-version: ivy-fail: ivy-fail: ivy-configure: [ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml resolve: ivy-availability-check: [loadresource] Do not set property disallowed.ivy.jars.list as its length is 0. -ivy-fail-disallowed-ivy-version: ivy-fail: ivy-fail: ivy-configure: [ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml resolve: ivy-availability-check: [loadresource] Do not set property disallowed.ivy.jars.list as its length is 0. -ivy-fail-disallowed-ivy-version: ivy-fail: ivy-fail: ivy-configure: [ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml resolve: jar-checksums: [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/null715592856 [copy] Copying 238 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/null715592856 [delete] Deleting directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/null715592856 check-working-copy: [ivy:cachepath] :: resolving dependencies :: org.eclipse.jgit#org.eclipse.jgit-caller;working [ivy:cachepath] confs: [default] [ivy:cachepath] found org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public [ivy:cachepath] found com.jcraft#jsch;0.1.53 in public [ivy:cachepath] found com.googlecode.javaewah#JavaEWAH;1.1.6 in public [ivy:cachepath] found org.apache.httpcomponents#httpclient;4.3.6 in public [ivy:cachepath] found org.apache.httpcomponents#httpcore;4.3.3 in public [ivy:cachepath] found commons-logging#commons-logging;1.1.3 in public [ivy:cachepath] found commons-codec#commons-codec;1.6 in public [ivy:cachepath] found org.slf4j#slf4j-api;1.7.2 in public [ivy:cachepath] :: resolution report :: resolve 77ms :: artifacts dl 1ms --------------------------------------------------------------------- | | modules || artifacts | | conf | number| search|dwnlded|evicted|| number|dwnlded| --------------------------------------------------------------------- | default | 8 | 0 | 0 | 0 || 8 | 0 | --------------------------------------------------------------------- [wc-checker] Initializing working copy... [wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". [wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation [wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [wc-checker] Checking working copy status... -jenkins-base: BUILD SUCCESSFUL Total time: 255 minutes 27 seconds Archiving artifacts java.lang.InterruptedException: no matches found within 10000 at hudson.FilePath$34.hasMatch(FilePath.java:2678) at hudson.FilePath$34.invoke(FilePath.java:2557) at hudson.FilePath$34.invoke(FilePath.java:2547) at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2918) Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741) at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357) at hudson.remoting.Channel.call(Channel.java:955) at hudson.FilePath.act(FilePath.java:1036) at hudson.FilePath.act(FilePath.java:1025) at hudson.FilePath.validateAntFileMask(FilePath.java:2547) at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243) at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744) at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690) at hudson.model.Build$BuildExecution.post2(Build.java:186) at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635) at hudson.model.Run.execute(Run.java:1819) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:429) Caused: hudson.FilePath$TunneledInterruptedException at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2920) at hudson.remoting.UserRequest.perform(UserRequest.java:212) at hudson.remoting.UserRequest.perform(UserRequest.java:54) at hudson.remoting.Request$2.run(Request.java:369) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:748) Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000 at hudson.FilePath.act(FilePath.java:1038) at hudson.FilePath.act(FilePath.java:1025) at hudson.FilePath.validateAntFileMask(FilePath.java:2547) at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243) at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744) at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690) at hudson.model.Build$BuildExecution.post2(Build.java:186) at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635) at hudson.model.Run.execute(Run.java:1819) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:429) No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error? Recording test results Build step 'Publish JUnit test result report' changed build result to UNSTABLE Email was triggered for: Unstable (Test Failures) Sending email for trigger: Unstable (Test Failures)
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
