Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-MacOSX/142/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseSerialGC
2 tests failed.
FAILED: org.apache.solr.cloud.CustomCollectionTest.testRouteFieldForHashRouter
Error Message:
Collection not found: routeFieldColl
Stack Trace:
org.apache.solr.common.SolrException: Collection not found: routeFieldColl
at
__randomizedtesting.SeedInfo.seed([2AB5ECCDBBCAECEA:8283721024AB07B0]:0)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.getCollectionNames(CloudSolrClient.java:1139)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:822)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:793)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
at
org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233)
at
org.apache.solr.cloud.CustomCollectionTest.testRouteFieldForHashRouter(CustomCollectionTest.java:166)
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:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
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:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter
Error Message:
No 'solr.node' logs in: {numFound=0,start=0,docs=[]}
Stack Trace:
java.lang.AssertionError: No 'solr.node' logs in: {numFound=0,start=0,docs=[]}
at
__randomizedtesting.SeedInfo.seed([2AB5ECCDBBCAECEA:7551C1FAD0C67FAF]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter(SolrSlf4jReporterTest.java:85)
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:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
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:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
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 12841 lines...]
[junit4] Suite: org.apache.solr.cloud.CustomCollectionTest
[junit4] 2> 2196487 INFO
(SUITE-CustomCollectionTest-seed#[2AB5ECCDBBCAECEA]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_2AB5ECCDBBCAECEA-001/init-core-data-001
[junit4] 2> 2196488 WARN
(SUITE-CustomCollectionTest-seed#[2AB5ECCDBBCAECEA]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=18 numCloses=18
[junit4] 2> 2196489 INFO
(SUITE-CustomCollectionTest-seed#[2AB5ECCDBBCAECEA]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 2196493 INFO
(SUITE-CustomCollectionTest-seed#[2AB5ECCDBBCAECEA]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
w/ MAC_OS_X supressed clientAuth
[junit4] 2> 2196494 INFO
(SUITE-CustomCollectionTest-seed#[2AB5ECCDBBCAECEA]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_2AB5ECCDBBCAECEA-001/tempDir-001
[junit4] 2> 2196494 INFO
(SUITE-CustomCollectionTest-seed#[2AB5ECCDBBCAECEA]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 2196494 INFO (Thread-3918) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 2196494 INFO (Thread-3918) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 2196503 ERROR (Thread-3918) [ ] 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> 2196594 INFO
(SUITE-CustomCollectionTest-seed#[2AB5ECCDBBCAECEA]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:65309
[junit4] 2> 2196670 INFO (jetty-launcher-5091-thread-1) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 2196670 INFO (jetty-launcher-5091-thread-3) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 2196670 INFO (jetty-launcher-5091-thread-2) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 2196671 INFO (jetty-launcher-5091-thread-4) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 2196673 INFO (jetty-launcher-5091-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@5410083b{/solr,null,AVAILABLE}
[junit4] 2> 2196673 INFO (jetty-launcher-5091-thread-1) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@2b293da9{HTTP/1.1,[http/1.1]}{127.0.0.1:65312}
[junit4] 2> 2196673 INFO (jetty-launcher-5091-thread-1) [ ]
o.e.j.s.Server Started @2201396ms
[junit4] 2> 2196673 INFO (jetty-launcher-5091-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=65312}
[junit4] 2> 2196674 ERROR (jetty-launcher-5091-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2196674 INFO (jetty-launcher-5091-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.1.0
[junit4] 2> 2196674 INFO (jetty-launcher-5091-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1e44722e{/solr,null,AVAILABLE}
[junit4] 2> 2196674 INFO (jetty-launcher-5091-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2196674 INFO (jetty-launcher-5091-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 2196674 INFO (jetty-launcher-5091-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-08-28T23:47:52.886Z
[junit4] 2> 2196674 INFO (jetty-launcher-5091-thread-2) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@7a153ab2{HTTP/1.1,[http/1.1]}{127.0.0.1:65313}
[junit4] 2> 2196674 INFO (jetty-launcher-5091-thread-2) [ ]
o.e.j.s.Server Started @2201397ms
[junit4] 2> 2196674 INFO (jetty-launcher-5091-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=65313}
[junit4] 2> 2196674 ERROR (jetty-launcher-5091-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2196675 INFO (jetty-launcher-5091-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.1.0
[junit4] 2> 2196675 INFO (jetty-launcher-5091-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2196675 INFO (jetty-launcher-5091-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 2196675 INFO (jetty-launcher-5091-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-08-28T23:47:52.887Z
[junit4] 2> 2196676 INFO (jetty-launcher-5091-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@462c5518{/solr,null,AVAILABLE}
[junit4] 2> 2196677 INFO (jetty-launcher-5091-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@5afc5004{/solr,null,AVAILABLE}
[junit4] 2> 2196677 INFO (jetty-launcher-5091-thread-3) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@7c6efe{HTTP/1.1,[http/1.1]}{127.0.0.1:65315}
[junit4] 2> 2196677 INFO (jetty-launcher-5091-thread-3) [ ]
o.e.j.s.Server Started @2201400ms
[junit4] 2> 2196678 INFO (jetty-launcher-5091-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=65315}
[junit4] 2> 2196678 ERROR (jetty-launcher-5091-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2196680 INFO (jetty-launcher-5091-thread-4) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@80ae5e2{HTTP/1.1,[http/1.1]}{127.0.0.1:65314}
[junit4] 2> 2196680 INFO (jetty-launcher-5091-thread-4) [ ]
o.e.j.s.Server Started @2201403ms
[junit4] 2> 2196680 INFO (jetty-launcher-5091-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=65314}
[junit4] 2> 2196680 INFO (jetty-launcher-5091-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.1.0
[junit4] 2> 2196680 ERROR (jetty-launcher-5091-thread-4) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2196680 INFO (jetty-launcher-5091-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2196683 INFO (jetty-launcher-5091-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 2196683 INFO (jetty-launcher-5091-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-08-28T23:47:52.895Z
[junit4] 2> 2196682 INFO (jetty-launcher-5091-thread-4) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.1.0
[junit4] 2> 2196685 INFO (jetty-launcher-5091-thread-4) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2196686 INFO (jetty-launcher-5091-thread-4) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 2196686 INFO (jetty-launcher-5091-thread-4) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-08-28T23:47:52.898Z
[junit4] 2> 2196686 INFO (jetty-launcher-5091-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2196687 INFO (jetty-launcher-5091-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2196694 INFO (jetty-launcher-5091-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2196694 INFO (jetty-launcher-5091-thread-4) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2196697 INFO (jetty-launcher-5091-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65309/solr
[junit4] 2> 2196700 INFO (jetty-launcher-5091-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65309/solr
[junit4] 2> 2196702 INFO (jetty-launcher-5091-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65309/solr
[junit4] 2> 2196703 INFO (jetty-launcher-5091-thread-4) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65309/solr
[junit4] 2> 2197053 INFO (jetty-launcher-5091-thread-3)
[n:127.0.0.1:65315_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2197054 INFO (jetty-launcher-5091-thread-1)
[n:127.0.0.1:65312_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2197055 INFO (jetty-launcher-5091-thread-3)
[n:127.0.0.1:65315_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:65315_solr
[junit4] 2> 2197056 INFO (jetty-launcher-5091-thread-1)
[n:127.0.0.1:65312_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:65312_solr
[junit4] 2> 2197057 INFO (jetty-launcher-5091-thread-3)
[n:127.0.0.1:65315_solr ] o.a.s.c.Overseer Overseer
(id=98563789469319178-127.0.0.1:65315_solr-n_0000000000) starting
[junit4] 2> 2197062 INFO
(zkCallback-5113-thread-1-processing-n:127.0.0.1:65312_solr)
[n:127.0.0.1:65312_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 2197065 INFO
(zkCallback-5111-thread-1-processing-n:127.0.0.1:65315_solr)
[n:127.0.0.1:65315_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 2197069 INFO (jetty-launcher-5091-thread-4)
[n:127.0.0.1:65314_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 2197073 INFO (jetty-launcher-5091-thread-4)
[n:127.0.0.1:65314_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2197076 INFO (jetty-launcher-5091-thread-4)
[n:127.0.0.1:65314_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:65314_solr
[junit4] 2> 2197077 INFO (jetty-launcher-5091-thread-2)
[n:127.0.0.1:65313_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 2197080 INFO
(zkCallback-5111-thread-1-processing-n:127.0.0.1:65315_solr)
[n:127.0.0.1:65315_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 2197081 INFO
(zkCallback-5112-thread-1-processing-n:127.0.0.1:65314_solr)
[n:127.0.0.1:65314_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 2197082 INFO
(zkCallback-5113-thread-1-processing-n:127.0.0.1:65312_solr)
[n:127.0.0.1:65312_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 2197083 INFO
(zkCallback-5108-thread-1-processing-n:127.0.0.1:65313_solr)
[n:127.0.0.1:65313_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 2197084 INFO (jetty-launcher-5091-thread-2)
[n:127.0.0.1:65313_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2197087 INFO (jetty-launcher-5091-thread-2)
[n:127.0.0.1:65313_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:65313_solr
[junit4] 2> 2197095 INFO
(zkCallback-5108-thread-1-processing-n:127.0.0.1:65313_solr)
[n:127.0.0.1:65313_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 2197095 INFO
(zkCallback-5112-thread-1-processing-n:127.0.0.1:65314_solr)
[n:127.0.0.1:65314_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 2197098 INFO
(zkCallback-5111-thread-1-processing-n:127.0.0.1:65315_solr)
[n:127.0.0.1:65315_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 2197103 INFO
(zkCallback-5113-thread-1-processing-n:127.0.0.1:65312_solr)
[n:127.0.0.1:65312_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 2197115 INFO (jetty-launcher-5091-thread-3)
[n:127.0.0.1:65315_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:65315_solr
[junit4] 2> 2197120 INFO
(zkCallback-5108-thread-1-processing-n:127.0.0.1:65313_solr)
[n:127.0.0.1:65313_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 2197134 INFO
(zkCallback-5112-thread-1-processing-n:127.0.0.1:65314_solr)
[n:127.0.0.1:65314_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 2197140 INFO
(zkCallback-5111-thread-1-processing-n:127.0.0.1:65315_solr)
[n:127.0.0.1:65315_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 2197164 INFO
(zkCallback-5113-thread-1-processing-n:127.0.0.1:65312_solr)
[n:127.0.0.1:65312_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 2197194 INFO (jetty-launcher-5091-thread-2)
[n:127.0.0.1:65313_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_65313.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@18addb1
[junit4] 2> 2197201 INFO (jetty-launcher-5091-thread-4)
[n:127.0.0.1:65314_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_65314.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@18addb1
[junit4] 2> 2197220 INFO (jetty-launcher-5091-thread-4)
[n:127.0.0.1:65314_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_65314.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@18addb1
[junit4] 2> 2197220 INFO (jetty-launcher-5091-thread-4)
[n:127.0.0.1:65314_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_65314.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@18addb1
[junit4] 2> 2197220 INFO (jetty-launcher-5091-thread-1)
[n:127.0.0.1:65312_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_65312.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@18addb1
[junit4] 2> 2197222 INFO (jetty-launcher-5091-thread-4)
[n:127.0.0.1:65314_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_2AB5ECCDBBCAECEA-001/tempDir-001/node4/.
[junit4] 2> 2197238 INFO (jetty-launcher-5091-thread-2)
[n:127.0.0.1:65313_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_65313.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@18addb1
[junit4] 2> 2197238 INFO (jetty-launcher-5091-thread-2)
[n:127.0.0.1:65313_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_65313.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@18addb1
[junit4] 2> 2197240 INFO (jetty-launcher-5091-thread-2)
[n:127.0.0.1:65313_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_2AB5ECCDBBCAECEA-001/tempDir-001/node2/.
[junit4] 2> 2197243 INFO (jetty-launcher-5091-thread-1)
[n:127.0.0.1:65312_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_65312.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@18addb1
[junit4] 2> 2197243 INFO (jetty-launcher-5091-thread-1)
[n:127.0.0.1:65312_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_65312.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@18addb1
[junit4] 2> 2197245 INFO (jetty-launcher-5091-thread-1)
[n:127.0.0.1:65312_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_2AB5ECCDBBCAECEA-001/tempDir-001/node1/.
[junit4] 2> 2197265 INFO (jetty-launcher-5091-thread-3)
[n:127.0.0.1:65315_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_65315.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@18addb1
[junit4] 2> 2197282 INFO (jetty-launcher-5091-thread-3)
[n:127.0.0.1:65315_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_65315.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@18addb1
[junit4] 2> 2197282 INFO (jetty-launcher-5091-thread-3)
[n:127.0.0.1:65315_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_65315.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@18addb1
[junit4] 2> 2197283 INFO (jetty-launcher-5091-thread-3)
[n:127.0.0.1:65315_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_2AB5ECCDBBCAECEA-001/tempDir-001/node3/.
[junit4] 2> 2197377 INFO
(SUITE-CustomCollectionTest-seed#[2AB5ECCDBBCAECEA]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 2197378 INFO
(SUITE-CustomCollectionTest-seed#[2AB5ECCDBBCAECEA]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:65309/solr ready
[junit4] 2> 2197534 INFO
(TEST-CustomCollectionTest.testRouteFieldForHashRouter-seed#[2AB5ECCDBBCAECEA])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testRouteFieldForHashRouter
[junit4] 2> 2197536 INFO
(TEST-CustomCollectionTest.testRouteFieldForHashRouter-seed#[2AB5ECCDBBCAECEA])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 2197546 INFO (qtp419761746-22668) [n:127.0.0.1:65312_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=2&collection.configName=conf&maxShardsPerNode=3&router.field=shard_s&name=routeFieldColl&nrtReplicas=2&action=CREATE&numShards=4&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2197549 INFO
(OverseerThreadFactory-9997-thread-1-processing-n:127.0.0.1:65315_solr)
[n:127.0.0.1:65315_solr ] o.a.s.c.CreateCollectionCmd Create collection
routeFieldColl
[junit4] 2> 2197671 INFO
(OverseerStateUpdate-98563789469319178-127.0.0.1:65315_solr-n_0000000000)
[n:127.0.0.1:65315_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"routeFieldColl",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"routeFieldColl_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:65314/solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 2197675 INFO
(OverseerStateUpdate-98563789469319178-127.0.0.1:65315_solr-n_0000000000)
[n:127.0.0.1:65315_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"routeFieldColl",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"routeFieldColl_shard1_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:65315/solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 2197678 INFO
(OverseerStateUpdate-98563789469319178-127.0.0.1:65315_solr-n_0000000000)
[n:127.0.0.1:65315_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"routeFieldColl",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"routeFieldColl_shard2_replica_n4",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:65312/solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 2197681 INFO
(OverseerStateUpdate-98563789469319178-127.0.0.1:65315_solr-n_0000000000)
[n:127.0.0.1:65315_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"routeFieldColl",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"routeFieldColl_shard2_replica_n6",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:65313/solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 2197685 INFO
(OverseerStateUpdate-98563789469319178-127.0.0.1:65315_solr-n_0000000000)
[n:127.0.0.1:65315_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"routeFieldColl",
[junit4] 2> "shard":"shard3",
[junit4] 2> "core":"routeFieldColl_shard3_replica_n8",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:65314/solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 2197688 INFO
(OverseerStateUpdate-98563789469319178-127.0.0.1:65315_solr-n_0000000000)
[n:127.0.0.1:65315_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"routeFieldColl",
[junit4] 2> "shard":"shard3",
[junit4] 2> "core":"routeFieldColl_shard3_replica_n10",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:65315/solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 2197691 INFO
(OverseerStateUpdate-98563789469319178-127.0.0.1:65315_solr-n_0000000000)
[n:127.0.0.1:65315_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"routeFieldColl",
[junit4] 2> "shard":"shard4",
[junit4] 2> "core":"routeFieldColl_shard4_replica_n12",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:65312/solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 2197694 INFO
(OverseerStateUpdate-98563789469319178-127.0.0.1:65315_solr-n_0000000000)
[n:127.0.0.1:65315_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"routeFieldColl",
[junit4] 2> "shard":"shard4",
[junit4] 2> "core":"routeFieldColl_shard4_replica_n14",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:65313/solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 2197910 INFO (qtp419761746-22669) [n:127.0.0.1:65312_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=routeFieldColl_shard2_replica_n4&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2197912 INFO (qtp419761746-22669) [n:127.0.0.1:65312_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 2197918 INFO (qtp1848093519-22684) [n:127.0.0.1:65314_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=routeFieldColl_shard1_replica_n1&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2197919 INFO (qtp419761746-22671) [n:127.0.0.1:65312_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node15&collection.configName=conf&newCollection=true&name=routeFieldColl_shard4_replica_n12&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard4&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2197919 INFO (qtp1848093519-22684) [n:127.0.0.1:65314_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 2197934 INFO (qtp1848093519-22686) [n:127.0.0.1:65314_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node11&collection.configName=conf&newCollection=true&name=routeFieldColl_shard3_replica_n8&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard3&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2197934 INFO (qtp326863282-22676) [n:127.0.0.1:65313_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node9&collection.configName=conf&newCollection=true&name=routeFieldColl_shard2_replica_n6&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2197934 INFO (qtp326863282-22678) [n:127.0.0.1:65313_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node16&collection.configName=conf&newCollection=true&name=routeFieldColl_shard4_replica_n14&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard4&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2197934 INFO (qtp326863282-22676) [n:127.0.0.1:65313_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 2197943 INFO (qtp1080683989-22695) [n:127.0.0.1:65315_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node13&collection.configName=conf&newCollection=true&name=routeFieldColl_shard3_replica_n10&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard3&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2197943 INFO (qtp1080683989-22697) [n:127.0.0.1:65315_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=routeFieldColl_shard1_replica_n2&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2197944 INFO (qtp1080683989-22695) [n:127.0.0.1:65315_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 2198064 INFO
(zkCallback-5108-thread-1-processing-n:127.0.0.1:65313_solr)
[n:127.0.0.1:65313_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/routeFieldColl/state.json] for collection [routeFieldColl]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 2198064 INFO
(zkCallback-5113-thread-1-processing-n:127.0.0.1:65312_solr)
[n:127.0.0.1:65312_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/routeFieldColl/state.json] for collection [routeFieldColl]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 2198064 INFO
(zkCallback-5112-thread-1-processing-n:127.0.0.1:65314_solr)
[n:127.0.0.1:65314_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/routeFieldColl/state.json] for collection [routeFieldColl]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 2198064 INFO
(zkCallback-5111-thread-1-processing-n:127.0.0.1:65315_solr)
[n:127.0.0.1:65315_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/routeFieldColl/state.json] for collection [routeFieldColl]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 2198065 INFO
(zkCallback-5108-thread-2-processing-n:127.0.0.1:65313_solr)
[n:127.0.0.1:65313_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/routeFieldColl/state.json] for collection [routeFieldColl]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 2198066 INFO
(zkCallback-5111-thread-2-processing-n:127.0.0.1:65315_solr)
[n:127.0.0.1:65315_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/routeFieldColl/state.json] for collection [routeFieldColl]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 2198067 INFO
(zkCallback-5112-thread-2-processing-n:127.0.0.1:65314_solr)
[n:127.0.0.1:65314_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/routeFieldColl/state.json] for collection [routeFieldColl]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 2198068 INFO
(zkCallback-5113-thread-2-processing-n:127.0.0.1:65312_solr)
[n:127.0.0.1:65312_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/routeFieldColl/state.json] for collection [routeFieldColl]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 2198970 INFO (qtp326863282-22678) [n:127.0.0.1:65313_solr
c:routeFieldColl s:shard4 r:core_node16 x:routeFieldColl_shard4_replica_n14]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2198995 INFO (qtp326863282-22676) [n:127.0.0.1:65313_solr
c:routeFieldColl s:shard2 r:core_node9 x:routeFieldColl_shard2_replica_n6]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2198999 INFO (qtp419761746-22669) [n:127.0.0.1:65312_solr
c:routeFieldColl s:shard2 r:core_node7 x:routeFieldColl_shard2_replica_n4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2199004 INFO (qtp419761746-22671) [n:127.0.0.1:65312_solr
c:routeFieldColl s:shard4 r:core_node15 x:routeFieldColl_shard4_replica_n12]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2199010 INFO (qtp1080683989-22697) [n:127.0.0.1:65315_solr
c:routeFieldColl s:shard1 r:core_node5 x:routeFieldColl_shard1_replica_n2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2199035 INFO (qtp1848093519-22684) [n:127.0.0.1:65314_solr
c:routeFieldColl s:shard1 r:core_node3 x:routeFieldColl_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2199045 INFO (qtp1848093519-22686) [n:127.0.0.1:65314_solr
c:routeFieldColl s:shard3 r:core_node11 x:routeFieldColl_shard3_replica_n8]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2199050 INFO (qtp1080683989-22695) [n:127.0.0.1:65315_solr
c:routeFieldColl s:shard3 r:core_node13 x:routeFieldColl_shard3_replica_n10]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2199069 INFO (qtp326863282-22676) [n:127.0.0.1:65313_solr
c:routeFieldColl s:shard2 r:core_node9 x:routeFieldColl_shard2_replica_n6]
o.a.s.s.IndexSchema [routeFieldColl_shard2_replica_n6] Schema name=cloud-dynamic
[junit4] 2> 2199069 INFO (qtp419761746-22669) [n:127.0.0.1:65312_solr
c:routeFieldColl s:shard2 r:core_node7 x:routeFieldColl_shard2_replica_n4]
o.a.s.s.IndexSchema [routeFieldColl_shard2_replica_n4] Schema name=cloud-dynamic
[junit4] 2> 2199073 INFO (qtp1848093519-22684) [n:127.0.0.1:65314_solr
c:routeFieldColl s:shard1 r:core_node3 x:routeFieldColl_shard1_replica_n1]
o.a.s.s.IndexSchema [routeFieldColl_shard1_replica_n1] Schema name=cloud-dynamic
[junit4] 2> 2199075 INFO (qtp1080683989-22697) [n:127.0.0.1:65315_solr
c:routeFieldColl s:shard1 r:core_node5 x:routeFieldColl_shard1_replica_n2]
o.a.s.s.IndexSchema [routeFieldColl_shard1_replica_n2] Schema name=cloud-dynamic
[junit4] 2> 2199119 INFO (qtp1848093519-22686) [n:127.0.0.1:65314_solr
c:routeFieldColl s:shard3 r:core_node11 x:routeFieldColl_shard3_replica_n8]
o.a.s.s.IndexSchema [routeFieldColl_shard3_replica_n8] Schema name=cloud-dynamic
[junit4] 2> 2199122 INFO (qtp326863282-22678) [n:127.0.0.1:65313_solr
c:routeFieldColl s:shard4 r:core_node16 x:routeFieldColl_shard4_replica_n14]
o.a.s.s.IndexSchema [routeFieldColl_shard4_replica_n14] Schema
name=cloud-dynamic
[junit4] 2> 2199151 INFO (qtp1848093519-22684) [n:127.0.0.1:65314_solr
c:routeFieldColl s:shard1 r:core_node3 x:routeFieldColl_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 2199151 INFO (qtp1848093519-22684) [n:127.0.0.1:65314_solr
c:routeFieldColl s:shard1 r:core_node3 x:routeFieldColl_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard1_replica_n1'
using configuration from collection routeFieldColl, trusted=true
[junit4] 2> 2199151 INFO (qtp1848093519-22684) [n:127.0.0.1:65314_solr
c:routeFieldColl s:shard1 r:core_node3 x:routeFieldColl_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_65314.solr.core.routeFieldColl.shard1.replica_n1' (registry
'solr.core.routeFieldColl.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@18addb1
[junit4] 2> 2199152 INFO (qtp1848093519-22684) [n:127.0.0.1:65314_solr
c:routeFieldColl s:shard1 r:core_node3 x:routeFieldColl_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2199152 INFO (qtp1848093519-22684) [n:127.0.0.1:65314_solr
c:routeFieldColl s:shard1 r:core_node3 x:routeFieldColl_shard1_replica_n1]
o.a.s.c.SolrCore [[routeFieldColl_shard1_replica_n1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_2AB5ECCDBBCAECEA-001/tempDir-001/node4/routeFieldColl_shard1_replica_n1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_2AB5ECCDBBCAECEA-001/tempDir-001/node4/./routeFieldColl_shard1_replica_n1/data/]
[junit4] 2> 2199163 INFO (qtp419761746-22669) [n:127.0.0.1:65312_solr
c:routeFieldColl s:shard2 r:core_node7 x:routeFieldColl_shard2_replica_n4]
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 2199163 INFO (qtp419761746-22669) [n:127.0.0.1:65312_solr
c:routeFieldColl s:shard2 r:core_node7 x:routeFieldColl_shard2_replica_n4]
o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard2_replica_n4'
using configuration from collection routeFieldColl, trusted=true
[junit4] 2> 2199163 INFO (qtp419761746-22671) [n:127.0.0.1:65312_solr
c:routeFieldColl s:shard4 r:core_node15 x:routeFieldColl_shard4_replica_n12]
o.a.s.s.IndexSchema [routeFieldColl_shard4_replica_n12] Schema
name=cloud-dynamic
[junit4] 2> 2199163 INFO (qtp419761746-22669) [n:127.0.0.1:65312_solr
c:routeFieldColl s:shard2 r:core_node7 x:routeFieldColl_shard2_replica_n4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_65312.solr.core.routeFieldColl.shard2.replica_n4' (registry
'solr.core.routeFieldColl.shard2.replica_n4') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@18addb1
[junit4] 2> 2199164 INFO (qtp419761746-22669) [n:127.0.0.1:65312_solr
c:routeFieldColl s:shard2 r:core_node7 x:routeFieldColl_shard2_replica_n4]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2199164 INFO (qtp419761746-22669) [n:127.0.0.1:65312_solr
c:routeFieldColl s:shard2 r:core_node7 x:routeFieldColl_shard2_replica_n4]
o.a.s.c.SolrCore [[routeFieldColl_shard2_replica_n4] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_2AB5ECCDBBCAECEA-001/tempDir-001/node1/routeFieldColl_shard2_replica_n4],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_2AB5ECCDBBCAECEA-001/tempDir-001/node1/./routeFieldColl_shard2_replica_n4/data/]
[junit4] 2> 2199189 INFO (qtp1080683989-22695) [n:127.0.0.1:65315_solr
c:routeFieldColl s:shard3 r:core_node13 x:routeFieldColl_shard3_replica_n10]
o.a.s.s.IndexSchema [routeFieldColl_shard3_replica_n10] Schema
name=cloud-dynamic
[junit4] 2> 2199223 INFO (qtp1080683989-22697) [n:127.0.0.1:65315_solr
c:routeFieldColl s:shard1 r:core_node5 x:routeFieldColl_shard1_replica_n2]
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 2199223 INFO (qtp1080683989-22697) [n:127.0.0.1:65315_solr
c:routeFieldColl s:shard1 r:core_node5 x:routeFieldColl_shard1_replica_n2]
o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard1_replica_n2'
using configuration from collection routeFieldColl, trusted=true
[junit4] 2> 2199223 INFO (qtp1080683989-22697) [n:127.0.0.1:65315_solr
c:routeFieldColl s:shard1 r:core_node5 x:routeFieldColl_shard1_replica_n2]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_65315.solr.core.routeFieldColl.shard1.replica_n2' (registry
'solr.core.routeFieldColl.shard1.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@18addb1
[junit4] 2> 2199224 INFO (qtp1080683989-22697) [n:127.0.0.1:65315_solr
c:routeFieldColl s:shard1 r:core_node5 x:routeFieldColl_shard1_replica_n2]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2199224 INFO (qtp1080683989-22697) [n:127.0.0.1:65315_solr
c:routeFieldColl s:shard1 r:core_node5 x:routeFieldColl_shard1_replica_n2]
o.a.s.c.SolrCore [[routeFieldColl_shard1_replica_n2] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_2AB5ECCDBBCAECEA-001/tempDir-001/node3/routeFieldColl_shard1_replica_n2],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_2AB5ECCDBBCAECEA-001/tempDir-001/node3/./routeFieldColl_shard1_replica_n2/data/]
[junit4] 2> 2199225 INFO (qtp326863282-22676) [n:127.0.0.1:65313_solr
c:routeFieldColl s:shard2 r:core_node9 x:routeFieldColl_shard2_replica_n6]
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 2199225 INFO (qtp326863282-22676) [n:127.0.0.1:65313_solr
c:routeFieldColl s:shard2 r:core_node9 x:routeFieldColl_shard2_replica_n6]
o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard2_replica_n6'
using configuration from collection routeFieldColl, trusted=true
[junit4] 2> 2199226 INFO (qtp326863282-22676) [n:127.0.0.1:65313_solr
c:routeFieldColl s:shard2 r:core_node9 x:routeFieldColl_shard2_replica_n6]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_65313.solr.core.routeFieldColl.shard2.replica_n6' (registry
'solr.core.routeFieldColl.shard2.replica_n6') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@18addb1
[junit4] 2> 2199226 INFO (qtp326863282-22676) [n:127.0.0.1:65313_solr
c:routeFieldColl s:shard2 r:core_node9 x:routeFieldColl_shard2_replica_n6]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2199226 INFO (qtp326863282-22676) [n:127.0.0.1:65313_solr
c:routeFieldColl s:shard2 r:core_node9 x:routeFieldColl_shard2_replica_n6]
o.a.s.c.SolrCore [[routeFieldColl_shard2_replica_n6] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_2AB5ECCDBBCAECEA-001/tempDir-001/node2/routeFieldColl_shard2_replica_n6],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_2AB5ECCDBBCAECEA-001/tempDir-001/node2/./routeFieldColl_shard2_replica_n6/data/]
[junit4] 2> 2199228 INFO (qtp326863282-22678) [n:127.0.0.1:65313_solr
c:routeFieldColl s:shard4 r:core_node16 x:routeFieldColl_shard4_replica_n14]
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 2199228 INFO (qtp326863282-22678) [n:127.0.0.1:65313_solr
c:routeFieldColl s:shard4 r:core_node16 x:routeFieldColl_shard4_replica_n14]
o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard4_replica_n14'
using configuration from collection routeFieldColl, trusted=true
[junit4] 2> 2199229 INFO (qtp326863282-22678) [n:127.0.0.1:65313_solr
c:routeFieldColl s:shard4 r:core_node16 x:routeFieldColl_shard4_replica_n14]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_65313.solr.core.routeFieldColl.shard4.replica_n14' (registry
'solr.core.routeFieldColl.shard4.replica_n14') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@18addb1
[junit4] 2> 2199229 INFO (qtp326863282-22678) [n:127.0.0.1:65313_solr
c:routeFieldColl s:shard4 r:core_node16 x:routeFieldColl_shard4_replica_n14]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2199231 INFO (qtp419761746-22671) [n:127.0.0.1:65312_solr
c:routeFieldColl s:shard4 r:core_node15 x:routeFieldColl_shard4_replica_n12]
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 2199231 INFO (qtp419761746-22671) [n:127.0.0.1:65312_solr
c:routeFieldColl s:shard4 r:core_node15 x:routeFieldColl_shard4_replica_n12]
o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard4_replica_n12'
using configuration from collection routeFieldColl, trusted=true
[junit4] 2> 2199231 INFO (qtp326863282-22678) [n:127.0.0.1:65313_solr
c:routeFieldColl s:shard4 r:core_node16 x:routeFieldColl_shard4_replica_n14]
o.a.s.c.SolrCore [[routeFieldColl_shard4_replica_n14] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_2AB5ECCDBBCAECEA-001/tempDir-001/node2/routeFieldColl_shard4_replica_n14],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_2AB5ECCDBBCAECEA-001/tempDir-001/node2/./routeFieldColl_shard4_replica_n14/data/]
[junit4] 2> 2199231 INFO (qtp1848093519-22686) [n:127.0.0.1:65314_solr
c:routeFieldColl s:shard3 r:core_node11 x:routeFieldColl_shard3_replica_n8]
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 2199231 INFO (qtp1848093519-22686) [n:127.0.0.1:65314_solr
c:routeFieldColl s:shard3 r:core_node11 x:routeFieldColl_shard3_replica_n8]
o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard3_replica_n8'
using configuration from collection routeFieldColl, trusted=true
[junit4] 2> 2199232 INFO (qtp1848093519-22686) [n:127.0.0.1:65314_solr
c:routeFieldColl s:shard3 r:core_node11 x:routeFieldColl_shard3_replica_n8]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_65314.solr.core.routeFieldColl.shard3.replica_n8' (registry
'solr.core.routeFieldColl.shard3.replica_n8') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@18addb1
[junit4] 2> 2199232 INFO (qtp1848093519-22686) [n:127.0.0.1:65314_solr
c:routeFieldColl s:shard3 r:core_node11 x:routeFieldColl_shard3_replica_n8]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2199232 INFO (qtp1848093519-22686) [n:127.0.0.1:65314_solr
c:routeFieldColl s:shard3 r:core_node11 x:routeFieldColl_shard3_replica_n8]
o.a.s.c.SolrCore [[routeFieldColl_shard3_replica_n8] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_2AB5ECCDBBCAECEA-001/tempDir-001/node4/routeFieldColl_shard3_replica_n8],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_2AB5ECCDBBCAECEA-001/tempDir-001/node4/./routeFieldColl_shard3_replica_n8/data/]
[junit4] 2> 2199233 INFO (qtp419761746-22671) [n:127.0.0.1:65312_solr
c:routeFieldColl s:shard4 r:core_node15 x:routeFieldColl_shard4_replica_n12]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_65312.solr.core.routeFieldColl.shard4.replica_n12' (registry
'solr.core.routeFieldColl.shard4.replica_n12') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@18addb1
[junit4] 2> 2199233 INFO (qtp419761746-22671) [n:127.0.0.1:65312_solr
c:routeFieldColl s:shard4 r:core_node15 x:routeFieldColl_shard4_replica_n12]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2199233 INFO (qtp419761746-22671) [n:127.0.0.1:65312_solr
c:routeFieldColl s:shard4 r:core_node15 x:routeFieldColl_shard4_replica_n12]
o.a.s.c.SolrCore [[routeFieldColl_shard4_replica_n12] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_2AB5ECCDBBCAECEA-001/tempDir-001/node1/routeFieldColl_shard4_replica_n12],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_2AB5ECCDBBCAECEA-001/tempDir-001/node1/./routeFieldColl_shard4_replica_n12/data/]
[junit4] 2> 2199257 INFO (qtp1080683989-22695) [n:127.0.0.1:65315_solr
c:routeFieldColl s:shard3 r:core_node13 x:routeFieldColl_shard3_replica_n10]
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 2199257 INFO (qtp1080683989-22695) [n:127.0.0.1:65315_solr
c:routeFieldColl s:shard3 r:core_node13 x:routeFieldColl_shard3_replica_n10]
o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard3_replica_n10'
using configuration from collection routeFieldColl, trusted=true
[junit4] 2> 2199258 INFO (qtp1080683989-22695) [n:127.0.0.1:65315_solr
c:routeFieldColl s:shard3 r:core_node13 x:routeFieldColl_shard3_replica_n10]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_65315.solr.core.routeFieldColl.shard3.replica_n10' (registry
'solr.core.routeFieldColl.shard3.replica_n10') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@18addb1
[junit4] 2> 2199258 INFO (qtp1080683989-22695) [n:127.0.0.1:65315_solr
c:routeFieldColl s:shard3 r:core_node13 x:routeFieldColl_shard3_replica_n10]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2199258 INFO (qtp1080683989-22695) [n:127.0.0.1:65315_solr
c:routeFieldColl s:shard3 r:core_node13 x:routeFieldColl_shard3_replica_n10]
o.a.s.c.SolrCore [[routeFieldColl_shard3_replica_n10] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_2AB5ECCDBBCAECEA-001/tempDir-001/node3/routeFieldColl_shard3_replica_n10],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_2AB5ECCDBBCAECEA-001/tempDir-001/node3/./routeFieldColl_shard3_replica_n10/data/]
[junit4] 2> 2199344 INFO (qtp1848093519-22684) [n:127.0.0.1:65314_solr
c:routeFieldColl s:shard1 r:core_node3 x:routeFieldColl_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 2199344 INFO (qtp1848093519-22684) [n:127.0.0.1:65314_solr
c:routeFieldColl s:shard1 r:core_node3 x:routeFieldColl_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2199345 INFO (qtp1848093519-22684) [n:127.0.0.1:65314_solr
c:routeFieldColl s:shard1 r:core_node3 x:routeFieldColl_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2199345 INFO (qtp1848093519-22684) [n:127.0.0.1:65314_solr
c:routeFieldColl s:shard1 r:core_node3 x:routeFieldColl_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2199355 INFO (qtp326863282-22678) [n:127.0.0.1:65313_solr
c:routeFieldColl s:shard4 r:core_node16 x:routeFieldColl_shard4_replica_n14]
o.a.s.c.SolrCore [routeFieldColl_shard4_replica_n14] CLOSING SolrCore
org.apache.solr.core.SolrCore@41d324bb
[junit4] 2> 2199355 INFO (qtp1080683989-22697) [n:127.0.0.1:65315_solr
c:routeFieldColl s:shard1 r:core_node5 x:routeFieldColl_shard1_replica_n2]
o.a.s.c.SolrCore [routeFieldColl_shard1_replica_n2] CLOSING SolrCore
org.apache.solr.core.SolrCore@4a70c935
[junit4] 2> 2199355 INFO (qtp326863282-22678) [n:127.0.0.1:65313_solr
c:routeFieldColl s:shard4 r:core_node16 x:routeFieldColl_shard4_replica_n14]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.routeFieldColl.shard4.replica_n14, tag=1104356539
[junit4] 2> 2199355 INFO (qtp1080683989-22697) [n:127.0.0.1:65315_solr
c:routeFieldColl s:shard1 r:core_node5 x:routeFieldColl_shard1_replica_n2]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.routeFieldColl.shard1.replica_n2, tag=1248905525
[junit4] 2> 2199355 INFO (qtp419761746-22671) [n:127.0.0.1:65312_solr
c:routeFieldColl s:shard4 r:core_node15 x:routeFieldColl_shard4_replica_n12]
o.a.s.c.SolrCore [routeFieldColl_shard4_replica_n12] CLOSING SolrCore
org.apache.solr.core.SolrCore@14bdaf0
[junit4] 2> 2199356 INFO (qtp419761746-22671) [n:127.0.0.1:65312_solr
c:routeFieldColl s:shard4 r:core_node15 x:routeFieldColl_shard4_replica_n12]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.routeFieldColl.shard4.replica_n12, tag=21748464
[junit4] 2> 2199356 INFO (qtp419761746-22671) [n:127.0.0.1:65312_solr
c:routeFieldColl s:shard4 r:core_node15 x:routeFieldColl_shard4_replica_n12]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@672f3922: rootName =
solr_65312, domain = solr.core.routeFieldColl.shard4.replica_n12, service url =
null, agent id = null] for registry solr.core.routeFieldColl.shard4.replica_n12
/ com.codahale.metrics.MetricRegistry@1b794393
[junit4] 2> 2199356 INFO (qtp1080683989-22697) [n:127.0.0.1:65315_solr
c:routeFieldColl s:shard1 r:core_node5 x:routeFieldColl_shard1_replica_n2]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@3d6c1cc1: rootName =
solr_65315, domain = solr.core.routeFieldColl.shard1.replica_n2, service url =
null, agent id = null] for registry solr.core.routeFieldColl.shard1.replica_n2
/ com.codahale.metrics.MetricRegistry@28316635
[junit4] 2> 2199356 INFO (qtp326863282-22678) [n:127.0.0.1:65313_solr
c:routeFieldColl s:shard4 r:core_node16 x:routeFieldColl_shard4_replica_n14]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@2e85af75: rootName =
solr_65313, domain = solr.core.routeFieldColl.shard4.replica_n14, service url =
null, agent id = null] for registry solr.core.routeFieldColl.shard4.replica_n14
/ com.codahale.metrics.MetricRegistry@54c7651d
[junit4] 2> 2199359 INFO (qtp1080683989-22695) [n:127.0.0.1:65315_solr
c:routeFieldColl s:shard3 r:core_node13 x:routeFieldColl_shard3_replica_n10]
o.a.s.c.SolrCore [routeFieldColl_shard3_replica_n10] CLOSING SolrCore
org.apache.solr.core.SolrCore@39c2c296
[junit4] 2> 2199362 INFO (qtp1848093519-22684) [n:127.0.0.1:65314_solr
c:routeFieldColl s:shard1 r:core_node3 x:routeFieldColl_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@234d3543[routeFieldColl_shard1_replica_n1] main]
[junit4] 2> 2199363 INFO (qtp1848093519-22684) [n:127.0.0.1:65314_solr
c:routeFieldColl s:shard1 r:core_node3 x:routeFieldColl_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 2199364 INFO (qtp1848093519-22684) [n:127.0.0.1:65314_solr
c:routeFieldColl s:shard1 r:core_node3 x:routeFieldColl_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 2199366 INFO (qtp1848093519-22684) [n:127.0.0.1:65314_solr
c:routeFieldColl s:shard1 r:core_node3 x:routeFieldColl_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2199367 INFO (qtp1848093519-22684) [n:127.0.0.1:65314_solr
c:routeFieldColl s:shard1 r:core_node3 x:routeFieldColl_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1577020634514325504
[junit4] 2> 2199367 INFO (qtp1848093519-22686) [n:127.0.0.1:65314_solr
c:routeFieldColl s:shard3 r:core_node11 x:routeFieldColl_shard3_replica_n8]
o.a.s.c.SolrCore [routeFieldColl_shard3_replica_n8] CLOSING SolrCore
org.apache.solr.core.SolrCore@3261c65e
[junit4] 2> 2199367 INFO (qtp1848093519-22686) [n:127.0.0.1:65314_solr
c:routeFieldColl s:shard3 r:core_node11 x:routeFieldColl_shard3_replica_n8]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.routeFieldColl.shard3.replica_n8, tag=845268574
[junit4] 2> 2199367 INFO (qtp1848093519-22686) [n:127.0.0.1:65314_solr
c:routeFieldColl s:shard3 r:core_node11 x:routeFieldColl_shard3_replica_n8]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@69fc1896: rootName =
solr_65314, domain = solr.core.routeFieldColl.shard3.replica_n8, service url =
null, agent id = null] for registry solr.core.routeFieldColl.shard3.replica_n8
/ com.codahale.metrics.MetricRegistry@257c577
[junit4] 2> 2199368 INFO (qtp326863282-22676) [n:127.0.0.1:65313_solr
c:routeFieldColl s:shard2 r:core_node9 x:routeFieldColl_shard2_replica_n6]
o.a.s.c.SolrCore [routeFieldColl_shard2_replica_n6] CLOSING SolrCore
org.apache.solr.core.SolrCore@28d83553
[junit4] 2> 2199372 INFO
(searcherExecutor-10006-thread-1-processing-n:127.0.0.1:65314_solr
x:routeFieldColl_shard1_replica_n1 s:shard1 c:routeFieldColl r:core_node3)
[n:127.0.0.1:65314_solr c:routeFieldColl s:shard1 r:core_node3
x:routeFieldColl_shard1_replica_n1] o.a.s.c.SolrCore
[routeFieldColl_shard1_replica_n1] Registered new searcher
Searcher@234d3543[routeFieldColl_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2199374 INFO (qtp1848093519-22684) [n:127.0.0.1:65314_solr
c:routeFieldColl s:shard1 r:core_node3 x:routeFieldColl_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for
shard shard1: total=2 found=1 timeoutin=9999ms
[junit4] 2> 2199383 INFO (qtp419761746-22669) [n:127.0.0.1:65312_solr
c:routeFieldColl s:shard2 r:core_node7 x:routeFieldColl_shard2_replica_n4]
o.a.s.c.SolrCore [routeFieldColl_shard2_replica_n4] CLOSING SolrCore
org.apache.solr.core.SolrCore@4d29cb2d
[junit4] 2> 2199396 INFO (qtp326863282-22678) [n:127.0.0.1:65313_solr
c:routeFieldColl s:shard4 r:core_node16 x:routeFieldColl_shard4_replica_n14]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.collection.routeFieldColl.shard4.leader, tag=1104356539
[junit4] 2> 2199397 INFO (qtp326863282-22676) [n:127.0.0.1:65313_solr
c:routeFieldColl s:shard2 r:core_node9 x:routeFieldColl_shard2_replica_n6]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.routeFieldColl.shard2.replica_n6, tag=685258067
[junit4] 2> 2199397 INFO (qtp326863282-22676) [n:127.0.0.1:65313_solr
c:routeFieldColl s:shard2 r:core_node9 x:routeFieldColl_shard2_replica_n6]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@73f1d17: rootName =
solr_65313, domain = solr.core.routeFieldColl.shard2.replica_n6, service url =
null, agent id = null] for registry solr.core.routeFieldColl.shard2.replica_n6
/ com.codahale.metrics.MetricRegistry@6f9bc38d
[junit4] 2> 2199397 INFO (qtp1080683989-22697) [n:127.0.0.1:65315_solr
c:routeFieldColl s:shard1 r:core_node5 x:routeFieldColl_shard1_replica_n2]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.collection.routeFieldColl.shard1.leader, tag=1248905525
[junit4] 2> 2199398 INFO (qtp1080683989-22695) [n:127.0.0.1:65315_solr
c:routeFieldColl s:shard3 r:core_node13 x:routeFieldColl_shard3_replica_n10]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.routeFieldColl.shard3.replica_n10, tag=969065110
[junit4] 2> 2199398 INFO (qtp1080683989-22695) [n:127.0.0.1:65315_solr
c:routeFieldColl s:shard3 r:core_node13 x:routeFieldColl_shard3_replica_n10]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@9fd1289: rootName =
solr_65315, domain = solr.core.routeFieldColl.shard3.replica_n10, service url =
null, agent id = null] for registry solr.core.routeFieldColl.shard3.replica_n10
/ com.codahale.metrics.MetricRegistry@1030948a
[junit4] 2> 2199398 ERROR (qtp326863282-22678) [n:127.0.0.1:65313_solr
c:routeFieldColl s:shard4 r:core_node16 x:routeFieldColl_shard4_replica_n14]
o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Error
CREATEing SolrCore 'routeFieldColl_shard4_replica_n14': Unable to create core
[routeFieldColl_shard4_replica_n14] Caused by: invalid API spec:
apispec/core.SchemaEdit.json
[junit4] 2> at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:967)
[junit4] 2> at
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:91)
[junit4] 2> at
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:384)
[junit4] 2> at
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:389)
[junit4] 2> at
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
[junit4] 2> at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:745)
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:726)
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:507)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
[junit4] 2> at
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
[junit4] 2> at
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:426)
[junit4] 2> at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
[junit4] 2> at
org.eclipse.jetty.server.Server.handle(Server.java:534)
[junit4] 2> at
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
[junit4] 2> at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
[junit4] 2> at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
[junit4] 2> at
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
[junit4] 2> at
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> Caused by: org.apache.solr.common.SolrException: Unable to
create core [routeFieldColl_shard4_replica_n14]
[junit4] 2> at
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1014)
[junit4] 2> at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:934)
[junit4] 2> ... 34 more
[junit4] 2> Caused by: org.apache.solr.common.SolrException: invalid API
spec: apispec/core.SchemaEdit.json
[junit4] 2> at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:988)
[junit4] 2> at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:843)
[junit4] 2> at
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:998)
[junit4] 2> ... 35 more
[junit4] 2> Caused by: java.lang.RuntimeException: invalid API spec:
apispec/core.SchemaEdit.json
[junit4] 2> at
org.apache.solr.common.util.ValidatingJsonMap.parse(ValidatingJsonMap.java:318)
[junit4] 2> at
org.apache.solr.common.util.Utils.lambda$getSpec$0(Utils.java:394)
[junit4] 2> at org.apache.solr.api.Api.getSpec(Api.java:65)
[junit4] 2> at org.apache.solr.api.ApiBag.register(ApiBag.java:73)
[junit4] 2> at
org.apache.solr.core.PluginBag.put(PluginBag.java:217)
[junit4] 2> at
org.apache.solr.core.PluginBag.init(PluginBag.java:274)
[junit4] 2> at
org.apache.solr.core.RequestHandlers.initHandlersFromConfig(RequestHandlers.java:130)
[junit4] 2> at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:946)
[junit4] 2> ... 37 more
[junit4] 2>
[junit4] 2> 2199398 INFO (qtp326863282-22678) [n:127.0.0.1:65313_solr
c:routeFieldColl s:shard4 r:core_node16 x:routeFieldColl_shard4_replica_n14]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node16&collection.configName=conf&newCollection=true&name=routeFieldColl_shard4_replica_n14&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard4&wt=javabin&version=2&replicaType=NRT}
status=400 QTime=1463
[junit4] 2> 2199398 ERROR
(OverseerThreadFactory-9997-thread-1-processing-n:127.0.0.1:65315_solr)
[n:127.0.0.1:65315_solr ] o.a.s.c.OverseerCollectionMessageHandler Error
from shard: http://127.0.0.1:65313/solr
[junit4] 2>
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://127.0.0.1:65313/solr: Error CREATEing SolrCore
'routeFieldColl_shard4_replica_n14': Unable to create core
[routeFieldColl_shard4_replica_n14] Caused by: invalid API spec:
apispec/core.SchemaEdit.json
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:627)
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
[junit4] 2> at
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
[junit4] 2> at
org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:172)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] 2> at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] 2> at
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 2199399 INFO (qtp419761746-22671) [n:127.0.0.1:65312_solr
c:routeFieldColl s:shard4 r:core_node15 x:routeFieldColl_shard4_replica_n12]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.collection.routeFieldColl.shard4.leader, tag=21748464
[junit4] 2> 2199399 INFO (qtp419761746-22669) [n:127.0.0.1:65312_solr
c:routeFieldColl s:shard2 r:core_node7 x:routeFieldColl_shard2_replica_n4]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.routeFieldColl.shard2.replica_n4, tag=1294584621
[junit4] 2> 2199399 INFO (qtp419761746-22669) [n:127.0.0.1:65312_solr
c:routeFieldColl s:shard2 r:core_node7 x:routeFieldColl_shard2_replica_n4]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@ee15bd2: rootName =
solr_65312, domain = solr.core.routeFieldColl.shard2.replica_n4, service url =
null, agent id = null] for registry solr.core.routeFieldColl.shard2.replica_n4
/ com.codahale.metrics.MetricRegistry@3e877df6
[junit4] 2> 2199400 ERROR (qtp1080683989-22697) [n:127.0.0.1:65315_solr
c:routeFieldColl s:shard1 r:core_node5 x:routeFieldColl_shard1_replica_n2]
o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Error
CREATEing SolrCore 'routeFieldColl_shard1_replica_n2': Unable to create core
[routeFieldColl_shard1_replica_n2] Caused by: invalid API spec:
apispec/core.SchemaEdit.json
[junit4] 2> at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:967)
[junit4] 2> at
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:91)
[junit4] 2> at
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:384)
[junit4] 2> at
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:389)
[junit4] 2> at
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
[junit4] 2> at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:745)
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:726)
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:507)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
[junit4] 2> at
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
[junit4] 2> at
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:426)
[junit4] 2> at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
[junit4] 2> at
org.eclipse.jetty.server.Server.handle(Server.java:534)
[junit4] 2> at
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
[junit4] 2> at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
[junit4] 2> at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
[junit4] 2> at
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
[junit4] 2> at
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> Caused by: org.apache.solr.common.SolrException: Unable to
create core [routeFieldColl_shard1_replica_n2]
[junit4] 2> at
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1014)
[junit4] 2> at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:934)
[junit4] 2> ... 34 more
[junit4] 2> Caused by: org.apache.solr.common.SolrException: invalid API
spec: apispec/core.SchemaEdit.json
[junit4] 2> at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:988)
[junit4] 2> at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:843)
[junit4] 2> at
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:998)
[junit4] 2> ... 35 more
[junit4] 2> Caused by: java.lang.RuntimeException: invalid API spec:
apispec/core.SchemaEdit.json
[junit4] 2> at
org.apache.solr.common.util.ValidatingJsonMap.parse(ValidatingJsonMap.java:318)
[junit4] 2> at
org.apache.solr.common.util.Utils.lambda$getSpec$0(Utils.java:394)
[junit4] 2> at org.apache.solr.api.Api.getSpec(Api.java:65)
[junit4] 2> at org.apache.solr.api.ApiBag.register(ApiBag.java:73)
[junit4] 2> at
org.apache.solr.core.PluginBag.put(PluginBag.java:217)
[junit4] 2> at
org.apache.solr.core.PluginBag.init(PluginBag.java:274)
[junit4] 2> at
org.apache.solr.core.RequestHandlers.initHandlersFromConfig(RequestHandlers.java:130)
[junit4] 2> at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:946)
[junit4] 2> ... 37 more
[junit4] 2>
[junit4] 2> 2199400 INFO (qtp1080683989-22697) [n:127.0.0.1:65315_solr
c:routeFieldColl s:shard1 r:core_node5 x:routeFieldColl_shard1_replica_n2]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=routeFieldColl_shard1_replica_n2&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=400 QTime=1456
[junit4] 2> 2199401 ERROR
(OverseerThreadFactory-9997-thread-1-processing-n:127.0.0.1:65315_solr)
[n:127.0.0.1:65315_solr ] o.a.s.c.OverseerCollectionMessageHandler Error
from shard: http://127.0.0.1:65315/solr
[junit4] 2>
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://127.0.0.1:65315/solr: Error CREATEing SolrCore
'routeFieldColl_shard1_replica_n2': Unable to create core
[routeFieldColl_shard1_replica_n2] Caused by: invalid API spec:
apispec/core.SchemaEdit.json
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:627)
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
[junit4] 2> at
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
[junit4] 2> at
org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:172)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] 2> at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] 2> at
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 2199402 ERROR (qtp419761746-22671) [n:127.0.0.1:65312_solr
c:routeFieldColl s:shard4 r:core_node15 x:routeFieldColl_shard4_replica_n12]
o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Error
CREATEing SolrCore 'routeFieldColl_shard4_replica_n12': Unable to create core
[routeFieldColl_shard4_replica_n12] Caused by: invalid API spec:
apispec/core.SchemaEdit.json
[junit4] 2> at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:967)
[junit4] 2> at
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:91)
[junit4] 2> at
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:384)
[junit4] 2> at
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:389)
[junit4] 2> at
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
[junit4] 2> at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:745)
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:726)
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:507)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
[junit4] 2> at
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
[junit4] 2> at
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:426)
[junit4] 2> at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
[junit4] 2> at
org.eclipse.jetty.server.Server.handle(Server.java:534)
[junit4] 2> at
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
[junit4] 2> at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
[junit4] 2> at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
[junit4] 2> at
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
[junit4] 2> at
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> Caused by: org.apache.solr.common.SolrException: Unable to
create core [routeFieldColl_shard4_replica_n12]
[junit4] 2> at
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1014)
[junit4] 2> at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:934)
[junit4] 2> ... 34 more
[junit4] 2> Caused by: org.apache.solr.common.SolrException: invalid API
spec: apispec/core.SchemaEdit.json
[junit4] 2> at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:988)
[junit4] 2> at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:843)
[junit4] 2> at
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:998)
[junit4] 2> ... 35 more
[junit4] 2> Caused by: java.lang.RuntimeException: invalid API spec:
apispec/core.SchemaEdit.json
[junit4] 2> at
org.apache.solr.common.util.ValidatingJsonMap.parse(ValidatingJsonMap.java:318)
[junit4] 2> at
org.apache.solr.common.util.Utils.lambda$getSpec$0(Utils.java:394)
[junit4] 2> at org.apache.solr.api.Api.getSpec(Api.java:65)
[junit4] 2> at org.apache.solr.api.ApiBag.register(ApiBag.java:73)
[junit4] 2> at
org.apache.solr.core.PluginBag.put(PluginBag.java:217)
[junit4] 2> at
org.apache.solr.core.PluginBag.init(PluginBag.java:274)
[junit4] 2> at
org.apache.solr.core.RequestHandlers.initHandlersFromConfig(RequestHandlers.java:130)
[junit4] 2> at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:946)
[junit4] 2> ... 37 more
[junit4] 2>
[junit4] 2> 2199402 INFO (qtp419761746-22671) [n:127.0.0.1:65312_solr
c:routeFieldColl s:shard4 r:core_node15 x:routeFieldColl_shard4_replica_n12]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node15&collection.configName=conf&newCollection=true&name=routeFieldColl_shard4_replica_n12&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard4&wt=javabin&version=2&replicaType=NRT}
status=400 QTime=1483
[junit4] 2> 2199402 ERROR
(OverseerThreadFactory-9997-thread-1-processing-n:127.0.0.1:65315_solr)
[n:127.0.0.1:65315_solr ] o.a.s.c.OverseerCollectionMessageHandler Error
from shard: http://127.0.0.1:65312/solr
[junit4] 2>
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://127.0.0.1:65312/solr: Error CREATEing SolrCore
'routeFieldColl_shard4_replica_n12': Unable to create core
[routeFieldColl_shard4_replica_n12] Caused by: invalid API spec:
apispec/core.SchemaEdit.json
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:627)
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
[junit4] 2> at
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
[junit4] 2> at
org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:172)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] 2> at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] 2> at
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[junit4] 2> at java.util.concurren
[...truncated too long message...]
orary files on disk at:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.metrics.reporters.SolrSlf4jReporterTest_2AB5ECCDBBCAECEA-001
[junit4] 2> NOTE: test params are:
codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION,
chunkSize=17585, maxDocsPerChunk=4, blockSize=3),
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION,
chunkSize=17585, blockSize=3)), sim=RandomSimilarity(queryNorm=true): {},
locale=uk-UA, timezone=Africa/Gaborone
[junit4] 2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_144
(64-bit)/cpus=3,threads=1,free=197887152,total=518979584
[junit4] 2> NOTE: All tests run in this JVM:
[HdfsTlogReplayBufferedWhileIndexingTest, LeaderFailoverAfterPartitionTest,
StatsComponentTest, ChaosMonkeySafeLeaderTest, TolerantUpdateProcessorTest,
TestBinaryResponseWriter, MoveReplicaHDFSTest,
TestMultiValuedNumericRangeQuery, TestOverriddenPrefixQueryForCustomFieldType,
BlockJoinFacetDistribTest, HdfsDirectoryTest, TestExactSharedStatsCache,
TestLMJelinekMercerSimilarityFactory, CollectionStateFormat2Test,
SolrMetricManagerTest, TestPayloadScoreQParserPlugin, SolrRequestParserTest,
DistributedTermsComponentTest, JSONWriterTest, TestShortCircuitedRequests,
TestCloudNestedDocsSort, TestRealTimeGet, InfoHandlerTest,
TestRebalanceLeaders, HLLUtilTest, TestFieldSortValues,
TestJsonFacetRefinement, TestAnalyzedSuggestions, SpellCheckCollatorTest,
QueryResultKeyTest, TestShardHandlerFactory, CopyFieldTest, TestRecovery,
TestPerFieldSimilarityWithDefaultOverride, TestRangeQuery,
TestDFISimilarityFactory, CacheHeaderTest, DateRangeFieldTest,
TestSchemaVersionResource, TestDocumentBuilder,
TestCopyFieldCollectionResource, TestFieldCacheSortRandom,
TestObjectReleaseTracker, TestClusterStateMutator,
OverseerModifyCollectionTest, TestScoreJoinQPNoScore, TestExceedMaxTermLength,
DebugComponentTest, DeleteReplicaTest, TestTrie, TestFastLRUCache,
TestMergePolicyConfig, ReplicationFactorTest, TestConfigOverlay, EnumFieldTest,
TestCrossCoreJoin, SuggesterTSTTest, TestEmbeddedSolrServerSchemaAPI,
DistributedQueryElevationComponentTest, TestReRankQParserPlugin,
RuleEngineTest, FileUtilsTest, WrapperMergePolicyFactoryTest,
TestSimpleQParserPlugin, TestBlobHandler, TestLegacyField,
LeaderElectionIntegrationTest, SampleTest, TestManagedSchema,
SolrCmdDistributorTest, TestQueryUtils, DOMUtilTest, DocValuesMultiTest,
TestPullReplica, TestSQLHandler, ConjunctionSolrSpellCheckerTest,
HdfsSyncSliceTest, MigrateRouteKeyTest, PropertiesRequestHandlerTest,
AutoCommitTest, MBeansHandlerTest, SolrPluginUtilsTest, TestDocTermOrds,
TestReload, BlockJoinFacetSimpleTest, CachingDirectoryFactoryTest,
TestBM25SimilarityFactory, SolrIndexConfigTest, TestFieldCacheWithThreads,
SynonymTokenizerTest, TermVectorComponentTest, UtilsToolTest,
TestHighFrequencyDictionaryFactory, TestSubQueryTransformerCrossCore,
DataDrivenBlockJoinTest, CdcrRequestHandlerTest, TestLRUCache,
DistributedFacetExistsSmallTest, BlobRepositoryCloudTest,
MoreLikeThisHandlerTest, BigEndianAscendingWordDeserializerTest,
DistributedIntervalFacetingTest, TestConfigsApi,
ChaosMonkeyNothingIsSafeWithPullReplicasTest, ChangedSchemaMergeTest,
MergeStrategyTest, LoggingHandlerTest, TestSystemIdResolver, TestFieldResource,
TestInfoStreamLogging, V2StandaloneTest, TestDelegationWithHadoopAuth,
CursorMarkTest, UpdateLogTest, DistribDocExpirationUpdateProcessorTest,
PolyFieldTest, SignatureUpdateProcessorFactoryTest, TestSolrConfigHandlerCloud,
TestHttpShardHandlerFactory, TestSchemaManager, TestHdfsBackupRestoreCore,
SubstringBytesRefFilterTest, TestFastWriter, TestSolrDeletionPolicy1,
TestManagedSynonymFilterFactory, TestSolrCloudWithSecureImpersonation,
SolrMetricsIntegrationTest, FullSolrCloudDistribCmdsTest, SolrJmxReporterTest,
TestWordDelimiterFilterFactory, CloneFieldUpdateProcessorFactoryTest,
HttpSolrCallGetCoreTest, PreAnalyzedUpdateProcessorTest, TestSolrIndexConfig,
SegmentsInfoRequestHandlerTest, SortSpecParsingTest,
SimpleCollectionCreateDeleteTest, HdfsRecoveryZkTest,
TestGraphMLResponseWriter, TestSolrConfigHandler, BadComponentTest,
TestRTGBase, QueryEqualityTest, TestSolr4Spatial, TestMultiWordSynonyms,
TestSolrCloudSnapshots, ConnectionManagerTest, TestElisionMultitermQuery,
BlockDirectoryTest, TestManagedResource, TestQueryTypes, NodeMutatorTest,
TestPushWriter, TestSlowCompositeReaderWrapper, AssignTest, BitVectorTest,
TestCloudManagedSchema, TestCorePropertiesReload,
TestLeaderInitiatedRecoveryThread, BadIndexSchemaTest, MoveReplicaTest,
LukeRequestHandlerTest, TestExportWriter,
TestDistributedStatsComponentCardinality, TestCSVLoader,
SpellPossibilityIteratorTest, TermsComponentTest, TemplateUpdateProcessorTest,
TestRestManager, SimpleMLTQParserTest, TestDistributedMissingSort,
TestValueSourceCache, FileBasedSpellCheckerTest, ExitableDirectoryReaderTest,
HdfsBasicDistributedZkTest, OpenExchangeRatesOrgProviderTest,
DocumentBuilderTest, TestUninvertingReader, TestCloudRecovery,
ShowFileRequestHandlerTest, TestDynamicFieldResource, BasicDistributedZk2Test,
CollectionsAPIDistributedZkTest, SyncSliceTest, OpenCloseCoreStressTest,
ShardRoutingTest, BasicZkTest, RecoveryZkTest, TestReplicationHandler,
TestRandomFaceting, LeaderElectionTest, ZkSolrClientTest, TestZkChroot,
TestRandomDVFaceting, ZkCLITest, ShardRoutingCustomTest,
TestDistributedGrouping, TestHashPartitioner,
TermVectorComponentDistributedTest, ZkControllerTest, TestStressReorder,
TestJoin, HardAutoCommitTest, SolrCoreTest, SpellCheckComponentTest,
QueryElevationComponentTest, ConvertedLegacyTest, TestSort, TestFiltering,
BasicFunctionalityTest, TestLazyCores, DirectUpdateHandlerTest, TestBadConfig,
TestIndexSearcher, SoftAutoCommitTest, SolrIndexSplitterTest,
TestCoreDiscovery, AnalysisAfterCoreReloadTest, TestExtendedDismaxParser,
SuggesterFSTTest, TestStressLucene, SpatialFilterTest, SuggesterWFSTTest,
WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest,
SolrCoreCheckLockOnStartupTest, TestUpdate, FieldMutatingUpdateProcessorTest,
TestAtomicUpdateErrorCases, DefaultValueUpdateProcessorTest,
StatelessScriptUpdateProcessorFactoryTest, TestRemoteStreaming,
DistanceFunctionTest, TestSurroundQueryParser, TestWriterPerf,
DirectSolrSpellCheckerTest, DocumentAnalysisRequestHandlerTest,
TestOmitPositions, XmlUpdateRequestHandlerTest, RequestHandlersTest,
PathHierarchyTokenizerFactoryTest, TestIndexingPerformance, RequiredFieldsTest,
FieldAnalysisRequestHandlerTest, TestSolrQueryParser,
IndexSchemaRuntimeFieldTest, TestJmxIntegration, TestCollationField,
UpdateRequestProcessorFactoryTest, QueryParsingTest, JsonLoaderTest,
TestPartialUpdateDeduplication, PingRequestHandlerTest, TestComponentsName,
SearchHandlerTest, TestLFUCache, SOLR749Test, UpdateParamsTest, MultiTermTest,
TestDocSet, TestBinaryField, TestSearchPerf, NumericFieldsTest, TestConfig,
OutputWriterTest, ExternalFileFieldSortTest, TestPostingsSolrHighlighter,
DirectSolrConnectionTest, NotRequiredUniqueKeyTest, TestLuceneMatchVersion,
TestCharFilters, TestXIncludeConfig, EchoParamsTest, TestDFRSimilarityFactory,
TestPerFieldSimilarity, TestIBSimilarityFactory, TimeZoneUtilsTest,
ResourceLoaderTest, TestFastOutputStream, ScriptEngineTest, PluginInfoTest,
DateMathParserTest, PreAnalyzedFieldTest, PrimUtilsTest,
TestSuggestSpellingConverter, SpellingQueryConverterTest, TestSolrJ,
ZkNodePropsTest, SliceStateTest, SystemInfoHandlerTest, CircularListTest,
DistributedMLTComponentTest, CursorPagingTest, SolrTestCaseJ4Test,
TestCursorMarkWithoutUniqueKey, TestHighlightDedupGrouping,
TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerConstructors,
TestJettySolrRunner, ConnectionReuseTest, ActionThrottleTest,
BaseCdcrDistributedZkTest, CdcrBootstrapTest,
CollectionsAPIAsyncDistributedZkTest, ConcurrentDeleteAndCreateCollectionTest,
CustomCollectionTest, HttpPartitionTest, LeaderFailureAfterFreshStartTest,
LeaderInitiatedRecoveryOnCommitTest, OverseerStatusTest,
RecoveryAfterSoftCommitTest, RemoteQueryErrorTest, SSLMigrationTest,
SaslZkACLProviderTest, SharedFSAutoReplicaFailoverTest,
SharedFSAutoReplicaFailoverUtilsTest, SolrCLIZkUtilsTest, SolrCloudExampleTest,
TestCloudPivotFacet, TestClusterProperties, TestCollectionAPI,
TestCollectionsAPIViaSolrCloudCluster, TestConfigSetsAPIExclusivity,
TestCryptoKeys, TestDistribDocBasedVersion, TestDownShardTolerantSearch,
TestExclusionRuleCollectionAccess, TestHdfsCloudBackupRestore,
TestLeaderElectionWithEmptyReplica, TestLockTree,
TestOnReconnectListenerSupport, TestRandomFlRTGCloud,
TestRandomRequestDistribution, TestReplicaProperties, TestRequestForwarding,
TestSSLRandomization, TestSizeLimitedDistributedMap,
TestStressCloudBlindAtomicUpdates, TestStressLiveNodes, TestTlogReplica,
VMParamsZkACLAndCredentialsProvidersTest, ZkFailoverTest,
ConfigureRecoveryStrategyTest, CoreSorterTest, TestBackupRepositoryFactory,
TestConfigSetImmutable, TestConfigSetProperties, TestConfigSets,
TestCustomStream, TestImplicitCoreProperties, TestNRTOpen,
TestReloadAndDeleteDocs, TestSolrCoreSnapshots, RequestLoggingTest,
TestConfigReload, TestReqParamsAPI, TestRestoreCore,
CoreAdminRequestStatusTest, CoreMergeIndexesAdminHandlerTest, TestApiFramework,
TestCoreAdminApis, DistributedDebugComponentTest,
DistributedExpandComponentTest, DistributedFacetPivotLongTailTest,
DistributedFacetPivotWhiteBoxTest, DistributedSuggestComponentTest,
SuggestComponentContextFilterQueryTest, TestExpandComponent,
TestPivotHelperCode, TestTrackingShardHandlerFactory, HighlighterMaxOffsetTest,
TestUnifiedSolrHighlighter, CheckHdfsIndexTest, TestLegacyFieldReuse,
TestLegacyNumericUtils, TestLegacyTerms, TestNumericRangeQuery32,
TestNumericRangeQuery64, TestNumericTokenStream, MetricsConfigTest,
SolrCoreMetricManagerTest, SolrGraphiteReporterTest, SolrSlf4jReporterTest]
[junit4] Completed [632/731 (2!)] on J1 in 6.52s, 1 test, 1 failure <<<
FAILURES!
[...truncated 46517 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]