Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2573/
2 tests failed.
FAILED:
org.apache.solr.common.cloud.TestCloudCollectionsListeners.testWatchesWorkForBothStateFormats
Error Message:
Could not load collection from ZK: testcollection2
Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK:
testcollection2
at
__randomizedtesting.SeedInfo.seed([C86B5AC5B8077F12:13D732EEE6E49B0]:0)
at
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1316)
at
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:732)
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:1434)
at
org.apache.solr.common.cloud.ZkStateReader.waitForState(ZkStateReader.java:1464)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.waitForState(CloudSolrClient.java:450)
at
org.apache.solr.common.cloud.TestCloudCollectionsListeners.testWatchesWorkForBothStateFormats(TestCloudCollectionsListeners.java:240)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException:
KeeperErrorCode = Session expired for /collections/testcollection2/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:1215)
at
org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:341)
at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
at
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:341)
at
org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1328)
at
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1314)
... 46 more
FAILED:
org.apache.solr.common.cloud.TestCloudCollectionsListeners.testSimpleCloudCollectionsListener
Error Message:
CloudCollectionsListener not triggered after registration
Stack Trace:
java.lang.AssertionError: CloudCollectionsListener not triggered after
registration
at
__randomizedtesting.SeedInfo.seed([C86B5AC5B8077F12:80D895E3F9E7102D]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at org.junit.Assert.assertFalse(Assert.java:68)
at
org.apache.solr.common.cloud.TestCloudCollectionsListeners.testSimpleCloudCollectionsListener(TestCloudCollectionsListeners.java:93)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Build Log:
[...truncated 15989 lines...]
[junit4] Suite: org.apache.solr.common.cloud.TestCloudCollectionsListeners
[junit4] 2> Creating dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCloudCollectionsListeners_C86B5AC5B8077F12-001/init-core-data-001
[junit4] 2> 40177 WARN
(SUITE-TestCloudCollectionsListeners-seed#[C86B5AC5B8077F12]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
[junit4] 2> 40177 INFO
(SUITE-TestCloudCollectionsListeners-seed#[C86B5AC5B8077F12]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 40179 INFO
(SUITE-TestCloudCollectionsListeners-seed#[C86B5AC5B8077F12]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 40190 INFO
(SUITE-TestCloudCollectionsListeners-seed#[C86B5AC5B8077F12]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 40193 INFO
(SUITE-TestCloudCollectionsListeners-seed#[C86B5AC5B8077F12]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCloudCollectionsListeners_C86B5AC5B8077F12-001/tempDir-001
[junit4] 2> 40200 INFO
(SUITE-TestCloudCollectionsListeners-seed#[C86B5AC5B8077F12]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 40202 INFO (Thread-61) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 40202 INFO (Thread-61) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 40302 INFO
(SUITE-TestCloudCollectionsListeners-seed#[C86B5AC5B8077F12]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:39737
[junit4] 2> 40355 ERROR (Thread-61) [ ] o.a.z.s.ZooKeeperServer
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action
on ERROR or SHUTDOWN server state changes
[junit4] 2> 40435 INFO (zkConnectionManagerCallback-9-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 40555 INFO (jetty-launcher-6-thread-4) [ ] o.e.j.s.Server
jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git:
daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
[junit4] 2> 40555 INFO (jetty-launcher-6-thread-3) [ ] o.e.j.s.Server
jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git:
daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
[junit4] 2> 40557 INFO (jetty-launcher-6-thread-1) [ ] o.e.j.s.Server
jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git:
daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
[junit4] 2> 40557 INFO (jetty-launcher-6-thread-2) [ ] o.e.j.s.Server
jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git:
daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
[junit4] 2> 40611 INFO (jetty-launcher-6-thread-2) [ ] o.e.j.s.session
DefaultSessionIdManager workerName=node0
[junit4] 2> 40611 INFO (jetty-launcher-6-thread-2) [ ] o.e.j.s.session
No SessionScavenger set, using defaults
[junit4] 2> 40611 INFO (jetty-launcher-6-thread-2) [ ] o.e.j.s.session
node0 Scavenging every 600000ms
[junit4] 2> 40615 INFO (jetty-launcher-6-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@63566b78{/solr,null,AVAILABLE}
[junit4] 2> 40655 INFO (jetty-launcher-6-thread-1) [ ] o.e.j.s.session
DefaultSessionIdManager workerName=node0
[junit4] 2> 40655 INFO (jetty-launcher-6-thread-1) [ ] o.e.j.s.session
No SessionScavenger set, using defaults
[junit4] 2> 40655 INFO (jetty-launcher-6-thread-1) [ ] o.e.j.s.session
node0 Scavenging every 600000ms
[junit4] 2> 40656 INFO (jetty-launcher-6-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@7276c7dd{/solr,null,AVAILABLE}
[junit4] 2> 40695 INFO (jetty-launcher-6-thread-3) [ ] o.e.j.s.session
DefaultSessionIdManager workerName=node0
[junit4] 2> 40695 INFO (jetty-launcher-6-thread-3) [ ] o.e.j.s.session
No SessionScavenger set, using defaults
[junit4] 2> 40695 INFO (jetty-launcher-6-thread-3) [ ] o.e.j.s.session
node0 Scavenging every 600000ms
[junit4] 2> 40699 INFO (jetty-launcher-6-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3a80097e{/solr,null,AVAILABLE}
[junit4] 2> 40701 INFO (jetty-launcher-6-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@370c2d04{SSL,[ssl,
http/1.1]}{127.0.0.1:46288}
[junit4] 2> 40701 INFO (jetty-launcher-6-thread-2) [ ] o.e.j.s.Server
Started @40875ms
[junit4] 2> 40701 INFO (jetty-launcher-6-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=46288}
[junit4] 2> 40701 ERROR (jetty-launcher-6-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 40701 INFO (jetty-launcher-6-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 40702 INFO (jetty-launcher-6-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 40702 INFO (jetty-launcher-6-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 40702 INFO (jetty-launcher-6-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 40702 INFO (jetty-launcher-6-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-06-24T22:40:48.374Z
[junit4] 2> 40703 INFO (jetty-launcher-6-thread-4) [ ] o.e.j.s.session
DefaultSessionIdManager workerName=node0
[junit4] 2> 40703 INFO (jetty-launcher-6-thread-4) [ ] o.e.j.s.session
No SessionScavenger set, using defaults
[junit4] 2> 40703 INFO (jetty-launcher-6-thread-4) [ ] o.e.j.s.session
node0 Scavenging every 600000ms
[junit4] 2> 40704 INFO (jetty-launcher-6-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@65e2eb87{/solr,null,AVAILABLE}
[junit4] 2> 40705 INFO (jetty-launcher-6-thread-2) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 40715 INFO (zkConnectionManagerCallback-11-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 40717 INFO (jetty-launcher-6-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@5008cd07{SSL,[ssl,
http/1.1]}{127.0.0.1:41515}
[junit4] 2> 40717 INFO (jetty-launcher-6-thread-1) [ ] o.e.j.s.Server
Started @40891ms
[junit4] 2> 40718 INFO (jetty-launcher-6-thread-3) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@159c956a{SSL,[ssl,
http/1.1]}{127.0.0.1:39231}
[junit4] 2> 40718 INFO (jetty-launcher-6-thread-3) [ ] o.e.j.s.Server
Started @40892ms
[junit4] 2> 40718 INFO (jetty-launcher-6-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=39231}
[junit4] 2> 40718 ERROR (jetty-launcher-6-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 40718 INFO (jetty-launcher-6-thread-3) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 40718 INFO (jetty-launcher-6-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 40719 INFO (jetty-launcher-6-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 40719 INFO (jetty-launcher-6-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 40719 INFO (jetty-launcher-6-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-06-24T22:40:48.391Z
[junit4] 2> 40717 INFO (jetty-launcher-6-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=41515}
[junit4] 2> 40720 ERROR (jetty-launcher-6-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 40720 INFO (jetty-launcher-6-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 40720 INFO (jetty-launcher-6-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 40720 INFO (jetty-launcher-6-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 40720 INFO (jetty-launcher-6-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 40721 INFO (jetty-launcher-6-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-06-24T22:40:48.393Z
[junit4] 2> 40725 INFO (jetty-launcher-6-thread-4) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@55aa583a{SSL,[ssl,
http/1.1]}{127.0.0.1:44358}
[junit4] 2> 40725 INFO (jetty-launcher-6-thread-4) [ ] o.e.j.s.Server
Started @40899ms
[junit4] 2> 40725 INFO (jetty-launcher-6-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=44358}
[junit4] 2> 40726 ERROR (jetty-launcher-6-thread-4) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 40726 INFO (jetty-launcher-6-thread-4) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 40726 INFO (jetty-launcher-6-thread-4) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 40726 INFO (jetty-launcher-6-thread-4) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 40726 INFO (jetty-launcher-6-thread-4) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 40726 INFO (jetty-launcher-6-thread-4) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-06-24T22:40:48.398Z
[junit4] 2> 40727 INFO (jetty-launcher-6-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 40743 INFO (zkConnectionManagerCallback-13-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 40761 INFO (jetty-launcher-6-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 40761 INFO (zkConnectionManagerCallback-15-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 40767 INFO (zkConnectionManagerCallback-17-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 40767 INFO (jetty-launcher-6-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 40818 INFO (jetty-launcher-6-thread-4) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 41191 INFO (jetty-launcher-6-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39737/solr
[junit4] 2> 41255 INFO (jetty-launcher-6-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39737/solr
[junit4] 2> 41326 INFO (jetty-launcher-6-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39737/solr
[junit4] 2> 41327 INFO (zkConnectionManagerCallback-21-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 41329 INFO (zkConnectionManagerCallback-25-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 41340 INFO (jetty-launcher-6-thread-4) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39737/solr
[junit4] 2> 41351 INFO (zkConnectionManagerCallback-29-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 41352 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
0x102d837799f0005, likely client has closed socket
[junit4] 2> 41352 INFO (zkConnectionManagerCallback-33-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 41356 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
0x102d837799f0007, likely client has closed socket
[junit4] 2> 41356 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
0x102d837799f0008, likely client has closed socket
[junit4] 2> 41364 INFO (zkConnectionManagerCallback-35-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 41367 INFO (zkConnectionManagerCallback-39-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 41367 INFO (zkConnectionManagerCallback-37-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 41373 INFO (zkConnectionManagerCallback-41-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 41539 WARN (jetty-launcher-6-thread-3)
[n:127.0.0.1:39231_solr ] o.a.s.c.ZkController The _default configset could
not be uploaded. Please provide 'solr.default.confdir' parameter that points to
a configset intended to be the default. Current 'solr.default.confdir' value:
null
[junit4] 2> 41541 WARN (jetty-launcher-6-thread-4)
[n:127.0.0.1:44358_solr ] o.a.s.c.ZkController The _default configset could
not be uploaded. Please provide 'solr.default.confdir' parameter that points to
a configset intended to be the default. Current 'solr.default.confdir' value:
null
[junit4] 2> 41542 WARN (jetty-launcher-6-thread-2)
[n:127.0.0.1:46288_solr ] o.a.s.c.ZkController The _default configset could
not be uploaded. Please provide 'solr.default.confdir' parameter that points to
a configset intended to be the default. Current 'solr.default.confdir' value:
null
[junit4] 2> 41544 WARN (jetty-launcher-6-thread-1)
[n:127.0.0.1:41515_solr ] o.a.s.c.ZkController The _default configset could
not be uploaded. Please provide 'solr.default.confdir' parameter that points to
a configset intended to be the default. Current 'solr.default.confdir' value:
null
[junit4] 2> 41612 INFO (jetty-launcher-6-thread-1)
[n:127.0.0.1:41515_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 41614 INFO (jetty-launcher-6-thread-3)
[n:127.0.0.1:39231_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 41616 INFO (jetty-launcher-6-thread-1)
[n:127.0.0.1:41515_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:41515_solr
[junit4] 2> 41634 INFO (jetty-launcher-6-thread-2)
[n:127.0.0.1:46288_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 41635 INFO (jetty-launcher-6-thread-3)
[n:127.0.0.1:39231_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:39231_solr
[junit4] 2> 41636 INFO (jetty-launcher-6-thread-4)
[n:127.0.0.1:44358_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 41641 INFO (jetty-launcher-6-thread-2)
[n:127.0.0.1:46288_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:46288_solr
[junit4] 2> 41642 INFO (jetty-launcher-6-thread-4)
[n:127.0.0.1:44358_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:44358_solr
[junit4] 2> 41654 INFO (jetty-launcher-6-thread-1)
[n:127.0.0.1:41515_solr ] o.a.s.c.Overseer Overseer
(id=72858276766613516-127.0.0.1:41515_solr-n_0000000000) starting
[junit4] 2> 41685 INFO (zkCallback-38-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 41686 INFO (zkCallback-36-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 41686 INFO (zkCallback-40-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 41717 INFO (zkCallback-34-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 41966 INFO (zkConnectionManagerCallback-65-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 41991 INFO (zkConnectionManagerCallback-54-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 42013 INFO (zkConnectionManagerCallback-60-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 42030 INFO (jetty-launcher-6-thread-1)
[n:127.0.0.1:41515_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 42032 INFO (jetty-launcher-6-thread-2)
[n:127.0.0.1:46288_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 42033 INFO (jetty-launcher-6-thread-3)
[n:127.0.0.1:39231_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 42035 INFO (jetty-launcher-6-thread-1)
[n:127.0.0.1:41515_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:39737/solr ready
[junit4] 2> 42056 INFO (jetty-launcher-6-thread-2)
[n:127.0.0.1:46288_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:39737/solr ready
[junit4] 2> 42060 INFO (jetty-launcher-6-thread-3)
[n:127.0.0.1:39231_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:39737/solr ready
[junit4] 2> 42060 INFO (zkConnectionManagerCallback-69-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 42071 INFO (jetty-launcher-6-thread-2)
[n:127.0.0.1:46288_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 42118 INFO (jetty-launcher-6-thread-4)
[n:127.0.0.1:44358_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 42120 INFO (jetty-launcher-6-thread-4)
[n:127.0.0.1:44358_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:39737/solr ready
[junit4] 2> 42135 INFO (jetty-launcher-6-thread-3)
[n:127.0.0.1:39231_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 42199 INFO (jetty-launcher-6-thread-4)
[n:127.0.0.1:44358_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 42299 INFO (jetty-launcher-6-thread-2)
[n:127.0.0.1:46288_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46288.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@42e3312b
[junit4] 2> 42357 INFO (jetty-launcher-6-thread-2)
[n:127.0.0.1:46288_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46288.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@42e3312b
[junit4] 2> 42429 INFO (jetty-launcher-6-thread-3)
[n:127.0.0.1:39231_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_39231.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@42e3312b
[junit4] 2> 42438 INFO (jetty-launcher-6-thread-2)
[n:127.0.0.1:46288_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46288.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@42e3312b
[junit4] 2> 42440 INFO (jetty-launcher-6-thread-2)
[n:127.0.0.1:46288_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCloudCollectionsListeners_C86B5AC5B8077F12-001/tempDir-001/node2/.
[junit4] 2> 42475 INFO (jetty-launcher-6-thread-4)
[n:127.0.0.1:44358_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44358.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@42e3312b
[junit4] 2> 42484 INFO (jetty-launcher-6-thread-3)
[n:127.0.0.1:39231_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_39231.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@42e3312b
[junit4] 2> 42484 INFO (jetty-launcher-6-thread-3)
[n:127.0.0.1:39231_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_39231.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@42e3312b
[junit4] 2> 42510 INFO (jetty-launcher-6-thread-3)
[n:127.0.0.1:39231_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCloudCollectionsListeners_C86B5AC5B8077F12-001/tempDir-001/node3/.
[junit4] 2> 42511 INFO (jetty-launcher-6-thread-1)
[n:127.0.0.1:41515_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 42511 INFO (jetty-launcher-6-thread-1)
[n:127.0.0.1:41515_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:41515_solr
[junit4] 2> 42512 INFO (jetty-launcher-6-thread-4)
[n:127.0.0.1:44358_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44358.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@42e3312b
[junit4] 2> 42513 INFO (jetty-launcher-6-thread-4)
[n:127.0.0.1:44358_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44358.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@42e3312b
[junit4] 2> 42539 INFO (zkCallback-40-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 42540 INFO (jetty-launcher-6-thread-4)
[n:127.0.0.1:44358_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCloudCollectionsListeners_C86B5AC5B8077F12-001/tempDir-001/node4/.
[junit4] 2> 42556 INFO (zkCallback-38-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 42556 INFO (zkCallback-34-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 42570 INFO (zkCallback-64-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 42570 INFO (zkCallback-59-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 42571 INFO (zkCallback-53-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 42586 INFO (jetty-launcher-6-thread-1)
[n:127.0.0.1:41515_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 42610 INFO (zkCallback-68-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 42625 INFO (zkCallback-36-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 42661 INFO (jetty-launcher-6-thread-1)
[n:127.0.0.1:41515_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_41515.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@42e3312b
[junit4] 2> 42700 INFO (jetty-launcher-6-thread-1)
[n:127.0.0.1:41515_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_41515.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@42e3312b
[junit4] 2> 42723 INFO (jetty-launcher-6-thread-1)
[n:127.0.0.1:41515_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_41515.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@42e3312b
[junit4] 2> 42724 INFO (jetty-launcher-6-thread-1)
[n:127.0.0.1:41515_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCloudCollectionsListeners_C86B5AC5B8077F12-001/tempDir-001/node1/.
[junit4] 2> 43242 INFO (zkConnectionManagerCallback-75-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 43291 INFO (zkConnectionManagerCallback-80-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 43293 INFO
(SUITE-TestCloudCollectionsListeners-seed#[C86B5AC5B8077F12]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 43316 INFO
(SUITE-TestCloudCollectionsListeners-seed#[C86B5AC5B8077F12]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39737/solr ready
[junit4] 2> 43498 INFO
(TEST-TestCloudCollectionsListeners.testCollectionDeletion-seed#[C86B5AC5B8077F12])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testCollectionDeletion
[junit4] 2> 43602 INFO (zkConnectionManagerCallback-82-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 43631 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
0x102d837799f0013, likely client has closed socket
[junit4] 2> 43920 INFO (qtp1636549061-157) [n:127.0.0.1:39231_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
async=4cf242c6-75ec-415e-9301-aff0ce7746e1&collection.configName=config&name=testcollection1&nrtReplicas=1&action=CREATE&numShards=4&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 43938 INFO (qtp1636549061-157) [n:127.0.0.1:39231_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={async=4cf242c6-75ec-415e-9301-aff0ce7746e1&collection.configName=config&name=testcollection1&nrtReplicas=1&action=CREATE&numShards=4&wt=javabin&version=2}
status=0 QTime=18
[junit4] 2> 43941 INFO (qtp1636549061-157) [n:127.0.0.1:39231_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with
params
requestid=4cf242c6-75ec-415e-9301-aff0ce7746e1&action=REQUESTSTATUS&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 43943 INFO (qtp1636549061-157) [n:127.0.0.1:39231_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={requestid=4cf242c6-75ec-415e-9301-aff0ce7746e1&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=1
[junit4] 2> 43953 INFO (OverseerThreadFactory-65-thread-1) [ ]
o.a.s.c.a.c.CreateCollectionCmd Create collection testcollection1
[junit4] 2> 44114 INFO
(OverseerStateUpdate-72858276766613516-127.0.0.1:41515_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testcollection1",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"testcollection1_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:41515/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 44159 INFO
(OverseerStateUpdate-72858276766613516-127.0.0.1:41515_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testcollection1",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"testcollection1_shard2_replica_n3",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:46288/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 44189 INFO
(OverseerStateUpdate-72858276766613516-127.0.0.1:41515_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testcollection1",
[junit4] 2> "shard":"shard3",
[junit4] 2> "core":"testcollection1_shard3_replica_n4",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:39231/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 44194 INFO
(OverseerStateUpdate-72858276766613516-127.0.0.1:41515_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testcollection1",
[junit4] 2> "shard":"shard4",
[junit4] 2> "core":"testcollection1_shard4_replica_n6",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:44358/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 44524 INFO (qtp1636549061-162) [n:127.0.0.1:39231_solr
x:testcollection1_shard3_replica_n4] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/cores
params={qt=/admin/cores&collection.configName=config&newCollection=true&collection=testcollection1&version=2&replicaType=NRT&async=4cf242c6-75ec-415e-9301-aff0ce7746e112217452797034538&coreNodeName=core_node7&name=testcollection1_shard3_replica_n4&action=CREATE&numShards=4&shard=shard3&wt=javabin}
status=0 QTime=5
[junit4] 2> 44525 INFO (qtp1616292647-148) [n:127.0.0.1:44358_solr
x:testcollection1_shard4_replica_n6] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/cores
params={qt=/admin/cores&collection.configName=config&newCollection=true&collection=testcollection1&version=2&replicaType=NRT&async=4cf242c6-75ec-415e-9301-aff0ce7746e112217452803123025&coreNodeName=core_node8&name=testcollection1_shard4_replica_n6&action=CREATE&numShards=4&shard=shard4&wt=javabin}
status=0 QTime=11
[junit4] 2> 44525 INFO
(parallelCoreAdminExecutor-54-thread-1-processing-n:127.0.0.1:39231_solr
x:testcollection1_shard3_replica_n4
4cf242c6-75ec-415e-9301-aff0ce7746e112217452797034538 CREATE)
[n:127.0.0.1:39231_solr x:testcollection1_shard3_replica_n4]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=config&newCollection=true&collection=testcollection1&version=2&replicaType=NRT&async=4cf242c6-75ec-415e-9301-aff0ce7746e112217452797034538&coreNodeName=core_node7&name=testcollection1_shard3_replica_n4&action=CREATE&numShards=4&shard=shard3&wt=javabin
[junit4] 2> 44537 INFO
(parallelCoreAdminExecutor-56-thread-1-processing-n:127.0.0.1:44358_solr
x:testcollection1_shard4_replica_n6
4cf242c6-75ec-415e-9301-aff0ce7746e112217452803123025 CREATE)
[n:127.0.0.1:44358_solr x:testcollection1_shard4_replica_n6]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=config&newCollection=true&collection=testcollection1&version=2&replicaType=NRT&async=4cf242c6-75ec-415e-9301-aff0ce7746e112217452803123025&coreNodeName=core_node8&name=testcollection1_shard4_replica_n6&action=CREATE&numShards=4&shard=shard4&wt=javabin
[junit4] 2> 44542 INFO (qtp849271158-142) [n:127.0.0.1:46288_solr
x:testcollection1_shard2_replica_n3] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/cores
params={qt=/admin/cores&collection.configName=config&newCollection=true&collection=testcollection1&version=2&replicaType=NRT&async=4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480&coreNodeName=core_node5&name=testcollection1_shard2_replica_n3&action=CREATE&numShards=4&shard=shard2&wt=javabin}
status=0 QTime=13
[junit4] 2> 44552 INFO
(parallelCoreAdminExecutor-54-thread-1-processing-n:127.0.0.1:39231_solr
x:testcollection1_shard3_replica_n4
4cf242c6-75ec-415e-9301-aff0ce7746e112217452797034538 CREATE)
[n:127.0.0.1:39231_solr x:testcollection1_shard3_replica_n4]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 44553 INFO
(parallelCoreAdminExecutor-55-thread-1-processing-n:127.0.0.1:46288_solr
x:testcollection1_shard2_replica_n3
4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480 CREATE)
[n:127.0.0.1:46288_solr x:testcollection1_shard2_replica_n3]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=config&newCollection=true&collection=testcollection1&version=2&replicaType=NRT&async=4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480&coreNodeName=core_node5&name=testcollection1_shard2_replica_n3&action=CREATE&numShards=4&shard=shard2&wt=javabin
[junit4] 2> 44560 INFO
(parallelCoreAdminExecutor-56-thread-1-processing-n:127.0.0.1:44358_solr
x:testcollection1_shard4_replica_n6
4cf242c6-75ec-415e-9301-aff0ce7746e112217452803123025 CREATE)
[n:127.0.0.1:44358_solr x:testcollection1_shard4_replica_n6]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 44560 INFO
(parallelCoreAdminExecutor-55-thread-1-processing-n:127.0.0.1:46288_solr
x:testcollection1_shard2_replica_n3
4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480 CREATE)
[n:127.0.0.1:46288_solr x:testcollection1_shard2_replica_n3]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 44595 INFO (qtp1874499333-152) [n:127.0.0.1:41515_solr
x:testcollection1_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/cores
params={qt=/admin/cores&collection.configName=config&newCollection=true&collection=testcollection1&version=2&replicaType=NRT&async=4cf242c6-75ec-415e-9301-aff0ce7746e112217452725225955&coreNodeName=core_node2&name=testcollection1_shard1_replica_n1&action=CREATE&numShards=4&shard=shard1&wt=javabin}
status=0 QTime=33
[junit4] 2> 44597 INFO
(parallelCoreAdminExecutor-69-thread-1-processing-n:127.0.0.1:41515_solr
x:testcollection1_shard1_replica_n1
4cf242c6-75ec-415e-9301-aff0ce7746e112217452725225955 CREATE)
[n:127.0.0.1:41515_solr x:testcollection1_shard1_replica_n1]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=config&newCollection=true&collection=testcollection1&version=2&replicaType=NRT&async=4cf242c6-75ec-415e-9301-aff0ce7746e112217452725225955&coreNodeName=core_node2&name=testcollection1_shard1_replica_n1&action=CREATE&numShards=4&shard=shard1&wt=javabin
[junit4] 2> 44652 INFO (qtp849271158-144) [n:127.0.0.1:46288_solr ]
o.a.s.h.a.CoreAdminOperation Checking request status for :
4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480
[junit4] 2> 44653 INFO (qtp849271158-144) [n:127.0.0.1:46288_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&requestid=4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 44946 INFO (qtp1636549061-160) [n:127.0.0.1:39231_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with
params
requestid=4cf242c6-75ec-415e-9301-aff0ce7746e1&action=REQUESTSTATUS&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 44964 INFO (qtp1636549061-160) [n:127.0.0.1:39231_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={requestid=4cf242c6-75ec-415e-9301-aff0ce7746e1&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=18
[junit4] 2> 45680 INFO (qtp849271158-142) [n:127.0.0.1:46288_solr ]
o.a.s.h.a.CoreAdminOperation Checking request status for :
4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480
[junit4] 2> 45680 INFO (qtp849271158-142) [n:127.0.0.1:46288_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&requestid=4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 45687 INFO
(parallelCoreAdminExecutor-55-thread-1-processing-n:127.0.0.1:46288_solr
x:testcollection1_shard2_replica_n3
4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480 CREATE)
[n:127.0.0.1:46288_solr c:testcollection1 s:shard2 r:core_node5
x:testcollection1_shard2_replica_n3] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 8.0.0
[junit4] 2> 45698 INFO
(parallelCoreAdminExecutor-56-thread-1-processing-n:127.0.0.1:44358_solr
x:testcollection1_shard4_replica_n6
4cf242c6-75ec-415e-9301-aff0ce7746e112217452803123025 CREATE)
[n:127.0.0.1:44358_solr c:testcollection1 s:shard4 r:core_node8
x:testcollection1_shard4_replica_n6] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 8.0.0
[junit4] 2> 45708 INFO
(parallelCoreAdminExecutor-54-thread-1-processing-n:127.0.0.1:39231_solr
x:testcollection1_shard3_replica_n4
4cf242c6-75ec-415e-9301-aff0ce7746e112217452797034538 CREATE)
[n:127.0.0.1:39231_solr c:testcollection1 s:shard3 r:core_node7
x:testcollection1_shard3_replica_n4] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 8.0.0
[junit4] 2> 45717 INFO
(parallelCoreAdminExecutor-69-thread-1-processing-n:127.0.0.1:41515_solr
x:testcollection1_shard1_replica_n1
4cf242c6-75ec-415e-9301-aff0ce7746e112217452725225955 CREATE)
[n:127.0.0.1:41515_solr c:testcollection1 s:shard1 r:core_node2
x:testcollection1_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 8.0.0
[junit4] 2> 45778 INFO
(parallelCoreAdminExecutor-55-thread-1-processing-n:127.0.0.1:46288_solr
x:testcollection1_shard2_replica_n3
4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480 CREATE)
[n:127.0.0.1:46288_solr c:testcollection1 s:shard2 r:core_node5
x:testcollection1_shard2_replica_n3] o.a.s.s.IndexSchema
[testcollection1_shard2_replica_n3] Schema name=test
[junit4] 2> 45779 INFO
(parallelCoreAdminExecutor-56-thread-1-processing-n:127.0.0.1:44358_solr
x:testcollection1_shard4_replica_n6
4cf242c6-75ec-415e-9301-aff0ce7746e112217452803123025 CREATE)
[n:127.0.0.1:44358_solr c:testcollection1 s:shard4 r:core_node8
x:testcollection1_shard4_replica_n6] o.a.s.s.IndexSchema
[testcollection1_shard4_replica_n6] Schema name=test
[junit4] 2> 45805 INFO
(parallelCoreAdminExecutor-54-thread-1-processing-n:127.0.0.1:39231_solr
x:testcollection1_shard3_replica_n4
4cf242c6-75ec-415e-9301-aff0ce7746e112217452797034538 CREATE)
[n:127.0.0.1:39231_solr c:testcollection1 s:shard3 r:core_node7
x:testcollection1_shard3_replica_n4] o.a.s.s.IndexSchema
[testcollection1_shard3_replica_n4] Schema name=test
[junit4] 2> 45812 WARN
(parallelCoreAdminExecutor-55-thread-1-processing-n:127.0.0.1:46288_solr
x:testcollection1_shard2_replica_n3
4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480 CREATE)
[n:127.0.0.1:46288_solr c:testcollection1 s:shard2 r:core_node5
x:testcollection1_shard2_replica_n3] o.a.s.c.SolrResourceLoader Solr loaded a
deprecated plugin/analysis class [solr.TrieIntField]. Please consult
documentation how to replace it accordingly.
[junit4] 2> 45815 INFO
(parallelCoreAdminExecutor-69-thread-1-processing-n:127.0.0.1:41515_solr
x:testcollection1_shard1_replica_n1
4cf242c6-75ec-415e-9301-aff0ce7746e112217452725225955 CREATE)
[n:127.0.0.1:41515_solr c:testcollection1 s:shard1 r:core_node2
x:testcollection1_shard1_replica_n1] o.a.s.s.IndexSchema
[testcollection1_shard1_replica_n1] Schema name=test
[junit4] 2> 45822 WARN
(parallelCoreAdminExecutor-54-thread-1-processing-n:127.0.0.1:39231_solr
x:testcollection1_shard3_replica_n4
4cf242c6-75ec-415e-9301-aff0ce7746e112217452797034538 CREATE)
[n:127.0.0.1:39231_solr c:testcollection1 s:shard3 r:core_node7
x:testcollection1_shard3_replica_n4] o.a.s.c.SolrResourceLoader Solr loaded a
deprecated plugin/analysis class [solr.TrieIntField]. Please consult
documentation how to replace it accordingly.
[junit4] 2> 45823 WARN
(parallelCoreAdminExecutor-56-thread-1-processing-n:127.0.0.1:44358_solr
x:testcollection1_shard4_replica_n6
4cf242c6-75ec-415e-9301-aff0ce7746e112217452803123025 CREATE)
[n:127.0.0.1:44358_solr c:testcollection1 s:shard4 r:core_node8
x:testcollection1_shard4_replica_n6] o.a.s.c.SolrResourceLoader Solr loaded a
deprecated plugin/analysis class [solr.TrieIntField]. Please consult
documentation how to replace it accordingly.
[junit4] 2> 45847 WARN
(parallelCoreAdminExecutor-55-thread-1-processing-n:127.0.0.1:46288_solr
x:testcollection1_shard2_replica_n3
4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480 CREATE)
[n:127.0.0.1:46288_solr c:testcollection1 s:shard2 r:core_node5
x:testcollection1_shard2_replica_n3] o.a.s.c.SolrResourceLoader Solr loaded a
deprecated plugin/analysis class [solr.TrieFloatField]. Please consult
documentation how to replace it accordingly.
[junit4] 2> 45870 WARN
(parallelCoreAdminExecutor-69-thread-1-processing-n:127.0.0.1:41515_solr
x:testcollection1_shard1_replica_n1
4cf242c6-75ec-415e-9301-aff0ce7746e112217452725225955 CREATE)
[n:127.0.0.1:41515_solr c:testcollection1 s:shard1 r:core_node2
x:testcollection1_shard1_replica_n1] o.a.s.c.SolrResourceLoader Solr loaded a
deprecated plugin/analysis class [solr.TrieFloatField]. Please consult
documentation how to replace it accordingly.
[junit4] 2> 45870 WARN
(parallelCoreAdminExecutor-56-thread-1-processing-n:127.0.0.1:44358_solr
x:testcollection1_shard4_replica_n6
4cf242c6-75ec-415e-9301-aff0ce7746e112217452803123025 CREATE)
[n:127.0.0.1:44358_solr c:testcollection1 s:shard4 r:core_node8
x:testcollection1_shard4_replica_n6] o.a.s.c.SolrResourceLoader Solr loaded a
deprecated plugin/analysis class [solr.TrieFloatField]. Please consult
documentation how to replace it accordingly.
[junit4] 2> 45872 WARN
(parallelCoreAdminExecutor-54-thread-1-processing-n:127.0.0.1:39231_solr
x:testcollection1_shard3_replica_n4
4cf242c6-75ec-415e-9301-aff0ce7746e112217452797034538 CREATE)
[n:127.0.0.1:39231_solr c:testcollection1 s:shard3 r:core_node7
x:testcollection1_shard3_replica_n4] o.a.s.c.SolrResourceLoader Solr loaded a
deprecated plugin/analysis class [solr.TrieFloatField]. Please consult
documentation how to replace it accordingly.
[junit4] 2> 45873 WARN
(parallelCoreAdminExecutor-69-thread-1-processing-n:127.0.0.1:41515_solr
x:testcollection1_shard1_replica_n1
4cf242c6-75ec-415e-9301-aff0ce7746e112217452725225955 CREATE)
[n:127.0.0.1:41515_solr c:testcollection1 s:shard1 r:core_node2
x:testcollection1_shard1_replica_n1] o.a.s.c.SolrResourceLoader Solr loaded a
deprecated plugin/analysis class [solr.TrieLongField]. Please consult
documentation how to replace it accordingly.
[junit4] 2> 45873 WARN
(parallelCoreAdminExecutor-54-thread-1-processing-n:127.0.0.1:39231_solr
x:testcollection1_shard3_replica_n4
4cf242c6-75ec-415e-9301-aff0ce7746e112217452797034538 CREATE)
[n:127.0.0.1:39231_solr c:testcollection1 s:shard3 r:core_node7
x:testcollection1_shard3_replica_n4] o.a.s.c.SolrResourceLoader Solr loaded a
deprecated plugin/analysis class [solr.TrieLongField]. Please consult
documentation how to replace it accordingly.
[junit4] 2> 45874 WARN
(parallelCoreAdminExecutor-56-thread-1-processing-n:127.0.0.1:44358_solr
x:testcollection1_shard4_replica_n6
4cf242c6-75ec-415e-9301-aff0ce7746e112217452803123025 CREATE)
[n:127.0.0.1:44358_solr c:testcollection1 s:shard4 r:core_node8
x:testcollection1_shard4_replica_n6] o.a.s.c.SolrResourceLoader Solr loaded a
deprecated plugin/analysis class [solr.TrieLongField]. Please consult
documentation how to replace it accordingly.
[junit4] 2> 45877 WARN
(parallelCoreAdminExecutor-69-thread-1-processing-n:127.0.0.1:41515_solr
x:testcollection1_shard1_replica_n1
4cf242c6-75ec-415e-9301-aff0ce7746e112217452725225955 CREATE)
[n:127.0.0.1:41515_solr c:testcollection1 s:shard1 r:core_node2
x:testcollection1_shard1_replica_n1] o.a.s.c.SolrResourceLoader Solr loaded a
deprecated plugin/analysis class [solr.TrieDoubleField]. Please consult
documentation how to replace it accordingly.
[junit4] 2> 45877 WARN
(parallelCoreAdminExecutor-54-thread-1-processing-n:127.0.0.1:39231_solr
x:testcollection1_shard3_replica_n4
4cf242c6-75ec-415e-9301-aff0ce7746e112217452797034538 CREATE)
[n:127.0.0.1:39231_solr c:testcollection1 s:shard3 r:core_node7
x:testcollection1_shard3_replica_n4] o.a.s.c.SolrResourceLoader Solr loaded a
deprecated plugin/analysis class [solr.TrieDoubleField]. Please consult
documentation how to replace it accordingly.
[junit4] 2> 45878 WARN
(parallelCoreAdminExecutor-56-thread-1-processing-n:127.0.0.1:44358_solr
x:testcollection1_shard4_replica_n6
4cf242c6-75ec-415e-9301-aff0ce7746e112217452803123025 CREATE)
[n:127.0.0.1:44358_solr c:testcollection1 s:shard4 r:core_node8
x:testcollection1_shard4_replica_n6] o.a.s.c.SolrResourceLoader Solr loaded a
deprecated plugin/analysis class [solr.TrieDoubleField]. Please consult
documentation how to replace it accordingly.
[junit4] 2> 45895 WARN
(parallelCoreAdminExecutor-55-thread-1-processing-n:127.0.0.1:46288_solr
x:testcollection1_shard2_replica_n3
4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480 CREATE)
[n:127.0.0.1:46288_solr c:testcollection1 s:shard2 r:core_node5
x:testcollection1_shard2_replica_n3] o.a.s.c.SolrResourceLoader Solr loaded a
deprecated plugin/analysis class [solr.TrieLongField]. Please consult
documentation how to replace it accordingly.
[junit4] 2> 45984 WARN
(parallelCoreAdminExecutor-55-thread-1-processing-n:127.0.0.1:46288_solr
x:testcollection1_shard2_replica_n3
4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480 CREATE)
[n:127.0.0.1:46288_solr c:testcollection1 s:shard2 r:core_node5
x:testcollection1_shard2_replica_n3] o.a.s.c.SolrResourceLoader Solr loaded a
deprecated plugin/analysis class [solr.TrieDateField]. Please consult
documentation how to replace it accordingly.
[junit4] 2> 45992 INFO (qtp1636549061-162) [n:127.0.0.1:39231_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with
params
requestid=4cf242c6-75ec-415e-9301-aff0ce7746e1&action=REQUESTSTATUS&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 45993 INFO (qtp1636549061-162) [n:127.0.0.1:39231_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={requestid=4cf242c6-75ec-415e-9301-aff0ce7746e1&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=1
[junit4] 2> 46377 WARN
(parallelCoreAdminExecutor-56-thread-1-processing-n:127.0.0.1:44358_solr
x:testcollection1_shard4_replica_n6
4cf242c6-75ec-415e-9301-aff0ce7746e112217452803123025 CREATE)
[n:127.0.0.1:44358_solr c:testcollection1 s:shard4 r:core_node8
x:testcollection1_shard4_replica_n6] o.a.s.c.SolrResourceLoader Solr loaded a
deprecated plugin/analysis class [solr.GeoHashField]. Please consult
documentation how to replace it accordingly.
[junit4] 2> 46491 WARN
(parallelCoreAdminExecutor-54-thread-1-processing-n:127.0.0.1:39231_solr
x:testcollection1_shard3_replica_n4
4cf242c6-75ec-415e-9301-aff0ce7746e112217452797034538 CREATE)
[n:127.0.0.1:39231_solr c:testcollection1 s:shard3 r:core_node7
x:testcollection1_shard3_replica_n4] o.a.s.c.SolrResourceLoader Solr loaded a
deprecated plugin/analysis class [solr.GeoHashField]. Please consult
documentation how to replace it accordingly.
[junit4] 2> 46495 WARN
(parallelCoreAdminExecutor-69-thread-1-processing-n:127.0.0.1:41515_solr
x:testcollection1_shard1_replica_n1
4cf242c6-75ec-415e-9301-aff0ce7746e112217452725225955 CREATE)
[n:127.0.0.1:41515_solr c:testcollection1 s:shard1 r:core_node2
x:testcollection1_shard1_replica_n1] o.a.s.c.SolrResourceLoader Solr loaded a
deprecated plugin/analysis class [solr.LatLonType]. Please consult
documentation how to replace it accordingly.
[junit4] 2> 46496 WARN
(parallelCoreAdminExecutor-54-thread-1-processing-n:127.0.0.1:39231_solr
x:testcollection1_shard3_replica_n4
4cf242c6-75ec-415e-9301-aff0ce7746e112217452797034538 CREATE)
[n:127.0.0.1:39231_solr c:testcollection1 s:shard3 r:core_node7
x:testcollection1_shard3_replica_n4] o.a.s.c.SolrResourceLoader Solr loaded a
deprecated plugin/analysis class [solr.LatLonType]. Please consult
documentation how to replace it accordingly.
[junit4] 2> 46515 WARN
(parallelCoreAdminExecutor-69-thread-1-processing-n:127.0.0.1:41515_solr
x:testcollection1_shard1_replica_n1
4cf242c6-75ec-415e-9301-aff0ce7746e112217452725225955 CREATE)
[n:127.0.0.1:41515_solr c:testcollection1 s:shard1 r:core_node2
x:testcollection1_shard1_replica_n1] o.a.s.s.IndexSchema Field lowerfilt1and2
is not multivalued and destination for multiple copyFields (2)
[junit4] 2> 46516 WARN
(parallelCoreAdminExecutor-69-thread-1-processing-n:127.0.0.1:41515_solr
x:testcollection1_shard1_replica_n1
4cf242c6-75ec-415e-9301-aff0ce7746e112217452725225955 CREATE)
[n:127.0.0.1:41515_solr c:testcollection1 s:shard1 r:core_node2
x:testcollection1_shard1_replica_n1] o.a.s.s.IndexSchema Field text is not
multivalued and destination for multiple copyFields (3)
[junit4] 2> 46516 INFO
(parallelCoreAdminExecutor-69-thread-1-processing-n:127.0.0.1:41515_solr
x:testcollection1_shard1_replica_n1
4cf242c6-75ec-415e-9301-aff0ce7746e112217452725225955 CREATE)
[n:127.0.0.1:41515_solr c:testcollection1 s:shard1 r:core_node2
x:testcollection1_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.6
with uniqueid field id
[junit4] 2> 46518 INFO
(parallelCoreAdminExecutor-69-thread-1-processing-n:127.0.0.1:41515_solr
x:testcollection1_shard1_replica_n1
4cf242c6-75ec-415e-9301-aff0ce7746e112217452725225955 CREATE)
[n:127.0.0.1:41515_solr c:testcollection1 s:shard1 r:core_node2
x:testcollection1_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore
'testcollection1_shard1_replica_n1' using configuration from collection
testcollection1, trusted=true
[junit4] 2> 46519 WARN
(parallelCoreAdminExecutor-56-thread-1-processing-n:127.0.0.1:44358_solr
x:testcollection1_shard4_replica_n6
4cf242c6-75ec-415e-9301-aff0ce7746e112217452803123025 CREATE)
[n:127.0.0.1:44358_solr c:testcollection1 s:shard4 r:core_node8
x:testcollection1_shard4_replica_n6] o.a.s.c.SolrResourceLoader Solr loaded a
deprecated plugin/analysis class [solr.LatLonType]. Please consult
documentation how to replace it accordingly.
[junit4] 2> 46529 WARN
(parallelCoreAdminExecutor-54-thread-1-processing-n:127.0.0.1:39231_solr
x:testcollection1_shard3_replica_n4
4cf242c6-75ec-415e-9301-aff0ce7746e112217452797034538 CREATE)
[n:127.0.0.1:39231_solr c:testcollection1 s:shard3 r:core_node7
x:testcollection1_shard3_replica_n4] o.a.s.s.IndexSchema Field lowerfilt1and2
is not multivalued and destination for multiple copyFields (2)
[junit4] 2> 46529 WARN
(parallelCoreAdminExecutor-54-thread-1-processing-n:127.0.0.1:39231_solr
x:testcollection1_shard3_replica_n4
4cf242c6-75ec-415e-9301-aff0ce7746e112217452797034538 CREATE)
[n:127.0.0.1:39231_solr c:testcollection1 s:shard3 r:core_node7
x:testcollection1_shard3_replica_n4] o.a.s.s.IndexSchema Field text is not
multivalued and destination for multiple copyFields (3)
[junit4] 2> 46529 INFO
(parallelCoreAdminExecutor-54-thread-1-processing-n:127.0.0.1:39231_solr
x:testcollection1_shard3_replica_n4
4cf242c6-75ec-415e-9301-aff0ce7746e112217452797034538 CREATE)
[n:127.0.0.1:39231_solr c:testcollection1 s:shard3 r:core_node7
x:testcollection1_shard3_replica_n4] o.a.s.s.IndexSchema Loaded schema test/1.6
with uniqueid field id
[junit4] 2> 46529 INFO
(parallelCoreAdminExecutor-54-thread-1-processing-n:127.0.0.1:39231_solr
x:testcollection1_shard3_replica_n4
4cf242c6-75ec-415e-9301-aff0ce7746e112217452797034538 CREATE)
[n:127.0.0.1:39231_solr c:testcollection1 s:shard3 r:core_node7
x:testcollection1_shard3_replica_n4] o.a.s.c.CoreContainer Creating SolrCore
'testcollection1_shard3_replica_n4' using configuration from collection
testcollection1, trusted=true
[junit4] 2> 46562 WARN
(parallelCoreAdminExecutor-56-thread-1-processing-n:127.0.0.1:44358_solr
x:testcollection1_shard4_replica_n6
4cf242c6-75ec-415e-9301-aff0ce7746e112217452803123025 CREATE)
[n:127.0.0.1:44358_solr c:testcollection1 s:shard4 r:core_node8
x:testcollection1_shard4_replica_n6] o.a.s.s.IndexSchema Field lowerfilt1and2
is not multivalued and destination for multiple copyFields (2)
[junit4] 2> 46562 WARN
(parallelCoreAdminExecutor-56-thread-1-processing-n:127.0.0.1:44358_solr
x:testcollection1_shard4_replica_n6
4cf242c6-75ec-415e-9301-aff0ce7746e112217452803123025 CREATE)
[n:127.0.0.1:44358_solr c:testcollection1 s:shard4 r:core_node8
x:testcollection1_shard4_replica_n6] o.a.s.s.IndexSchema Field text is not
multivalued and destination for multiple copyFields (3)
[junit4] 2> 46562 INFO
(parallelCoreAdminExecutor-56-thread-1-processing-n:127.0.0.1:44358_solr
x:testcollection1_shard4_replica_n6
4cf242c6-75ec-415e-9301-aff0ce7746e112217452803123025 CREATE)
[n:127.0.0.1:44358_solr c:testcollection1 s:shard4 r:core_node8
x:testcollection1_shard4_replica_n6] o.a.s.s.IndexSchema Loaded schema test/1.6
with uniqueid field id
[junit4] 2> 46562 INFO
(parallelCoreAdminExecutor-56-thread-1-processing-n:127.0.0.1:44358_solr
x:testcollection1_shard4_replica_n6
4cf242c6-75ec-415e-9301-aff0ce7746e112217452803123025 CREATE)
[n:127.0.0.1:44358_solr c:testcollection1 s:shard4 r:core_node8
x:testcollection1_shard4_replica_n6] o.a.s.c.CoreContainer Creating SolrCore
'testcollection1_shard4_replica_n6' using configuration from collection
testcollection1, trusted=true
[junit4] 2> 46596 INFO
(parallelCoreAdminExecutor-69-thread-1-processing-n:127.0.0.1:41515_solr
x:testcollection1_shard1_replica_n1
4cf242c6-75ec-415e-9301-aff0ce7746e112217452725225955 CREATE)
[n:127.0.0.1:41515_solr c:testcollection1 s:shard1 r:core_node2
x:testcollection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring
for 'solr_41515.solr.core.testcollection1.shard1.replica_n1' (registry
'solr.core.testcollection1.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@42e3312b
[junit4] 2> 46597 INFO
(parallelCoreAdminExecutor-69-thread-1-processing-n:127.0.0.1:41515_solr
x:testcollection1_shard1_replica_n1
4cf242c6-75ec-415e-9301-aff0ce7746e112217452725225955 CREATE)
[n:127.0.0.1:41515_solr c:testcollection1 s:shard1 r:core_node2
x:testcollection1_shard1_replica_n1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 46597 INFO
(parallelCoreAdminExecutor-69-thread-1-processing-n:127.0.0.1:41515_solr
x:testcollection1_shard1_replica_n1
4cf242c6-75ec-415e-9301-aff0ce7746e112217452725225955 CREATE)
[n:127.0.0.1:41515_solr c:testcollection1 s:shard1 r:core_node2
x:testcollection1_shard1_replica_n1] o.a.s.c.SolrCore
[[testcollection1_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCloudCollectionsListeners_C86B5AC5B8077F12-001/tempDir-001/node1/testcollection1_shard1_replica_n1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCloudCollectionsListeners_C86B5AC5B8077F12-001/tempDir-001/node1/./testcollection1_shard1_replica_n1/data/]
[junit4] 2> 46599 INFO
(parallelCoreAdminExecutor-54-thread-1-processing-n:127.0.0.1:39231_solr
x:testcollection1_shard3_replica_n4
4cf242c6-75ec-415e-9301-aff0ce7746e112217452797034538 CREATE)
[n:127.0.0.1:39231_solr c:testcollection1 s:shard3 r:core_node7
x:testcollection1_shard3_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring
for 'solr_39231.solr.core.testcollection1.shard3.replica_n4' (registry
'solr.core.testcollection1.shard3.replica_n4') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@42e3312b
[junit4] 2> 46599 INFO
(parallelCoreAdminExecutor-54-thread-1-processing-n:127.0.0.1:39231_solr
x:testcollection1_shard3_replica_n4
4cf242c6-75ec-415e-9301-aff0ce7746e112217452797034538 CREATE)
[n:127.0.0.1:39231_solr c:testcollection1 s:shard3 r:core_node7
x:testcollection1_shard3_replica_n4] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 46599 INFO
(parallelCoreAdminExecutor-54-thread-1-processing-n:127.0.0.1:39231_solr
x:testcollection1_shard3_replica_n4
4cf242c6-75ec-415e-9301-aff0ce7746e112217452797034538 CREATE)
[n:127.0.0.1:39231_solr c:testcollection1 s:shard3 r:core_node7
x:testcollection1_shard3_replica_n4] o.a.s.c.SolrCore
[[testcollection1_shard3_replica_n4] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCloudCollectionsListeners_C86B5AC5B8077F12-001/tempDir-001/node3/testcollection1_shard3_replica_n4],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCloudCollectionsListeners_C86B5AC5B8077F12-001/tempDir-001/node3/./testcollection1_shard3_replica_n4/data/]
[junit4] 2> 46609 INFO
(parallelCoreAdminExecutor-56-thread-1-processing-n:127.0.0.1:44358_solr
x:testcollection1_shard4_replica_n6
4cf242c6-75ec-415e-9301-aff0ce7746e112217452803123025 CREATE)
[n:127.0.0.1:44358_solr c:testcollection1 s:shard4 r:core_node8
x:testcollection1_shard4_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring
for 'solr_44358.solr.core.testcollection1.shard4.replica_n6' (registry
'solr.core.testcollection1.shard4.replica_n6') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@42e3312b
[junit4] 2> 46610 INFO
(parallelCoreAdminExecutor-56-thread-1-processing-n:127.0.0.1:44358_solr
x:testcollection1_shard4_replica_n6
4cf242c6-75ec-415e-9301-aff0ce7746e112217452803123025 CREATE)
[n:127.0.0.1:44358_solr c:testcollection1 s:shard4 r:core_node8
x:testcollection1_shard4_replica_n6] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 46610 INFO
(parallelCoreAdminExecutor-56-thread-1-processing-n:127.0.0.1:44358_solr
x:testcollection1_shard4_replica_n6
4cf242c6-75ec-415e-9301-aff0ce7746e112217452803123025 CREATE)
[n:127.0.0.1:44358_solr c:testcollection1 s:shard4 r:core_node8
x:testcollection1_shard4_replica_n6] o.a.s.c.SolrCore
[[testcollection1_shard4_replica_n6] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCloudCollectionsListeners_C86B5AC5B8077F12-001/tempDir-001/node4/testcollection1_shard4_replica_n6],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCloudCollectionsListeners_C86B5AC5B8077F12-001/tempDir-001/node4/./testcollection1_shard4_replica_n6/data/]
[junit4] 2> 46647 WARN
(parallelCoreAdminExecutor-55-thread-1-processing-n:127.0.0.1:46288_solr
x:testcollection1_shard2_replica_n3
4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480 CREATE)
[n:127.0.0.1:46288_solr c:testcollection1 s:shard2 r:core_node5
x:testcollection1_shard2_replica_n3] o.a.s.s.IndexSchema Field lowerfilt1and2
is not multivalued and destination for multiple copyFields (2)
[junit4] 2> 46647 WARN
(parallelCoreAdminExecutor-55-thread-1-processing-n:127.0.0.1:46288_solr
x:testcollection1_shard2_replica_n3
4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480 CREATE)
[n:127.0.0.1:46288_solr c:testcollection1 s:shard2 r:core_node5
x:testcollection1_shard2_replica_n3] o.a.s.s.IndexSchema Field text is not
multivalued and destination for multiple copyFields (3)
[junit4] 2> 46647 INFO
(parallelCoreAdminExecutor-55-thread-1-processing-n:127.0.0.1:46288_solr
x:testcollection1_shard2_replica_n3
4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480 CREATE)
[n:127.0.0.1:46288_solr c:testcollection1 s:shard2 r:core_node5
x:testcollection1_shard2_replica_n3] o.a.s.s.IndexSchema Loaded schema test/1.6
with uniqueid field id
[junit4] 2> 46647 INFO
(parallelCoreAdminExecutor-55-thread-1-processing-n:127.0.0.1:46288_solr
x:testcollection1_shard2_replica_n3
4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480 CREATE)
[n:127.0.0.1:46288_solr c:testcollection1 s:shard2 r:core_node5
x:testcollection1_shard2_replica_n3] o.a.s.c.CoreContainer Creating SolrCore
'testcollection1_shard2_replica_n3' using configuration from collection
testcollection1, trusted=true
[junit4] 2> 46674 INFO
(parallelCoreAdminExecutor-55-thread-1-processing-n:127.0.0.1:46288_solr
x:testcollection1_shard2_replica_n3
4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480 CREATE)
[n:127.0.0.1:46288_solr c:testcollection1 s:shard2 r:core_node5
x:testcollection1_shard2_replica_n3] o.a.s.m.r.SolrJmxReporter JMX monitoring
for 'solr_46288.solr.core.testcollection1.shard2.replica_n3' (registry
'solr.core.testcollection1.shard2.replica_n3') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@42e3312b
[junit4] 2> 46675 INFO
(parallelCoreAdminExecutor-55-thread-1-processing-n:127.0.0.1:46288_solr
x:testcollection1_shard2_replica_n3
4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480 CREATE)
[n:127.0.0.1:46288_solr c:testcollection1 s:shard2 r:core_node5
x:testcollection1_shard2_replica_n3] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 46675 INFO
(parallelCoreAdminExecutor-55-thread-1-processing-n:127.0.0.1:46288_solr
x:testcollection1_shard2_replica_n3
4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480 CREATE)
[n:127.0.0.1:46288_solr c:testcollection1 s:shard2 r:core_node5
x:testcollection1_shard2_replica_n3] o.a.s.c.SolrCore
[[testcollection1_shard2_replica_n3] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCloudCollectionsListeners_C86B5AC5B8077F12-001/tempDir-001/node2/testcollection1_shard2_replica_n3],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCloudCollectionsListeners_C86B5AC5B8077F12-001/tempDir-001/node2/./testcollection1_shard2_replica_n3/data/]
[junit4] 2> 46683 INFO (qtp849271158-142) [n:127.0.0.1:46288_solr ]
o.a.s.h.a.CoreAdminOperation Checking request status for :
4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480
[junit4] 2> 46683 INFO (qtp849271158-142) [n:127.0.0.1:46288_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&requestid=4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 46975 INFO
(parallelCoreAdminExecutor-56-thread-1-processing-n:127.0.0.1:44358_solr
x:testcollection1_shard4_replica_n6
4cf242c6-75ec-415e-9301-aff0ce7746e112217452803123025 CREATE)
[n:127.0.0.1:44358_solr c:testcollection1 s:shard4 r:core_node8
x:testcollection1_shard4_replica_n6] o.a.s.u.UpdateHandler Using UpdateLog
implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 46976 INFO
(parallelCoreAdminExecutor-56-thread-1-processing-n:127.0.0.1:44358_solr
x:testcollection1_shard4_replica_n6
4cf242c6-75ec-415e-9301-aff0ce7746e112217452803123025 CREATE)
[n:127.0.0.1:44358_solr c:testcollection1 s:shard4 r:core_node8
x:testcollection1_shard4_replica_n6] o.a.s.u.UpdateLog Initializing UpdateLog:
dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 47000 INFO (qtp1636549061-160) [n:127.0.0.1:39231_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with
params
requestid=4cf242c6-75ec-415e-9301-aff0ce7746e1&action=REQUESTSTATUS&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 47013 INFO
(parallelCoreAdminExecutor-56-thread-1-processing-n:127.0.0.1:44358_solr
x:testcollection1_shard4_replica_n6
4cf242c6-75ec-415e-9301-aff0ce7746e112217452803123025 CREATE)
[n:127.0.0.1:44358_solr c:testcollection1 s:shard4 r:core_node8
x:testcollection1_shard4_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit:
disabled
[junit4] 2> 47013 INFO
(parallelCoreAdminExecutor-56-thread-1-processing-n:127.0.0.1:44358_solr
x:testcollection1_shard4_replica_n6
4cf242c6-75ec-415e-9301-aff0ce7746e112217452803123025 CREATE)
[n:127.0.0.1:44358_solr c:testcollection1 s:shard4 r:core_node8
x:testcollection1_shard4_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit:
disabled
[junit4] 2> 47040 INFO
(parallelCoreAdminExecutor-56-thread-1-processing-n:127.0.0.1:44358_solr
x:testcollection1_shard4_replica_n6
4cf242c6-75ec-415e-9301-aff0ce7746e112217452803123025 CREATE)
[n:127.0.0.1:44358_solr c:testcollection1 s:shard4 r:core_node8
x:testcollection1_shard4_replica_n6] o.a.s.s.SolrIndexSearcher Opening
[Searcher@23796099[testcollection1_shard4_replica_n6] main]
[junit4] 2> 47048 INFO (qtp1636549061-160) [n:127.0.0.1:39231_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={requestid=4cf242c6-75ec-415e-9301-aff0ce7746e1&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=47
[junit4] 2> 47056 INFO
(parallelCoreAdminExecutor-56-thread-1-processing-n:127.0.0.1:44358_solr
x:testcollection1_shard4_replica_n6
4cf242c6-75ec-415e-9301-aff0ce7746e112217452803123025 CREATE)
[n:127.0.0.1:44358_solr c:testcollection1 s:shard4 r:core_node8
x:testcollection1_shard4_replica_n6] o.a.s.r.ManagedResourceStorage Configured
ZooKeeperStorageIO with znodeBase: /configs/config
[junit4] 2> 47057 INFO
(parallelCoreAdminExecutor-56-thread-1-processing-n:127.0.0.1:44358_solr
x:testcollection1_shard4_replica_n6
4cf242c6-75ec-415e-9301-aff0ce7746e112217452803123025 CREATE)
[n:127.0.0.1:44358_solr c:testcollection1 s:shard4 r:core_node8
x:testcollection1_shard4_replica_n6] o.a.s.r.ManagedResourceStorage Loaded null
at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
[junit4] 2> 47058 INFO
(parallelCoreAdminExecutor-56-thread-1-processing-n:127.0.0.1:44358_solr
x:testcollection1_shard4_replica_n6
4cf242c6-75ec-415e-9301-aff0ce7746e112217452803123025 CREATE)
[n:127.0.0.1:44358_solr c:testcollection1 s:shard4 r:core_node8
x:testcollection1_shard4_replica_n6] o.a.s.h.ReplicationHandler Commits will be
reserved for 10000ms.
[junit4] 2> 47063 INFO
(parallelCoreAdminExecutor-54-thread-1-processing-n:127.0.0.1:39231_solr
x:testcollection1_shard3_replica_n4
4cf242c6-75ec-415e-9301-aff0ce7746e112217452797034538 CREATE)
[n:127.0.0.1:39231_solr c:testcollection1 s:shard3 r:core_node7
x:testcollection1_shard3_replica_n4] o.a.s.u.UpdateHandler Using UpdateLog
implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 47063 INFO
(parallelCoreAdminExecutor-54-thread-1-processing-n:127.0.0.1:39231_solr
x:testcollection1_shard3_replica_n4
4cf242c6-75ec-415e-9301-aff0ce7746e112217452797034538 CREATE)
[n:127.0.0.1:39231_solr c:testcollection1 s:shard3 r:core_node7
x:testcollection1_shard3_replica_n4] o.a.s.u.UpdateLog Initializing UpdateLog:
dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 47092 INFO
(parallelCoreAdminExecutor-54-thread-1-processing-n:127.0.0.1:39231_solr
x:testcollection1_shard3_replica_n4
4cf242c6-75ec-415e-9301-aff0ce7746e112217452797034538 CREATE)
[n:127.0.0.1:39231_solr c:testcollection1 s:shard3 r:core_node7
x:testcollection1_shard3_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit:
disabled
[junit4] 2> 47093 INFO
(parallelCoreAdminExecutor-54-thread-1-processing-n:127.0.0.1:39231_solr
x:testcollection1_shard3_replica_n4
4cf242c6-75ec-415e-9301-aff0ce7746e112217452797034538 CREATE)
[n:127.0.0.1:39231_solr c:testcollection1 s:shard3 r:core_node7
x:testcollection1_shard3_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit:
disabled
[junit4] 2> 47111 INFO
(parallelCoreAdminExecutor-54-thread-1-processing-n:127.0.0.1:39231_solr
x:testcollection1_shard3_replica_n4
4cf242c6-75ec-415e-9301-aff0ce7746e112217452797034538 CREATE)
[n:127.0.0.1:39231_solr c:testcollection1 s:shard3 r:core_node7
x:testcollection1_shard3_replica_n4] o.a.s.s.SolrIndexSearcher Opening
[Searcher@528b998b[testcollection1_shard3_replica_n4] main]
[junit4] 2> 47122 INFO
(parallelCoreAdminExecutor-69-thread-1-processing-n:127.0.0.1:41515_solr
x:testcollection1_shard1_replica_n1
4cf242c6-75ec-415e-9301-aff0ce7746e112217452725225955 CREATE)
[n:127.0.0.1:41515_solr c:testcollection1 s:shard1 r:core_node2
x:testcollection1_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog
implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 47122 INFO
(parallelCoreAdminExecutor-69-thread-1-processing-n:127.0.0.1:41515_solr
x:testcollection1_shard1_replica_n1
4cf242c6-75ec-415e-9301-aff0ce7746e112217452725225955 CREATE)
[n:127.0.0.1:41515_solr c:testcollection1 s:shard1 r:core_node2
x:testcollection1_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog:
dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 47122 INFO
(parallelCoreAdminExecutor-54-thread-1-processing-n:127.0.0.1:39231_solr
x:testcollection1_shard3_replica_n4
4cf242c6-75ec-415e-9301-aff0ce7746e112217452797034538 CREATE)
[n:127.0.0.1:39231_solr c:testcollection1 s:shard3 r:core_node7
x:testcollection1_shard3_replica_n4] o.a.s.r.ManagedResourceStorage Configured
ZooKeeperStorageIO with znodeBase: /configs/config
[junit4] 2> 47123 INFO
(parallelCoreAdminExecutor-54-thread-1-processing-n:127.0.0.1:39231_solr
x:testcollection1_shard3_replica_n4
4cf242c6-75ec-415e-9301-aff0ce7746e112217452797034538 CREATE)
[n:127.0.0.1:39231_solr c:testcollection1 s:shard3 r:core_node7
x:testcollection1_shard3_replica_n4] o.a.s.r.ManagedResourceStorage Loaded null
at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
[junit4] 2> 47124 INFO
(parallelCoreAdminExecutor-69-thread-1-processing-n:127.0.0.1:41515_solr
x:testcollection1_shard1_replica_n1
4cf242c6-75ec-415e-9301-aff0ce7746e112217452725225955 CREATE)
[n:127.0.0.1:41515_solr c:testcollection1 s:shard1 r:core_node2
x:testcollection1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit:
disabled
[junit4] 2> 47124 INFO
(parallelCoreAdminExecutor-69-thread-1-processing-n:127.0.0.1:41515_solr
x:testcollection1_shard1_replica_n1
4cf242c6-75ec-415e-9301-aff0ce7746e112217452725225955 CREATE)
[n:127.0.0.1:41515_solr c:testcollection1 s:shard1 r:core_node2
x:testcollection1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit:
disabled
[junit4] 2> 47124 INFO
(parallelCoreAdminExecutor-54-thread-1-processing-n:127.0.0.1:39231_solr
x:testcollection1_shard3_replica_n4
4cf242c6-75ec-415e-9301-aff0ce7746e112217452797034538 CREATE)
[n:127.0.0.1:39231_solr c:testcollection1 s:shard3 r:core_node7
x:testcollection1_shard3_replica_n4] o.a.s.h.ReplicationHandler Commits will be
reserved for 10000ms.
[junit4] 2> 47113 INFO
(searcherExecutor-75-thread-1-processing-x:testcollection1_shard4_replica_n6
4cf242c6-75ec-415e-9301-aff0ce7746e112217452803123025 r:core_node8 CREATE
n:127.0.0.1:44358_solr c:testcollection1 s:shard4) [n:127.0.0.1:44358_solr
c:testcollection1 s:shard4 r:core_node8 x:testcollection1_shard4_replica_n6]
o.a.s.c.SolrCore [testcollection1_shard4_replica_n6] Registered new searcher
Searcher@23796099[testcollection1_shard4_replica_n6]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 47227 INFO
(parallelCoreAdminExecutor-56-thread-1-processing-n:127.0.0.1:44358_solr
x:testcollection1_shard4_replica_n6
4cf242c6-75ec-415e-9301-aff0ce7746e112217452803123025 CREATE)
[n:127.0.0.1:44358_solr c:testcollection1 s:shard4 r:core_node8
x:testcollection1_shard4_replica_n6] o.a.s.u.UpdateLog Could not find max
version in index or recent updates, using new clock 1604195508445773824
[junit4] 2> 47229 INFO
(parallelCoreAdminExecutor-69-thread-1-processing-n:127.0.0.1:41515_solr
x:testcollection1_shard1_replica_n1
4cf242c6-75ec-415e-9301-aff0ce7746e112217452725225955 CREATE)
[n:127.0.0.1:41515_solr c:testcollection1 s:shard1 r:core_node2
x:testcollection1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@710962cc[testcollection1_shard1_replica_n1] main]
[junit4] 2> 47230 INFO
(searcherExecutor-74-thread-1-processing-x:testcollection1_shard3_replica_n4
4cf242c6-75ec-415e-9301-aff0ce7746e112217452797034538 r:core_node7 CREATE
n:127.0.0.1:39231_solr c:testcollection1 s:shard3) [n:127.0.0.1:39231_solr
c:testcollection1 s:shard3 r:core_node7 x:testcollection1_shard3_replica_n4]
o.a.s.c.SolrCore [testcollection1_shard3_replica_n4] Registered new searcher
Searcher@528b998b[testcollection1_shard3_replica_n4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 47247 INFO
(parallelCoreAdminExecutor-54-thread-1-processing-n:127.0.0.1:39231_solr
x:testcollection1_shard3_replica_n4
4cf242c6-75ec-415e-9301-aff0ce7746e112217452797034538 CREATE)
[n:127.0.0.1:39231_solr c:testcollection1 s:shard3 r:core_node7
x:testcollection1_shard3_replica_n4] o.a.s.u.UpdateLog Could not find max
version in index or recent updates, using new clock 1604195508466745344
[junit4] 2> 47277 INFO
(parallelCoreAdminExecutor-69-thread-1-processing-n:127.0.0.1:41515_solr
x:testcollection1_shard1_replica_n1
4cf242c6-75ec-415e-9301-aff0ce7746e112217452725225955 CREATE)
[n:127.0.0.1:41515_solr c:testcollection1 s:shard1 r:core_node2
x:testcollection1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured
ZooKeeperStorageIO with znodeBase: /configs/config
[junit4] 2> 47278 INFO
(parallelCoreAdminExecutor-69-thread-1-processing-n:127.0.0.1:41515_solr
x:testcollection1_shard1_replica_n1
4cf242c6-75ec-415e-9301-aff0ce7746e112217452725225955 CREATE)
[n:127.0.0.1:41515_solr c:testcollection1 s:shard1 r:core_node2
x:testcollection1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null
at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
[junit4] 2> 47278 INFO
(parallelCoreAdminExecutor-69-thread-1-processing-n:127.0.0.1:41515_solr
x:testcollection1_shard1_replica_n1
4cf242c6-75ec-415e-9301-aff0ce7746e112217452725225955 CREATE)
[n:127.0.0.1:41515_solr c:testcollection1 s:shard1 r:core_node2
x:testcollection1_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be
reserved for 10000ms.
[junit4] 2> 47279 INFO
(parallelCoreAdminExecutor-69-thread-1-processing-n:127.0.0.1:41515_solr
x:testcollection1_shard1_replica_n1
4cf242c6-75ec-415e-9301-aff0ce7746e112217452725225955 CREATE)
[n:127.0.0.1:41515_solr c:testcollection1 s:shard1 r:core_node2
x:testcollection1_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max
version in index or recent updates, using new clock 1604195508500299776
[junit4] 2> 47342 INFO
(searcherExecutor-73-thread-1-processing-x:testcollection1_shard1_replica_n1
4cf242c6-75ec-415e-9301-aff0ce7746e112217452725225955 r:core_node2 CREATE
n:127.0.0.1:41515_solr c:testcollection1 s:shard1) [n:127.0.0.1:41515_solr
c:testcollection1 s:shard1 r:core_node2 x:testcollection1_shard1_replica_n1]
o.a.s.c.SolrCore [testcollection1_shard1_replica_n1] Registered new searcher
Searcher@710962cc[testcollection1_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 47411 INFO
(parallelCoreAdminExecutor-55-thread-1-processing-n:127.0.0.1:46288_solr
x:testcollection1_shard2_replica_n3
4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480 CREATE)
[n:127.0.0.1:46288_solr c:testcollection1 s:shard2 r:core_node5
x:testcollection1_shard2_replica_n3] o.a.s.u.UpdateHandler Using UpdateLog
implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 47411 INFO
(parallelCoreAdminExecutor-55-thread-1-processing-n:127.0.0.1:46288_solr
x:testcollection1_shard2_replica_n3
4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480 CREATE)
[n:127.0.0.1:46288_solr c:testcollection1 s:shard2 r:core_node5
x:testcollection1_shard2_replica_n3] o.a.s.u.UpdateLog Initializing UpdateLog:
dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 47412 INFO
(parallelCoreAdminExecutor-55-thread-1-processing-n:127.0.0.1:46288_solr
x:testcollection1_shard2_replica_n3
4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480 CREATE)
[n:127.0.0.1:46288_solr c:testcollection1 s:shard2 r:core_node5
x:testcollection1_shard2_replica_n3] o.a.s.u.CommitTracker Hard AutoCommit:
disabled
[junit4] 2> 47412 INFO
(parallelCoreAdminExecutor-55-thread-1-processing-n:127.0.0.1:46288_solr
x:testcollection1_shard2_replica_n3
4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480 CREATE)
[n:127.0.0.1:46288_solr c:testcollection1 s:shard2 r:core_node5
x:testcollection1_shard2_replica_n3] o.a.s.u.CommitTracker Soft AutoCommit:
disabled
[junit4] 2> 47414 INFO
(parallelCoreAdminExecutor-55-thread-1-processing-n:127.0.0.1:46288_solr
x:testcollection1_shard2_replica_n3
4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480 CREATE)
[n:127.0.0.1:46288_solr c:testcollection1 s:shard2 r:core_node5
x:testcollection1_shard2_replica_n3] o.a.s.s.SolrIndexSearcher Opening
[Searcher@2f3234ca[testcollection1_shard2_replica_n3] main]
[junit4] 2> 47426 INFO
(parallelCoreAdminExecutor-55-thread-1-processing-n:127.0.0.1:46288_solr
x:testcollection1_shard2_replica_n3
4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480 CREATE)
[n:127.0.0.1:46288_solr c:testcollection1 s:shard2 r:core_node5
x:testcollection1_shard2_replica_n3] o.a.s.r.ManagedResourceStorage Configured
ZooKeeperStorageIO with znodeBase: /configs/config
[junit4] 2> 47427 INFO
(parallelCoreAdminExecutor-55-thread-1-processing-n:127.0.0.1:46288_solr
x:testcollection1_shard2_replica_n3
4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480 CREATE)
[n:127.0.0.1:46288_solr c:testcollection1 s:shard2 r:core_node5
x:testcollection1_shard2_replica_n3] o.a.s.r.ManagedResourceStorage Loaded null
at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
[junit4] 2> 47428 INFO
(parallelCoreAdminExecutor-55-thread-1-processing-n:127.0.0.1:46288_solr
x:testcollection1_shard2_replica_n3
4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480 CREATE)
[n:127.0.0.1:46288_solr c:testcollection1 s:shard2 r:core_node5
x:testcollection1_shard2_replica_n3] o.a.s.h.ReplicationHandler Commits will be
reserved for 10000ms.
[junit4] 2> 47428 INFO
(parallelCoreAdminExecutor-55-thread-1-processing-n:127.0.0.1:46288_solr
x:testcollection1_shard2_replica_n3
4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480 CREATE)
[n:127.0.0.1:46288_solr c:testcollection1 s:shard2 r:core_node5
x:testcollection1_shard2_replica_n3] o.a.s.u.UpdateLog Could not find max
version in index or recent updates, using new clock 1604195508656537600
[junit4] 2> 47439 INFO
(searcherExecutor-76-thread-1-processing-x:testcollection1_shard2_replica_n3
4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480 r:core_node5 CREATE
n:127.0.0.1:46288_solr c:testcollection1 s:shard2) [n:127.0.0.1:46288_solr
c:testcollection1 s:shard2 r:core_node5 x:testcollection1_shard2_replica_n3]
o.a.s.c.SolrCore [testcollection1_shard2_replica_n3] Registered new searcher
Searcher@2f3234ca[testcollection1_shard2_replica_n3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 47609 INFO
(parallelCoreAdminExecutor-55-thread-1-processing-n:127.0.0.1:46288_solr
x:testcollection1_shard2_replica_n3
4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480 CREATE)
[n:127.0.0.1:46288_solr c:testcollection1 s:shard2 r:core_node5
x:testcollection1_shard2_replica_n3]
[...truncated too long message...]
.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-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
jar-checksums:
[mkdir] Created dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/null1414963575
[copy] Copying 39 files to
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/null1414963575
[delete] Deleting directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/null1414963575
resolve-example:
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-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
resolve-server:
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-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
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-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
jar-checksums:
[mkdir] Created dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null2029690886
[copy] Copying 247 files to
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null2029690886
[delete] Deleting directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null2029690886
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 19ms :: 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: 196 minutes 17 seconds
Archiving artifacts
WARN: No artifacts found that match the file pattern
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
WARN: java.lang.InterruptedException: no matches found within 10000
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]