Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2561/
2 tests failed.
FAILED:
org.apache.solr.common.cloud.TestCloudCollectionsListeners.testCollectionDeletion
Error Message:
Could not load collection from ZK: testcollection1
Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK:
testcollection1
at
__randomizedtesting.SeedInfo.seed([C7A6837356307D97:16FB8B77FFC3A461]: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.testCollectionDeletion(TestCloudCollectionsListeners.java:137)
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/testcollection1/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.testWatchesWorkForBothStateFormats
Error Message:
CloudCollectionsListener has new collections with size > 0 after registration
expected:<0> but was:<1>
Stack Trace:
java.lang.AssertionError: CloudCollectionsListener has new collections with
size > 0 after registration expected:<0> but was:<1>
at
__randomizedtesting.SeedInfo.seed([C7A6837356307D97:EF0AA9800594B35]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at
org.apache.solr.common.cloud.TestCloudCollectionsListeners.testWatchesWorkForBothStateFormats(TestCloudCollectionsListeners.java:218)
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 15957 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_C7A6837356307D97-001/init-core-data-001
[junit4] 2> 195729 WARN
(SUITE-TestCloudCollectionsListeners-seed#[C7A6837356307D97]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=115 numCloses=115
[junit4] 2> 195730 INFO
(SUITE-TestCloudCollectionsListeners-seed#[C7A6837356307D97]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 195765 INFO
(SUITE-TestCloudCollectionsListeners-seed#[C7A6837356307D97]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 195765 INFO
(SUITE-TestCloudCollectionsListeners-seed#[C7A6837356307D97]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 195768 INFO
(SUITE-TestCloudCollectionsListeners-seed#[C7A6837356307D97]-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_C7A6837356307D97-001/tempDir-001
[junit4] 2> 195821 INFO
(SUITE-TestCloudCollectionsListeners-seed#[C7A6837356307D97]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 195948 INFO (Thread-23) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 195948 INFO (Thread-23) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 196277 INFO
(SUITE-TestCloudCollectionsListeners-seed#[C7A6837356307D97]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:35720
[junit4] 2> 196841 ERROR (Thread-23) [ ] 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> 197169 INFO (zkConnectionManagerCallback-11-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 197425 INFO (jetty-launcher-8-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> 197427 INFO (jetty-launcher-8-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> 197442 INFO (jetty-launcher-8-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> 197443 INFO (jetty-launcher-8-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> 197476 INFO (jetty-launcher-8-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 197476 INFO (jetty-launcher-8-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 197477 INFO (jetty-launcher-8-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 197477 INFO (jetty-launcher-8-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@495f406e{/solr,null,AVAILABLE}
[junit4] 2> 197479 INFO (jetty-launcher-8-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 197479 INFO (jetty-launcher-8-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 197479 INFO (jetty-launcher-8-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 197479 INFO (jetty-launcher-8-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@8f86650{/solr,null,AVAILABLE}
[junit4] 2> 197480 INFO (jetty-launcher-8-thread-2) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@6120ec1a{HTTP/1.1,[http/1.1]}{127.0.0.1:34363}
[junit4] 2> 197537 INFO (jetty-launcher-8-thread-4) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 197537 INFO (jetty-launcher-8-thread-4) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 197537 INFO (jetty-launcher-8-thread-4) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 197549 INFO (jetty-launcher-8-thread-2) [ ] o.e.j.s.Server
Started @197627ms
[junit4] 2> 197549 INFO (jetty-launcher-8-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=34363}
[junit4] 2> 197550 ERROR (jetty-launcher-8-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 197550 INFO (jetty-launcher-8-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 197550 INFO (jetty-launcher-8-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 197550 INFO (jetty-launcher-8-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 197550 INFO (jetty-launcher-8-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 197550 INFO (jetty-launcher-8-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-06-11T16:33:39.785Z
[junit4] 2> 197550 INFO (jetty-launcher-8-thread-2) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 197562 INFO (jetty-launcher-8-thread-1) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@683cc0eb{HTTP/1.1,[http/1.1]}{127.0.0.1:40499}
[junit4] 2> 197562 INFO (jetty-launcher-8-thread-1) [ ] o.e.j.s.Server
Started @197709ms
[junit4] 2> 197655 INFO (jetty-launcher-8-thread-3) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 197655 INFO (jetty-launcher-8-thread-3) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 197655 INFO (jetty-launcher-8-thread-3) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 197656 INFO (jetty-launcher-8-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@5e11b928{/solr,null,AVAILABLE}
[junit4] 2> 197656 INFO (jetty-launcher-8-thread-3) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@4479dd58{HTTP/1.1,[http/1.1]}{127.0.0.1:42110}
[junit4] 2> 197656 INFO (jetty-launcher-8-thread-3) [ ] o.e.j.s.Server
Started @197804ms
[junit4] 2> 197657 INFO (jetty-launcher-8-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=42110}
[junit4] 2> 197657 ERROR (jetty-launcher-8-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 197657 INFO (jetty-launcher-8-thread-3) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 197657 INFO (jetty-launcher-8-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 197657 INFO (jetty-launcher-8-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 197657 INFO (jetty-launcher-8-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 197657 INFO (jetty-launcher-8-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-06-11T16:33:39.892Z
[junit4] 2> 197562 INFO (jetty-launcher-8-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=40499}
[junit4] 2> 197692 ERROR (jetty-launcher-8-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 197692 INFO (jetty-launcher-8-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 197693 INFO (jetty-launcher-8-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 197693 INFO (jetty-launcher-8-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 197693 INFO (jetty-launcher-8-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 197693 INFO (jetty-launcher-8-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-06-11T16:33:39.928Z
[junit4] 2> 197697 INFO (jetty-launcher-8-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3ffab031{/solr,null,AVAILABLE}
[junit4] 2> 197698 INFO (jetty-launcher-8-thread-4) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@27196dd9{HTTP/1.1,[http/1.1]}{127.0.0.1:35149}
[junit4] 2> 197698 INFO (jetty-launcher-8-thread-4) [ ] o.e.j.s.Server
Started @197845ms
[junit4] 2> 197698 INFO (jetty-launcher-8-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=35149}
[junit4] 2> 197698 ERROR (jetty-launcher-8-thread-4) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 197698 INFO (jetty-launcher-8-thread-4) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 197698 INFO (jetty-launcher-8-thread-4) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 197699 INFO (jetty-launcher-8-thread-4) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 197699 INFO (jetty-launcher-8-thread-4) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 197699 INFO (jetty-launcher-8-thread-4) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-06-11T16:33:39.934Z
[junit4] 2> 197782 INFO (zkConnectionManagerCallback-19-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 197794 INFO (zkConnectionManagerCallback-15-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 197794 INFO (zkConnectionManagerCallback-13-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 197806 INFO (jetty-launcher-8-thread-4) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 197972 INFO (zkConnectionManagerCallback-17-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 198026 INFO (jetty-launcher-8-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 198026 INFO (jetty-launcher-8-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 198264 INFO (jetty-launcher-8-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 198684 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
0x10293f4a9770003, likely client has closed socket
[junit4] 2> 199481 INFO (jetty-launcher-8-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35720/solr
[junit4] 2> 199948 INFO (zkConnectionManagerCallback-23-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 200046 INFO (jetty-launcher-8-thread-4) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35720/solr
[junit4] 2> 200215 INFO (jetty-launcher-8-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35720/solr
[junit4] 2> 200249 INFO (jetty-launcher-8-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35720/solr
[junit4] 2> 200250 INFO (zkConnectionManagerCallback-27-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 200521 INFO (zkConnectionManagerCallback-32-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 200546 INFO (zkConnectionManagerCallback-35-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 200603 INFO (zkConnectionManagerCallback-37-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 200798 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
0x10293f4a9770007, likely client has closed socket
[junit4] 2> 200799 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
0x10293f4a9770008, likely client has closed socket
[junit4] 2> 200816 INFO (zkConnectionManagerCallback-39-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 201038 INFO (zkConnectionManagerCallback-43-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 201128 INFO (zkConnectionManagerCallback-41-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 201799 WARN (jetty-launcher-8-thread-1)
[n:127.0.0.1:40499_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> 201800 WARN (jetty-launcher-8-thread-3)
[n:127.0.0.1:42110_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> 201817 WARN (jetty-launcher-8-thread-2)
[n:127.0.0.1:34363_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> 201852 WARN (jetty-launcher-8-thread-4)
[n:127.0.0.1:35149_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> 202157 INFO (jetty-launcher-8-thread-1)
[n:127.0.0.1:40499_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 202157 INFO (jetty-launcher-8-thread-4)
[n:127.0.0.1:35149_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 202160 INFO (jetty-launcher-8-thread-4)
[n:127.0.0.1:35149_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:35149_solr
[junit4] 2> 202160 INFO (jetty-launcher-8-thread-3)
[n:127.0.0.1:42110_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 202161 INFO (jetty-launcher-8-thread-2)
[n:127.0.0.1:34363_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 202179 INFO (jetty-launcher-8-thread-1)
[n:127.0.0.1:40499_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:40499_solr
[junit4] 2> 202233 INFO (jetty-launcher-8-thread-3)
[n:127.0.0.1:42110_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:42110_solr
[junit4] 2> 202235 INFO (jetty-launcher-8-thread-2)
[n:127.0.0.1:34363_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:34363_solr
[junit4] 2> 202286 INFO (jetty-launcher-8-thread-4)
[n:127.0.0.1:35149_solr ] o.a.s.c.Overseer Overseer
(id=72783223015800842-127.0.0.1:35149_solr-n_0000000000) starting
[junit4] 2> 202421 INFO (zkCallback-38-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 202422 INFO (zkCallback-42-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 202424 INFO (zkCallback-40-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 202453 INFO (zkCallback-38-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
[junit4] 2> 202508 INFO (zkCallback-36-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 203197 INFO (zkConnectionManagerCallback-67-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 203249 INFO (zkConnectionManagerCallback-65-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 203259 INFO (zkConnectionManagerCallback-63-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 203261 INFO (jetty-launcher-8-thread-1)
[n:127.0.0.1:40499_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 203270 INFO (zkConnectionManagerCallback-71-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 203318 INFO (jetty-launcher-8-thread-2)
[n:127.0.0.1:34363_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 203368 INFO (jetty-launcher-8-thread-1)
[n:127.0.0.1:40499_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:35720/solr ready
[junit4] 2> 203390 INFO (jetty-launcher-8-thread-2)
[n:127.0.0.1:34363_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:35720/solr ready
[junit4] 2> 203407 INFO (jetty-launcher-8-thread-4)
[n:127.0.0.1:35149_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 203455 INFO (jetty-launcher-8-thread-3)
[n:127.0.0.1:42110_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 203462 WARN (jetty-launcher-8-thread-1)
[n:127.0.0.1:40499_solr ] o.a.s.h.a.MetricsHistoryHandler Missing .system,
keeping metrics history in memory
[junit4] 2> 203464 INFO (jetty-launcher-8-thread-4)
[n:127.0.0.1:35149_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:35720/solr ready
[junit4] 2> 203471 INFO (jetty-launcher-8-thread-3)
[n:127.0.0.1:42110_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:35720/solr ready
[junit4] 2> 203623 WARN (jetty-launcher-8-thread-3)
[n:127.0.0.1:42110_solr ] o.a.s.h.a.MetricsHistoryHandler Missing .system,
keeping metrics history in memory
[junit4] 2> 203672 WARN (jetty-launcher-8-thread-2)
[n:127.0.0.1:34363_solr ] o.a.s.h.a.MetricsHistoryHandler Missing .system,
keeping metrics history in memory
[junit4] 2> 204203 INFO (jetty-launcher-8-thread-1)
[n:127.0.0.1:40499_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40499.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@547c58e3
[junit4] 2> 204431 INFO (jetty-launcher-8-thread-1)
[n:127.0.0.1:40499_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40499.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@547c58e3
[junit4] 2> 204431 INFO (jetty-launcher-8-thread-1)
[n:127.0.0.1:40499_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40499.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@547c58e3
[junit4] 2> 204539 INFO (jetty-launcher-8-thread-1)
[n:127.0.0.1:40499_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_C7A6837356307D97-001/tempDir-001/node1/.
[junit4] 2> 204560 INFO (jetty-launcher-8-thread-3)
[n:127.0.0.1:42110_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_42110.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@547c58e3
[junit4] 2> 204745 INFO (jetty-launcher-8-thread-3)
[n:127.0.0.1:42110_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_42110.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@547c58e3
[junit4] 2> 204745 INFO (jetty-launcher-8-thread-3)
[n:127.0.0.1:42110_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_42110.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@547c58e3
[junit4] 2> 204877 INFO (jetty-launcher-8-thread-4)
[n:127.0.0.1:35149_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 204877 INFO (jetty-launcher-8-thread-4)
[n:127.0.0.1:35149_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:35149_solr
[junit4] 2> 204945 INFO (zkCallback-70-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 204960 INFO (zkCallback-42-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 204961 INFO (zkCallback-36-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 204981 INFO (zkCallback-40-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 204988 INFO (jetty-launcher-8-thread-2)
[n:127.0.0.1:34363_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_34363.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@547c58e3
[junit4] 2> 205022 INFO (jetty-launcher-8-thread-3)
[n:127.0.0.1:42110_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_C7A6837356307D97-001/tempDir-001/node3/.
[junit4] 2> 205026 INFO
(OverseerStateUpdate-72783223015800842-127.0.0.1:35149_solr-n_0000000000) [
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 205451 INFO (zkCallback-64-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 205451 INFO (zkCallback-66-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 205452 INFO (zkCallback-62-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 205573 INFO (jetty-launcher-8-thread-2)
[n:127.0.0.1:34363_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_34363.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@547c58e3
[junit4] 2> 205573 INFO (jetty-launcher-8-thread-2)
[n:127.0.0.1:34363_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_34363.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@547c58e3
[junit4] 2> 205607 INFO (jetty-launcher-8-thread-2)
[n:127.0.0.1:34363_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_C7A6837356307D97-001/tempDir-001/node2/.
[junit4] 2> 205692 WARN (jetty-launcher-8-thread-4)
[n:127.0.0.1:35149_solr ] o.a.s.h.a.MetricsHistoryHandler Missing .system,
keeping metrics history in memory
[junit4] 2> 205951 INFO (jetty-launcher-8-thread-4)
[n:127.0.0.1:35149_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35149.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@547c58e3
[junit4] 2> 206059 INFO (jetty-launcher-8-thread-4)
[n:127.0.0.1:35149_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35149.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@547c58e3
[junit4] 2> 206059 INFO (jetty-launcher-8-thread-4)
[n:127.0.0.1:35149_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35149.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@547c58e3
[junit4] 2> 206060 INFO (jetty-launcher-8-thread-4)
[n:127.0.0.1:35149_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_C7A6837356307D97-001/tempDir-001/node4/.
[junit4] 2> 207363 INFO (zkConnectionManagerCallback-77-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 207680 INFO (zkConnectionManagerCallback-82-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 207985 INFO
(SUITE-TestCloudCollectionsListeners-seed#[C7A6837356307D97]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 208079 INFO
(SUITE-TestCloudCollectionsListeners-seed#[C7A6837356307D97]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35720/solr ready
[junit4] 2> 208927 INFO
(TEST-TestCloudCollectionsListeners.testSimpleCloudCollectionsListener-seed#[C7A6837356307D97])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testSimpleCloudCollectionsListener
[junit4] 2> 209224 INFO (zkConnectionManagerCallback-84-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 209256 INFO
(TEST-TestCloudCollectionsListeners.testSimpleCloudCollectionsListener-seed#[C7A6837356307D97])
[ ] o.a.s.c.c.TestCloudCollectionsListeners New set of collections: [], []
[junit4] 2> 209318 INFO
(TEST-TestCloudCollectionsListeners.testSimpleCloudCollectionsListener-seed#[C7A6837356307D97])
[ ] o.a.s.c.c.TestCloudCollectionsListeners New set of collections: [], []
[junit4] 2> 209428 INFO (qtp1141534930-182) [n:127.0.0.1:42110_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
async=3f8710e6-7406-45e3-b58f-798fe79ee1f1&replicationFactor=1&collection.configName=config&name=testcollection1&nrtReplicas=1&action=CREATE&numShards=4&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 209685 INFO (qtp1141534930-182) [n:127.0.0.1:42110_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={async=3f8710e6-7406-45e3-b58f-798fe79ee1f1&replicationFactor=1&collection.configName=config&name=testcollection1&nrtReplicas=1&action=CREATE&numShards=4&wt=javabin&version=2}
status=0 QTime=256
[junit4] 2> 209706 INFO (qtp1141534930-168) [n:127.0.0.1:42110_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with
params
requestid=3f8710e6-7406-45e3-b58f-798fe79ee1f1&action=REQUESTSTATUS&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 209810 INFO (qtp1141534930-168) [n:127.0.0.1:42110_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={requestid=3f8710e6-7406-45e3-b58f-798fe79ee1f1&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=104
[junit4] 2> 209853 INFO (OverseerThreadFactory-84-thread-1) [ ]
o.a.s.c.a.c.CreateCollectionCmd Create collection testcollection1
[junit4] 2> 210233 INFO (zkCallback-81-thread-1) [ ]
o.a.s.c.c.TestCloudCollectionsListeners New set of collections: [],
[testcollection1]
[junit4] 2> 210233 INFO (zkCallback-81-thread-1) [ ]
o.a.s.c.c.TestCloudCollectionsListeners New set of collections: [],
[testcollection1]
[junit4] 2> 210581 INFO
(OverseerStateUpdate-72783223015800842-127.0.0.1:35149_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":"http://127.0.0.1:34363/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 210616 INFO
(OverseerStateUpdate-72783223015800842-127.0.0.1:35149_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_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:35149/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 210634 INFO
(OverseerStateUpdate-72783223015800842-127.0.0.1:35149_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":"http://127.0.0.1:42110/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 210687 INFO
(OverseerStateUpdate-72783223015800842-127.0.0.1:35149_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":"http://127.0.0.1:40499/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 210822 INFO (qtp1141534930-168) [n:127.0.0.1:42110_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with
params
requestid=3f8710e6-7406-45e3-b58f-798fe79ee1f1&action=REQUESTSTATUS&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 210835 INFO (qtp1141534930-168) [n:127.0.0.1:42110_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={requestid=3f8710e6-7406-45e3-b58f-798fe79ee1f1&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=12
[junit4] 2> 211041 INFO (qtp442559509-163) [n:127.0.0.1:40499_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=3f8710e6-7406-45e3-b58f-798fe79ee1f111072233838229444&coreNodeName=core_node8&name=testcollection1_shard4_replica_n6&action=CREATE&numShards=4&shard=shard4&wt=javabin}
status=0 QTime=25
[junit4] 2> 211042 INFO
(parallelCoreAdminExecutor-72-thread-1-processing-n:127.0.0.1:40499_solr
x:testcollection1_shard4_replica_n6
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233838229444 CREATE)
[n:127.0.0.1:40499_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=3f8710e6-7406-45e3-b58f-798fe79ee1f111072233838229444&coreNodeName=core_node8&name=testcollection1_shard4_replica_n6&action=CREATE&numShards=4&shard=shard4&wt=javabin
[junit4] 2> 211044 INFO
(parallelCoreAdminExecutor-72-thread-1-processing-n:127.0.0.1:40499_solr
x:testcollection1_shard4_replica_n6
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233838229444 CREATE)
[n:127.0.0.1:40499_solr x:testcollection1_shard4_replica_n6]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 211094 INFO (qtp1141534930-167) [n:127.0.0.1:42110_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=3f8710e6-7406-45e3-b58f-798fe79ee1f111072233805300634&coreNodeName=core_node7&name=testcollection1_shard3_replica_n4&action=CREATE&numShards=4&shard=shard3&wt=javabin}
status=0 QTime=64
[junit4] 2> 211185 INFO (qtp2121372010-176) [n:127.0.0.1:35149_solr
x:testcollection1_shard2_replica_n2] 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=3f8710e6-7406-45e3-b58f-798fe79ee1f111072233787557353&coreNodeName=core_node5&name=testcollection1_shard2_replica_n2&action=CREATE&numShards=4&shard=shard2&wt=javabin}
status=0 QTime=0
[junit4] 2> 211186 INFO
(parallelCoreAdminExecutor-70-thread-1-processing-n:127.0.0.1:42110_solr
x:testcollection1_shard3_replica_n4
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233805300634 CREATE)
[n:127.0.0.1:42110_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=3f8710e6-7406-45e3-b58f-798fe79ee1f111072233805300634&coreNodeName=core_node7&name=testcollection1_shard3_replica_n4&action=CREATE&numShards=4&shard=shard3&wt=javabin
[junit4] 2> 211187 INFO
(parallelCoreAdminExecutor-70-thread-1-processing-n:127.0.0.1:42110_solr
x:testcollection1_shard3_replica_n4
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233805300634 CREATE)
[n:127.0.0.1:42110_solr x:testcollection1_shard3_replica_n4]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 211203 INFO
(parallelCoreAdminExecutor-85-thread-1-processing-n:127.0.0.1:35149_solr
x:testcollection1_shard2_replica_n2
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233787557353 CREATE)
[n:127.0.0.1:35149_solr x:testcollection1_shard2_replica_n2]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=config&newCollection=true&collection=testcollection1&version=2&replicaType=NRT&async=3f8710e6-7406-45e3-b58f-798fe79ee1f111072233787557353&coreNodeName=core_node5&name=testcollection1_shard2_replica_n2&action=CREATE&numShards=4&shard=shard2&wt=javabin
[junit4] 2> 211205 INFO (qtp1321254343-154) [n:127.0.0.1:34363_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=3f8710e6-7406-45e3-b58f-798fe79ee1f111072233733848482&coreNodeName=core_node3&name=testcollection1_shard1_replica_n1&action=CREATE&numShards=4&shard=shard1&wt=javabin}
status=0 QTime=21
[junit4] 2> 211206 INFO
(parallelCoreAdminExecutor-71-thread-1-processing-n:127.0.0.1:34363_solr
x:testcollection1_shard1_replica_n1
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233733848482 CREATE)
[n:127.0.0.1:34363_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=3f8710e6-7406-45e3-b58f-798fe79ee1f111072233733848482&coreNodeName=core_node3&name=testcollection1_shard1_replica_n1&action=CREATE&numShards=4&shard=shard1&wt=javabin
[junit4] 2> 211281 INFO
(parallelCoreAdminExecutor-71-thread-1-processing-n:127.0.0.1:34363_solr
x:testcollection1_shard1_replica_n1
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233733848482 CREATE)
[n:127.0.0.1:34363_solr x:testcollection1_shard1_replica_n1]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 211318 INFO (qtp1141534930-183) [n:127.0.0.1:42110_solr ]
o.a.s.h.a.CoreAdminOperation Checking request status for :
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233805300634
[junit4] 2> 211319 INFO (qtp1141534930-183) [n:127.0.0.1:42110_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&requestid=3f8710e6-7406-45e3-b58f-798fe79ee1f111072233805300634&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 211855 INFO (qtp1141534930-171) [n:127.0.0.1:42110_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with
params
requestid=3f8710e6-7406-45e3-b58f-798fe79ee1f1&action=REQUESTSTATUS&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 211896 INFO (qtp1141534930-171) [n:127.0.0.1:42110_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={requestid=3f8710e6-7406-45e3-b58f-798fe79ee1f1&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=41
[junit4] 2> 212335 INFO (qtp1141534930-170) [n:127.0.0.1:42110_solr ]
o.a.s.h.a.CoreAdminOperation Checking request status for :
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233805300634
[junit4] 2> 212335 INFO (qtp1141534930-170) [n:127.0.0.1:42110_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&requestid=3f8710e6-7406-45e3-b58f-798fe79ee1f111072233805300634&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 212611 INFO
(parallelCoreAdminExecutor-85-thread-1-processing-n:127.0.0.1:35149_solr
x:testcollection1_shard2_replica_n2
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233787557353 CREATE)
[n:127.0.0.1:35149_solr c:testcollection1 s:shard2 r:core_node5
x:testcollection1_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 8.0.0
[junit4] 2> 212717 INFO
(parallelCoreAdminExecutor-72-thread-1-processing-n:127.0.0.1:40499_solr
x:testcollection1_shard4_replica_n6
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233838229444 CREATE)
[n:127.0.0.1:40499_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> 212997 INFO (qtp1141534930-182) [n:127.0.0.1:42110_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with
params
requestid=3f8710e6-7406-45e3-b58f-798fe79ee1f1&action=REQUESTSTATUS&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 213035 INFO (qtp1141534930-182) [n:127.0.0.1:42110_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={requestid=3f8710e6-7406-45e3-b58f-798fe79ee1f1&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=37
[junit4] 2> 213073 INFO
(parallelCoreAdminExecutor-71-thread-1-processing-n:127.0.0.1:34363_solr
x:testcollection1_shard1_replica_n1
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233733848482 CREATE)
[n:127.0.0.1:34363_solr c:testcollection1 s:shard1 r:core_node3
x:testcollection1_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 8.0.0
[junit4] 2> 213137 INFO
(parallelCoreAdminExecutor-70-thread-1-processing-n:127.0.0.1:42110_solr
x:testcollection1_shard3_replica_n4
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233805300634 CREATE)
[n:127.0.0.1:42110_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> 213252 INFO
(parallelCoreAdminExecutor-72-thread-1-processing-n:127.0.0.1:40499_solr
x:testcollection1_shard4_replica_n6
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233838229444 CREATE)
[n:127.0.0.1:40499_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> 213263 INFO
(parallelCoreAdminExecutor-70-thread-1-processing-n:127.0.0.1:42110_solr
x:testcollection1_shard3_replica_n4
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233805300634 CREATE)
[n:127.0.0.1:42110_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> 213292 INFO
(parallelCoreAdminExecutor-71-thread-1-processing-n:127.0.0.1:34363_solr
x:testcollection1_shard1_replica_n1
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233733848482 CREATE)
[n:127.0.0.1:34363_solr c:testcollection1 s:shard1 r:core_node3
x:testcollection1_shard1_replica_n1] o.a.s.s.IndexSchema
[testcollection1_shard1_replica_n1] Schema name=test
[junit4] 2> 213307 INFO
(parallelCoreAdminExecutor-85-thread-1-processing-n:127.0.0.1:35149_solr
x:testcollection1_shard2_replica_n2
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233787557353 CREATE)
[n:127.0.0.1:35149_solr c:testcollection1 s:shard2 r:core_node5
x:testcollection1_shard2_replica_n2] o.a.s.s.IndexSchema
[testcollection1_shard2_replica_n2] Schema name=test
[junit4] 2> 213346 INFO (qtp1141534930-170) [n:127.0.0.1:42110_solr ]
o.a.s.h.a.CoreAdminOperation Checking request status for :
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233805300634
[junit4] 2> 213347 INFO (qtp1141534930-170) [n:127.0.0.1:42110_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&requestid=3f8710e6-7406-45e3-b58f-798fe79ee1f111072233805300634&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 214065 INFO (qtp1141534930-171) [n:127.0.0.1:42110_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with
params
requestid=3f8710e6-7406-45e3-b58f-798fe79ee1f1&action=REQUESTSTATUS&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 214247 INFO (qtp1141534930-171) [n:127.0.0.1:42110_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={requestid=3f8710e6-7406-45e3-b58f-798fe79ee1f1&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=182
[junit4] 2> 214358 INFO (qtp1141534930-170) [n:127.0.0.1:42110_solr ]
o.a.s.h.a.CoreAdminOperation Checking request status for :
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233805300634
[junit4] 2> 214358 INFO (qtp1141534930-170) [n:127.0.0.1:42110_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&requestid=3f8710e6-7406-45e3-b58f-798fe79ee1f111072233805300634&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 215253 INFO (qtp1141534930-182) [n:127.0.0.1:42110_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with
params
requestid=3f8710e6-7406-45e3-b58f-798fe79ee1f1&action=REQUESTSTATUS&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 215261 INFO (qtp1141534930-182) [n:127.0.0.1:42110_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={requestid=3f8710e6-7406-45e3-b58f-798fe79ee1f1&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=7
[junit4] 2> 215624 INFO (qtp1141534930-170) [n:127.0.0.1:42110_solr ]
o.a.s.h.a.CoreAdminOperation Checking request status for :
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233805300634
[junit4] 2> 215624 INFO (qtp1141534930-170) [n:127.0.0.1:42110_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&requestid=3f8710e6-7406-45e3-b58f-798fe79ee1f111072233805300634&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 215678 WARN
(parallelCoreAdminExecutor-72-thread-1-processing-n:127.0.0.1:40499_solr
x:testcollection1_shard4_replica_n6
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233838229444 CREATE)
[n:127.0.0.1:40499_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> 215695 WARN
(parallelCoreAdminExecutor-71-thread-1-processing-n:127.0.0.1:34363_solr
x:testcollection1_shard1_replica_n1
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233733848482 CREATE)
[n:127.0.0.1:34363_solr c:testcollection1 s:shard1 r:core_node3
x:testcollection1_shard1_replica_n1] o.a.s.c.SolrResourceLoader Solr loaded a
deprecated plugin/analysis class [solr.GeoHashField]. Please consult
documentation how to replace it accordingly.
[junit4] 2> 215703 WARN
(parallelCoreAdminExecutor-85-thread-1-processing-n:127.0.0.1:35149_solr
x:testcollection1_shard2_replica_n2
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233787557353 CREATE)
[n:127.0.0.1:35149_solr c:testcollection1 s:shard2 r:core_node5
x:testcollection1_shard2_replica_n2] o.a.s.c.SolrResourceLoader Solr loaded a
deprecated plugin/analysis class [solr.GeoHashField]. Please consult
documentation how to replace it accordingly.
[junit4] 2> 215733 WARN
(parallelCoreAdminExecutor-72-thread-1-processing-n:127.0.0.1:40499_solr
x:testcollection1_shard4_replica_n6
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233838229444 CREATE)
[n:127.0.0.1:40499_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> 215768 WARN
(parallelCoreAdminExecutor-85-thread-1-processing-n:127.0.0.1:35149_solr
x:testcollection1_shard2_replica_n2
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233787557353 CREATE)
[n:127.0.0.1:35149_solr c:testcollection1 s:shard2 r:core_node5
x:testcollection1_shard2_replica_n2] o.a.s.c.SolrResourceLoader Solr loaded a
deprecated plugin/analysis class [solr.LatLonType]. Please consult
documentation how to replace it accordingly.
[junit4] 2> 215784 WARN
(parallelCoreAdminExecutor-71-thread-1-processing-n:127.0.0.1:34363_solr
x:testcollection1_shard1_replica_n1
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233733848482 CREATE)
[n:127.0.0.1:34363_solr c:testcollection1 s:shard1 r:core_node3
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> 215807 WARN
(parallelCoreAdminExecutor-72-thread-1-processing-n:127.0.0.1:40499_solr
x:testcollection1_shard4_replica_n6
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233838229444 CREATE)
[n:127.0.0.1:40499_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> 215807 WARN
(parallelCoreAdminExecutor-72-thread-1-processing-n:127.0.0.1:40499_solr
x:testcollection1_shard4_replica_n6
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233838229444 CREATE)
[n:127.0.0.1:40499_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> 215808 INFO
(parallelCoreAdminExecutor-72-thread-1-processing-n:127.0.0.1:40499_solr
x:testcollection1_shard4_replica_n6
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233838229444 CREATE)
[n:127.0.0.1:40499_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> 215822 WARN
(parallelCoreAdminExecutor-85-thread-1-processing-n:127.0.0.1:35149_solr
x:testcollection1_shard2_replica_n2
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233787557353 CREATE)
[n:127.0.0.1:35149_solr c:testcollection1 s:shard2 r:core_node5
x:testcollection1_shard2_replica_n2] o.a.s.s.IndexSchema Field lowerfilt1and2
is not multivalued and destination for multiple copyFields (2)
[junit4] 2> 215822 WARN
(parallelCoreAdminExecutor-85-thread-1-processing-n:127.0.0.1:35149_solr
x:testcollection1_shard2_replica_n2
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233787557353 CREATE)
[n:127.0.0.1:35149_solr c:testcollection1 s:shard2 r:core_node5
x:testcollection1_shard2_replica_n2] o.a.s.s.IndexSchema Field text is not
multivalued and destination for multiple copyFields (3)
[junit4] 2> 215822 INFO
(parallelCoreAdminExecutor-85-thread-1-processing-n:127.0.0.1:35149_solr
x:testcollection1_shard2_replica_n2
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233787557353 CREATE)
[n:127.0.0.1:35149_solr c:testcollection1 s:shard2 r:core_node5
x:testcollection1_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema test/1.6
with uniqueid field id
[junit4] 2> 215858 WARN
(parallelCoreAdminExecutor-71-thread-1-processing-n:127.0.0.1:34363_solr
x:testcollection1_shard1_replica_n1
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233733848482 CREATE)
[n:127.0.0.1:34363_solr c:testcollection1 s:shard1 r:core_node3
x:testcollection1_shard1_replica_n1] o.a.s.s.IndexSchema Field lowerfilt1and2
is not multivalued and destination for multiple copyFields (2)
[junit4] 2> 215858 WARN
(parallelCoreAdminExecutor-71-thread-1-processing-n:127.0.0.1:34363_solr
x:testcollection1_shard1_replica_n1
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233733848482 CREATE)
[n:127.0.0.1:34363_solr c:testcollection1 s:shard1 r:core_node3
x:testcollection1_shard1_replica_n1] o.a.s.s.IndexSchema Field text is not
multivalued and destination for multiple copyFields (3)
[junit4] 2> 215859 INFO
(parallelCoreAdminExecutor-71-thread-1-processing-n:127.0.0.1:34363_solr
x:testcollection1_shard1_replica_n1
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233733848482 CREATE)
[n:127.0.0.1:34363_solr c:testcollection1 s:shard1 r:core_node3
x:testcollection1_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.6
with uniqueid field id
[junit4] 2> 215861 INFO
(parallelCoreAdminExecutor-72-thread-1-processing-n:127.0.0.1:40499_solr
x:testcollection1_shard4_replica_n6
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233838229444 CREATE)
[n:127.0.0.1:40499_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> 215878 INFO
(parallelCoreAdminExecutor-85-thread-1-processing-n:127.0.0.1:35149_solr
x:testcollection1_shard2_replica_n2
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233787557353 CREATE)
[n:127.0.0.1:35149_solr c:testcollection1 s:shard2 r:core_node5
x:testcollection1_shard2_replica_n2] o.a.s.c.CoreContainer Creating SolrCore
'testcollection1_shard2_replica_n2' using configuration from collection
testcollection1, trusted=true
[junit4] 2> 215969 WARN
(parallelCoreAdminExecutor-70-thread-1-processing-n:127.0.0.1:42110_solr
x:testcollection1_shard3_replica_n4
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233805300634 CREATE)
[n:127.0.0.1:42110_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> 215969 WARN
(parallelCoreAdminExecutor-70-thread-1-processing-n:127.0.0.1:42110_solr
x:testcollection1_shard3_replica_n4
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233805300634 CREATE)
[n:127.0.0.1:42110_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> 215970 INFO
(parallelCoreAdminExecutor-70-thread-1-processing-n:127.0.0.1:42110_solr
x:testcollection1_shard3_replica_n4
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233805300634 CREATE)
[n:127.0.0.1:42110_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> 215970 INFO
(parallelCoreAdminExecutor-70-thread-1-processing-n:127.0.0.1:42110_solr
x:testcollection1_shard3_replica_n4
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233805300634 CREATE)
[n:127.0.0.1:42110_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> 215971 INFO
(parallelCoreAdminExecutor-71-thread-1-processing-n:127.0.0.1:34363_solr
x:testcollection1_shard1_replica_n1
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233733848482 CREATE)
[n:127.0.0.1:34363_solr c:testcollection1 s:shard1 r:core_node3
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> 216114 INFO
(parallelCoreAdminExecutor-70-thread-1-processing-n:127.0.0.1:42110_solr
x:testcollection1_shard3_replica_n4
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233805300634 CREATE)
[n:127.0.0.1:42110_solr c:testcollection1 s:shard3 r:core_node7
x:testcollection1_shard3_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring
for 'solr_42110.solr.core.testcollection1.shard3.replica_n4' (registry
'solr.core.testcollection1.shard3.replica_n4') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@547c58e3
[junit4] 2> 216114 INFO
(parallelCoreAdminExecutor-70-thread-1-processing-n:127.0.0.1:42110_solr
x:testcollection1_shard3_replica_n4
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233805300634 CREATE)
[n:127.0.0.1:42110_solr c:testcollection1 s:shard3 r:core_node7
x:testcollection1_shard3_replica_n4] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 216114 INFO
(parallelCoreAdminExecutor-70-thread-1-processing-n:127.0.0.1:42110_solr
x:testcollection1_shard3_replica_n4
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233805300634 CREATE)
[n:127.0.0.1:42110_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_C7A6837356307D97-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_C7A6837356307D97-001/tempDir-001/node3/./testcollection1_shard3_replica_n4/data/]
[junit4] 2> 216115 INFO
(parallelCoreAdminExecutor-71-thread-1-processing-n:127.0.0.1:34363_solr
x:testcollection1_shard1_replica_n1
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233733848482 CREATE)
[n:127.0.0.1:34363_solr c:testcollection1 s:shard1 r:core_node3
x:testcollection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring
for 'solr_34363.solr.core.testcollection1.shard1.replica_n1' (registry
'solr.core.testcollection1.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@547c58e3
[junit4] 2> 216115 INFO
(parallelCoreAdminExecutor-71-thread-1-processing-n:127.0.0.1:34363_solr
x:testcollection1_shard1_replica_n1
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233733848482 CREATE)
[n:127.0.0.1:34363_solr c:testcollection1 s:shard1 r:core_node3
x:testcollection1_shard1_replica_n1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 216115 INFO
(parallelCoreAdminExecutor-71-thread-1-processing-n:127.0.0.1:34363_solr
x:testcollection1_shard1_replica_n1
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233733848482 CREATE)
[n:127.0.0.1:34363_solr c:testcollection1 s:shard1 r:core_node3
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_C7A6837356307D97-001/tempDir-001/node2/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_C7A6837356307D97-001/tempDir-001/node2/./testcollection1_shard1_replica_n1/data/]
[junit4] 2> 216115 INFO
(parallelCoreAdminExecutor-85-thread-1-processing-n:127.0.0.1:35149_solr
x:testcollection1_shard2_replica_n2
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233787557353 CREATE)
[n:127.0.0.1:35149_solr c:testcollection1 s:shard2 r:core_node5
x:testcollection1_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring
for 'solr_35149.solr.core.testcollection1.shard2.replica_n2' (registry
'solr.core.testcollection1.shard2.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@547c58e3
[junit4] 2> 216115 INFO
(parallelCoreAdminExecutor-85-thread-1-processing-n:127.0.0.1:35149_solr
x:testcollection1_shard2_replica_n2
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233787557353 CREATE)
[n:127.0.0.1:35149_solr c:testcollection1 s:shard2 r:core_node5
x:testcollection1_shard2_replica_n2] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 216115 INFO
(parallelCoreAdminExecutor-85-thread-1-processing-n:127.0.0.1:35149_solr
x:testcollection1_shard2_replica_n2
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233787557353 CREATE)
[n:127.0.0.1:35149_solr c:testcollection1 s:shard2 r:core_node5
x:testcollection1_shard2_replica_n2] o.a.s.c.SolrCore
[[testcollection1_shard2_replica_n2] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCloudCollectionsListeners_C7A6837356307D97-001/tempDir-001/node4/testcollection1_shard2_replica_n2],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCloudCollectionsListeners_C7A6837356307D97-001/tempDir-001/node4/./testcollection1_shard2_replica_n2/data/]
[junit4] 2> 216134 INFO
(parallelCoreAdminExecutor-72-thread-1-processing-n:127.0.0.1:40499_solr
x:testcollection1_shard4_replica_n6
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233838229444 CREATE)
[n:127.0.0.1:40499_solr c:testcollection1 s:shard4 r:core_node8
x:testcollection1_shard4_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring
for 'solr_40499.solr.core.testcollection1.shard4.replica_n6' (registry
'solr.core.testcollection1.shard4.replica_n6') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@547c58e3
[junit4] 2> 216135 INFO
(parallelCoreAdminExecutor-72-thread-1-processing-n:127.0.0.1:40499_solr
x:testcollection1_shard4_replica_n6
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233838229444 CREATE)
[n:127.0.0.1:40499_solr c:testcollection1 s:shard4 r:core_node8
x:testcollection1_shard4_replica_n6] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 216135 INFO
(parallelCoreAdminExecutor-72-thread-1-processing-n:127.0.0.1:40499_solr
x:testcollection1_shard4_replica_n6
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233838229444 CREATE)
[n:127.0.0.1:40499_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_C7A6837356307D97-001/tempDir-001/node1/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_C7A6837356307D97-001/tempDir-001/node1/./testcollection1_shard4_replica_n6/data/]
[junit4] 2> 216416 INFO (qtp1141534930-171) [n:127.0.0.1:42110_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with
params
requestid=3f8710e6-7406-45e3-b58f-798fe79ee1f1&action=REQUESTSTATUS&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 216417 INFO (qtp1141534930-171) [n:127.0.0.1:42110_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={requestid=3f8710e6-7406-45e3-b58f-798fe79ee1f1&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=1
[junit4] 2> 216684 INFO (qtp1141534930-170) [n:127.0.0.1:42110_solr ]
o.a.s.h.a.CoreAdminOperation Checking request status for :
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233805300634
[junit4] 2> 216684 INFO (qtp1141534930-170) [n:127.0.0.1:42110_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&requestid=3f8710e6-7406-45e3-b58f-798fe79ee1f111072233805300634&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 217065 INFO
(parallelCoreAdminExecutor-72-thread-1-processing-n:127.0.0.1:40499_solr
x:testcollection1_shard4_replica_n6
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233838229444 CREATE)
[n:127.0.0.1:40499_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> 217065 INFO
(parallelCoreAdminExecutor-72-thread-1-processing-n:127.0.0.1:40499_solr
x:testcollection1_shard4_replica_n6
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233838229444 CREATE)
[n:127.0.0.1:40499_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> 217067 INFO
(parallelCoreAdminExecutor-72-thread-1-processing-n:127.0.0.1:40499_solr
x:testcollection1_shard4_replica_n6
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233838229444 CREATE)
[n:127.0.0.1:40499_solr c:testcollection1 s:shard4 r:core_node8
x:testcollection1_shard4_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit:
disabled
[junit4] 2> 217067 INFO
(parallelCoreAdminExecutor-72-thread-1-processing-n:127.0.0.1:40499_solr
x:testcollection1_shard4_replica_n6
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233838229444 CREATE)
[n:127.0.0.1:40499_solr c:testcollection1 s:shard4 r:core_node8
x:testcollection1_shard4_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit:
disabled
[junit4] 2> 217069 INFO
(parallelCoreAdminExecutor-72-thread-1-processing-n:127.0.0.1:40499_solr
x:testcollection1_shard4_replica_n6
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233838229444 CREATE)
[n:127.0.0.1:40499_solr c:testcollection1 s:shard4 r:core_node8
x:testcollection1_shard4_replica_n6] o.a.s.s.SolrIndexSearcher Opening
[Searcher@42787af0[testcollection1_shard4_replica_n6] main]
[junit4] 2> 217177 INFO
(parallelCoreAdminExecutor-72-thread-1-processing-n:127.0.0.1:40499_solr
x:testcollection1_shard4_replica_n6
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233838229444 CREATE)
[n:127.0.0.1:40499_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> 217178 INFO
(parallelCoreAdminExecutor-72-thread-1-processing-n:127.0.0.1:40499_solr
x:testcollection1_shard4_replica_n6
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233838229444 CREATE)
[n:127.0.0.1:40499_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> 217179 INFO
(parallelCoreAdminExecutor-72-thread-1-processing-n:127.0.0.1:40499_solr
x:testcollection1_shard4_replica_n6
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233838229444 CREATE)
[n:127.0.0.1:40499_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> 217215 INFO
(parallelCoreAdminExecutor-70-thread-1-processing-n:127.0.0.1:42110_solr
x:testcollection1_shard3_replica_n4
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233805300634 CREATE)
[n:127.0.0.1:42110_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> 217215 INFO
(parallelCoreAdminExecutor-70-thread-1-processing-n:127.0.0.1:42110_solr
x:testcollection1_shard3_replica_n4
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233805300634 CREATE)
[n:127.0.0.1:42110_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> 217228 INFO
(parallelCoreAdminExecutor-72-thread-1-processing-n:127.0.0.1:40499_solr
x:testcollection1_shard4_replica_n6
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233838229444 CREATE)
[n:127.0.0.1:40499_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 1602994663024754688
[junit4] 2> 217229 INFO
(parallelCoreAdminExecutor-70-thread-1-processing-n:127.0.0.1:42110_solr
x:testcollection1_shard3_replica_n4
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233805300634 CREATE)
[n:127.0.0.1:42110_solr c:testcollection1 s:shard3 r:core_node7
x:testcollection1_shard3_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit:
disabled
[junit4] 2> 217229 INFO
(parallelCoreAdminExecutor-70-thread-1-processing-n:127.0.0.1:42110_solr
x:testcollection1_shard3_replica_n4
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233805300634 CREATE)
[n:127.0.0.1:42110_solr c:testcollection1 s:shard3 r:core_node7
x:testcollection1_shard3_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit:
disabled
[junit4] 2> 217252 INFO
(searcherExecutor-90-thread-1-processing-x:testcollection1_shard4_replica_n6
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233838229444 r:core_node8 CREATE
n:127.0.0.1:40499_solr c:testcollection1 s:shard4) [n:127.0.0.1:40499_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@42787af0[testcollection1_shard4_replica_n6]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 217261 INFO
(parallelCoreAdminExecutor-85-thread-1-processing-n:127.0.0.1:35149_solr
x:testcollection1_shard2_replica_n2
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233787557353 CREATE)
[n:127.0.0.1:35149_solr c:testcollection1 s:shard2 r:core_node5
x:testcollection1_shard2_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog
implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 217261 INFO
(parallelCoreAdminExecutor-85-thread-1-processing-n:127.0.0.1:35149_solr
x:testcollection1_shard2_replica_n2
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233787557353 CREATE)
[n:127.0.0.1:35149_solr c:testcollection1 s:shard2 r:core_node5
x:testcollection1_shard2_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog:
dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 217262 INFO
(parallelCoreAdminExecutor-85-thread-1-processing-n:127.0.0.1:35149_solr
x:testcollection1_shard2_replica_n2
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233787557353 CREATE)
[n:127.0.0.1:35149_solr c:testcollection1 s:shard2 r:core_node5
x:testcollection1_shard2_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit:
disabled
[junit4] 2> 217262 INFO
(parallelCoreAdminExecutor-85-thread-1-processing-n:127.0.0.1:35149_solr
x:testcollection1_shard2_replica_n2
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233787557353 CREATE)
[n:127.0.0.1:35149_solr c:testcollection1 s:shard2 r:core_node5
x:testcollection1_shard2_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit:
disabled
[junit4] 2> 217264 INFO
(parallelCoreAdminExecutor-85-thread-1-processing-n:127.0.0.1:35149_solr
x:testcollection1_shard2_replica_n2
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233787557353 CREATE)
[n:127.0.0.1:35149_solr c:testcollection1 s:shard2 r:core_node5
x:testcollection1_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening
[Searcher@49634270[testcollection1_shard2_replica_n2] main]
[junit4] 2> 217282 INFO
(parallelCoreAdminExecutor-70-thread-1-processing-n:127.0.0.1:42110_solr
x:testcollection1_shard3_replica_n4
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233805300634 CREATE)
[n:127.0.0.1:42110_solr c:testcollection1 s:shard3 r:core_node7
x:testcollection1_shard3_replica_n4] o.a.s.s.SolrIndexSearcher Opening
[Searcher@100cc33c[testcollection1_shard3_replica_n4] main]
[junit4] 2> 217283 INFO
(parallelCoreAdminExecutor-70-thread-1-processing-n:127.0.0.1:42110_solr
x:testcollection1_shard3_replica_n4
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233805300634 CREATE)
[n:127.0.0.1:42110_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> 217284 INFO
(parallelCoreAdminExecutor-70-thread-1-processing-n:127.0.0.1:42110_solr
x:testcollection1_shard3_replica_n4
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233805300634 CREATE)
[n:127.0.0.1:42110_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> 217285 INFO
(parallelCoreAdminExecutor-70-thread-1-processing-n:127.0.0.1:42110_solr
x:testcollection1_shard3_replica_n4
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233805300634 CREATE)
[n:127.0.0.1:42110_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> 217285 INFO
(parallelCoreAdminExecutor-70-thread-1-processing-n:127.0.0.1:42110_solr
x:testcollection1_shard3_replica_n4
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233805300634 CREATE)
[n:127.0.0.1:42110_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 1602994663084523520
[junit4] 2> 217323 INFO
(searcherExecutor-92-thread-1-processing-x:testcollection1_shard3_replica_n4
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233805300634 r:core_node7 CREATE
n:127.0.0.1:42110_solr c:testcollection1 s:shard3) [n:127.0.0.1:42110_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@100cc33c[testcollection1_shard3_replica_n4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 217329 INFO
(parallelCoreAdminExecutor-71-thread-1-processing-n:127.0.0.1:34363_solr
x:testcollection1_shard1_replica_n1
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233733848482 CREATE)
[n:127.0.0.1:34363_solr c:testcollection1 s:shard1 r:core_node3
x:testcollection1_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog
implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 217329 INFO
(parallelCoreAdminExecutor-71-thread-1-processing-n:127.0.0.1:34363_solr
x:testcollection1_shard1_replica_n1
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233733848482 CREATE)
[n:127.0.0.1:34363_solr c:testcollection1 s:shard1 r:core_node3
x:testcollection1_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog:
dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 217342 INFO
(parallelCoreAdminExecutor-85-thread-1-processing-n:127.0.0.1:35149_solr
x:testcollection1_shard2_replica_n2
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233787557353 CREATE)
[n:127.0.0.1:35149_solr c:testcollection1 s:shard2 r:core_node5
x:testcollection1_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Configured
ZooKeeperStorageIO with znodeBase: /configs/config
[junit4] 2> 217351 INFO
(parallelCoreAdminExecutor-71-thread-1-processing-n:127.0.0.1:34363_solr
x:testcollection1_shard1_replica_n1
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233733848482 CREATE)
[n:127.0.0.1:34363_solr c:testcollection1 s:shard1 r:core_node3
x:testcollection1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit:
disabled
[junit4] 2> 217351 INFO
(parallelCoreAdminExecutor-71-thread-1-processing-n:127.0.0.1:34363_solr
x:testcollection1_shard1_replica_n1
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233733848482 CREATE)
[n:127.0.0.1:34363_solr c:testcollection1 s:shard1 r:core_node3
x:testcollection1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit:
disabled
[junit4] 2> 217354 INFO
(parallelCoreAdminExecutor-71-thread-1-processing-n:127.0.0.1:34363_solr
x:testcollection1_shard1_replica_n1
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233733848482 CREATE)
[n:127.0.0.1:34363_solr c:testcollection1 s:shard1 r:core_node3
x:testcollection1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@1e66549d[testcollection1_shard1_replica_n1] main]
[junit4] 2> 217359 INFO
(parallelCoreAdminExecutor-85-thread-1-processing-n:127.0.0.1:35149_solr
x:testcollection1_shard2_replica_n2
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233787557353 CREATE)
[n:127.0.0.1:35149_solr c:testcollection1 s:shard2 r:core_node5
x:testcollection1_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null
at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
[junit4] 2> 217360 INFO
(parallelCoreAdminExecutor-85-thread-1-processing-n:127.0.0.1:35149_solr
x:testcollection1_shard2_replica_n2
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233787557353 CREATE)
[n:127.0.0.1:35149_solr c:testcollection1 s:shard2 r:core_node5
x:testcollection1_shard2_replica_n2] o.a.s.h.ReplicationHandler Commits will be
reserved for 10000ms.
[junit4] 2> 217377 INFO
(parallelCoreAdminExecutor-71-thread-1-processing-n:127.0.0.1:34363_solr
x:testcollection1_shard1_replica_n1
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233733848482 CREATE)
[n:127.0.0.1:34363_solr c:testcollection1 s:shard1 r:core_node3
x:testcollection1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured
ZooKeeperStorageIO with znodeBase: /configs/config
[junit4] 2> 217378 INFO
(parallelCoreAdminExecutor-71-thread-1-processing-n:127.0.0.1:34363_solr
x:testcollection1_shard1_replica_n1
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233733848482 CREATE)
[n:127.0.0.1:34363_solr c:testcollection1 s:shard1 r:core_node3
x:testcollection1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null
at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
[junit4] 2> 217395 INFO
(parallelCoreAdminExecutor-85-thread-1-processing-n:127.0.0.1:35149_solr
x:testcollection1_shard2_replica_n2
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233787557353 CREATE)
[n:127.0.0.1:35149_solr c:testcollection1 s:shard2 r:core_node5
x:testcollection1_shard2_replica_n2] o.a.s.u.UpdateLog Could not find max
version in index or recent updates, using new clock 1602994663199866880
[junit4] 2> 217413 INFO
(searcherExecutor-91-thread-1-processing-x:testcollection1_shard2_replica_n2
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233787557353 r:core_node5 CREATE
n:127.0.0.1:35149_solr c:testcollection1 s:shard2) [n:127.0.0.1:35149_solr
c:testcollection1 s:shard2 r:core_node5 x:testcollection1_shard2_replica_n2]
o.a.s.c.SolrCore [testcollection1_shard2_replica_n2] Registered new searcher
Searcher@49634270[testcollection1_shard2_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 217414 INFO
(parallelCoreAdminExecutor-71-thread-1-processing-n:127.0.0.1:34363_solr
x:testcollection1_shard1_replica_n1
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233733848482 CREATE)
[n:127.0.0.1:34363_solr c:testcollection1 s:shard1 r:core_node3
x:testcollection1_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be
reserved for 10000ms.
[junit4] 2> 217414 INFO
(parallelCoreAdminExecutor-71-thread-1-processing-n:127.0.0.1:34363_solr
x:testcollection1_shard1_replica_n1
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233733848482 CREATE)
[n:127.0.0.1:34363_solr c:testcollection1 s:shard1 r:core_node3
x:testcollection1_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max
version in index or recent updates, using new clock 1602994663219789824
[junit4] 2> 217448 INFO (qtp1141534930-182) [n:127.0.0.1:42110_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with
params
requestid=3f8710e6-7406-45e3-b58f-798fe79ee1f1&action=REQUESTSTATUS&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 217460 INFO
(searcherExecutor-93-thread-1-processing-x:testcollection1_shard1_replica_n1
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233733848482 r:core_node3 CREATE
n:127.0.0.1:34363_solr c:testcollection1 s:shard1) [n:127.0.0.1:34363_solr
c:testcollection1 s:shard1 r:core_node3 x:testcollection1_shard1_replica_n1]
o.a.s.c.SolrCore [testcollection1_shard1_replica_n1] Registered new searcher
Searcher@1e66549d[testcollection1_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 217485 INFO (qtp1141534930-182) [n:127.0.0.1:42110_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={requestid=3f8710e6-7406-45e3-b58f-798fe79ee1f1&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=36
[junit4] 2> 217504 INFO
(parallelCoreAdminExecutor-72-thread-1-processing-n:127.0.0.1:40499_solr
x:testcollection1_shard4_replica_n6
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233838229444 CREATE)
[n:127.0.0.1:40499_solr c:testcollection1 s:shard4 r:core_node8
x:testcollection1_shard4_replica_n6] o.a.s.c.ZkShardTerms Successful update of
terms at /collections/testcollection1/terms/shard4 to
Terms{values={core_node8=0}, version=0}
[junit4] 2> 217625 INFO
(parallelCoreAdminExecutor-85-thread-1-processing-n:127.0.0.1:35149_solr
x:testcollection1_shard2_replica_n2
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233787557353 CREATE)
[n:127.0.0.1:35149_solr c:testcollection1 s:shard2 r:core_node5
x:testcollection1_shard2_replica_n2] o.a.s.c.ZkShardTerms Successful update of
terms at /collections/testcollection1/terms/shard2 to
Terms{values={core_node5=0}, version=0}
[junit4] 2> 217626 INFO
(parallelCoreAdminExecutor-70-thread-1-processing-n:127.0.0.1:42110_solr
x:testcollection1_shard3_replica_n4
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233805300634 CREATE)
[n:127.0.0.1:42110_solr c:testcollection1 s:shard3 r:core_node7
x:testcollection1_shard3_replica_n4] o.a.s.c.ZkShardTerms Successful update of
terms at /collections/testcollection1/terms/shard3 to
Terms{values={core_node7=0}, version=0}
[junit4] 2> 217652 INFO
(parallelCoreAdminExecutor-71-thread-1-processing-n:127.0.0.1:34363_solr
x:testcollection1_shard1_replica_n1
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233733848482 CREATE)
[n:127.0.0.1:34363_solr c:testcollection1 s:shard1 r:core_node3
x:testcollection1_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of
terms at /collections/testcollection1/terms/shard1 to
Terms{values={core_node3=0}, version=0}
[junit4] 2> 217693 INFO (qtp1141534930-170) [n:127.0.0.1:42110_solr ]
o.a.s.h.a.CoreAdminOperation Checking request status for :
3f8710e6-7406-45e3-b58f-798fe79ee1f111072233805300634
[junit4] 2> 217693 INFO (qtp1141534930-170) [n:127.0.0.1:4211
[...truncated too long message...]
ttings.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/null77261553
[copy] Copying 39 files to
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/null77261553
[delete] Deleting directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/null77261553
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/null2014286923
[copy] Copying 247 files to
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null2014286923
[delete] Deleting directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null2014286923
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 48ms :: 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: 311 minutes 52 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]