Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-7.x/269/
2 tests failed.
FAILED: org.apache.solr.cloud.MultiThreadedOCPTest.test
Error Message:
acoll: 1547952746914 bcoll: 1547952747047
Stack Trace:
java.lang.AssertionError: acoll: 1547952746914 bcoll: 1547952747047
at
__randomizedtesting.SeedInfo.seed([6104FDE762BAF3D8:E950C23DCC469E20]:0)
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.assertTrue(Assert.java:41)
at
org.apache.solr.cloud.MultiThreadedOCPTest.testFillWorkQueue(MultiThreadedOCPTest.java:116)
at
org.apache.solr.cloud.MultiThreadedOCPTest.test(MultiThreadedOCPTest.java:71)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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:1075)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1047)
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
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED:
org.apache.solr.client.solrj.io.stream.StreamDecoratorTest.testExecutorStream
Error Message:
Could not load collection from ZK: mainCorpus
Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK:
mainCorpus
at
__randomizedtesting.SeedInfo.seed([6B48C76EE8414958:49884695CB2B6348]:0)
at
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1363)
at
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:745)
at
org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:148)
at
org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:131)
at
org.apache.solr.common.cloud.ZkStateReader.registerCollectionStateWatcher(ZkStateReader.java:1481)
at
org.apache.solr.common.cloud.ZkStateReader.waitForState(ZkStateReader.java:1518)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.waitForState(CloudSolrClient.java:450)
at
org.apache.solr.cloud.MiniSolrCloudCluster.waitForActiveCollection(MiniSolrCloudCluster.java:720)
at
org.apache.solr.cloud.MiniSolrCloudCluster.waitForActiveCollection(MiniSolrCloudCluster.java:734)
at
org.apache.solr.client.solrj.io.stream.StreamDecoratorTest.testExecutorStream(StreamDecoratorTest.java:3521)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException:
KeeperErrorCode = Session expired for /collections/mainCorpus/state.json
at org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1221)
at
org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:358)
at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:71)
at
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:358)
at
org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1375)
at
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1361)
... 48 more
Build Log:
[...truncated 13165 lines...]
[junit4] Suite: org.apache.solr.cloud.MultiThreadedOCPTest
[junit4] 2> Creating dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_6104FDE762BAF3D8-001/init-core-data-001
[junit4] 2> 1189581 WARN
(SUITE-MultiThreadedOCPTest-seed#[6104FDE762BAF3D8]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
[junit4] 2> 1189593 INFO
(SUITE-MultiThreadedOCPTest-seed#[6104FDE762BAF3D8]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 1189603 INFO
(SUITE-MultiThreadedOCPTest-seed#[6104FDE762BAF3D8]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
[junit4] 2> 1189603 INFO
(SUITE-MultiThreadedOCPTest-seed#[6104FDE762BAF3D8]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 1189603 INFO
(SUITE-MultiThreadedOCPTest-seed#[6104FDE762BAF3D8]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
[junit4] 2> 1189605 INFO
(TEST-MultiThreadedOCPTest.test-seed#[6104FDE762BAF3D8]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1189615 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1189615 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Starting server
[junit4] 2> 1189723 INFO
(TEST-MultiThreadedOCPTest.test-seed#[6104FDE762BAF3D8]) [ ]
o.a.s.c.ZkTestServer start zk server on port:39063
[junit4] 2> 1189723 INFO
(TEST-MultiThreadedOCPTest.test-seed#[6104FDE762BAF3D8]) [ ]
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39063
[junit4] 2> 1189723 INFO
(TEST-MultiThreadedOCPTest.test-seed#[6104FDE762BAF3D8]) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1 39063
[junit4] 2> 1189787 INFO (zkConnectionManagerCallback-2871-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1189818 INFO (zkConnectionManagerCallback-2873-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1189828 INFO
(TEST-MultiThreadedOCPTest.test-seed#[6104FDE762BAF3D8]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 1189829 INFO
(TEST-MultiThreadedOCPTest.test-seed#[6104FDE762BAF3D8]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 1189830 INFO
(TEST-MultiThreadedOCPTest.test-seed#[6104FDE762BAF3D8]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 1189831 INFO
(TEST-MultiThreadedOCPTest.test-seed#[6104FDE762BAF3D8]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 1189832 INFO
(TEST-MultiThreadedOCPTest.test-seed#[6104FDE762BAF3D8]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 1189832 INFO
(TEST-MultiThreadedOCPTest.test-seed#[6104FDE762BAF3D8]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 1189833 INFO
(TEST-MultiThreadedOCPTest.test-seed#[6104FDE762BAF3D8]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 1189834 INFO
(TEST-MultiThreadedOCPTest.test-seed#[6104FDE762BAF3D8]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 1189835 INFO
(TEST-MultiThreadedOCPTest.test-seed#[6104FDE762BAF3D8]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 1189836 INFO
(TEST-MultiThreadedOCPTest.test-seed#[6104FDE762BAF3D8]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 1189836 INFO
(TEST-MultiThreadedOCPTest.test-seed#[6104FDE762BAF3D8]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 1189837 INFO
(TEST-MultiThreadedOCPTest.test-seed#[6104FDE762BAF3D8]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly
asked otherwise
[junit4] 2> 1190206 WARN
(TEST-MultiThreadedOCPTest.test-seed#[6104FDE762BAF3D8]) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 1190206 INFO
(TEST-MultiThreadedOCPTest.test-seed#[6104FDE762BAF3D8]) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 1190206 INFO
(TEST-MultiThreadedOCPTest.test-seed#[6104FDE762BAF3D8]) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 1190206 INFO
(TEST-MultiThreadedOCPTest.test-seed#[6104FDE762BAF3D8]) [ ] o.e.j.s.Server
jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
[junit4] 2> 1190275 INFO
(TEST-MultiThreadedOCPTest.test-seed#[6104FDE762BAF3D8]) [ ] o.e.j.s.session
DefaultSessionIdManager workerName=node0
[junit4] 2> 1190275 INFO
(TEST-MultiThreadedOCPTest.test-seed#[6104FDE762BAF3D8]) [ ] o.e.j.s.session
No SessionScavenger set, using defaults
[junit4] 2> 1190275 INFO
(TEST-MultiThreadedOCPTest.test-seed#[6104FDE762BAF3D8]) [ ] o.e.j.s.session
node0 Scavenging every 600000ms
[junit4] 2> 1190287 INFO
(TEST-MultiThreadedOCPTest.test-seed#[6104FDE762BAF3D8]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@660f2276{/,null,AVAILABLE}
[junit4] 2> 1190304 INFO
(TEST-MultiThreadedOCPTest.test-seed#[6104FDE762BAF3D8]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@36db0781{HTTP/1.1,[http/1.1]}{127.0.0.1:45124}
[junit4] 2> 1190304 INFO
(TEST-MultiThreadedOCPTest.test-seed#[6104FDE762BAF3D8]) [ ] o.e.j.s.Server
Started @1191106ms
[junit4] 2> 1190304 INFO
(TEST-MultiThreadedOCPTest.test-seed#[6104FDE762BAF3D8]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_6104FDE762BAF3D8-001/tempDir-001/control/data,
replicaType=NRT, hostContext=/, hostPort=45124,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_6104FDE762BAF3D8-001/control-001/cores}
[junit4] 2> 1190304 ERROR
(TEST-MultiThreadedOCPTest.test-seed#[6104FDE762BAF3D8]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1190304 INFO
(TEST-MultiThreadedOCPTest.test-seed#[6104FDE762BAF3D8]) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1190304 INFO
(TEST-MultiThreadedOCPTest.test-seed#[6104FDE762BAF3D8]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.7.0
[junit4] 2> 1190304 INFO
(TEST-MultiThreadedOCPTest.test-seed#[6104FDE762BAF3D8]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1190304 INFO
(TEST-MultiThreadedOCPTest.test-seed#[6104FDE762BAF3D8]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1190304 INFO
(TEST-MultiThreadedOCPTest.test-seed#[6104FDE762BAF3D8]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-01-20T02:51:03.860Z
[junit4] 2> 1190367 INFO (zkConnectionManagerCallback-2875-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1190371 INFO
(TEST-MultiThreadedOCPTest.test-seed#[6104FDE762BAF3D8]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1190371 INFO
(TEST-MultiThreadedOCPTest.test-seed#[6104FDE762BAF3D8]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_6104FDE762BAF3D8-001/control-001/solr.xml
[junit4] 2> 1190391 INFO
(TEST-MultiThreadedOCPTest.test-seed#[6104FDE762BAF3D8]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 1190391 INFO
(TEST-MultiThreadedOCPTest.test-seed#[6104FDE762BAF3D8]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 1190464 INFO
(TEST-MultiThreadedOCPTest.test-seed#[6104FDE762BAF3D8]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@1fe237c, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1190782 INFO
(TEST-MultiThreadedOCPTest.test-seed#[6104FDE762BAF3D8]) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
[junit4] 2> 1190823 INFO
(TEST-MultiThreadedOCPTest.test-seed#[6104FDE762BAF3D8]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39063/solr
[junit4] 2> 1190845 INFO (zkConnectionManagerCallback-2879-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1190893 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x1070d6db2f40003, likely client has closed socket
[junit4] 2> 1190902 INFO (zkConnectionManagerCallback-2881-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1191264 INFO
(TEST-MultiThreadedOCPTest.test-seed#[6104FDE762BAF3D8]) [n:127.0.0.1:45124_
] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45124_
[junit4] 2> 1191264 INFO
(TEST-MultiThreadedOCPTest.test-seed#[6104FDE762BAF3D8]) [n:127.0.0.1:45124_
] o.a.s.c.Overseer Overseer
(id=74042683679834116-127.0.0.1:45124_-n_0000000000) starting
[junit4] 2> 1191303 INFO (zkConnectionManagerCallback-2888-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1191305 INFO
(TEST-MultiThreadedOCPTest.test-seed#[6104FDE762BAF3D8]) [n:127.0.0.1:45124_
] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39063/solr ready
[junit4] 2> 1191331 INFO
(OverseerStateUpdate-74042683679834116-127.0.0.1:45124_-n_0000000000)
[n:127.0.0.1:45124_ ] o.a.s.c.Overseer Starting to work on the main queue :
127.0.0.1:45124_
[junit4] 2> 1191383 INFO
(TEST-MultiThreadedOCPTest.test-seed#[6104FDE762BAF3D8]) [n:127.0.0.1:45124_
] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:45124_
[junit4] 2> 1191509 INFO (zkCallback-2887-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1191509 INFO (zkCallback-2880-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1191549 INFO
(TEST-MultiThreadedOCPTest.test-seed#[6104FDE762BAF3D8]) [n:127.0.0.1:45124_
] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics
history in memory.
[junit4] 2> 1191594 INFO
(TEST-MultiThreadedOCPTest.test-seed#[6104FDE762BAF3D8]) [n:127.0.0.1:45124_
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1fe237c
[junit4] 2> 1191627 INFO
(TEST-MultiThreadedOCPTest.test-seed#[6104FDE762BAF3D8]) [n:127.0.0.1:45124_
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1fe237c
[junit4] 2> 1191627 INFO
(TEST-MultiThreadedOCPTest.test-seed#[6104FDE762BAF3D8]) [n:127.0.0.1:45124_
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1fe237c
[junit4] 2> 1191629 INFO
(TEST-MultiThreadedOCPTest.test-seed#[6104FDE762BAF3D8]) [n:127.0.0.1:45124_
] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_6104FDE762BAF3D8-001/control-001/cores
[junit4] 2> 1191752 INFO (zkConnectionManagerCallback-2894-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1191753 INFO
(TEST-MultiThreadedOCPTest.test-seed#[6104FDE762BAF3D8]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1191754 INFO
(TEST-MultiThreadedOCPTest.test-seed#[6104FDE762BAF3D8]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39063/solr ready
[junit4] 2> 1191765 INFO (qtp1085372426-8816) [n:127.0.0.1:45124_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:45124_&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1191785 INFO
(OverseerThreadFactory-3230-thread-1-processing-n:127.0.0.1:45124_)
[n:127.0.0.1:45124_ ] o.a.s.c.a.c.CreateCollectionCmd Create collection
control_collection
[junit4] 2> 1191939 INFO (qtp1085372426-8818) [n:127.0.0.1:45124_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1191941 INFO (qtp1085372426-8819) [n:127.0.0.1:45124_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1191941 INFO (qtp1085372426-8815) [n:127.0.0.1:45124_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1191942 INFO (qtp1085372426-8817) [n:127.0.0.1:45124_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1191971 INFO (qtp1085372426-8818) [n:127.0.0.1:45124_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1192032 INFO (qtp1085372426-8819) [n:127.0.0.1:45124_
x:control_collection_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core
create command
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1192032 INFO (qtp1085372426-8819) [n:127.0.0.1:45124_
x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 4 transient cores
[junit4] 2> 1193130 INFO (qtp1085372426-8819) [n:127.0.0.1:45124_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.7.0
[junit4] 2> 1193205 INFO (qtp1085372426-8819) [n:127.0.0.1:45124_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
[junit4] 2> 1193567 INFO (qtp1085372426-8819) [n:127.0.0.1:45124_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1193589 INFO (qtp1085372426-8819) [n:127.0.0.1:45124_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1'
using configuration from collection control_collection, trusted=true
[junit4] 2> 1193589 INFO (qtp1085372426-8819) [n:127.0.0.1:45124_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.control_collection.shard1.replica_n1' (registry
'solr.core.control_collection.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1fe237c
[junit4] 2> 1193590 INFO (qtp1085372426-8819) [n:127.0.0.1:45124_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore
at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_6104FDE762BAF3D8-001/control-001/cores/control_collection_shard1_replica_n1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_6104FDE762BAF3D8-001/control-001/cores/control_collection_shard1_replica_n1/data/]
[junit4] 2> 1193607 INFO (qtp1085372426-8819) [n:127.0.0.1:45124_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=37, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=12.0126953125,
floorSegmentMB=1.6416015625, forceMergeDeletesPctAllowed=0.14277149621257923,
segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0,
deletesPctAllowed=36.64711108349286
[junit4] 2> 1193609 WARN (qtp1085372426-8819) [n:127.0.0.1:45124_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 1193726 INFO (qtp1085372426-8819) [n:127.0.0.1:45124_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1193726 INFO (qtp1085372426-8819) [n:127.0.0.1:45124_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1193728 INFO (qtp1085372426-8819) [n:127.0.0.1:45124_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1193728 INFO (qtp1085372426-8819) [n:127.0.0.1:45124_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1193742 INFO (qtp1085372426-8819) [n:127.0.0.1:45124_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=29, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1193742 INFO (qtp1085372426-8819) [n:127.0.0.1:45124_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@45c24759[control_collection_shard1_replica_n1] main]
[junit4] 2> 1193743 INFO (qtp1085372426-8819) [n:127.0.0.1:45124_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1193744 INFO (qtp1085372426-8819) [n:127.0.0.1:45124_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1193745 INFO (qtp1085372426-8819) [n:127.0.0.1:45124_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1193745 INFO (qtp1085372426-8819) [n:127.0.0.1:45124_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1623146016067813376
[junit4] 2> 1193760 INFO
(searcherExecutor-3235-thread-1-processing-n:127.0.0.1:45124_
x:control_collection_shard1_replica_n1 c:control_collection s:shard1)
[n:127.0.0.1:45124_ c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore
[control_collection_shard1_replica_n1] Registered new searcher
Searcher@45c24759[control_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1193777 INFO (qtp1085372426-8819) [n:127.0.0.1:45124_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/control_collection/terms/shard1 to Terms{values={core_node2=0},
version=0}
[junit4] 2> 1193777 INFO (qtp1085372426-8819) [n:127.0.0.1:45124_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/control_collection/leaders/shard1
[junit4] 2> 1193779 INFO (qtp1085372426-8819) [n:127.0.0.1:45124_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1193779 INFO (qtp1085372426-8819) [n:127.0.0.1:45124_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1193779 INFO (qtp1085372426-8819) [n:127.0.0.1:45124_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:45124/control_collection_shard1_replica_n1/
[junit4] 2> 1193779 INFO (qtp1085372426-8819) [n:127.0.0.1:45124_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 1193780 INFO (qtp1085372426-8819) [n:127.0.0.1:45124_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy
http://127.0.0.1:45124/control_collection_shard1_replica_n1/ has no replicas
[junit4] 2> 1193780 INFO (qtp1085372426-8819) [n:127.0.0.1:45124_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1193780 INFO (qtp1085372426-8819) [n:127.0.0.1:45124_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
/collections/control_collection/leaders/shard1/leader after winning as
/collections/control_collection/leader_elect/shard1/election/74042683679834116-core_node2-n_0000000000
[junit4] 2> 1193781 INFO (qtp1085372426-8819) [n:127.0.0.1:45124_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:45124/control_collection_shard1_replica_n1/ shard1
[junit4] 2> 1193888 INFO (zkCallback-2880-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 1193892 INFO (qtp1085372426-8819) [n:127.0.0.1:45124_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1193894 INFO (qtp1085372426-8819) [n:127.0.0.1:45124_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1861
[junit4] 2> 1193909 INFO (qtp1085372426-8816) [n:127.0.0.1:45124_ ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
45 seconds. Check all shard replicas
[junit4] 2> 1194022 INFO (zkCallback-2880-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 1194022 INFO (zkCallback-2880-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 1194023 INFO (qtp1085372426-8816) [n:127.0.0.1:45124_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:45124_&wt=javabin&version=2}
status=0 QTime=2258
[junit4] 2> 1194155 INFO (zkConnectionManagerCallback-2899-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1194179 INFO
(TEST-MultiThreadedOCPTest.test-seed#[6104FDE762BAF3D8]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1194188 INFO
(TEST-MultiThreadedOCPTest.test-seed#[6104FDE762BAF3D8]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39063/solr ready
[junit4] 2> 1194188 INFO
(TEST-MultiThreadedOCPTest.test-seed#[6104FDE762BAF3D8]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 1194189 INFO (qtp1085372426-8819) [n:127.0.0.1:45124_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1194286 INFO
(OverseerCollectionConfigSetProcessor-74042683679834116-127.0.0.1:45124_-n_0000000000)
[n:127.0.0.1:45124_ ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 1194301 INFO
(OverseerThreadFactory-3230-thread-2-processing-n:127.0.0.1:45124_)
[n:127.0.0.1:45124_ ] o.a.s.c.a.c.CreateCollectionCmd Create collection
collection1
[junit4] 2> 1194580 WARN
(OverseerThreadFactory-3230-thread-2-processing-n:127.0.0.1:45124_)
[n:127.0.0.1:45124_ ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to
create a collection (collection1) without cores.
[junit4] 2> 1194593 INFO (qtp1085372426-8819) [n:127.0.0.1:45124_ ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
45 seconds. Check all shard replicas
[junit4] 2> 1194594 INFO (qtp1085372426-8819) [n:127.0.0.1:45124_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2}
status=0 QTime=404
[junit4] 2> 1194625 INFO
(TEST-MultiThreadedOCPTest.test-seed#[6104FDE762BAF3D8]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances
pullReplicaCount=0 numOtherReplicas=3
[junit4] 2> 1195145 INFO
(TEST-MultiThreadedOCPTest.test-seed#[6104FDE762BAF3D8]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_6104FDE762BAF3D8-001/shard-1-001
of type NRT
[junit4] 2> 1195158 WARN (closeThreadPool-2900-thread-1) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 1195158 INFO (closeThreadPool-2900-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 1195158 INFO (closeThreadPool-2900-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 1195159 INFO (closeThreadPool-2900-thread-1) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
[junit4] 2> 1195277 INFO (closeThreadPool-2900-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1195277 INFO (closeThreadPool-2900-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1195278 INFO (closeThreadPool-2900-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 1195281 INFO (closeThreadPool-2900-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@833bb96{/,null,AVAILABLE}
[junit4] 2> 1195311 INFO (closeThreadPool-2900-thread-1) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@416486b6{HTTP/1.1,[http/1.1]}{127.0.0.1:38895}
[junit4] 2> 1195312 INFO (closeThreadPool-2900-thread-1) [ ]
o.e.j.s.Server Started @1196114ms
[junit4] 2> 1195312 INFO (closeThreadPool-2900-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_6104FDE762BAF3D8-001/tempDir-001/jetty1,
replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=38895,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_6104FDE762BAF3D8-001/shard-1-001/cores}
[junit4] 2> 1195312 ERROR (closeThreadPool-2900-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1195312 INFO (closeThreadPool-2900-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1195312 INFO (closeThreadPool-2900-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.7.0
[junit4] 2> 1195312 INFO (closeThreadPool-2900-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1195312 INFO (closeThreadPool-2900-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1195312 INFO (closeThreadPool-2900-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-01-20T02:51:08.868Z
[junit4] 2> 1195456 INFO (zkConnectionManagerCallback-2902-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1195492 INFO (closeThreadPool-2900-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1195493 INFO (closeThreadPool-2900-thread-1) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_6104FDE762BAF3D8-001/shard-1-001/solr.xml
[junit4] 2> 1195496 INFO (closeThreadPool-2900-thread-1) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 1195496 INFO (closeThreadPool-2900-thread-1) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 1195510 INFO (closeThreadPool-2900-thread-1) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@1fe237c, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1196119 INFO
(TEST-MultiThreadedOCPTest.test-seed#[6104FDE762BAF3D8]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_6104FDE762BAF3D8-001/shard-2-001
of type NRT
[junit4] 2> 1196169 WARN (closeThreadPool-2900-thread-2) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 1196169 INFO (closeThreadPool-2900-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 1196170 INFO (closeThreadPool-2900-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 1196170 INFO (closeThreadPool-2900-thread-2) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
[junit4] 2> 1196344 INFO (closeThreadPool-2900-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1196344 INFO (closeThreadPool-2900-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1196344 INFO (closeThreadPool-2900-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 1196345 INFO (closeThreadPool-2900-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@4bfb8e09{/,null,AVAILABLE}
[junit4] 2> 1196598 INFO
(OverseerCollectionConfigSetProcessor-74042683679834116-127.0.0.1:45124_-n_0000000000)
[n:127.0.0.1:45124_ ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 1196615 INFO (closeThreadPool-2900-thread-2) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@74502e91{HTTP/1.1,[http/1.1]}{127.0.0.1:44850}
[junit4] 2> 1196615 INFO (closeThreadPool-2900-thread-2) [ ]
o.e.j.s.Server Started @1197417ms
[junit4] 2> 1196615 INFO (closeThreadPool-2900-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_6104FDE762BAF3D8-001/tempDir-001/jetty2,
replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=44850,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_6104FDE762BAF3D8-001/shard-2-001/cores}
[junit4] 2> 1196615 ERROR (closeThreadPool-2900-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1196688 INFO (closeThreadPool-2900-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1196708 INFO (closeThreadPool-2900-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.7.0
[junit4] 2> 1196708 INFO (closeThreadPool-2900-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1196708 INFO (closeThreadPool-2900-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1196708 INFO (closeThreadPool-2900-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-01-20T02:51:10.264Z
[junit4] 2> 1196801 INFO (zkConnectionManagerCallback-2904-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1196830 INFO (closeThreadPool-2900-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1196830 INFO (closeThreadPool-2900-thread-2) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_6104FDE762BAF3D8-001/shard-2-001/solr.xml
[junit4] 2> 1196833 INFO (closeThreadPool-2900-thread-2) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 1196833 INFO (closeThreadPool-2900-thread-2) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 1196859 INFO (closeThreadPool-2900-thread-2) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@1fe237c, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1197312 INFO (closeThreadPool-2900-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
[junit4] 2> 1197422 INFO (closeThreadPool-2900-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39063/solr
[junit4] 2> 1197733 INFO (zkConnectionManagerCallback-2908-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1197802 INFO (zkConnectionManagerCallback-2910-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1197804 INFO (closeThreadPool-2900-thread-1)
[n:127.0.0.1:38895_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1197840 INFO (closeThreadPool-2900-thread-1)
[n:127.0.0.1:38895_ ] o.a.s.c.ZkController Publish node=127.0.0.1:38895_ as
DOWN
[junit4] 2> 1197841 INFO (closeThreadPool-2900-thread-1)
[n:127.0.0.1:38895_ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 4 transient cores
[junit4] 2> 1197841 INFO (closeThreadPool-2900-thread-1)
[n:127.0.0.1:38895_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:38895_
[junit4] 2> 1197842 INFO (zkCallback-2880-thread-3) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1197859 INFO (zkCallback-2887-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1197968 INFO (zkCallback-2898-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1198062 INFO (zkCallback-2909-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1198239 INFO (zkConnectionManagerCallback-2917-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1198244 INFO (closeThreadPool-2900-thread-1)
[n:127.0.0.1:38895_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 1198245 INFO (closeThreadPool-2900-thread-1)
[n:127.0.0.1:38895_ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:39063/solr ready
[junit4] 2> 1198292 INFO (closeThreadPool-2900-thread-1)
[n:127.0.0.1:38895_ ] o.a.s.h.a.MetricsHistoryHandler No .system collection,
keeping metrics history in memory.
[junit4] 2> 1198830 INFO (closeThreadPool-2900-thread-2) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
[junit4] 2> 1198933 INFO (closeThreadPool-2900-thread-1)
[n:127.0.0.1:38895_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1fe237c
[junit4] 2> 1199043 INFO (closeThreadPool-2900-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39063/solr
[junit4] 2> 1199043 INFO (closeThreadPool-2900-thread-1)
[n:127.0.0.1:38895_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1fe237c
[junit4] 2> 1199043 INFO (closeThreadPool-2900-thread-1)
[n:127.0.0.1:38895_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1fe237c
[junit4] 2> 1199045 INFO (closeThreadPool-2900-thread-1)
[n:127.0.0.1:38895_ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_6104FDE762BAF3D8-001/shard-1-001/cores
[junit4] 2> 1199154 INFO
(TEST-MultiThreadedOCPTest.test-seed#[6104FDE762BAF3D8]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_6104FDE762BAF3D8-001/shard-3-001
of type NRT
[junit4] 2> 1199172 WARN (closeThreadPool-2900-thread-3) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 1199172 INFO (closeThreadPool-2900-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 1199172 INFO (closeThreadPool-2900-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 1199172 INFO (closeThreadPool-2900-thread-3) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
[junit4] 2> 1199172 INFO (zkConnectionManagerCallback-2922-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1199317 INFO (closeThreadPool-2900-thread-3) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1199317 INFO (closeThreadPool-2900-thread-3) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1199317 INFO (closeThreadPool-2900-thread-3) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 1199373 INFO (closeThreadPool-2900-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@69c0839c{/,null,AVAILABLE}
[junit4] 2> 1199386 INFO (zkConnectionManagerCallback-2924-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1199429 INFO (closeThreadPool-2900-thread-2)
[n:127.0.0.1:44850_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 1199536 INFO (closeThreadPool-2900-thread-3) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@39fdcd34{HTTP/1.1,[http/1.1]}{127.0.0.1:40301}
[junit4] 2> 1199536 INFO (closeThreadPool-2900-thread-3) [ ]
o.e.j.s.Server Started @1200338ms
[junit4] 2> 1199536 INFO (closeThreadPool-2900-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_6104FDE762BAF3D8-001/tempDir-001/jetty3,
replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=40301,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_6104FDE762BAF3D8-001/shard-3-001/cores}
[junit4] 2> 1199536 ERROR (closeThreadPool-2900-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1199536 INFO (closeThreadPool-2900-thread-3) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1199536 INFO (closeThreadPool-2900-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.7.0
[junit4] 2> 1199536 INFO (closeThreadPool-2900-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1199536 INFO (closeThreadPool-2900-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1199536 INFO (closeThreadPool-2900-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-01-20T02:51:13.092Z
[junit4] 2> 1199538 INFO (closeThreadPool-2900-thread-2)
[n:127.0.0.1:44850_ ] o.a.s.c.ZkController Publish node=127.0.0.1:44850_ as
DOWN
[junit4] 2> 1199539 INFO (closeThreadPool-2900-thread-2)
[n:127.0.0.1:44850_ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 4 transient cores
[junit4] 2> 1199539 INFO (closeThreadPool-2900-thread-2)
[n:127.0.0.1:44850_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:44850_
[junit4] 2> 1199580 INFO (zkConnectionManagerCallback-2928-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1199589 INFO (closeThreadPool-2900-thread-3) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1199589 INFO (closeThreadPool-2900-thread-3) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_6104FDE762BAF3D8-001/shard-3-001/solr.xml
[junit4] 2> 1199609 INFO (zkCallback-2887-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1199609 INFO (zkCallback-2898-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1199609 INFO (zkCallback-2880-thread-3) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1199609 INFO (zkCallback-2909-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1199625 INFO (zkCallback-2916-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1199661 INFO (zkCallback-2923-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1199661 INFO (closeThreadPool-2900-thread-3) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 1199661 INFO (closeThreadPool-2900-thread-3) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 1199663 INFO (closeThreadPool-2900-thread-3) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@1fe237c, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1199798 INFO (zkConnectionManagerCallback-2933-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1199807 INFO (closeThreadPool-2900-thread-2)
[n:127.0.0.1:44850_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 1199808 INFO (closeThreadPool-2900-thread-2)
[n:127.0.0.1:44850_ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:39063/solr ready
[junit4] 2> 1199843 INFO (closeThreadPool-2900-thread-2)
[n:127.0.0.1:44850_ ] o.a.s.h.a.MetricsHistoryHandler No .system collection,
keeping metrics history in memory.
[junit4] 2> 1199970 INFO (closeThreadPool-2900-thread-2)
[n:127.0.0.1:44850_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1fe237c
[junit4] 2> 1200107 INFO (closeThreadPool-2900-thread-2)
[n:127.0.0.1:44850_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1fe237c
[junit4] 2> 1200107 INFO (closeThreadPool-2900-thread-2)
[n:127.0.0.1:44850_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1fe237c
[junit4] 2> 1200109 INFO (closeThreadPool-2900-thread-2)
[n:127.0.0.1:44850_ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_6104FDE762BAF3D8-001/shard-2-001/cores
[junit4] 2> 1200635 INFO (closeThreadPool-2900-thread-3) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
[junit4] 2> 1200675 INFO (closeThreadPool-2900-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39063/solr
[junit4] 2> 1200683 INFO (zkConnectionManagerCallback-2938-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1200710 INFO (zkConnectionManagerCallback-2940-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1200713 INFO (closeThreadPool-2900-thread-3)
[n:127.0.0.1:40301_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 1200727 INFO (closeThreadPool-2900-thread-3)
[n:127.0.0.1:40301_ ] o.a.s.c.ZkController Publish node=127.0.0.1:40301_ as
DOWN
[junit4] 2> 1200728 INFO (closeThreadPool-2900-thread-3)
[n:127.0.0.1:40301_ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 4 transient cores
[junit4] 2> 1200728 INFO (closeThreadPool-2900-thread-3)
[n:127.0.0.1:40301_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:40301_
[junit4] 2> 1200756 INFO (zkCallback-2887-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1200756 INFO (zkCallback-2909-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1200757 INFO (zkCallback-2898-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1200763 INFO (zkCallback-2932-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1200764 INFO (zkCallback-2880-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1200764 INFO (zkCallback-2939-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1200764 INFO (zkCallback-2923-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1200771 INFO (zkCallback-2916-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1200945 INFO (zkConnectionManagerCallback-2947-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1200946 INFO (closeThreadPool-2900-thread-3)
[n:127.0.0.1:40301_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (4)
[junit4] 2> 1200947 INFO (closeThreadPool-2900-thread-3)
[n:127.0.0.1:40301_ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:39063/solr ready
[junit4] 2> 1200961 INFO (closeThreadPool-2900-thread-3)
[n:127.0.0.1:40301_ ] o.a.s.h.a.MetricsHistoryHandler No .system collection,
keeping metrics history in memory.
[junit4] 2> 1201037 INFO (closeThreadPool-2900-thread-3)
[n:127.0.0.1:40301_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1fe237c
[junit4] 2> 1201091 INFO (closeThreadPool-2900-thread-3)
[n:127.0.0.1:40301_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1fe237c
[junit4] 2> 1201091 INFO (closeThreadPool-2900-thread-3)
[n:127.0.0.1:40301_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1fe237c
[junit4] 2> 1201093 INFO (closeThreadPool-2900-thread-3)
[n:127.0.0.1:40301_ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_6104FDE762BAF3D8-001/shard-3-001/cores
[junit4] 2> 1201327 INFO (qtp821009382-8877) [n:127.0.0.1:38895_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:40301_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1201334 INFO (qtp821009382-8878) [n:127.0.0.1:38895_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:38895_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1201367 INFO (qtp821009382-8876) [n:127.0.0.1:38895_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:44850_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1201422 INFO (qtp821009382-8880) [n:127.0.0.1:38895_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1201423 INFO (qtp821009382-8879) [n:127.0.0.1:38895_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1201457 INFO (qtp821009382-8880) [n:127.0.0.1:38895_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1201477 INFO (qtp821009382-8879) [n:127.0.0.1:38895_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1201478 INFO (qtp821009382-8880) [n:127.0.0.1:38895_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1201517 INFO (qtp2036826622-8928) [n:127.0.0.1:40301_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1201534 INFO (qtp2036826622-8929) [n:127.0.0.1:40301_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1201554 INFO (qtp2036826622-8930) [n:127.0.0.1:40301_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1201566 INFO (qtp2036826622-8931) [n:127.0.0.1:40301_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1201567 INFO (qtp2036826622-8927) [n:127.0.0.1:40301_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1201587 INFO (qtp191867096-8890) [n:127.0.0.1:44850_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1201594 INFO (qtp191867096-8891) [n:127.0.0.1:44850_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1201608 INFO (qtp191867096-8892) [n:127.0.0.1:44850_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1201609 INFO (qtp191867096-8893) [n:127.0.0.1:44850_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1201643 INFO (qtp191867096-8889) [n:127.0.0.1:44850_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1201727 INFO (qtp1085372426-8816) [n:127.0.0.1:45124_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={wt=javabin&version=2&key=solr.core.control_collection.shard1.replica_n1:INDEX.sizeInBytes}
status=0 QTime=73
[junit4] 2> 1201732 INFO (qtp1085372426-8815) [n:127.0.0.1:45124_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={wt=javabin&version=2&key=solr.core.control_collection.shard1.replica_n1:INDEX.sizeInBytes}
status=0 QTime=0
[junit4] 2> 1201732 INFO (qtp1085372426-8817) [n:127.0.0.1:45124_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={wt=javabin&version=2&key=solr.core.control_collection.shard1.replica_n1:INDEX.sizeInBytes}
status=0 QTime=0
[junit4] 2> 1201733 INFO (qtp1085372426-8818) [n:127.0.0.1:45124_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1201793 INFO (qtp1085372426-8819) [n:127.0.0.1:45124_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=49
[junit4] 2> 1201821 INFO (qtp1085372426-8816) [n:127.0.0.1:45124_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1201823 INFO (qtp1085372426-8815) [n:127.0.0.1:45124_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1201842 INFO (qtp1085372426-8817) [n:127.0.0.1:45124_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1201857 INFO
(OverseerThreadFactory-3230-thread-3-processing-n:127.0.0.1:45124_)
[n:127.0.0.1:45124_ c:collection1 s:shard2 ] o.a.s.c.a.c.AddReplicaCmd Node
Identified 127.0.0.1:40301_ for creating new replica of shard shard2 for
collection collection1
[junit4] 2> 1201873 INFO
(OverseerThreadFactory-3230-thread-4-processing-n:127.0.0.1:45124_)
[n:127.0.0.1:45124_ c:collection1 s:shard1 ] o.a.s.c.a.c.AddReplicaCmd Node
Identified 127.0.0.1:44850_ for creating new replica of shard shard1 for
collection collection1
[junit4] 2> 1201874 INFO
(OverseerThreadFactory-3230-thread-4-processing-n:127.0.0.1:45124_)
[n:127.0.0.1:45124_ c:collection1 s:shard1 ] o.a.s.c.a.c.AddReplicaCmd
Returning CreateReplica command.
[junit4] 2> 1201875 INFO
(OverseerThreadFactory-3230-thread-3-processing-n:127.0.0.1:45124_)
[n:127.0.0.1:45124_ c:collection1 s:shard2 ] o.a.s.c.a.c.AddReplicaCmd
Returning CreateReplica command.
[junit4] 2> 1201914 INFO (qtp2036826622-8929) [n:127.0.0.1:40301_
x:collection1_shard2_replica_n2] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n2&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1201934 INFO (qtp191867096-8891) [n:127.0.0.1:44850_
x:collection1_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n1&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1203265 INFO (qtp2036826622-8929) [n:127.0.0.1:40301_
c:collection1 s:shard2 x:collection1_shard2_replica_n2] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.7.0
[junit4] 2> 1203285 INFO (qtp191867096-8891) [n:127.0.0.1:44850_
c:collection1 s:shard1 x:collection1_shard1_replica_n1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.7.0
[junit4] 2> 1203474 INFO (qtp2036826622-8929) [n:127.0.0.1:40301_
c:collection1 s:shard2 x:collection1_shard2_replica_n2] o.a.s.s.IndexSchema
[collection1_shard2_replica_n2] Schema name=test
[junit4] 2> 1203519 INFO (qtp191867096-8891) [n:127.0.0.1:44850_
c:collection1 s:shard1 x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema
[collection1_shard1_replica_n1] Schema name=test
[junit4] 2> 1204724 INFO (qtp191867096-8891) [n:127.0.0.1:44850_
c:collection1 s:shard1 x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1204840 INFO (qtp191867096-8891) [n:127.0.0.1:44850_
c:collection1 s:shard1 x:collection1_shard1_replica_n1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard1_replica_n1' using configuration from
collection collection1, trusted=true
[junit4] 2> 1204841 INFO (qtp191867096-8891) [n:127.0.0.1:44850_
c:collection1 s:shard1 x:collection1_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard1.replica_n1' (registry
'solr.core.collection1.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1fe237c
[junit4] 2> 1204841 INFO (qtp191867096-8891) [n:127.0.0.1:44850_
c:collection1 s:shard1 x:collection1_shard1_replica_n1] o.a.s.c.SolrCore
[[collection1_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_6104FDE762BAF3D8-001/shard-2-001/cores/collection1_shard1_replica_n1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_6104FDE762BAF3D8-001/shard-2-001/cores/collection1_shard1_replica_n1/data/]
[junit4] 2> 1204896 INFO (qtp191867096-8891) [n:127.0.0.1:44850_
c:collection1 s:shard1 x:collection1_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=37, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=12.0126953125,
floorSegmentMB=1.6416015625, forceMergeDeletesPctAllowed=0.14277149621257923,
segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0,
deletesPctAllowed=36.64711108349286
[junit4] 2> 1204933 WARN (qtp191867096-8891) [n:127.0.0.1:44850_
c:collection1 s:shard1 x:collection1_shard1_replica_n1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 1205006 INFO (qtp2036826622-8929) [n:127.0.0.1:40301_
c:collection1 s:shard2 x:collection1_shard2_replica_n2] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1205171 INFO (qtp2036826622-8929) [n:127.0.0.1:40301_
c:collection1 s:shard2 x:collection1_shard2_replica_n2] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard2_replica_n2' using configuration from
collection collection1, trusted=true
[junit4] 2> 1205240 INFO (qtp2036826622-8929) [n:127.0.0.1:40301_
c:collection1 s:shard2 x:collection1_shard2_replica_n2]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard2.replica_n2' (registry
'solr.core.collection1.shard2.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1fe237c
[junit4] 2> 1205241 INFO (qtp2036826622-8929) [n:127.0.0.1:40301_
c:collection1 s:shard2 x:collection1_shard2_replica_n2] o.a.s.c.SolrCore
[[collection1_shard2_replica_n2] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_6104FDE762BAF3D8-001/shard-3-001/cores/collection1_shard2_replica_n2],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_6104FDE762BAF3D8-001/shard-3-001/cores/collection1_shard2_replica_n2/data/]
[junit4] 2> 1205243 INFO (qtp2036826622-8929) [n:127.0.0.1:40301_
c:collection1 s:shard2 x:collection1_shard2_replica_n2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=37, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=12.0126953125,
floorSegmentMB=1.6416015625, forceMergeDeletesPctAllowed=0.14277149621257923,
segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0,
deletesPctAllowed=36.64711108349286
[junit4] 2> 1205261 WARN (qtp2036826622-8929) [n:127.0.0.1:40301_
c:collection1 s:shard2 x:collection1_shard2_replica_n2]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 1205362 INFO (qtp191867096-8891) [n:127.0.0.1:44850_
c:collection1 s:shard1 x:collection1_shard1_replica_n1] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1205362 INFO (qtp191867096-8891) [n:127.0.0.1:44850_
c:collection1 s:shard1 x:collection1_shard1_replica_n1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1205364 INFO (qtp191867096-8891) [n:127.0.0.1:44850_
c:collection1 s:shard1 x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 1205364 INFO (qtp191867096-8891) [n:127.0.0.1:44850_
c:collection1 s:shard1 x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 1205402 INFO (qtp191867096-8891) [n:127.0.0.1:44850_
c:collection1 s:shard1 x:collection1_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=29, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1205403 INFO (qtp191867096-8891) [n:127.0.0.1:44850_
c:collection1 s:shard1 x:collection1_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@436857aa[collection1_shard1_replica_n1] main]
[junit4] 2> 1205407 INFO (qtp191867096-8891) [n:127.0.0.1:44850_
c:collection1 s:shard1 x:collection1_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1205407 INFO (qtp191867096-8891) [n:127.0.0.1:44850_
c:collection1 s:shard1 x:collection1_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1205410 INFO (qtp191867096-8891) [n:127.0.0.1:44850_
c:collection1 s:shard1 x:collection1_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1205410 INFO (qtp191867096-8891) [n:127.0.0.1:44850_
c:collection1 s:shard1 x:collection1_shard1_replica_n1] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1623146028299452416
[junit4] 2> 1205456 INFO
(searcherExecutor-3267-thread-1-processing-n:127.0.0.1:44850_
x:collection1_shard1_replica_n1 c:collection1 s:shard1) [n:127.0.0.1:44850_
c:collection1 s:shard1 x:collection1_shard1_replica_n1] o.a.s.c.SolrCore
[collection1_shard1_replica_n1] Registered new searcher
Searcher@436857aa[collection1_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1205461 INFO (qtp191867096-8891) [n:127.0.0.1:44850_
c:collection1 s:shard1 x:collection1_shard1_replica_n1] o.a.s.c.ZkShardTerms
Successful update of terms at /collections/collection1/terms/shard1 to
Terms{values={core_node4=0}, version=0}
[junit4] 2> 1205461 INFO (qtp191867096-8891) [n:127.0.0.1:44850_
c:collection1 s:shard1 x:collection1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/collection1/leaders/shard1
[junit4] 2> 1205462 INFO (qtp191867096-8891) [n:127.0.0.1:44850_
c:collection1 s:shard1 x:collection1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1205462 INFO (qtp191867096-8891) [n:127.0.0.1:44850_
c:collection1 s:shard1 x:collection1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1205462 INFO (qtp191867096-8891) [n:127.0.0.1:44850_
c:collection1 s:shard1 x:collection1_shard1_replica_n1] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:44850/collection1_shard1_replica_n1/
[junit4] 2> 1205462 INFO (qtp191867096-8891) [n:127.0.0.1:44850_
c:collection1 s:shard1 x:collection1_shard1_replica_n1] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 1205462 INFO (qtp191867096-8891) [n:127.0.0.1:44850_
c:collection1 s:shard1 x:collection1_shard1_replica_n1] o.a.s.c.SyncStrategy
http://127.0.0.1:44850/collection1_shard1_replica_n1/ has no replicas
[junit4] 2> 1205462 INFO (qtp191867096-8891) [n:127.0.0.1:44850_
c:collection1 s:shard1 x:collection1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1205463 INFO (qtp191867096-8891) [n:127.0.0.1:44850_
c:collection1 s:shard1 x:collection1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
/collections/collection1/leaders/shard1/leader after winning as
/collections/collection1/leader_elect/shard1/election/74042683679834126-core_node4-n_0000000000
[junit4] 2> 1205553 INFO (qtp191867096-8891) [n:127.0.0.1:44850_
c:collection1 s:shard1 x:collection1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:44850/collection1_shard1_replica_n1/ shard1
[junit4] 2> 1205605 INFO (qtp191867096-8891) [n:127.0.0.1:44850_
c:collection1 s:shard1 x:collection1_shard1_replica_n1] o.a.s.c.ZkController I
am the leader, no recovery necessary
[junit4] 2> 1205607 INFO (qtp191867096-8891) [n:127.0.0.1:44850_
c:collection1 s:shard1 x:collection1_shard1_replica_n1] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n1&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=3672
[junit4] 2> 1205634 INFO (qtp821009382-8876) [n:127.0.0.1:38895_
c:collection1 ] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/collections
params={node=127.0.0.1:44850_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
status=0 QTime=4267
[junit4] 2> 1205678 INFO (qtp2036826622-8929) [n:127.0.0.1:40301_
c:collection1 s:shard2 x:collection1_shard2_replica_n2] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1205678 INFO (qtp2036826622-8929) [n:127.0.0.1:40301_
c:collection1 s:shard2 x:collection1_shard2_replica_n2] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1205681 INFO (qtp2036826622-8929) [n:127.0.0.1:40301_
c:collection1 s:shard2 x:collection1_shard2_replica_n2] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 1205681 INFO (qtp2036826622-8929) [n:127.0.0.1:40301_
c:collection1 s:shard2 x:collection1_shard2_replica_n2] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 1205698 INFO (qtp2036826622-8929) [n:127.0.0.1:40301_
c:collection1 s:shard2 x:collection1_shard2_replica_n2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=29, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1205698 INFO (qtp2036826622-8929) [n:127.0.0.1:40301_
c:collection1 s:shard2 x:collection1_shard2_replica_n2]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@768e56bb[collection1_shard2_replica_n2] main]
[junit4] 2> 1205700 INFO (qtp2036826622-8929) [n:127.0.0.1:40301_
c:collection1 s:shard2 x:collection1_shard2_replica_n2]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1205700 INFO (qtp2036826622-8929) [n:127.0.0.1:40301_
c:collection1 s:shard2 x:collection1_shard2_replica_n2]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1205701 INFO (qtp2036826622-8929) [n:127.0.0.1:40301_
c:collection1 s:shard2 x:collection1_shard2_replica_n2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1205701 INFO (qtp2036826622-8929) [n:127.0.0.1:40301_
c:collection1 s:shard2 x:collection1_shard2_replica_n2] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1623146028604588032
[junit4] 2> 1205748 INFO
(searcherExecutor-3269-thread-1-processing-n:127.0.0.1:40301_
x:collection1_shard2_replica_n2 c:collection1 s:shard2) [n:127.0.0.1:40301_
c:collection1 s:shard2 x:collection1_shard2_replica_n2] o.a.s.c.SolrCore
[collection1_shard2_replica_n2] Registered new searcher
Searcher@768e56bb[collection1_shard2_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1205757 INFO (qtp2036826622-8929) [n:127.0.0.1:40301_
c:collection1 s:shard2 x:collection1_shard2_replica_n2] o.a.s.c.ZkShardTerms
Successful update of terms at /collections/collection1/terms/shard2 to
Terms{values={core_node3=0}, version=0}
[junit4] 2> 1205757 INFO (qtp2036826622-8929) [n:127.0.0.1:40301_
c:collection1 s:shard2 x:collection1_shard2_replica_n2]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/collection1/leaders/shard2
[junit4] 2> 1205791 INFO (qtp2036826622-8929) [n:127.0.0.1:40301_
c:collection1 s:shard2 x:collection1_shard2_replica_n2]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1205792 INFO (qtp2036826622-8929) [n:127.0.0.1:40301_
c:collection1 s:shard2 x:collection1_shard2_replica_n2]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1205792 INFO (qtp2036826622-8929) [n:127.0.0.1:40301_
c:collection1 s:shard2 x:collection1_shard2_replica_n2] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:40301/collection1_shard2_replica_n2/
[junit4] 2> 1205792 INFO (qtp2036826622-8929) [n:127.0.0.1:40301_
c:collection1 s:shard2 x:collection1_shard2_replica_n2] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 1205792 INFO (qtp2036826622-8929) [n:127.0.0.1:40301_
c:collect
[...truncated too long message...]
pples-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
jar-checksums:
[mkdir] Created dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/null1180952706
[copy] Copying 242 files to
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/null1180952706
[delete] Deleting directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/null1180952706
check-working-copy:
[ivy:cachepath] :: resolving dependencies ::
org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] confs: [default]
[ivy:cachepath] found
org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] found org.apache.httpcomponents#httpclient;4.3.6 in
public
[ivy:cachepath] found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 125ms :: artifacts dl 1ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 8 | 0 | 0 | 0 || 8 | 0 |
---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for
further details.
[wc-checker] Checking working copy status...
-jenkins-base:
BUILD SUCCESSFUL
Total time: 222 minutes 11 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
at
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
at
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
at hudson.remoting.Channel.call(Channel.java:955)
at hudson.FilePath.act(FilePath.java:1072)
at hudson.FilePath.act(FilePath.java:1061)
at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
at
hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
at
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
at
hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
at
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
at hudson.model.Build$BuildExecution.post2(Build.java:186)
at
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
at hudson.model.Run.execute(Run.java:1835)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at
hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088)
at hudson.remoting.UserRequest.perform(UserRequest.java:212)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:369)
at
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no
matches found within 10000
at hudson.FilePath.act(FilePath.java:1074)
at hudson.FilePath.act(FilePath.java:1061)
at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
at
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
at
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
at hudson.model.Build$BuildExecution.post2(Build.java:186)
at
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
at hudson.model.Run.execute(Run.java:1835)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]