Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-MacOSX/840/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseSerialGC
4 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([983568AFD70706FB:CD65803D7BFEC90B]:0)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.getCollectionNames(CloudSolrClient.java:1401)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1094)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1073)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
at
org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233)
at
org.apache.solr.cloud.CustomCollectionTest.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([983568AFD70706FB:F2D4E6C4EA9DB083]: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: junit.framework.TestSuite.org.apache.solr.cloud.DocValuesNotIndexedTest
Error Message:
Error adding fields
Stack Trace:
java.lang.AssertionError: Error adding fields
at __randomizedtesting.SeedInfo.seed([983568AFD70706FB]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at org.junit.Assert.assertNull(Assert.java:551)
at
org.apache.solr.cloud.DocValuesNotIndexedTest.createCluster(DocValuesNotIndexedTest.java:154)
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$6.evaluate(RandomizedRunner.java:847)
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.schema.TestUseDocValuesAsStored.testMultipleSearchResults
Error Message:
mismatch: 'myid1'!='myid' @ response/docs/[0]/id
Stack Trace:
java.lang.RuntimeException: mismatch: 'myid1'!='myid' @ response/docs/[0]/id
at
__randomizedtesting.SeedInfo.seed([983568AFD70706FB:AA1F6F312FF92222]:0)
at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:983)
at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:930)
at
org.apache.solr.schema.TestUseDocValuesAsStored.testMultipleSearchResults(TestUseDocValuesAsStored.java:243)
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 12619 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/J0/temp/solr.cloud.CustomCollectionTest_983568AFD70706FB-001/init-core-data-001
[junit4] 2> 2720872 WARN
(SUITE-CustomCollectionTest-seed#[983568AFD70706FB]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=40 numCloses=40
[junit4] 2> 2720873 INFO
(SUITE-CustomCollectionTest-seed#[983568AFD70706FB]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields
[junit4] 2> 2720877 INFO
(SUITE-CustomCollectionTest-seed#[983568AFD70706FB]-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> 2720878 INFO
(SUITE-CustomCollectionTest-seed#[983568AFD70706FB]-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/J0/temp/solr.cloud.CustomCollectionTest_983568AFD70706FB-001/tempDir-001
[junit4] 2> 2720878 INFO
(SUITE-CustomCollectionTest-seed#[983568AFD70706FB]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 2720879 INFO (Thread-3408) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 2720879 INFO (Thread-3408) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 2720882 ERROR (Thread-3408) [ ] o.a.z.s.ZooKeeperServer
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action
on ERROR or SHUTDOWN server state changes
[junit4] 2> 2720980 INFO
(SUITE-CustomCollectionTest-seed#[983568AFD70706FB]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:51382
[junit4] 2> 2721008 INFO (jetty-launcher-4262-thread-1) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 2721008 INFO (jetty-launcher-4262-thread-2) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 2721008 INFO (jetty-launcher-4262-thread-3) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 2721009 INFO (jetty-launcher-4262-thread-4) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 2721012 INFO (jetty-launcher-4262-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@5a27ef8e{/solr,null,AVAILABLE}
[junit4] 2> 2721012 INFO (jetty-launcher-4262-thread-4) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@4af2a004{HTTP/1.1,[http/1.1]}{127.0.0.1:51384}
[junit4] 2> 2721012 INFO (jetty-launcher-4262-thread-4) [ ]
o.e.j.s.Server Started @2727827ms
[junit4] 2> 2721012 INFO (jetty-launcher-4262-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=51384}
[junit4] 2> 2721013 ERROR (jetty-launcher-4262-thread-4) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2721013 INFO (jetty-launcher-4262-thread-4) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.6.0
[junit4] 2> 2721013 INFO (jetty-launcher-4262-thread-4) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2721013 INFO (jetty-launcher-4262-thread-4) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2721013 INFO (jetty-launcher-4262-thread-4) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-04-30T05:54:20.984Z
[junit4] 2> 2721016 INFO (jetty-launcher-4262-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@5c322f3{/solr,null,AVAILABLE}
[junit4] 2> 2721016 INFO (jetty-launcher-4262-thread-1) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@229b74f9{HTTP/1.1,[http/1.1]}{127.0.0.1:51385}
[junit4] 2> 2721016 INFO (jetty-launcher-4262-thread-1) [ ]
o.e.j.s.Server Started @2727831ms
[junit4] 2> 2721016 INFO (jetty-launcher-4262-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=51385}
[junit4] 2> 2721016 ERROR (jetty-launcher-4262-thread-1) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2721017 INFO (jetty-launcher-4262-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.6.0
[junit4] 2> 2721017 INFO (jetty-launcher-4262-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2721017 INFO (jetty-launcher-4262-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2721017 INFO (jetty-launcher-4262-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-04-30T05:54:20.988Z
[junit4] 2> 2721023 INFO (jetty-launcher-4262-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@519f7721{/solr,null,AVAILABLE}
[junit4] 2> 2721023 INFO (jetty-launcher-4262-thread-3) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@59fca10e{HTTP/1.1,[http/1.1]}{127.0.0.1:51388}
[junit4] 2> 2721023 INFO (jetty-launcher-4262-thread-3) [ ]
o.e.j.s.Server Started @2727837ms
[junit4] 2> 2721023 INFO (jetty-launcher-4262-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=51388}
[junit4] 2> 2721023 ERROR (jetty-launcher-4262-thread-3) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2721023 INFO (jetty-launcher-4262-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.6.0
[junit4] 2> 2721024 INFO (jetty-launcher-4262-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2721024 INFO (jetty-launcher-4262-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2721024 INFO (jetty-launcher-4262-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-04-30T05:54:20.995Z
[junit4] 2> 2721026 INFO (jetty-launcher-4262-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@401b5d8a{/solr,null,AVAILABLE}
[junit4] 2> 2721027 INFO (jetty-launcher-4262-thread-4) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2721027 INFO (jetty-launcher-4262-thread-2) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@3bbf1c03{HTTP/1.1,[http/1.1]}{127.0.0.1:51389}
[junit4] 2> 2721027 INFO (jetty-launcher-4262-thread-2) [ ]
o.e.j.s.Server Started @2727842ms
[junit4] 2> 2721027 INFO (jetty-launcher-4262-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=51389}
[junit4] 2> 2721027 ERROR (jetty-launcher-4262-thread-2) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2721027 INFO (jetty-launcher-4262-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2721028 INFO (jetty-launcher-4262-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.6.0
[junit4] 2> 2721028 INFO (jetty-launcher-4262-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2721028 INFO (jetty-launcher-4262-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2721028 INFO (jetty-launcher-4262-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-04-30T05:54:20.999Z
[junit4] 2> 2721031 INFO (jetty-launcher-4262-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2721037 INFO (jetty-launcher-4262-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2721040 INFO (jetty-launcher-4262-thread-4) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 2721041 INFO (jetty-launcher-4262-thread-3) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 2721041 INFO (jetty-launcher-4262-thread-1) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 2721042 INFO (jetty-launcher-4262-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51382/solr
[junit4] 2> 2721042 INFO (jetty-launcher-4262-thread-4) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51382/solr
[junit4] 2> 2721043 INFO (jetty-launcher-4262-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51382/solr
[junit4] 2> 2721047 INFO (jetty-launcher-4262-thread-2) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 2721048 INFO (jetty-launcher-4262-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51382/solr
[junit4] 2> 2721095 INFO (jetty-launcher-4262-thread-4)
[n:127.0.0.1:51384_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2721095 INFO (jetty-launcher-4262-thread-3)
[n:127.0.0.1:51388_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2721095 INFO (jetty-launcher-4262-thread-2)
[n:127.0.0.1:51389_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2721095 INFO (jetty-launcher-4262-thread-1)
[n:127.0.0.1:51385_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2721096 INFO (jetty-launcher-4262-thread-4)
[n:127.0.0.1:51384_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:51384_solr
[junit4] 2> 2721098 INFO (jetty-launcher-4262-thread-3)
[n:127.0.0.1:51388_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:51388_solr
[junit4] 2> 2721098 INFO (jetty-launcher-4262-thread-2)
[n:127.0.0.1:51389_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:51389_solr
[junit4] 2> 2721098 INFO (jetty-launcher-4262-thread-1)
[n:127.0.0.1:51385_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:51385_solr
[junit4] 2> 2721099 INFO (jetty-launcher-4262-thread-4)
[n:127.0.0.1:51384_solr ] o.a.s.c.Overseer Overseer
(id=97880090925596681-127.0.0.1:51384_solr-n_0000000000) starting
[junit4] 2> 2721102 INFO
(zkCallback-4281-thread-1-processing-n:127.0.0.1:51388_solr)
[n:127.0.0.1:51388_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 2721102 INFO
(zkCallback-4282-thread-1-processing-n:127.0.0.1:51384_solr)
[n:127.0.0.1:51384_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 2721103 INFO
(zkCallback-4284-thread-1-processing-n:127.0.0.1:51389_solr)
[n:127.0.0.1:51389_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 2721103 INFO
(zkCallback-4283-thread-1-processing-n:127.0.0.1:51385_solr)
[n:127.0.0.1:51385_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 2721175 INFO (jetty-launcher-4262-thread-4)
[n:127.0.0.1:51384_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:51384_solr
[junit4] 2> 2721179 INFO
(zkCallback-4282-thread-1-processing-n:127.0.0.1:51384_solr)
[n:127.0.0.1:51384_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 2721180 INFO
(zkCallback-4281-thread-1-processing-n:127.0.0.1:51388_solr)
[n:127.0.0.1:51388_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 2721180 INFO
(zkCallback-4284-thread-1-processing-n:127.0.0.1:51389_solr)
[n:127.0.0.1:51389_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 2721181 INFO
(zkCallback-4283-thread-1-processing-n:127.0.0.1:51385_solr)
[n:127.0.0.1:51385_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 2721544 INFO (jetty-launcher-4262-thread-2)
[n:127.0.0.1:51389_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_983568AFD70706FB-001/tempDir-001/node2/.
[junit4] 2> 2721545 INFO (jetty-launcher-4262-thread-3)
[n:127.0.0.1:51388_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_983568AFD70706FB-001/tempDir-001/node3/.
[junit4] 2> 2721548 INFO (jetty-launcher-4262-thread-1)
[n:127.0.0.1:51385_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_983568AFD70706FB-001/tempDir-001/node1/.
[junit4] 2> 2721552 INFO (jetty-launcher-4262-thread-4)
[n:127.0.0.1:51384_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_983568AFD70706FB-001/tempDir-001/node4/.
[junit4] 2> 2723106 INFO
(SUITE-CustomCollectionTest-seed#[983568AFD70706FB]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 2723108 INFO
(SUITE-CustomCollectionTest-seed#[983568AFD70706FB]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:51382/solr ready
[junit4] 2> 2723207 INFO
(TEST-CustomCollectionTest.testRouteFieldForHashRouter-seed#[983568AFD70706FB])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testRouteFieldForHashRouter
[junit4] 2> 2723209 INFO
(TEST-CustomCollectionTest.testRouteFieldForHashRouter-seed#[983568AFD70706FB])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 2723216 INFO (qtp746156817-17808) [n:127.0.0.1:51384_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> 2723220 INFO
(OverseerThreadFactory-7928-thread-1-processing-n:127.0.0.1:51384_solr)
[n:127.0.0.1:51384_solr ] o.a.s.c.CreateCollectionCmd Create collection
routeFieldColl
[junit4] 2> 2723339 INFO (qtp746156817-17809) [n:127.0.0.1:51384_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> 2723339 INFO (qtp746156817-17809) [n:127.0.0.1:51384_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 2723340 INFO (qtp746156817-17810) [n:127.0.0.1:51384_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> 2723344 INFO (qtp833260092-17804) [n:127.0.0.1:51385_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> 2723344 INFO (qtp833260092-17816) [n:127.0.0.1:51385_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> 2723344 INFO (qtp1748932821-17826) [n:127.0.0.1:51388_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> 2723345 INFO (qtp833260092-17816) [n:127.0.0.1:51385_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 2723345 INFO (qtp707856438-17840) [n:127.0.0.1:51389_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> 2723345 INFO (qtp1748932821-17826) [n:127.0.0.1:51388_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 2723345 INFO (qtp707856438-17840) [n:127.0.0.1:51389_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 2723344 INFO (qtp707856438-17838) [n:127.0.0.1:51389_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> 2723349 INFO (qtp1748932821-17827) [n:127.0.0.1:51388_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> 2723481 INFO
(zkCallback-4281-thread-1-processing-n:127.0.0.1:51388_solr)
[n:127.0.0.1:51388_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> 2723481 INFO
(zkCallback-4284-thread-1-processing-n:127.0.0.1:51389_solr)
[n:127.0.0.1:51389_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> 2723481 INFO
(zkCallback-4283-thread-1-processing-n:127.0.0.1:51385_solr)
[n:127.0.0.1:51385_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> 2723481 INFO
(zkCallback-4282-thread-1-processing-n:127.0.0.1:51384_solr)
[n:127.0.0.1:51384_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> 2724400 INFO (qtp746156817-17810) [n:127.0.0.1:51384_solr
c:routeFieldColl s:shard4 x:routeFieldColl_shard4_replica2] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.6.0
[junit4] 2> 2724401 INFO (qtp1748932821-17827) [n:127.0.0.1:51388_solr
c:routeFieldColl s:shard4 x:routeFieldColl_shard4_replica1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.6.0
[junit4] 2> 2724405 INFO (qtp833260092-17816) [n:127.0.0.1:51385_solr
c:routeFieldColl s:shard3 x:routeFieldColl_shard3_replica2] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.6.0
[junit4] 2> 2724407 INFO (qtp707856438-17840) [n:127.0.0.1:51389_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.6.0
[junit4] 2> 2724408 INFO (qtp833260092-17804) [n:127.0.0.1:51385_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica2] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.6.0
[junit4] 2> 2724421 INFO (qtp707856438-17838) [n:127.0.0.1:51389_solr
c:routeFieldColl s:shard3 x:routeFieldColl_shard3_replica1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.6.0
[junit4] 2> 2724421 INFO (qtp746156817-17809) [n:127.0.0.1:51384_solr
c:routeFieldColl s:shard2 x:routeFieldColl_shard2_replica2] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.6.0
[junit4] 2> 2724428 INFO (qtp1748932821-17826) [n:127.0.0.1:51388_solr
c:routeFieldColl s:shard2 x:routeFieldColl_shard2_replica1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.6.0
[junit4] 2> 2724432 INFO (qtp746156817-17810) [n:127.0.0.1:51384_solr
c:routeFieldColl s:shard4 x:routeFieldColl_shard4_replica2]
o.a.s.s.IndexSchema [routeFieldColl_shard4_replica2] Schema name=cloud-dynamic
[junit4] 2> 2724432 INFO (qtp1748932821-17827) [n:127.0.0.1:51388_solr
c:routeFieldColl s:shard4 x:routeFieldColl_shard4_replica1]
o.a.s.s.IndexSchema [routeFieldColl_shard4_replica1] Schema name=cloud-dynamic
[junit4] 2> 2724436 INFO (qtp833260092-17816) [n:127.0.0.1:51385_solr
c:routeFieldColl s:shard3 x:routeFieldColl_shard3_replica2]
o.a.s.s.IndexSchema [routeFieldColl_shard3_replica2] Schema name=cloud-dynamic
[junit4] 2> 2724447 INFO (qtp833260092-17804) [n:127.0.0.1:51385_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica2]
o.a.s.s.IndexSchema [routeFieldColl_shard1_replica2] Schema name=cloud-dynamic
[junit4] 2> 2724449 INFO (qtp746156817-17809) [n:127.0.0.1:51384_solr
c:routeFieldColl s:shard2 x:routeFieldColl_shard2_replica2]
o.a.s.s.IndexSchema [routeFieldColl_shard2_replica2] Schema name=cloud-dynamic
[junit4] 2> 2724450 INFO (qtp707856438-17840) [n:127.0.0.1:51389_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica1]
o.a.s.s.IndexSchema [routeFieldColl_shard1_replica1] Schema name=cloud-dynamic
[junit4] 2> 2724478 WARN (qtp833260092-17804) [n:127.0.0.1:51385_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> 2724479 INFO (qtp833260092-17804) [n:127.0.0.1:51385_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> 2724479 INFO (qtp833260092-17804) [n:127.0.0.1:51385_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica2]
o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard1_replica2' using
configuration from collection routeFieldColl, trusted=true
[junit4] 2> 2724480 INFO (qtp833260092-17804) [n:127.0.0.1:51385_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica2] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 2724480 INFO (qtp833260092-17804) [n:127.0.0.1:51385_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/J0/temp/solr.cloud.CustomCollectionTest_983568AFD70706FB-001/tempDir-001/node1/routeFieldColl_shard1_replica2],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_983568AFD70706FB-001/tempDir-001/node1/./routeFieldColl_shard1_replica2/data/]
[junit4] 2> 2724489 WARN (qtp707856438-17840) [n:127.0.0.1:51389_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> 2724490 INFO (qtp707856438-17840) [n:127.0.0.1:51389_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> 2724490 INFO (qtp707856438-17840) [n:127.0.0.1:51389_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica1]
o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard1_replica1' using
configuration from collection routeFieldColl, trusted=true
[junit4] 2> 2724490 INFO (qtp707856438-17840) [n:127.0.0.1:51389_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 2724490 INFO (qtp707856438-17840) [n:127.0.0.1:51389_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/J0/temp/solr.cloud.CustomCollectionTest_983568AFD70706FB-001/tempDir-001/node2/routeFieldColl_shard1_replica1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_983568AFD70706FB-001/tempDir-001/node2/./routeFieldColl_shard1_replica1/data/]
[junit4] 2> 2724509 INFO (qtp707856438-17838) [n:127.0.0.1:51389_solr
c:routeFieldColl s:shard3 x:routeFieldColl_shard3_replica1]
o.a.s.s.IndexSchema [routeFieldColl_shard3_replica1] Schema name=cloud-dynamic
[junit4] 2> 2724518 WARN (qtp1748932821-17827) [n:127.0.0.1:51388_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> 2724519 INFO (qtp1748932821-17827) [n:127.0.0.1:51388_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> 2724519 INFO (qtp1748932821-17827) [n:127.0.0.1:51388_solr
c:routeFieldColl s:shard4 x:routeFieldColl_shard4_replica1]
o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard4_replica1' using
configuration from collection routeFieldColl, trusted=true
[junit4] 2> 2724519 INFO (qtp1748932821-17827) [n:127.0.0.1:51388_solr
c:routeFieldColl s:shard4 x:routeFieldColl_shard4_replica1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 2724519 INFO (qtp1748932821-17827) [n:127.0.0.1:51388_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/J0/temp/solr.cloud.CustomCollectionTest_983568AFD70706FB-001/tempDir-001/node3/routeFieldColl_shard4_replica1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_983568AFD70706FB-001/tempDir-001/node3/./routeFieldColl_shard4_replica1/data/]
[junit4] 2> 2724521 WARN (qtp746156817-17810) [n:127.0.0.1:51384_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> 2724522 INFO (qtp746156817-17810) [n:127.0.0.1:51384_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> 2724522 INFO (qtp746156817-17810) [n:127.0.0.1:51384_solr
c:routeFieldColl s:shard4 x:routeFieldColl_shard4_replica2]
o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard4_replica2' using
configuration from collection routeFieldColl, trusted=true
[junit4] 2> 2724523 INFO (qtp746156817-17810) [n:127.0.0.1:51384_solr
c:routeFieldColl s:shard4 x:routeFieldColl_shard4_replica2] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 2724523 INFO (qtp746156817-17810) [n:127.0.0.1:51384_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/J0/temp/solr.cloud.CustomCollectionTest_983568AFD70706FB-001/tempDir-001/node4/routeFieldColl_shard4_replica2],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_983568AFD70706FB-001/tempDir-001/node4/./routeFieldColl_shard4_replica2/data/]
[junit4] 2> 2724539 WARN (qtp833260092-17816) [n:127.0.0.1:51385_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> 2724539 INFO (qtp833260092-17816) [n:127.0.0.1:51385_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> 2724540 INFO (qtp833260092-17816) [n:127.0.0.1:51385_solr
c:routeFieldColl s:shard3 x:routeFieldColl_shard3_replica2]
o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard3_replica2' using
configuration from collection routeFieldColl, trusted=true
[junit4] 2> 2724540 INFO (qtp833260092-17816) [n:127.0.0.1:51385_solr
c:routeFieldColl s:shard3 x:routeFieldColl_shard3_replica2] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 2724540 INFO (qtp833260092-17816) [n:127.0.0.1:51385_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/J0/temp/solr.cloud.CustomCollectionTest_983568AFD70706FB-001/tempDir-001/node1/routeFieldColl_shard3_replica2],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_983568AFD70706FB-001/tempDir-001/node1/./routeFieldColl_shard3_replica2/data/]
[junit4] 2> 2724544 WARN (qtp746156817-17809) [n:127.0.0.1:51384_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> 2724545 INFO (qtp746156817-17809) [n:127.0.0.1:51384_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> 2724545 INFO (qtp746156817-17809) [n:127.0.0.1:51384_solr
c:routeFieldColl s:shard2 x:routeFieldColl_shard2_replica2]
o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard2_replica2' using
configuration from collection routeFieldColl, trusted=true
[junit4] 2> 2724546 INFO (qtp746156817-17809) [n:127.0.0.1:51384_solr
c:routeFieldColl s:shard2 x:routeFieldColl_shard2_replica2] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 2724546 INFO (qtp746156817-17809) [n:127.0.0.1:51384_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/J0/temp/solr.cloud.CustomCollectionTest_983568AFD70706FB-001/tempDir-001/node4/routeFieldColl_shard2_replica2],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_983568AFD70706FB-001/tempDir-001/node4/./routeFieldColl_shard2_replica2/data/]
[junit4] 2> 2724546 WARN (qtp707856438-17838) [n:127.0.0.1:51389_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> 2724546 INFO (qtp707856438-17838) [n:127.0.0.1:51389_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> 2724546 INFO (qtp707856438-17838) [n:127.0.0.1:51389_solr
c:routeFieldColl s:shard3 x:routeFieldColl_shard3_replica1]
o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard3_replica1' using
configuration from collection routeFieldColl, trusted=true
[junit4] 2> 2724547 INFO (qtp707856438-17838) [n:127.0.0.1:51389_solr
c:routeFieldColl s:shard3 x:routeFieldColl_shard3_replica1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 2724547 INFO (qtp707856438-17838) [n:127.0.0.1:51389_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/J0/temp/solr.cloud.CustomCollectionTest_983568AFD70706FB-001/tempDir-001/node2/routeFieldColl_shard3_replica1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_983568AFD70706FB-001/tempDir-001/node2/./routeFieldColl_shard3_replica1/data/]
[junit4] 2> 2724550 INFO (qtp1748932821-17826) [n:127.0.0.1:51388_solr
c:routeFieldColl s:shard2 x:routeFieldColl_shard2_replica1]
o.a.s.s.IndexSchema [routeFieldColl_shard2_replica1] Schema name=cloud-dynamic
[junit4] 2> 2724567 WARN (qtp1748932821-17826) [n:127.0.0.1:51388_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> 2724568 INFO (qtp1748932821-17826) [n:127.0.0.1:51388_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> 2724568 INFO (qtp1748932821-17826) [n:127.0.0.1:51388_solr
c:routeFieldColl s:shard2 x:routeFieldColl_shard2_replica1]
o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard2_replica1' using
configuration from collection routeFieldColl, trusted=true
[junit4] 2> 2724568 INFO (qtp1748932821-17826) [n:127.0.0.1:51388_solr
c:routeFieldColl s:shard2 x:routeFieldColl_shard2_replica1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 2724568 INFO (qtp1748932821-17826) [n:127.0.0.1:51388_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/J0/temp/solr.cloud.CustomCollectionTest_983568AFD70706FB-001/tempDir-001/node3/routeFieldColl_shard2_replica1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_983568AFD70706FB-001/tempDir-001/node3/./routeFieldColl_shard2_replica1/data/]
[junit4] 2> 2724699 INFO (qtp833260092-17804) [n:127.0.0.1:51385_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica2]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 2724699 INFO (qtp833260092-17804) [n:127.0.0.1:51385_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> 2724701 INFO (qtp833260092-17804) [n:127.0.0.1:51385_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2724701 INFO (qtp833260092-17804) [n:127.0.0.1:51385_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2724702 INFO (qtp1748932821-17827) [n:127.0.0.1:51388_solr
c:routeFieldColl s:shard4 x:routeFieldColl_shard4_replica1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 2724702 INFO (qtp1748932821-17827) [n:127.0.0.1:51388_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> 2724709 INFO (qtp833260092-17804) [n:127.0.0.1:51385_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica2]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@29491434[routeFieldColl_shard1_replica2] main]
[junit4] 2> 2724717 INFO (qtp707856438-17840) [n:127.0.0.1:51389_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 2724717 INFO (qtp707856438-17840) [n:127.0.0.1:51389_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> 2724719 INFO (qtp1748932821-17827) [n:127.0.0.1:51388_solr
c:routeFieldColl s:shard4 x:routeFieldColl_shard4_replica1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2724719 INFO (qtp1748932821-17827) [n:127.0.0.1:51388_solr
c:routeFieldColl s:shard4 x:routeFieldColl_shard4_replica1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2724720 INFO (qtp746156817-17809) [n:127.0.0.1:51384_solr
c:routeFieldColl s:shard2 x:routeFieldColl_shard2_replica2]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 2724720 INFO (qtp746156817-17809) [n:127.0.0.1:51384_solr
c:routeFieldColl s:shard2 x:routeFieldColl_shard2_replica2] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2724721 INFO (qtp746156817-17809) [n:127.0.0.1:51384_solr
c:routeFieldColl s:shard2 x:routeFieldColl_shard2_replica2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2724721 INFO (qtp746156817-17809) [n:127.0.0.1:51384_solr
c:routeFieldColl s:shard2 x:routeFieldColl_shard2_replica2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2724724 INFO (qtp707856438-17840) [n:127.0.0.1:51389_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2724724 INFO (qtp707856438-17840) [n:127.0.0.1:51389_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2724729 INFO (qtp833260092-17804) [n:127.0.0.1:51385_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica2]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 2724730 INFO (qtp833260092-17804) [n:127.0.0.1:51385_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica2]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 2724730 INFO (qtp833260092-17804) [n:127.0.0.1:51385_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2724730 INFO (qtp833260092-17804) [n:127.0.0.1:51385_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica2] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1566081458845515776
[junit4] 2> 2724730 INFO
(searcherExecutor-7937-thread-1-processing-n:127.0.0.1:51385_solr
x:routeFieldColl_shard1_replica2 s:shard1 c:routeFieldColl)
[n:127.0.0.1:51385_solr c:routeFieldColl s:shard1
x:routeFieldColl_shard1_replica2] o.a.s.c.SolrCore
[routeFieldColl_shard1_replica2] Registered new searcher
Searcher@29491434[routeFieldColl_shard1_replica2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2724731 INFO (qtp707856438-17838) [n:127.0.0.1:51389_solr
c:routeFieldColl s:shard3 x:routeFieldColl_shard3_replica1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 2724731 INFO (qtp707856438-17838) [n:127.0.0.1:51389_solr
c:routeFieldColl s:shard3 x:routeFieldColl_shard3_replica1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2724733 INFO (qtp707856438-17838) [n:127.0.0.1:51389_solr
c:routeFieldColl s:shard3 x:routeFieldColl_shard3_replica1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2724733 INFO (qtp707856438-17838) [n:127.0.0.1:51389_solr
c:routeFieldColl s:shard3 x:routeFieldColl_shard3_replica1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2724733 INFO (qtp746156817-17810) [n:127.0.0.1:51384_solr
c:routeFieldColl s:shard4 x:routeFieldColl_shard4_replica2]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 2724733 INFO (qtp746156817-17810) [n:127.0.0.1:51384_solr
c:routeFieldColl s:shard4 x:routeFieldColl_shard4_replica2] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2724736 INFO (qtp746156817-17810) [n:127.0.0.1:51384_solr
c:routeFieldColl s:shard4 x:routeFieldColl_shard4_replica2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2724736 INFO (qtp746156817-17810) [n:127.0.0.1:51384_solr
c:routeFieldColl s:shard4 x:routeFieldColl_shard4_replica2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2724737 INFO (qtp833260092-17816) [n:127.0.0.1:51385_solr
c:routeFieldColl s:shard3 x:routeFieldColl_shard3_replica2]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 2724737 INFO (qtp833260092-17816) [n:127.0.0.1:51385_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> 2724740 INFO (qtp833260092-17816) [n:127.0.0.1:51385_solr
c:routeFieldColl s:shard3 x:routeFieldColl_shard3_replica2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2724740 INFO (qtp833260092-17816) [n:127.0.0.1:51385_solr
c:routeFieldColl s:shard3 x:routeFieldColl_shard3_replica2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2724742 INFO (qtp833260092-17804) [n:127.0.0.1:51385_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica2]
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for
shard shard1: total=2 found=1 timeoutin=9999ms
[junit4] 2> 2724742 INFO (qtp1748932821-17826) [n:127.0.0.1:51388_solr
c:routeFieldColl s:shard2 x:routeFieldColl_shard2_replica1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 2724742 INFO (qtp1748932821-17826) [n:127.0.0.1:51388_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> 2724743 INFO (qtp1748932821-17827) [n:127.0.0.1:51388_solr
c:routeFieldColl s:shard4 x:routeFieldColl_shard4_replica1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@27dc5d41[routeFieldColl_shard4_replica1] main]
[junit4] 2> 2724745 INFO (qtp746156817-17809) [n:127.0.0.1:51384_solr
c:routeFieldColl s:shard2 x:routeFieldColl_shard2_replica2]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@66aa747b[routeFieldColl_shard2_replica2] main]
[junit4] 2> 2724745 INFO (qtp1748932821-17827) [n:127.0.0.1:51388_solr
c:routeFieldColl s:shard4 x:routeFieldColl_shard4_replica1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 2724745 INFO (qtp1748932821-17827) [n:127.0.0.1:51388_solr
c:routeFieldColl s:shard4 x:routeFieldColl_shard4_replica1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 2724745 INFO (qtp1748932821-17827) [n:127.0.0.1:51388_solr
c:routeFieldColl s:shard4 x:routeFieldColl_shard4_replica1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2724746 INFO (qtp1748932821-17827) [n:127.0.0.1:51388_solr
c:routeFieldColl s:shard4 x:routeFieldColl_shard4_replica1] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1566081458862292992
[junit4] 2> 2724746 INFO
(searcherExecutor-7939-thread-1-processing-n:127.0.0.1:51388_solr
x:routeFieldColl_shard4_replica1 s:shard4 c:routeFieldColl)
[n:127.0.0.1:51388_solr c:routeFieldColl s:shard4
x:routeFieldColl_shard4_replica1] o.a.s.c.SolrCore
[routeFieldColl_shard4_replica1] Registered new searcher
Searcher@27dc5d41[routeFieldColl_shard4_replica1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2724746 INFO (qtp746156817-17809) [n:127.0.0.1:51384_solr
c:routeFieldColl s:shard2 x:routeFieldColl_shard2_replica2]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 2724746 INFO (qtp1748932821-17826) [n:127.0.0.1:51388_solr
c:routeFieldColl s:shard2 x:routeFieldColl_shard2_replica1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2724746 INFO (qtp1748932821-17826) [n:127.0.0.1:51388_solr
c:routeFieldColl s:shard2 x:routeFieldColl_shard2_replica1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2724747 INFO (qtp746156817-17809) [n:127.0.0.1:51384_solr
c:routeFieldColl s:shard2 x:routeFieldColl_shard2_replica2]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 2724747 INFO (qtp746156817-17809) [n:127.0.0.1:51384_solr
c:routeFieldColl s:shard2 x:routeFieldColl_shard2_replica2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2724747 INFO (qtp746156817-17809) [n:127.0.0.1:51384_solr
c:routeFieldColl s:shard2 x:routeFieldColl_shard2_replica2] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1566081458863341568
[junit4] 2> 2724747 INFO
(searcherExecutor-7942-thread-1-processing-n:127.0.0.1:51384_solr
x:routeFieldColl_shard2_replica2 s:shard2 c:routeFieldColl)
[n:127.0.0.1:51384_solr c:routeFieldColl s:shard2
x:routeFieldColl_shard2_replica2] o.a.s.c.SolrCore
[routeFieldColl_shard2_replica2] Registered new searcher
Searcher@66aa747b[routeFieldColl_shard2_replica2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2724747 INFO (qtp707856438-17840) [n:127.0.0.1:51389_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@2a51aa15[routeFieldColl_shard1_replica1] main]
[junit4] 2> 2724749 INFO (qtp707856438-17838) [n:127.0.0.1:51389_solr
c:routeFieldColl s:shard3 x:routeFieldColl_shard3_replica1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@11acd496[routeFieldColl_shard3_replica1] main]
[junit4] 2> 2724752 INFO (qtp707856438-17840) [n:127.0.0.1:51389_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 2724752 INFO (qtp707856438-17838) [n:127.0.0.1:51389_solr
c:routeFieldColl s:shard3 x:routeFieldColl_shard3_replica1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 2724753 INFO (qtp707856438-17840) [n:127.0.0.1:51389_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 2724753 INFO (qtp707856438-17838) [n:127.0.0.1:51389_solr
c:routeFieldColl s:shard3 x:routeFieldColl_shard3_replica1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 2724753 INFO (qtp707856438-17840) [n:127.0.0.1:51389_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2724753 INFO (qtp707856438-17838) [n:127.0.0.1:51389_solr
c:routeFieldColl s:shard3 x:routeFieldColl_shard3_replica1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2724753 INFO
(searcherExecutor-7938-thread-1-processing-n:127.0.0.1:51389_solr
x:routeFieldColl_shard1_replica1 s:shard1 c:routeFieldColl)
[n:127.0.0.1:51389_solr c:routeFieldColl s:shard1
x:routeFieldColl_shard1_replica1] o.a.s.c.SolrCore
[routeFieldColl_shard1_replica1] Registered new searcher
Searcher@2a51aa15[routeFieldColl_shard1_replica1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2724753 INFO
(searcherExecutor-7943-thread-1-processing-n:127.0.0.1:51389_solr
x:routeFieldColl_shard3_replica1 s:shard3 c:routeFieldColl)
[n:127.0.0.1:51389_solr c:routeFieldColl s:shard3
x:routeFieldColl_shard3_replica1] o.a.s.c.SolrCore
[routeFieldColl_shard3_replica1] Registered new searcher
Searcher@11acd496[routeFieldColl_shard3_replica1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2724754 INFO (qtp707856438-17838) [n:127.0.0.1:51389_solr
c:routeFieldColl s:shard3 x:routeFieldColl_shard3_replica1] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1566081458870681600
[junit4] 2> 2724754 INFO (qtp707856438-17840) [n:127.0.0.1:51389_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica1] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1566081458870681600
[junit4] 2> 2724762 INFO (qtp1748932821-17827) [n:127.0.0.1:51388_solr
c:routeFieldColl s:shard4 x:routeFieldColl_shard4_replica1]
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for
shard shard4: total=2 found=1 timeoutin=9999ms
[junit4] 2> 2724762 INFO (qtp746156817-17809) [n:127.0.0.1:51384_solr
c:routeFieldColl s:shard2 x:routeFieldColl_shard2_replica2]
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for
shard shard2: total=2 found=1 timeoutin=9997ms
[junit4] 2> 2724764 INFO (qtp746156817-17810) [n:127.0.0.1:51384_solr
c:routeFieldColl s:shard4 x:routeFieldColl_shard4_replica2]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@74f7fa35[routeFieldColl_shard4_replica2] main]
[junit4] 2> 2724770 INFO (qtp746156817-17810) [n:127.0.0.1:51384_solr
c:routeFieldColl s:shard4 x:routeFieldColl_shard4_replica2]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 2724771 INFO (qtp746156817-17810) [n:127.0.0.1:51384_solr
c:routeFieldColl s:shard4 x:routeFieldColl_shard4_replica2]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 2724771 INFO (qtp746156817-17810) [n:127.0.0.1:51384_solr
c:routeFieldColl s:shard4 x:routeFieldColl_shard4_replica2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2724771 INFO
(searcherExecutor-7940-thread-1-processing-n:127.0.0.1:51384_solr
x:routeFieldColl_shard4_replica2 s:shard4 c:routeFieldColl)
[n:127.0.0.1:51384_solr c:routeFieldColl s:shard4
x:routeFieldColl_shard4_replica2] o.a.s.c.SolrCore
[routeFieldColl_shard4_replica2] Registered new searcher
Searcher@74f7fa35[routeFieldColl_shard4_replica2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2724771 INFO (qtp746156817-17810) [n:127.0.0.1:51384_solr
c:routeFieldColl s:shard4 x:routeFieldColl_shard4_replica2] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1566081458888507392
[junit4] 2> 2724772 INFO (qtp833260092-17816) [n:127.0.0.1:51385_solr
c:routeFieldColl s:shard3 x:routeFieldColl_shard3_replica2]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@3f3470d7[routeFieldColl_shard3_replica2] main]
[junit4] 2> 2724776 INFO (qtp707856438-17838) [n:127.0.0.1:51389_solr
c:routeFieldColl s:shard3 x:routeFieldColl_shard3_replica1]
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for
shard shard3: total=2 found=1 timeoutin=9999ms
[junit4] 2> 2724780 INFO (qtp833260092-17816) [n:127.0.0.1:51385_solr
c:routeFieldColl s:shard3 x:routeFieldColl_shard3_replica2]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 2724780 INFO (qtp1748932821-17826) [n:127.0.0.1:51388_solr
c:routeFieldColl s:shard2 x:routeFieldColl_shard2_replica1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@12bf3c58[routeFieldColl_shard2_replica1] main]
[junit4] 2> 2724781 INFO (qtp833260092-17816) [n:127.0.0.1:51385_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> 2724781 INFO (qtp833260092-17816) [n:127.0.0.1:51385_solr
c:routeFieldColl s:shard3 x:routeFieldColl_shard3_replica2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2724781 INFO
(searcherExecutor-7941-thread-1-processing-n:127.0.0.1:51385_solr
x:routeFieldColl_shard3_replica2 s:shard3 c:routeFieldColl)
[n:127.0.0.1:51385_solr c:routeFieldColl s:shard3
x:routeFieldColl_shard3_replica2] o.a.s.c.SolrCore
[routeFieldColl_shard3_replica2] Registered new searcher
Searcher@3f3470d7[routeFieldColl_shard3_replica2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2724782 INFO (qtp833260092-17816) [n:127.0.0.1:51385_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
1566081458900041728
[junit4] 2> 2724782 INFO (qtp1748932821-17826) [n:127.0.0.1:51388_solr
c:routeFieldColl s:shard2 x:routeFieldColl_shard2_replica1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 2724783 INFO (qtp1748932821-17826) [n:127.0.0.1:51388_solr
c:routeFieldColl s:shard2 x:routeFieldColl_shard2_replica1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 2724783 INFO (qtp1748932821-17826) [n:127.0.0.1:51388_solr
c:routeFieldColl s:shard2 x:routeFieldColl_shard2_replica1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2724783 INFO
(searcherExecutor-7944-thread-1-processing-n:127.0.0.1:51388_solr
x:routeFieldColl_shard2_replica1 s:shard2 c:routeFieldColl)
[n:127.0.0.1:51388_solr c:routeFieldColl s:shard2
x:routeFieldColl_shard2_replica1] o.a.s.c.SolrCore
[routeFieldColl_shard2_replica1] Registered new searcher
Searcher@12bf3c58[routeFieldColl_shard2_replica1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2724784 INFO (qtp1748932821-17826) [n:127.0.0.1:51388_solr
c:routeFieldColl s:shard2 x:routeFieldColl_shard2_replica1] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1566081458902138880
[junit4] 2> 2724882 INFO
(zkCallback-4282-thread-1-processing-n:127.0.0.1:51384_solr)
[n:127.0.0.1:51384_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> 2724882 INFO
(zkCallback-4281-thread-1-processing-n:127.0.0.1:51388_solr)
[n:127.0.0.1:51388_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> 2724882 INFO
(zkCallback-4284-thread-1-processing-n:127.0.0.1:51389_solr)
[n:127.0.0.1:51389_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> 2724882 INFO
(zkCallback-4283-thread-1-processing-n:127.0.0.1:51385_solr)
[n:127.0.0.1:51385_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> 2725253 INFO (qtp833260092-17804) [n:127.0.0.1:51385_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica2]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 2725253 INFO (qtp833260092-17804) [n:127.0.0.1:51385_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica2]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 2725253 INFO (qtp833260092-17804) [n:127.0.0.1:51385_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica2]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:51385/solr/routeFieldColl_shard1_replica2/
[junit4] 2> 2725253 INFO (qtp833260092-17804) [n:127.0.0.1:51385_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica2] o.a.s.u.PeerSync
PeerSync: core=routeFieldColl_shard1_replica2 url=http://127.0.0.1:51385/solr
START replicas=[http://127.0.0.1:51389/solr/routeFieldColl_shard1_replica1/]
nUpdates=100
[junit4] 2> 2725253 INFO (qtp833260092-17804) [n:127.0.0.1:51385_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica2] o.a.s.u.PeerSync
PeerSync: core=routeFieldColl_shard1_replica2 url=http://127.0.0.1:51385/solr
DONE. We have no versions. sync failed.
[junit4] 2> 2725256 INFO (qtp707856438-17842) [n:127.0.0.1:51389_solr
c:routeFieldColl s:shard1 r:core_node3 x:routeFieldColl_shard1_replica1]
o.a.s.c.S.Request [routeFieldColl_shard1_replica1] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 2725256 INFO (qtp833260092-17804) [n:127.0.0.1:51385_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica2]
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the
next candidate
[junit4] 2> 2725256 INFO (qtp833260092-17804) [n:127.0.0.1:51385_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica2]
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we
can't sync in that case - we were active before, so become leader anyway
[junit4] 2> 2725257 INFO (qtp833260092-17804) [n:127.0.0.1:51385_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica2]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 2725263 INFO (qtp1748932821-17827) [n:127.0.0.1:51388_solr
c:routeFieldColl s:shard4 x:routeFieldColl_shard4_replica1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 2725263 INFO (qtp1748932821-17827) [n:127.0.0.1:51388_solr
c:routeFieldColl s:shard4 x:routeFieldColl_shard4_replica1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 2725263 INFO (qtp1748932821-17827) [n:127.0.0.1:51388_solr
c:routeFieldColl s:shard4 x:routeFieldColl_shard4_replica1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:51388/solr/routeFieldColl_shard4_replica1/
[junit4] 2> 2725263 INFO (qtp746156817-17809) [n:127.0.0.1:51384_solr
c:routeFieldColl s:shard2 x:routeFieldColl_shard2_replica2]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 2725263 INFO (qtp746156817-17809) [n:127.0.0.1:51384_solr
c:routeFieldColl s:shard2 x:routeFieldColl_shard2_replica2]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 2725263 INFO (qtp746156817-17809) [n:127.0.0.1:51384_solr
c:routeFieldColl s:shard2 x:routeFieldColl_shard2_replica2]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:51384/solr/routeFieldColl_shard2_replica2/
[junit4] 2> 2725263 INFO (qtp1748932821-17827) [n:127.0.0.1:51388_solr
c:routeFieldColl s:shard4 x:routeFieldColl_shard4_replica1] o.a.s.u.PeerSync
PeerSync: core=routeFieldColl_shard4_replica1 url=http://127.0.0.1:51388/solr
START replicas=[http://127.0.0.1:51384/solr/routeFieldColl_shard4_replica2/]
nUpdates=100
[junit4] 2> 2725263 INFO (qtp746156817-17809) [n:127.0.0.1:51384_solr
c:routeFieldColl s:shard2 x:routeFieldColl_shard2_replica2] o.a.s.u.PeerSync
PeerSync: core=routeFieldColl_shard2_replica2 url=http://127.0.0.1:51384/solr
START replicas=[http://127.0.0.1:51388/solr/routeFieldColl_shard2_replica1/]
nUpdates=100
[junit4] 2> 2725263 INFO (qtp833260092-17804) [n:127.0.0.1:51385_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica2]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:51385/solr/routeFieldColl_shard1_replica2/ shard1
[junit4] 2> 2725263 INFO (qtp1748932821-17827) [n:127.0.0.1:51388_solr
c:routeFieldColl s:shard4 x:routeFieldColl_shard4_replica1] o.a.s.u.PeerSync
PeerSync: core=routeFieldColl_shard4_replica1 url=http://127.0.0.1:51388/solr
DONE. We have no versions. sync failed.
[junit4] 2> 2725264 INFO (qtp746156817-17809) [n:127.0.0.1:51384_solr
c:routeFieldColl s:shard2 x:routeFieldColl_shard2_replica2] o.a.s.u.PeerSync
PeerSync: core=routeFieldColl_shard2_replica2 url=http://127.0.0.1:51384/solr
DONE. We have no versions. sync failed.
[junit4] 2> 2725267 INFO (qtp746156817-17811) [n:127.0.0.1:51384_solr
c:routeFieldColl s:shard4 r:core_node2 x:routeFieldColl_shard4_replica2]
o.a.s.c.S.Request [routeFieldColl_shard4_replica2] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=1
[junit4] 2> 2725267 INFO (qtp1748932821-17829) [n:127.0.0.1:51388_solr
c:routeFieldColl s:shard2 r:core_node7 x:routeFieldColl_shard2_replica1]
o.a.s.c.S.Request [routeFieldColl_shard2_replica1] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=1
[junit4] 2> 2725267 INFO (qtp1748932821-17827) [n:127.0.0.1:51388_solr
c:routeFieldColl s:shard4 x:routeFieldColl_shard4_replica1]
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the
next candidate
[junit4] 2> 2725268 INFO (qtp1748932821-17827) [n:127.0.0.1:51388_solr
c:routeFieldColl s:shard4 x:routeFieldColl_shard4_replica1]
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we
can't sync in that case - we were active before, so become leader anyway
[junit4] 2> 2725268 INFO (qtp1748932821-17827) [n:127.0.0.1:51388_solr
c:routeFieldColl s:shard4 x:routeFieldColl_shard4_replica1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 2725268 INFO (qtp746156817-17809) [n:127.0.0.1:51384_solr
c:routeFieldColl s:shard2 x:routeFieldColl_shard2_replica2]
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the
next candidate
[junit4] 2> 2725268 INFO (qtp746156817-17809) [n:127.0.0.1:51384_solr
c:routeFieldColl s:shard2 x:routeFieldColl_shard2_replica2]
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we
can't sync in that case - we were active before, so become leader anyway
[junit4] 2> 2725268 INFO (qtp746156817-17809) [n:127.0.0.1:51384_solr
c:routeFieldColl s:shard2 x:routeFieldColl_shard2_replica2]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 2725275 INFO (qtp1748932821-17827) [n:127.0.0.1:51388_solr
c:routeFieldColl s:shard4 x:routeFieldColl_shard4_replica1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:51388/solr/routeFieldColl_shard4_replica1/ shard4
[junit4] 2> 2725276 INFO (qtp746156817-17809) [n:127.0.0.1:51384_solr
c:routeFieldColl s:shard2 x:routeFieldColl_shard2_replica2]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:51384/solr/routeFieldColl_shard2_replica2/ shard2
[junit4] 2> 2725286 INFO (qtp707856438-17838) [n:127.0.0.1:51389_solr
c:routeFieldColl s:shard3 x:routeFieldColl_shard3_replica1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 2725286 INFO (qtp707856438-17838) [n:127.0.0.1:51389_solr
c:routeFieldColl s:shard3 x:routeFieldColl_shard3_replica1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 2725286 INFO (qtp707856438-17838) [n:127.0.0.1:51389_solr
c:routeFieldColl s:shard3 x:routeFieldColl_shard3_replica1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:51389/solr/routeFieldColl_shard3_replica1/
[junit4] 2> 2725286 INFO (qtp707856438-17838) [n:127.0.0.1:51389_solr
c:routeFieldColl s:shard3 x:routeFieldColl_shard3_replica1] o.a.s.u.PeerSync
PeerSync: core=routeFieldColl_shard3_replica1 url=http://127.0.0.1:51389/solr
START replicas=[http://127.0.0.1:51385/solr/routeFieldColl_shard3_replica2/]
nUpdates=100
[junit4] 2> 2725287 INFO (qtp707856438-17838) [n:127.0.0.1:51389_solr
c:routeFieldColl s:shard3 x:routeFieldColl_shard3_replica1] o.a.s.u.PeerSync
PeerSync: core=routeFieldColl_shard3_replica1 url=http://127.0.0.1:51389/solr
DONE. We have no versions. sync failed.
[junit4] 2> 2725288 INFO (qtp833260092-17818) [n:127.0.0.1:51385_solr
c:routeFieldColl s:shard3 r:core_node4 x:routeFieldColl_shard3_replica2]
o.a.s.c.S.Request [routeFieldColl_shard3_replica2] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 2725289 INFO (qtp707856438-17838) [n:127.0.0.1:51389_solr
c:routeFieldColl s:shard3 x:routeFieldColl_shard3_replica1]
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the
next candidate
[junit4] 2> 2725289 INFO (qtp707856438-17838) [n:127.0.0.1:51389_solr
c:routeFieldColl s:shard3 x:routeFieldColl_shard3_replica1]
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we
can't sync in that case - we were active before, so become leader anyway
[junit4] 2> 2725289 INFO (qtp707856438-17838) [n:127.0.0.1:51389_solr
c:routeFieldColl s:shard3 x:routeFieldColl_shard3_replica1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 2725295 INFO (qtp707856438-17838) [n:127.0.0.1:51389_solr
c:routeFieldColl s:shard3 x:routeFieldColl_shard3_replica1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:51389/solr/routeFieldColl_shard3_replica1/ shard3
[junit4] 2> 2725408 INFO
(zkCallback-4282-thread-1-processing-n:127.0.0.1:51384_solr)
[n:127.0.0.1:51384_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> 2725408 INFO
(zkCallback-4281-thread-1-processing-n:127.0.0.1:51388_solr)
[n:127.0.0.1:51388_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> 2725409 INFO
(zkCallback-4283-thread-1-processing-n:127.0.0.1:51385_solr)
[n:127.0.0.1:51385_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> 2725408 INFO
(zkCallback-4284-thread-1-processing-n:127.0.0.1:51389_solr)
[n:127.0.0.1:51389_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> 2725437 INFO (qtp833260092-17804) [n:127.0.0.1:51385_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica2]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 2725441 INFO (qtp833260092-17804) [n:127.0.0.1:51385_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica2]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=routeFieldColl_shard1_replica2&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard1&wt=javabin&version=2}
status=0 QTime=2097
[junit4] 2> 2725441 INFO (qtp746156817-17809) [n:127.0.0.1:51384_solr
c:routeFieldColl s:shard2 x:routeFieldColl_shard2_replica2]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 2725444 INFO (qtp746156817-17809) [n:127.0.0.1:51384_solr
c:routeFieldColl s:shard2 x:routeFieldColl_shard2_replica2]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=routeFieldColl_shard2_replica2&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard2&wt=javabin&version=2}
status=0 QTime=2105
[junit4] 2> 2725449 INFO (qtp1748932821-17827) [n:127.0.0.1:51388_solr
c:routeFieldColl s:shard4 x:routeFieldColl_shard4_replica1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 2725453 INFO (qtp1748932821-17827) [n:127.0.0.1:51388_solr
c:routeFieldColl s:shard4 x:routeFieldColl_shard4_replica1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=routeFieldColl_shard4_replica1&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard4&wt=javabin&version=2}
status=0 QTime=2103
[junit4] 2> 2725458 INFO (qtp707856438-17838) [n:127.0.0.1:51389_solr
c:routeFieldColl s:shard3 x:routeFieldColl_shard3_replica1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 2725461 INFO (qtp707856438-17838) [n:127.0.0.1:51389_solr
c:routeFieldColl s:shard3 x:routeFieldColl_shard3_replica1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=routeFieldColl_shard3_replica1&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard3&wt=javabin&version=2}
status=0 QTime=2117
[junit4] 2> 2725575 INFO
(zkCallback-4282-thread-1-processing-n:127.0.0.1:51384_solr)
[n:127.0.0.1:51384_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> 2725575 INFO
(zkCallback-4284-thread-1-processing-n:127.0.0.1:51389_solr)
[n:127.0.0.1:51389_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> 2725575 INFO
(zkCallback-4283-thread-1-processing-n:127.0.0.1:51385_solr)
[n:127.0.0.1:51385_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> 2725575 INFO
(zkCallback-4281-thread-1-processing-n:127.0.0.1:51388_solr)
[n:127.0.0.1:51388_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> 2725787 INFO (qtp746156817-17810) [n:127.0.0.1:51384_solr
c:routeFieldColl s:shard4 x:routeFieldColl_shard4_replica2]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=routeFieldColl_shard4_replica2&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard4&wt=javabin&version=2}
status=0 QTime=2447
[junit4] 2> 2725787 INFO (qtp707856438-17840) [n:127.0.0.1:51389_solr
c:routeFieldColl s:shard1 x:routeFieldColl_shard1_replica1]
o.a.s.s.HttpSolrCall [admin] webapp=null pa
[...truncated too long message...]
[collection1] webapp=null path=null
params={q=id:4&fl=test_mvt_dvu_st_str&wt=xml} hits=1 status=0 QTime=0
[junit4] 2> 4227486 INFO
(TEST-TestUseDocValuesAsStored.testMultivaluedOrdering-seed#[983568AFD70706FB])
[ ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM
INDEX
[junit4] 2> 4227486 INFO
(TEST-TestUseDocValuesAsStored.testMultivaluedOrdering-seed#[983568AFD70706FB])
[ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*}
0 0
[junit4] 2> 4227486 INFO
(TEST-TestUseDocValuesAsStored.testMultivaluedOrdering-seed#[983568AFD70706FB])
[ ] o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 4227486 INFO
(TEST-TestUseDocValuesAsStored.testMultivaluedOrdering-seed#[983568AFD70706FB])
[ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=718940294
[junit4] 2> 4227486 INFO
(TEST-TestUseDocValuesAsStored.testMultivaluedOrdering-seed#[983568AFD70706FB])
[ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 4227487 INFO (coreCloseExecutor-10983-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@349e0774
[junit4] 2> 4227492 INFO (coreCloseExecutor-10983-thread-1) [
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for:
solr.core.collection1
[junit4] 2> 4227495 INFO
(TEST-TestUseDocValuesAsStored.testMultivaluedOrdering-seed#[983568AFD70706FB])
[ ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 4227496 INFO
(TEST-TestUseDocValuesAsStored.testMultivaluedOrdering-seed#[983568AFD70706FB])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testMultivaluedOrdering
[junit4] 2> 4227497 INFO
(SUITE-TestUseDocValuesAsStored-seed#[983568AFD70706FB]-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.schema.TestUseDocValuesAsStored_983568AFD70706FB-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene62): {},
docValues:{}, maxPointsInLeafNode=263, maxMBSortInHeap=5.393539657768358,
sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=mk,
timezone=America/Havana
[junit4] 2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_121
(64-bit)/cpus=3,threads=1,free=95717400,total=518979584
[junit4] 2> NOTE: All tests run in this JVM: [HttpSolrCallGetCoreTest,
TlogReplayBufferedWhileIndexingTest, TestXmlQParser,
TestTrackingShardHandlerFactory, DOMUtilTest, RollingRestartTest,
BigEndianAscendingWordSerializerTest, DocumentBuilderTest,
HdfsTlogReplayBufferedWhileIndexingTest, TestConfigSetProperties,
PreAnalyzedUpdateProcessorTest, SpatialHeatmapFacetsTest,
TestScoreJoinQPNoScore, HdfsWriteToMultipleCollectionsTest, SimplePostToolTest,
CursorPagingTest, TestReqParamsAPI, TestCoreAdminApis,
TestEmbeddedSolrServerConstructors, TestRawResponseWriter, TermsComponentTest,
DistributedFacetPivotSmallAdvancedTest, AtomicUpdatesTest,
ConcurrentDeleteAndCreateCollectionTest, TestDFISimilarityFactory,
TemplateUpdateProcessorTest, TestBM25SimilarityFactory, PeerSyncTest,
HLLSerializationTest, TestHashPartitioner, LeaderInitiatedRecoveryOnCommitTest,
BasicAuthIntegrationTest, TestImpersonationWithHadoopAuth,
ClusterStateUpdateTest, TestRemoteStreaming, TestPerFieldSimilarity,
CollectionStateFormat2Test, CdcrReplicationDistributedZkTest,
TestSha256AuthenticationProvider, OutputWriterTest, OverseerStatusTest,
BaseCdcrDistributedZkTest, PathHierarchyTokenizerFactoryTest,
TestSolrConfigHandler, StatsReloadRaceTest, TestComplexPhraseLeadingWildcard,
TestReRankQParserPlugin, TestSSLRandomization, TestShardHandlerFactory,
MetricsHandlerTest, ReplicationFactorTest, TestDynamicLoading,
TestAuthenticationFramework, TestSchemalessBufferedUpdates, HighlighterTest,
FileUtilsTest, TestSchemaSimilarityResource, TestReplicationHandler,
MigrateRouteKeyTest, DocValuesMultiTest, ZkNodePropsTest, CheckHdfsIndexTest,
DocValuesMissingTest, DateFieldTest, ManagedSchemaRoundRobinCloudTest,
TestDownShardTolerantSearch, TestLegacyFieldCache,
HdfsChaosMonkeySafeLeaderTest, ZkCLITest, TestSurroundQueryParser,
SyncSliceTest, TestClusterStateMutator, HardAutoCommitTest, SampleTest,
TestDeleteCollectionOnDownNodes, DisMaxRequestHandlerTest,
TestJavabinTupleStreamParser, FastVectorHighlighterTest,
TestIBSimilarityFactory, TestRebalanceLeaders, PolyFieldTest,
TestAddFieldRealTimeGet, TestMaxScoreQueryParser, AssignTest,
TestSolr4Spatial2, TestRandomFlRTGCloud, CoreSorterTest,
TestPostingsSolrHighlighter, RequiredFieldsTest, TestSubQueryTransformer,
MultiTermTest, PrimitiveFieldTypeTest, TestCSVResponseWriter,
BlockJoinFacetSimpleTest, TestLazyCores, TestCoreContainer,
TestCloudNestedDocsSort, SimpleFacetsTest, TestFunctionQuery,
SolrMetricManagerTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest,
TestSort, HdfsNNFailoverTest, TestNRTOpen, TestDistribIDF, TestSQLHandler,
SecurityConfHandlerTest, SolrMetricsIntegrationTest,
TestHighlightDedupGrouping, TestSolrConfigHandlerCloud, LargeFieldTest,
TestDynamicFieldCollectionResource, SolrRequestParserTest, TestConfigOverlay,
TestJmxIntegration, TestOverriddenPrefixQueryForCustomFieldType,
ResponseLogComponentTest, TestReloadDeadlock, SystemInfoHandlerTest,
TestRequestForwarding, PeerSyncReplicationTest, TestHashQParserPlugin,
LeaderElectionTest, HdfsBasicDistributedZkTest, DeleteReplicaTest,
AlternateDirectoryTest, TestConfigSetsAPI, TestBinaryField,
TestCloudInspectUtil, TestPhraseSuggestions, TestCopyFieldCollectionResource,
TestFilteredDocIdSet, TestPartialUpdateDeduplication,
TestPKIAuthenticationPlugin, DirectSolrConnectionTest, AddBlockUpdateTest,
TestMacros, HighlighterMaxOffsetTest, TestStressInPlaceUpdates,
IndexSchemaRuntimeFieldTest, NumericFieldsTest, TestTolerantSearch,
TestObjectReleaseTracker, VersionInfoTest, TestBinaryResponseWriter,
RecoveryZkTest, UnloadDistributedZkTest, BlockJoinFacetDistribTest,
TestInfoStreamLogging, TestJsonRequest, SolrGraphiteReporterTest,
DistribDocExpirationUpdateProcessorTest, TestCollationField, JSONWriterTest,
SynonymTokenizerTest, TestDocTermOrds, UtilsToolTest, SpatialRPTFieldTypeTest,
QueryResultKeyTest, PKIAuthenticationIntegrationTest, CurrencyFieldXmlFileTest,
TestCustomSort, HttpPartitionTest, PluginInfoTest, TestPseudoReturnFields,
CachingDirectoryFactoryTest, TestFileDictionaryLookup, TestCharFilters,
MoreLikeThisHandlerTest, ShardRoutingTest, DistributedMLTComponentTest,
TestMultiWordSynonyms, TestFieldTypeCollectionResource, TestRandomFaceting,
TestRandomDVFaceting, ShardRoutingCustomTest, TestDistributedSearch,
TestBadConfig, SoftAutoCommitTest, TestStressLucene, TestTrie,
SpatialFilterTest, TestCSVLoader, SchemaVersionSpecificBehaviorTest,
FieldMutatingUpdateProcessorTest, TestWordDelimiterFilterFactory,
DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest,
XsltUpdateRequestHandlerTest, LukeRequestHandlerTest,
DocumentAnalysisRequestHandlerTest, XmlUpdateRequestHandlerTest,
FieldAnalysisRequestHandlerTest, IndexSchemaTest, ReturnFieldsTest,
MBeansHandlerTest, TestAnalyzedSuggestions, BinaryUpdateRequestHandlerTest,
CSVRequestHandlerTest, TestComponentsName, TestLFUCache,
TestQuerySenderListener, UpdateParamsTest, SolrIndexConfigTest, TestSearchPerf,
TestElisionMultitermQuery, TestConfig, TestFuzzyAnalyzedSuggestions,
TestCodecSupport, TestXIncludeConfig, TestSweetSpotSimilarityFactory,
TestLMJelinekMercerSimilarityFactory, TestFastWriter, TestJmxMonitoredMap,
TimeZoneUtilsTest, TestFastOutputStream, OpenExchangeRatesOrgProviderTest,
URLClassifyProcessorTest, TestFastLRUCache, ChaosMonkeyNothingIsSafeTest,
AsyncCallRequestStatusResponseTest, CdcrBootstrapTest, CollectionsAPISolrJTest,
CustomCollectionTest, DistributedQueueTest, DocValuesNotIndexedTest,
ForceLeaderTest, NodeMutatorTest, OutOfBoxZkACLAndCredentialsProvidersTest,
OverriddenZkACLAndCredentialsProvidersTest, RecoveryAfterSoftCommitTest,
RemoteQueryErrorTest, SSLMigrationTest, SaslZkACLProviderTest,
SharedFSAutoReplicaFailoverTest, SimpleCollectionCreateDeleteTest,
SolrCloudExampleTest, SolrXmlInZkTest, TestCloudDeleteByQuery,
TestCloudPivotFacet, TestCloudPseudoReturnFields, TestCloudRecovery,
TestClusterProperties, TestCollectionAPI, TestConfigSetsAPIZkFailure,
TestDistribDocBasedVersion, TestLocalFSCloudBackupRestore,
TestMiniSolrCloudClusterSSL, TestOnReconnectListenerSupport,
TestReplicaProperties, TestShortCircuitedRequests,
TestSolrCloudWithKerberosAlt, TestStressLiveNodes,
TestTolerantUpdateProcessorRandomCloud, HdfsChaosMonkeyNothingIsSafeTest,
HdfsCollectionsAPIDistributedZkTest, HdfsRecoveryZkTest, HdfsSyncSliceTest,
ZkStateWriterTest, TestCustomStream, TestConfigReload, TestRestoreCore,
CoreAdminCreateDiscoverTest, CoreAdminRequestStatusTest,
CoreMergeIndexesAdminHandlerTest, InfoHandlerTest,
PropertiesRequestHandlerTest, TestApiFramework, TestCollectionAPIs,
DistributedExpandComponentTest, DistributedFacetExistsSmallTest,
DistributedFacetPivotLargeTest, DistributedFacetPivotWhiteBoxTest,
DistributedQueryComponentCustomSortTest,
DistributedQueryComponentOptimizationTest, TestExpandComponent,
TestPivotHelperCode, JavabinLoaderTest, TestUnifiedSolrHighlighter,
TestSlowCompositeReaderWrapper, JvmMetricsTest, SolrMetricReporterTest,
SolrSlf4jReporterTest, TestRawTransformer, TestSubQueryTransformerDistrib,
TestDefaultSearchFieldResource, TestFieldCollectionResource, TestFieldResource,
TestSchemaResource, TestSerializedLuceneMatchVersion,
TestSolrQueryParserResource, BadCopyFieldTest, ChangedSchemaMergeTest,
DateRangeFieldTest, EnumFieldTest, TestCloudManagedSchema, TestCloudSchemaless,
TestUseDocValuesAsStored]
[junit4] Completed [637/708 (3!)] on J0 in 5.87s, 6 tests, 1 error <<<
FAILURES!
[...truncated 43662 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]