Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-MacOSX/775/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseG1GC
3 tests failed.
FAILED:
org.apache.solr.cloud.CustomCollectionTest.testRouteFieldForImplicitRouter
Error Message:
Collection not found: withShardField
Stack Trace:
org.apache.solr.common.SolrException: Collection not found: withShardField
at
__randomizedtesting.SeedInfo.seed([ECA840D38E8BADD0:B9F8A84122726220]:0)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.getCollectionNames(CloudSolrClient.java:1394)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1087)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1057)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
at
org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:232)
at
org.apache.solr.cloud.CustomCollectionTest.testRouteFieldForImplicitRouter(CustomCollectionTest.java:141)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:745)
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([ECA840D38E8BADD0:8649CEB8B3111BA8]: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:745)
FAILED:
org.apache.solr.util.TestSolrCLIRunExample.testInteractiveSolrCloudExample
Error Message:
Expected 10 to be found in the testCloudExamplePrompt collection but only found
5
Stack Trace:
java.lang.AssertionError: Expected 10 to be found in the testCloudExamplePrompt
collection but only found 5
at
__randomizedtesting.SeedInfo.seed([ECA840D38E8BADD0:37D9A019B9FE68B6]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.util.TestSolrCLIRunExample.testInteractiveSolrCloudExample(TestSolrCLIRunExample.java:457)
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:745)
Build Log:
[...truncated 12513 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_ECA840D38E8BADD0-001/init-core-data-001
[junit4] 2> 2502190 WARN
(SUITE-CustomCollectionTest-seed#[ECA840D38E8BADD0]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=69 numCloses=69
[junit4] 2> 2502190 INFO
(SUITE-CustomCollectionTest-seed#[ECA840D38E8BADD0]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields
[junit4] 2> 2502194 INFO
(SUITE-CustomCollectionTest-seed#[ECA840D38E8BADD0]-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> 2502195 INFO
(SUITE-CustomCollectionTest-seed#[ECA840D38E8BADD0]-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_ECA840D38E8BADD0-001/tempDir-001
[junit4] 2> 2502195 INFO
(SUITE-CustomCollectionTest-seed#[ECA840D38E8BADD0]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 2502195 INFO (Thread-3698) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 2502195 INFO (Thread-3698) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 2502301 INFO
(SUITE-CustomCollectionTest-seed#[ECA840D38E8BADD0]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:60694
[junit4] 2> 2502331 INFO (jetty-launcher-3272-thread-1) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 2502331 INFO (jetty-launcher-3272-thread-2) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 2502331 INFO (jetty-launcher-3272-thread-3) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 2502332 INFO (jetty-launcher-3272-thread-4) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 2502338 INFO (jetty-launcher-3272-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@37b7db46{/solr,null,AVAILABLE}
[junit4] 2> 2502338 INFO (jetty-launcher-3272-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@7d78ec6e{/solr,null,AVAILABLE}
[junit4] 2> 2502338 INFO (jetty-launcher-3272-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@6d0d4d09{/solr,null,AVAILABLE}
[junit4] 2> 2502338 INFO (jetty-launcher-3272-thread-2) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@8b93675{HTTP/1.1,[http/1.1]}{127.0.0.1:60697}
[junit4] 2> 2502338 INFO (jetty-launcher-3272-thread-1) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@7e7e3ac1{HTTP/1.1,[http/1.1]}{127.0.0.1:60696}
[junit4] 2> 2502339 INFO (jetty-launcher-3272-thread-2) [ ]
o.e.j.s.Server Started @2531427ms
[junit4] 2> 2502339 INFO (jetty-launcher-3272-thread-1) [ ]
o.e.j.s.Server Started @2531427ms
[junit4] 2> 2502339 INFO (jetty-launcher-3272-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=60697}
[junit4] 2> 2502339 INFO (jetty-launcher-3272-thread-4) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@16be04b2{HTTP/1.1,[http/1.1]}{127.0.0.1:60698}
[junit4] 2> 2502339 INFO (jetty-launcher-3272-thread-4) [ ]
o.e.j.s.Server Started @2531427ms
[junit4] 2> 2502339 INFO (jetty-launcher-3272-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=60698}
[junit4] 2> 2502339 ERROR (jetty-launcher-3272-thread-2) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2502339 ERROR (jetty-launcher-3272-thread-4) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2502339 INFO (jetty-launcher-3272-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.6.0
[junit4] 2> 2502339 INFO (jetty-launcher-3272-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2502339 INFO (jetty-launcher-3272-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2502339 INFO (jetty-launcher-3272-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=60696}
[junit4] 2> 2502339 INFO (jetty-launcher-3272-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-03-21T22:02:24.607Z
[junit4] 2> 2502339 ERROR (jetty-launcher-3272-thread-1) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2502340 INFO (jetty-launcher-3272-thread-4) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.6.0
[junit4] 2> 2502340 INFO (jetty-launcher-3272-thread-4) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2502340 INFO (jetty-launcher-3272-thread-4) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2502340 INFO (jetty-launcher-3272-thread-4) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-03-21T22:02:24.608Z
[junit4] 2> 2502340 INFO (jetty-launcher-3272-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.6.0
[junit4] 2> 2502340 INFO (jetty-launcher-3272-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2502340 INFO (jetty-launcher-3272-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2502340 INFO (jetty-launcher-3272-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-03-21T22:02:24.608Z
[junit4] 2> 2502340 INFO (jetty-launcher-3272-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@2fd550ec{/solr,null,AVAILABLE}
[junit4] 2> 2502341 INFO (jetty-launcher-3272-thread-3) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@2a751e23{HTTP/1.1,[http/1.1]}{127.0.0.1:60699}
[junit4] 2> 2502341 INFO (jetty-launcher-3272-thread-3) [ ]
o.e.j.s.Server Started @2531429ms
[junit4] 2> 2502341 INFO (jetty-launcher-3272-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=60699}
[junit4] 2> 2502341 ERROR (jetty-launcher-3272-thread-3) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2502341 INFO (jetty-launcher-3272-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.6.0
[junit4] 2> 2502342 INFO (jetty-launcher-3272-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2502342 INFO (jetty-launcher-3272-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2502342 INFO (jetty-launcher-3272-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-03-21T22:02:24.610Z
[junit4] 2> 2502347 INFO (jetty-launcher-3272-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2502347 INFO (jetty-launcher-3272-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2502347 INFO (jetty-launcher-3272-thread-4) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2502347 INFO (jetty-launcher-3272-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2502357 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x15af2e47b520002, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 2502359 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x15af2e47b520001, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 2502361 INFO (jetty-launcher-3272-thread-3) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 2502361 INFO (jetty-launcher-3272-thread-2) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 2502362 INFO (jetty-launcher-3272-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60694/solr
[junit4] 2> 2502362 INFO (jetty-launcher-3272-thread-4) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 2502363 INFO (jetty-launcher-3272-thread-1) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 2502364 INFO (jetty-launcher-3272-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60694/solr
[junit4] 2> 2502365 INFO (jetty-launcher-3272-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60694/solr
[junit4] 2> 2502366 INFO (jetty-launcher-3272-thread-4) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60694/solr
[junit4] 2> 2502372 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x15af2e47b520007, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 2502375 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x15af2e47b520008, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 2502429 INFO (jetty-launcher-3272-thread-4)
[n:127.0.0.1:60698_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2502429 INFO (jetty-launcher-3272-thread-1)
[n:127.0.0.1:60696_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2502429 INFO (jetty-launcher-3272-thread-3)
[n:127.0.0.1:60699_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2502430 INFO (jetty-launcher-3272-thread-2)
[n:127.0.0.1:60697_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2502431 INFO (jetty-launcher-3272-thread-4)
[n:127.0.0.1:60698_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:60698_solr
[junit4] 2> 2502432 INFO (jetty-launcher-3272-thread-3)
[n:127.0.0.1:60699_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:60699_solr
[junit4] 2> 2502432 INFO (jetty-launcher-3272-thread-1)
[n:127.0.0.1:60696_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:60696_solr
[junit4] 2> 2502433 INFO (jetty-launcher-3272-thread-2)
[n:127.0.0.1:60697_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:60697_solr
[junit4] 2> 2502433 INFO (jetty-launcher-3272-thread-4)
[n:127.0.0.1:60698_solr ] o.a.s.c.Overseer Overseer
(id=97657405077323787-127.0.0.1:60698_solr-n_0000000000) starting
[junit4] 2> 2502436 INFO
(zkCallback-3292-thread-1-processing-n:127.0.0.1:60697_solr)
[n:127.0.0.1:60697_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 2502437 INFO
(zkCallback-3294-thread-1-processing-n:127.0.0.1:60696_solr)
[n:127.0.0.1:60696_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 2502437 INFO
(zkCallback-3291-thread-1-processing-n:127.0.0.1:60699_solr)
[n:127.0.0.1:60699_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 2502454 INFO
(zkCallback-3293-thread-1-processing-n:127.0.0.1:60698_solr)
[n:127.0.0.1:60698_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 2502497 INFO (jetty-launcher-3272-thread-4)
[n:127.0.0.1:60698_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:60698_solr
[junit4] 2> 2502511 INFO
(zkCallback-3294-thread-1-processing-n:127.0.0.1:60696_solr)
[n:127.0.0.1:60696_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 2502511 INFO
(zkCallback-3291-thread-1-processing-n:127.0.0.1:60699_solr)
[n:127.0.0.1:60699_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 2502511 INFO
(zkCallback-3292-thread-1-processing-n:127.0.0.1:60697_solr)
[n:127.0.0.1:60697_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 2502511 INFO
(zkCallback-3293-thread-1-processing-n:127.0.0.1:60698_solr)
[n:127.0.0.1:60698_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 2503106 INFO (jetty-launcher-3272-thread-3)
[n:127.0.0.1:60699_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_ECA840D38E8BADD0-001/tempDir-001/node3/.
[junit4] 2> 2503109 INFO (jetty-launcher-3272-thread-4)
[n:127.0.0.1:60698_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_ECA840D38E8BADD0-001/tempDir-001/node4/.
[junit4] 2> 2503109 INFO (jetty-launcher-3272-thread-2)
[n:127.0.0.1:60697_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_ECA840D38E8BADD0-001/tempDir-001/node2/.
[junit4] 2> 2503111 INFO (jetty-launcher-3272-thread-1)
[n:127.0.0.1:60696_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_ECA840D38E8BADD0-001/tempDir-001/node1/.
[junit4] 2> 2505640 INFO
(SUITE-CustomCollectionTest-seed#[ECA840D38E8BADD0]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 2505642 INFO
(SUITE-CustomCollectionTest-seed#[ECA840D38E8BADD0]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:60694/solr ready
[junit4] 2> 2505685 INFO
(TEST-CustomCollectionTest.testCreateShardRepFactor-seed#[ECA840D38E8BADD0]) [
] o.a.s.SolrTestCaseJ4 ###Starting testCreateShardRepFactor
[junit4] 2> 2505687 INFO
(TEST-CustomCollectionTest.testCreateShardRepFactor-seed#[ECA840D38E8BADD0]) [
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 2505694 INFO (qtp1626797038-18337) [n:127.0.0.1:60699_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
shards=a,b&replicationFactor=1&collection.configName=conf&name=testCreateShardRepFactor&router.name=implicit&action=CREATE&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2505697 INFO
(OverseerThreadFactory-8098-thread-1-processing-n:127.0.0.1:60698_solr)
[n:127.0.0.1:60698_solr ] o.a.s.c.CreateCollectionCmd Create collection
testCreateShardRepFactor
[junit4] 2> 2505822 INFO (qtp1164119962-18332) [n:127.0.0.1:60697_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=testCreateShardRepFactor_b_replica1&action=CREATE&numShards=2&collection=testCreateShardRepFactor&shard=b&wt=javabin&version=2
[junit4] 2> 2505822 INFO (qtp1230308178-18323) [n:127.0.0.1:60696_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=testCreateShardRepFactor_a_replica1&action=CREATE&numShards=2&collection=testCreateShardRepFactor&shard=a&wt=javabin&version=2
[junit4] 2> 2505937 INFO
(zkCallback-3292-thread-1-processing-n:127.0.0.1:60697_solr)
[n:127.0.0.1:60697_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testCreateShardRepFactor/state.json] for collection
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
[junit4] 2> 2505937 INFO
(zkCallback-3294-thread-1-processing-n:127.0.0.1:60696_solr)
[n:127.0.0.1:60696_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testCreateShardRepFactor/state.json] for collection
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
[junit4] 2> 2506848 INFO (qtp1164119962-18332) [n:127.0.0.1:60697_solr
c:testCreateShardRepFactor s:b x:testCreateShardRepFactor_b_replica1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
[junit4] 2> 2506848 INFO (qtp1230308178-18323) [n:127.0.0.1:60696_solr
c:testCreateShardRepFactor s:a x:testCreateShardRepFactor_a_replica1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
[junit4] 2> 2506856 INFO (qtp1230308178-18323) [n:127.0.0.1:60696_solr
c:testCreateShardRepFactor s:a x:testCreateShardRepFactor_a_replica1]
o.a.s.s.IndexSchema [testCreateShardRepFactor_a_replica1] Schema
name=cloud-dynamic
[junit4] 2> 2506856 INFO (qtp1164119962-18332) [n:127.0.0.1:60697_solr
c:testCreateShardRepFactor s:b x:testCreateShardRepFactor_b_replica1]
o.a.s.s.IndexSchema [testCreateShardRepFactor_b_replica1] Schema
name=cloud-dynamic
[junit4] 2> 2506880 WARN (qtp1230308178-18323) [n:127.0.0.1:60696_solr
c:testCreateShardRepFactor s:a x:testCreateShardRepFactor_a_replica1]
o.a.s.s.IndexSchema [testCreateShardRepFactor_a_replica1] default search field
in schema is text. WARNING: Deprecated, please use 'df' on request instead.
[junit4] 2> 2506882 WARN (qtp1164119962-18332) [n:127.0.0.1:60697_solr
c:testCreateShardRepFactor s:b x:testCreateShardRepFactor_b_replica1]
o.a.s.s.IndexSchema [testCreateShardRepFactor_b_replica1] default search field
in schema is text. WARNING: Deprecated, please use 'df' on request instead.
[junit4] 2> 2506885 INFO (qtp1230308178-18323) [n:127.0.0.1:60696_solr
c:testCreateShardRepFactor s:a x:testCreateShardRepFactor_a_replica1]
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 2506885 INFO (qtp1164119962-18332) [n:127.0.0.1:60697_solr
c:testCreateShardRepFactor s:b x:testCreateShardRepFactor_b_replica1]
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 2506888 INFO (qtp1230308178-18323) [n:127.0.0.1:60696_solr
c:testCreateShardRepFactor s:a x:testCreateShardRepFactor_a_replica1]
o.a.s.c.CoreContainer Creating SolrCore 'testCreateShardRepFactor_a_replica1'
using configuration from collection testCreateShardRepFactor
[junit4] 2> 2506888 INFO (qtp1164119962-18332) [n:127.0.0.1:60697_solr
c:testCreateShardRepFactor s:b x:testCreateShardRepFactor_b_replica1]
o.a.s.c.CoreContainer Creating SolrCore 'testCreateShardRepFactor_b_replica1'
using configuration from collection testCreateShardRepFactor
[junit4] 2> 2506888 INFO (qtp1230308178-18323) [n:127.0.0.1:60696_solr
c:testCreateShardRepFactor s:a x:testCreateShardRepFactor_a_replica1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2506888 INFO (qtp1164119962-18332) [n:127.0.0.1:60697_solr
c:testCreateShardRepFactor s:b x:testCreateShardRepFactor_b_replica1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2506888 INFO (qtp1230308178-18323) [n:127.0.0.1:60696_solr
c:testCreateShardRepFactor s:a x:testCreateShardRepFactor_a_replica1]
o.a.s.c.SolrCore [[testCreateShardRepFactor_a_replica1] ] Opening new SolrCore
at
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_ECA840D38E8BADD0-001/tempDir-001/node1/testCreateShardRepFactor_a_replica1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_ECA840D38E8BADD0-001/tempDir-001/node1/./testCreateShardRepFactor_a_replica1/data/]
[junit4] 2> 2506888 INFO (qtp1164119962-18332) [n:127.0.0.1:60697_solr
c:testCreateShardRepFactor s:b x:testCreateShardRepFactor_b_replica1]
o.a.s.c.SolrCore [[testCreateShardRepFactor_b_replica1] ] Opening new SolrCore
at
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_ECA840D38E8BADD0-001/tempDir-001/node2/testCreateShardRepFactor_b_replica1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_ECA840D38E8BADD0-001/tempDir-001/node2/./testCreateShardRepFactor_b_replica1/data/]
[junit4] 2> 2506981 INFO (qtp1230308178-18323) [n:127.0.0.1:60696_solr
c:testCreateShardRepFactor s:a x:testCreateShardRepFactor_a_replica1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 2506981 INFO (qtp1230308178-18323) [n:127.0.0.1:60696_solr
c:testCreateShardRepFactor s:a x:testCreateShardRepFactor_a_replica1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2506981 INFO (qtp1164119962-18332) [n:127.0.0.1:60697_solr
c:testCreateShardRepFactor s:b x:testCreateShardRepFactor_b_replica1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 2506981 INFO (qtp1164119962-18332) [n:127.0.0.1:60697_solr
c:testCreateShardRepFactor s:b x:testCreateShardRepFactor_b_replica1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2506983 INFO (qtp1230308178-18323) [n:127.0.0.1:60696_solr
c:testCreateShardRepFactor s:a x:testCreateShardRepFactor_a_replica1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2506984 INFO (qtp1230308178-18323) [n:127.0.0.1:60696_solr
c:testCreateShardRepFactor s:a x:testCreateShardRepFactor_a_replica1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2506984 INFO (qtp1164119962-18332) [n:127.0.0.1:60697_solr
c:testCreateShardRepFactor s:b x:testCreateShardRepFactor_b_replica1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2506984 INFO (qtp1164119962-18332) [n:127.0.0.1:60697_solr
c:testCreateShardRepFactor s:b x:testCreateShardRepFactor_b_replica1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2506984 INFO (qtp1230308178-18323) [n:127.0.0.1:60696_solr
c:testCreateShardRepFactor s:a x:testCreateShardRepFactor_a_replica1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@e08ea3f[testCreateShardRepFactor_a_replica1] main]
[junit4] 2> 2506984 INFO (qtp1164119962-18332) [n:127.0.0.1:60697_solr
c:testCreateShardRepFactor s:b x:testCreateShardRepFactor_b_replica1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@3643fae3[testCreateShardRepFactor_b_replica1] main]
[junit4] 2> 2506986 INFO (qtp1230308178-18323) [n:127.0.0.1:60696_solr
c:testCreateShardRepFactor s:a x:testCreateShardRepFactor_a_replica1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 2506986 INFO (qtp1164119962-18332) [n:127.0.0.1:60697_solr
c:testCreateShardRepFactor s:b x:testCreateShardRepFactor_b_replica1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 2506987 INFO (qtp1164119962-18332) [n:127.0.0.1:60697_solr
c:testCreateShardRepFactor s:b x:testCreateShardRepFactor_b_replica1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 2506987 INFO (qtp1230308178-18323) [n:127.0.0.1:60696_solr
c:testCreateShardRepFactor s:a x:testCreateShardRepFactor_a_replica1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 2506987 INFO (qtp1164119962-18332) [n:127.0.0.1:60697_solr
c:testCreateShardRepFactor s:b x:testCreateShardRepFactor_b_replica1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2506987 INFO (qtp1230308178-18323) [n:127.0.0.1:60696_solr
c:testCreateShardRepFactor s:a x:testCreateShardRepFactor_a_replica1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2506987 INFO (qtp1164119962-18332) [n:127.0.0.1:60697_solr
c:testCreateShardRepFactor s:b x:testCreateShardRepFactor_b_replica1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1562518486258810880
[junit4] 2> 2506987 INFO (qtp1230308178-18323) [n:127.0.0.1:60696_solr
c:testCreateShardRepFactor s:a x:testCreateShardRepFactor_a_replica1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1562518486258810880
[junit4] 2> 2506989 INFO
(searcherExecutor-8108-thread-1-processing-n:127.0.0.1:60697_solr
x:testCreateShardRepFactor_b_replica1 s:b c:testCreateShardRepFactor)
[n:127.0.0.1:60697_solr c:testCreateShardRepFactor s:b
x:testCreateShardRepFactor_b_replica1] o.a.s.c.SolrCore
[testCreateShardRepFactor_b_replica1] Registered new searcher
Searcher@3643fae3[testCreateShardRepFactor_b_replica1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2506989 INFO
(searcherExecutor-8107-thread-1-processing-n:127.0.0.1:60696_solr
x:testCreateShardRepFactor_a_replica1 s:a c:testCreateShardRepFactor)
[n:127.0.0.1:60696_solr c:testCreateShardRepFactor s:a
x:testCreateShardRepFactor_a_replica1] o.a.s.c.SolrCore
[testCreateShardRepFactor_a_replica1] Registered new searcher
Searcher@e08ea3f[testCreateShardRepFactor_a_replica1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2506998 INFO (qtp1164119962-18332) [n:127.0.0.1:60697_solr
c:testCreateShardRepFactor s:b x:testCreateShardRepFactor_b_replica1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 2506998 INFO (qtp1230308178-18323) [n:127.0.0.1:60696_solr
c:testCreateShardRepFactor s:a x:testCreateShardRepFactor_a_replica1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 2506998 INFO (qtp1164119962-18332) [n:127.0.0.1:60697_solr
c:testCreateShardRepFactor s:b x:testCreateShardRepFactor_b_replica1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 2506998 INFO (qtp1230308178-18323) [n:127.0.0.1:60696_solr
c:testCreateShardRepFactor s:a x:testCreateShardRepFactor_a_replica1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 2506998 INFO (qtp1164119962-18332) [n:127.0.0.1:60697_solr
c:testCreateShardRepFactor s:b x:testCreateShardRepFactor_b_replica1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:60697/solr/testCreateShardRepFactor_b_replica1/
[junit4] 2> 2506998 INFO (qtp1230308178-18323) [n:127.0.0.1:60696_solr
c:testCreateShardRepFactor s:a x:testCreateShardRepFactor_a_replica1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:60696/solr/testCreateShardRepFactor_a_replica1/
[junit4] 2> 2506998 INFO (qtp1230308178-18323) [n:127.0.0.1:60696_solr
c:testCreateShardRepFactor s:a x:testCreateShardRepFactor_a_replica1]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 2506998 INFO (qtp1230308178-18323) [n:127.0.0.1:60696_solr
c:testCreateShardRepFactor s:a x:testCreateShardRepFactor_a_replica1]
o.a.s.c.SyncStrategy
http://127.0.0.1:60696/solr/testCreateShardRepFactor_a_replica1/ has no replicas
[junit4] 2> 2506998 INFO (qtp1230308178-18323) [n:127.0.0.1:60696_solr
c:testCreateShardRepFactor s:a x:testCreateShardRepFactor_a_replica1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 2506998 INFO (qtp1164119962-18332) [n:127.0.0.1:60697_solr
c:testCreateShardRepFactor s:b x:testCreateShardRepFactor_b_replica1]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 2506998 INFO (qtp1164119962-18332) [n:127.0.0.1:60697_solr
c:testCreateShardRepFactor s:b x:testCreateShardRepFactor_b_replica1]
o.a.s.c.SyncStrategy
http://127.0.0.1:60697/solr/testCreateShardRepFactor_b_replica1/ has no replicas
[junit4] 2> 2506998 INFO (qtp1164119962-18332) [n:127.0.0.1:60697_solr
c:testCreateShardRepFactor s:b x:testCreateShardRepFactor_b_replica1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 2507007 INFO (qtp1230308178-18323) [n:127.0.0.1:60696_solr
c:testCreateShardRepFactor s:a x:testCreateShardRepFactor_a_replica1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:60696/solr/testCreateShardRepFactor_a_replica1/ a
[junit4] 2> 2507008 INFO (qtp1164119962-18332) [n:127.0.0.1:60697_solr
c:testCreateShardRepFactor s:b x:testCreateShardRepFactor_b_replica1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:60697/solr/testCreateShardRepFactor_b_replica1/ b
[junit4] 2> 2507139 INFO
(zkCallback-3292-thread-1-processing-n:127.0.0.1:60697_solr)
[n:127.0.0.1:60697_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testCreateShardRepFactor/state.json] for collection
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
[junit4] 2> 2507139 INFO
(zkCallback-3294-thread-1-processing-n:127.0.0.1:60696_solr)
[n:127.0.0.1:60696_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testCreateShardRepFactor/state.json] for collection
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
[junit4] 2> 2507179 INFO (qtp1230308178-18323) [n:127.0.0.1:60696_solr
c:testCreateShardRepFactor s:a x:testCreateShardRepFactor_a_replica1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 2507179 INFO (qtp1164119962-18332) [n:127.0.0.1:60697_solr
c:testCreateShardRepFactor s:b x:testCreateShardRepFactor_b_replica1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 2507183 INFO (qtp1230308178-18323) [n:127.0.0.1:60696_solr
c:testCreateShardRepFactor s:a x:testCreateShardRepFactor_a_replica1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=testCreateShardRepFactor_a_replica1&action=CREATE&numShards=2&collection=testCreateShardRepFactor&shard=a&wt=javabin&version=2}
status=0 QTime=1360
[junit4] 2> 2507183 INFO (qtp1164119962-18332) [n:127.0.0.1:60697_solr
c:testCreateShardRepFactor s:b x:testCreateShardRepFactor_b_replica1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=testCreateShardRepFactor_b_replica1&action=CREATE&numShards=2&collection=testCreateShardRepFactor&shard=b&wt=javabin&version=2}
status=0 QTime=1360
[junit4] 2> 2507190 INFO (qtp1626797038-18337) [n:127.0.0.1:60699_solr
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 2507305 INFO
(zkCallback-3292-thread-1-processing-n:127.0.0.1:60697_solr)
[n:127.0.0.1:60697_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testCreateShardRepFactor/state.json] for collection
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
[junit4] 2> 2507305 INFO
(zkCallback-3294-thread-1-processing-n:127.0.0.1:60696_solr)
[n:127.0.0.1:60696_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testCreateShardRepFactor/state.json] for collection
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
[junit4] 2> 2507711 INFO
(OverseerCollectionConfigSetProcessor-97657405077323787-127.0.0.1:60698_solr-n_0000000000)
[n:127.0.0.1:60698_solr ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 2508198 INFO (qtp1626797038-18337) [n:127.0.0.1:60699_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={shards=a,b&replicationFactor=1&collection.configName=conf&name=testCreateShardRepFactor&router.name=implicit&action=CREATE&wt=javabin&version=2}
status=0 QTime=2504
[junit4] 2> 2508201 INFO (qtp1626797038-18339) [n:127.0.0.1:60699_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :createshard with
params
action=CREATESHARD&collection=testCreateShardRepFactor&shard=x&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2508206 INFO
(OverseerThreadFactory-8098-thread-2-processing-n:127.0.0.1:60698_solr)
[n:127.0.0.1:60698_solr ] o.a.s.c.CreateShardCmd Create shard invoked: {
[junit4] 2> "collection":"testCreateShardRepFactor",
[junit4] 2> "shard":"x",
[junit4] 2> "operation":"createshard"}
[junit4] 2> 2508327 INFO
(zkCallback-3292-thread-1-processing-n:127.0.0.1:60697_solr)
[n:127.0.0.1:60697_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testCreateShardRepFactor/state.json] for collection
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
[junit4] 2> 2508327 INFO
(zkCallback-3294-thread-1-processing-n:127.0.0.1:60696_solr)
[n:127.0.0.1:60696_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testCreateShardRepFactor/state.json] for collection
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
[junit4] 2> 2508424 INFO
(OverseerThreadFactory-8098-thread-2-processing-n:127.0.0.1:60698_solr)
[n:127.0.0.1:60698_solr ] o.a.s.c.CreateShardCmd Creating shard
testCreateShardRepFactor_x_replica1 as part of slice x of collection
testCreateShardRepFactor on 127.0.0.1:60699_solr
[junit4] 2> 2508425 INFO (qtp1626797038-18343) [n:127.0.0.1:60699_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&name=testCreateShardRepFactor_x_replica1&action=CREATE&numShards=1&collection=testCreateShardRepFactor&shard=x&wt=javabin&version=2
[junit4] 2> 2508534 INFO
(zkCallback-3291-thread-1-processing-n:127.0.0.1:60699_solr)
[n:127.0.0.1:60699_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testCreateShardRepFactor/state.json] for collection
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
[junit4] 2> 2508534 INFO
(zkCallback-3292-thread-1-processing-n:127.0.0.1:60697_solr)
[n:127.0.0.1:60697_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testCreateShardRepFactor/state.json] for collection
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
[junit4] 2> 2508534 INFO
(zkCallback-3294-thread-1-processing-n:127.0.0.1:60696_solr)
[n:127.0.0.1:60696_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testCreateShardRepFactor/state.json] for collection
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
[junit4] 2> 2509444 INFO (qtp1626797038-18343) [n:127.0.0.1:60699_solr
c:testCreateShardRepFactor s:x x:testCreateShardRepFactor_x_replica1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
[junit4] 2> 2509451 INFO (qtp1626797038-18343) [n:127.0.0.1:60699_solr
c:testCreateShardRepFactor s:x x:testCreateShardRepFactor_x_replica1]
o.a.s.s.IndexSchema [testCreateShardRepFactor_x_replica1] Schema
name=cloud-dynamic
[junit4] 2> 2509470 WARN (qtp1626797038-18343) [n:127.0.0.1:60699_solr
c:testCreateShardRepFactor s:x x:testCreateShardRepFactor_x_replica1]
o.a.s.s.IndexSchema [testCreateShardRepFactor_x_replica1] default search field
in schema is text. WARNING: Deprecated, please use 'df' on request instead.
[junit4] 2> 2509470 INFO (qtp1626797038-18343) [n:127.0.0.1:60699_solr
c:testCreateShardRepFactor s:x x:testCreateShardRepFactor_x_replica1]
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 2509472 INFO (qtp1626797038-18343) [n:127.0.0.1:60699_solr
c:testCreateShardRepFactor s:x x:testCreateShardRepFactor_x_replica1]
o.a.s.c.CoreContainer Creating SolrCore 'testCreateShardRepFactor_x_replica1'
using configuration from collection testCreateShardRepFactor
[junit4] 2> 2509473 INFO (qtp1626797038-18343) [n:127.0.0.1:60699_solr
c:testCreateShardRepFactor s:x x:testCreateShardRepFactor_x_replica1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2509473 INFO (qtp1626797038-18343) [n:127.0.0.1:60699_solr
c:testCreateShardRepFactor s:x x:testCreateShardRepFactor_x_replica1]
o.a.s.c.SolrCore [[testCreateShardRepFactor_x_replica1] ] Opening new SolrCore
at
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_ECA840D38E8BADD0-001/tempDir-001/node3/testCreateShardRepFactor_x_replica1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_ECA840D38E8BADD0-001/tempDir-001/node3/./testCreateShardRepFactor_x_replica1/data/]
[junit4] 2> 2509536 INFO (qtp1626797038-18343) [n:127.0.0.1:60699_solr
c:testCreateShardRepFactor s:x x:testCreateShardRepFactor_x_replica1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 2509536 INFO (qtp1626797038-18343) [n:127.0.0.1:60699_solr
c:testCreateShardRepFactor s:x x:testCreateShardRepFactor_x_replica1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2509538 INFO (qtp1626797038-18343) [n:127.0.0.1:60699_solr
c:testCreateShardRepFactor s:x x:testCreateShardRepFactor_x_replica1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2509538 INFO (qtp1626797038-18343) [n:127.0.0.1:60699_solr
c:testCreateShardRepFactor s:x x:testCreateShardRepFactor_x_replica1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2509539 INFO (qtp1626797038-18343) [n:127.0.0.1:60699_solr
c:testCreateShardRepFactor s:x x:testCreateShardRepFactor_x_replica1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@48a58b8[testCreateShardRepFactor_x_replica1] main]
[junit4] 2> 2509541 INFO (qtp1626797038-18343) [n:127.0.0.1:60699_solr
c:testCreateShardRepFactor s:x x:testCreateShardRepFactor_x_replica1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 2509542 INFO (qtp1626797038-18343) [n:127.0.0.1:60699_solr
c:testCreateShardRepFactor s:x x:testCreateShardRepFactor_x_replica1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 2509542 INFO (qtp1626797038-18343) [n:127.0.0.1:60699_solr
c:testCreateShardRepFactor s:x x:testCreateShardRepFactor_x_replica1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2509542 INFO (qtp1626797038-18343) [n:127.0.0.1:60699_solr
c:testCreateShardRepFactor s:x x:testCreateShardRepFactor_x_replica1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1562518488937922560
[junit4] 2> 2509542 INFO
(searcherExecutor-8117-thread-1-processing-n:127.0.0.1:60699_solr
x:testCreateShardRepFactor_x_replica1 s:x c:testCreateShardRepFactor)
[n:127.0.0.1:60699_solr c:testCreateShardRepFactor s:x
x:testCreateShardRepFactor_x_replica1] o.a.s.c.SolrCore
[testCreateShardRepFactor_x_replica1] Registered new searcher
Searcher@48a58b8[testCreateShardRepFactor_x_replica1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2509551 INFO (qtp1626797038-18343) [n:127.0.0.1:60699_solr
c:testCreateShardRepFactor s:x x:testCreateShardRepFactor_x_replica1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 2509551 INFO (qtp1626797038-18343) [n:127.0.0.1:60699_solr
c:testCreateShardRepFactor s:x x:testCreateShardRepFactor_x_replica1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 2509551 INFO (qtp1626797038-18343) [n:127.0.0.1:60699_solr
c:testCreateShardRepFactor s:x x:testCreateShardRepFactor_x_replica1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:60699/solr/testCreateShardRepFactor_x_replica1/
[junit4] 2> 2509551 INFO (qtp1626797038-18343) [n:127.0.0.1:60699_solr
c:testCreateShardRepFactor s:x x:testCreateShardRepFactor_x_replica1]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 2509551 INFO (qtp1626797038-18343) [n:127.0.0.1:60699_solr
c:testCreateShardRepFactor s:x x:testCreateShardRepFactor_x_replica1]
o.a.s.c.SyncStrategy
http://127.0.0.1:60699/solr/testCreateShardRepFactor_x_replica1/ has no replicas
[junit4] 2> 2509551 INFO (qtp1626797038-18343) [n:127.0.0.1:60699_solr
c:testCreateShardRepFactor s:x x:testCreateShardRepFactor_x_replica1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 2509558 INFO (qtp1626797038-18343) [n:127.0.0.1:60699_solr
c:testCreateShardRepFactor s:x x:testCreateShardRepFactor_x_replica1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:60699/solr/testCreateShardRepFactor_x_replica1/ x
[junit4] 2> 2509664 INFO
(zkCallback-3291-thread-1-processing-n:127.0.0.1:60699_solr)
[n:127.0.0.1:60699_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testCreateShardRepFactor/state.json] for collection
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
[junit4] 2> 2509664 INFO
(zkCallback-3292-thread-1-processing-n:127.0.0.1:60697_solr)
[n:127.0.0.1:60697_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testCreateShardRepFactor/state.json] for collection
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
[junit4] 2> 2509664 INFO
(zkCallback-3294-thread-1-processing-n:127.0.0.1:60696_solr)
[n:127.0.0.1:60696_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testCreateShardRepFactor/state.json] for collection
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
[junit4] 2> 2509668 INFO (qtp1626797038-18343) [n:127.0.0.1:60699_solr
c:testCreateShardRepFactor s:x x:testCreateShardRepFactor_x_replica1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 2509671 INFO (qtp1626797038-18343) [n:127.0.0.1:60699_solr
c:testCreateShardRepFactor s:x x:testCreateShardRepFactor_x_replica1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&name=testCreateShardRepFactor_x_replica1&action=CREATE&numShards=1&collection=testCreateShardRepFactor&shard=x&wt=javabin&version=2}
status=0 QTime=1245
[junit4] 2> 2509672 INFO
(OverseerThreadFactory-8098-thread-2-processing-n:127.0.0.1:60698_solr)
[n:127.0.0.1:60698_solr ] o.a.s.c.CreateShardCmd Finished create command on
all shards for collection: testCreateShardRepFactor
[junit4] 2> 2509674 INFO (qtp1626797038-18339) [n:127.0.0.1:60699_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=CREATESHARD&collection=testCreateShardRepFactor&shard=x&wt=javabin&version=2}
status=0 QTime=1473
[junit4] 2> 2509676 INFO
(TEST-CustomCollectionTest.testCreateShardRepFactor-seed#[ECA840D38E8BADD0]) [
] o.a.s.SolrTestCaseJ4 ###Ending testCreateShardRepFactor
[junit4] 2> 2509723 INFO
(TEST-CustomCollectionTest.testRouteFieldForHashRouter-seed#[ECA840D38E8BADD0])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testRouteFieldForHashRouter
[junit4] 2> 2509725 INFO
(TEST-CustomCollectionTest.testRouteFieldForHashRouter-seed#[ECA840D38E8BADD0])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 2509730 INFO (qtp1626797038-18346) [n:127.0.0.1:60699_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params
name=testCreateShardRepFactor&action=DELETE&wt=javabin&version=2 and
sendToOCPQueue=true
[junit4] 2> 2509735 INFO
(OverseerCollectionConfigSetProcessor-97657405077323787-127.0.0.1:60698_solr-n_0000000000)
[n:127.0.0.1:60698_solr ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 2509735 INFO
(OverseerThreadFactory-8098-thread-3-processing-n:127.0.0.1:60698_solr)
[n:127.0.0.1:60698_solr ] o.a.s.c.OverseerCollectionMessageHandler Executing
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
[junit4] 2> 2509738 INFO (qtp1626797038-18354) [n:127.0.0.1:60699_solr
] o.a.s.m.SolrMetricManager Closing metric reporters for:
solr.core.testCreateShardRepFactor.x.replica1
[junit4] 2> 2509738 INFO (qtp1626797038-18354) [n:127.0.0.1:60699_solr
] o.a.s.c.SolrCore [testCreateShardRepFactor_x_replica1] CLOSING SolrCore
org.apache.solr.core.SolrCore@481d0bc5
[junit4] 2> 2509738 INFO (qtp1164119962-18333) [n:127.0.0.1:60697_solr
] o.a.s.m.SolrMetricManager Closing metric reporters for:
solr.core.testCreateShardRepFactor.b.replica1
[junit4] 2> 2509738 INFO (qtp1230308178-18324) [n:127.0.0.1:60696_solr
] o.a.s.m.SolrMetricManager Closing metric reporters for:
solr.core.testCreateShardRepFactor.a.replica1
[junit4] 2> 2509738 INFO (qtp1164119962-18333) [n:127.0.0.1:60697_solr
] o.a.s.c.SolrCore [testCreateShardRepFactor_b_replica1] CLOSING SolrCore
org.apache.solr.core.SolrCore@754ba38a
[junit4] 2> 2509738 INFO (qtp1230308178-18324) [n:127.0.0.1:60696_solr
] o.a.s.c.SolrCore [testCreateShardRepFactor_a_replica1] CLOSING SolrCore
org.apache.solr.core.SolrCore@4f37fba9
[junit4] 2> 2509739 INFO (qtp1626797038-18354) [n:127.0.0.1:60699_solr
] o.a.s.m.SolrMetricManager Closing metric reporters for:
solr.core.testCreateShardRepFactor.x.replica1
[junit4] 2> 2509739 INFO (qtp1164119962-18333) [n:127.0.0.1:60697_solr
] o.a.s.m.SolrMetricManager Closing metric reporters for:
solr.core.testCreateShardRepFactor.b.replica1
[junit4] 2> 2509739 INFO (qtp1230308178-18324) [n:127.0.0.1:60696_solr
] o.a.s.m.SolrMetricManager Closing metric reporters for:
solr.core.testCreateShardRepFactor.a.replica1
[junit4] 2> 2509743 INFO (qtp1626797038-18354) [n:127.0.0.1:60699_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={deleteInstanceDir=true&core=testCreateShardRepFactor_x_replica1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
status=0 QTime=5
[junit4] 2> 2509744 INFO (qtp1164119962-18333) [n:127.0.0.1:60697_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={deleteInstanceDir=true&core=testCreateShardRepFactor_b_replica1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
status=0 QTime=6
[junit4] 2> 2509744 INFO (qtp1230308178-18324) [n:127.0.0.1:60696_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={deleteInstanceDir=true&core=testCreateShardRepFactor_a_replica1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
status=0 QTime=6
[junit4] 2> 2510469 INFO (qtp1626797038-18346) [n:127.0.0.1:60699_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={name=testCreateShardRepFactor&action=DELETE&wt=javabin&version=2}
status=0 QTime=738
[junit4] 2> 2510471 INFO (qtp1626797038-18356) [n:127.0.0.1:60699_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=2&collection.configName=conf&maxShardsPerNode=3&router.field=shard_s&name=routeFieldColl&action=CREATE&numShards=4&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2510475 INFO
(OverseerThreadFactory-8098-thread-4-processing-n:127.0.0.1:60698_solr)
[n:127.0.0.1:60698_solr ] o.a.s.c.CreateCollectionCmd Create collection
routeFieldColl
[junit4] 2> 2510476 INFO
(OverseerCollectionConfigSetProcessor-97657405077323787-127.0.0.1:60698_solr-n_0000000000)
[n:127.0.0.1:60698_solr ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000004 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 2510696 INFO (qtp1626797038-18337) [n:127.0.0.1:60699_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=routeFieldColl_shard4_replica2&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard4&wt=javabin&version=2
[junit4] 2> 2510697 INFO (qtp1164119962-18330) [n:127.0.0.1:60697_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=routeFieldColl_shard3_replica2&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard3&wt=javabin&version=2
[junit4] 2> 2510697 INFO (qtp1230308178-18321) [n:127.0.0.1:60696_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=routeFieldColl_shard1_replica1&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard1&wt=javabin&version=2
[junit4] 2> 2510698 INFO (qtp1626797038-18328) [n:127.0.0.1:60699_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=routeFieldColl_shard2_replica2&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard2&wt=javabin&version=2
[junit4] 2> 2510698 INFO (qtp1230308178-18323) [n:127.0.0.1:60696_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=routeFieldColl_shard3_replica1&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard3&wt=javabin&version=2
[junit4] 2> 2510699 INFO (qtp1164119962-18332) [n:127.0.0.1:60697_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=routeFieldColl_shard1_replica2&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard1&wt=javabin&version=2
[junit4] 2> 2510704 INFO (qtp371172908-18329) [n:127.0.0.1:60698_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=routeFieldColl_shard2_replica1&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard2&wt=javabin&version=2
[junit4] 2> 2510704 INFO (qtp371172908-18340) [n:127.0.0.1:60698_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=routeFieldColl_shard4_replica1&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard4&wt=javabin&version=2
[junit4] 2> 2510846 INFO
(zkCallback-3292-thread-1-processing-n:127.0.0.1:60697_solr)
[n:127.0.0.1:60697_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/routeFieldColl/state.json] for collection [routeFieldColl]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 2510846 INFO
(zkCallback-3291-thread-1-processing-n:127.0.0.1:60699_solr)
[n:127.0.0.1:60699_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/routeFieldColl/state.json] for collection [routeFieldColl]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 2510846 INFO
(zkCallback-3294-thread-1-processing-n:127.0.0.1:60696_solr)
[n:127.0.0.1:60696_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/routeFieldColl/state.json] for collection [routeFieldColl]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 2510846 INFO
(zkCallback-3293-thread-2-processing-n:127.0.0.1:60698_solr)
[n:127.0.0.1:60698_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/routeFieldColl/state.json] for collection [routeFieldColl]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 2511739 INFO (qtp371172908-18340) [n:127.0.0.1:60698_solr
c:routeFieldColl s:shard4 x:routeFieldColl_shard4_replica1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.6.0
[junit4] 2> 2511740 INFO (qtp1626797038-18337) [n:127.0.0.1:60699_solr
c:routeFieldColl s:shard4 x:routeFieldColl_shard4_replica2] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.6.0
[junit4] 2> 2511743 INFO (qtp1626797038-18328) [n:127.0.0.1:60699_solr
c:routeFieldColl s:shard2 x:routeFieldColl_shard2_replica2] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.6.0
[junit4] 2> 2511745 INFO (qtp1230308178-18323) [n:127.0.0.1:60696_solr
c:routeFieldColl s:shard3 x:routeFieldColl_shard3_replica1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.6.0
[junit4] 2> 2511747 INFO (qtp371172908-18329) [n:127.0.0.1:60698_solr
c:routeFieldColl s:shard2 x:routeFieldColl_shard2_replica1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.6.0
[junit4] 2> 2511749 INFO (qtp1164119962-18332) [n:127.0.0.1:60697_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica2] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.6.0
[junit4] 2> 2511754 INFO (qtp1230308178-18321) [n:127.0.0.1:60696_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.6.0
[junit4] 2> 2511780 INFO (qtp1164119962-18330) [n:127.0.0.1:60697_solr
c:routeFieldColl s:shard3 x:routeFieldColl_shard3_replica2] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.6.0
[junit4] 2> 2511784 INFO (qtp1230308178-18323) [n:127.0.0.1:60696_solr
c:routeFieldColl s:shard3 x:routeFieldColl_shard3_replica1]
o.a.s.s.IndexSchema [routeFieldColl_shard3_replica1] Schema name=cloud-dynamic
[junit4] 2> 2511787 INFO (qtp1626797038-18337) [n:127.0.0.1:60699_solr
c:routeFieldColl s:shard4 x:routeFieldColl_shard4_replica2]
o.a.s.s.IndexSchema [routeFieldColl_shard4_replica2] Schema name=cloud-dynamic
[junit4] 2> 2511788 INFO (qtp1626797038-18328) [n:127.0.0.1:60699_solr
c:routeFieldColl s:shard2 x:routeFieldColl_shard2_replica2]
o.a.s.s.IndexSchema [routeFieldColl_shard2_replica2] Schema name=cloud-dynamic
[junit4] 2> 2511798 INFO (qtp1164119962-18332) [n:127.0.0.1:60697_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica2]
o.a.s.s.IndexSchema [routeFieldColl_shard1_replica2] Schema name=cloud-dynamic
[junit4] 2> 2511799 INFO (qtp371172908-18340) [n:127.0.0.1:60698_solr
c:routeFieldColl s:shard4 x:routeFieldColl_shard4_replica1]
o.a.s.s.IndexSchema [routeFieldColl_shard4_replica1] Schema name=cloud-dynamic
[junit4] 2> 2511800 INFO (qtp1230308178-18321) [n:127.0.0.1:60696_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica1]
o.a.s.s.IndexSchema [routeFieldColl_shard1_replica1] Schema name=cloud-dynamic
[junit4] 2> 2511804 INFO (qtp1164119962-18330) [n:127.0.0.1:60697_solr
c:routeFieldColl s:shard3 x:routeFieldColl_shard3_replica2]
o.a.s.s.IndexSchema [routeFieldColl_shard3_replica2] Schema name=cloud-dynamic
[junit4] 2> 2511798 INFO (qtp371172908-18329) [n:127.0.0.1:60698_solr
c:routeFieldColl s:shard2 x:routeFieldColl_shard2_replica1]
o.a.s.s.IndexSchema [routeFieldColl_shard2_replica1] Schema name=cloud-dynamic
[junit4] 2> 2511835 WARN (qtp371172908-18329) [n:127.0.0.1:60698_solr
c:routeFieldColl s:shard2 x:routeFieldColl_shard2_replica1]
o.a.s.s.IndexSchema [routeFieldColl_shard2_replica1] default search field in
schema is text. WARNING: Deprecated, please use 'df' on request instead.
[junit4] 2> 2511836 INFO (qtp371172908-18329) [n:127.0.0.1:60698_solr
c:routeFieldColl s:shard2 x:routeFieldColl_shard2_replica1]
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 2511837 WARN (qtp1164119962-18332) [n:127.0.0.1:60697_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica2]
o.a.s.s.IndexSchema [routeFieldColl_shard1_replica2] default search field in
schema is text. WARNING: Deprecated, please use 'df' on request instead.
[junit4] 2> 2511838 INFO (qtp1164119962-18332) [n:127.0.0.1:60697_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica2]
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 2511838 INFO (qtp371172908-18329) [n:127.0.0.1:60698_solr
c:routeFieldColl s:shard2 x:routeFieldColl_shard2_replica1]
o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard2_replica1' using
configuration from collection routeFieldColl
[junit4] 2> 2511838 INFO (qtp371172908-18329) [n:127.0.0.1:60698_solr
c:routeFieldColl s:shard2 x:routeFieldColl_shard2_replica1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 2511839 INFO (qtp371172908-18329) [n:127.0.0.1:60698_solr
c:routeFieldColl s:shard2 x:routeFieldColl_shard2_replica1] o.a.s.c.SolrCore
[[routeFieldColl_shard2_replica1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_ECA840D38E8BADD0-001/tempDir-001/node4/routeFieldColl_shard2_replica1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_ECA840D38E8BADD0-001/tempDir-001/node4/./routeFieldColl_shard2_replica1/data/]
[junit4] 2> 2511839 INFO (qtp1164119962-18332) [n:127.0.0.1:60697_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica2]
o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard1_replica2' using
configuration from collection routeFieldColl
[junit4] 2> 2511839 INFO (qtp1164119962-18332) [n:127.0.0.1:60697_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica2] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 2511839 INFO (qtp1164119962-18332) [n:127.0.0.1:60697_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica2] o.a.s.c.SolrCore
[[routeFieldColl_shard1_replica2] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_ECA840D38E8BADD0-001/tempDir-001/node2/routeFieldColl_shard1_replica2],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_ECA840D38E8BADD0-001/tempDir-001/node2/./routeFieldColl_shard1_replica2/data/]
[junit4] 2> 2511845 WARN (qtp1626797038-18328) [n:127.0.0.1:60699_solr
c:routeFieldColl s:shard2 x:routeFieldColl_shard2_replica2]
o.a.s.s.IndexSchema [routeFieldColl_shard2_replica2] default search field in
schema is text. WARNING: Deprecated, please use 'df' on request instead.
[junit4] 2> 2511845 INFO (qtp1626797038-18328) [n:127.0.0.1:60699_solr
c:routeFieldColl s:shard2 x:routeFieldColl_shard2_replica2]
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 2511846 WARN (qtp371172908-18340) [n:127.0.0.1:60698_solr
c:routeFieldColl s:shard4 x:routeFieldColl_shard4_replica1]
o.a.s.s.IndexSchema [routeFieldColl_shard4_replica1] default search field in
schema is text. WARNING: Deprecated, please use 'df' on request instead.
[junit4] 2> 2511846 INFO (qtp1626797038-18328) [n:127.0.0.1:60699_solr
c:routeFieldColl s:shard2 x:routeFieldColl_shard2_replica2]
o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard2_replica2' using
configuration from collection routeFieldColl
[junit4] 2> 2511846 INFO (qtp371172908-18340) [n:127.0.0.1:60698_solr
c:routeFieldColl s:shard4 x:routeFieldColl_shard4_replica1]
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 2511847 INFO (qtp1626797038-18328) [n:127.0.0.1:60699_solr
c:routeFieldColl s:shard2 x:routeFieldColl_shard2_replica2] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 2511847 INFO (qtp1626797038-18328) [n:127.0.0.1:60699_solr
c:routeFieldColl s:shard2 x:routeFieldColl_shard2_replica2] o.a.s.c.SolrCore
[[routeFieldColl_shard2_replica2] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_ECA840D38E8BADD0-001/tempDir-001/node3/routeFieldColl_shard2_replica2],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_ECA840D38E8BADD0-001/tempDir-001/node3/./routeFieldColl_shard2_replica2/data/]
[junit4] 2> 2511847 INFO (qtp371172908-18340) [n:127.0.0.1:60698_solr
c:routeFieldColl s:shard4 x:routeFieldColl_shard4_replica1]
o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard4_replica1' using
configuration from collection routeFieldColl
[junit4] 2> 2511847 WARN (qtp1230308178-18323) [n:127.0.0.1:60696_solr
c:routeFieldColl s:shard3 x:routeFieldColl_shard3_replica1]
o.a.s.s.IndexSchema [routeFieldColl_shard3_replica1] default search field in
schema is text. WARNING: Deprecated, please use 'df' on request instead.
[junit4] 2> 2511848 INFO (qtp371172908-18340) [n:127.0.0.1:60698_solr
c:routeFieldColl s:shard4 x:routeFieldColl_shard4_replica1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 2511848 INFO (qtp371172908-18340) [n:127.0.0.1:60698_solr
c:routeFieldColl s:shard4 x:routeFieldColl_shard4_replica1] o.a.s.c.SolrCore
[[routeFieldColl_shard4_replica1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_ECA840D38E8BADD0-001/tempDir-001/node4/routeFieldColl_shard4_replica1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_ECA840D38E8BADD0-001/tempDir-001/node4/./routeFieldColl_shard4_replica1/data/]
[junit4] 2> 2511848 INFO (qtp1230308178-18323) [n:127.0.0.1:60696_solr
c:routeFieldColl s:shard3 x:routeFieldColl_shard3_replica1]
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 2511850 INFO (qtp1230308178-18323) [n:127.0.0.1:60696_solr
c:routeFieldColl s:shard3 x:routeFieldColl_shard3_replica1]
o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard3_replica1' using
configuration from collection routeFieldColl
[junit4] 2> 2511850 INFO (qtp1230308178-18323) [n:127.0.0.1:60696_solr
c:routeFieldColl s:shard3 x:routeFieldColl_shard3_replica1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 2511851 INFO (qtp1230308178-18323) [n:127.0.0.1:60696_solr
c:routeFieldColl s:shard3 x:routeFieldColl_shard3_replica1] o.a.s.c.SolrCore
[[routeFieldColl_shard3_replica1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_ECA840D38E8BADD0-001/tempDir-001/node1/routeFieldColl_shard3_replica1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_ECA840D38E8BADD0-001/tempDir-001/node1/./routeFieldColl_shard3_replica1/data/]
[junit4] 2> 2511850 WARN (qtp1164119962-18330) [n:127.0.0.1:60697_solr
c:routeFieldColl s:shard3 x:routeFieldColl_shard3_replica2]
o.a.s.s.IndexSchema [routeFieldColl_shard3_replica2] default search field in
schema is text. WARNING: Deprecated, please use 'df' on request instead.
[junit4] 2> 2511852 INFO (qtp1164119962-18330) [n:127.0.0.1:60697_solr
c:routeFieldColl s:shard3 x:routeFieldColl_shard3_replica2]
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 2511854 WARN (qtp1230308178-18321) [n:127.0.0.1:60696_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica1]
o.a.s.s.IndexSchema [routeFieldColl_shard1_replica1] default search field in
schema is text. WARNING: Deprecated, please use 'df' on request instead.
[junit4] 2> 2511854 INFO (qtp1164119962-18330) [n:127.0.0.1:60697_solr
c:routeFieldColl s:shard3 x:routeFieldColl_shard3_replica2]
o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard3_replica2' using
configuration from collection routeFieldColl
[junit4] 2> 2511854 INFO (qtp1164119962-18330) [n:127.0.0.1:60697_solr
c:routeFieldColl s:shard3 x:routeFieldColl_shard3_replica2] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 2511854 INFO (qtp1164119962-18330) [n:127.0.0.1:60697_solr
c:routeFieldColl s:shard3 x:routeFieldColl_shard3_replica2] o.a.s.c.SolrCore
[[routeFieldColl_shard3_replica2] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_ECA840D38E8BADD0-001/tempDir-001/node2/routeFieldColl_shard3_replica2],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_ECA840D38E8BADD0-001/tempDir-001/node2/./routeFieldColl_shard3_replica2/data/]
[junit4] 2> 2511854 INFO (qtp1230308178-18321) [n:127.0.0.1:60696_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica1]
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 2511855 WARN (qtp1626797038-18337) [n:127.0.0.1:60699_solr
c:routeFieldColl s:shard4 x:routeFieldColl_shard4_replica2]
o.a.s.s.IndexSchema [routeFieldColl_shard4_replica2] default search field in
schema is text. WARNING: Deprecated, please use 'df' on request instead.
[junit4] 2> 2511855 INFO (qtp1230308178-18321) [n:127.0.0.1:60696_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica1]
o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard1_replica1' using
configuration from collection routeFieldColl
[junit4] 2> 2511855 INFO (qtp1230308178-18321) [n:127.0.0.1:60696_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 2511855 INFO (qtp1230308178-18321) [n:127.0.0.1:60696_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica1] o.a.s.c.SolrCore
[[routeFieldColl_shard1_replica1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_ECA840D38E8BADD0-001/tempDir-001/node1/routeFieldColl_shard1_replica1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_ECA840D38E8BADD0-001/tempDir-001/node1/./routeFieldColl_shard1_replica1/data/]
[junit4] 2> 2511856 INFO (qtp1626797038-18337) [n:127.0.0.1:60699_solr
c:routeFieldColl s:shard4 x:routeFieldColl_shard4_replica2]
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 2511856 INFO (qtp1626797038-18337) [n:127.0.0.1:60699_solr
c:routeFieldColl s:shard4 x:routeFieldColl_shard4_replica2]
o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard4_replica2' using
configuration from collection routeFieldColl
[junit4] 2> 2511857 INFO (qtp1626797038-18337) [n:127.0.0.1:60699_solr
c:routeFieldColl s:shard4 x:routeFieldColl_shard4_replica2] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 2511857 INFO (qtp1626797038-18337) [n:127.0.0.1:60699_solr
c:routeFieldColl s:shard4 x:routeFieldColl_shard4_replica2] o.a.s.c.SolrCore
[[routeFieldColl_shard4_replica2] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_ECA840D38E8BADD0-001/tempDir-001/node3/routeFieldColl_shard4_replica2],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_ECA840D38E8BADD0-001/tempDir-001/node3/./routeFieldColl_shard4_replica2/data/]
[junit4] 2> 2511974 INFO (qtp1164119962-18330) [n:127.0.0.1:60697_solr
c:routeFieldColl s:shard3 x:routeFieldColl_shard3_replica2]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 2511974 INFO (qtp1164119962-18330) [n:127.0.0.1:60697_solr
c:routeFieldColl s:shard3 x:routeFieldColl_shard3_replica2] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2511981 INFO (qtp1164119962-18330) [n:127.0.0.1:60697_solr
c:routeFieldColl s:shard3 x:routeFieldColl_shard3_replica2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2511981 INFO (qtp1164119962-18330) [n:127.0.0.1:60697_solr
c:routeFieldColl s:shard3 x:routeFieldColl_shard3_replica2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2511987 INFO (qtp371172908-18329) [n:127.0.0.1:60698_solr
c:routeFieldColl s:shard2 x:routeFieldColl_shard2_replica1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 2511988 INFO (qtp371172908-18329) [n:127.0.0.1:60698_solr
c:routeFieldColl s:shard2 x:routeFieldColl_shard2_replica1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2511990 INFO (qtp371172908-18340) [n:127.0.0.1:60698_solr
c:routeFieldColl s:shard4 x:routeFieldColl_shard4_replica1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 2511990 INFO (qtp371172908-18340) [n:127.0.0.1:60698_solr
c:routeFieldColl s:shard4 x:routeFieldColl_shard4_replica1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2511993 INFO (qtp1164119962-18332) [n:127.0.0.1:60697_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica2]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 2511993 INFO (qtp1164119962-18332) [n:127.0.0.1:60697_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica2] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2511995 INFO (qtp1164119962-18330) [n:127.0.0.1:60697_solr
c:routeFieldColl s:shard3 x:routeFieldColl_shard3_replica2]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@28b40eb2[routeFieldColl_shard3_replica2] main]
[junit4] 2> 2511996 INFO (qtp1164119962-18332) [n:127.0.0.1:60697_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2511996 INFO (qtp1164119962-18332) [n:127.0.0.1:60697_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2511998 INFO (qtp1164119962-18330) [n:127.0.0.1:60697_solr
c:routeFieldColl s:shard3 x:routeFieldColl_shard3_replica2]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 2511999 INFO (qtp1164119962-18330) [n:127.0.0.1:60697_solr
c:routeFieldColl s:shard3 x:routeFieldColl_shard3_replica2]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 2511999 INFO (qtp1164119962-18330) [n:127.0.0.1:60697_solr
c:routeFieldColl s:shard3 x:routeFieldColl_shard3_replica2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2511999 INFO
(searcherExecutor-8127-thread-1-processing-n:127.0.0.1:60697_solr
x:routeFieldColl_shard3_replica2 s:shard3 c:routeFieldColl)
[n:127.0.0.1:60697_solr c:routeFieldColl s:shard3
x:routeFieldColl_shard3_replica2] o.a.s.c.SolrCore
[routeFieldColl_shard3_replica2] Registered new searcher
Searcher@28b40eb2[routeFieldColl_shard3_replica2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2512000 INFO (qtp1164119962-18330) [n:127.0.0.1:60697_solr
c:routeFieldColl s:shard3 x:routeFieldColl_shard3_replica2] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1562518491515322368
[junit4] 2> 2512001 INFO (qtp1164119962-18332) [n:127.0.0.1:60697_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica2]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@296a05a[routeFieldColl_shard1_replica2] main]
[junit4] 2> 2512004 INFO (qtp1230308178-18321) [n:127.0.0.1:60696_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 2512004 INFO (qtp1230308178-18321) [n:127.0.0.1:60696_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2512005 INFO (qtp1164119962-18332) [n:127.0.0.1:60697_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica2]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 2512006 INFO (qtp1230308178-18321) [n:127.0.0.1:60696_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2512006 INFO (qtp1230308178-18321) [n:127.0.0.1:60696_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2512007 INFO (qtp1164119962-18332) [n:127.0.0.1:60697_solr
c:routeFieldColl s:shard1 x:
[...truncated too long message...]
xample.testInteractiveSolrCloudExample(TestSolrCLIRunExample.java:457)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 3753318 INFO
(SUITE-TestSolrCLIRunExample-seed#[ECA840D38E8BADD0]-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/J0/temp/solr.util.TestSolrCLIRunExample_ECA840D38E8BADD0-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene62): {},
docValues:{}, maxPointsInLeafNode=555, maxMBSortInHeap=5.374440971677959,
sim=RandomSimilarity(queryNorm=false,coord=crazy): {}, locale=es, timezone=ECT
[junit4] 2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_121
(64-bit)/cpus=3,threads=1,free=198913280,total=536870912
[junit4] 2> NOTE: All tests run in this JVM: [DocValuesMissingTest,
TestLazyCores, PathHierarchyTokenizerFactoryTest, SolrGraphiteReporterTest,
TestSerializedLuceneMatchVersion, CoreAdminRequestStatusTest,
CdcrUpdateLogTest, UnloadDistributedZkTest, TestTrieFacet,
LeaderInitiatedRecoveryOnCommitTest, TestDefaultStatsCache, JSONWriterTest,
TestIBSimilarityFactory, ChaosMonkeyNothingIsSafeTest, RemoteQueryErrorTest,
DeleteReplicaTest, UtilsToolTest, DistributedQueryComponentOptimizationTest,
TlogReplayBufferedWhileIndexingTest, TestHdfsUpdateLog,
DirectSolrConnectionTest, StatsReloadRaceTest, QueryResultKeyTest,
TestReplicationHandlerBackup, OpenExchangeRatesOrgProviderTest,
TestDistributedSearch, TestSolrJ, TestSubQueryTransformerDistrib,
TestCloudSchemaless, TestSolrQueryParserResource, TestDelegationWithHadoopAuth,
BigEndianAscendingWordSerializerTest, ZkCLITest, TestCloudInspectUtil,
UniqFieldsUpdateProcessorFactoryTest, BlobRepositoryCloudTest,
TestCollationField, RuleEngineTest, RollingRestartTest, DistributedQueueTest,
DistributedExpandComponentTest, SimplePostToolTest, TestStressRecovery,
TestSQLHandlerNonCloud, CollectionsAPIAsyncDistributedZkTest,
TermsComponentTest, TestRawResponseWriter, TestCursorMarkWithoutUniqueKey,
ClusterStateUpdateTest, TestCharFilters,
StatelessScriptUpdateProcessorFactoryTest, SharedFSAutoReplicaFailoverTest,
CheckHdfsIndexTest, TestScoreJoinQPScore, DistributedSpellCheckComponentTest,
TestLegacyFieldCache, ExitableDirectoryReaderTest,
TestPerFieldSimilarityWithDefaultOverride, GraphQueryTest, TestLRUStatsCache,
TestDocumentBuilder, TestSubQueryTransformer, BJQParserTest,
TestUseDocValuesAsStored, TestHashPartitioner, AddBlockUpdateTest,
TestConfigReload, PingRequestHandlerTest, TestCloudPseudoReturnFields,
JvmMetricsTest, TestCopyFieldCollectionResource, CachingDirectoryFactoryTest,
TestXIncludeConfig, VersionInfoTest, TestManagedSchemaThreadSafety,
SolrMetricsIntegrationTest, TestManagedSchema, SecurityConfHandlerTest,
ZkControllerTest, CloneFieldUpdateProcessorFactoryTest, TestNRTOpen,
TestStressInPlaceUpdates, BasicDistributedZkTest, TestShortCircuitedRequests,
TestSchemaManager, TestInfoStreamLogging, OverseerStatusTest, PeerSyncTest,
HdfsNNFailoverTest, TestNumericTerms64, TestRemoteStreaming,
TestPseudoReturnFields, TestConfigSetsAPI, TestSchemaNameResource,
TestClassicSimilarityFactory, RecoveryZkTest, TestLocalFSCloudBackupRestore,
HdfsChaosMonkeySafeLeaderTest, ChangedSchemaMergeTest, InfoHandlerTest,
FileUtilsTest, HdfsTlogReplayBufferedWhileIndexingTest, SolrMetricManagerTest,
LeaderElectionTest, SystemInfoHandlerTest, ResponseHeaderTest,
TestManagedStopFilterFactory, MultiThreadedOCPTest, TestMissingGroups,
LeaderFailoverAfterPartitionTest, TestFileDictionaryLookup,
TestConfigSetProperties, DOMUtilTest, DeleteStatusTest, SampleTest,
TestSolrCloudSnapshots, ConnectionManagerTest, AnalysisAfterCoreReloadTest,
TestHighlightDedupGrouping, TestSolrCloudWithHadoopAuthPlugin, TestFaceting,
TestCustomDocTransformer, MigrateRouteKeyTest, TestCollapseQParserPlugin,
TestClusterStateMutator, SoftAutoCommitTest, TimeZoneUtilsTest,
TestWordDelimiterFilterFactory, TestStressLucene,
TestSweetSpotSimilarityFactory, TestRebalanceLeaders,
BaseCdcrDistributedZkTest, TestFieldCacheReopen, TestStressVersions,
TestSurroundQueryParser, TestFieldCacheVsDocValues, TestLeaderElectionZkExpiry,
TestFastOutputStream, TestCoreContainer, BasicAuthStandaloneTest,
TestSolrQueryResponse, TestLRUCache, SuggestComponentTest, BadCopyFieldTest,
SolrSlf4jReporterTest, FastVectorHighlighterTest, TestComponentsName,
DistanceUnitsTest, TestBinaryField, ExplicitHLLTest, SolrCoreTest,
ActionThrottleTest, TestSolrDynamicMBean, PluginInfoTest, TestLFUCache,
TolerantUpdateProcessorTest, TestTrackingShardHandlerFactory,
SolrRequestParserTest, TestHdfsCloudBackupRestore, SortSpecParsingTest,
HLLSerializationTest, TestConfigOverlay, PeerSyncReplicationTest,
StandardRequestHandlerTest, DisMaxRequestHandlerTest, TestRTGBase,
TestCSVResponseWriter, TestCorePropertiesReload, TestConfigSetsAPIZkFailure,
TestSolrDeletionPolicy1, PeerSyncWithIndexFingerprintCachingTest,
IgnoreCommitOptimizeUpdateProcessorFactoryTest, OverseerTest, TestZkChroot,
TestRandomDVFaceting, AutoCommitTest, TestStressReorder, HardAutoCommitTest,
SimpleFacetsTest, SpellCheckComponentTest, TestGroupingSearch,
SolrCmdDistributorTest, TestSort, TestFunctionQuery, TestBadConfig,
DistributedQueryElevationComponentTest, TestExtendedDismaxParser,
SuggesterFSTTest, TestFoldingMultitermQuery, SuggesterTSTTest,
SpatialFilterTest, SuggesterWFSTTest, TestCSVLoader, PolyFieldTest,
NoCacheHeaderTest, SchemaVersionSpecificBehaviorTest,
SolrCoreCheckLockOnStartupTest, TestUpdate, QueryEqualityTest,
DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest,
SortByFunctionTest, DocValuesMultiTest, SolrInfoMBeanTest, CacheHeaderTest,
LukeRequestHandlerTest, TestReversedWildcardFilterFactory,
DocumentAnalysisRequestHandlerTest, TestOmitPositions,
XmlUpdateRequestHandlerTest, DocumentBuilderTest, MoreLikeThisHandlerTest,
LoggingHandlerTest, SolrPluginUtilsTest, MBeansHandlerTest, QueryParsingTest,
BinaryUpdateRequestHandlerTest, TestPartialUpdateDeduplication,
SearchHandlerTest, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest,
TestPhraseSuggestions, SpellPossibilityIteratorTest, SynonymTokenizerTest,
EchoParamsTest, TestDFRSimilarityFactory, TestPerFieldSimilarity,
TestLMDirichletSimilarityFactory, ScriptEngineTest, PreAnalyzedFieldTest,
SpellingQueryConverterTest, TestUtils, UUIDFieldTest,
DistributedMLTComponentTest, SolrTestCaseJ4Test, TestDistributedMissingSort,
TestTolerantSearch, TestEmbeddedSolrServerConstructors,
TestEmbeddedSolrServerSchemaAPI, TestJettySolrRunner, AssignTest,
AsyncCallRequestStatusResponseTest, CdcrReplicationDistributedZkTest,
CdcrReplicationHandlerTest, CdcrRequestHandlerTest,
CloudExitableDirectoryReaderTest, CollectionReloadTest,
CollectionStateFormat2Test, ConcurrentDeleteAndCreateCollectionTest,
ConfigSetsAPITest, CreateCollectionCleanupTest,
DeleteLastCustomShardedReplicaTest, DeleteNodeTest,
DistribDocExpirationUpdateProcessorTest, DocValuesNotIndexedTest,
HttpPartitionTest, OverseerCollectionConfigSetProcessorTest,
OverseerModifyCollectionTest, ReplaceNodeTest, ReplicationFactorTest,
RestartWhileUpdatingTest, SaslZkACLProviderTest,
SimpleCollectionCreateDeleteTest, SolrCLIZkUtilsTest, SolrCloudExampleTest,
TestAuthenticationFramework, TestCloudRecovery, TestClusterProperties,
TestCollectionAPI, TestCryptoKeys, TestDeleteCollectionOnDownNodes,
TestDistribDocBasedVersion, TestDownShardTolerantSearch, TestLockTree,
TestMiniSolrCloudCluster, TestReplicaProperties,
TestRequestStatusCollectionAPI, TestSolrCloudWithSecureImpersonation,
VMParamsZkACLAndCredentialsProvidersTest, HdfsBasicDistributedZk2Test,
HdfsBasicDistributedZkTest, HdfsChaosMonkeyNothingIsSafeTest,
HdfsCollectionsAPIDistributedZkTest, HdfsRecoverLeaseTest, HdfsRecoveryZkTest,
HdfsRestartWhileUpdatingTest, HdfsSyncSliceTest,
HdfsWriteToMultipleCollectionsTest, StressHdfsTest, ZkStateWriterTest,
ConfigureRecoveryStrategyTest, CoreSorterTest, TestConfigSetImmutable,
TestDynamicLoading, RequestLoggingTest, TestHdfsBackupRestoreCore,
TestRestoreCore, TestSolrConfigHandlerCloud, SegmentsInfoRequestHandlerTest,
TestCollectionAPIs, TestConfigsApi, DistributedDebugComponentTest,
DistributedFacetPivotLargeTest, DistributedFacetPivotSmallTest,
FacetPivotSmallTest, InfixSuggestersTest,
TestDistributedStatsComponentCardinality, TestDynamicFieldCollectionResource,
TestFieldCollectionResource, TestFieldResource,
TestFieldTypeCollectionResource, TestFieldTypeResource,
TestSchemaSimilarityResource, TestSchemaVersionResource,
TestManagedSynonymFilterFactory, BooleanFieldTest, DateRangeFieldTest,
EnumFieldTest, ManagedSchemaRoundRobinCloudTest, TestCloudManagedSchema,
TestSchemalessBufferedUpdates, TestUseDocValuesAsStored2,
AnalyticsMergeStrategyTest, AnalyticsQueryTest, CursorMarkTest,
TestComplexPhraseQParserPlugin, TestCustomSort, TestFieldSortValues,
TestGraphTermsQParserPlugin, TestHashQParserPlugin, TestInitQParser,
TestNoOpRegenerator, TestQueryWrapperFilter, TestReRankQParserPlugin,
TestRecoveryHdfs, TestSearcherReuse, TestSmileRequest,
TestMinMaxOnMultiValuedField, TestOrdValues, BlockJoinFacetDistribTest,
BlockJoinFacetRandomTest, BlockJoinFacetSimpleTest, CloudMLTQParserTest,
SimpleMLTQParserTest, TestDFISimilarityFactory,
TestNonDefinedSimilarityFactory, TestPerFieldSimilarityClassic,
TestExactSharedStatsCache, TestAuthorizationFramework,
TestPKIAuthenticationPlugin, TestRuleBasedAuthorizationPlugin,
HttpSolrCallGetCoreTest, BlockDirectoryTest, TestInPlaceUpdatesStandalone,
UpdateLogTest, AtomicUpdatesTest, ClassificationUpdateProcessorFactoryTest,
ClassificationUpdateProcessorIntegrationTest,
ClassificationUpdateProcessorTest, ParsingFieldUpdateProcessorsTest,
PreAnalyzedUpdateProcessorTest, TemplateUpdateProcessorTest,
TestNamedUpdateProcessors, JsonValidatorTest, TestObjectReleaseTracker,
TestRTimerTree, TestSolrCLIRunExample]
[junit4] Completed [696/700 (2!)] on J0 in 18.46s, 3 tests, 1 failure, 1
skipped <<< FAILURES!
[...truncated 62729 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]