Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/24192/
Java: 64bit/jdk-11 -XX:+UseCompressedOops -XX:+UseSerialGC
2 tests failed.
FAILED: org.apache.solr.cloud.ReindexCollectionTest.testBasicReindexing
Error Message:
Solr11035BandAid failed, counts differ after updates: expected:<103> but
was:<200>
Stack Trace:
java.lang.AssertionError: Solr11035BandAid failed, counts differ after updates:
expected:<103> but was:<200>
at
__randomizedtesting.SeedInfo.seed([3234464DCF5CCE5C:A19689A2C7B51A64]:0)
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
at
org.apache.solr.SolrTestCaseJ4.Solr11035BandAid(SolrTestCaseJ4.java:3087)
at
org.apache.solr.cloud.ReindexCollectionTest.indexDocs(ReindexCollectionTest.java:387)
at
org.apache.solr.cloud.ReindexCollectionTest.testBasicReindexing(ReindexCollectionTest.java:124)
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
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)
FAILED: org.apache.solr.handler.TestSolrConfigHandlerCloud.test
Error Message:
Could not get expected value 'A val' for path 'response/params/x/a' full
output: { "responseHeader":{ "status":0, "QTime":0},
"response":{"znodeVersion":-1}}, from server:
http://127.0.0.1:42901/collection1_shard2_replica_n1
Stack Trace:
java.lang.AssertionError: Could not get expected value 'A val' for path
'response/params/x/a' full output: {
"responseHeader":{
"status":0,
"QTime":0},
"response":{"znodeVersion":-1}}, from server:
http://127.0.0.1:42901/collection1_shard2_replica_n1
at
__randomizedtesting.SeedInfo.seed([3234464DCF5CCE5C:BA60799761A0A3A4]:0)
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.assertTrue(Assert.java:41)
at
org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:589)
at
org.apache.solr.handler.TestSolrConfigHandlerCloud.testReqParams(TestSolrConfigHandlerCloud.java:112)
at
org.apache.solr.handler.TestSolrConfigHandlerCloud.test(TestSolrConfigHandlerCloud.java:51)
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)
Build Log:
[...truncated 12670 lines...]
[junit4] Suite: org.apache.solr.cloud.ReindexCollectionTest
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_3234464DCF5CCE5C-001/init-core-data-001
[junit4] 2> 137036 INFO
(SUITE-ReindexCollectionTest-seed#[3234464DCF5CCE5C]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 137036 INFO
(SUITE-ReindexCollectionTest-seed#[3234464DCF5CCE5C]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0,
clientAuth=0.0/0.0)
[junit4] 2> 137036 INFO
(SUITE-ReindexCollectionTest-seed#[3234464DCF5CCE5C]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 137037 INFO
(SUITE-ReindexCollectionTest-seed#[3234464DCF5CCE5C]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_3234464DCF5CCE5C-001/tempDir-001
[junit4] 2> 137037 INFO
(SUITE-ReindexCollectionTest-seed#[3234464DCF5CCE5C]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 137037 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 137037 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Starting server
[junit4] 2> 137137 INFO
(SUITE-ReindexCollectionTest-seed#[3234464DCF5CCE5C]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:39661
[junit4] 2> 137137 INFO
(SUITE-ReindexCollectionTest-seed#[3234464DCF5CCE5C]-worker) [ ]
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39661
[junit4] 2> 137137 INFO
(SUITE-ReindexCollectionTest-seed#[3234464DCF5CCE5C]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1 39661
[junit4] 2> 137138 INFO
(SUITE-ReindexCollectionTest-seed#[3234464DCF5CCE5C]-worker) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 137139 WARN (NIOWorkerThread-2) [ ] o.a.z.s.NIOServerCnxn
Exception causing close of session 0x0: ZooKeeperServer not running
[junit4] 2> 138915 INFO (zkConnectionManagerCallback-960-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 138915 INFO
(SUITE-ReindexCollectionTest-seed#[3234464DCF5CCE5C]-worker) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 138917 INFO
(SUITE-ReindexCollectionTest-seed#[3234464DCF5CCE5C]-worker) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 138918 INFO (zkConnectionManagerCallback-962-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 138918 INFO
(SUITE-ReindexCollectionTest-seed#[3234464DCF5CCE5C]-worker) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 138919 INFO
(SUITE-ReindexCollectionTest-seed#[3234464DCF5CCE5C]-worker) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 138920 INFO (zkConnectionManagerCallback-964-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 138920 INFO
(SUITE-ReindexCollectionTest-seed#[3234464DCF5CCE5C]-worker) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 139022 WARN (jetty-launcher-965-thread-2) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 139022 WARN (jetty-launcher-965-thread-1) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 139022 INFO (jetty-launcher-965-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 139022 INFO (jetty-launcher-965-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 139022 INFO (jetty-launcher-965-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 139022 INFO (jetty-launcher-965-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 139022 INFO (jetty-launcher-965-thread-1) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm 11+28
[junit4] 2> 139022 INFO (jetty-launcher-965-thread-2) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm 11+28
[junit4] 2> 139023 INFO (jetty-launcher-965-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 139023 INFO (jetty-launcher-965-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 139023 INFO (jetty-launcher-965-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 139023 INFO (jetty-launcher-965-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 139023 INFO (jetty-launcher-965-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 139023 INFO (jetty-launcher-965-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 139023 INFO (jetty-launcher-965-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@767113ec{/solr,null,AVAILABLE}
[junit4] 2> 139024 INFO (jetty-launcher-965-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@665b380f{/solr,null,AVAILABLE}
[junit4] 2> 139025 INFO (jetty-launcher-965-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@764e5019{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:41543}
[junit4] 2> 139025 INFO (jetty-launcher-965-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@506359e8{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:46531}
[junit4] 2> 139025 INFO (jetty-launcher-965-thread-2) [ ]
o.e.j.s.Server Started @139056ms
[junit4] 2> 139025 INFO (jetty-launcher-965-thread-1) [ ]
o.e.j.s.Server Started @139056ms
[junit4] 2> 139025 INFO (jetty-launcher-965-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=41543}
[junit4] 2> 139025 INFO (jetty-launcher-965-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=46531}
[junit4] 2> 139025 ERROR (jetty-launcher-965-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 139025 INFO (jetty-launcher-965-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 139025 ERROR (jetty-launcher-965-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 139025 INFO (jetty-launcher-965-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 139025 INFO (jetty-launcher-965-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
9.0.0
[junit4] 2> 139025 INFO (jetty-launcher-965-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
9.0.0
[junit4] 2> 139025 INFO (jetty-launcher-965-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 139025 INFO (jetty-launcher-965-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 139025 INFO (jetty-launcher-965-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 139025 INFO (jetty-launcher-965-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-06-06T14:08:54.963688Z
[junit4] 2> 139025 INFO (jetty-launcher-965-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 139025 INFO (jetty-launcher-965-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-06-06T14:08:54.963725Z
[junit4] 2> 139034 INFO (jetty-launcher-965-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 139034 INFO (jetty-launcher-965-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 139037 INFO (zkConnectionManagerCallback-969-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 139037 INFO (jetty-launcher-965-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 139037 INFO (zkConnectionManagerCallback-967-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 139037 INFO (jetty-launcher-965-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 139038 INFO (jetty-launcher-965-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 139038 INFO (jetty-launcher-965-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 139240 INFO (jetty-launcher-965-thread-2) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 139241 WARN (jetty-launcher-965-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@738a05fb[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 139243 WARN (jetty-launcher-965-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@2981f4ad[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 139244 INFO (jetty-launcher-965-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39661/solr
[junit4] 2> 139246 INFO (jetty-launcher-965-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 139249 INFO (zkConnectionManagerCallback-977-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 139249 INFO (jetty-launcher-965-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 139351 INFO (jetty-launcher-965-thread-2)
[n:127.0.0.1:41543_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 139352 INFO (zkConnectionManagerCallback-979-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 139352 INFO (jetty-launcher-965-thread-2)
[n:127.0.0.1:41543_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 139392 INFO (jetty-launcher-965-thread-2)
[n:127.0.0.1:41543_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:41543_solr
[junit4] 2> 139392 INFO (jetty-launcher-965-thread-2)
[n:127.0.0.1:41543_solr ] o.a.s.c.Overseer Overseer
(id=72380389533089798-127.0.0.1:41543_solr-n_0000000000) starting
[junit4] 2> 139394 INFO (jetty-launcher-965-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 139395 INFO (jetty-launcher-965-thread-2)
[n:127.0.0.1:41543_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 139395 WARN (jetty-launcher-965-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@4df44203[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 139396 INFO (zkConnectionManagerCallback-986-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 139396 INFO (jetty-launcher-965-thread-2)
[n:127.0.0.1:41543_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 139398 INFO (jetty-launcher-965-thread-2)
[n:127.0.0.1:41543_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:39661/solr ready
[junit4] 2> 139398 WARN (jetty-launcher-965-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@161ef722[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 139398 INFO
(OverseerStateUpdate-72380389533089798-127.0.0.1:41543_solr-n_0000000000)
[n:127.0.0.1:41543_solr ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:41543_solr
[junit4] 2> 139399 INFO (jetty-launcher-965-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39661/solr
[junit4] 2> 139400 INFO (jetty-launcher-965-thread-2)
[n:127.0.0.1:41543_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:41543_solr
[junit4] 2> 139400 INFO (jetty-launcher-965-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 139400 INFO (zkConnectionManagerCallback-992-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 139400 INFO (jetty-launcher-965-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 139401 INFO (zkCallback-978-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 139403 INFO (zkCallback-985-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 139412 INFO (jetty-launcher-965-thread-2)
[n:127.0.0.1:41543_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 139424 INFO (jetty-launcher-965-thread-2)
[n:127.0.0.1:41543_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_41543.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3ea8460c
[junit4] 2> 139430 INFO (jetty-launcher-965-thread-2)
[n:127.0.0.1:41543_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_41543.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3ea8460c
[junit4] 2> 139430 INFO (jetty-launcher-965-thread-2)
[n:127.0.0.1:41543_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_41543.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3ea8460c
[junit4] 2> 139431 INFO (jetty-launcher-965-thread-2)
[n:127.0.0.1:41543_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_3234464DCF5CCE5C-001/tempDir-001/node2/.
[junit4] 2> 139502 INFO (jetty-launcher-965-thread-1)
[n:127.0.0.1:46531_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 139503 INFO (zkConnectionManagerCallback-995-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 139503 INFO (jetty-launcher-965-thread-1)
[n:127.0.0.1:46531_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 139506 INFO (jetty-launcher-965-thread-1)
[n:127.0.0.1:46531_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 139508 INFO (jetty-launcher-965-thread-1)
[n:127.0.0.1:46531_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:46531_solr as DOWN
[junit4] 2> 139509 INFO (jetty-launcher-965-thread-1)
[n:127.0.0.1:46531_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 139509 INFO (jetty-launcher-965-thread-1)
[n:127.0.0.1:46531_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:46531_solr
[junit4] 2> 139510 INFO (zkCallback-978-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 139510 INFO (zkCallback-985-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 139510 INFO (zkCallback-994-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 139517 INFO (jetty-launcher-965-thread-1)
[n:127.0.0.1:46531_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 139517 INFO (zkConnectionManagerCallback-1002-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 139517 INFO (jetty-launcher-965-thread-1)
[n:127.0.0.1:46531_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 139519 INFO (jetty-launcher-965-thread-1)
[n:127.0.0.1:46531_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 139519 INFO (jetty-launcher-965-thread-1)
[n:127.0.0.1:46531_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:39661/solr ready
[junit4] 2> 139528 INFO (jetty-launcher-965-thread-1)
[n:127.0.0.1:46531_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 139556 INFO (jetty-launcher-965-thread-1)
[n:127.0.0.1:46531_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46531.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3ea8460c
[junit4] 2> 139562 INFO (jetty-launcher-965-thread-1)
[n:127.0.0.1:46531_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46531.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3ea8460c
[junit4] 2> 139562 INFO (jetty-launcher-965-thread-1)
[n:127.0.0.1:46531_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46531.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3ea8460c
[junit4] 2> 139563 INFO (jetty-launcher-965-thread-1)
[n:127.0.0.1:46531_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_3234464DCF5CCE5C-001/tempDir-001/node1/.
[junit4] 2> 139581 INFO
(SUITE-ReindexCollectionTest-seed#[3234464DCF5CCE5C]-worker) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 139582 INFO (zkConnectionManagerCallback-1008-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 139582 INFO
(SUITE-ReindexCollectionTest-seed#[3234464DCF5CCE5C]-worker) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 139583 INFO
(SUITE-ReindexCollectionTest-seed#[3234464DCF5CCE5C]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 139583 INFO
(SUITE-ReindexCollectionTest-seed#[3234464DCF5CCE5C]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39661/solr ready
[junit4] 2> 139599 INFO
(TEST-ReindexCollectionTest.testLossySchema-seed#[3234464DCF5CCE5C]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testLossySchema
[junit4] 2> 139600 INFO
(TEST-ReindexCollectionTest.testLossySchema-seed#[3234464DCF5CCE5C]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 139601 INFO (zkConnectionManagerCallback-1013-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 139601 INFO
(TEST-ReindexCollectionTest.testLossySchema-seed#[3234464DCF5CCE5C]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 139602 INFO
(TEST-ReindexCollectionTest.testLossySchema-seed#[3234464DCF5CCE5C]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 139603 INFO
(TEST-ReindexCollectionTest.testLossySchema-seed#[3234464DCF5CCE5C]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39661/solr ready
[junit4] 2> 139604 INFO (qtp894655841-2786) [n:127.0.0.1:46531_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=conf2&maxShardsPerNode=-1&name=sourceLossyReindexing&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 139609 INFO
(OverseerThreadFactory-927-thread-1-processing-n:127.0.0.1:41543_solr)
[n:127.0.0.1:41543_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
sourceLossyReindexing
[junit4] 2> 139713 INFO
(OverseerStateUpdate-72380389533089798-127.0.0.1:41543_solr-n_0000000000)
[n:127.0.0.1:41543_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"sourceLossyReindexing",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"sourceLossyReindexing_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:41543/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 139714 INFO
(OverseerStateUpdate-72380389533089798-127.0.0.1:41543_solr-n_0000000000)
[n:127.0.0.1:41543_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"sourceLossyReindexing",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"sourceLossyReindexing_shard1_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:46531/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 139715 INFO
(OverseerStateUpdate-72380389533089798-127.0.0.1:41543_solr-n_0000000000)
[n:127.0.0.1:41543_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"sourceLossyReindexing",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"sourceLossyReindexing_shard2_replica_n4",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:41543/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 139716 INFO
(OverseerStateUpdate-72380389533089798-127.0.0.1:41543_solr-n_0000000000)
[n:127.0.0.1:41543_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"sourceLossyReindexing",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"sourceLossyReindexing_shard2_replica_n6",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:46531/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 139919 INFO (qtp1552583779-2785) [n:127.0.0.1:41543_solr
x:sourceLossyReindexing_shard2_replica_n4 ] o.a.s.h.a.CoreAdminOperation core
create command
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf2&newCollection=true&name=sourceLossyReindexing_shard2_replica_n4&action=CREATE&numShards=2&collection=sourceLossyReindexing&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 139919 INFO (qtp1552583779-2787) [n:127.0.0.1:41543_solr
x:sourceLossyReindexing_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core
create command
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf2&newCollection=true&name=sourceLossyReindexing_shard1_replica_n1&action=CREATE&numShards=2&collection=sourceLossyReindexing&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 139919 INFO (qtp894655841-2858) [n:127.0.0.1:46531_solr
x:sourceLossyReindexing_shard2_replica_n6 ] o.a.s.h.a.CoreAdminOperation core
create command
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf2&newCollection=true&name=sourceLossyReindexing_shard2_replica_n6&action=CREATE&numShards=2&collection=sourceLossyReindexing&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 139919 INFO (qtp894655841-2788) [n:127.0.0.1:46531_solr
x:sourceLossyReindexing_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core
create command
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf2&newCollection=true&name=sourceLossyReindexing_shard1_replica_n2&action=CREATE&numShards=2&collection=sourceLossyReindexing&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 139919 INFO (qtp1552583779-2785) [n:127.0.0.1:41543_solr
x:sourceLossyReindexing_shard2_replica_n4 ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 140932 INFO (qtp894655841-2788) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard1 r:core_node5
x:sourceLossyReindexing_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 9.0.0
[junit4] 2> 140932 INFO (qtp894655841-2858) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard2 r:core_node8
x:sourceLossyReindexing_shard2_replica_n6 ] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 9.0.0
[junit4] 2> 140940 INFO (qtp894655841-2858) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard2 r:core_node8
x:sourceLossyReindexing_shard2_replica_n6 ] o.a.s.s.IndexSchema
[sourceLossyReindexing_shard2_replica_n6] Schema name=cloud-dynamic
[junit4] 2> 140942 INFO (qtp894655841-2788) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard1 r:core_node5
x:sourceLossyReindexing_shard1_replica_n2 ] o.a.s.s.IndexSchema
[sourceLossyReindexing_shard1_replica_n2] Schema name=cloud-dynamic
[junit4] 2> 140945 INFO (qtp1552583779-2785) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard2 r:core_node7
x:sourceLossyReindexing_shard2_replica_n4 ] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 9.0.0
[junit4] 2> 140962 INFO (qtp1552583779-2787) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard1 r:core_node3
x:sourceLossyReindexing_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 9.0.0
[junit4] 2> 140969 INFO (qtp1552583779-2787) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard1 r:core_node3
x:sourceLossyReindexing_shard1_replica_n1 ] o.a.s.s.IndexSchema
[sourceLossyReindexing_shard1_replica_n1] Schema name=cloud-dynamic
[junit4] 2> 140969 INFO (qtp1552583779-2785) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard2 r:core_node7
x:sourceLossyReindexing_shard2_replica_n4 ] o.a.s.s.IndexSchema
[sourceLossyReindexing_shard2_replica_n4] Schema name=cloud-dynamic
[junit4] 2> 140973 INFO (qtp894655841-2858) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard2 r:core_node8
x:sourceLossyReindexing_shard2_replica_n6 ] o.a.s.s.IndexSchema Loaded schema
cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 140973 INFO (qtp894655841-2858) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard2 r:core_node8
x:sourceLossyReindexing_shard2_replica_n6 ] o.a.s.c.CoreContainer Creating
SolrCore 'sourceLossyReindexing_shard2_replica_n6' using configuration from
collection sourceLossyReindexing, trusted=true
[junit4] 2> 140973 INFO (qtp894655841-2858) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard2 r:core_node8
x:sourceLossyReindexing_shard2_replica_n6 ] o.a.s.m.r.SolrJmxReporter JMX
monitoring for 'solr_46531.solr.core.sourceLossyReindexing.shard2.replica_n6'
(registry 'solr.core.sourceLossyReindexing.shard2.replica_n6') enabled at
server: com.sun.jmx.mbeanserver.JmxMBeanServer@3ea8460c
[junit4] 2> 140973 INFO (qtp894655841-2858) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard2 r:core_node8
x:sourceLossyReindexing_shard2_replica_n6 ] o.a.s.c.SolrCore
[[sourceLossyReindexing_shard2_replica_n6] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_3234464DCF5CCE5C-001/tempDir-001/node1/sourceLossyReindexing_shard2_replica_n6],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_3234464DCF5CCE5C-001/tempDir-001/node1/./sourceLossyReindexing_shard2_replica_n6/data/]
[junit4] 2> 141004 INFO (qtp1552583779-2787) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard1 r:core_node3
x:sourceLossyReindexing_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema
cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 141004 INFO (qtp1552583779-2787) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard1 r:core_node3
x:sourceLossyReindexing_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating
SolrCore 'sourceLossyReindexing_shard1_replica_n1' using configuration from
collection sourceLossyReindexing, trusted=true
[junit4] 2> 141004 INFO (qtp1552583779-2787) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard1 r:core_node3
x:sourceLossyReindexing_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX
monitoring for 'solr_41543.solr.core.sourceLossyReindexing.shard1.replica_n1'
(registry 'solr.core.sourceLossyReindexing.shard1.replica_n1') enabled at
server: com.sun.jmx.mbeanserver.JmxMBeanServer@3ea8460c
[junit4] 2> 141004 INFO (qtp1552583779-2785) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard2 r:core_node7
x:sourceLossyReindexing_shard2_replica_n4 ] o.a.s.s.IndexSchema Loaded schema
cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 141004 INFO (qtp1552583779-2785) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard2 r:core_node7
x:sourceLossyReindexing_shard2_replica_n4 ] o.a.s.c.CoreContainer Creating
SolrCore 'sourceLossyReindexing_shard2_replica_n4' using configuration from
collection sourceLossyReindexing, trusted=true
[junit4] 2> 141004 INFO (qtp1552583779-2787) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard1 r:core_node3
x:sourceLossyReindexing_shard1_replica_n1 ] o.a.s.c.SolrCore
[[sourceLossyReindexing_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_3234464DCF5CCE5C-001/tempDir-001/node2/sourceLossyReindexing_shard1_replica_n1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_3234464DCF5CCE5C-001/tempDir-001/node2/./sourceLossyReindexing_shard1_replica_n1/data/]
[junit4] 2> 141004 INFO (qtp894655841-2788) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard1 r:core_node5
x:sourceLossyReindexing_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema
cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 141004 INFO (qtp894655841-2788) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard1 r:core_node5
x:sourceLossyReindexing_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating
SolrCore 'sourceLossyReindexing_shard1_replica_n2' using configuration from
collection sourceLossyReindexing, trusted=true
[junit4] 2> 141005 INFO (qtp1552583779-2785) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard2 r:core_node7
x:sourceLossyReindexing_shard2_replica_n4 ] o.a.s.m.r.SolrJmxReporter JMX
monitoring for 'solr_41543.solr.core.sourceLossyReindexing.shard2.replica_n4'
(registry 'solr.core.sourceLossyReindexing.shard2.replica_n4') enabled at
server: com.sun.jmx.mbeanserver.JmxMBeanServer@3ea8460c
[junit4] 2> 141005 INFO (qtp1552583779-2785) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard2 r:core_node7
x:sourceLossyReindexing_shard2_replica_n4 ] o.a.s.c.SolrCore
[[sourceLossyReindexing_shard2_replica_n4] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_3234464DCF5CCE5C-001/tempDir-001/node2/sourceLossyReindexing_shard2_replica_n4],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_3234464DCF5CCE5C-001/tempDir-001/node2/./sourceLossyReindexing_shard2_replica_n4/data/]
[junit4] 2> 141005 INFO (qtp894655841-2788) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard1 r:core_node5
x:sourceLossyReindexing_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX
monitoring for 'solr_46531.solr.core.sourceLossyReindexing.shard1.replica_n2'
(registry 'solr.core.sourceLossyReindexing.shard1.replica_n2') enabled at
server: com.sun.jmx.mbeanserver.JmxMBeanServer@3ea8460c
[junit4] 2> 141005 INFO (qtp894655841-2788) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard1 r:core_node5
x:sourceLossyReindexing_shard1_replica_n2 ] o.a.s.c.SolrCore
[[sourceLossyReindexing_shard1_replica_n2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_3234464DCF5CCE5C-001/tempDir-001/node1/sourceLossyReindexing_shard1_replica_n2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_3234464DCF5CCE5C-001/tempDir-001/node1/./sourceLossyReindexing_shard1_replica_n2/data/]
[junit4] 2> 141056 INFO (qtp894655841-2858) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard2 r:core_node8
x:sourceLossyReindexing_shard2_replica_n6 ] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 141056 INFO (qtp894655841-2858) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard2 r:core_node8
x:sourceLossyReindexing_shard2_replica_n6 ] o.a.s.u.UpdateLog Initializing
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 141058 INFO (qtp894655841-2858) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard2 r:core_node8
x:sourceLossyReindexing_shard2_replica_n6 ] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 141058 INFO (qtp894655841-2858) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard2 r:core_node8
x:sourceLossyReindexing_shard2_replica_n6 ] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 141059 INFO (qtp894655841-2858) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard2 r:core_node8
x:sourceLossyReindexing_shard2_replica_n6 ] o.a.s.s.SolrIndexSearcher Opening
[Searcher@704a541f[sourceLossyReindexing_shard2_replica_n6] main]
[junit4] 2> 141061 INFO (qtp894655841-2858) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard2 r:core_node8
x:sourceLossyReindexing_shard2_replica_n6 ] o.a.s.r.ManagedResourceStorage
Configured ZooKeeperStorageIO with znodeBase: /configs/conf2
[junit4] 2> 141061 INFO (qtp894655841-2858) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard2 r:core_node8
x:sourceLossyReindexing_shard2_replica_n6 ] o.a.s.r.ManagedResourceStorage
Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf2
[junit4] 2> 141061 INFO (qtp894655841-2858) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard2 r:core_node8
x:sourceLossyReindexing_shard2_replica_n6 ] o.a.s.h.ReplicationHandler Commits
will be reserved for 10000ms.
[junit4] 2> 141061 INFO (qtp894655841-2858) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard2 r:core_node8
x:sourceLossyReindexing_shard2_replica_n6 ] o.a.s.u.UpdateLog Could not find
max version in index or recent updates, using new clock 1635600445733863424
[junit4] 2> 141062 INFO (qtp1552583779-2785) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard2 r:core_node7
x:sourceLossyReindexing_shard2_replica_n4 ] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 141062 INFO (qtp1552583779-2785) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard2 r:core_node7
x:sourceLossyReindexing_shard2_replica_n4 ] o.a.s.u.UpdateLog Initializing
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 141064 INFO (qtp1552583779-2785) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard2 r:core_node7
x:sourceLossyReindexing_shard2_replica_n4 ] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 141064 INFO (qtp1552583779-2785) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard2 r:core_node7
x:sourceLossyReindexing_shard2_replica_n4 ] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 141065 INFO (qtp1552583779-2785) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard2 r:core_node7
x:sourceLossyReindexing_shard2_replica_n4 ] o.a.s.s.SolrIndexSearcher Opening
[Searcher@3dae6f2a[sourceLossyReindexing_shard2_replica_n4] main]
[junit4] 2> 141066 INFO (qtp1552583779-2785) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard2 r:core_node7
x:sourceLossyReindexing_shard2_replica_n4 ] o.a.s.r.ManagedResourceStorage
Configured ZooKeeperStorageIO with znodeBase: /configs/conf2
[junit4] 2> 141066 INFO (qtp1552583779-2785) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard2 r:core_node7
x:sourceLossyReindexing_shard2_replica_n4 ] o.a.s.r.ManagedResourceStorage
Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf2
[junit4] 2> 141066 INFO (qtp1552583779-2785) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard2 r:core_node7
x:sourceLossyReindexing_shard2_replica_n4 ] o.a.s.h.ReplicationHandler Commits
will be reserved for 10000ms.
[junit4] 2> 141066 INFO (qtp1552583779-2785) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard2 r:core_node7
x:sourceLossyReindexing_shard2_replica_n4 ] o.a.s.u.UpdateLog Could not find
max version in index or recent updates, using new clock 1635600445739106304
[junit4] 2> 141067 INFO (qtp1552583779-2787) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard1 r:core_node3
x:sourceLossyReindexing_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 141067 INFO (qtp894655841-2788) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard1 r:core_node5
x:sourceLossyReindexing_shard1_replica_n2 ] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 141067 INFO (qtp894655841-2788) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard1 r:core_node5
x:sourceLossyReindexing_shard1_replica_n2 ] o.a.s.u.UpdateLog Initializing
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 141067 INFO (qtp1552583779-2787) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard1 r:core_node3
x:sourceLossyReindexing_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 141068 INFO
(searcherExecutor-936-thread-1-processing-n:127.0.0.1:46531_solr
x:sourceLossyReindexing_shard2_replica_n6 c:sourceLossyReindexing s:shard2
r:core_node8) [n:127.0.0.1:46531_solr c:sourceLossyReindexing s:shard2
r:core_node8 x:sourceLossyReindexing_shard2_replica_n6 ] o.a.s.c.SolrCore
[sourceLossyReindexing_shard2_replica_n6] Registered new searcher
Searcher@704a541f[sourceLossyReindexing_shard2_replica_n6]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 141069 INFO (qtp894655841-2858) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard2 r:core_node8
x:sourceLossyReindexing_shard2_replica_n6 ] o.a.s.c.ZkShardTerms Successful
update of terms at /collections/sourceLossyReindexing/terms/shard2 to
Terms{values={core_node8=0}, version=0}
[junit4] 2> 141069 INFO (qtp894655841-2788) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard1 r:core_node5
x:sourceLossyReindexing_shard1_replica_n2 ] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 141069 INFO (qtp894655841-2858) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard2 r:core_node8
x:sourceLossyReindexing_shard2_replica_n6 ]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/sourceLossyReindexing/leaders/shard2
[junit4] 2> 141069 INFO (qtp1552583779-2787) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard1 r:core_node3
x:sourceLossyReindexing_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 141069 INFO (qtp1552583779-2787) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard1 r:core_node3
x:sourceLossyReindexing_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 141069 INFO (qtp894655841-2788) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard1 r:core_node5
x:sourceLossyReindexing_shard1_replica_n2 ] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 141069 INFO
(searcherExecutor-938-thread-1-processing-n:127.0.0.1:41543_solr
x:sourceLossyReindexing_shard2_replica_n4 c:sourceLossyReindexing s:shard2
r:core_node7) [n:127.0.0.1:41543_solr c:sourceLossyReindexing s:shard2
r:core_node7 x:sourceLossyReindexing_shard2_replica_n4 ] o.a.s.c.SolrCore
[sourceLossyReindexing_shard2_replica_n4] Registered new searcher
Searcher@3dae6f2a[sourceLossyReindexing_shard2_replica_n4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 141070 INFO (qtp894655841-2788) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard1 r:core_node5
x:sourceLossyReindexing_shard1_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening
[Searcher@6403b8ef[sourceLossyReindexing_shard1_replica_n2] main]
[junit4] 2> 141070 INFO (qtp1552583779-2787) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard1 r:core_node3
x:sourceLossyReindexing_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening
[Searcher@664a2499[sourceLossyReindexing_shard1_replica_n1] main]
[junit4] 2> 141071 INFO (qtp1552583779-2785) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard2 r:core_node7
x:sourceLossyReindexing_shard2_replica_n4 ] o.a.s.c.ZkShardTerms Successful
update of terms at /collections/sourceLossyReindexing/terms/shard2 to
Terms{values={core_node7=0, core_node8=0}, version=1}
[junit4] 2> 141071 INFO (qtp1552583779-2785) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard2 r:core_node7
x:sourceLossyReindexing_shard2_replica_n4 ]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/sourceLossyReindexing/leaders/shard2
[junit4] 2> 141072 INFO (qtp894655841-2788) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard1 r:core_node5
x:sourceLossyReindexing_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage
Configured ZooKeeperStorageIO with znodeBase: /configs/conf2
[junit4] 2> 141072 INFO (qtp1552583779-2787) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard1 r:core_node3
x:sourceLossyReindexing_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage
Configured ZooKeeperStorageIO with znodeBase: /configs/conf2
[junit4] 2> 141072 INFO (qtp1552583779-2787) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard1 r:core_node3
x:sourceLossyReindexing_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage
Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf2
[junit4] 2> 141072 INFO (qtp894655841-2788) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard1 r:core_node5
x:sourceLossyReindexing_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage
Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf2
[junit4] 2> 141072 INFO (qtp1552583779-2787) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard1 r:core_node3
x:sourceLossyReindexing_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits
will be reserved for 10000ms.
[junit4] 2> 141073 INFO (qtp1552583779-2787) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard1 r:core_node3
x:sourceLossyReindexing_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find
max version in index or recent updates, using new clock 1635600445746446336
[junit4] 2> 141073 INFO (qtp894655841-2788) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard1 r:core_node5
x:sourceLossyReindexing_shard1_replica_n2 ] o.a.s.h.ReplicationHandler Commits
will be reserved for 10000ms.
[junit4] 2> 141073 INFO (qtp894655841-2788) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard1 r:core_node5
x:sourceLossyReindexing_shard1_replica_n2 ] o.a.s.u.UpdateLog Could not find
max version in index or recent updates, using new clock 1635600445746446336
[junit4] 2> 141073 INFO (qtp894655841-2858) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard2 r:core_node8
x:sourceLossyReindexing_shard2_replica_n6 ] o.a.s.c.ShardLeaderElectionContext
Enough replicas found to continue.
[junit4] 2> 141073 INFO (qtp894655841-2858) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard2 r:core_node8
x:sourceLossyReindexing_shard2_replica_n6 ] o.a.s.c.ShardLeaderElectionContext
I may be the new leader - try and sync
[junit4] 2> 141073 INFO (qtp894655841-2858) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard2 r:core_node8
x:sourceLossyReindexing_shard2_replica_n6 ] o.a.s.c.SyncStrategy Sync replicas
to http://127.0.0.1:46531/solr/sourceLossyReindexing_shard2_replica_n6/
[junit4] 2> 141074 INFO (qtp894655841-2858) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard2 r:core_node8
x:sourceLossyReindexing_shard2_replica_n6 ] o.a.s.u.PeerSync PeerSync:
core=sourceLossyReindexing_shard2_replica_n6 url=http://127.0.0.1:46531/solr
START
replicas=[http://127.0.0.1:41543/solr/sourceLossyReindexing_shard2_replica_n4/]
nUpdates=100
[junit4] 2> 141075 INFO (qtp894655841-2858) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard2 r:core_node8
x:sourceLossyReindexing_shard2_replica_n6 ] o.a.s.u.PeerSync PeerSync:
core=sourceLossyReindexing_shard2_replica_n6 url=http://127.0.0.1:46531/solr
DONE. We have no versions. sync failed.
[junit4] 2> 141075 INFO
(searcherExecutor-937-thread-1-processing-n:127.0.0.1:41543_solr
x:sourceLossyReindexing_shard1_replica_n1 c:sourceLossyReindexing s:shard1
r:core_node3) [n:127.0.0.1:41543_solr c:sourceLossyReindexing s:shard1
r:core_node3 x:sourceLossyReindexing_shard1_replica_n1 ] o.a.s.c.SolrCore
[sourceLossyReindexing_shard1_replica_n1] Registered new searcher
Searcher@664a2499[sourceLossyReindexing_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 141078 INFO
(searcherExecutor-939-thread-1-processing-n:127.0.0.1:46531_solr
x:sourceLossyReindexing_shard1_replica_n2 c:sourceLossyReindexing s:shard1
r:core_node5) [n:127.0.0.1:46531_solr c:sourceLossyReindexing s:shard1
r:core_node5 x:sourceLossyReindexing_shard1_replica_n2 ] o.a.s.c.SolrCore
[sourceLossyReindexing_shard1_replica_n2] Registered new searcher
Searcher@6403b8ef[sourceLossyReindexing_shard1_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 141079 INFO (qtp1552583779-2872) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard2 r:core_node7
x:sourceLossyReindexing_shard2_replica_n4 ] o.a.s.c.S.Request
[sourceLossyReindexing_shard2_replica_n4] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=1
[junit4] 2> 141079 INFO (qtp894655841-2858) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard2 r:core_node8
x:sourceLossyReindexing_shard2_replica_n6 ] o.a.s.c.SyncStrategy Leader's
attempt to sync with shard failed, moving to the next candidate
[junit4] 2> 141079 INFO (qtp894655841-2858) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard2 r:core_node8
x:sourceLossyReindexing_shard2_replica_n6 ] o.a.s.c.ShardLeaderElectionContext
We failed sync, but we have no versions - we can't sync in that case - we were
active before, so become leader anyway
[junit4] 2> 141079 INFO (qtp894655841-2858) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard2 r:core_node8
x:sourceLossyReindexing_shard2_replica_n6 ]
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
/collections/sourceLossyReindexing/leaders/shard2/leader after winning as
/collections/sourceLossyReindexing/leader_elect/shard2/election/72380389533089801-core_node8-n_0000000000
[junit4] 2> 141080 INFO (qtp1552583779-2787) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard1 r:core_node3
x:sourceLossyReindexing_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful
update of terms at /collections/sourceLossyReindexing/terms/shard1 to
Terms{values={core_node3=0}, version=0}
[junit4] 2> 141080 INFO (qtp1552583779-2787) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard1 r:core_node3
x:sourceLossyReindexing_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/sourceLossyReindexing/leaders/shard1
[junit4] 2> 141082 INFO (qtp894655841-2858) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard2 r:core_node8
x:sourceLossyReindexing_shard2_replica_n6 ] o.a.s.c.ShardLeaderElectionContext
I am the new leader:
http://127.0.0.1:46531/solr/sourceLossyReindexing_shard2_replica_n6/ shard2
[junit4] 2> 141082 INFO (qtp894655841-2788) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard1 r:core_node5
x:sourceLossyReindexing_shard1_replica_n2 ] o.a.s.c.ZkShardTerms Successful
update of terms at /collections/sourceLossyReindexing/terms/shard1 to
Terms{values={core_node3=0, core_node5=0}, version=1}
[junit4] 2> 141082 INFO (qtp894655841-2788) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard1 r:core_node5
x:sourceLossyReindexing_shard1_replica_n2 ]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/sourceLossyReindexing/leaders/shard1
[junit4] 2> 141084 INFO (qtp1552583779-2787) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard1 r:core_node3
x:sourceLossyReindexing_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext
Enough replicas found to continue.
[junit4] 2> 141084 INFO (qtp1552583779-2787) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard1 r:core_node3
x:sourceLossyReindexing_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext
I may be the new leader - try and sync
[junit4] 2> 141084 INFO (qtp1552583779-2787) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard1 r:core_node3
x:sourceLossyReindexing_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas
to http://127.0.0.1:41543/solr/sourceLossyReindexing_shard1_replica_n1/
[junit4] 2> 141084 INFO (qtp1552583779-2787) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard1 r:core_node3
x:sourceLossyReindexing_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync:
core=sourceLossyReindexing_shard1_replica_n1 url=http://127.0.0.1:41543/solr
START
replicas=[http://127.0.0.1:46531/solr/sourceLossyReindexing_shard1_replica_n2/]
nUpdates=100
[junit4] 2> 141084 INFO (qtp1552583779-2787) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard1 r:core_node3
x:sourceLossyReindexing_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync:
core=sourceLossyReindexing_shard1_replica_n1 url=http://127.0.0.1:41543/solr
DONE. We have no versions. sync failed.
[junit4] 2> 141086 INFO (qtp894655841-2859) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard1 r:core_node5
x:sourceLossyReindexing_shard1_replica_n2 ] o.a.s.c.S.Request
[sourceLossyReindexing_shard1_replica_n2] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 141086 INFO (qtp1552583779-2787) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard1 r:core_node3
x:sourceLossyReindexing_shard1_replica_n1 ] o.a.s.c.SyncStrategy Leader's
attempt to sync with shard failed, moving to the next candidate
[junit4] 2> 141086 INFO (qtp1552583779-2787) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard1 r:core_node3
x:sourceLossyReindexing_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext
We failed sync, but we have no versions - we can't sync in that case - we were
active before, so become leader anyway
[junit4] 2> 141086 INFO (qtp1552583779-2787) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard1 r:core_node3
x:sourceLossyReindexing_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
/collections/sourceLossyReindexing/leaders/shard1/leader after winning as
/collections/sourceLossyReindexing/leader_elect/shard1/election/72380389533089798-core_node3-n_0000000000
[junit4] 2> 141087 INFO (qtp1552583779-2787) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard1 r:core_node3
x:sourceLossyReindexing_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext
I am the new leader:
http://127.0.0.1:41543/solr/sourceLossyReindexing_shard1_replica_n1/ shard1
[junit4] 2> 141188 INFO (zkCallback-978-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/sourceLossyReindexing/state.json] for collection
[sourceLossyReindexing] has occurred - updating... (live nodes size: [2])
[junit4] 2> 141188 INFO (zkCallback-994-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/sourceLossyReindexing/state.json] for collection
[sourceLossyReindexing] has occurred - updating... (live nodes size: [2])
[junit4] 2> 141188 INFO (zkCallback-978-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/sourceLossyReindexing/state.json] for collection
[sourceLossyReindexing] has occurred - updating... (live nodes size: [2])
[junit4] 2> 141188 INFO (zkCallback-978-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/sourceLossyReindexing/state.json] for collection
[sourceLossyReindexing] has occurred - updating... (live nodes size: [2])
[junit4] 2> 141188 INFO (zkCallback-994-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/sourceLossyReindexing/state.json] for collection
[sourceLossyReindexing] has occurred - updating... (live nodes size: [2])
[junit4] 2> 141188 INFO (zkCallback-994-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/sourceLossyReindexing/state.json] for collection
[sourceLossyReindexing] has occurred - updating... (live nodes size: [2])
[junit4] 2> 141189 INFO (qtp1552583779-2787) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard1 r:core_node3
x:sourceLossyReindexing_shard1_replica_n1 ] o.a.s.c.ZkController I am the
leader, no recovery necessary
[junit4] 2> 141189 INFO (qtp894655841-2858) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard2 r:core_node8
x:sourceLossyReindexing_shard2_replica_n6 ] o.a.s.c.ZkController I am the
leader, no recovery necessary
[junit4] 2> 141291 INFO (zkCallback-978-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/sourceLossyReindexing/state.json] for collection
[sourceLossyReindexing] has occurred - updating... (live nodes size: [2])
[junit4] 2> 141291 INFO (zkCallback-978-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/sourceLossyReindexing/state.json] for collection
[sourceLossyReindexing] has occurred - updating... (live nodes size: [2])
[junit4] 2> 141291 INFO (zkCallback-994-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/sourceLossyReindexing/state.json] for collection
[sourceLossyReindexing] has occurred - updating... (live nodes size: [2])
[junit4] 2> 141291 INFO (zkCallback-994-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/sourceLossyReindexing/state.json] for collection
[sourceLossyReindexing] has occurred - updating... (live nodes size: [2])
[junit4] 2> 141291 INFO (zkCallback-978-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/sourceLossyReindexing/state.json] for collection
[sourceLossyReindexing] has occurred - updating... (live nodes size: [2])
[junit4] 2> 141291 INFO (zkCallback-994-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/sourceLossyReindexing/state.json] for collection
[sourceLossyReindexing] has occurred - updating... (live nodes size: [2])
[junit4] 2> 141292 INFO (zkCallback-978-thread-4) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/sourceLossyReindexing/state.json] for collection
[sourceLossyReindexing] has occurred - updating... (live nodes size: [2])
[junit4] 2> 141292 INFO (zkCallback-994-thread-4) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/sourceLossyReindexing/state.json] for collection
[sourceLossyReindexing] has occurred - updating... (live nodes size: [2])
[junit4] 2> 141386 INFO (qtp894655841-2858) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard2 r:core_node8
x:sourceLossyReindexing_shard2_replica_n6 ] o.a.s.s.HttpSolrCall [admin]
webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf2&newCollection=true&name=sourceLossyReindexing_shard2_replica_n6&action=CREATE&numShards=2&collection=sourceLossyReindexing&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1467
[junit4] 2> 141406 INFO (qtp1552583779-2787) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard1 r:core_node3
x:sourceLossyReindexing_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin]
webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf2&newCollection=true&name=sourceLossyReindexing_shard1_replica_n1&action=CREATE&numShards=2&collection=sourceLossyReindexing&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1487
[junit4] 2> 142085 INFO (qtp894655841-2788) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard1 r:core_node5
x:sourceLossyReindexing_shard1_replica_n2 ] o.a.s.s.HttpSolrCall [admin]
webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf2&newCollection=true&name=sourceLossyReindexing_shard1_replica_n2&action=CREATE&numShards=2&collection=sourceLossyReindexing&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=2166
[junit4] 2> 142099 INFO (qtp1552583779-2785) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard2 r:core_node7
x:sourceLossyReindexing_shard2_replica_n4 ] o.a.s.s.HttpSolrCall [admin]
webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf2&newCollection=true&name=sourceLossyReindexing_shard2_replica_n4&action=CREATE&numShards=2&collection=sourceLossyReindexing&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=2180
[junit4] 2> 142105 INFO (qtp894655841-2786) [n:127.0.0.1:46531_solr ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
45 seconds. Check all shard replicas
[junit4] 2> 142185 INFO (zkCallback-978-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/sourceLossyReindexing/state.json] for collection
[sourceLossyReindexing] has occurred - updating... (live nodes size: [2])
[junit4] 2> 142185 INFO (zkCallback-978-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/sourceLossyReindexing/state.json] for collection
[sourceLossyReindexing] has occurred - updating... (live nodes size: [2])
[junit4] 2> 142185 INFO (zkCallback-994-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/sourceLossyReindexing/state.json] for collection
[sourceLossyReindexing] has occurred - updating... (live nodes size: [2])
[junit4] 2> 142185 INFO (zkCallback-994-thread-4) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/sourceLossyReindexing/state.json] for collection
[sourceLossyReindexing] has occurred - updating... (live nodes size: [2])
[junit4] 2> 142185 INFO (zkCallback-994-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/sourceLossyReindexing/state.json] for collection
[sourceLossyReindexing] has occurred - updating... (live nodes size: [2])
[junit4] 2> 142185 INFO (zkCallback-978-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/sourceLossyReindexing/state.json] for collection
[sourceLossyReindexing] has occurred - updating... (live nodes size: [2])
[junit4] 2> 142185 INFO (zkCallback-978-thread-4) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/sourceLossyReindexing/state.json] for collection
[sourceLossyReindexing] has occurred - updating... (live nodes size: [2])
[junit4] 2> 142185 INFO (zkCallback-994-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/sourceLossyReindexing/state.json] for collection
[sourceLossyReindexing] has occurred - updating... (live nodes size: [2])
[junit4] 2> 142186 INFO (qtp894655841-2786) [n:127.0.0.1:46531_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={collection.configName=conf2&maxShardsPerNode=-1&name=sourceLossyReindexing&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2}
status=0 QTime=2581
[junit4] 2> 142222 INFO (qtp1552583779-2872) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard1 r:core_node3
x:sourceLossyReindexing_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful
update of terms at /collections/sourceLossyReindexing/terms/shard1 to
Terms{values={core_node3=1, core_node5=1}, version=2}
[junit4] 2> 142223 INFO (qtp894655841-2858) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard1 r:core_node5
x:sourceLossyReindexing_shard1_replica_n2 ] o.a.s.u.p.LogUpdateProcessorFactory
[sourceLossyReindexing_shard1_replica_n2] webapp=/solr path=/update
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:41543/solr/sourceLossyReindexing_shard1_replica_n1/&wt=javabin&version=2}{add=[0
(1635600446917705728), 1 (1635600446930288640), 4 (1635600446930288641), 8
(1635600446930288642), 10 (1635600446930288643), 11 (1635600446931337216), 12
(1635600446931337217), 13 (1635600446932385792), 14 (1635600446932385793), 15
(1635600446932385794), ... (103 adds)]} 0 18
[junit4] 2> 142224 INFO (qtp1552583779-2872) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard1 r:core_node3
x:sourceLossyReindexing_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory
[sourceLossyReindexing_shard1_replica_n1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[0 (1635600446917705728), 1
(1635600446930288640), 4 (1635600446930288641), 8 (1635600446930288642), 10
(1635600446930288643), 11 (1635600446931337216), 12 (1635600446931337217), 13
(1635600446932385792), 14 (1635600446932385793), 15 (1635600446932385794), ...
(103 adds)]} 0 33
[junit4] 2> 142246 INFO (qtp894655841-2788) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard2 r:core_node8
x:sourceLossyReindexing_shard2_replica_n6 ] o.a.s.c.ZkShardTerms Successful
update of terms at /collections/sourceLossyReindexing/terms/shard2 to
Terms{values={core_node7=1, core_node8=1}, version=2}
[junit4] 2> 142273 INFO (qtp1552583779-2783) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard2 r:core_node7
x:sourceLossyReindexing_shard2_replica_n4 ] o.a.s.u.p.LogUpdateProcessorFactory
[sourceLossyReindexing_shard2_replica_n4] webapp=/solr path=/update
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46531/solr/sourceLossyReindexing_shard2_replica_n6/&wt=javabin&version=2}{add=[2
(1635600446954405888), 3 (1635600446958600192), 5 (1635600446959648768), 6
(1635600446959648769), 7 (1635600446959648770), 9 (1635600446959648771), 17
(1635600446959648772), 18 (1635600446959648773), 19 (1635600446960697344), 21
(1635600446960697345), ... (97 adds)]} 0 13
[junit4] 2> 142274 INFO (qtp894655841-2788) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard2 r:core_node8
x:sourceLossyReindexing_shard2_replica_n6 ] o.a.s.u.p.LogUpdateProcessorFactory
[sourceLossyReindexing_shard2_replica_n6] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[2 (1635600446954405888), 3
(1635600446958600192), 5 (1635600446959648768), 6 (1635600446959648769), 7
(1635600446959648770), 9 (1635600446959648771), 17 (1635600446959648772), 18
(1635600446959648773), 19 (1635600446960697344), 21 (1635600446960697345), ...
(97 adds)]} 0 49
[junit4] 2> 142278 INFO (qtp894655841-2786) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard2 r:core_node8
x:sourceLossyReindexing_shard2_replica_n6 ] o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1635600447008931840,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 142278 INFO (qtp894655841-2786) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard2 r:core_node8
x:sourceLossyReindexing_shard2_replica_n6 ] o.a.s.u.SolrIndexWriter Calling
setCommitData with IW:org.apache.solr.update.SolrIndexWriter@768e2558
commitCommandVersion:1635600447008931840
[junit4] 2> 142280 INFO (qtp1552583779-2787) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard2 r:core_node7
x:sourceLossyReindexing_shard2_replica_n4 ] o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1635600447012077568,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 142280 INFO (qtp1552583779-2787) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard2 r:core_node7
x:sourceLossyReindexing_shard2_replica_n4 ] o.a.s.u.SolrIndexWriter Calling
setCommitData with IW:org.apache.solr.update.SolrIndexWriter@2ba1db27
commitCommandVersion:1635600447012077568
[junit4] 2> 142289 INFO (qtp894655841-2786) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard2 r:core_node8
x:sourceLossyReindexing_shard2_replica_n6 ] o.a.s.s.SolrIndexSearcher Opening
[Searcher@1140ae72[sourceLossyReindexing_shard2_replica_n6] main]
[junit4] 2> 142289 INFO (qtp1552583779-2787) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard2 r:core_node7
x:sourceLossyReindexing_shard2_replica_n4 ] o.a.s.s.SolrIndexSearcher Opening
[Searcher@23961ac1[sourceLossyReindexing_shard2_replica_n4] main]
[junit4] 2> 142290 INFO (qtp894655841-2786) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard2 r:core_node8
x:sourceLossyReindexing_shard2_replica_n6 ] o.a.s.u.DirectUpdateHandler2
end_commit_flush
[junit4] 2> 142291 INFO
(searcherExecutor-936-thread-1-processing-n:127.0.0.1:46531_solr
x:sourceLossyReindexing_shard2_replica_n6 c:sourceLossyReindexing s:shard2
r:core_node8) [n:127.0.0.1:46531_solr c:sourceLossyReindexing s:shard2
r:core_node8 x:sourceLossyReindexing_shard2_replica_n6 ] o.a.s.c.SolrCore
[sourceLossyReindexing_shard2_replica_n6] Registered new searcher
Searcher@1140ae72[sourceLossyReindexing_shard2_replica_n6]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C97:[diagnostics={java.vm.version=11+28,
lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11+28,
os.version=4.18.0-17-generic, os=Linux, java.vendor=Oracle Corporation,
timestamp=1559830138222,
java.version=11}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
[junit4] 2> 142291 INFO
(searcherExecutor-938-thread-1-processing-n:127.0.0.1:41543_solr
x:sourceLossyReindexing_shard2_replica_n4 c:sourceLossyReindexing s:shard2
r:core_node7) [n:127.0.0.1:41543_solr c:sourceLossyReindexing s:shard2
r:core_node7 x:sourceLossyReindexing_shard2_replica_n4 ] o.a.s.c.SolrCore
[sourceLossyReindexing_shard2_replica_n4] Registered new searcher
Searcher@23961ac1[sourceLossyReindexing_shard2_replica_n4]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C97:[diagnostics={java.vm.version=11+28,
lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11+28,
os.version=4.18.0-17-generic, os=Linux, java.vendor=Oracle Corporation,
timestamp=1559830138224,
java.version=11}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
[junit4] 2> 142292 INFO (qtp1552583779-2787) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard2 r:core_node7
x:sourceLossyReindexing_shard2_replica_n4 ] o.a.s.u.DirectUpdateHandler2
end_commit_flush
[junit4] 2> 142292 INFO (qtp1552583779-2787) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard2 r:core_node7
x:sourceLossyReindexing_shard2_replica_n4 ] o.a.s.u.p.LogUpdateProcessorFactory
[sourceLossyReindexing_shard2_replica_n4] webapp=/solr path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:46531/solr/sourceLossyReindexing_shard2_replica_n6/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 12
[junit4] 2> 142293 INFO (qtp894655841-2786) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard2 r:core_node8
x:sourceLossyReindexing_shard2_replica_n6 ] o.a.s.u.p.LogUpdateProcessorFactory
[sourceLossyReindexing_shard2_replica_n6] webapp=/solr path=/update
params={update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:41543/solr/sourceLossyReindexing_shard1_replica_n1/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 15
[junit4] 2> 142294 INFO (qtp1552583779-2872) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard1 r:core_node3
x:sourceLossyReindexing_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1635600447026757632,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 142294 INFO (qtp1552583779-2872) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard1 r:core_node3
x:sourceLossyReindexing_shard1_replica_n1 ] o.a.s.u.SolrIndexWriter Calling
setCommitData with IW:org.apache.solr.update.SolrIndexWriter@29819abc
commitCommandVersion:1635600447026757632
[junit4] 2> 142295 INFO (qtp894655841-2784) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard1 r:core_node5
x:sourceLossyReindexing_shard1_replica_n2 ] o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1635600447027806208,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 142295 INFO (qtp894655841-2784) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard1 r:core_node5
x:sourceLossyReindexing_shard1_replica_n2 ] o.a.s.u.SolrIndexWriter Calling
setCommitData with IW:org.apache.solr.update.SolrIndexWriter@106fba16
commitCommandVersion:1635600447027806208
[junit4] 2> 142303 INFO (qtp1552583779-2872) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard1 r:core_node3
x:sourceLossyReindexing_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening
[Searcher@1e4b0317[sourceLossyReindexing_shard1_replica_n1] main]
[junit4] 2> 142303 INFO (qtp1552583779-2872) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard1 r:core_node3
x:sourceLossyReindexing_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2
end_commit_flush
[junit4] 2> 142304 INFO
(searcherExecutor-937-thread-1-processing-n:127.0.0.1:41543_solr
x:sourceLossyReindexing_shard1_replica_n1 c:sourceLossyReindexing s:shard1
r:core_node3) [n:127.0.0.1:41543_solr c:sourceLossyReindexing s:shard1
r:core_node3 x:sourceLossyReindexing_shard1_replica_n1 ] o.a.s.c.SolrCore
[sourceLossyReindexing_shard1_replica_n1] Registered new searcher
Searcher@1e4b0317[sourceLossyReindexing_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C103:[diagnostics={java.vm.version=11+28,
lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11+28,
os.version=4.18.0-17-generic, os=Linux, java.vendor=Oracle Corporation,
timestamp=1559830138238,
java.version=11}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
[junit4] 2> 142307 INFO (qtp894655841-2784) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard1 r:core_node5
x:sourceLossyReindexing_shard1_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening
[Searcher@6bca716a[sourceLossyReindexing_shard1_replica_n2] main]
[junit4] 2> 142308 INFO
(searcherExecutor-939-thread-1-processing-n:127.0.0.1:46531_solr
x:sourceLossyReindexing_shard1_replica_n2 c:sourceLossyReindexing s:shard1
r:core_node5) [n:127.0.0.1:46531_solr c:sourceLossyReindexing s:shard1
r:core_node5 x:sourceLossyReindexing_shard1_replica_n2 ] o.a.s.c.SolrCore
[sourceLossyReindexing_shard1_replica_n2] Registered new searcher
Searcher@6bca716a[sourceLossyReindexing_shard1_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C103:[diagnostics={java.vm.version=11+28,
lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11+28,
os.version=4.18.0-17-generic, os=Linux, java.vendor=Oracle Corporation,
timestamp=1559830138239,
java.version=11}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
[junit4] 2> 142309 INFO (qtp894655841-2784) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard1 r:core_node5
x:sourceLossyReindexing_shard1_replica_n2 ] o.a.s.u.DirectUpdateHandler2
end_commit_flush
[junit4] 2> 142309 INFO (qtp894655841-2784) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard1 r:core_node5
x:sourceLossyReindexing_shard1_replica_n2 ] o.a.s.u.p.LogUpdateProcessorFactory
[sourceLossyReindexing_shard1_replica_n2] webapp=/solr path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:41543/solr/sourceLossyReindexing_shard1_replica_n1/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 14
[junit4] 2> 142310 INFO (qtp1552583779-2872) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard1 r:core_node3
x:sourceLossyReindexing_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory
[sourceLossyReindexing_shard1_replica_n1] webapp=/solr path=/update
params={_stateVer_=sourceLossyReindexing:5&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 34
[junit4] 2> 142318 INFO (qtp894655841-2788) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard2 r:core_node8
x:sourceLossyReindexing_shard2_replica_n6 ] o.a.s.c.S.Request
[sourceLossyReindexing_shard2_replica_n6] webapp=/solr path=/select
params={df=text&distrib=false&_stateVer_=sourceLossyReindexing:5&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=http://127.0.0.1:46531/solr/sourceLossyReindexing_shard2_replica_n6/|http://127.0.0.1:41543/solr/sourceLossyReindexing_shard2_replica_n4/&rows=10&version=2&q=*:*&NOW=1559830138248&isShard=true&wt=javabin}
hits=97 status=0 QTime=0
[junit4] 2> 142320 INFO (qtp894655841-2788) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard1 r:core_node5
x:sourceLossyReindexing_shard1_replica_n2 ] o.a.s.c.S.Request
[sourceLossyReindexing_shard1_replica_n2] webapp=/solr path=/select
params={df=text&distrib=false&_stateVer_=sourceLossyReindexing:5&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=http://127.0.0.1:46531/solr/sourceLossyReindexing_shard1_replica_n2/|http://127.0.0.1:41543/solr/sourceLossyReindexing_shard1_replica_n1/&rows=10&version=2&q=*:*&NOW=1559830138248&isShard=true&wt=javabin}
hits=103 status=0 QTime=0
[junit4] 2> 142322 INFO (qtp894655841-2784) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard1 r:core_node5
x:sourceLossyReindexing_shard1_replica_n2 ] o.a.s.c.S.Request
[sourceLossyReindexing_shard1_replica_n2] webapp=/solr path=/select
params={q=*:*&df=text&distrib=false&_stateVer_=sourceLossyReindexing:5&shards.purpose=64&NOW=1559830138248&ids=11,0,12,1,13,14,15,4,8,10&isShard=true&shard.url=http://127.0.0.1:46531/solr/sourceLossyReindexing_shard1_replica_n2/|http://127.0.0.1:41543/solr/sourceLossyReindexing_shard1_replica_n1/&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 142323 INFO (qtp1552583779-2872) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard1 r:core_node3
x:sourceLossyReindexing_shard1_replica_n1 ] o.a.s.c.S.Request
[sourceLossyReindexing_shard1_replica_n1] webapp=/solr path=/select
params={q=*:*&_stateVer_=sourceLossyReindexing:5&wt=javabin&version=2} hits=200
status=0 QTime=12
[junit4] 2> 142325 INFO (qtp894655841-2859) [n:127.0.0.1:46531_solr
c:sourceLossyReindexing s:shard2 r:core_node8
x:sourceLossyReindexing_shard2_replica_n6 ] o.a.s.c.S.Request
[sourceLossyReindexing_shard2_replica_n6] webapp=/solr path=/select
params={df=text&distrib=false&_stateVer_=sourceLossyReindexing:5&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=http://127.0.0.1:46531/solr/sourceLossyReindexing_shard2_replica_n6/|http://127.0.0.1:41543/solr/sourceLossyReindexing_shard2_replica_n4/&rows=10&version=2&q=*:*&NOW=1559830138262&isShard=true&wt=javabin}
hits=97 status=0 QTime=0
[junit4] 2> 142329 INFO (qtp1552583779-2872) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard1 r:core_node3
x:sourceLossyReindexing_shard1_replica_n1 ] o.a.s.c.S.Request
[sourceLossyReindexing_shard1_replica_n1] webapp=/solr path=/select
params={df=text&distrib=false&_stateVer_=sourceLossyReindexing:5&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=http://127.0.0.1:41543/solr/sourceLossyReindexing_shard1_replica_n1/|http://127.0.0.1:46531/solr/sourceLossyReindexing_shard1_replica_n2/&rows=10&version=2&q=*:*&NOW=1559830138262&isShard=true&wt=javabin}
hits=103 status=0 QTime=0
[junit4] 2> 142331 INFO (qtp1552583779-2783) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard1 r:core_node3
x:sourceLossyReindexing_shard1_replica_n1 ] o.a.s.c.S.Request
[sourceLossyReindexing_shard1_replica_n1] webapp=/solr path=/select
params={q=*:*&df=text&distrib=false&_stateVer_=sourceLossyReindexing:5&shards.purpose=64&NOW=1559830138262&ids=11,0,12,1,13,14,15,4,8,10&isShard=true&shard.url=http://127.0.0.1:41543/solr/sourceLossyReindexing_shard1_replica_n1/|http://127.0.0.1:46531/solr/sourceLossyReindexing_shard1_replica_n2/&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 142332 INFO (qtp1552583779-2785) [n:127.0.0.1:41543_solr
c:sourceLossyReindexing s:shard1 r:core_node3
x:sourceLossyReindexing_shard1_replica_n1 ] o.a.s.c.S.Request
[sourceLossyReindexing_shard1_replica_n1] webapp=/solr path=/select
params={q=*:*&_stateVer_=sourceLossyRe
[...truncated too long message...]
-------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 1 | 0 | 0 | 0 || 1 | 0 |
---------------------------------------------------------------------
-init-totals:
-test:
[mkdir] Created dir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test
[junit4:pickseed] Seed property 'tests.seed' already defined: 3234464DCF5CCE5C
[mkdir] Created dir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp
[junit4] <JUnit4> says jolly good day! Master seed: 3234464DCF5CCE5C
[junit4] Executing 10 suites with 3 JVMs.
[junit4]
[junit4] Started J2 PID([email protected]).
[junit4] Started J0 PID([email protected]).
[junit4] Started J1 PID([email protected]).
[junit4] Suite: org.apache.solr.handler.TestSolrConfigHandlerCloud
[junit4] OK 36.6s J2 | TestSolrConfigHandlerCloud.test
[junit4] Completed [1/10] on J2 in 39.73s, 1 test
[junit4]
[junit4] Suite: org.apache.solr.handler.TestSolrConfigHandlerCloud
[junit4] OK 24.2s J2 | TestSolrConfigHandlerCloud.test
[junit4] Completed [2/10] on J2 in 25.11s, 1 test
[junit4]
[junit4] Suite: org.apache.solr.cloud.ReindexCollectionTest
[junit4] OK 17.6s J0 | ReindexCollectionTest.testLossySchema
[junit4] OK 14.4s J0 | ReindexCollectionTest.testSameTargetReindexing
[junit4] OK 13.1s J0 | ReindexCollectionTest.testReshapeReindexing
[junit4] OK 7.00s J0 | ReindexCollectionTest.testAbort
[junit4] OK 12.5s J0 | ReindexCollectionTest.testBasicReindexing
[junit4] OK 10.7s J0 | ReindexCollectionTest.testFailure
[junit4] Completed [3/10] on J0 in 82.96s, 6 tests
[junit4]
[junit4] Suite: org.apache.solr.cloud.ReindexCollectionTest
[junit4] OK 17.9s J1 | ReindexCollectionTest.testLossySchema
[junit4] OK 14.5s J1 | ReindexCollectionTest.testSameTargetReindexing
[junit4] OK 13.2s J1 | ReindexCollectionTest.testReshapeReindexing
[junit4] OK 6.62s J1 | ReindexCollectionTest.testAbort
[junit4] OK 12.2s J1 | ReindexCollectionTest.testBasicReindexing
[junit4] OK 11.0s J1 | ReindexCollectionTest.testFailure
[junit4] Completed [4/10] on J1 in 83.77s, 6 tests
[junit4]
[junit4] Suite: org.apache.solr.cloud.ReindexCollectionTest
[junit4] OK 12.7s J2 | ReindexCollectionTest.testLossySchema
[junit4] OK 13.5s J2 | ReindexCollectionTest.testSameTargetReindexing
[junit4] OK 12.2s J2 | ReindexCollectionTest.testReshapeReindexing
[junit4] OK 6.41s J2 | ReindexCollectionTest.testAbort
[junit4] OK 11.9s J2 | ReindexCollectionTest.testBasicReindexing
[junit4] OK 10.6s J2 | ReindexCollectionTest.testFailure
[junit4] Completed [5/10] on J2 in 69.84s, 6 tests
[junit4]
[junit4] Suite: org.apache.solr.cloud.ReindexCollectionTest
[junit4] OK 12.2s J1 | ReindexCollectionTest.testLossySchema
[junit4] OK 12.8s J1 | ReindexCollectionTest.testSameTargetReindexing
[junit4] OK 12.3s J1 | ReindexCollectionTest.testReshapeReindexing
[junit4] OK 6.13s J1 | ReindexCollectionTest.testAbort
[junit4] OK 12.1s J1 | ReindexCollectionTest.testBasicReindexing
[junit4] OK 11.2s J1 | ReindexCollectionTest.testFailure
[junit4] Completed [6/10] on J1 in 69.13s, 6 tests
[junit4]
[junit4] Suite: org.apache.solr.cloud.ReindexCollectionTest
[junit4] OK 12.8s J0 | ReindexCollectionTest.testLossySchema
[junit4] OK 12.6s J0 | ReindexCollectionTest.testSameTargetReindexing
[junit4] OK 12.8s J0 | ReindexCollectionTest.testReshapeReindexing
[junit4] OK 6.22s J0 | ReindexCollectionTest.testAbort
[junit4] OK 12.3s J0 | ReindexCollectionTest.testBasicReindexing
[junit4] OK 11.1s J0 | ReindexCollectionTest.testFailure
[junit4] Completed [7/10] on J0 in 71.83s, 6 tests
[junit4]
[junit4] Suite: org.apache.solr.handler.TestSolrConfigHandlerCloud
[junit4] OK 20.9s J2 | TestSolrConfigHandlerCloud.test
[junit4] Completed [8/10] on J2 in 22.09s, 1 test
[junit4]
[junit4] Suite: org.apache.solr.handler.TestSolrConfigHandlerCloud
[junit4] OK 29.5s J1 | TestSolrConfigHandlerCloud.test
[junit4] Completed [9/10] on J1 in 29.86s, 1 test
[junit4]
[junit4] Suite: org.apache.solr.handler.TestSolrConfigHandlerCloud
[junit4] OK 28.1s J0 | TestSolrConfigHandlerCloud.test
[junit4] Completed [10/10] on J0 in 28.97s, 1 test
[junit4]
[junit4] JVM J0: 1.00 .. 185.65 = 184.65s
[junit4] JVM J1: 1.00 .. 184.75 = 183.75s
[junit4] JVM J2: 1.00 .. 159.03 = 158.04s
[junit4] Execution time total: 3 minutes 5 seconds
[junit4] Tests summary: 10 suites, 35 tests
[junit4] Could not remove temporary path:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
(java.nio.file.DirectoryNotEmptyException: Remaining files:
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp])
[junit4] Could not remove temporary path:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
(java.nio.file.DirectoryNotEmptyException: Remaining files:
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp])
[junit4] Could not remove temporary path:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2
(java.nio.file.DirectoryNotEmptyException: Remaining files:
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp])
[echo] 5 slowest tests:
[junit4:tophints] 269.50s |
org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest
[junit4:tophints] 184.75s | org.apache.solr.cloud.api.collections.ShardSplitTest
[junit4:tophints] 179.10s | org.apache.solr.cloud.TestStressLiveNodes
[junit4:tophints] 158.88s | org.apache.solr.search.TestRecoveryHdfs
[junit4:tophints] 117.06s | org.apache.solr.update.SoftAutoCommitTest
-check-totals:
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by
org.codehaus.groovy.reflection.CachedClass
(file:/home/jenkins/.ivy2/cache/org.codehaus.groovy/groovy-all/jars/groovy-all-2.4.16.jar)
to method java.lang.Object.finalize()
WARNING: Please consider reporting this to the maintainers of
org.codehaus.groovy.reflection.CachedClass
WARNING: Use --illegal-access=warn to enable warnings of further illegal
reflective access operations
WARNING: All illegal access operations will be denied in a future release
test-nocompile:
BUILD SUCCESSFUL
Total time: 3 minutes 8 seconds
[repro] Failures:
[repro] 0/5 failed: org.apache.solr.cloud.ReindexCollectionTest
[repro] 0/5 failed: org.apache.solr.handler.TestSolrConfigHandlerCloud
[repro] Exiting with code 0
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
java.lang.InterruptedException: no matches found within 10000
at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2805)
at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2684)
at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2665)
at hudson.FilePath.act(FilePath.java:1078)
at hudson.FilePath.act(FilePath.java:1061)
at hudson.FilePath.validateAntFileMask(FilePath.java:2663)
at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:248)
at
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:79)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741)
at
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
at hudson.model.Build$BuildExecution.post2(Build.java:186)
at
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
at hudson.model.Run.execute(Run.java:1843)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern
"**/*.events,heapdumps/**,**/*_pid*.log". Configuration error?
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
No credentials specified
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all
warnings.
<Git Blamer> GIT_COMMIT=3364753661ffb91bf04058c6184368656e0d5ab7,
workspace=/home/jenkins/workspace/Lucene-Solr-master-Linux
[WARNINGS] Computing warning deltas based on reference build #24191
Recording test results
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
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]