Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/24022/ Java: 64bit/jdk-11.0.2 -XX:-UseCompressedOops -XX:+UseSerialGC
2 tests failed. FAILED: org.apache.solr.update.PeerSyncTest.test Error Message: Unexpected exception type, expected SolrException but got org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:36861/collection1 Stack Trace: junit.framework.AssertionFailedError: Unexpected exception type, expected SolrException but got org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:36861/collection1 at __randomizedtesting.SeedInfo.seed([2323176DD9F4BC5C:AB7728B77708D1A4]:0) at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2699) at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2688) at org.apache.solr.update.PeerSyncTest.test(PeerSyncTest.java:279) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082) at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054) 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:947) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) 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 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.base/java.lang.Thread.run(Thread.java:834) Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:36861/collection1 at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:660) 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.SolrRequest.process(SolrRequest.java:207) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224) at org.apache.solr.BaseDistributedSearchTestCase.add(BaseDistributedSearchTestCase.java:576) at org.apache.solr.update.PeerSyncTest.lambda$test$0(PeerSyncTest.java:281) at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2694) ... 42 more Caused by: java.net.SocketTimeoutException: Read timed out at java.base/java.net.SocketInputStream.socketRead0(Native Method) at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115) at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168) at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140) at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137) at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153) at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282) at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138) at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56) at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259) at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163) at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165) at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273) at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:548) ... 49 more FAILED: org.apache.solr.update.PeerSyncWithLeaderTest.test Error Message: Unexpected exception type, expected SolrException but got org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:41805/v/mn/collection1 Stack Trace: junit.framework.AssertionFailedError: Unexpected exception type, expected SolrException but got org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:41805/v/mn/collection1 at __randomizedtesting.SeedInfo.seed([2323176DD9F4BC5C:AB7728B77708D1A4]:0) at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2699) at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2688) at org.apache.solr.update.PeerSyncTest.test(PeerSyncTest.java:279) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082) at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054) 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:947) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) 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 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.base/java.lang.Thread.run(Thread.java:834) Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:41805/v/mn/collection1 at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:660) 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.SolrRequest.process(SolrRequest.java:207) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224) at org.apache.solr.BaseDistributedSearchTestCase.add(BaseDistributedSearchTestCase.java:576) at org.apache.solr.update.PeerSyncTest.lambda$test$0(PeerSyncTest.java:281) at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2694) ... 42 more Caused by: java.net.SocketTimeoutException: Read timed out at java.base/java.net.SocketInputStream.socketRead0(Native Method) at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115) at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168) at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140) at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137) at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153) at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282) at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138) at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56) at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259) at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163) at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165) at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273) at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:548) ... 49 more Build Log: [...truncated 13068 lines...] [junit4] Suite: org.apache.solr.update.PeerSyncWithLeaderTest [junit4] 2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_2323176DD9F4BC5C-001/init-core-data-001 [junit4] 2> 324463 WARN (SUITE-PeerSyncWithLeaderTest-seed#[2323176DD9F4BC5C]-worker) [ ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=56 numCloses=56 [junit4] 2> 324463 INFO (SUITE-PeerSyncWithLeaderTest-seed#[2323176DD9F4BC5C]-worker) [ ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true [junit4] 2> 324464 INFO (SUITE-PeerSyncWithLeaderTest-seed#[2323176DD9F4BC5C]-worker) [ ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="https://issues.apache.org/jira/browse/SOLR-5776") [junit4] 2> 324464 INFO (SUITE-PeerSyncWithLeaderTest-seed#[2323176DD9F4BC5C]-worker) [ ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom [junit4] 2> 324464 INFO (SUITE-PeerSyncWithLeaderTest-seed#[2323176DD9F4BC5C]-worker) [ ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /v/mn [junit4] 2> 324465 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.SolrTestCaseJ4 ####initCore [junit4] 2> 324465 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes] [junit4] 2> 324478 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0 [junit4] 2> 324497 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.s.IndexSchema [null] Schema name=test [junit4] 2> 324564 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id [junit4] 2> 324611 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false] [junit4] 2> 324612 WARN (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@282ce7b1[provider=null,keyStore=null,trustStore=null] [junit4] 2> 324614 WARN (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@6b411d58[provider=null,keyStore=null,trustStore=null] [junit4] 2> 324623 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 324623 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 324636 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5773f022 [junit4] 2> 324641 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5773f022 [junit4] 2> 324641 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5773f022 [junit4] 2> 324642 INFO (coreLoadExecutor-2355-thread-1) [ x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes] [junit4] 2> 324651 INFO (coreLoadExecutor-2355-thread-1) [ x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0 [junit4] 2> 324661 INFO (coreLoadExecutor-2355-thread-1) [ x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test [junit4] 2> 324733 INFO (coreLoadExecutor-2355-thread-1) [ x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id [junit4] 2> 324738 INFO (coreLoadExecutor-2355-thread-1) [ x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1, trusted=true [junit4] 2> 324738 INFO (coreLoadExecutor-2355-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@5773f022 [junit4] 2> 324738 INFO (coreLoadExecutor-2355-thread-1) [ x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_2323176DD9F4BC5C-001/init-core-data-001/] [junit4] 2> 324739 INFO (coreLoadExecutor-2355-thread-1) [ x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=10, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3914256347410492] [junit4] 2> 324740 WARN (coreLoadExecutor-2355-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> 324761 INFO (coreLoadExecutor-2355-thread-1) [ x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 324761 INFO (coreLoadExecutor-2355-thread-1) [ x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 324762 INFO (coreLoadExecutor-2355-thread-1) [ x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 324762 INFO (coreLoadExecutor-2355-thread-1) [ x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 324762 INFO (coreLoadExecutor-2355-thread-1) [ x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=49, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0] [junit4] 2> 324762 INFO (coreLoadExecutor-2355-thread-1) [ x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@791b09f1[collection1] main] [junit4] 2> 324763 WARN (coreLoadExecutor-2355-thread-1) [ x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead. [junit4] 2> 324763 INFO (coreLoadExecutor-2355-thread-1) [ x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 324763 INFO (coreLoadExecutor-2355-thread-1) [ x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1632440643956506624 [junit4] 2> 324765 INFO (searcherExecutor-2356-thread-1-processing-x:collection1) [ x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@791b09f1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 324765 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.SolrTestCaseJ4 ####initCore end [junit4] 2> 324848 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_2323176DD9F4BC5C-001/tempDir-001/control/cores/collection1 [junit4] 2> 324849 WARN (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time [junit4] 2> 324850 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0) [junit4] 2> 324850 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ... [junit4] 2> 324850 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.2+9 [junit4] 2> 324851 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 324851 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 324851 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.e.j.s.session node0 Scavenging every 600000ms [junit4] 2> 324852 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1e66ed67{/v/mn,null,AVAILABLE} [junit4] 2> 324852 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.e.j.s.AbstractConnector Started ServerConnector@5c8848e3{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:37645} [junit4] 2> 324852 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.e.j.s.Server Started @324882ms [junit4] 2> 324852 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, hostContext=/v/mn, solrconfig=solrconfig-tlog.xml, hostPort=37645, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_2323176DD9F4BC5C-001/tempDir-001/control/cores} [junit4] 2> 324853 ERROR (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 324853 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 324853 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 9.0.0 [junit4] 2> 324853 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in standalone mode on port null [junit4] 2> 324853 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 324853 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2019-05-02T17:05:15.289350Z [junit4] 2> 324853 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_2323176DD9F4BC5C-001/tempDir-001/control/solr.xml [junit4] 2> 324855 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored [junit4] 2> 324855 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored [junit4] 2> 324855 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@5773f022, but no JMX reporters were configured - adding default JMX reporter. [junit4] 2> 324965 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false] [junit4] 2> 324966 WARN (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@15d9be7e[provider=null,keyStore=null,trustStore=null] [junit4] 2> 324968 WARN (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@408a9d59[provider=null,keyStore=null,trustStore=null] [junit4] 2> 324976 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores [junit4] 2> 324976 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 324987 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5773f022 [junit4] 2> 324993 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5773f022 [junit4] 2> 324993 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5773f022 [junit4] 2> 324994 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_2323176DD9F4BC5C-001/tempDir-001/control/cores [junit4] 2> 324994 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1] [junit4] 2> 324995 INFO (coreLoadExecutor-2369-thread-1) [ x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes] [junit4] 2> 325005 INFO (coreLoadExecutor-2369-thread-1) [ x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0 [junit4] 2> 325024 INFO (coreLoadExecutor-2369-thread-1) [ x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test [junit4] 2> 325094 INFO (coreLoadExecutor-2369-thread-1) [ x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id [junit4] 2> 325107 INFO (coreLoadExecutor-2369-thread-1) [ x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1, trusted=true [junit4] 2> 325108 INFO (coreLoadExecutor-2369-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@5773f022 [junit4] 2> 325108 INFO (coreLoadExecutor-2369-thread-1) [ x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_2323176DD9F4BC5C-001/tempDir-001/control/cores/collection1/data/] [junit4] 2> 325109 INFO (coreLoadExecutor-2369-thread-1) [ x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=10, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3914256347410492] [junit4] 2> 325110 WARN (coreLoadExecutor-2369-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> 325132 INFO (coreLoadExecutor-2369-thread-1) [ x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 325132 INFO (coreLoadExecutor-2369-thread-1) [ x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 325133 INFO (coreLoadExecutor-2369-thread-1) [ x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 325133 INFO (coreLoadExecutor-2369-thread-1) [ x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 325134 INFO (coreLoadExecutor-2369-thread-1) [ x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=49, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0] [junit4] 2> 325134 INFO (coreLoadExecutor-2369-thread-1) [ x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@247ec33c[collection1] main] [junit4] 2> 325134 WARN (coreLoadExecutor-2369-thread-1) [ x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead. [junit4] 2> 325135 INFO (coreLoadExecutor-2369-thread-1) [ x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 325135 INFO (coreLoadExecutor-2369-thread-1) [ x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1632440644346576896 [junit4] 2> 325136 INFO (searcherExecutor-2370-thread-1-processing-x:collection1) [ x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@247ec33c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 325210 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_2323176DD9F4BC5C-001/tempDir-001/shard0/cores/collection1 [junit4] 2> 325211 WARN (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time [junit4] 2> 325211 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0) [junit4] 2> 325211 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ... [junit4] 2> 325211 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.2+9 [junit4] 2> 325222 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 325222 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 325222 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.e.j.s.session node0 Scavenging every 660000ms [junit4] 2> 325222 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5244b912{/v/mn,null,AVAILABLE} [junit4] 2> 325222 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.e.j.s.AbstractConnector Started ServerConnector@3585ac18{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:41805} [junit4] 2> 325223 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.e.j.s.Server Started @325252ms [junit4] 2> 325223 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, hostContext=/v/mn, solrconfig=solrconfig-tlog.xml, hostPort=41805, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_2323176DD9F4BC5C-001/tempDir-001/shard0/cores} [junit4] 2> 325223 ERROR (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 325223 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 325223 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 9.0.0 [junit4] 2> 325223 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in standalone mode on port null [junit4] 2> 325223 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 325223 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2019-05-02T17:05:15.659367Z [junit4] 2> 325223 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_2323176DD9F4BC5C-001/tempDir-001/shard0/solr.xml [junit4] 2> 325225 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored [junit4] 2> 325225 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored [junit4] 2> 325225 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@5773f022, but no JMX reporters were configured - adding default JMX reporter. [junit4] 2> 325287 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false] [junit4] 2> 325288 WARN (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@5204483e[provider=null,keyStore=null,trustStore=null] [junit4] 2> 325290 WARN (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@ba464f5[provider=null,keyStore=null,trustStore=null] [junit4] 2> 325300 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores [junit4] 2> 325300 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 325310 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5773f022 [junit4] 2> 325318 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5773f022 [junit4] 2> 325318 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5773f022 [junit4] 2> 325319 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_2323176DD9F4BC5C-001/tempDir-001/shard0/cores [junit4] 2> 325319 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1] [junit4] 2> 325319 INFO (coreLoadExecutor-2383-thread-1) [ x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes] [junit4] 2> 325330 INFO (coreLoadExecutor-2383-thread-1) [ x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0 [junit4] 2> 325341 INFO (coreLoadExecutor-2383-thread-1) [ x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test [junit4] 2> 325429 INFO (coreLoadExecutor-2383-thread-1) [ x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id [junit4] 2> 325434 INFO (coreLoadExecutor-2383-thread-1) [ x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1, trusted=true [junit4] 2> 325435 INFO (coreLoadExecutor-2383-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@5773f022 [junit4] 2> 325435 INFO (coreLoadExecutor-2383-thread-1) [ x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_2323176DD9F4BC5C-001/tempDir-001/shard0/cores/collection1/data/] [junit4] 2> 325436 INFO (coreLoadExecutor-2383-thread-1) [ x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=10, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3914256347410492] [junit4] 2> 325437 WARN (coreLoadExecutor-2383-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> 325461 INFO (coreLoadExecutor-2383-thread-1) [ x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 325461 INFO (coreLoadExecutor-2383-thread-1) [ x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 325462 INFO (coreLoadExecutor-2383-thread-1) [ x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 325462 INFO (coreLoadExecutor-2383-thread-1) [ x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 325462 INFO (coreLoadExecutor-2383-thread-1) [ x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=49, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0] [junit4] 2> 325463 INFO (coreLoadExecutor-2383-thread-1) [ x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1257426f[collection1] main] [junit4] 2> 325463 WARN (coreLoadExecutor-2383-thread-1) [ x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead. [junit4] 2> 325463 INFO (coreLoadExecutor-2383-thread-1) [ x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 325463 INFO (coreLoadExecutor-2383-thread-1) [ x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1632440644690509824 [junit4] 2> 325465 INFO (searcherExecutor-2384-thread-1-processing-x:collection1) [ x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1257426f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 325552 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_2323176DD9F4BC5C-001/tempDir-001/shard1/cores/collection1 [junit4] 2> 325552 WARN (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time [junit4] 2> 325552 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0) [junit4] 2> 325552 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ... [junit4] 2> 325552 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.2+9 [junit4] 2> 325553 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 325553 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 325553 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.e.j.s.session node0 Scavenging every 600000ms [junit4] 2> 325554 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3a025d52{/v/mn,null,AVAILABLE} [junit4] 2> 325554 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.e.j.s.AbstractConnector Started ServerConnector@12855274{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:36593} [junit4] 2> 325554 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.e.j.s.Server Started @325584ms [junit4] 2> 325554 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, hostContext=/v/mn, solrconfig=solrconfig-tlog.xml, hostPort=36593, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_2323176DD9F4BC5C-001/tempDir-001/shard1/cores} [junit4] 2> 325555 ERROR (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 325555 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 325555 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 9.0.0 [junit4] 2> 325555 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in standalone mode on port null [junit4] 2> 325555 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 325555 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2019-05-02T17:05:15.991172Z [junit4] 2> 325555 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_2323176DD9F4BC5C-001/tempDir-001/shard1/solr.xml [junit4] 2> 325556 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored [junit4] 2> 325556 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored [junit4] 2> 325557 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@5773f022, but no JMX reporters were configured - adding default JMX reporter. [junit4] 2> 325654 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false] [junit4] 2> 325655 WARN (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@6ed10871[provider=null,keyStore=null,trustStore=null] [junit4] 2> 325657 WARN (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@70e562e9[provider=null,keyStore=null,trustStore=null] [junit4] 2> 325665 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores [junit4] 2> 325665 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 325685 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5773f022 [junit4] 2> 325692 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5773f022 [junit4] 2> 325692 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5773f022 [junit4] 2> 325693 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_2323176DD9F4BC5C-001/tempDir-001/shard1/cores [junit4] 2> 325693 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1] [junit4] 2> 325694 INFO (coreLoadExecutor-2397-thread-1) [ x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes] [junit4] 2> 325705 INFO (coreLoadExecutor-2397-thread-1) [ x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0 [junit4] 2> 325716 INFO (coreLoadExecutor-2397-thread-1) [ x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test [junit4] 2> 325795 INFO (coreLoadExecutor-2397-thread-1) [ x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id [junit4] 2> 325800 INFO (coreLoadExecutor-2397-thread-1) [ x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1, trusted=true [junit4] 2> 325800 INFO (coreLoadExecutor-2397-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@5773f022 [junit4] 2> 325800 INFO (coreLoadExecutor-2397-thread-1) [ x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_2323176DD9F4BC5C-001/tempDir-001/shard1/cores/collection1/data/] [junit4] 2> 325801 INFO (coreLoadExecutor-2397-thread-1) [ x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=10, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3914256347410492] [junit4] 2> 325802 WARN (coreLoadExecutor-2397-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> 325824 INFO (coreLoadExecutor-2397-thread-1) [ x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 325824 INFO (coreLoadExecutor-2397-thread-1) [ x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 325825 INFO (coreLoadExecutor-2397-thread-1) [ x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 325825 INFO (coreLoadExecutor-2397-thread-1) [ x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 325825 INFO (coreLoadExecutor-2397-thread-1) [ x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=49, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0] [junit4] 2> 325826 INFO (coreLoadExecutor-2397-thread-1) [ x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@59b11563[collection1] main] [junit4] 2> 325826 WARN (coreLoadExecutor-2397-thread-1) [ x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead. [junit4] 2> 325826 INFO (coreLoadExecutor-2397-thread-1) [ x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 325826 INFO (coreLoadExecutor-2397-thread-1) [ x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1632440645071142912 [junit4] 2> 325828 INFO (searcherExecutor-2398-thread-1-processing-x:collection1) [ x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@59b11563[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 325905 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_2323176DD9F4BC5C-001/tempDir-001/shard2/cores/collection1 [junit4] 2> 325905 WARN (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time [junit4] 2> 325905 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0) [junit4] 2> 325905 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ... [junit4] 2> 325905 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.2+9 [junit4] 2> 325906 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 325906 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 325906 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.e.j.s.session node0 Scavenging every 660000ms [junit4] 2> 325906 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@e6c1a82{/v/mn,null,AVAILABLE} [junit4] 2> 325907 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.e.j.s.AbstractConnector Started ServerConnector@53e0209c{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:33411} [junit4] 2> 325907 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.e.j.s.Server Started @325936ms [junit4] 2> 325907 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, hostContext=/v/mn, solrconfig=solrconfig-tlog.xml, hostPort=33411, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_2323176DD9F4BC5C-001/tempDir-001/shard2/cores} [junit4] 2> 325907 ERROR (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 325907 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 325907 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 9.0.0 [junit4] 2> 325907 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in standalone mode on port null [junit4] 2> 325907 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 325907 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2019-05-02T17:05:16.343434Z [junit4] 2> 325907 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_2323176DD9F4BC5C-001/tempDir-001/shard2/solr.xml [junit4] 2> 325909 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored [junit4] 2> 325909 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored [junit4] 2> 325909 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@5773f022, but no JMX reporters were configured - adding default JMX reporter. [junit4] 2> 325970 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false] [junit4] 2> 325971 WARN (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@1351f968[provider=null,keyStore=null,trustStore=null] [junit4] 2> 325973 WARN (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@39418812[provider=null,keyStore=null,trustStore=null] [junit4] 2> 325982 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores [junit4] 2> 325982 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 325992 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5773f022 [junit4] 2> 325999 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5773f022 [junit4] 2> 325999 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5773f022 [junit4] 2> 326000 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_2323176DD9F4BC5C-001/tempDir-001/shard2/cores [junit4] 2> 326000 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1] [junit4] 2> 326001 INFO (coreLoadExecutor-2411-thread-1) [ x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes] [junit4] 2> 326011 INFO (coreLoadExecutor-2411-thread-1) [ x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0 [junit4] 2> 326033 INFO (coreLoadExecutor-2411-thread-1) [ x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test [junit4] 2> 326348 INFO (coreLoadExecutor-2411-thread-1) [ x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id [junit4] 2> 326353 INFO (coreLoadExecutor-2411-thread-1) [ x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1, trusted=true [junit4] 2> 326353 INFO (coreLoadExecutor-2411-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@5773f022 [junit4] 2> 326353 INFO (coreLoadExecutor-2411-thread-1) [ x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_2323176DD9F4BC5C-001/tempDir-001/shard2/cores/collection1/data/] [junit4] 2> 326354 INFO (coreLoadExecutor-2411-thread-1) [ x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=10, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3914256347410492] [junit4] 2> 326356 WARN (coreLoadExecutor-2411-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> 326382 INFO (coreLoadExecutor-2411-thread-1) [ x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 326382 INFO (coreLoadExecutor-2411-thread-1) [ x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 326383 INFO (coreLoadExecutor-2411-thread-1) [ x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 326383 INFO (coreLoadExecutor-2411-thread-1) [ x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 326383 INFO (coreLoadExecutor-2411-thread-1) [ x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=49, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0] [junit4] 2> 326383 INFO (coreLoadExecutor-2411-thread-1) [ x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3b81f23e[collection1] main] [junit4] 2> 326384 WARN (coreLoadExecutor-2411-thread-1) [ x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead. [junit4] 2> 326384 INFO (coreLoadExecutor-2411-thread-1) [ x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 326384 INFO (coreLoadExecutor-2411-thread-1) [ x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1632440645656248320 [junit4] 2> 326386 INFO (searcherExecutor-2412-thread-1-processing-x:collection1) [ x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3b81f23e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 326386 INFO (TEST-PeerSyncWithLeaderTest.test-seed#[2323176DD9F4BC5C]) [ ] o.a.s.SolrTestCaseJ4 ###Starting test [junit4] 2> 326389 INFO (qtp773414631-9821) [ x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/v/mn path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[1 (1)]} 0 1 [junit4] 2> 326391 WARN (qtp1970477607-9841) [ x:collection1] o.a.s.u.PeerSyncWithLeader no frame of reference to tell if we've missed updates [junit4] 2> 326391 INFO (qtp1970477607-9841) [ x:collection1] o.a.s.c.S.Request [collection1] webapp=/v/mn path=/get params={syncWithLeader=http://127.0.0.1:41805/v/mn/collection1&qt=/get&getVersions=100&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 326392 INFO (qtp1970477607-9842) [ x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/v/mn path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[1 (1)]} 0 0 [junit4] 2> 326392 INFO (qtp1970477607-9840) [ x:collection1] o.a.s.u.PeerSyncWithLeader PeerSync: core=collection1 url= START leader=http://127.0.0.1:41805/v/mn/collection1 nUpdates=100 [junit4] 2> 326395 INFO (qtp773414631-9819) [ x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@77b8e1ec[collection1] realtime] [junit4] 2> 326396 INFO (qtp773414631-9819) [ x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:2.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=1, maxInHash=1, versionsHash=-5451962507482445012, numVersions=1, numDocs=1, maxDoc=1} [junit4] 2> 326396 INFO (qtp773414631-9819) [ x:collection1] o.a.s.c.S.Request [collection1] webapp=/v/mn path=/get params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2} status=0 QTime=2 [junit4] 2> 326397 INFO (qtp1970477607-9840) [ x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@487ad167[collection1] realtime] [junit4] 2> 326397 INFO (qtp1970477607-9840) [ x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:1.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=1, maxInHash=1, versionsHash=-5451962507482445012, numVersions=1, numDocs=1, maxDoc=1} [junit4] 2> 326397 INFO (qtp1970477607-9840) [ x:collection1] o.a.s.u.PeerSyncWithLeader Fingerprint comparison result: 0 [junit4] 2> 326397 INFO (qtp1970477607-9840) [ x:collection1] o.a.s.c.S.Request [collection1] webapp=/v/mn path=/get params={syncWithLeader=http://127.0.0.1:41805/v/mn/collection1&qt=/get&getVersions=100&wt=javabin&version=2} status=0 QTime=5 [junit4] 2> 326398 INFO (qtp773414631-9821) [ x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1632440645670928384,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 326398 INFO (qtp773414631-9821) [ x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@60456c2e commitCommandVersion:1632440645670928384 [junit4] 2> 326398 INFO (qtp773414631-9821) [ x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4afb3696[collection1] main] [junit4] 2> 326399 INFO (qtp773414631-9821) [ x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush [junit4] 2> 326400 INFO (searcherExecutor-2384-thread-1-processing-x:collection1) [ x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4afb3696[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={java.version=11.0.2, java.vm.version=11.0.2+9, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.2+9, os.version=4.18.0-17-generic, os=Linux, java.vendor=Oracle Corporation, timestamp=1556816716830}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_COMPRESSION}])))} [junit4] 2> 326400 INFO (qtp773414631-9821) [ x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/v/mn path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 2 [junit4] 2> 326400 INFO (qtp1970477607-9841) [ x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1632440645673025536,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 326400 INFO (qtp1970477607-9841) [ x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@67969f10 commitCommandVersion:1632440645673025536 [junit4] 2> 326401 INFO (qtp1970477607-9841) [ x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@50fcc673[collection1] main] [junit4] 2> 326401 INFO (qtp1970477607-9841) [ x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush [junit4] 2> 326402 INFO (searcherExecutor-2398-thread-1-processing-x:collection1) [ x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@50fcc673[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={java.version=11.0.2, java.vm.version=11.0.2+9, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.2+9, os.version=4.18.0-17-generic, os=Linux, java.vendor=Oracle Corporation, timestamp=1556816716833}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_COMPRESSION}])))} [junit4] 2> 326402 INFO (qtp1970477607-9841) [ x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/v/mn path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 1 [junit4] 2> 326402 INFO (qtp773414631-9820) [ x:collection1] o.a.s.c.S.Request [collection1] webapp=/v/mn path=/select params={q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=0 [junit4] 2> 326403 INFO (qtp1970477607-9842) [ x:collection1] o.a.s.c.S.Request [collection1] webapp=/v/mn path=/select params={q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=0 [junit4] 2> 326404 INFO (qtp773414631-9819) [ x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/v/mn path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[2 (2)]} 0 1 [junit4] 2> 326405 INFO (qtp1970477607-9840) [ x:collection1] o.a.s.u.PeerSyncWithLeader PeerSync: core=collection1 url= START leader=http://127.0.0.1:41805/v/mn/collection1 nUpdates=100 [junit4] 2> 326407 INFO (qtp773414631-9821) [ x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@695d3b89[collection1] realtime] [junit4] 2> 326407 INFO (qtp773414631-9821) [ x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:1.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=2, maxInHash=2, versionsHash=-1218814014108643565, numVersions=2, numDocs=2, maxDoc=1} [junit4] 2> 326407 INFO (qtp773414631-9821) [ x:collection1] o.a.s.c.S.Request [collection1] webapp=/v/mn path=/get params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2} status=0 QTime=2 [junit4] 2> 326407 INFO (qtp1970477607-9840) [ x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=1, maxInHash=1, versionsHash=-5451962507482445012, numVersions=1, numDocs=1, maxDoc=1} [junit4] 2> 326407 INFO (qtp1970477607-9840) [ x:collection1] o.a.s.u.PeerSyncWithLeader Fingerprint comparison result: 1 [junit4] 2> 326407 INFO (qtp1970477607-9840) [ x:collection1] o.a.s.u.PeerSyncWithLeader Leader fingerprint: {maxVersionSpecified=9223372036854775807, maxVersionEncountered=2, maxInHash=2, versionsHash=-1218814014108643565, numVersions=2, numDocs=2, maxDoc=1}, Our fingerprint: {maxVersionSpecified=9223372036854775807, maxVersionEncountered=1, maxInHash=1, versionsHash=-5451962507482445012, numVersions=1, numDocs=1, maxDoc=1} [junit4] 2> 326408 INFO (qtp773414631-9820) [ x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=2, maxInHash=2, versionsHash=-1218814014108643565, numVersions=2, numDocs=2, maxDoc=1} [junit4] 2> 326408 INFO (qtp773414631-9820) [ x:collection1] o.a.s.c.S.Request [collection1] webapp=/v/mn path=/get params={distrib=false&qt=/get&fingerprint=true&getVersions=100&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 326408 INFO (qtp1970477607-9840) [ x:collection1] o.a.s.u.PeerSyncWithLeader Leader fingerprint {maxVersionSpecified=9223372036854775807, maxVersionEncountered=2, maxInHash=2, versionsHash=-1218814014108643565, numVersions=2, numDocs=2, maxDoc=1} [junit4] 2> 326408 INFO (qtp1970477607-9840) [ x:collection1] o.a.s.u.PeerSyncWithLeader PeerSync: core=collection1 url= Received 2 versions from http://127.0.0.1:41805/v/mn/collection1 [junit4] 2> 326409 INFO (qtp773414631-9819) [ x:collection1] o.a.s.c.S.Request [collection1] webapp=/v/mn path=/get params={distrib=false&qt=/get&checkCanHandleVersionRanges=false&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 326409 INFO (qtp1970477607-9840) [ x:collection1] o.a.s.u.PeerSyncWithLeader PeerSync: core=collection1 url= Requesting updates from http://127.0.0.1:41805/v/mn/collection1 n=1 versions=2...2 [junit4] 2> 326409 INFO (qtp773414631-9821) [ x:collection1] o.a.s.c.S.Request [collection1] webapp=/v/mn path=/get params={getUpdates=2...2&distrib=false&qt=/get&onlyIfActive=false&skipDbq=true&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 326411 INFO (qtp1970477607-9840) [ x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[2 (2)]} 0 1 [junit4] 2> 326412 INFO (qtp1970477607-9840) [ x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7427dfff[collection1] realtime] [junit4] 2> 326412 INFO (qtp1970477607-9840) [ x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:1.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=2, maxInHash=2, versionsHash=-1218814014108643565, numVersions=2, numDocs=2, maxDoc=1} [junit4] 2> 326412 INFO (qtp1970477607-9840) [ x:collection1] o.a.s.u.PeerSyncWithLeader Fingerprint comparison result: 0 [junit4] 2> 326412 INFO (qtp1970477607-9840) [ x:collection1] o.a.s.u.PeerSyncWithLeader PeerSync: core=collection1 url= DONE. sync succeeded [junit4] 2> 326412 INFO (qtp1970477607-9840) [ x:collection1] o.a.s.c.S.Request [collection1] webapp=/v/mn path=/get params={syncWithLeader=http://127.0.0.1:41805/v/mn/collection1&qt=/get&getVersions=100&wt=javabin&version=2} status=0 QTime=7 [junit4] 2> 326413 INFO (qtp773414631-9820) [ x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1632440645686657024,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 326413 INFO (qtp773414631-9820) [ x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@60456c2e commitCommandVersion:1632440645686657024 [junit4] 2> 326413 INFO (qtp773414631-9820) [ x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7ff642c6[collection1] main] [junit4] 2> 326413 INFO (qtp773414631-9820) [ x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush [junit4] 2> 326414 INFO (searcherExecutor-2384-thread-1-processing-x:collection1) [ x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7ff642c6[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={java.version=11.0.2, java.vm.version=11.0.2+9, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.2+9, os.version=4.18.0-17-generic, os=Linux, java.vendor=Oracle Corporation, timestamp=1556816716830}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_COMPRESSION}]) Uninverting(_1(9.0.0):C1:[diagnostics={java.version=11.0.2, java.vm.version=11.0.2+9, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.2+9, os.version=4.18.0-17-generic, os=Linux, java.vendor=Oracle Corporation, timestamp=1556816716842}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_COMPRESSION}])))} [junit4] 2> 326415 INFO (qtp773414631-9820) [ x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/v/mn path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 1 [junit4] 2> 326415 INFO (qtp1970477607-9841) [ x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1632440645688754176,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 326415 INFO (qtp1970477607-9841) [ x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@67969f10 commitCommandVersion:1632440645688754176 [junit4] 2> 326416 INFO (qtp1970477607-9841) [ x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@dae4ab7[collection1] main] [junit4] 2> 326416 INFO (qtp1970477607-9841) [ x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush [junit4] 2> 326417 INFO (searcherExecutor-2398-thread-1-processing-x:collection1) [ x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@dae4ab7[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={java.version=11.0.2, java.vm.version=11.0.2+9, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.2+9, os.version=4.18.0-17-generic, os=Linux, java.vendor=Oracle Corporation, timestamp=1556816716833}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_COMPRESSION}]) Uninverting(_1(9.0.0):C1:[diagnostics={java.version=11.0.2, java.vm.version=11.0.2+9, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.2+9, os.version=4.18.0-17-generic, os=Linux, java.vendor=Oracle Corporation, timestamp=1556816716848}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_COMPRESSION}])))} [junit4] 2> 326418 INFO (qtp1970477607-9841) [ x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/v/mn path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 2 [junit4] 2> 326418 INFO (qtp773414631-9819) [ x:collection1] o.a.s.c.S.Request [collection1] webapp=/v/mn path=/select params={q=*:*&wt=javabin&version=2} hits=2 status=0 QTime=0 [junit4] 2> 326419 INFO (qtp1970477607-9842) [ x:collection1] o.a.s.c.S.Request [collection1] webapp=/v/mn path=/select params={q=*:*&wt=javabin&version=2} hits=2 status=0 QTime=0 [junit4] 2> 326420 INFO (qtp773414631-9821) [ x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/v/mn path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[3 (3)]} 0 0 [junit4] 2> 326421 INFO (qtp773414631-9820) [ x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/v/mn path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[4 (4)]} 0 0 [junit4] 2> 326421 INFO (qtp773414631-9819) [ x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/v/mn path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[5 (5)]} 0 0 [junit4] 2> 326422 INFO (qtp773414631-9821) [ x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/v/mn path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[6 (6)]} 0 0 [junit4] 2> 326422 INFO (qtp773414631-9820) [ x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/v/mn path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[7 (7)]} 0 0 [junit4] 2> 326422 INFO (qtp773414631-9819) [ x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/v/mn path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[8 (8)]} 0 0 [junit4] 2> 326423 INFO (qtp773414631-9821) [ x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/v/mn path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[9 (9)]} 0 0 [junit4] 2> 326423 INFO (qtp773414631-9820) [ x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/v/mn path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[10 (10)]} 0 0 [junit4] 2> 326423 INFO (qtp1970477607-9840) [ x:collection1] o.a.s.u.PeerSyncWithLeader PeerSync: core=collection1 url= START leader=http://127.0.0.1:41805/v/mn/collection1 nUpdates=100 [junit4] 2> 326426 INFO (qtp773414631-9819) [ x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4426abe0[collection1] realtime] [junit4] 2> 326426 INFO (qtp773414631-9819) [ x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:2.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=10, maxInHash=10, versionsHash=-5671163287542876028, numVersions=10, numDocs=10, maxDoc=8} [junit4] 2> 326426 INFO (qtp773414631-9819) [ x:collection1] o.a.s.c.S.Request [collection1] webapp=/v/mn path=/get params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2} status=0 QTime=2 [junit4] 2> 326426 INFO (qtp1970477607-9840) [ x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=2, maxInHash=2, versionsHash=-1218814014108643565, numVersions=2, numDocs=2, maxDoc=1} [junit4] 2> 326426 INFO (qtp1970477607-9840) [ x:collection1] o.a.s.u.PeerSyncWithLeader Fingerprint comparison result: 1 [junit4] 2> 326426 INFO (qtp1970477607-9840) [ x:collection1] o.a.s.u.PeerSyncWithLeader Leader fingerprint: {maxVersionSpecified=9223372036854775807, maxVersionEncountered=10, maxInHash=10, versionsHash=-5671163287542876028, numVersions=10, numDocs=10, maxDoc=8}, Our fingerprint: {maxVersionSpecified=9223372036854775807, maxVersionEncountered=2, maxInHash=2, versionsHash=-1218814014108643565, numVersions=2, numDocs=2, maxDoc=1} [junit4] 2> 326427 INFO (qtp773414631-9821) [ x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=10, maxInHash=10, versionsHash=-5671163287542876028, numVersions=10, numDocs=10, maxDoc=8} [junit4] 2> 326427 INFO (qtp773414631-9821) [ x:collection1] o.a.s.c.S.Request [collection1] webapp=/v/mn path=/get params={distrib=false&qt=/get&fingerprint=true&getVersions=100&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 326427 INFO (qtp1970477607-9840) [ x:collection1] o.a.s.u.PeerSyncWithLeader Leader fingerprint {maxVersionSpecified=9223372036854775807, maxVersionEncountered=10, maxInHash=10, versionsHash=-5671163287542876028, numVersions=10, numDocs=10, maxDoc=8} [junit4] 2> 326427 INFO (qtp1970477607-9840) [ x:collection1] o.a.s.u.PeerSyncWithLeader PeerSync: core=collection1 url= Received 10 versions from http://127.0.0.1:41805/v/mn/collection1 [junit4] 2> 326428 INFO (qtp773414631-9820) [ x:collection1] o.a.s.c.S.Request [collection1] webapp=/v/mn path=/get params={distrib=false&qt=/get&checkCanHandleVersionRanges=false&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 326428 INFO (qtp1970477607-9840) [ x:collection1] o.a.s.u.PeerSyncWithLeader PeerSync: core=collection1 url= Requesting updates from http://127.0.0.1:41805/v/mn/collection1 n=8 versions=3...10 [junit4] 2> 326429 INFO (qtp773414631-9819) [ x:collection1] o.a.s.c.S.Request [collection1] webapp=/v/mn path=/get params={getUpdates=3...10&distrib=false&qt=/get&onlyIfActive=false&skipDbq=true&wt=javabin&version=2} status [...truncated too long message...] [junit4] 2> 617444 INFO (SUITE-PeerSyncTest-seed#[2323176DD9F4BC5C]-worker) [ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=194404769 [junit4] 2> 617444 INFO (coreCloseExecutor-4136-thread-1) [ x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore org.apache.solr.core.SolrCore@4d1bd09 [junit4] 2> 617444 INFO (coreCloseExecutor-4136-thread-1) [ x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=4d1bd09 [junit4] 2> 617444 INFO (coreCloseExecutor-4136-thread-1) [ x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2748067: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@d38a4db [junit4] 2> 617446 INFO (SUITE-PeerSyncTest-seed#[2323176DD9F4BC5C]-worker) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null [junit4] 2> 617446 INFO (SUITE-PeerSyncTest-seed#[2323176DD9F4BC5C]-worker) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@38c51161: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@5fc305dd [junit4] 2> 617447 INFO (SUITE-PeerSyncTest-seed#[2323176DD9F4BC5C]-worker) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null [junit4] 2> 617447 INFO (SUITE-PeerSyncTest-seed#[2323176DD9F4BC5C]-worker) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4dd6d3b4: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@2bfe9770 [junit4] 2> 617447 INFO (SUITE-PeerSyncTest-seed#[2323176DD9F4BC5C]-worker) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null [junit4] 2> 617447 INFO (SUITE-PeerSyncTest-seed#[2323176DD9F4BC5C]-worker) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@449d216e: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@5c45ec3a [junit4] 2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_2323176DD9F4BC5C-001 [junit4] 2> NOTE: test params are: codec=Asserting(Lucene80): {title_stringNoNorms=PostingsFormat(name=LuceneVarGapFixedInterval), title_stemmed=Lucene50(blocksize=128), multiDefault=Lucene50(blocksize=128), _root_=PostingsFormat(name=LuceneVarGapFixedInterval), id=Lucene50(blocksize=128), text=FST50, title=Lucene50(blocksize=128), title_lettertok=Lucene50(blocksize=128)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Asserting), n_l1=DocValuesFormat(name=Direct), val_i_dvo=DocValuesFormat(name=Asserting), intDefault=DocValuesFormat(name=Direct), n_dt1=DocValuesFormat(name=Lucene80), n_td1=DocValuesFormat(name=Lucene80), n_d1=DocValuesFormat(name=Direct), range_facet_l=DocValuesFormat(name=Direct), n_f1=DocValuesFormat(name=Lucene80), n_ti1=DocValuesFormat(name=Asserting), n_tl1=DocValuesFormat(name=Lucene80), _version_=DocValuesFormat(name=Direct), n_tf1=DocValuesFormat(name=Direct), n_tdt1=DocValuesFormat(name=Direct), id_i1=DocValuesFormat(name=Lucene80), range_facet_i_dv=DocValuesFormat(name=Direct), intDvoDefault=DocValuesFormat(name=Lucene80), timestamp=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1969, maxMBSortInHeap=5.063400188931437, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@485bd499), locale=saq, timezone=Brazil/East [junit4] 2> NOTE: Linux 4.18.0-17-generic amd64/Oracle Corporation 11.0.2 (64-bit)/cpus=8,threads=1,free=169681424,total=518979584 [junit4] 2> NOTE: All tests run in this JVM: [ZkStateWriterTest, ReplicationFactorTest, NodeLostTriggerTest, MoreLikeThisHandlerTest, PreAnalyzedFieldTest, ProtectedTermFilterFactoryTest, ReplicaListTransformerTest, SortByFunctionTest, AdminHandlersProxyTest, TestReload, TestLMJelinekMercerSimilarityFactory, TestLegacyFieldReuse, TestRetrieveFieldsOptimizer, TestFuzzyAnalyzedSuggestions, TestDocTermOrdsUninvertLimit, TestBM25SimilarityFactory, TestJsonFacets, TestValueSourceCache, DocumentAnalysisRequestHandlerTest, OverseerTaskQueueTest, TestCodecSupport, ExternalFileFieldSortTest, BlockCacheTest, TestOmitPositions, AtomicUpdateRemovalJavabinTest, TestPerFieldSimilarity, ShardSplitTest, IndexSizeTriggerTest, DisMaxRequestHandlerTest, MetricsHandlerTest, TestObjectReleaseTracker, TestSubQueryTransformerDistrib, TestSolrDeletionPolicy2, TestSolrCoreSnapshots, FullHLLTest, JSONWriterTest, MinimalSchemaTest, BasicAuthStandaloneTest, PreAnalyzedUpdateProcessorTest, StressHdfsTest, TestSimComputePlanAction, MoveReplicaHDFSTest, TestComplexPhraseQParserPlugin, ManagedSchemaRoundRobinCloudTest, AliasIntegrationTest, TestFieldCacheWithThreads, ConcurrentDeleteAndCreateCollectionTest, ExecutePlanActionTest, MigrateRouteKeyTest, PeerSyncTest] [junit4] Completed [243/855 (2!)] on J1 in 139.08s, 1 test, 1 failure <<< FAILURES! [...truncated 49376 lines...] -ecj-javadoc-lint-src: [mkdir] Created dir: /tmp/ecj114766152 [ecj-lint] Compiling 69 source files to /tmp/ecj114766152 [ecj-lint] invalid Class-Path header in manifest of jar file: /home/jenkins/.ivy2/cache/org.restlet.jee/org.restlet/jars/org.restlet-2.3.0.jar [ecj-lint] invalid Class-Path header in manifest of jar file: /home/jenkins/.ivy2/cache/org.restlet.jee/org.restlet.ext.servlet/jars/org.restlet.ext.servlet-2.3.0.jar [ecj-lint] ---------- [ecj-lint] 1. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/contrib/dataimporthandler/src/java/org/apache/solr/handler/dataimport/JdbcDataSource.java (at line 28) [ecj-lint] import javax.naming.InitialContext; [ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ecj-lint] The type javax.naming.InitialContext is not accessible [ecj-lint] ---------- [ecj-lint] 2. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/contrib/dataimporthandler/src/java/org/apache/solr/handler/dataimport/JdbcDataSource.java (at line 29) [ecj-lint] import javax.naming.NamingException; [ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ecj-lint] The type javax.naming.NamingException is not accessible [ecj-lint] ---------- [ecj-lint] 3. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/contrib/dataimporthandler/src/java/org/apache/solr/handler/dataimport/JdbcDataSource.java (at line 182) [ecj-lint] c = getFromJndi(initProps, jndiName); [ecj-lint] ^^^^^^^^^^^ [ecj-lint] The method getFromJndi(Properties, String) from the type new Callable<Connection>(){} refers to the missing type NamingException [ecj-lint] ---------- [ecj-lint] 4. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/contrib/dataimporthandler/src/java/org/apache/solr/handler/dataimport/JdbcDataSource.java (at line 245) [ecj-lint] private Connection getFromJndi(final Properties initProps, final String jndiName) throws NamingException, [ecj-lint] ^^^^^^^^^^^^^^^ [ecj-lint] NamingException cannot be resolved to a type [ecj-lint] ---------- [ecj-lint] 5. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/contrib/dataimporthandler/src/java/org/apache/solr/handler/dataimport/JdbcDataSource.java (at line 249) [ecj-lint] InitialContext ctx = new InitialContext(); [ecj-lint] ^^^^^^^^^^^^^^ [ecj-lint] InitialContext cannot be resolved to a type [ecj-lint] ---------- [ecj-lint] 6. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/contrib/dataimporthandler/src/java/org/apache/solr/handler/dataimport/JdbcDataSource.java (at line 249) [ecj-lint] InitialContext ctx = new InitialContext(); [ecj-lint] ^^^^^^^^^^^^^^ [ecj-lint] InitialContext cannot be resolved to a type [ecj-lint] ---------- [ecj-lint] 6 problems (6 errors) BUILD FAILED /home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:634: The following error occurred while executing this line: /home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:101: The following error occurred while executing this line: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build.xml:687: The following error occurred while executing this line: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/common-build.xml:479: The following error occurred while executing this line: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:2010: The following error occurred while executing this line: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:2049: Compile failed; see the compiler error output for details. Total time: 75 minutes 49 seconds Build step 'Invoke Ant' marked build as failure Archiving artifacts Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2 [WARNINGS] Skipping publisher since build result is FAILURE Recording test results Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2 Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2 Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2 Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2 Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2 Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
