Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-MacOSX/952/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseSerialGC
2 tests failed.
FAILED: org.apache.solr.cloud.CustomCollectionTest.testRouteFieldForHashRouter
Error Message:
Collection not found: routeFieldColl
Stack Trace:
org.apache.solr.common.SolrException: Collection not found: routeFieldColl
at
__randomizedtesting.SeedInfo.seed([649D45FD5E1A300A:CCABDB20C17BDB50]:0)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.getCollectionNames(CloudSolrClient.java:1401)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1094)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1073)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
at
org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233)
at
org.apache.solr.cloud.CustomCollectionTest.testRouteFieldForHashRouter(CustomCollectionTest.java:166)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.cloud.CustomCollectionTest.testCustomCollectionsAPI
Error Message:
Could not find collection : implicitcoll
Stack Trace:
org.apache.solr.common.SolrException: Could not find collection : implicitcoll
at
__randomizedtesting.SeedInfo.seed([649D45FD5E1A300A:E7CCB9663808672]:0)
at
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:194)
at
org.apache.solr.cloud.SolrCloudTestCase.getCollectionState(SolrCloudTestCase.java:245)
at
org.apache.solr.cloud.CustomCollectionTest.testCustomCollectionsAPI(CustomCollectionTest.java:68)
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 12541 lines...]
[junit4] Suite: org.apache.solr.cloud.CustomCollectionTest
[junit4] 2> Creating dataDir:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_649D45FD5E1A300A-001/init-core-data-001
[junit4] 2> 1623812 INFO
(SUITE-CustomCollectionTest-seed#[649D45FD5E1A300A]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields
[junit4] 2> 1623817 INFO
(SUITE-CustomCollectionTest-seed#[649D45FD5E1A300A]-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> 1623817 INFO
(SUITE-CustomCollectionTest-seed#[649D45FD5E1A300A]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_649D45FD5E1A300A-001/tempDir-001
[junit4] 2> 1623818 INFO
(SUITE-CustomCollectionTest-seed#[649D45FD5E1A300A]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1623818 INFO (Thread-3838) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1623818 INFO (Thread-3838) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 1623822 ERROR (Thread-3838) [ ] 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> 1623928 INFO
(SUITE-CustomCollectionTest-seed#[649D45FD5E1A300A]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:57500
[junit4] 2> 1623970 INFO (jetty-launcher-3851-thread-1) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1623970 INFO (jetty-launcher-3851-thread-3) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1623970 INFO (jetty-launcher-3851-thread-2) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1623971 INFO (jetty-launcher-3851-thread-4) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1623976 INFO (jetty-launcher-3851-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@5137f12d{/solr,null,AVAILABLE}
[junit4] 2> 1623977 INFO (jetty-launcher-3851-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@647c8b9c{/solr,null,AVAILABLE}
[junit4] 2> 1623977 INFO (jetty-launcher-3851-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@24bf0467{/solr,null,AVAILABLE}
[junit4] 2> 1623977 INFO (jetty-launcher-3851-thread-3) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@4839659b{HTTP/1.1,[http/1.1]}{127.0.0.1:57504}
[junit4] 2> 1623977 INFO (jetty-launcher-3851-thread-3) [ ]
o.e.j.s.Server Started @1627901ms
[junit4] 2> 1623977 INFO (jetty-launcher-3851-thread-4) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@60448f6b{HTTP/1.1,[http/1.1]}{127.0.0.1:57503}
[junit4] 2> 1623977 INFO (jetty-launcher-3851-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=57504}
[junit4] 2> 1623977 INFO (jetty-launcher-3851-thread-4) [ ]
o.e.j.s.Server Started @1627901ms
[junit4] 2> 1623977 INFO (jetty-launcher-3851-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@324a36b9{/solr,null,AVAILABLE}
[junit4] 2> 1623977 INFO (jetty-launcher-3851-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=57503}
[junit4] 2> 1623977 ERROR (jetty-launcher-3851-thread-3) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1623977 INFO (jetty-launcher-3851-thread-2) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@ca03635{HTTP/1.1,[http/1.1]}{127.0.0.1:57505}
[junit4] 2> 1623978 INFO (jetty-launcher-3851-thread-2) [ ]
o.e.j.s.Server Started @1627902ms
[junit4] 2> 1623977 INFO (jetty-launcher-3851-thread-1) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@1744f195{HTTP/1.1,[http/1.1]}{127.0.0.1:57502}
[junit4] 2> 1623978 INFO (jetty-launcher-3851-thread-1) [ ]
o.e.j.s.Server Started @1627902ms
[junit4] 2> 1623978 INFO (jetty-launcher-3851-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=57502}
[junit4] 2> 1623978 INFO (jetty-launcher-3851-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.7.0
[junit4] 2> 1623978 ERROR (jetty-launcher-3851-thread-1) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1623978 INFO (jetty-launcher-3851-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1623978 INFO (jetty-launcher-3851-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1623978 INFO (jetty-launcher-3851-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=57505}
[junit4] 2> 1623978 INFO (jetty-launcher-3851-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-06-21T04:53:40.892Z
[junit4] 2> 1623978 INFO (jetty-launcher-3851-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.7.0
[junit4] 2> 1623978 ERROR (jetty-launcher-3851-thread-2) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1623978 INFO (jetty-launcher-3851-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1623978 INFO (jetty-launcher-3851-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1623978 INFO (jetty-launcher-3851-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-06-21T04:53:40.892Z
[junit4] 2> 1623977 ERROR (jetty-launcher-3851-thread-4) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1623979 INFO (jetty-launcher-3851-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.7.0
[junit4] 2> 1623979 INFO (jetty-launcher-3851-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1623979 INFO (jetty-launcher-3851-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1623979 INFO (jetty-launcher-3851-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-06-21T04:53:40.893Z
[junit4] 2> 1623979 INFO (jetty-launcher-3851-thread-4) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.7.0
[junit4] 2> 1623979 INFO (jetty-launcher-3851-thread-4) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1623979 INFO (jetty-launcher-3851-thread-4) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1623979 INFO (jetty-launcher-3851-thread-4) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-06-21T04:53:40.893Z
[junit4] 2> 1623982 INFO (jetty-launcher-3851-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1623982 INFO (jetty-launcher-3851-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1623982 INFO (jetty-launcher-3851-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1623982 INFO (jetty-launcher-3851-thread-4) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1623992 INFO (jetty-launcher-3851-thread-2) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1623992 INFO (jetty-launcher-3851-thread-1) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1623993 INFO (jetty-launcher-3851-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57500/solr
[junit4] 2> 1623993 INFO (jetty-launcher-3851-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57500/solr
[junit4] 2> 1623994 INFO (jetty-launcher-3851-thread-4) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1623994 INFO (jetty-launcher-3851-thread-3) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1623994 INFO (jetty-launcher-3851-thread-4) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57500/solr
[junit4] 2> 1623995 INFO (jetty-launcher-3851-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57500/solr
[junit4] 2> 1624028 INFO (jetty-launcher-3851-thread-4)
[n:127.0.0.1:57503_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1624028 INFO (jetty-launcher-3851-thread-2)
[n:127.0.0.1:57505_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1624029 INFO (jetty-launcher-3851-thread-3)
[n:127.0.0.1:57504_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1624029 INFO (jetty-launcher-3851-thread-1)
[n:127.0.0.1:57502_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1624030 INFO (jetty-launcher-3851-thread-4)
[n:127.0.0.1:57503_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:57503_solr
[junit4] 2> 1624031 INFO (jetty-launcher-3851-thread-2)
[n:127.0.0.1:57505_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:57505_solr
[junit4] 2> 1624031 INFO (jetty-launcher-3851-thread-3)
[n:127.0.0.1:57504_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:57504_solr
[junit4] 2> 1624031 INFO (jetty-launcher-3851-thread-1)
[n:127.0.0.1:57502_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:57502_solr
[junit4] 2> 1624032 INFO (jetty-launcher-3851-thread-4)
[n:127.0.0.1:57503_solr ] o.a.s.c.Overseer Overseer
(id=98174292507688971-127.0.0.1:57503_solr-n_0000000000) starting
[junit4] 2> 1624034 INFO
(zkCallback-3871-thread-1-processing-n:127.0.0.1:57505_solr)
[n:127.0.0.1:57505_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 1624034 INFO
(zkCallback-3870-thread-1-processing-n:127.0.0.1:57502_solr)
[n:127.0.0.1:57502_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 1624035 INFO
(zkCallback-3873-thread-1-processing-n:127.0.0.1:57504_solr)
[n:127.0.0.1:57504_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 1624036 INFO
(zkCallback-3872-thread-1-processing-n:127.0.0.1:57503_solr)
[n:127.0.0.1:57503_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 1624103 INFO (jetty-launcher-3851-thread-4)
[n:127.0.0.1:57503_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:57503_solr
[junit4] 2> 1624105 INFO
(zkCallback-3873-thread-1-processing-n:127.0.0.1:57504_solr)
[n:127.0.0.1:57504_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1624105 INFO
(zkCallback-3871-thread-1-processing-n:127.0.0.1:57505_solr)
[n:127.0.0.1:57505_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1624105 INFO
(zkCallback-3872-thread-1-processing-n:127.0.0.1:57503_solr)
[n:127.0.0.1:57503_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1624105 INFO
(zkCallback-3870-thread-1-processing-n:127.0.0.1:57502_solr)
[n:127.0.0.1:57502_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1624138 INFO (jetty-launcher-3851-thread-3)
[n:127.0.0.1:57504_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_649D45FD5E1A300A-001/tempDir-001/node3/.
[junit4] 2> 1624150 INFO (jetty-launcher-3851-thread-1)
[n:127.0.0.1:57502_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_649D45FD5E1A300A-001/tempDir-001/node1/.
[junit4] 2> 1624201 INFO (jetty-launcher-3851-thread-4)
[n:127.0.0.1:57503_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_649D45FD5E1A300A-001/tempDir-001/node4/.
[junit4] 2> 1624201 INFO (jetty-launcher-3851-thread-2)
[n:127.0.0.1:57505_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_649D45FD5E1A300A-001/tempDir-001/node2/.
[junit4] 2> 1624218 INFO
(SUITE-CustomCollectionTest-seed#[649D45FD5E1A300A]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 1624220 INFO
(SUITE-CustomCollectionTest-seed#[649D45FD5E1A300A]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:57500/solr ready
[junit4] 2> 1624256 INFO
(TEST-CustomCollectionTest.testRouteFieldForImplicitRouter-seed#[649D45FD5E1A300A])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testRouteFieldForImplicitRouter
[junit4] 2> 1624258 INFO
(TEST-CustomCollectionTest.testRouteFieldForImplicitRouter-seed#[649D45FD5E1A300A])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 1624264 INFO (qtp529630452-18866) [n:127.0.0.1:57503_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&action=CREATE&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1624266 INFO
(OverseerThreadFactory-8697-thread-1-processing-n:127.0.0.1:57503_solr)
[n:127.0.0.1:57503_solr ] o.a.s.c.CreateCollectionCmd Create collection
withShardField
[junit4] 2> 1624267 WARN
(OverseerThreadFactory-8697-thread-1-processing-n:127.0.0.1:57503_solr)
[n:127.0.0.1:57503_solr ] o.a.s.c.CreateCollectionCmd Specified
replicationFactor of 5 on collection withShardField is higher than or equal to
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> 1624378 INFO (qtp529630452-18867) [n:127.0.0.1:57503_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_c_replica2&action=CREATE&numShards=4&collection=withShardField&shard=c&wt=javabin&version=2
[junit4] 2> 1624379 INFO (qtp529630452-18867) [n:127.0.0.1:57503_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 1624382 INFO (qtp529630452-18868) [n:127.0.0.1:57503_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_d_replica1&action=CREATE&numShards=4&collection=withShardField&shard=d&wt=javabin&version=2
[junit4] 2> 1624383 INFO (qtp529630452-18869) [n:127.0.0.1:57503_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_a_replica4&action=CREATE&numShards=4&collection=withShardField&shard=a&wt=javabin&version=2
[junit4] 2> 1624385 INFO (qtp1149192617-18860) [n:127.0.0.1:57502_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_c_replica4&action=CREATE&numShards=4&collection=withShardField&shard=c&wt=javabin&version=2
[junit4] 2> 1624385 INFO (qtp529630452-18871) [n:127.0.0.1:57503_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_b_replica3&action=CREATE&numShards=4&collection=withShardField&shard=b&wt=javabin&version=2
[junit4] 2> 1624385 INFO (qtp529630452-18863) [n:127.0.0.1:57503_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_d_replica5&action=CREATE&numShards=4&collection=withShardField&shard=d&wt=javabin&version=2
[junit4] 2> 1624386 INFO (qtp1149192617-18860) [n:127.0.0.1:57502_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 1624387 INFO (qtp1149192617-18862) [n:127.0.0.1:57502_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_b_replica5&action=CREATE&numShards=4&collection=withShardField&shard=b&wt=javabin&version=2
[junit4] 2> 1624388 INFO (qtp406811502-18885) [n:127.0.0.1:57505_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_b_replica2&action=CREATE&numShards=4&collection=withShardField&shard=b&wt=javabin&version=2
[junit4] 2> 1624388 INFO (qtp2052258851-18876) [n:127.0.0.1:57504_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_b_replica4&action=CREATE&numShards=4&collection=withShardField&shard=b&wt=javabin&version=2
[junit4] 2> 1624389 INFO (qtp406811502-18885) [n:127.0.0.1:57505_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 1624389 INFO (qtp2052258851-18876) [n:127.0.0.1:57504_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 1624389 INFO (qtp1149192617-18872) [n:127.0.0.1:57502_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_b_replica1&action=CREATE&numShards=4&collection=withShardField&shard=b&wt=javabin&version=2
[junit4] 2> 1624389 INFO (qtp1149192617-18875) [n:127.0.0.1:57502_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_a_replica2&action=CREATE&numShards=4&collection=withShardField&shard=a&wt=javabin&version=2
[junit4] 2> 1624389 INFO (qtp2052258851-18880) [n:127.0.0.1:57504_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_a_replica1&action=CREATE&numShards=4&collection=withShardField&shard=a&wt=javabin&version=2
[junit4] 2> 1624390 INFO (qtp406811502-18889) [n:127.0.0.1:57505_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_c_replica1&action=CREATE&numShards=4&collection=withShardField&shard=c&wt=javabin&version=2
[junit4] 2> 1624390 INFO (qtp2052258851-18883) [n:127.0.0.1:57504_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_a_replica5&action=CREATE&numShards=4&collection=withShardField&shard=a&wt=javabin&version=2
[junit4] 2> 1624391 INFO (qtp406811502-18893) [n:127.0.0.1:57505_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_d_replica4&action=CREATE&numShards=4&collection=withShardField&shard=d&wt=javabin&version=2
[junit4] 2> 1624391 INFO (qtp2052258851-18877) [n:127.0.0.1:57504_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_c_replica3&action=CREATE&numShards=4&collection=withShardField&shard=c&wt=javabin&version=2
[junit4] 2> 1624392 INFO (qtp406811502-18887) [n:127.0.0.1:57505_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_c_replica5&action=CREATE&numShards=4&collection=withShardField&shard=c&wt=javabin&version=2
[junit4] 2> 1624396 INFO (qtp2052258851-18890) [n:127.0.0.1:57504_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_d_replica2&action=CREATE&numShards=4&collection=withShardField&shard=d&wt=javabin&version=2
[junit4] 2> 1624396 INFO (qtp406811502-18891) [n:127.0.0.1:57505_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_a_replica3&action=CREATE&numShards=4&collection=withShardField&shard=a&wt=javabin&version=2
[junit4] 2> 1624397 INFO (qtp1149192617-18881) [n:127.0.0.1:57502_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_d_replica3&action=CREATE&numShards=4&collection=withShardField&shard=d&wt=javabin&version=2
[junit4] 2> 1624536 INFO
(zkCallback-3871-thread-1-processing-n:127.0.0.1:57505_solr)
[n:127.0.0.1:57505_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> 1624536 INFO
(zkCallback-3873-thread-1-processing-n:127.0.0.1:57504_solr)
[n:127.0.0.1:57504_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> 1624537 INFO
(zkCallback-3870-thread-1-processing-n:127.0.0.1:57502_solr)
[n:127.0.0.1:57502_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> 1624536 INFO
(zkCallback-3872-thread-1-processing-n:127.0.0.1:57503_solr)
[n:127.0.0.1:57503_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> 1625430 INFO (qtp529630452-18867) [n:127.0.0.1:57503_solr
c:withShardField s:c x:withShardField_c_replica2] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 6.7.0
[junit4] 2> 1625430 INFO (qtp529630452-18868) [n:127.0.0.1:57503_solr
c:withShardField s:d x:withShardField_d_replica1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 6.7.0
[junit4] 2> 1625436 INFO (qtp529630452-18869) [n:127.0.0.1:57503_solr
c:withShardField s:a x:withShardField_a_replica4] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 6.7.0
[junit4] 2> 1625438 INFO (qtp529630452-18863) [n:127.0.0.1:57503_solr
c:withShardField s:d x:withShardField_d_replica5] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 6.7.0
[junit4] 2> 1625473 INFO (qtp529630452-18867) [n:127.0.0.1:57503_solr
c:withShardField s:c x:withShardField_c_replica2] o.a.s.s.IndexSchema
[withShardField_c_replica2] Schema name=cloud-dynamic
[junit4] 2> 1625481 INFO (qtp529630452-18868) [n:127.0.0.1:57503_solr
c:withShardField s:d x:withShardField_d_replica1] o.a.s.s.IndexSchema
[withShardField_d_replica1] Schema name=cloud-dynamic
[junit4] 2> 1625517 INFO (qtp2052258851-18876) [n:127.0.0.1:57504_solr
c:withShardField s:b x:withShardField_b_replica4] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 6.7.0
[junit4] 2> 1625518 INFO (qtp2052258851-18880) [n:127.0.0.1:57504_solr
c:withShardField s:a x:withShardField_a_replica1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 6.7.0
[junit4] 2> 1625607 INFO (qtp529630452-18871) [n:127.0.0.1:57503_solr
c:withShardField s:b x:withShardField_b_replica3] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 6.7.0
[junit4] 2> 1625609 INFO (qtp2052258851-18877) [n:127.0.0.1:57504_solr
c:withShardField s:c x:withShardField_c_replica3] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 6.7.0
[junit4] 2> 1625612 INFO (qtp2052258851-18883) [n:127.0.0.1:57504_solr
c:withShardField s:a x:withShardField_a_replica5] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 6.7.0
[junit4] 2> 1625612 INFO (qtp2052258851-18890) [n:127.0.0.1:57504_solr
c:withShardField s:d x:withShardField_d_replica2] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 6.7.0
[junit4] 2> 1625616 INFO (qtp406811502-18889) [n:127.0.0.1:57505_solr
c:withShardField s:c x:withShardField_c_replica1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 6.7.0
[junit4] 2> 1625632 INFO (qtp1149192617-18875) [n:127.0.0.1:57502_solr
c:withShardField s:a x:withShardField_a_replica2] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 6.7.0
[junit4] 2> 1625633 INFO (qtp1149192617-18862) [n:127.0.0.1:57502_solr
c:withShardField s:b x:withShardField_b_replica5] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 6.7.0
[junit4] 2> 1625636 INFO (qtp529630452-18869) [n:127.0.0.1:57503_solr
c:withShardField s:a x:withShardField_a_replica4] o.a.s.s.IndexSchema
[withShardField_a_replica4] Schema name=cloud-dynamic
[junit4] 2> 1625637 INFO (qtp406811502-18893) [n:127.0.0.1:57505_solr
c:withShardField s:d x:withShardField_d_replica4] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 6.7.0
[junit4] 2> 1625637 INFO (qtp529630452-18863) [n:127.0.0.1:57503_solr
c:withShardField s:d x:withShardField_d_replica5] o.a.s.s.IndexSchema
[withShardField_d_replica5] Schema name=cloud-dynamic
[junit4] 2> 1625641 INFO (qtp406811502-18885) [n:127.0.0.1:57505_solr
c:withShardField s:b x:withShardField_b_replica2] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 6.7.0
[junit4] 2> 1625642 INFO (qtp1149192617-18872) [n:127.0.0.1:57502_solr
c:withShardField s:b x:withShardField_b_replica1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 6.7.0
[junit4] 2> 1625660 INFO (qtp1149192617-18860) [n:127.0.0.1:57502_solr
c:withShardField s:c x:withShardField_c_replica4] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 6.7.0
[junit4] 2> 1625667 INFO (qtp406811502-18891) [n:127.0.0.1:57505_solr
c:withShardField s:a x:withShardField_a_replica3] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 6.7.0
[junit4] 2> 1625697 INFO (qtp529630452-18868) [n:127.0.0.1:57503_solr
c:withShardField s:d x:withShardField_d_replica1] o.a.s.s.IndexSchema Loaded
schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 1625697 INFO (qtp529630452-18868) [n:127.0.0.1:57503_solr
c:withShardField s:d x:withShardField_d_replica1] o.a.s.c.CoreContainer
Creating SolrCore 'withShardField_d_replica1' using configuration from
collection withShardField, trusted=true
[junit4] 2> 1625698 INFO (qtp406811502-18889) [n:127.0.0.1:57505_solr
c:withShardField s:c x:withShardField_c_replica1] o.a.s.s.IndexSchema
[withShardField_c_replica1] Schema name=cloud-dynamic
[junit4] 2> 1625698 INFO (qtp1149192617-18862) [n:127.0.0.1:57502_solr
c:withShardField s:b x:withShardField_b_replica5] o.a.s.s.IndexSchema
[withShardField_b_replica5] Schema name=cloud-dynamic
[junit4] 2> 1625698 INFO (qtp1149192617-18875) [n:127.0.0.1:57502_solr
c:withShardField s:a x:withShardField_a_replica2] o.a.s.s.IndexSchema
[withShardField_a_replica2] Schema name=cloud-dynamic
[junit4] 2> 1625707 INFO (qtp2052258851-18876) [n:127.0.0.1:57504_solr
c:withShardField s:b x:withShardField_b_replica4] o.a.s.s.IndexSchema
[withShardField_b_replica4] Schema name=cloud-dynamic
[junit4] 2> 1625715 INFO (qtp529630452-18868) [n:127.0.0.1:57503_solr
c:withShardField s:d x:withShardField_d_replica1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1625715 INFO (qtp529630452-18868) [n:127.0.0.1:57503_solr
c:withShardField s:d x:withShardField_d_replica1] o.a.s.c.SolrCore
[[withShardField_d_replica1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_649D45FD5E1A300A-001/tempDir-001/node4/withShardField_d_replica1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_649D45FD5E1A300A-001/tempDir-001/node4/./withShardField_d_replica1/data/]
[junit4] 2> 1625744 INFO (qtp529630452-18867) [n:127.0.0.1:57503_solr
c:withShardField s:c x:withShardField_c_replica2] o.a.s.s.IndexSchema Loaded
schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 1625744 INFO (qtp529630452-18867) [n:127.0.0.1:57503_solr
c:withShardField s:c x:withShardField_c_replica2] o.a.s.c.CoreContainer
Creating SolrCore 'withShardField_c_replica2' using configuration from
collection withShardField, trusted=true
[junit4] 2> 1625744 INFO (qtp1149192617-18881) [n:127.0.0.1:57502_solr
c:withShardField s:d x:withShardField_d_replica3] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 6.7.0
[junit4] 2> 1625744 INFO (qtp529630452-18867) [n:127.0.0.1:57503_solr
c:withShardField s:c x:withShardField_c_replica2] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1625744 INFO (qtp529630452-18867) [n:127.0.0.1:57503_solr
c:withShardField s:c x:withShardField_c_replica2] o.a.s.c.SolrCore
[[withShardField_c_replica2] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_649D45FD5E1A300A-001/tempDir-001/node4/withShardField_c_replica2],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_649D45FD5E1A300A-001/tempDir-001/node4/./withShardField_c_replica2/data/]
[junit4] 2> 1625749 INFO (qtp2052258851-18890) [n:127.0.0.1:57504_solr
c:withShardField s:d x:withShardField_d_replica2] o.a.s.s.IndexSchema
[withShardField_d_replica2] Schema name=cloud-dynamic
[junit4] 2> 1625750 INFO (qtp2052258851-18883) [n:127.0.0.1:57504_solr
c:withShardField s:a x:withShardField_a_replica5] o.a.s.s.IndexSchema
[withShardField_a_replica5] Schema name=cloud-dynamic
[junit4] 2> 1625752 INFO (qtp2052258851-18880) [n:127.0.0.1:57504_solr
c:withShardField s:a x:withShardField_a_replica1] o.a.s.s.IndexSchema
[withShardField_a_replica1] Schema name=cloud-dynamic
[junit4] 2> 1625749 INFO (qtp2052258851-18877) [n:127.0.0.1:57504_solr
c:withShardField s:c x:withShardField_c_replica3] o.a.s.s.IndexSchema
[withShardField_c_replica3] Schema name=cloud-dynamic
[junit4] 2> 1625777 INFO (qtp406811502-18893) [n:127.0.0.1:57505_solr
c:withShardField s:d x:withShardField_d_replica4] o.a.s.s.IndexSchema
[withShardField_d_replica4] Schema name=cloud-dynamic
[junit4] 2> 1625782 INFO (qtp2052258851-18883) [n:127.0.0.1:57504_solr
c:withShardField s:a x:withShardField_a_replica5] o.a.s.s.IndexSchema Loaded
schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 1625782 INFO (qtp2052258851-18883) [n:127.0.0.1:57504_solr
c:withShardField s:a x:withShardField_a_replica5] o.a.s.c.CoreContainer
Creating SolrCore 'withShardField_a_replica5' using configuration from
collection withShardField, trusted=true
[junit4] 2> 1625782 INFO (qtp2052258851-18883) [n:127.0.0.1:57504_solr
c:withShardField s:a x:withShardField_a_replica5] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1625782 INFO (qtp2052258851-18883) [n:127.0.0.1:57504_solr
c:withShardField s:a x:withShardField_a_replica5] o.a.s.c.SolrCore
[[withShardField_a_replica5] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_649D45FD5E1A300A-001/tempDir-001/node3/withShardField_a_replica5],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_649D45FD5E1A300A-001/tempDir-001/node3/./withShardField_a_replica5/data/]
[junit4] 2> 1625782 INFO (qtp2052258851-18880) [n:127.0.0.1:57504_solr
c:withShardField s:a x:withShardField_a_replica1] o.a.s.s.IndexSchema Loaded
schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 1625782 INFO (qtp2052258851-18880) [n:127.0.0.1:57504_solr
c:withShardField s:a x:withShardField_a_replica1] o.a.s.c.CoreContainer
Creating SolrCore 'withShardField_a_replica1' using configuration from
collection withShardField, trusted=true
[junit4] 2> 1625783 INFO (qtp2052258851-18880) [n:127.0.0.1:57504_solr
c:withShardField s:a x:withShardField_a_replica1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1625783 INFO (qtp2052258851-18880) [n:127.0.0.1:57504_solr
c:withShardField s:a x:withShardField_a_replica1] o.a.s.c.SolrCore
[[withShardField_a_replica1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_649D45FD5E1A300A-001/tempDir-001/node3/withShardField_a_replica1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_649D45FD5E1A300A-001/tempDir-001/node3/./withShardField_a_replica1/data/]
[junit4] 2> 1625784 INFO (qtp406811502-18887) [n:127.0.0.1:57505_solr
c:withShardField s:c x:withShardField_c_replica5] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 6.7.0
[junit4] 2> 1625786 INFO (qtp1149192617-18872) [n:127.0.0.1:57502_solr
c:withShardField s:b x:withShardField_b_replica1] o.a.s.s.IndexSchema
[withShardField_b_replica1] Schema name=cloud-dynamic
[junit4] 2> 1625787 INFO (qtp529630452-18871) [n:127.0.0.1:57503_solr
c:withShardField s:b x:withShardField_b_replica3] o.a.s.s.IndexSchema
[withShardField_b_replica3] Schema name=cloud-dynamic
[junit4] 2> 1625833 INFO (qtp1149192617-18872) [n:127.0.0.1:57502_solr
c:withShardField s:b x:withShardField_b_replica1] o.a.s.s.IndexSchema Loaded
schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 1625834 INFO (qtp1149192617-18872) [n:127.0.0.1:57502_solr
c:withShardField s:b x:withShardField_b_replica1] o.a.s.c.CoreContainer
Creating SolrCore 'withShardField_b_replica1' using configuration from
collection withShardField, trusted=true
[junit4] 2> 1625834 INFO (qtp529630452-18863) [n:127.0.0.1:57503_solr
c:withShardField s:d x:withShardField_d_replica5] o.a.s.s.IndexSchema Loaded
schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 1625834 INFO (qtp529630452-18863) [n:127.0.0.1:57503_solr
c:withShardField s:d x:withShardField_d_replica5] o.a.s.c.CoreContainer
Creating SolrCore 'withShardField_d_replica5' using configuration from
collection withShardField, trusted=true
[junit4] 2> 1625835 INFO (qtp529630452-18863) [n:127.0.0.1:57503_solr
c:withShardField s:d x:withShardField_d_replica5] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1625835 INFO (qtp529630452-18863) [n:127.0.0.1:57503_solr
c:withShardField s:d x:withShardField_d_replica5] o.a.s.c.SolrCore
[[withShardField_d_replica5] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_649D45FD5E1A300A-001/tempDir-001/node4/withShardField_d_replica5],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_649D45FD5E1A300A-001/tempDir-001/node4/./withShardField_d_replica5/data/]
[junit4] 2> 1625835 INFO (qtp529630452-18869) [n:127.0.0.1:57503_solr
c:withShardField s:a x:withShardField_a_replica4] o.a.s.s.IndexSchema Loaded
schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 1625835 INFO (qtp529630452-18869) [n:127.0.0.1:57503_solr
c:withShardField s:a x:withShardField_a_replica4] o.a.s.c.CoreContainer
Creating SolrCore 'withShardField_a_replica4' using configuration from
collection withShardField, trusted=true
[junit4] 2> 1625836 INFO (qtp529630452-18869) [n:127.0.0.1:57503_solr
c:withShardField s:a x:withShardField_a_replica4] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1625836 INFO (qtp529630452-18869) [n:127.0.0.1:57503_solr
c:withShardField s:a x:withShardField_a_replica4] o.a.s.c.SolrCore
[[withShardField_a_replica4] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_649D45FD5E1A300A-001/tempDir-001/node4/withShardField_a_replica4],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_649D45FD5E1A300A-001/tempDir-001/node4/./withShardField_a_replica4/data/]
[junit4] 2> 1625837 INFO (qtp406811502-18891) [n:127.0.0.1:57505_solr
c:withShardField s:a x:withShardField_a_replica3] o.a.s.s.IndexSchema
[withShardField_a_replica3] Schema name=cloud-dynamic
[junit4] 2> 1625838 INFO (qtp1149192617-18860) [n:127.0.0.1:57502_solr
c:withShardField s:c x:withShardField_c_replica4] o.a.s.s.IndexSchema
[withShardField_c_replica4] Schema name=cloud-dynamic
[junit4] 2> 1625838 INFO (qtp406811502-18885) [n:127.0.0.1:57505_solr
c:withShardField s:b x:withShardField_b_replica2] o.a.s.s.IndexSchema
[withShardField_b_replica2] Schema name=cloud-dynamic
[junit4] 2> 1625841 INFO (qtp1149192617-18881) [n:127.0.0.1:57502_solr
c:withShardField s:d x:withShardField_d_replica3] o.a.s.s.IndexSchema
[withShardField_d_replica3] Schema name=cloud-dynamic
[junit4] 2> 1625867 INFO (qtp1149192617-18860) [n:127.0.0.1:57502_solr
c:withShardField s:c x:withShardField_c_replica4] o.a.s.s.IndexSchema Loaded
schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 1625867 INFO (qtp1149192617-18860) [n:127.0.0.1:57502_solr
c:withShardField s:c x:withShardField_c_replica4] o.a.s.c.CoreContainer
Creating SolrCore 'withShardField_c_replica4' using configuration from
collection withShardField, trusted=true
[junit4] 2> 1625867 INFO (qtp1149192617-18860) [n:127.0.0.1:57502_solr
c:withShardField s:c x:withShardField_c_replica4] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1625867 INFO (qtp1149192617-18860) [n:127.0.0.1:57502_solr
c:withShardField s:c x:withShardField_c_replica4] o.a.s.c.SolrCore
[[withShardField_c_replica4] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_649D45FD5E1A300A-001/tempDir-001/node1/withShardField_c_replica4],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_649D45FD5E1A300A-001/tempDir-001/node1/./withShardField_c_replica4/data/]
[junit4] 2> 1625875 INFO (qtp2052258851-18890) [n:127.0.0.1:57504_solr
c:withShardField s:d x:withShardField_d_replica2] o.a.s.s.IndexSchema Loaded
schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 1625875 INFO (qtp2052258851-18890) [n:127.0.0.1:57504_solr
c:withShardField s:d x:withShardField_d_replica2] o.a.s.c.CoreContainer
Creating SolrCore 'withShardField_d_replica2' using configuration from
collection withShardField, trusted=true
[junit4] 2> 1625875 INFO (qtp2052258851-18890) [n:127.0.0.1:57504_solr
c:withShardField s:d x:withShardField_d_replica2] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1625875 INFO (qtp2052258851-18890) [n:127.0.0.1:57504_solr
c:withShardField s:d x:withShardField_d_replica2] o.a.s.c.SolrCore
[[withShardField_d_replica2] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_649D45FD5E1A300A-001/tempDir-001/node3/withShardField_d_replica2],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_649D45FD5E1A300A-001/tempDir-001/node3/./withShardField_d_replica2/data/]
[junit4] 2> 1625876 INFO (qtp2052258851-18876) [n:127.0.0.1:57504_solr
c:withShardField s:b x:withShardField_b_replica4] o.a.s.s.IndexSchema Loaded
schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 1625876 INFO (qtp2052258851-18876) [n:127.0.0.1:57504_solr
c:withShardField s:b x:withShardField_b_replica4] o.a.s.c.CoreContainer
Creating SolrCore 'withShardField_b_replica4' using configuration from
collection withShardField, trusted=true
[junit4] 2> 1625876 INFO (qtp2052258851-18876) [n:127.0.0.1:57504_solr
c:withShardField s:b x:withShardField_b_replica4] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1625876 INFO (qtp2052258851-18876) [n:127.0.0.1:57504_solr
c:withShardField s:b x:withShardField_b_replica4] o.a.s.c.SolrCore
[[withShardField_b_replica4] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_649D45FD5E1A300A-001/tempDir-001/node3/withShardField_b_replica4],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_649D45FD5E1A300A-001/tempDir-001/node3/./withShardField_b_replica4/data/]
[junit4] 2> 1625882 INFO (qtp406811502-18889) [n:127.0.0.1:57505_solr
c:withShardField s:c x:withShardField_c_replica1] o.a.s.s.IndexSchema Loaded
schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 1625882 INFO (qtp406811502-18889) [n:127.0.0.1:57505_solr
c:withShardField s:c x:withShardField_c_replica1] o.a.s.c.CoreContainer
Creating SolrCore 'withShardField_c_replica1' using configuration from
collection withShardField, trusted=true
[junit4] 2> 1625882 INFO (qtp406811502-18889) [n:127.0.0.1:57505_solr
c:withShardField s:c x:withShardField_c_replica1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1625882 INFO (qtp406811502-18889) [n:127.0.0.1:57505_solr
c:withShardField s:c x:withShardField_c_replica1] o.a.s.c.SolrCore
[[withShardField_c_replica1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_649D45FD5E1A300A-001/tempDir-001/node2/withShardField_c_replica1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_649D45FD5E1A300A-001/tempDir-001/node2/./withShardField_c_replica1/data/]
[junit4] 2> 1625883 INFO (qtp1149192617-18875) [n:127.0.0.1:57502_solr
c:withShardField s:a x:withShardField_a_replica2] o.a.s.s.IndexSchema Loaded
schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 1625883 INFO (qtp1149192617-18875) [n:127.0.0.1:57502_solr
c:withShardField s:a x:withShardField_a_replica2] o.a.s.c.CoreContainer
Creating SolrCore 'withShardField_a_replica2' using configuration from
collection withShardField, trusted=true
[junit4] 2> 1625883 INFO (qtp1149192617-18875) [n:127.0.0.1:57502_solr
c:withShardField s:a x:withShardField_a_replica2] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1625883 INFO (qtp1149192617-18875) [n:127.0.0.1:57502_solr
c:withShardField s:a x:withShardField_a_replica2] o.a.s.c.SolrCore
[[withShardField_a_replica2] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_649D45FD5E1A300A-001/tempDir-001/node1/withShardField_a_replica2],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_649D45FD5E1A300A-001/tempDir-001/node1/./withShardField_a_replica2/data/]
[junit4] 2> 1625884 INFO (qtp529630452-18871) [n:127.0.0.1:57503_solr
c:withShardField s:b x:withShardField_b_replica3] o.a.s.s.IndexSchema Loaded
schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 1625884 INFO (qtp529630452-18871) [n:127.0.0.1:57503_solr
c:withShardField s:b x:withShardField_b_replica3] o.a.s.c.CoreContainer
Creating SolrCore 'withShardField_b_replica3' using configuration from
collection withShardField, trusted=true
[junit4] 2> 1625885 INFO (qtp529630452-18871) [n:127.0.0.1:57503_solr
c:withShardField s:b x:withShardField_b_replica3] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1625885 INFO (qtp1149192617-18862) [n:127.0.0.1:57502_solr
c:withShardField s:b x:withShardField_b_replica5] o.a.s.s.IndexSchema Loaded
schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 1625885 INFO (qtp529630452-18871) [n:127.0.0.1:57503_solr
c:withShardField s:b x:withShardField_b_replica3] o.a.s.c.SolrCore
[[withShardField_b_replica3] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_649D45FD5E1A300A-001/tempDir-001/node4/withShardField_b_replica3],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_649D45FD5E1A300A-001/tempDir-001/node4/./withShardField_b_replica3/data/]
[junit4] 2> 1625885 INFO (qtp1149192617-18862) [n:127.0.0.1:57502_solr
c:withShardField s:b x:withShardField_b_replica5] o.a.s.c.CoreContainer
Creating SolrCore 'withShardField_b_replica5' using configuration from
collection withShardField, trusted=true
[junit4] 2> 1625885 INFO (qtp1149192617-18862) [n:127.0.0.1:57502_solr
c:withShardField s:b x:withShardField_b_replica5] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1625885 INFO (qtp1149192617-18862) [n:127.0.0.1:57502_solr
c:withShardField s:b x:withShardField_b_replica5] o.a.s.c.SolrCore
[[withShardField_b_replica5] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_649D45FD5E1A300A-001/tempDir-001/node1/withShardField_b_replica5],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_649D45FD5E1A300A-001/tempDir-001/node1/./withShardField_b_replica5/data/]
[junit4] 2> 1625885 INFO (qtp1149192617-18872) [n:127.0.0.1:57502_solr
c:withShardField s:b x:withShardField_b_replica1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1625885 INFO (qtp1149192617-18872) [n:127.0.0.1:57502_solr
c:withShardField s:b x:withShardField_b_replica1] o.a.s.c.SolrCore
[[withShardField_b_replica1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_649D45FD5E1A300A-001/tempDir-001/node1/withShardField_b_replica1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_649D45FD5E1A300A-001/tempDir-001/node1/./withShardField_b_replica1/data/]
[junit4] 2> 1625899 INFO (qtp406811502-18887) [n:127.0.0.1:57505_solr
c:withShardField s:c x:withShardField_c_replica5] o.a.s.s.IndexSchema
[withShardField_c_replica5] Schema name=cloud-dynamic
[junit4] 2> 1625910 INFO (qtp2052258851-18877) [n:127.0.0.1:57504_solr
c:withShardField s:c x:withShardField_c_replica3] o.a.s.s.IndexSchema Loaded
schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 1625910 INFO (qtp2052258851-18877) [n:127.0.0.1:57504_solr
c:withShardField s:c x:withShardField_c_replica3] o.a.s.c.CoreContainer
Creating SolrCore 'withShardField_c_replica3' using configuration from
collection withShardField, trusted=true
[junit4] 2> 1625911 INFO (qtp2052258851-18877) [n:127.0.0.1:57504_solr
c:withShardField s:c x:withShardField_c_replica3] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1625911 INFO (qtp2052258851-18877) [n:127.0.0.1:57504_solr
c:withShardField s:c x:withShardField_c_replica3] o.a.s.c.SolrCore
[[withShardField_c_replica3] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_649D45FD5E1A300A-001/tempDir-001/node3/withShardField_c_replica3],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_649D45FD5E1A300A-001/tempDir-001/node3/./withShardField_c_replica3/data/]
[junit4] 2> 1625912 INFO (qtp406811502-18893) [n:127.0.0.1:57505_solr
c:withShardField s:d x:withShardField_d_replica4] o.a.s.s.IndexSchema Loaded
schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 1625912 INFO (qtp406811502-18893) [n:127.0.0.1:57505_solr
c:withShardField s:d x:withShardField_d_replica4] o.a.s.c.CoreContainer
Creating SolrCore 'withShardField_d_replica4' using configuration from
collection withShardField, trusted=true
[junit4] 2> 1625912 INFO (qtp406811502-18893) [n:127.0.0.1:57505_solr
c:withShardField s:d x:withShardField_d_replica4] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1625912 INFO (qtp406811502-18893) [n:127.0.0.1:57505_solr
c:withShardField s:d x:withShardField_d_replica4] o.a.s.c.SolrCore
[[withShardField_d_replica4] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_649D45FD5E1A300A-001/tempDir-001/node2/withShardField_d_replica4],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_649D45FD5E1A300A-001/tempDir-001/node2/./withShardField_d_replica4/data/]
[junit4] 2> 1625931 INFO (qtp406811502-18885) [n:127.0.0.1:57505_solr
c:withShardField s:b x:withShardField_b_replica2] o.a.s.s.IndexSchema Loaded
schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 1625931 INFO (qtp406811502-18885) [n:127.0.0.1:57505_solr
c:withShardField s:b x:withShardField_b_replica2] o.a.s.c.CoreContainer
Creating SolrCore 'withShardField_b_replica2' using configuration from
collection withShardField, trusted=true
[junit4] 2> 1625932 INFO (qtp1149192617-18881) [n:127.0.0.1:57502_solr
c:withShardField s:d x:withShardField_d_replica3] o.a.s.s.IndexSchema Loaded
schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 1625932 INFO (qtp1149192617-18881) [n:127.0.0.1:57502_solr
c:withShardField s:d x:withShardField_d_replica3] o.a.s.c.CoreContainer
Creating SolrCore 'withShardField_d_replica3' using configuration from
collection withShardField, trusted=true
[junit4] 2> 1625932 INFO (qtp406811502-18885) [n:127.0.0.1:57505_solr
c:withShardField s:b x:withShardField_b_replica2] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1625932 INFO (qtp406811502-18885) [n:127.0.0.1:57505_solr
c:withShardField s:b x:withShardField_b_replica2] o.a.s.c.SolrCore
[[withShardField_b_replica2] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_649D45FD5E1A300A-001/tempDir-001/node2/withShardField_b_replica2],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_649D45FD5E1A300A-001/tempDir-001/node2/./withShardField_b_replica2/data/]
[junit4] 2> 1625932 INFO (qtp1149192617-18881) [n:127.0.0.1:57502_solr
c:withShardField s:d x:withShardField_d_replica3] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1625932 INFO (qtp1149192617-18881) [n:127.0.0.1:57502_solr
c:withShardField s:d x:withShardField_d_replica3] o.a.s.c.SolrCore
[[withShardField_d_replica3] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_649D45FD5E1A300A-001/tempDir-001/node1/withShardField_d_replica3],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_649D45FD5E1A300A-001/tempDir-001/node1/./withShardField_d_replica3/data/]
[junit4] 2> 1625934 INFO (qtp406811502-18887) [n:127.0.0.1:57505_solr
c:withShardField s:c x:withShardField_c_replica5] o.a.s.s.IndexSchema Loaded
schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 1625934 INFO (qtp406811502-18887) [n:127.0.0.1:57505_solr
c:withShardField s:c x:withShardField_c_replica5] o.a.s.c.CoreContainer
Creating SolrCore 'withShardField_c_replica5' using configuration from
collection withShardField, trusted=true
[junit4] 2> 1625934 INFO (qtp406811502-18887) [n:127.0.0.1:57505_solr
c:withShardField s:c x:withShardField_c_replica5] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1625934 INFO (qtp406811502-18887) [n:127.0.0.1:57505_solr
c:withShardField s:c x:withShardField_c_replica5] o.a.s.c.SolrCore
[[withShardField_c_replica5] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_649D45FD5E1A300A-001/tempDir-001/node2/withShardField_c_replica5],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_649D45FD5E1A300A-001/tempDir-001/node2/./withShardField_c_replica5/data/]
[junit4] 2> 1625935 INFO (qtp406811502-18891) [n:127.0.0.1:57505_solr
c:withShardField s:a x:withShardField_a_replica3] o.a.s.s.IndexSchema Loaded
schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 1625935 INFO (qtp406811502-18891) [n:127.0.0.1:57505_solr
c:withShardField s:a x:withShardField_a_replica3] o.a.s.c.CoreContainer
Creating SolrCore 'withShardField_a_replica3' using configuration from
collection withShardField, trusted=true
[junit4] 2> 1625935 INFO (qtp406811502-18891) [n:127.0.0.1:57505_solr
c:withShardField s:a x:withShardField_a_replica3] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1625935 INFO (qtp406811502-18891) [n:127.0.0.1:57505_solr
c:withShardField s:a x:withShardField_a_replica3] o.a.s.c.SolrCore
[[withShardField_a_replica3] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_649D45FD5E1A300A-001/tempDir-001/node2/withShardField_a_replica3],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_649D45FD5E1A300A-001/tempDir-001/node2/./withShardField_a_replica3/data/]
[junit4] 2> 1626148 INFO (qtp529630452-18867) [n:127.0.0.1:57503_solr
c:withShardField s:c x:withShardField_c_replica2] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1626148 INFO (qtp529630452-18867) [n:127.0.0.1:57503_solr
c:withShardField s:c x:withShardField_c_replica2] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1626151 INFO (qtp529630452-18867) [n:127.0.0.1:57503_solr
c:withShardField s:c x:withShardField_c_replica2] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 1626151 INFO (qtp529630452-18867) [n:127.0.0.1:57503_solr
c:withShardField s:c x:withShardField_c_replica2] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 1626154 INFO (qtp529630452-18868) [n:127.0.0.1:57503_solr
c:withShardField s:d x:withShardField_d_replica1] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1626154 INFO (qtp529630452-18868) [n:127.0.0.1:57503_solr
c:withShardField s:d x:withShardField_d_replica1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1626155 INFO (qtp529630452-18868) [n:127.0.0.1:57503_solr
c:withShardField s:d x:withShardField_d_replica1] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 1626155 INFO (qtp529630452-18868) [n:127.0.0.1:57503_solr
c:withShardField s:d x:withShardField_d_replica1] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 1626158 INFO (qtp529630452-18867) [n:127.0.0.1:57503_solr
c:withShardField s:c x:withShardField_c_replica2] o.a.s.s.SolrIndexSearcher
Opening [Searcher@46bbfa82[withShardField_c_replica2] main]
[junit4] 2> 1626164 INFO (qtp529630452-18867) [n:127.0.0.1:57503_solr
c:withShardField s:c x:withShardField_c_replica2]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 1626164 INFO (qtp529630452-18867) [n:127.0.0.1:57503_solr
c:withShardField s:c x:withShardField_c_replica2]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1626164 INFO (qtp529630452-18867) [n:127.0.0.1:57503_solr
c:withShardField s:c x:withShardField_c_replica2] o.a.s.h.ReplicationHandler
Commits will be reserved for 10000
[junit4] 2> 1626164 INFO (qtp529630452-18867) [n:127.0.0.1:57503_solr
c:withShardField s:c x:withShardField_c_replica2] o.a.s.u.UpdateLog Could not
find max version in index or recent updates, using new clock 1570788682579836928
[junit4] 2> 1626164 INFO
(searcherExecutor-8706-thread-1-processing-n:127.0.0.1:57503_solr
x:withShardField_c_replica2 s:c c:withShardField) [n:127.0.0.1:57503_solr
c:withShardField s:c x:withShardField_c_replica2] o.a.s.c.SolrCore
[withShardField_c_replica2] Registered new searcher
Searcher@46bbfa82[withShardField_c_replica2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1626196 INFO (qtp529630452-18868) [n:127.0.0.1:57503_solr
c:withShardField s:d x:withShardField_d_replica1] o.a.s.s.SolrIndexSearcher
Opening [Searcher@68271725[withShardField_d_replica1] main]
[junit4] 2> 1626206 INFO (qtp529630452-18867) [n:127.0.0.1:57503_solr
c:withShardField s:c x:withShardField_c_replica2]
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for
shard c: total=5 found=1 timeoutin=9998ms
[junit4] 2> 1626207 INFO (qtp529630452-18868) [n:127.0.0.1:57503_solr
c:withShardField s:d x:withShardField_d_replica1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 1626209 INFO (qtp529630452-18868) [n:127.0.0.1:57503_solr
c:withShardField s:d x:withShardField_d_replica1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1626209 INFO (qtp529630452-18868) [n:127.0.0.1:57503_solr
c:withShardField s:d x:withShardField_d_replica1] o.a.s.h.ReplicationHandler
Commits will be reserved for 10000
[junit4] 2> 1626209 INFO (qtp529630452-18868) [n:127.0.0.1:57503_solr
c:withShardField s:d x:withShardField_d_replica1] o.a.s.u.UpdateLog Could not
find max version in index or recent updates, using new clock 1570788682627022848
[junit4] 2> 1626209 INFO
(searcherExecutor-8705-thread-1-processing-n:127.0.0.1:57503_solr
x:withShardField_d_replica1 s:d c:withShardField) [n:127.0.0.1:57503_solr
c:withShardField s:d x:withShardField_d_replica1] o.a.s.c.SolrCore
[withShardField_d_replica1] Registered new searcher
Searcher@68271725[withShardField_d_replica1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1626209 INFO (qtp1149192617-18860) [n:127.0.0.1:57502_solr
c:withShardField s:c x:withShardField_c_replica4] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1626209 INFO (qtp1149192617-18860) [n:127.0.0.1:57502_solr
c:withShardField s:c x:withShardField_c_replica4] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1626215 INFO (qtp2052258851-18877) [n:127.0.0.1:57504_solr
c:withShardField s:c x:withShardField_c_replica3] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1626215 INFO (qtp2052258851-18877) [n:127.0.0.1:57504_solr
c:withShardField s:c x:withShardField_c_replica3] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1626216 INFO (qtp529630452-18868) [n:127.0.0.1:57503_solr
c:withShardField s:d x:withShardField_d_replica1]
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for
shard d: total=5 found=1 timeoutin=9999ms
[junit4] 2> 1626218 INFO (qtp1149192617-18860) [n:127.0.0.1:57502_solr
c:withShardField s:c x:withShardField_c_replica4] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 1626218 INFO (qtp2052258851-18877) [n:127.0.0.1:57504_solr
c:withShardField s:c x:withShardField_c_replica3] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 1626218 INFO (qtp2052258851-18877) [n:127.0.0.1:57504_solr
c:withShardField s:c x:withShardField_c_replica3] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 1626218 INFO (qtp1149192617-18860) [n:127.0.0.1:57502_solr
c:withShardField s:c x:withShardField_c_replica4] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 1626225 INFO (qtp2052258851-18877) [n:127.0.0.1:57504_solr
c:withShardField s:c x:withShardField_c_replica3] o.a.s.s.SolrIndexSearcher
Opening [Searcher@50081245[withShardField_c_replica3] main]
[junit4] 2> 1626230 INFO (qtp2052258851-18880) [n:127.0.0.1:57504_solr
c:withShardField s:a x:withShardField_a_replica1] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1626230 INFO (qtp2052258851-18880) [n:127.0.0.1:57504_solr
c:withShardField s:a x:withShardField_a_replica1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1626233 INFO (qtp2052258851-18880) [n:127.0.0.1:57504_solr
c:withShardField s:a x:withShardField_a_replica1] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 1626233 INFO (qtp2052258851-18880) [n:127.0.0.1:57504_solr
c:withShardField s:a x:withShardField_a_replica1] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 1626234 INFO (qtp1149192617-18872) [n:127.0.0.1:57502_solr
c:withShardField s:b x:withShardField_b_replica1] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1626234 INFO (qtp1149192617-18872) [n:127.0.0.1:57502_solr
c:withShardField s:b x:withShardField_b_replica1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1626237 INFO (qtp2052258851-18883) [n:127.0.0.1:57504_solr
c:withShardField s:a x:withShardField_a_replica5] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1626237 INFO (qtp2052258851-18883) [n:127.0.0.1:57504_solr
c:withShardField s:a x:withShardField_a_replica5] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1626237 INFO (qtp2052258851-18877) [n:127.0.0.1:57504_solr
c:withShardField s:c x:withShardField_c_replica3]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 1626238 INFO (qtp2052258851-18877) [n:127.0.0.1:57504_solr
c:withShardField s:c x:withShardField_c_replica3]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1626238 INFO (qtp2052258851-18877) [n:127.0.0.1:57504_solr
c:withShardField s:c x:withShardField_c_replica3] o.a.s.h.ReplicationHandler
Commits will be reserved for 10000
[junit4] 2> 1626238 INFO (qtp2052258851-18877) [n:127.0.0.1:57504_solr
c:withShardField s:c x:withShardField_c_replica3] o.a.s.u.UpdateLog Could not
find max version in index or recent updates, using new clock 1570788682657431552
[junit4] 2> 1626238 INFO
(searcherExecutor-8719-thread-1-processing-n:127.0.0.1:57504_solr
x:withShardField_c_replica3 s:c c:withShardField) [n:127.0.0.1:57504_solr
c:withShardField s:c x:withShardField_c_replica3] o.a.s.c.SolrCore
[withShardField_c_replica3] Registered new searcher
Searcher@50081245[withShardField_c_replica3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1626239 INFO (qtp2052258851-18883) [n:127.0.0.1:57504_solr
c:withShardField s:a x:withShardField_a_replica5] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 1626239 INFO (qtp2052258851-18883) [n:127.0.0.1:57504_solr
c:withShardField s:a x:withShardField_a_replica5] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 1626240 INFO (qtp406811502-18893) [n:127.0.0.1:57505_solr
c:withShardField s:d x:withShardField_d_replica4] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1626240 INFO (qtp406811502-18893) [n:127.0.0.1:57505_solr
c:withShardField s:d x:withShardField_d_replica4] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1626241 INFO (qtp406811502-18893) [n:127.0.0.1:57505_solr
c:withShardField s:d x:withShardField_d_replica4] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 1626241 INFO (qtp406811502-18893) [n:127.0.0.1:57505_solr
c:withShardField s:d x:withShardField_d_replica4] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 1626244 INFO (qtp406811502-18889) [n:127.0.0.1:57505_solr
c:withShardField s:c x:withShardField_c_replica1] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1626244 INFO (qtp406811502-18889) [n:127.0.0.1:57505_solr
c:withShardField s:c x:withShardField_c_replica1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1626245 INFO (qtp406811502-18889) [n:127.0.0.1:57505_solr
c:withShardField s:c x:withShardField_c_replica1] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 1626245 INFO (qtp406811502-18889) [n:127.0.0.1:57505_solr
c:withShardField s:c x:withShardField_c_replica1] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 1626246 INFO (qtp2052258851-18880) [n:127.0.0.1:57504_solr
c:withShardField s:a x:withShardField_a_replica1] o.a.s.s.SolrIndexSearcher
Opening [Searcher@9c260e9[withShardField_a_replica1] main]
[junit4] 2> 1626248 INFO (qtp2052258851-18880) [n:127.0.0.1:57504_solr
c:withShardField s:a x:withShardField_a_replica1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 1626248 INFO (qtp2052258851-18880) [n:127.0.0.1:57504_solr
c:withShardField s:a x:withShardField_a_replica1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1626248 INFO (qtp2052258851-18880) [n:127.0.0.1:57504_solr
c:withShardField s:a x:withShardField_a_replica1] o.a.s.h.ReplicationHandler
Commits will be reserved for 10000
[junit4] 2> 1626249 INFO
(searcherExecutor-8708-thread-1-processing-n:127.0.0.1:57504_solr
x:withShardField_a_replica1 s:a c:withShardField) [n:127.0.0.1:57504_solr
c:withShardField s:a x:withShardField_a_replica1] o.a.s.c.SolrCore
[withShardField_a_replica1] Registered new searcher
Searcher@9c260e9[withShardField_a_replica1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1626249 INFO (qtp2052258851-18880) [n:127.0.0.1:57504_solr
c:withShardField s:a x:withShardField_a_replica1] o.a.s.u.UpdateLog Could not
find max version in index or recent updates, using new clock 1570788682668965888
[junit4] 2> 1626253 INFO (qtp2052258851-18883) [n:127.0.0.1:57504_solr
c:withShardField s:a x:withShardField_a_replica5] o.a.s.s.SolrIndexSearcher
Opening [Searcher@7adf3a2b[withShardField_a_replica5] main]
[junit4] 2> 1626254 INFO (qtp406811502-18893) [n:127.0.0.1:57505_solr
c:withShardField s:d x:withShardField_d_replica4] o.a.s.s.SolrIndexSearcher
Opening [Searcher@38a5da99[withShardField_d_replica4] main]
[junit4] 2> 1626255 INFO (qtp1149192617-18872) [n:127.0.0.1:57502_solr
c:withShardField s:b x:withShardField_b_replica1] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 1626255 INFO (qtp1149192617-18872) [n:127.0.0.1:57502_solr
c:withShardField s:b x:withShardField_b_replica1] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 1626262 INFO (qtp529630452-18871) [n:127.0.0.1:57503_solr
c:withShardField s:b x:withShardField_b_replica3] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1626262 INFO (qtp529630452-18871) [n:127.0.0.1:57503_solr
c:withShardField s:b x:withShardField_b_replica3] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1626264 INFO (qtp529630452-18871) [n:127.0.0.1:57503_solr
c:withShardField s:b x:withShardField_b_replica3] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 1626264 INFO (qtp529630452-18871) [n:127.0.0.1:57503_solr
c:withShardField s:b x:withShardField_b_replica3] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 1626333 INFO (qtp529630452-18871) [n:127.0.0.1:57503_solr
c:withShardField s:b x:withShardField_b_replica3] o.a.s.s.SolrIndexSearcher
Opening [Searcher@5dc3ce6e[withShardField_b_replica3] main]
[junit4] 2> 1626333 INFO (qtp1149192617-18875) [n:127.0.0.1:57502_solr
c:withShardField s:a x:withShardField_a_replica2] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1626334 INFO (qtp1149192617-18875) [n:127.0.0.1:57502_solr
c:withShardField s:a x:withShardField_a_replica2] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1626335 INFO (qtp406811502-18889) [n:127.0.0.1:57505_solr
c:withShardField s:c x:withShardField_c_replica1] o.a.s.s.SolrIndexSearcher
Opening [Searcher@32520d55[withShardField_c_replica1] main]
[junit4] 2> 1626354 INFO (qtp529630452-18869) [n:127.0.0.1:57503_solr
c:withShardField s:a x:withShardField_a_replica4] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1626354 INFO (qtp529630452-18869) [n:127.0.0.1:57503_solr
c:withShardField s:a x:withShardField_a_replica4] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1626355 INFO (qtp2052258851-18876) [n:127.0.0.1:57504_solr
c:withShardField s:b x:withShardField_b_replica4] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1626355 INFO (qtp2052258851-18876) [n:127.0.0.1:57504_solr
c:withShardField s:b x:withShardField_b_replica4] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1626356 INFO (qtp529630452-18869) [n:127.0.0.1:57503_solr
c:withShardField s:a x:withShardField_a_replica4] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 1626356 INFO (qtp529630452-18869) [n:127.0.0.1:57503_solr
c:withShardField s:a x:withShardField_a_replica4] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 1626357 INFO (qtp2052258851-18880) [n:127.0.0.1:57504_solr
c:withShardField s:a x:withShardField_a_replica1]
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for
shard a: total=5 found=1 timeoutin=9999ms
[junit4] 2> 1626357 INFO (qtp2052258851-18883) [n:127.0.0.1:57504_solr
c:withShardField s:a x:withShardField_a_replica5]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 1626357 INFO (qtp2052258851-18876) [n:127.0.0.1:57504_solr
c:withShardField s:b x:withShardField_b_replica4] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 1626357 INFO (qtp2052258851-18876) [n:127.0.0.1:57504_solr
c:withShardField s:b x:withShardField_b_replica4] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 1626357 INFO (qtp2052258851-18883) [n:127.0.0.1:57504_solr
c:withShardField s:a x:withShardField_a_replica5]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1626357 INFO (qtp2052258851-18883) [n:127.0.0.1:57504_solr
c:withShardField s:a x:withShardField_a_replica5] o.a.s.h.ReplicationHandler
Commits will be reserved for 10000
[junit4] 2> 1626357 INFO (qtp2052258851-18883) [n:127.0.0.1:57504_solr
c:withShardField s:a x:withShardField_a_replica5] o.a.s.u.UpdateLog Could not
find max version in index or recent updates, using new clock 1570788682782212096
[junit4] 2> 1626357 INFO
(searcherExecutor-8707-thread-1-processing-n:127.0.0.1:57504_solr
x:withShardField_a_replica5 s:a c:withShardField) [n:127.0.0.1:57504_solr
c:withShardField s:a x:withShardField_a_replica5] o.a.s.c.SolrCore
[withShardField_a_replica5] Registered new searcher
Searcher@7adf3a2b[withShardField_a_replica5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1626358 INFO (qtp406811502-18889) [n:127.0.0.1:57505_solr
c:withShardField s:c x:withShardField_c_replica1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 1626359 INFO
(zkCallback-3871-thread-1-processing-n:127.0.0.1:57505_solr)
[n:127.0.0.1:57505_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> 1626359 INFO
(zkCallback-3873-thread-1-processing-n:127.0.0.1:57504_solr)
[n:127.0.0.1:57504_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> 1626359 INFO
(zkCallback-3870-thread-1-processing-n:127.0.0.1:57502_solr)
[n:127.0.0.1:57502_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> 1626360 INFO
(zkCallback-3872-thread-1-processing-n:127.0.0.1:57503_solr)
[n:127.0.0.1:57503_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> 1626362 INFO (qtp406811502-18885) [n:127.0.0.1:57505_solr
c:withShardField s:b x:withShardField_b_replica2] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1626362 INFO (qtp406811502-18885) [n:127.0.0.1:57505_solr
c:withShardField s:b x:withShardField_b_replica2] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1626363 INFO (qtp1149192617-18875) [n:127.0.0.1:57502_solr
c:withShardField s:a x:withShardField_a_replica2] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 1626363 INFO (qtp529630452-18863) [n:127.0.0.1:57503_solr
c:withShardField s:d x:withShardField_d_replica5] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1626364 INFO (qtp529630452-18863) [n:127.0.0.1:57503_solr
c:withShardField s:d x:withShardField_d_replica5] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1626364 INFO (qtp1149192617-18875) [n:127.0.0.1:57502_solr
c:withShardField s:a x:withShardField_a_replica2] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 1626365 INFO (qtp406811502-18885) [n:127.0.0.1:57505_solr
c:withShardField s:b x:withShardField_b_replica2] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 1626365 INFO (qtp406811502-18885) [n:127.0.0.1:57505_solr
c:withShardField s:b x:withShardField_b_replica2] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 1626365 INFO (qtp529630452-18871) [n:127.0.0.1:57503_solr
c:withShardField s:b x:withShardField_b_replica3]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 1626365 INFO (qtp529630452-18863) [n:127.0.0.1:57503_solr
c:withShardField s:d x:withShardField_d_replica5] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 1626365 INFO (qtp529630452-18863) [n:127.0.0.1:57503_solr
c:withShardField s:d x:withShardField_d_replica5] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 1626365 INFO (qtp529630452-18871) [n:127.0.0.1:57503_solr
c:withShardField s:b x:withShardField_b_replica3]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1626365 INFO (qtp529630452-18871) [n:127.0.0.1:57503_solr
c:withShardField s:b x:withShardField_b_replica3] o.a.s.h.ReplicationHandler
Commits will be reserved for 10000
[junit4] 2> 1626365 INFO (qtp529630452-18871) [n:127.0.0.1:57503_solr
c:withShardField s:b x:withShardField_b_replica3] o.a.s.u.UpdateLog Could not
find max version in index or recent updates, using new clock 1570788682790600704
[junit4] 2> 1626365 INFO
(searcherExecutor-8717-thread-1-processing-n:127.0.0.1:57503_solr
x:withShardField_b_replica3 s:b c:withShardField) [n:127.0.0.1:57503_solr
c:withShardField s:b x:withShardField_b_replica3] o.a.s.c.SolrCore
[withShardField_b_replica3] Registered new searcher
Searcher@5dc3ce6e[withShardField_b_replica3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1626366 INFO (qtp529630452-18869) [n:127.0.0.1:57503_solr
c:withShardField s:a x:withShardField_a_replica4] o.a.s.s.SolrIndexSearcher
Opening [Searcher@6bc18b73[withShardField_a_replica4] main]
[junit4] 2> 1626367 INFO (qtp529630452-18869) [n:127.0.0.1:57503_solr
c:withShardField s:a x:withShardField_a_replica4]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 1626369 INFO (qtp529630452-18869) [n:127.0.0.1:57503_solr
c:withShardField s:a x:withShardField_a_replica4]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1626369 INFO (qtp529630452-18869) [n:127.0.0.1:57503_solr
c:withShardField s:a x:withShardField_a_replica4] o.a.s.h.ReplicationHandler
Commits will be reserved for 10000
[junit4] 2> 1626369 INFO
(searcherExecutor-8711-thread-1-processing-n:127.0.0.1:57503_solr
x:withShardField_a_replica4 s:a c:withSh
[...truncated too long message...]
2)
[junit4] 2> 1698224 INFO
(zkCallback-3872-thread-2-processing-n:127.0.0.1:57503_solr)
[n:127.0.0.1:57503_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (4) -> (2)
[junit4] 2> 1698225 INFO (jetty-closer-3852-thread-3) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@324a36b9{/solr,null,UNAVAILABLE}
[junit4] 2> 1698227 WARN
(zkCallback-3872-thread-2-processing-n:127.0.0.1:57503_solr)
[n:127.0.0.1:57503_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 1698228 INFO (jetty-closer-3852-thread-4) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@647c8b9c{/solr,null,UNAVAILABLE}
[junit4] 2> 1699728 WARN
(zkCallback-3870-thread-5-processing-n:127.0.0.1:57502_solr)
[n:127.0.0.1:57502_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 1699728 WARN
(zkCallback-3873-thread-3-processing-n:127.0.0.1:57504_solr)
[n:127.0.0.1:57504_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 1699729 INFO (jetty-closer-3852-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@24bf0467{/solr,null,UNAVAILABLE}
[junit4] 2> 1699729 INFO (jetty-closer-3852-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@5137f12d{/solr,null,UNAVAILABLE}
[junit4] 2> 1699734 ERROR
(SUITE-CustomCollectionTest-seed#[649D45FD5E1A300A]-worker) [ ]
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> 1699735 INFO
(SUITE-CustomCollectionTest-seed#[649D45FD5E1A300A]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:57500 57500
[junit4] 2> 1699839 INFO (Thread-3838) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:57500 57500
[junit4] 2> 1700034 WARN (Thread-3838) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 9 /solr/aliases.json
[junit4] 2> 9 /solr/clusterprops.json
[junit4] 2> 7 /solr/configs/conf
[junit4] 2> 4 /solr/security.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 9 /solr/clusterstate.json
[junit4] 2> 4
/solr/collections/testCreateShardRepFactor/state.json
[junit4] 2> 4 /solr/collections/routeFieldColl/state.json
[junit4] 2> 4 /solr/collections/withShardField/state.json
[junit4] 2> 3 /solr/collections/implicitcoll/state.json
[junit4] 2> 2
/solr/overseer_elect/election/98174292507688971-127.0.0.1:57503_solr-n_0000000000
[junit4] 2> 2
/solr/collections/withShardField/leader_elect/c/election/98174292507688972-core_node16-n_0000000001
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 26 /solr/collections
[junit4] 2> 9 /solr/live_nodes
[junit4] 2>
[junit4] 2> 1700034 INFO
(SUITE-CustomCollectionTest-seed#[649D45FD5E1A300A]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_649D45FD5E1A300A-001
[junit4] 2> Jun 21, 2017 4:54:56 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene62),
sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=de-LU,
timezone=Asia/Jakarta
[junit4] 2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_131
(64-bit)/cpus=3,threads=1,free=187017904,total=518979584
[junit4] 2> NOTE: All tests run in this JVM:
[HdfsTlogReplayBufferedWhileIndexingTest, SolrMetricReporterTest,
ClusterStateTest, HdfsBasicDistributedZkTest, FieldMutatingUpdateProcessorTest,
TestQuerySenderListener, TestFieldSortValues, TestSystemIdResolver,
CoreSorterTest, SSLMigrationTest, TestTrie, TestRuleBasedAuthorizationPlugin,
TestDynamicLoading, QueryParsingTest, LeaderElectionIntegrationTest,
TestSolrConfigHandlerCloud, ConvertedLegacyTest, UUIDFieldTest,
DirectUpdateHandlerOptimizeTest, TestNoOpRegenerator,
TestConfigSetsAPIZkFailure, ConnectionReuseTest, SecurityConfHandlerTest,
TestPerFieldSimilarityWithDefaultOverride, SolrIndexSplitterTest,
MissingSegmentRecoveryTest, ReplicaListTransformerTest,
TestNonDefinedSimilarityFactory, TestUnifiedSolrHighlighter, ReturnFieldsTest,
EnumFieldTest, TestRTimerTree, MergeStrategyTest,
DistributedExpandComponentTest, AnalyticsMergeStrategyTest, OverseerRolesTest,
TestInfoStreamLogging, TestAtomicUpdateErrorCases, DistanceFunctionTest,
TestDefaultStatsCache, BinaryUpdateRequestHandlerTest, DeleteNodeTest,
TestBinaryResponseWriter, AliasIntegrationTest, BJQParserTest,
TestDynamicFieldCollectionResource, BasicZkTest, ChaosMonkeySafeLeaderTest,
AsyncCallRequestStatusResponseTest, TestSchemaNameResource,
CoreAdminCreateDiscoverTest, DateMathParserTest,
OutOfBoxZkACLAndCredentialsProvidersTest, TestManagedResource,
AnalysisErrorHandlingTest, SolrGangliaReporterTest, JsonLoaderTest,
TestCloudDeleteByQuery, TestMergePolicyConfig, TestLuceneMatchVersion,
TestMiniSolrCloudCluster, CursorMarkTest, TestCloudJSONFacetJoinDomain,
UpdateLogTest, HdfsWriteToMultipleCollectionsTest, ResponseHeaderTest,
TestRandomFaceting, TestWriterPerf, TestCoreAdminApis, TestSearcherReuse,
TestFuzzyAnalyzedSuggestions, TestFieldTypeCollectionResource,
MinimalSchemaTest, TestManagedSynonymGraphFilterFactory, TestSearchPerf,
SolrJmxReporterTest, URLClassifyProcessorTest, DateRangeFieldTest,
DeleteShardTest, TestSolrCoreSnapshots, TestConfigSetProperties, TestRecovery,
RequestHandlersTest, TestCloudPseudoReturnFields, CachingDirectoryFactoryTest,
SolrCLIZkUtilsTest, BadIndexSchemaTest, TestExceedMaxTermLength,
ScriptEngineTest, WordBreakSolrSpellCheckerTest, TestRebalanceLeaders,
TestQueryWrapperFilter, TestZkChroot,
DistributedQueryComponentOptimizationTest, TestFiltering,
TestRequestForwarding, TestGraphTermsQParserPlugin, TestExpandComponent,
TestMiniSolrCloudClusterSSL, TestCollapseQParserPlugin, SuggesterWFSTTest,
SpellPossibilityIteratorTest, TestReload, ShardSplitTest,
TestMaxTokenLenTokenizer, MetricsHandlerTest, TestRangeQuery,
SuggestComponentTest, UpdateRequestProcessorFactoryTest,
BasicDistributedZk2Test, TestSolrCloudWithDelegationTokens,
SpellingQueryConverterTest, TestSimpleTrackingShardHandler,
DistribCursorPagingTest, HdfsChaosMonkeySafeLeaderTest,
TestEmbeddedSolrServerSchemaAPI, TestSmileRequest,
SharedFSAutoReplicaFailoverUtilsTest, DistributedFacetPivotLargeTest,
TermVectorComponentDistributedTest, SolrXmlInZkTest,
WrapperMergePolicyFactoryTest, TestConfigSetsAPI, ReplaceNodeTest,
RecoveryAfterSoftCommitTest, PreAnalyzedUpdateProcessorTest, CopyFieldTest,
DistribJoinFromCollectionTest, OverseerTaskQueueTest,
TestShortCircuitedRequests, TestExactSharedStatsCache,
TestSubQueryTransformerCrossCore, FullSolrCloudDistribCmdsTest,
HighlighterConfigTest, TestMissingGroups, ForceLeaderTest,
BasicAuthStandaloneTest, TestManagedSchemaThreadSafety,
TestLMJelinekMercerSimilarityFactory, TestFieldCacheSortRandom,
SearchHandlerTest, CollectionReloadTest, TestUseDocValuesAsStored,
TestSolr4Spatial, TestRawTransformer, TestSchemaSimilarityResource,
TestSSLRandomization, TestPayloadCheckQParserPlugin,
PreAnalyzedFieldManagedSchemaCloudTest, ShowFileRequestHandlerTest,
TestIndexSearcher, TestSolrQueryParserResource, TestInPlaceUpdatesDistrib,
TestClusterProperties, RuleEngineTest, TestManagedStopFilterFactory,
TestComplexPhraseQParserPlugin, TolerantUpdateProcessorTest, TestSolrXml,
TestPathTrie, TestIndexingPerformance, DistributedFacetPivotWhiteBoxTest,
TestCodecSupport, TestCorePropertiesReload, TestStandardQParsers,
TestScoreJoinQPScore, BufferStoreTest, LukeRequestHandlerTest,
SolrInfoMBeanTest, SparseHLLTest, LeaderElectionContextKeyTest,
TermVectorComponentTest, TestLeaderElectionZkExpiry, StatsComponentTest,
LeaderElectionTest, ZkSolrClientTest, TestDistributedGrouping, TestRealTimeGet,
DistributedTermsComponentTest, SolrCmdDistributorTest, TestLazyCores,
CurrencyFieldXmlFileTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest,
SpellCheckCollatorTest, CoreAdminHandlerTest, SuggesterTSTTest, SuggesterTest,
SpatialFilterTest, TestCSVLoader, PolyFieldTest, NoCacheHeaderTest,
TestPseudoReturnFields, TestUpdate, DefaultValueUpdateProcessorTest,
TestRemoteStreaming, TestSurroundQueryParser, DisMaxRequestHandlerTest,
DirectSolrSpellCheckerTest, TestQueryTypes, FileBasedSpellCheckerTest,
TestValueSourceCache, FieldAnalysisRequestHandlerTest, LoggingHandlerTest,
IndexSchemaTest, TestCollationField, TestCSVResponseWriter,
TestPHPSerializedResponseWriter, CSVRequestHandlerTest, TestLFUCache,
MultiTermTest, TestElisionMultitermQuery, OutputWriterTest,
DirectSolrConnectionTest, NotRequiredUniqueKeyTest, SynonymTokenizerTest,
EchoParamsTest, TestDFRSimilarityFactory, TestFastWriter, ResourceLoaderTest,
OpenExchangeRatesOrgProviderTest, PreAnalyzedFieldTest,
TestSuggestSpellingConverter, DOMUtilTest, TestUtils, ZkNodePropsTest,
SystemInfoHandlerTest, CursorPagingTest, DistributedIntervalFacetingTest,
CdcrReplicationDistributedZkTest, CdcrReplicationHandlerTest,
CdcrVersionReplicationTest, CleanupOldIndexTest, CollectionStateFormat2Test,
CollectionsAPIAsyncDistributedZkTest, ConfigSetsAPITest, ConnectionManagerTest,
CreateCollectionCleanupTest, CustomCollectionTest]
[junit4] Completed [511/715 (1!)] on J1 in 76.50s, 4 tests, 2 errors <<<
FAILURES!
[...truncated 44204 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]