Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/4084/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseG1GC
2 tests failed.
FAILED:
org.apache.solr.cloud.CustomCollectionTest.testRouteFieldForImplicitRouter
Error Message:
Collection not found: withShardField
Stack Trace:
org.apache.solr.common.SolrException: Collection not found: withShardField
at
__randomizedtesting.SeedInfo.seed([6B5CAC29179DE020:3E0C44BBBB642FD0]:0)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.getCollectionNames(CloudSolrClient.java:1153)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:836)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:807)
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.testRouteFieldForImplicitRouter(CustomCollectionTest.java:141)
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.handler.admin.MetricsHandlerTest.testPropertyFilter
Error Message:
Stack Trace:
java.lang.AssertionError
at
__randomizedtesting.SeedInfo.seed([6B5CAC29179DE020:9315268D813801E]:0)
at org.junit.Assert.fail(Assert.java:92)
at org.junit.Assert.assertTrue(Assert.java:43)
at org.junit.Assert.assertNotNull(Assert.java:526)
at org.junit.Assert.assertNotNull(Assert.java:537)
at
org.apache.solr.handler.admin.MetricsHandlerTest.testPropertyFilter(MetricsHandlerTest.java:201)
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 12494 lines...]
[junit4] Suite: org.apache.solr.cloud.CustomCollectionTest
[junit4] 2> Creating dataDir:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_6B5CAC29179DE020-001/init-core-data-001
[junit4] 2> 1802616 INFO
(SUITE-CustomCollectionTest-seed#[6B5CAC29179DE020]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields
[junit4] 2> 1802622 INFO
(SUITE-CustomCollectionTest-seed#[6B5CAC29179DE020]-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> 1802623 INFO
(SUITE-CustomCollectionTest-seed#[6B5CAC29179DE020]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_6B5CAC29179DE020-001/tempDir-001
[junit4] 2> 1802623 INFO
(SUITE-CustomCollectionTest-seed#[6B5CAC29179DE020]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1802624 INFO (Thread-4074) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1802624 INFO (Thread-4074) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 1802629 ERROR (Thread-4074) [ ] 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> 1802734 INFO
(SUITE-CustomCollectionTest-seed#[6B5CAC29179DE020]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:64256
[junit4] 2> 1802773 INFO (jetty-launcher-4242-thread-1) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1802773 INFO (jetty-launcher-4242-thread-4) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1802773 INFO (jetty-launcher-4242-thread-2) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1802773 INFO (jetty-launcher-4242-thread-3) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1802777 INFO (jetty-launcher-4242-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@716f704f{/solr,null,AVAILABLE}
[junit4] 2> 1802778 INFO (jetty-launcher-4242-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@532946a7{/solr,null,AVAILABLE}
[junit4] 2> 1802778 INFO (jetty-launcher-4242-thread-1) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@354062b6{HTTP/1.1,[http/1.1]}{127.0.0.1:64258}
[junit4] 2> 1802779 INFO (jetty-launcher-4242-thread-1) [ ]
o.e.j.s.Server Started @1807413ms
[junit4] 2> 1802779 INFO (jetty-launcher-4242-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=64258}
[junit4] 2> 1802779 ERROR (jetty-launcher-4242-thread-1) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1802779 INFO (jetty-launcher-4242-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 1802779 INFO (jetty-launcher-4242-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1802779 INFO (jetty-launcher-4242-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1802779 INFO (jetty-launcher-4242-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@d13a911{/solr,null,AVAILABLE}
[junit4] 2> 1802779 INFO (jetty-launcher-4242-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-06-18T11:48:45.835Z
[junit4] 2> 1802779 INFO (jetty-launcher-4242-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@203fb405{/solr,null,AVAILABLE}
[junit4] 2> 1802779 INFO (jetty-launcher-4242-thread-4) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@3b2ad2ae{HTTP/1.1,[http/1.1]}{127.0.0.1:64260}
[junit4] 2> 1802779 INFO (jetty-launcher-4242-thread-4) [ ]
o.e.j.s.Server Started @1807414ms
[junit4] 2> 1802780 INFO (jetty-launcher-4242-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=64260}
[junit4] 2> 1802780 INFO (jetty-launcher-4242-thread-2) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@78e4c79b{HTTP/1.1,[http/1.1]}{127.0.0.1:64261}
[junit4] 2> 1802780 INFO (jetty-launcher-4242-thread-2) [ ]
o.e.j.s.Server Started @1807414ms
[junit4] 2> 1802780 INFO (jetty-launcher-4242-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=64261}
[junit4] 2> 1802780 INFO (jetty-launcher-4242-thread-3) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@527a5b98{HTTP/1.1,[http/1.1]}{127.0.0.1:64259}
[junit4] 2> 1802780 INFO (jetty-launcher-4242-thread-3) [ ]
o.e.j.s.Server Started @1807414ms
[junit4] 2> 1802780 ERROR (jetty-launcher-4242-thread-2) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1802780 ERROR (jetty-launcher-4242-thread-4) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1802780 INFO (jetty-launcher-4242-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 1802780 INFO (jetty-launcher-4242-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=64259}
[junit4] 2> 1802780 INFO (jetty-launcher-4242-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1802780 INFO (jetty-launcher-4242-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1802780 ERROR (jetty-launcher-4242-thread-3) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1802780 INFO (jetty-launcher-4242-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-06-18T11:48:45.836Z
[junit4] 2> 1802781 INFO (jetty-launcher-4242-thread-4) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 1802781 INFO (jetty-launcher-4242-thread-4) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1802781 INFO (jetty-launcher-4242-thread-4) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1802781 INFO (jetty-launcher-4242-thread-4) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-06-18T11:48:45.837Z
[junit4] 2> 1802781 INFO (jetty-launcher-4242-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 1802781 INFO (jetty-launcher-4242-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1802781 INFO (jetty-launcher-4242-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1802781 INFO (jetty-launcher-4242-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-06-18T11:48:45.837Z
[junit4] 2> 1802785 INFO (jetty-launcher-4242-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1802785 INFO (jetty-launcher-4242-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1802785 INFO (jetty-launcher-4242-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1802786 INFO (jetty-launcher-4242-thread-4) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1802796 INFO (jetty-launcher-4242-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64256/solr
[junit4] 2> 1802796 INFO (jetty-launcher-4242-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64256/solr
[junit4] 2> 1802796 INFO (jetty-launcher-4242-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64256/solr
[junit4] 2> 1802798 INFO (jetty-launcher-4242-thread-4) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64256/solr
[junit4] 2> 1802832 INFO (jetty-launcher-4242-thread-1)
[n:127.0.0.1:64258_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1802832 INFO (jetty-launcher-4242-thread-2)
[n:127.0.0.1:64261_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1802832 INFO (jetty-launcher-4242-thread-3)
[n:127.0.0.1:64259_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1802832 INFO (jetty-launcher-4242-thread-4)
[n:127.0.0.1:64260_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1802833 INFO (jetty-launcher-4242-thread-2)
[n:127.0.0.1:64261_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:64261_solr
[junit4] 2> 1802834 INFO (jetty-launcher-4242-thread-1)
[n:127.0.0.1:64258_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:64258_solr
[junit4] 2> 1802834 INFO (jetty-launcher-4242-thread-3)
[n:127.0.0.1:64259_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:64259_solr
[junit4] 2> 1802834 INFO (jetty-launcher-4242-thread-4)
[n:127.0.0.1:64260_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:64260_solr
[junit4] 2> 1802835 INFO (jetty-launcher-4242-thread-2)
[n:127.0.0.1:64261_solr ] o.a.s.c.Overseer Overseer
(id=98158937747226633-127.0.0.1:64261_solr-n_0000000000) starting
[junit4] 2> 1802836 INFO
(zkCallback-4264-thread-1-processing-n:127.0.0.1:64260_solr)
[n:127.0.0.1:64260_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 1802836 INFO
(zkCallback-4261-thread-1-processing-n:127.0.0.1:64261_solr)
[n:127.0.0.1:64261_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 1802836 INFO
(zkCallback-4263-thread-1-processing-n:127.0.0.1:64258_solr)
[n:127.0.0.1:64258_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 1802836 INFO
(zkCallback-4262-thread-1-processing-n:127.0.0.1:64259_solr)
[n:127.0.0.1:64259_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 1802908 INFO (jetty-launcher-4242-thread-4)
[n:127.0.0.1:64260_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_64260.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4338516a
[junit4] 2> 1802911 INFO (jetty-launcher-4242-thread-4)
[n:127.0.0.1:64260_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_64260.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4338516a
[junit4] 2> 1802911 INFO (jetty-launcher-4242-thread-4)
[n:127.0.0.1:64260_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_64260.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4338516a
[junit4] 2> 1802912 INFO (jetty-launcher-4242-thread-4)
[n:127.0.0.1:64260_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_6B5CAC29179DE020-001/tempDir-001/node4/.
[junit4] 2> 1802913 INFO (jetty-launcher-4242-thread-1)
[n:127.0.0.1:64258_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_64258.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4338516a
[junit4] 2> 1802917 INFO (jetty-launcher-4242-thread-1)
[n:127.0.0.1:64258_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_64258.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4338516a
[junit4] 2> 1802917 INFO (jetty-launcher-4242-thread-1)
[n:127.0.0.1:64258_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_64258.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4338516a
[junit4] 2> 1802917 INFO (jetty-launcher-4242-thread-1)
[n:127.0.0.1:64258_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_6B5CAC29179DE020-001/tempDir-001/node1/.
[junit4] 2> 1802943 INFO (jetty-launcher-4242-thread-2)
[n:127.0.0.1:64261_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:64261_solr
[junit4] 2> 1802946 INFO
(zkCallback-4263-thread-1-processing-n:127.0.0.1:64258_solr)
[n:127.0.0.1:64258_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1802946 INFO
(zkCallback-4261-thread-1-processing-n:127.0.0.1:64261_solr)
[n:127.0.0.1:64261_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1802955 INFO
(zkCallback-4264-thread-1-processing-n:127.0.0.1:64260_solr)
[n:127.0.0.1:64260_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1802955 INFO
(zkCallback-4262-thread-1-processing-n:127.0.0.1:64259_solr)
[n:127.0.0.1:64259_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1802965 INFO (jetty-launcher-4242-thread-3)
[n:127.0.0.1:64259_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_64259.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4338516a
[junit4] 2> 1802968 INFO (jetty-launcher-4242-thread-3)
[n:127.0.0.1:64259_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_64259.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4338516a
[junit4] 2> 1802968 INFO (jetty-launcher-4242-thread-3)
[n:127.0.0.1:64259_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_64259.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4338516a
[junit4] 2> 1802969 INFO (jetty-launcher-4242-thread-3)
[n:127.0.0.1:64259_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_6B5CAC29179DE020-001/tempDir-001/node3/.
[junit4] 2> 1802999 INFO (jetty-launcher-4242-thread-2)
[n:127.0.0.1:64261_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_64261.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4338516a
[junit4] 2> 1803001 INFO (jetty-launcher-4242-thread-2)
[n:127.0.0.1:64261_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_64261.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4338516a
[junit4] 2> 1803002 INFO (jetty-launcher-4242-thread-2)
[n:127.0.0.1:64261_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_64261.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4338516a
[junit4] 2> 1803002 INFO (jetty-launcher-4242-thread-2)
[n:127.0.0.1:64261_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_6B5CAC29179DE020-001/tempDir-001/node2/.
[junit4] 2> 1803025 INFO
(SUITE-CustomCollectionTest-seed#[6B5CAC29179DE020]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 1803027 INFO
(SUITE-CustomCollectionTest-seed#[6B5CAC29179DE020]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:64256/solr ready
[junit4] 2> 1803051 INFO
(TEST-CustomCollectionTest.testCreateShardRepFactor-seed#[6B5CAC29179DE020]) [
] o.a.s.SolrTestCaseJ4 ###Starting testCreateShardRepFactor
[junit4] 2> 1803053 INFO
(TEST-CustomCollectionTest.testCreateShardRepFactor-seed#[6B5CAC29179DE020]) [
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 1803057 INFO (qtp1995645580-20568) [n:127.0.0.1:64260_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
shards=a,b&replicationFactor=1&collection.configName=conf&name=testCreateShardRepFactor&router.name=implicit&nrtReplicas=1&action=CREATE&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1803059 INFO
(OverseerThreadFactory-9280-thread-1-processing-n:127.0.0.1:64261_solr)
[n:127.0.0.1:64261_solr ] o.a.s.c.CreateCollectionCmd Create collection
testCreateShardRepFactor
[junit4] 2> 1803181 INFO (qtp1802555980-20555) [n:127.0.0.1:64258_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=testCreateShardRepFactor_b_replica_n1&action=CREATE&numShards=2&collection=testCreateShardRepFactor&shard=b&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1803181 INFO (qtp1279988014-20565) [n:127.0.0.1:64259_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=testCreateShardRepFactor_a_replica_n1&action=CREATE&numShards=2&collection=testCreateShardRepFactor&shard=a&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1803182 INFO (qtp1802555980-20555) [n:127.0.0.1:64258_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 1803182 INFO (qtp1279988014-20565) [n:127.0.0.1:64259_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 1803301 INFO
(zkCallback-4262-thread-1-processing-n:127.0.0.1:64259_solr)
[n:127.0.0.1:64259_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testCreateShardRepFactor/state.json] for collection
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1803301 INFO
(zkCallback-4263-thread-1-processing-n:127.0.0.1:64258_solr)
[n:127.0.0.1:64258_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testCreateShardRepFactor/state.json] for collection
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1804210 INFO (qtp1802555980-20555) [n:127.0.0.1:64258_solr
c:testCreateShardRepFactor s:b x:testCreateShardRepFactor_b_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 1804210 INFO (qtp1279988014-20565) [n:127.0.0.1:64259_solr
c:testCreateShardRepFactor s:a x:testCreateShardRepFactor_a_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 1804231 INFO (qtp1279988014-20565) [n:127.0.0.1:64259_solr
c:testCreateShardRepFactor s:a x:testCreateShardRepFactor_a_replica_n1]
o.a.s.s.IndexSchema [testCreateShardRepFactor_a_replica_n1] Schema
name=cloud-dynamic
[junit4] 2> 1804232 INFO (qtp1802555980-20555) [n:127.0.0.1:64258_solr
c:testCreateShardRepFactor s:b x:testCreateShardRepFactor_b_replica_n1]
o.a.s.s.IndexSchema [testCreateShardRepFactor_b_replica_n1] Schema
name=cloud-dynamic
[junit4] 2> 1804248 INFO (qtp1279988014-20565) [n:127.0.0.1:64259_solr
c:testCreateShardRepFactor s:a x:testCreateShardRepFactor_a_replica_n1]
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 1804248 INFO (qtp1279988014-20565) [n:127.0.0.1:64259_solr
c:testCreateShardRepFactor s:a x:testCreateShardRepFactor_a_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'testCreateShardRepFactor_a_replica_n1'
using configuration from collection testCreateShardRepFactor, trusted=true
[junit4] 2> 1804248 INFO (qtp1802555980-20555) [n:127.0.0.1:64258_solr
c:testCreateShardRepFactor s:b x:testCreateShardRepFactor_b_replica_n1]
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 1804248 INFO (qtp1802555980-20555) [n:127.0.0.1:64258_solr
c:testCreateShardRepFactor s:b x:testCreateShardRepFactor_b_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'testCreateShardRepFactor_b_replica_n1'
using configuration from collection testCreateShardRepFactor, trusted=true
[junit4] 2> 1804248 INFO (qtp1279988014-20565) [n:127.0.0.1:64259_solr
c:testCreateShardRepFactor s:a x:testCreateShardRepFactor_a_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_64259.solr.core.testCreateShardRepFactor.a.replica_n1' (registry
'solr.core.testCreateShardRepFactor.a.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4338516a
[junit4] 2> 1804248 INFO (qtp1279988014-20565) [n:127.0.0.1:64259_solr
c:testCreateShardRepFactor s:a x:testCreateShardRepFactor_a_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1804248 INFO (qtp1279988014-20565) [n:127.0.0.1:64259_solr
c:testCreateShardRepFactor s:a x:testCreateShardRepFactor_a_replica_n1]
o.a.s.c.SolrCore [[testCreateShardRepFactor_a_replica_n1] ] Opening new
SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_6B5CAC29179DE020-001/tempDir-001/node3/testCreateShardRepFactor_a_replica_n1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_6B5CAC29179DE020-001/tempDir-001/node3/./testCreateShardRepFactor_a_replica_n1/data/]
[junit4] 2> 1804248 INFO (qtp1802555980-20555) [n:127.0.0.1:64258_solr
c:testCreateShardRepFactor s:b x:testCreateShardRepFactor_b_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_64258.solr.core.testCreateShardRepFactor.b.replica_n1' (registry
'solr.core.testCreateShardRepFactor.b.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4338516a
[junit4] 2> 1804249 INFO (qtp1802555980-20555) [n:127.0.0.1:64258_solr
c:testCreateShardRepFactor s:b x:testCreateShardRepFactor_b_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1804249 INFO (qtp1802555980-20555) [n:127.0.0.1:64258_solr
c:testCreateShardRepFactor s:b x:testCreateShardRepFactor_b_replica_n1]
o.a.s.c.SolrCore [[testCreateShardRepFactor_b_replica_n1] ] Opening new
SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_6B5CAC29179DE020-001/tempDir-001/node1/testCreateShardRepFactor_b_replica_n1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_6B5CAC29179DE020-001/tempDir-001/node1/./testCreateShardRepFactor_b_replica_n1/data/]
[junit4] 2> 1804300 INFO (qtp1279988014-20565) [n:127.0.0.1:64259_solr
c:testCreateShardRepFactor s:a x:testCreateShardRepFactor_a_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1804300 INFO (qtp1802555980-20555) [n:127.0.0.1:64258_solr
c:testCreateShardRepFactor s:b x:testCreateShardRepFactor_b_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1804300 INFO (qtp1802555980-20555) [n:127.0.0.1:64258_solr
c:testCreateShardRepFactor s:b x:testCreateShardRepFactor_b_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1804300 INFO (qtp1279988014-20565) [n:127.0.0.1:64259_solr
c:testCreateShardRepFactor s:a x:testCreateShardRepFactor_a_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1804302 INFO (qtp1802555980-20555) [n:127.0.0.1:64258_solr
c:testCreateShardRepFactor s:b x:testCreateShardRepFactor_b_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1804302 INFO (qtp1279988014-20565) [n:127.0.0.1:64259_solr
c:testCreateShardRepFactor s:a x:testCreateShardRepFactor_a_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1804302 INFO (qtp1802555980-20555) [n:127.0.0.1:64258_solr
c:testCreateShardRepFactor s:b x:testCreateShardRepFactor_b_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1804302 INFO (qtp1279988014-20565) [n:127.0.0.1:64259_solr
c:testCreateShardRepFactor s:a x:testCreateShardRepFactor_a_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1804303 INFO (qtp1802555980-20555) [n:127.0.0.1:64258_solr
c:testCreateShardRepFactor s:b x:testCreateShardRepFactor_b_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@85a2175[testCreateShardRepFactor_b_replica_n1] main]
[junit4] 2> 1804303 INFO (qtp1279988014-20565) [n:127.0.0.1:64259_solr
c:testCreateShardRepFactor s:a x:testCreateShardRepFactor_a_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@453340d1[testCreateShardRepFactor_a_replica_n1] main]
[junit4] 2> 1804304 INFO (qtp1802555980-20555) [n:127.0.0.1:64258_solr
c:testCreateShardRepFactor s:b x:testCreateShardRepFactor_b_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 1804304 INFO (qtp1279988014-20565) [n:127.0.0.1:64259_solr
c:testCreateShardRepFactor s:a x:testCreateShardRepFactor_a_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 1804305 INFO (qtp1279988014-20565) [n:127.0.0.1:64259_solr
c:testCreateShardRepFactor s:a x:testCreateShardRepFactor_a_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1804305 INFO (qtp1802555980-20555) [n:127.0.0.1:64258_solr
c:testCreateShardRepFactor s:b x:testCreateShardRepFactor_b_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1804305 INFO (qtp1279988014-20565) [n:127.0.0.1:64259_solr
c:testCreateShardRepFactor s:a x:testCreateShardRepFactor_a_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1804305 INFO (qtp1802555980-20555) [n:127.0.0.1:64258_solr
c:testCreateShardRepFactor s:b x:testCreateShardRepFactor_b_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1804305 INFO (qtp1802555980-20555) [n:127.0.0.1:64258_solr
c:testCreateShardRepFactor s:b x:testCreateShardRepFactor_b_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1570543005714087936
[junit4] 2> 1804306 INFO
(searcherExecutor-9285-thread-1-processing-n:127.0.0.1:64259_solr
x:testCreateShardRepFactor_a_replica_n1 s:a c:testCreateShardRepFactor)
[n:127.0.0.1:64259_solr c:testCreateShardRepFactor s:a
x:testCreateShardRepFactor_a_replica_n1] o.a.s.c.SolrCore
[testCreateShardRepFactor_a_replica_n1] Registered new searcher
Searcher@453340d1[testCreateShardRepFactor_a_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1804306 INFO
(searcherExecutor-9286-thread-1-processing-n:127.0.0.1:64258_solr
x:testCreateShardRepFactor_b_replica_n1 s:b c:testCreateShardRepFactor)
[n:127.0.0.1:64258_solr c:testCreateShardRepFactor s:b
x:testCreateShardRepFactor_b_replica_n1] o.a.s.c.SolrCore
[testCreateShardRepFactor_b_replica_n1] Registered new searcher
Searcher@85a2175[testCreateShardRepFactor_b_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1804305 INFO (qtp1279988014-20565) [n:127.0.0.1:64259_solr
c:testCreateShardRepFactor s:a x:testCreateShardRepFactor_a_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1570543005714087936
[junit4] 2> 1804313 INFO (qtp1279988014-20565) [n:127.0.0.1:64259_solr
c:testCreateShardRepFactor s:a x:testCreateShardRepFactor_a_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1804313 INFO (qtp1279988014-20565) [n:127.0.0.1:64259_solr
c:testCreateShardRepFactor s:a x:testCreateShardRepFactor_a_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1804313 INFO (qtp1802555980-20555) [n:127.0.0.1:64258_solr
c:testCreateShardRepFactor s:b x:testCreateShardRepFactor_b_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1804313 INFO (qtp1279988014-20565) [n:127.0.0.1:64259_solr
c:testCreateShardRepFactor s:a x:testCreateShardRepFactor_a_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:64259/solr/testCreateShardRepFactor_a_replica_n1/
[junit4] 2> 1804313 INFO (qtp1802555980-20555) [n:127.0.0.1:64258_solr
c:testCreateShardRepFactor s:b x:testCreateShardRepFactor_b_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1804313 INFO (qtp1279988014-20565) [n:127.0.0.1:64259_solr
c:testCreateShardRepFactor s:a x:testCreateShardRepFactor_a_replica_n1]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 1804313 INFO (qtp1802555980-20555) [n:127.0.0.1:64258_solr
c:testCreateShardRepFactor s:b x:testCreateShardRepFactor_b_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:64258/solr/testCreateShardRepFactor_b_replica_n1/
[junit4] 2> 1804313 INFO (qtp1279988014-20565) [n:127.0.0.1:64259_solr
c:testCreateShardRepFactor s:a x:testCreateShardRepFactor_a_replica_n1]
o.a.s.c.SyncStrategy
http://127.0.0.1:64259/solr/testCreateShardRepFactor_a_replica_n1/ has no
replicas
[junit4] 2> 1804313 INFO (qtp1802555980-20555) [n:127.0.0.1:64258_solr
c:testCreateShardRepFactor s:b x:testCreateShardRepFactor_b_replica_n1]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 1804313 INFO (qtp1802555980-20555) [n:127.0.0.1:64258_solr
c:testCreateShardRepFactor s:b x:testCreateShardRepFactor_b_replica_n1]
o.a.s.c.SyncStrategy
http://127.0.0.1:64258/solr/testCreateShardRepFactor_b_replica_n1/ has no
replicas
[junit4] 2> 1804313 INFO (qtp1802555980-20555) [n:127.0.0.1:64258_solr
c:testCreateShardRepFactor s:b x:testCreateShardRepFactor_b_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1804313 INFO (qtp1279988014-20565) [n:127.0.0.1:64259_solr
c:testCreateShardRepFactor s:a x:testCreateShardRepFactor_a_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1804318 INFO (qtp1802555980-20555) [n:127.0.0.1:64258_solr
c:testCreateShardRepFactor s:b x:testCreateShardRepFactor_b_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:64258/solr/testCreateShardRepFactor_b_replica_n1/ b
[junit4] 2> 1804318 INFO (qtp1279988014-20565) [n:127.0.0.1:64259_solr
c:testCreateShardRepFactor s:a x:testCreateShardRepFactor_a_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:64259/solr/testCreateShardRepFactor_a_replica_n1/ a
[junit4] 2> 1804429 INFO
(zkCallback-4262-thread-1-processing-n:127.0.0.1:64259_solr)
[n:127.0.0.1:64259_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testCreateShardRepFactor/state.json] for collection
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1804429 INFO
(zkCallback-4263-thread-1-processing-n:127.0.0.1:64258_solr)
[n:127.0.0.1:64258_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testCreateShardRepFactor/state.json] for collection
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1804487 INFO (qtp1279988014-20565) [n:127.0.0.1:64259_solr
c:testCreateShardRepFactor s:a x:testCreateShardRepFactor_a_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1804487 INFO (qtp1802555980-20555) [n:127.0.0.1:64258_solr
c:testCreateShardRepFactor s:b x:testCreateShardRepFactor_b_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1804493 INFO (qtp1279988014-20565) [n:127.0.0.1:64259_solr
c:testCreateShardRepFactor s:a x:testCreateShardRepFactor_a_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=testCreateShardRepFactor_a_replica_n1&action=CREATE&numShards=2&collection=testCreateShardRepFactor&shard=a&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1312
[junit4] 2> 1804495 INFO (qtp1802555980-20555) [n:127.0.0.1:64258_solr
c:testCreateShardRepFactor s:b x:testCreateShardRepFactor_b_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=testCreateShardRepFactor_b_replica_n1&action=CREATE&numShards=2&collection=testCreateShardRepFactor&shard=b&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1313
[junit4] 2> 1804502 INFO (qtp1995645580-20568) [n:127.0.0.1:64260_solr
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 1804613 INFO
(zkCallback-4262-thread-1-processing-n:127.0.0.1:64259_solr)
[n:127.0.0.1:64259_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testCreateShardRepFactor/state.json] for collection
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1804613 INFO
(zkCallback-4263-thread-1-processing-n:127.0.0.1:64258_solr)
[n:127.0.0.1:64258_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testCreateShardRepFactor/state.json] for collection
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1805068 INFO
(OverseerCollectionConfigSetProcessor-98158937747226633-127.0.0.1:64261_solr-n_0000000000)
[n:127.0.0.1:64261_solr ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 1805508 INFO (qtp1995645580-20568) [n:127.0.0.1:64260_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={shards=a,b&replicationFactor=1&collection.configName=conf&name=testCreateShardRepFactor&router.name=implicit&nrtReplicas=1&action=CREATE&wt=javabin&version=2}
status=0 QTime=2451
[junit4] 2> 1805509 INFO (qtp1995645580-20574) [n:127.0.0.1:64260_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :createshard with
params
action=CREATESHARD&collection=testCreateShardRepFactor&shard=x&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1805515 INFO
(OverseerThreadFactory-9280-thread-2-processing-n:127.0.0.1:64261_solr)
[n:127.0.0.1:64261_solr ] o.a.s.c.CreateShardCmd Create shard invoked: {
[junit4] 2> "collection":"testCreateShardRepFactor",
[junit4] 2> "shard":"x",
[junit4] 2> "operation":"createshard"}
[junit4] 2> 1805634 INFO
(zkCallback-4263-thread-1-processing-n:127.0.0.1:64258_solr)
[n:127.0.0.1:64258_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testCreateShardRepFactor/state.json] for collection
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1805634 INFO
(zkCallback-4262-thread-1-processing-n:127.0.0.1:64259_solr)
[n:127.0.0.1:64259_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testCreateShardRepFactor/state.json] for collection
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1805740 INFO
(OverseerThreadFactory-9280-thread-2-processing-n:127.0.0.1:64261_solr)
[n:127.0.0.1:64261_solr ] o.a.s.c.CreateShardCmd Creating replica
testCreateShardRepFactor_x_replica_n1 as part of slice x of collection
testCreateShardRepFactor on 127.0.0.1:64260_solr
[junit4] 2> 1805743 INFO (qtp1995645580-20575) [n:127.0.0.1:64260_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&name=testCreateShardRepFactor_x_replica_n1&action=CREATE&numShards=1&collection=testCreateShardRepFactor&shard=x&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1805745 INFO (qtp1995645580-20575) [n:127.0.0.1:64260_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 1805862 INFO
(zkCallback-4264-thread-1-processing-n:127.0.0.1:64260_solr)
[n:127.0.0.1:64260_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testCreateShardRepFactor/state.json] for collection
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1805862 INFO
(zkCallback-4263-thread-1-processing-n:127.0.0.1:64258_solr)
[n:127.0.0.1:64258_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testCreateShardRepFactor/state.json] for collection
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1805862 INFO
(zkCallback-4262-thread-1-processing-n:127.0.0.1:64259_solr)
[n:127.0.0.1:64259_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testCreateShardRepFactor/state.json] for collection
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1806783 INFO (qtp1995645580-20575) [n:127.0.0.1:64260_solr
c:testCreateShardRepFactor s:x x:testCreateShardRepFactor_x_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 1806795 INFO (qtp1995645580-20575) [n:127.0.0.1:64260_solr
c:testCreateShardRepFactor s:x x:testCreateShardRepFactor_x_replica_n1]
o.a.s.s.IndexSchema [testCreateShardRepFactor_x_replica_n1] Schema
name=cloud-dynamic
[junit4] 2> 1806820 INFO (qtp1995645580-20575) [n:127.0.0.1:64260_solr
c:testCreateShardRepFactor s:x x:testCreateShardRepFactor_x_replica_n1]
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 1806820 INFO (qtp1995645580-20575) [n:127.0.0.1:64260_solr
c:testCreateShardRepFactor s:x x:testCreateShardRepFactor_x_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'testCreateShardRepFactor_x_replica_n1'
using configuration from collection testCreateShardRepFactor, trusted=true
[junit4] 2> 1806821 INFO (qtp1995645580-20575) [n:127.0.0.1:64260_solr
c:testCreateShardRepFactor s:x x:testCreateShardRepFactor_x_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_64260.solr.core.testCreateShardRepFactor.x.replica_n1' (registry
'solr.core.testCreateShardRepFactor.x.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4338516a
[junit4] 2> 1806821 INFO (qtp1995645580-20575) [n:127.0.0.1:64260_solr
c:testCreateShardRepFactor s:x x:testCreateShardRepFactor_x_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1806821 INFO (qtp1995645580-20575) [n:127.0.0.1:64260_solr
c:testCreateShardRepFactor s:x x:testCreateShardRepFactor_x_replica_n1]
o.a.s.c.SolrCore [[testCreateShardRepFactor_x_replica_n1] ] Opening new
SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_6B5CAC29179DE020-001/tempDir-001/node4/testCreateShardRepFactor_x_replica_n1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_6B5CAC29179DE020-001/tempDir-001/node4/./testCreateShardRepFactor_x_replica_n1/data/]
[junit4] 2> 1806868 INFO (qtp1995645580-20575) [n:127.0.0.1:64260_solr
c:testCreateShardRepFactor s:x x:testCreateShardRepFactor_x_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1806868 INFO (qtp1995645580-20575) [n:127.0.0.1:64260_solr
c:testCreateShardRepFactor s:x x:testCreateShardRepFactor_x_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1806869 INFO (qtp1995645580-20575) [n:127.0.0.1:64260_solr
c:testCreateShardRepFactor s:x x:testCreateShardRepFactor_x_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1806869 INFO (qtp1995645580-20575) [n:127.0.0.1:64260_solr
c:testCreateShardRepFactor s:x x:testCreateShardRepFactor_x_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1806870 INFO (qtp1995645580-20575) [n:127.0.0.1:64260_solr
c:testCreateShardRepFactor s:x x:testCreateShardRepFactor_x_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@389eccea[testCreateShardRepFactor_x_replica_n1] main]
[junit4] 2> 1806872 INFO (qtp1995645580-20575) [n:127.0.0.1:64260_solr
c:testCreateShardRepFactor s:x x:testCreateShardRepFactor_x_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 1806872 INFO (qtp1995645580-20575) [n:127.0.0.1:64260_solr
c:testCreateShardRepFactor s:x x:testCreateShardRepFactor_x_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1806872 INFO (qtp1995645580-20575) [n:127.0.0.1:64260_solr
c:testCreateShardRepFactor s:x x:testCreateShardRepFactor_x_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1806873 INFO (qtp1995645580-20575) [n:127.0.0.1:64260_solr
c:testCreateShardRepFactor s:x x:testCreateShardRepFactor_x_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1570543008406831104
[junit4] 2> 1806873 INFO
(searcherExecutor-9295-thread-1-processing-n:127.0.0.1:64260_solr
x:testCreateShardRepFactor_x_replica_n1 s:x c:testCreateShardRepFactor)
[n:127.0.0.1:64260_solr c:testCreateShardRepFactor s:x
x:testCreateShardRepFactor_x_replica_n1] o.a.s.c.SolrCore
[testCreateShardRepFactor_x_replica_n1] Registered new searcher
Searcher@389eccea[testCreateShardRepFactor_x_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1806879 INFO (qtp1995645580-20575) [n:127.0.0.1:64260_solr
c:testCreateShardRepFactor s:x x:testCreateShardRepFactor_x_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1806879 INFO (qtp1995645580-20575) [n:127.0.0.1:64260_solr
c:testCreateShardRepFactor s:x x:testCreateShardRepFactor_x_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1806879 INFO (qtp1995645580-20575) [n:127.0.0.1:64260_solr
c:testCreateShardRepFactor s:x x:testCreateShardRepFactor_x_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:64260/solr/testCreateShardRepFactor_x_replica_n1/
[junit4] 2> 1806879 INFO (qtp1995645580-20575) [n:127.0.0.1:64260_solr
c:testCreateShardRepFactor s:x x:testCreateShardRepFactor_x_replica_n1]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 1806879 INFO (qtp1995645580-20575) [n:127.0.0.1:64260_solr
c:testCreateShardRepFactor s:x x:testCreateShardRepFactor_x_replica_n1]
o.a.s.c.SyncStrategy
http://127.0.0.1:64260/solr/testCreateShardRepFactor_x_replica_n1/ has no
replicas
[junit4] 2> 1806879 INFO (qtp1995645580-20575) [n:127.0.0.1:64260_solr
c:testCreateShardRepFactor s:x x:testCreateShardRepFactor_x_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1806883 INFO (qtp1995645580-20575) [n:127.0.0.1:64260_solr
c:testCreateShardRepFactor s:x x:testCreateShardRepFactor_x_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:64260/solr/testCreateShardRepFactor_x_replica_n1/ x
[junit4] 2> 1806991 INFO
(zkCallback-4262-thread-1-processing-n:127.0.0.1:64259_solr)
[n:127.0.0.1:64259_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testCreateShardRepFactor/state.json] for collection
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1806991 INFO
(zkCallback-4264-thread-1-processing-n:127.0.0.1:64260_solr)
[n:127.0.0.1:64260_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testCreateShardRepFactor/state.json] for collection
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1806991 INFO
(zkCallback-4263-thread-1-processing-n:127.0.0.1:64258_solr)
[n:127.0.0.1:64258_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testCreateShardRepFactor/state.json] for collection
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1806994 INFO (qtp1995645580-20575) [n:127.0.0.1:64260_solr
c:testCreateShardRepFactor s:x x:testCreateShardRepFactor_x_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1806999 INFO (qtp1995645580-20575) [n:127.0.0.1:64260_solr
c:testCreateShardRepFactor s:x x:testCreateShardRepFactor_x_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&name=testCreateShardRepFactor_x_replica_n1&action=CREATE&numShards=1&collection=testCreateShardRepFactor&shard=x&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1256
[junit4] 2> 1807000 INFO
(OverseerThreadFactory-9280-thread-2-processing-n:127.0.0.1:64261_solr)
[n:127.0.0.1:64261_solr ] o.a.s.c.CreateShardCmd Finished create command on
all shards for collection: testCreateShardRepFactor
[junit4] 2> 1807004 INFO (qtp1995645580-20574) [n:127.0.0.1:64260_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=CREATESHARD&collection=testCreateShardRepFactor&shard=x&wt=javabin&version=2}
status=0 QTime=1495
[junit4] 2> 1807007 INFO
(TEST-CustomCollectionTest.testCreateShardRepFactor-seed#[6B5CAC29179DE020]) [
] o.a.s.SolrTestCaseJ4 ###Ending testCreateShardRepFactor
[junit4] 2> 1807054 INFO
(TEST-CustomCollectionTest.testRouteFieldForImplicitRouter-seed#[6B5CAC29179DE020])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testRouteFieldForImplicitRouter
[junit4] 2> 1807058 INFO
(TEST-CustomCollectionTest.testRouteFieldForImplicitRouter-seed#[6B5CAC29179DE020])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 1807062 INFO (qtp1995645580-20576) [n:127.0.0.1:64260_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params
name=testCreateShardRepFactor&action=DELETE&wt=javabin&version=2 and
sendToOCPQueue=true
[junit4] 2> 1807068 INFO
(OverseerCollectionConfigSetProcessor-98158937747226633-127.0.0.1:64261_solr-n_0000000000)
[n:127.0.0.1:64261_solr ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 1807069 INFO
(OverseerThreadFactory-9280-thread-3-processing-n:127.0.0.1:64261_solr)
[n:127.0.0.1:64261_solr ] o.a.s.c.OverseerCollectionMessageHandler Executing
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
[junit4] 2> 1807071 INFO (qtp1279988014-20567) [n:127.0.0.1:64259_solr
] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.testCreateShardRepFactor.a.replica_n1, tag=null
[junit4] 2> 1807071 INFO (qtp1802555980-20557) [n:127.0.0.1:64258_solr
] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.testCreateShardRepFactor.b.replica_n1, tag=null
[junit4] 2> 1807071 INFO (qtp1995645580-20577) [n:127.0.0.1:64260_solr
] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.testCreateShardRepFactor.x.replica_n1, tag=null
[junit4] 2> 1807103 INFO
(zkCallback-4264-thread-1-processing-n:127.0.0.1:64260_solr)
[n:127.0.0.1:64260_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testCreateShardRepFactor/state.json] for collection
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1807103 INFO
(zkCallback-4262-thread-1-processing-n:127.0.0.1:64259_solr)
[n:127.0.0.1:64259_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testCreateShardRepFactor/state.json] for collection
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1807103 INFO
(zkCallback-4263-thread-1-processing-n:127.0.0.1:64258_solr)
[n:127.0.0.1:64258_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testCreateShardRepFactor/state.json] for collection
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1807136 INFO (qtp1279988014-20567) [n:127.0.0.1:64259_solr
] o.a.s.c.SolrCore [testCreateShardRepFactor_a_replica_n1] CLOSING SolrCore
org.apache.solr.core.SolrCore@17849c7
[junit4] 2> 1807137 INFO (qtp1802555980-20557) [n:127.0.0.1:64258_solr
] o.a.s.c.SolrCore [testCreateShardRepFactor_b_replica_n1] CLOSING SolrCore
org.apache.solr.core.SolrCore@bb2fb00
[junit4] 2> 1807137 INFO (qtp1995645580-20577) [n:127.0.0.1:64260_solr
] o.a.s.c.SolrCore [testCreateShardRepFactor_x_replica_n1] CLOSING SolrCore
org.apache.solr.core.SolrCore@749b868e
[junit4] 2> 1807137 INFO (qtp1279988014-20567) [n:127.0.0.1:64259_solr
] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.testCreateShardRepFactor.a.replica_n1, tag=24660423
[junit4] 2> 1807137 INFO (qtp1279988014-20567) [n:127.0.0.1:64259_solr
] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.collection.testCreateShardRepFactor.a.leader, tag=24660423
[junit4] 2> 1807138 INFO (qtp1995645580-20577) [n:127.0.0.1:64260_solr
] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.testCreateShardRepFactor.x.replica_n1, tag=1956349582
[junit4] 2> 1807138 INFO (qtp1995645580-20577) [n:127.0.0.1:64260_solr
] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.collection.testCreateShardRepFactor.x.leader, tag=1956349582
[junit4] 2> 1807138 INFO (qtp1802555980-20557) [n:127.0.0.1:64258_solr
] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.testCreateShardRepFactor.b.replica_n1, tag=196279040
[junit4] 2> 1807138 INFO (qtp1802555980-20557) [n:127.0.0.1:64258_solr
] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.collection.testCreateShardRepFactor.b.leader, tag=196279040
[junit4] 2> 1807141 INFO (qtp1995645580-20577) [n:127.0.0.1:64260_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={deleteInstanceDir=true&core=testCreateShardRepFactor_x_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
status=0 QTime=70
[junit4] 2> 1807141 INFO (qtp1279988014-20567) [n:127.0.0.1:64259_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={deleteInstanceDir=true&core=testCreateShardRepFactor_a_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
status=0 QTime=71
[junit4] 2> 1807142 INFO (qtp1802555980-20557) [n:127.0.0.1:64258_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={deleteInstanceDir=true&core=testCreateShardRepFactor_b_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
status=0 QTime=71
[junit4] 2> 1807876 INFO (qtp1995645580-20576) [n:127.0.0.1:64260_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={name=testCreateShardRepFactor&action=DELETE&wt=javabin&version=2}
status=0 QTime=814
[junit4] 2> 1807878 INFO (qtp1995645580-20578) [n:127.0.0.1:64260_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
shards=a,b,c,d&replicationFactor=5&collection.configName=conf&maxShardsPerNode=6&router.field=shard_s&name=withShardField&router.name=implicit&nrtReplicas=5&action=CREATE&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1807883 INFO
(OverseerThreadFactory-9280-thread-4-processing-n:127.0.0.1:64261_solr)
[n:127.0.0.1:64261_solr ] o.a.s.c.CreateCollectionCmd Create collection
withShardField
[junit4] 2> 1807884 WARN
(OverseerThreadFactory-9280-thread-4-processing-n:127.0.0.1:64261_solr)
[n:127.0.0.1:64261_solr ] o.a.s.c.CreateCollectionCmd Specified number of
replicas of 5 on collection withShardField is higher than the number of Solr
instances currently live or live and part of your createNodeSet(4). It's
unusual to run two replica of the same slice on the same Solr-instance.
[junit4] 2> 1807884 INFO
(OverseerCollectionConfigSetProcessor-98158937747226633-127.0.0.1:64261_solr-n_0000000000)
[n:127.0.0.1:64261_solr ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000004 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 1808107 INFO (qtp1802555980-20558) [n:127.0.0.1:64258_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_c_replica_n3&action=CREATE&numShards=4&collection=withShardField&shard=c&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1808108 INFO (qtp1995645580-20562) [n:127.0.0.1:64260_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_c_replica_n2&action=CREATE&numShards=4&collection=withShardField&shard=c&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1808110 INFO (qtp1995645580-20568) [n:127.0.0.1:64260_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_d_replica_n5&action=CREATE&numShards=4&collection=withShardField&shard=d&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1808114 INFO (qtp1995645580-20575) [n:127.0.0.1:64260_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_d_replica_n1&action=CREATE&numShards=4&collection=withShardField&shard=d&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1808122 INFO (qtp1995645580-20574) [n:127.0.0.1:64260_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_a_replica_n4&action=CREATE&numShards=4&collection=withShardField&shard=a&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1808123 INFO (qtp1995645580-20577) [n:127.0.0.1:64260_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_b_replica_n3&action=CREATE&numShards=4&collection=withShardField&shard=b&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1808126 INFO (qtp1279988014-20569) [n:127.0.0.1:64259_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_c_replica_n5&action=CREATE&numShards=4&collection=withShardField&shard=c&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1808131 INFO (qtp1279988014-20571) [n:127.0.0.1:64259_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_a_replica_n3&action=CREATE&numShards=4&collection=withShardField&shard=a&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1808131 INFO (qtp1279988014-20573) [n:127.0.0.1:64259_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_c_replica_n1&action=CREATE&numShards=4&collection=withShardField&shard=c&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1808134 INFO (qtp1802555980-20559) [n:127.0.0.1:64258_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_b_replica_n4&action=CREATE&numShards=4&collection=withShardField&shard=b&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1808134 INFO (qtp1802555980-20560) [n:127.0.0.1:64258_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_d_replica_n2&action=CREATE&numShards=4&collection=withShardField&shard=d&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1808134 INFO (qtp445945835-20581) [n:127.0.0.1:64261_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_d_replica_n3&action=CREATE&numShards=4&collection=withShardField&shard=d&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1808135 INFO (qtp445945835-20581) [n:127.0.0.1:64261_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 1808135 INFO (qtp445945835-20584) [n:127.0.0.1:64261_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_b_replica_n5&action=CREATE&numShards=4&collection=withShardField&shard=b&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1808135 INFO (qtp1802555980-20561) [n:127.0.0.1:64258_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_a_replica_n5&action=CREATE&numShards=4&collection=withShardField&shard=a&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1808135 INFO (qtp445945835-20585) [n:127.0.0.1:64261_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_b_replica_n1&action=CREATE&numShards=4&collection=withShardField&shard=b&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1808136 INFO (qtp1802555980-20553) [n:127.0.0.1:64258_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_a_replica_n1&action=CREATE&numShards=4&collection=withShardField&shard=a&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1808136 INFO (qtp445945835-20586) [n:127.0.0.1:64261_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_c_replica_n4&action=CREATE&numShards=4&collection=withShardField&shard=c&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1808137 INFO (qtp445945835-20587) [n:127.0.0.1:64261_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_a_replica_n2&action=CREATE&numShards=4&collection=withShardField&shard=a&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1808138 INFO (qtp1279988014-20556) [n:127.0.0.1:64259_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_b_replica_n2&action=CREATE&numShards=4&collection=withShardField&shard=b&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1808138 INFO (qtp1279988014-20565) [n:127.0.0.1:64259_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_d_replica_n4&action=CREATE&numShards=4&collection=withShardField&shard=d&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1808278 INFO
(zkCallback-4264-thread-1-processing-n:127.0.0.1:64260_solr)
[n:127.0.0.1:64260_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/withShardField/state.json] for collection [withShardField]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 1808279 INFO
(zkCallback-4263-thread-1-processing-n:127.0.0.1:64258_solr)
[n:127.0.0.1:64258_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/withShardField/state.json] for collection [withShardField]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 1808279 INFO
(zkCallback-4261-thread-1-processing-n:127.0.0.1:64261_solr)
[n:127.0.0.1:64261_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/withShardField/state.json] for collection [withShardField]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 1808278 INFO
(zkCallback-4262-thread-1-processing-n:127.0.0.1:64259_solr)
[n:127.0.0.1:64259_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/withShardField/state.json] for collection [withShardField]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 1809158 INFO (qtp1802555980-20558) [n:127.0.0.1:64258_solr
c:withShardField s:c x:withShardField_c_replica_n3] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 7.0.0
[junit4] 2> 1809159 INFO (qtp1995645580-20568) [n:127.0.0.1:64260_solr
c:withShardField s:d x:withShardField_d_replica_n5] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 7.0.0
[junit4] 2> 1809159 INFO (qtp1995645580-20562) [n:127.0.0.1:64260_solr
c:withShardField s:c x:withShardField_c_replica_n2] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 7.0.0
[junit4] 2> 1809196 INFO (qtp1995645580-20575) [n:127.0.0.1:64260_solr
c:withShardField s:d x:withShardField_d_replica_n1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 7.0.0
[junit4] 2> 1809198 INFO (qtp1995645580-20562) [n:127.0.0.1:64260_solr
c:withShardField s:c x:withShardField_c_replica_n2] o.a.s.s.IndexSchema
[withShardField_c_replica_n2] Schema name=cloud-dynamic
[junit4] 2> 1809201 INFO (qtp1995645580-20568) [n:127.0.0.1:64260_solr
c:withShardField s:d x:withShardField_d_replica_n5] o.a.s.s.IndexSchema
[withShardField_d_replica_n5] Schema name=cloud-dynamic
[junit4] 2> 1809202 INFO (qtp1802555980-20558) [n:127.0.0.1:64258_solr
c:withShardField s:c x:withShardField_c_replica_n3] o.a.s.s.IndexSchema
[withShardField_c_replica_n3] Schema name=cloud-dynamic
[junit4] 2> 1809208 INFO (qtp1995645580-20574) [n:127.0.0.1:64260_solr
c:withShardField s:a x:withShardField_a_replica_n4] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 7.0.0
[junit4] 2> 1809212 INFO (qtp1995645580-20577) [n:127.0.0.1:64260_solr
c:withShardField s:b x:withShardField_b_replica_n3] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 7.0.0
[junit4] 2> 1809218 INFO (qtp1995645580-20575) [n:127.0.0.1:64260_solr
c:withShardField s:d x:withShardField_d_replica_n1] o.a.s.s.IndexSchema
[withShardField_d_replica_n1] Schema name=cloud-dynamic
[junit4] 2> 1809219 INFO (qtp1802555980-20558) [n:127.0.0.1:64258_solr
c:withShardField s:c x:withShardField_c_replica_n3] o.a.s.s.IndexSchema Loaded
schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 1809219 INFO (qtp1802555980-20558) [n:127.0.0.1:64258_solr
c:withShardField s:c x:withShardField_c_replica_n3] o.a.s.c.CoreContainer
Creating SolrCore 'withShardField_c_replica_n3' using configuration from
collection withShardField, trusted=true
[junit4] 2> 1809219 INFO (qtp1802555980-20558) [n:127.0.0.1:64258_solr
c:withShardField s:c x:withShardField_c_replica_n3] o.a.s.m.r.SolrJmxReporter
JMX monitoring for 'solr_64258.solr.core.withShardField.c.replica_n3' (registry
'solr.core.withShardField.c.replica_n3') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4338516a
[junit4] 2> 1809219 INFO (qtp1802555980-20558) [n:127.0.0.1:64258_solr
c:withShardField s:c x:withShardField_c_replica_n3] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1809219 INFO (qtp1802555980-20558) [n:127.0.0.1:64258_solr
c:withShardField s:c x:withShardField_c_replica_n3] o.a.s.c.SolrCore
[[withShardField_c_replica_n3] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_6B5CAC29179DE020-001/tempDir-001/node1/withShardField_c_replica_n3],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_6B5CAC29179DE020-001/tempDir-001/node1/./withShardField_c_replica_n3/data/]
[junit4] 2> 1809222 INFO (qtp1995645580-20574) [n:127.0.0.1:64260_solr
c:withShardField s:a x:withShardField_a_replica_n4] o.a.s.s.IndexSchema
[withShardField_a_replica_n4] Schema name=cloud-dynamic
[junit4] 2> 1809245 INFO (qtp1279988014-20569) [n:127.0.0.1:64259_solr
c:withShardField s:c x:withShardField_c_replica_n5] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 7.0.0
[junit4] 2> 1809247 INFO (qtp445945835-20586) [n:127.0.0.1:64261_solr
c:withShardField s:c x:withShardField_c_replica_n4] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 7.0.0
[junit4] 2> 1809249 INFO (qtp445945835-20584) [n:127.0.0.1:64261_solr
c:withShardField s:b x:withShardField_b_replica_n5] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 7.0.0
[junit4] 2> 1809250 INFO (qtp445945835-20587) [n:127.0.0.1:64261_solr
c:withShardField s:a x:withShardField_a_replica_n2] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 7.0.0
[junit4] 2> 1809253 INFO (qtp445945835-20581) [n:127.0.0.1:64261_solr
c:withShardField s:d x:withShardField_d_replica_n3] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 7.0.0
[junit4] 2> 1809255 INFO (qtp1802555980-20560) [n:127.0.0.1:64258_solr
c:withShardField s:d x:withShardField_d_replica_n2] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 7.0.0
[junit4] 2> 1809255 INFO (qtp1802555980-20561) [n:127.0.0.1:64258_solr
c:withShardField s:a x:withShardField_a_replica_n5] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 7.0.0
[junit4] 2> 1809258 INFO (qtp1802555980-20553) [n:127.0.0.1:64258_solr
c:withShardField s:a x:withShardField_a_replica_n1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 7.0.0
[junit4] 2> 1809261 INFO (qtp1802555980-20559) [n:127.0.0.1:64258_solr
c:withShardField s:b x:withShardField_b_replica_n4] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 7.0.0
[junit4] 2> 1809262 INFO (qtp445945835-20586) [n:127.0.0.1:64261_solr
c:withShardField s:c x:withShardField_c_replica_n4] o.a.s.s.IndexSchema
[withShardField_c_replica_n4] Schema name=cloud-dynamic
[junit4] 2> 1809264 INFO (qtp445945835-20584) [n:127.0.0.1:64261_solr
c:withShardField s:b x:withShardField_b_replica_n5] o.a.s.s.IndexSchema
[withShardField_b_replica_n5] Schema name=cloud-dynamic
[junit4] 2> 1809290 INFO (qtp1995645580-20575) [n:127.0.0.1:64260_solr
c:withShardField s:d x:withShardField_d_replica_n1] o.a.s.s.IndexSchema Loaded
schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 1809290 INFO (qtp1995645580-20575) [n:127.0.0.1:64260_solr
c:withShardField s:d x:withShardField_d_replica_n1] o.a.s.c.CoreContainer
Creating SolrCore 'withShardField_d_replica_n1' using configuration from
collection withShardField, trusted=true
[junit4] 2> 1809291 INFO (qtp1995645580-20575) [n:127.0.0.1:64260_solr
c:withShardField s:d x:withShardField_d_replica_n1] o.a.s.m.r.SolrJmxReporter
JMX monitoring for 'solr_64260.solr.core.withShardField.d.replica_n1' (registry
'solr.core.withShardField.d.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4338516a
[junit4] 2> 1809291 INFO (qtp1995645580-20575) [n:127.0.0.1:64260_solr
c:withShardField s:d x:withShardField_d_replica_n1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1809291 INFO (qtp1995645580-20575) [n:127.0.0.1:64260_solr
c:withShardField s:d x:withShardField_d_replica_n1] o.a.s.c.SolrCore
[[withShardField_d_replica_n1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_6B5CAC29179DE020-001/tempDir-001/node4/withShardField_d_replica_n1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_6B5CAC29179DE020-001/tempDir-001/node4/./withShardField_d_replica_n1/data/]
[junit4] 2> 1809292 INFO (qtp445945835-20584) [n:127.0.0.1:64261_solr
c:withShardField s:b x:withShardField_b_replica_n5] o.a.s.s.IndexSchema Loaded
schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 1809292 INFO (qtp445945835-20584) [n:127.0.0.1:64261_solr
c:withShardField s:b x:withShardField_b_replica_n5] o.a.s.c.CoreContainer
Creating SolrCore 'withShardField_b_replica_n5' using configuration from
collection withShardField, trusted=true
[junit4] 2> 1809292 INFO (qtp445945835-20584) [n:127.0.0.1:64261_solr
c:withShardField s:b x:withShardField_b_replica_n5] o.a.s.m.r.SolrJmxReporter
JMX monitoring for 'solr_64261.solr.core.withShardField.b.replica_n5' (registry
'solr.core.withShardField.b.replica_n5') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4338516a
[junit4] 2> 1809292 INFO (qtp445945835-20584) [n:127.0.0.1:64261_solr
c:withShardField s:b x:withShardField_b_replica_n5] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1809292 INFO (qtp445945835-20584) [n:127.0.0.1:64261_solr
c:withShardField s:b x:withShardField_b_replica_n5] o.a.s.c.SolrCore
[[withShardField_b_replica_n5] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_6B5CAC29179DE020-001/tempDir-001/node2/withShardField_b_replica_n5],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_6B5CAC29179DE020-001/tempDir-001/node2/./withShardField_b_replica_n5/data/]
[junit4] 2> 1809294 INFO (qtp445945835-20587) [n:127.0.0.1:64261_solr
c:withShardField s:a x:withShardField_a_replica_n2] o.a.s.s.IndexSchema
[withShardField_a_replica_n2] Schema name=cloud-dynamic
[junit4] 2> 1809294 INFO (qtp1802555980-20560) [n:127.0.0.1:64258_solr
c:withShardField s:d x:withShardField_d_replica_n2] o.a.s.s.IndexSchema
[withShardField_d_replica_n2] Schema name=cloud-dynamic
[junit4] 2> 1809295 INFO (qtp445945835-20581) [n:127.0.0.1:64261_solr
c:withShardField s:d x:withShardField_d_replica_n3] o.a.s.s.IndexSchema
[withShardField_d_replica_n3] Schema name=cloud-dynamic
[junit4] 2> 1809302 INFO (qtp445945835-20585) [n:127.0.0.1:64261_solr
c:withShardField s:b x:withShardField_b_replica_n1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 7.0.0
[junit4] 2> 1809303 INFO (qtp1279988014-20573) [n:127.0.0.1:64259_solr
c:withShardField s:c x:withShardField_c_replica_n1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 7.0.0
[junit4] 2> 1809307 INFO (qtp1279988014-20571) [n:127.0.0.1:64259_solr
c:withShardField s:a x:withShardField_a_replica_n3] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 7.0.0
[junit4] 2> 1809307 INFO (qtp1279988014-20556) [n:127.0.0.1:64259_solr
c:withShardField s:b x:withShardField_b_replica_n2] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 7.0.0
[junit4] 2> 1809309 INFO (qtp1802555980-20561) [n:127.0.0.1:64258_solr
c:withShardField s:a x:withShardField_a_replica_n5] o.a.s.s.IndexSchema
[withShardField_a_replica_n5] Schema name=cloud-dynamic
[junit4] 2> 1809313 INFO (qtp1802555980-20553) [n:127.0.0.1:64258_solr
c:withShardField s:a x:withShardField_a_replica_n1] o.a.s.s.IndexSchema
[withShardField_a_replica_n1] Schema name=cloud-dynamic
[junit4] 2> 1809313 INFO (qtp1802555980-20559) [n:127.0.0.1:64258_solr
c:withShardField s:b x:withShardField_b_replica_n4] o.a.s.s.IndexSchema
[withShardField_b_replica_n4] Schema name=cloud-dynamic
[junit4] 2> 1809328 INFO (qtp445945835-20585) [n:127.0.0.1:64261_solr
c:withShardField s:b x:withShardField_b_replica_n1] o.a.s.s.IndexSchema
[withShardField_b_replica_n1] Schema name=cloud-dynamic
[junit4] 2> 1809339 INFO (qtp1995645580-20577) [n:127.0.0.1:64260_solr
c:withShardField s:b x:withShardField_b_replica_n3] o.a.s.s.IndexSchema
[withShardField_b_replica_n3] Schema name=cloud-dynamic
[junit4] 2> 1809341 INFO (qtp1802555980-20559) [n:127.0.0.1:64258_solr
c:withShardField s:b x:withShardField_b_replica_n4] o.a.s.s.IndexSchema Loaded
schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 1809341 INFO (qtp1802555980-20559) [n:127.0.0.1:64258_solr
c:withShardField s:b x:withShardField_b_replica_n4] o.a.s.c.CoreContainer
Creating SolrCore 'withShardField_b_replica_n4' using configuration from
collection withShardField, trusted=true
[junit4] 2> 1809342 INFO (qtp1802555980-20559) [n:127.0.0.1:64258_solr
c:withShardField s:b x:withShardField_b_replica_n4] o.a.s.m.r.SolrJmxReporter
JMX monitoring for 'solr_64258.solr.core.withShardField.b.replica_n4' (registry
'solr.core.withShardField.b.replica_n4') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4338516a
[junit4] 2> 1809342 INFO (qtp1802555980-20559) [n:127.0.0.1:64258_solr
c:withShardField s:b x:withShardField_b_replica_n4] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1809342 INFO (qtp1802555980-20559) [n:127.0.0.1:64258_solr
c:withShardField s:b x:withShardField_b_replica_n4] o.a.s.c.SolrCore
[[withShardField_b_replica_n4] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_6B5CAC29179DE020-001/tempDir-001/node1/withShardField_b_replica_n4],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_6B5CAC29179DE020-001/tempDir-001/node1/./withShardField_b_replica_n4/data/]
[junit4] 2> 1809344 INFO (qtp445945835-20585) [n:127.0.0.1:64261_solr
c:withShardField s:b x:withShardField_b_replica_n1] o.a.s.s.IndexSchema Loaded
schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 1809344 INFO (qtp445945835-20585) [n:127.0.0.1:64261_solr
c:withShardField s:b x:withShardField_b_replica_n1] o.a.s.c.CoreContainer
Creating SolrCore 'withShardField_b_replica_n1' using configuration from
collection withShardField, trusted=true
[junit4] 2> 1809345 INFO (qtp445945835-20585) [n:127.0.0.1:64261_solr
c:withShardField s:b x:withShardField_b_replica_n1] o.a.s.m.r.SolrJmxReporter
JMX monitoring for 'solr_64261.solr.core.withShardField.b.replica_n1' (registry
'solr.core.withShardField.b.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4338516a
[junit4] 2> 1809345 INFO (qtp445945835-20585) [n:127.0.0.1:64261_solr
c:withShardField s:b x:withShardField_b_replica_n1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1809345 INFO (qtp445945835-20585) [n:127.0.0.1:64261_solr
c:withShardField s:b x:withShardField_b_replica_n1] o.a.s.c.SolrCore
[[withShardField_b_replica_n1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_6B5CAC29179DE020-001/tempDir-001/node2/withShardField_b_replica_n1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_6B5CAC29179DE020-001/tempDir-001/node2/./withShardField_b_replica_n1/data/]
[junit4] 2> 1809350 INFO (qtp1995645580-20574) [n:127.0.0.1:64260_solr
c:withShardField s:a x:withShardField_a_replica_n4] o.a.s.s.IndexSchema Loaded
schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 1809350 INFO (qtp1995645580-20574) [n:127.0.0.1:64260_solr
c:withShardField s:a x:withShardField_a_replica_n4] o.a.s.c.CoreContainer
Creating SolrCore 'withShardField_a_replica_n4' using configuration from
collection withShardField, trusted=true
[junit4] 2> 1809350 INFO (qtp1995645580-20574) [n:127.0.0.1:64260_solr
c:withShardField s:a x:withShardField_a_replica_n4] o.a.s.m.r.SolrJmxReporter
JMX monitoring for 'solr_64260.solr.core.withShardField.a.replica_n4' (registry
'solr.core.withShardField.a.replica_n4') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4338516a
[junit4] 2> 1809350 INFO (qtp1995645580-20574) [n:127.0.0.1:64260_solr
c:withShardField s:a x:withShardField_a_replica_n4] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1809350 INFO (qtp1995645580-20574) [n:127.0.0.1:64260_solr
c:withShardField s:a x:withShardField_a_replica_n4] o.a.s.c.SolrCore
[[withShardField_a_replica_n4] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_6B5CAC29179DE020-001/tempDir-001/node4/withShardField_a_replica_n4],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_6B5CAC29179DE020-001/tempDir-001/node4/./withShardField_a_replica_n4/data/]
[junit4] 2> 1809351 INFO (qtp1995645580-20562) [n:127.0.0.1:64260_solr
c:withShardField s:c x:withShardField_c_replica_n2] o.a.s.s.IndexSchema Loaded
schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 1809351 INFO (qtp1995645580-20562) [n:127.0.0.1:64260_solr
c:withShardField s:c x:withShardField_c_replica_n2] o.a.s.c.CoreContainer
Creating SolrCore 'withShardField_c_replica_n2' using configuration from
collection withShardField, trusted=true
[junit4] 2> 1809351 INFO (qtp1995645580-20562) [n:127.0.0.1:64260_solr
c:withShardField s:c x:withShardField_c_replica_n2] o.a.s.m.r.SolrJmxReporter
JMX monitoring for 'solr_64260.solr.core.withShardField.c.replica_n2' (registry
'solr.core.withShardField.c.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4338516a
[junit4] 2> 1809351 INFO (qtp1995645580-20562) [n:127.0.0.1:64260_solr
c:withShardField s:c x:withShardField_c_replica_n2] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1809351 INFO (qtp1995645580-20562) [n:127.0.0.1:64260_solr
c:withShardField s:c x:withShardField_c_replica_n2] o.a.s.c.SolrCore
[[withShardField_c_replica_n2] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_6B5CAC29179DE020-001/tempDir-001/node4/withShardField_c_replica_n2],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_6B5CAC29179DE020-001/tempDir-001/node4/./withShardField_c_replica_n2/data/]
[junit4] 2> 1809358 INFO (qtp1279988014-20556) [n:127.0.0.1:64259_solr
c:withShardField s:b x:withShardField_b_replica_n2] o.a.s.s.IndexSchema
[withShardField_b_replica_n2] Schema name=cloud-dynamic
[junit4] 2> 1809358 INFO (qtp1279988014-20573) [n:127.0.0.1:64259_solr
c:withShardField s:c x:withShardField_c_replica_n1] o.a.s.s.IndexSchema
[withShardField_c_replica_n1] Schema name=cloud-dynamic
[junit4] 2> 1
[...truncated too long message...]
ion1] o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@3ec1719[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2412153 INFO
(TEST-MetricsHandlerTest.test-seed#[6B5CAC29179DE020]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting test
[junit4] 2> 2412159 INFO
(TEST-MetricsHandlerTest.test-seed#[6B5CAC29179DE020]) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 2412202 INFO
(TEST-MetricsHandlerTest.test-seed#[6B5CAC29179DE020]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending test
[junit4] 2> 2412205 INFO
(TEST-MetricsHandlerTest.testCompact-seed#[6B5CAC29179DE020]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testCompact
[junit4] 2> 2412213 INFO
(TEST-MetricsHandlerTest.testCompact-seed#[6B5CAC29179DE020]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testCompact
[junit4] 2> 2412213 INFO
(SUITE-MetricsHandlerTest-seed#[6B5CAC29179DE020]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 2412213 INFO
(SUITE-MetricsHandlerTest-seed#[6B5CAC29179DE020]-worker) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=567127269
[junit4] 2> 2412213 INFO
(SUITE-MetricsHandlerTest-seed#[6B5CAC29179DE020]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 2412214 INFO
(SUITE-MetricsHandlerTest-seed#[6B5CAC29179DE020]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 2412215 INFO
(SUITE-MetricsHandlerTest-seed#[6B5CAC29179DE020]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 2412215 INFO (coreCloseExecutor-11698-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@45082c8
[junit4] 2> 2412221 INFO (coreCloseExecutor-11698-thread-1) [
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=72385224
[junit4] 2> NOTE: leaving temporary files on disk at:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.admin.MetricsHandlerTest_6B5CAC29179DE020-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {},
docValues:{}, maxPointsInLeafNode=241, maxMBSortInHeap=7.625335995488003,
sim=RandomSimilarity(queryNorm=false): {}, locale=ja-JP, timezone=US/Michigan
[junit4] 2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_131
(64-bit)/cpus=3,threads=1,free=96363144,total=536870912
[junit4] 2> NOTE: All tests run in this JVM: [TestLRUStatsCache,
TestTestInjection, BufferStoreTest, AnalyticsMergeStrategyTest,
ConfigSetsAPITest, DateFieldTest, TestTolerantSearch,
StandardRequestHandlerTest, TestFieldCollectionResource,
TestEmbeddedSolrServerSchemaAPI, SortSpecParsingTest, SolrCLIZkUtilsTest,
CollectionsAPISolrJTest, TestApiFramework, TestJsonRequest, RulesTest,
TestFieldTypeCollectionResource, ParsingFieldUpdateProcessorsTest,
DistributedFacetPivotLongTailTest, DistributedDebugComponentTest,
TestDownShardTolerantSearch, TestStressReorder, PingRequestHandlerTest,
OutOfBoxZkACLAndCredentialsProvidersTest, TestBulkSchemaConcurrent,
TestTlogReplica, TestSimpleTextCodec, LeaderElectionContextKeyTest,
DistributedFacetPivotSmallTest, ShardRoutingTest, TestExtendedDismaxParser,
TestPartialUpdateDeduplication, DistributedMLTComponentTest,
TestSystemIdResolver, TestSimpleQParserPlugin, XmlUpdateRequestHandlerTest,
EnumFieldTest, SuggesterFSTTest, TestSerializedLuceneMatchVersion,
SearchHandlerTest, TestHashPartitioner, SimpleMLTQParserTest,
StatelessScriptUpdateProcessorFactoryTest, SolrMetricsIntegrationTest,
TestCSVLoader, TestOverriddenPrefixQueryForCustomFieldType,
CdcrVersionReplicationTest, SSLMigrationTest, TestLocalFSCloudBackupRestore,
TestChildDocTransformer, SparseHLLTest, SchemaVersionSpecificBehaviorTest,
TestManagedSynonymGraphFilterFactory, TestSolrXml, TestLFUCache,
SoftAutoCommitTest, TestFieldCache, DirectSolrConnectionTest,
TestSortByMinMaxFunction, TestRandomDVFaceting, DeleteNodeTest,
UUIDUpdateProcessorFallbackTest, TestRawTransformer, AliasIntegrationTest,
TestReloadDeadlock, TestMaxTokenLenTokenizer, TestConfigSetImmutable,
ZkCLITest, TestSchemaManager, ClusterStateUpdateTest,
SharedFSAutoReplicaFailoverUtilsTest, TestPostingsSolrHighlighter,
TestSQLHandler, TestSweetSpotSimilarityFactory, DisMaxRequestHandlerTest,
TestExactSharedStatsCache, TestFieldCacheSort, TestReplicationHandler,
DistributedSuggestComponentTest, TestMultiValuedNumericRangeQuery,
SpatialFilterTest, OverseerCollectionConfigSetProcessorTest,
TestBlendedInfixSuggestions, SimplePostToolTest, SolrPluginUtilsTest,
DirectoryFactoryTest, IndexSchemaRuntimeFieldTest,
TestPayloadScoreQParserPlugin, TestRandomCollapseQParserPlugin,
TestFreeTextSuggestions, TestHttpShardHandlerFactory,
DocumentAnalysisRequestHandlerTest, HdfsChaosMonkeyNothingIsSafeTest,
PropertiesRequestHandlerTest, TestSolrCoreSnapshots,
TestTolerantUpdateProcessorRandomCloud, TriLevelCompositeIdRoutingTest,
DocExpirationUpdateProcessorFactoryTest, DistributedVersionInfoTest,
LeaderInitiatedRecoveryOnShardRestartTest,
SuggestComponentContextFilterQueryTest, TestMergePolicyConfig,
TestRuleBasedAuthorizationPlugin, TestLegacyNumericUtils,
TestCloudDeleteByQuery, V2StandaloneTest, TestSolrFieldCacheBean,
TestSolrConfigHandlerCloud, PluginInfoTest, WrapperMergePolicyFactoryTest,
TestInPlaceUpdatesStandalone, HdfsLockFactoryTest,
ConfigureRecoveryStrategyTest, TestReqParamsAPI, TestSort, CdcrUpdateLogTest,
TestConfigSets, SyncSliceTest, DocValuesTest, TestSurroundQueryParser,
TestPseudoReturnFields, TestMaxScoreQueryParser, IndexBasedSpellCheckerTest,
TestNumericRangeQuery64, SimpleFacetsTest, TestNamedUpdateProcessors,
InfoHandlerTest, MergeStrategyTest, TestRestManager, TestCustomStream,
TestDelegationWithHadoopAuth, TestLegacyField, TestFieldSortValues,
ClassificationUpdateProcessorTest, CollectionTooManyReplicasTest,
DistributedQueryElevationComponentTest, TestManagedSchemaThreadSafety,
DistribJoinFromCollectionTest, OpenExchangeRatesOrgProviderTest,
InfixSuggestersTest, ForceLeaderTest, OverseerTaskQueueTest,
TestLeaderElectionZkExpiry, TestQuerySenderNoQuery,
DistributedFacetExistsSmallTest, CdcrBootstrapTest, OverseerRolesTest,
TestCharFilters, TestHdfsBackupRestoreCore, TestCollapseQParserPlugin,
TestCloudPseudoReturnFields, CollectionReloadTest, TestInitParams,
CoreAdminRequestStatusTest, HighlighterTest, TestPushWriter,
TestReRankQParserPlugin, TestClassNameShortening, TestFastOutputStream,
TestSolrDeletionPolicy1, TestRandomFlRTGCloud,
TestSubQueryTransformerCrossCore, OverseerTest, TestRebalanceLeaders,
DocumentBuilderTest, TestAuthorizationFramework, TestShortCircuitedRequests,
TestDFISimilarityFactory, XsltUpdateRequestHandlerTest, CursorPagingTest,
CopyFieldTest, CurrencyFieldXmlFileTest, TestFieldCacheVsDocValues,
SolrTestCaseJ4Test, TestConfigSetsAPIZkFailure, TestStressInPlaceUpdates,
BasicDistributedZkTest, UnloadDistributedZkTest, RecoveryZkTest,
ShardRoutingCustomTest, TestDistributedSearch, TestFaceting,
DistributedSpellCheckComponentTest, HardAutoCommitTest, TestSolr4Spatial,
StatsComponentTest, QueryElevationComponentTest, BadIndexSchemaTest,
ConvertedLegacyTest, TestFiltering, TestFunctionQuery, TestLazyCores,
CoreAdminHandlerTest, SuggesterWFSTTest, TestUpdate,
FieldMutatingUpdateProcessorTest, QueryEqualityTest, DocValuesMultiTest,
CacheHeaderTest, TestWriterPerf, TestQueryTypes, TermsComponentTest,
PathHierarchyTokenizerFactoryTest, MoreLikeThisHandlerTest, RequiredFieldsTest,
FastVectorHighlighterTest, TestJmxIntegration, TestCSVResponseWriter,
MBeansHandlerTest, UniqFieldsUpdateProcessorFactoryTest, HighlighterConfigTest,
TestQuerySenderListener, UpdateParamsTest, SolrIndexConfigTest,
TestSolrDeletionPolicy2, MultiTermTest, SampleTest, TestDocSet,
TestBinaryField, TestSearchPerf, NumericFieldsTest, TestElisionMultitermQuery,
OutputWriterTest, TestSolrCoreProperties, NotRequiredUniqueKeyTest,
TestPhraseSuggestions, SpellPossibilityIteratorTest, TestCodecSupport,
SynonymTokenizerTest, TestXIncludeConfig, TestDFRSimilarityFactory,
TestPerFieldSimilarity, TestLMDirichletSimilarityFactory,
TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory,
TestBM25SimilarityFactory, TestFastWriter, TimeZoneUtilsTest,
ResourceLoaderTest, ScriptEngineTest, URLClassifyProcessorTest,
TestFastLRUCache, DateMathParserTest, ChaosMonkeyNothingIsSafeTest,
DistributedIntervalFacetingTest, TestSimpleTrackingShardHandler,
CdcrReplicationHandlerTest, CdcrRequestHandlerTest,
ChaosMonkeySafeLeaderWithPullReplicasTest,
ConcurrentDeleteAndCreateCollectionTest, ConnectionManagerTest,
CreateCollectionCleanupTest, CustomCollectionTest, DistribCursorPagingTest,
DocValuesNotIndexedTest, LeaderFailoverAfterPartitionTest,
LeaderInitiatedRecoveryOnCommitTest, MissingSegmentRecoveryTest,
NodeMutatorTest, OverseerModifyCollectionTest, RecoveryAfterSoftCommitTest,
ReplaceNodeTest, SaslZkACLProviderTest, ShardSplitTest,
TestMiniSolrCloudClusterSSL, TestPullReplicaErrorHandling,
TestRandomRequestDistribution, TestRequestForwarding, TestSegmentSorting,
TestSolrCloudWithDelegationTokens, TestSolrCloudWithSecureImpersonation,
TestStressLiveNodes, TestTolerantUpdateProcessorCloud,
HdfsBasicDistributedZk2Test, HdfsCollectionsAPIDistributedZkTest,
HdfsRecoverLeaseTest, HdfsSyncSliceTest, HdfsUnloadDistributedZkTest,
StressHdfsTest, ImplicitSnitchTest, RuleEngineTest, HdfsDirectoryFactoryTest,
QueryResultKeyTest, TestBackupRepositoryFactory, TestConfigSetProperties,
TestImplicitCoreProperties, TestNRTOpen, TestSolrCloudSnapshots,
TestSQLHandlerNonCloud, TestSolrConfigHandlerConcurrent, V2ApiIntegrationTest,
CoreMergeIndexesAdminHandlerTest, MetricsHandlerTest]
[junit4] Completed [589/725 (2!)] on J0 in 0.50s, 3 tests, 1 failure <<<
FAILURES!
[...truncated 43860 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]