Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/4342/
Java: 64bit/jdk-9 -XX:+UseCompressedOops -XX:+UseParallelGC
3 tests failed.
FAILED: org.apache.solr.cloud.ShardSplitTest.testSplitAfterFailedSplit
Error Message:
expected:<1> but was:<2>
Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
at
__randomizedtesting.SeedInfo.seed([66542A43EACD998A:9F19B9ECD6B8D400]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at org.junit.Assert.assertEquals(Assert.java:456)
at
org.apache.solr.cloud.ShardSplitTest.testSplitAfterFailedSplit(ShardSplitTest.java:279)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
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:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
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
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.base/java.lang.Thread.run(Thread.java:844)
FAILED:
org.apache.solr.cloud.TestConfigSetsAPI.testUploadWithScriptUpdateProcessor
Error Message:
Collection not found: newcollection2
Stack Trace:
org.apache.solr.common.SolrException: Collection not found: newcollection2
at
__randomizedtesting.SeedInfo.seed([66542A43EACD998A:90B363CF1FC3A7C]:0)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:851)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:173)
at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:138)
at
org.apache.solr.cloud.TestConfigSetsAPI.scriptRequest(TestConfigSetsAPI.java:494)
at
org.apache.solr.cloud.TestConfigSetsAPI.testUploadWithScriptUpdateProcessor(TestConfigSetsAPI.java:347)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
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:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
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
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.base/java.lang.Thread.run(Thread.java:844)
FAILED: org.apache.solr.cloud.autoscaling.SearchRateTriggerTest.testTrigger
Error Message:
org/apache/solr/cloud/autoscaling/SearchRateTrigger
Stack Trace:
java.lang.NoClassDefFoundError:
org/apache/solr/cloud/autoscaling/SearchRateTrigger
at
__randomizedtesting.SeedInfo.seed([66542A43EACD998A:59F1CC17302EAA7]:0)
at
org.apache.solr.cloud.autoscaling.SearchRateTriggerTest.testTrigger(SearchRateTriggerTest.java:86)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
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:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
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
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.base/java.lang.Thread.run(Thread.java:844)
Caused by: java.lang.ClassNotFoundException:
org.apache.solr.cloud.autoscaling.SearchRateTrigger
at
java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:582)
at
java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:185)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:496)
... 39 more
Build Log:
[...truncated 12423 lines...]
[junit4] Suite: org.apache.solr.cloud.autoscaling.SearchRateTriggerTest
[junit4] 2> Creating dataDir:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_66542A43EACD998A-001/init-core-data-001
[junit4] 2> 1062518 INFO
(SUITE-SearchRateTriggerTest-seed#[66542A43EACD998A]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 1062519 INFO
(SUITE-SearchRateTriggerTest-seed#[66542A43EACD998A]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0,
clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth
[junit4] 2> 1062519 INFO
(SUITE-SearchRateTriggerTest-seed#[66542A43EACD998A]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 1062519 INFO
(SUITE-SearchRateTriggerTest-seed#[66542A43EACD998A]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_66542A43EACD998A-001/tempDir-001
[junit4] 2> 1062519 INFO
(SUITE-SearchRateTriggerTest-seed#[66542A43EACD998A]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1062520 INFO (Thread-1799) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1062520 INFO (Thread-1799) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 1062523 ERROR (Thread-1799) [ ] 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> 1062623 INFO
(SUITE-SearchRateTriggerTest-seed#[66542A43EACD998A]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:59570
[junit4] 2> 1062641 INFO (zkConnectionManagerCallback-3884-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1062647 INFO (jetty-launcher-3881-thread-1) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 1062647 INFO (jetty-launcher-3881-thread-2) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 1062649 INFO (jetty-launcher-3881-thread-3) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 1062650 INFO (jetty-launcher-3881-thread-4) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 1062654 INFO (jetty-launcher-3881-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@7805386b{/solr,null,AVAILABLE}
[junit4] 2> 1062657 INFO (jetty-launcher-3881-thread-1) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@713ecf9e{HTTP/1.1,[http/1.1]}{127.0.0.1:59572}
[junit4] 2> 1062658 INFO (jetty-launcher-3881-thread-1) [ ]
o.e.j.s.Server Started @1064592ms
[junit4] 2> 1062658 INFO (jetty-launcher-3881-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=59572}
[junit4] 2> 1062658 ERROR (jetty-launcher-3881-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1062658 INFO (jetty-launcher-3881-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 1062658 INFO (jetty-launcher-3881-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1062658 INFO (jetty-launcher-3881-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1062658 INFO (jetty-launcher-3881-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-12-25T06:05:57.178754Z
[junit4] 2> 1062659 INFO (jetty-launcher-3881-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@795ddba3{/solr,null,AVAILABLE}
[junit4] 2> 1062661 INFO (jetty-launcher-3881-thread-2) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@16113718{HTTP/1.1,[http/1.1]}{127.0.0.1:59573}
[junit4] 2> 1062661 INFO (jetty-launcher-3881-thread-2) [ ]
o.e.j.s.Server Started @1064596ms
[junit4] 2> 1062661 INFO (jetty-launcher-3881-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=59573}
[junit4] 2> 1062661 ERROR (jetty-launcher-3881-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1062662 INFO (jetty-launcher-3881-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 1062662 INFO (jetty-launcher-3881-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1062662 INFO (jetty-launcher-3881-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1062662 INFO (jetty-launcher-3881-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-12-25T06:05:57.182153Z
[junit4] 2> 1062662 INFO (jetty-launcher-3881-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@161a9206{/solr,null,AVAILABLE}
[junit4] 2> 1062664 INFO (jetty-launcher-3881-thread-3) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@7d975e0b{HTTP/1.1,[http/1.1]}{127.0.0.1:59575}
[junit4] 2> 1062664 INFO (jetty-launcher-3881-thread-3) [ ]
o.e.j.s.Server Started @1064599ms
[junit4] 2> 1062665 INFO (jetty-launcher-3881-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=59575}
[junit4] 2> 1062665 ERROR (jetty-launcher-3881-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1062665 INFO (jetty-launcher-3881-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 1062665 INFO (jetty-launcher-3881-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1062665 INFO (jetty-launcher-3881-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1062665 INFO (jetty-launcher-3881-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-12-25T06:05:57.185564Z
[junit4] 2> 1062665 INFO (jetty-launcher-3881-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@995c96c{/solr,null,AVAILABLE}
[junit4] 2> 1062667 INFO (jetty-launcher-3881-thread-4) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@1971b828{HTTP/1.1,[http/1.1]}{127.0.0.1:59577}
[junit4] 2> 1062667 INFO (jetty-launcher-3881-thread-4) [ ]
o.e.j.s.Server Started @1064601ms
[junit4] 2> 1062667 INFO (jetty-launcher-3881-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=59577}
[junit4] 2> 1062667 INFO (zkConnectionManagerCallback-3886-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1062667 ERROR (jetty-launcher-3881-thread-4) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1062667 INFO (jetty-launcher-3881-thread-4) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 1062668 INFO (jetty-launcher-3881-thread-4) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1062668 INFO (jetty-launcher-3881-thread-4) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1062668 INFO (jetty-launcher-3881-thread-4) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-12-25T06:05:57.188120Z
[junit4] 2> 1062668 INFO (zkConnectionManagerCallback-3888-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1062669 INFO (jetty-launcher-3881-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1062669 INFO (zkConnectionManagerCallback-3890-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1062670 INFO (jetty-launcher-3881-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1062670 INFO (jetty-launcher-3881-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1062674 INFO (zkConnectionManagerCallback-3892-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1062697 INFO (jetty-launcher-3881-thread-4) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1062700 INFO (jetty-launcher-3881-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59570/solr
[junit4] 2> 1062703 INFO (zkConnectionManagerCallback-3896-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1062706 INFO (jetty-launcher-3881-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59570/solr
[junit4] 2> 1062708 INFO (jetty-launcher-3881-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59570/solr
[junit4] 2> 1062711 INFO (jetty-launcher-3881-thread-4) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59570/solr
[junit4] 2> 1062712 INFO (zkConnectionManagerCallback-3902-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1062712 INFO (zkConnectionManagerCallback-3904-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1062715 INFO (zkConnectionManagerCallback-3908-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1062716 INFO
(zkConnectionManagerCallback-3910-thread-1-processing-n:127.0.0.1:59572_solr)
[n:127.0.0.1:59572_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1062719 INFO
(zkConnectionManagerCallback-3914-thread-1-processing-n:127.0.0.1:59573_solr)
[n:127.0.0.1:59573_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1062720 INFO
(zkConnectionManagerCallback-3912-thread-1-processing-n:127.0.0.1:59575_solr)
[n:127.0.0.1:59575_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1062721 INFO
(zkConnectionManagerCallback-3916-thread-1-processing-n:127.0.0.1:59577_solr)
[n:127.0.0.1:59577_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1062920 INFO (jetty-launcher-3881-thread-2)
[n:127.0.0.1:59573_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1062921 INFO (jetty-launcher-3881-thread-1)
[n:127.0.0.1:59572_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1062921 INFO (jetty-launcher-3881-thread-3)
[n:127.0.0.1:59575_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1062921 INFO (jetty-launcher-3881-thread-4)
[n:127.0.0.1:59577_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1062922 INFO (jetty-launcher-3881-thread-2)
[n:127.0.0.1:59573_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:59573_solr
[junit4] 2> 1062923 INFO (jetty-launcher-3881-thread-1)
[n:127.0.0.1:59572_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:59572_solr
[junit4] 2> 1062923 INFO (jetty-launcher-3881-thread-3)
[n:127.0.0.1:59575_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:59575_solr
[junit4] 2> 1062923 INFO (jetty-launcher-3881-thread-4)
[n:127.0.0.1:59577_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:59577_solr
[junit4] 2> 1062924 INFO (jetty-launcher-3881-thread-2)
[n:127.0.0.1:59573_solr ] o.a.s.c.Overseer Overseer
(id=99233428736770058-127.0.0.1:59573_solr-n_0000000000) starting
[junit4] 2> 1062954 INFO
(zkCallback-3909-thread-1-processing-n:127.0.0.1:59572_solr)
[n:127.0.0.1:59572_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 1062955 INFO
(zkCallback-3911-thread-1-processing-n:127.0.0.1:59575_solr)
[n:127.0.0.1:59575_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 1062956 INFO
(zkCallback-3915-thread-1-processing-n:127.0.0.1:59577_solr)
[n:127.0.0.1:59577_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 1062957 INFO
(zkCallback-3913-thread-1-processing-n:127.0.0.1:59573_solr)
[n:127.0.0.1:59573_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 1063002 INFO (jetty-launcher-3881-thread-2)
[n:127.0.0.1:59573_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:59573_solr
[junit4] 2> 1063004 INFO
(zkCallback-3911-thread-1-processing-n:127.0.0.1:59575_solr)
[n:127.0.0.1:59575_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1063005 INFO
(zkCallback-3909-thread-1-processing-n:127.0.0.1:59572_solr)
[n:127.0.0.1:59572_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1063005 INFO
(zkCallback-3915-thread-1-processing-n:127.0.0.1:59577_solr)
[n:127.0.0.1:59577_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1063005 INFO
(zkCallback-3913-thread-1-processing-n:127.0.0.1:59573_solr)
[n:127.0.0.1:59573_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1063009 INFO (jetty-launcher-3881-thread-1)
[n:127.0.0.1:59572_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_59572.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@30172e6d
[junit4] 2> 1063020 INFO (jetty-launcher-3881-thread-3)
[n:127.0.0.1:59575_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_59575.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@30172e6d
[junit4] 2> 1063061 INFO (jetty-launcher-3881-thread-4)
[n:127.0.0.1:59577_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_59577.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@30172e6d
[junit4] 2> 1063072 INFO (jetty-launcher-3881-thread-1)
[n:127.0.0.1:59572_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_59572.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@30172e6d
[junit4] 2> 1063072 INFO (jetty-launcher-3881-thread-1)
[n:127.0.0.1:59572_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_59572.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@30172e6d
[junit4] 2> 1063078 INFO (jetty-launcher-3881-thread-1)
[n:127.0.0.1:59572_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_66542A43EACD998A-001/tempDir-001/node1/.
[junit4] 2> 1063080 INFO (jetty-launcher-3881-thread-3)
[n:127.0.0.1:59575_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_59575.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@30172e6d
[junit4] 2> 1063080 INFO (jetty-launcher-3881-thread-3)
[n:127.0.0.1:59575_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_59575.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@30172e6d
[junit4] 2> 1063081 INFO (jetty-launcher-3881-thread-3)
[n:127.0.0.1:59575_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_66542A43EACD998A-001/tempDir-001/node3/.
[junit4] 2> 1063106 INFO (jetty-launcher-3881-thread-4)
[n:127.0.0.1:59577_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_59577.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@30172e6d
[junit4] 2> 1063106 INFO (jetty-launcher-3881-thread-4)
[n:127.0.0.1:59577_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_59577.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@30172e6d
[junit4] 2> 1063110 INFO (jetty-launcher-3881-thread-4)
[n:127.0.0.1:59577_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_66542A43EACD998A-001/tempDir-001/node4/.
[junit4] 2> 1063112 INFO (jetty-launcher-3881-thread-2)
[n:127.0.0.1:59573_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_59573.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@30172e6d
[junit4] 2> 1063123 INFO (jetty-launcher-3881-thread-2)
[n:127.0.0.1:59573_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_59573.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@30172e6d
[junit4] 2> 1063123 INFO (jetty-launcher-3881-thread-2)
[n:127.0.0.1:59573_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_59573.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@30172e6d
[junit4] 2> 1063124 INFO (jetty-launcher-3881-thread-2)
[n:127.0.0.1:59573_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_66542A43EACD998A-001/tempDir-001/node2/.
[junit4] 2> 1063261 INFO (zkConnectionManagerCallback-3926-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1063265 INFO (zkConnectionManagerCallback-3930-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1063267 INFO
(SUITE-SearchRateTriggerTest-seed#[66542A43EACD998A]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 1063269 INFO
(SUITE-SearchRateTriggerTest-seed#[66542A43EACD998A]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:59570/solr ready
[junit4] 2> 1063277 INFO (qtp1805828290-10782) [n:127.0.0.1:59575_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&name=SearchRateTriggerTest-collection1&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1063280 INFO
(OverseerThreadFactory-3994-thread-1-processing-n:127.0.0.1:59573_solr)
[n:127.0.0.1:59573_solr ] o.a.s.c.CreateCollectionCmd Create collection
SearchRateTriggerTest-collection1
[junit4] 2> 1063396 INFO
(OverseerStateUpdate-99233428736770058-127.0.0.1:59573_solr-n_0000000000)
[n:127.0.0.1:59573_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"SearchRateTriggerTest-collection1",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"SearchRateTriggerTest-collection1_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:59573/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1063401 INFO
(OverseerStateUpdate-99233428736770058-127.0.0.1:59573_solr-n_0000000000)
[n:127.0.0.1:59573_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"SearchRateTriggerTest-collection1",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"SearchRateTriggerTest-collection1_shard1_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:59572/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1063404 INFO
(OverseerStateUpdate-99233428736770058-127.0.0.1:59573_solr-n_0000000000)
[n:127.0.0.1:59573_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"SearchRateTriggerTest-collection1",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"SearchRateTriggerTest-collection1_shard2_replica_n4",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:59575/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1063409 INFO
(OverseerStateUpdate-99233428736770058-127.0.0.1:59573_solr-n_0000000000)
[n:127.0.0.1:59573_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"SearchRateTriggerTest-collection1",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"SearchRateTriggerTest-collection1_shard2_replica_n6",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:59577/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1063636 INFO (qtp1805828290-10783) [n:127.0.0.1:59575_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=SearchRateTriggerTest-collection1_shard2_replica_n4&action=CREATE&numShards=2&collection=SearchRateTriggerTest-collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1063637 INFO (qtp1805828290-10783) [n:127.0.0.1:59575_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 1063638 INFO (qtp2058803561-10768) [n:127.0.0.1:59573_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=SearchRateTriggerTest-collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=SearchRateTriggerTest-collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1063638 INFO (qtp2058803561-10768) [n:127.0.0.1:59573_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 1063640 INFO (qtp1399321041-10779) [n:127.0.0.1:59577_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=SearchRateTriggerTest-collection1_shard2_replica_n6&action=CREATE&numShards=2&collection=SearchRateTriggerTest-collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1063640 INFO (qtp1797053484-10760) [n:127.0.0.1:59572_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=SearchRateTriggerTest-collection1_shard1_replica_n2&action=CREATE&numShards=2&collection=SearchRateTriggerTest-collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1063640 INFO (qtp1399321041-10779) [n:127.0.0.1:59577_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 1063640 INFO (qtp1797053484-10760) [n:127.0.0.1:59572_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 1063757 INFO
(zkCallback-3909-thread-1-processing-n:127.0.0.1:59572_solr)
[n:127.0.0.1:59572_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/SearchRateTriggerTest-collection1/state.json] for collection
[SearchRateTriggerTest-collection1] has occurred - updating... (live nodes
size: [4])
[junit4] 2> 1063757 INFO
(zkCallback-3913-thread-1-processing-n:127.0.0.1:59573_solr)
[n:127.0.0.1:59573_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/SearchRateTriggerTest-collection1/state.json] for collection
[SearchRateTriggerTest-collection1] has occurred - updating... (live nodes
size: [4])
[junit4] 2> 1063757 INFO
(zkCallback-3915-thread-1-processing-n:127.0.0.1:59577_solr)
[n:127.0.0.1:59577_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/SearchRateTriggerTest-collection1/state.json] for collection
[SearchRateTriggerTest-collection1] has occurred - updating... (live nodes
size: [4])
[junit4] 2> 1063757 INFO
(zkCallback-3911-thread-1-processing-n:127.0.0.1:59575_solr)
[n:127.0.0.1:59575_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/SearchRateTriggerTest-collection1/state.json] for collection
[SearchRateTriggerTest-collection1] has occurred - updating... (live nodes
size: [4])
[junit4] 2> 1063758 INFO
(zkCallback-3909-thread-2-processing-n:127.0.0.1:59572_solr)
[n:127.0.0.1:59572_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/SearchRateTriggerTest-collection1/state.json] for collection
[SearchRateTriggerTest-collection1] has occurred - updating... (live nodes
size: [4])
[junit4] 2> 1063758 INFO
(zkCallback-3911-thread-2-processing-n:127.0.0.1:59575_solr)
[n:127.0.0.1:59575_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/SearchRateTriggerTest-collection1/state.json] for collection
[SearchRateTriggerTest-collection1] has occurred - updating... (live nodes
size: [4])
[junit4] 2> 1063759 INFO
(zkCallback-3915-thread-2-processing-n:127.0.0.1:59577_solr)
[n:127.0.0.1:59577_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/SearchRateTriggerTest-collection1/state.json] for collection
[SearchRateTriggerTest-collection1] has occurred - updating... (live nodes
size: [4])
[junit4] 2> 1063759 INFO
(zkCallback-3913-thread-2-processing-n:127.0.0.1:59573_solr)
[n:127.0.0.1:59573_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/SearchRateTriggerTest-collection1/state.json] for collection
[SearchRateTriggerTest-collection1] has occurred - updating... (live nodes
size: [4])
[junit4] 2> 1064662 INFO (qtp1805828290-10783) [n:127.0.0.1:59575_solr
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node7
x:SearchRateTriggerTest-collection1_shard2_replica_n4] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 8.0.0
[junit4] 2> 1064672 INFO (qtp1399321041-10779) [n:127.0.0.1:59577_solr
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8
x:SearchRateTriggerTest-collection1_shard2_replica_n6] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 8.0.0
[junit4] 2> 1064675 INFO (qtp1797053484-10760) [n:127.0.0.1:59572_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node5
x:SearchRateTriggerTest-collection1_shard1_replica_n2] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 8.0.0
[junit4] 2> 1064679 INFO (qtp2058803561-10768) [n:127.0.0.1:59573_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node3
x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 8.0.0
[junit4] 2> 1064683 INFO (qtp1399321041-10779) [n:127.0.0.1:59577_solr
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8
x:SearchRateTriggerTest-collection1_shard2_replica_n6] o.a.s.s.IndexSchema
[SearchRateTriggerTest-collection1_shard2_replica_n6] Schema name=minimal
[junit4] 2> 1064683 INFO (qtp1805828290-10783) [n:127.0.0.1:59575_solr
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node7
x:SearchRateTriggerTest-collection1_shard2_replica_n4] o.a.s.s.IndexSchema
[SearchRateTriggerTest-collection1_shard2_replica_n4] Schema name=minimal
[junit4] 2> 1064684 INFO (qtp1399321041-10779) [n:127.0.0.1:59577_solr
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8
x:SearchRateTriggerTest-collection1_shard2_replica_n6] o.a.s.s.IndexSchema
Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1064684 INFO (qtp1805828290-10783) [n:127.0.0.1:59575_solr
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node7
x:SearchRateTriggerTest-collection1_shard2_replica_n4] o.a.s.s.IndexSchema
Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1064684 INFO (qtp1399321041-10779) [n:127.0.0.1:59577_solr
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8
x:SearchRateTriggerTest-collection1_shard2_replica_n6] o.a.s.c.CoreContainer
Creating SolrCore 'SearchRateTriggerTest-collection1_shard2_replica_n6' using
configuration from collection SearchRateTriggerTest-collection1, trusted=true
[junit4] 2> 1064685 INFO (qtp1797053484-10760) [n:127.0.0.1:59572_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node5
x:SearchRateTriggerTest-collection1_shard1_replica_n2] o.a.s.s.IndexSchema
[SearchRateTriggerTest-collection1_shard1_replica_n2] Schema name=minimal
[junit4] 2> 1064685 INFO (qtp1805828290-10783) [n:127.0.0.1:59575_solr
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node7
x:SearchRateTriggerTest-collection1_shard2_replica_n4] o.a.s.c.CoreContainer
Creating SolrCore 'SearchRateTriggerTest-collection1_shard2_replica_n4' using
configuration from collection SearchRateTriggerTest-collection1, trusted=true
[junit4] 2> 1064686 INFO (qtp1399321041-10779) [n:127.0.0.1:59577_solr
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8
x:SearchRateTriggerTest-collection1_shard2_replica_n6]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_59577.solr.core.SearchRateTriggerTest-collection1.shard2.replica_n6'
(registry 'solr.core.SearchRateTriggerTest-collection1.shard2.replica_n6')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@30172e6d
[junit4] 2> 1064686 INFO (qtp1805828290-10783) [n:127.0.0.1:59575_solr
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node7
x:SearchRateTriggerTest-collection1_shard2_replica_n4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_59575.solr.core.SearchRateTriggerTest-collection1.shard2.replica_n4'
(registry 'solr.core.SearchRateTriggerTest-collection1.shard2.replica_n4')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@30172e6d
[junit4] 2> 1064686 INFO (qtp1399321041-10779) [n:127.0.0.1:59577_solr
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8
x:SearchRateTriggerTest-collection1_shard2_replica_n6] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1064686 INFO (qtp1805828290-10783) [n:127.0.0.1:59575_solr
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node7
x:SearchRateTriggerTest-collection1_shard2_replica_n4] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1064686 INFO (qtp1399321041-10779) [n:127.0.0.1:59577_solr
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8
x:SearchRateTriggerTest-collection1_shard2_replica_n6] o.a.s.c.SolrCore
[[SearchRateTriggerTest-collection1_shard2_replica_n6] ] Opening new SolrCore
at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_66542A43EACD998A-001/tempDir-001/node4/SearchRateTriggerTest-collection1_shard2_replica_n6],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_66542A43EACD998A-001/tempDir-001/node4/./SearchRateTriggerTest-collection1_shard2_replica_n6/data/]
[junit4] 2> 1064686 INFO (qtp1805828290-10783) [n:127.0.0.1:59575_solr
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node7
x:SearchRateTriggerTest-collection1_shard2_replica_n4] o.a.s.c.SolrCore
[[SearchRateTriggerTest-collection1_shard2_replica_n4] ] Opening new SolrCore
at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_66542A43EACD998A-001/tempDir-001/node3/SearchRateTriggerTest-collection1_shard2_replica_n4],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_66542A43EACD998A-001/tempDir-001/node3/./SearchRateTriggerTest-collection1_shard2_replica_n4/data/]
[junit4] 2> 1064687 INFO (qtp1797053484-10760) [n:127.0.0.1:59572_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node5
x:SearchRateTriggerTest-collection1_shard1_replica_n2] o.a.s.s.IndexSchema
Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1064687 INFO (qtp1797053484-10760) [n:127.0.0.1:59572_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node5
x:SearchRateTriggerTest-collection1_shard1_replica_n2] o.a.s.c.CoreContainer
Creating SolrCore 'SearchRateTriggerTest-collection1_shard1_replica_n2' using
configuration from collection SearchRateTriggerTest-collection1, trusted=true
[junit4] 2> 1064687 INFO (qtp1797053484-10760) [n:127.0.0.1:59572_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node5
x:SearchRateTriggerTest-collection1_shard1_replica_n2]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_59572.solr.core.SearchRateTriggerTest-collection1.shard1.replica_n2'
(registry 'solr.core.SearchRateTriggerTest-collection1.shard1.replica_n2')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@30172e6d
[junit4] 2> 1064687 INFO (qtp1797053484-10760) [n:127.0.0.1:59572_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node5
x:SearchRateTriggerTest-collection1_shard1_replica_n2] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1064687 INFO (qtp1797053484-10760) [n:127.0.0.1:59572_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node5
x:SearchRateTriggerTest-collection1_shard1_replica_n2] o.a.s.c.SolrCore
[[SearchRateTriggerTest-collection1_shard1_replica_n2] ] Opening new SolrCore
at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_66542A43EACD998A-001/tempDir-001/node1/SearchRateTriggerTest-collection1_shard1_replica_n2],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_66542A43EACD998A-001/tempDir-001/node1/./SearchRateTriggerTest-collection1_shard1_replica_n2/data/]
[junit4] 2> 1064689 INFO (qtp2058803561-10768) [n:127.0.0.1:59573_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node3
x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.s.IndexSchema
[SearchRateTriggerTest-collection1_shard1_replica_n1] Schema name=minimal
[junit4] 2> 1064690 INFO (qtp2058803561-10768) [n:127.0.0.1:59573_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node3
x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.s.IndexSchema
Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1064690 INFO (qtp2058803561-10768) [n:127.0.0.1:59573_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node3
x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.c.CoreContainer
Creating SolrCore 'SearchRateTriggerTest-collection1_shard1_replica_n1' using
configuration from collection SearchRateTriggerTest-collection1, trusted=true
[junit4] 2> 1064691 INFO (qtp2058803561-10768) [n:127.0.0.1:59573_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node3
x:SearchRateTriggerTest-collection1_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_59573.solr.core.SearchRateTriggerTest-collection1.shard1.replica_n1'
(registry 'solr.core.SearchRateTriggerTest-collection1.shard1.replica_n1')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@30172e6d
[junit4] 2> 1064691 INFO (qtp2058803561-10768) [n:127.0.0.1:59573_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node3
x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1064691 INFO (qtp2058803561-10768) [n:127.0.0.1:59573_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node3
x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.c.SolrCore
[[SearchRateTriggerTest-collection1_shard1_replica_n1] ] Opening new SolrCore
at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_66542A43EACD998A-001/tempDir-001/node2/SearchRateTriggerTest-collection1_shard1_replica_n1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_66542A43EACD998A-001/tempDir-001/node2/./SearchRateTriggerTest-collection1_shard1_replica_n1/data/]
[junit4] 2> 1064780 ERROR (qtp1797053484-10760) [n:127.0.0.1:59572_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node5
x:SearchRateTriggerTest-collection1_shard1_replica_n2] o.a.s.a.ApiBag Unable to
register plugin:org.apache.solr.api.ApiBag$ReqHandlerToApiwith spec :{
[junit4] 2>
"documentation":"https://lucene.apache.org/solr/guide/schema-api.html",
[junit4] 2> "description":"The Schema API provides viewing, editing,
adding, and deleting elements of Solr's schema. This API can only be used if
Managed Schema is enabled and the schema is defined as mutable. See
https://lucene.apache.org/solr/guide/schema-factory-definition-in-solrconfig.html
for more information about enabling Managed Schema.",
[junit4] 2> "methods":["POST"],
[junit4] 2> "url":{"paths":["$handlerName"]},
[junit4] 2> "commands":{
[junit4] 2> "add-field":{
[junit4] 2>
"documentation":"https://lucene.apache.org/solr/guide/schema-api.html",
[junit4] 2> "type":"object",
[junit4] 2> "properties":{
[junit4] 2> "name":{
[junit4] 2> "type":"string",
[junit4] 2> "description":"The name of the field. Names should
be alphanumeric or underscore characters only, and not start with a digit.
Names also cannot begin and end with an underscore, as such field names are
reserved by the system."},
[junit4] 2> "type":{
[junit4] 2> "type":"string",
[junit4] 2> "description":"The name of the fieldType for this
field."},
[junit4] 2> "defaultValue":{
[junit4] 2> "type":"string",
[junit4] 2> "description":"An optional default value that should
be added automatically to any document that does not have a value for this
field."},
[junit4] 2> "indexed":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, the field will be indexed
and will be available for use in queries to retrieve matching documents. If
this is not defined, it will inherit the value from the fieldType. If the
fieldType does not define a value, it will default to true.",
[junit4] 2> "default":"true"},
[junit4] 2> "stored":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, the actual value of the
field can be retrieved by queries and be displayed in results. If this is not
defined, it will inherit the value from the fieldType. If the fieldType does
not define a value, it will default to true.",
[junit4] 2> "default":"true"},
[junit4] 2> "omitNorms":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, length normalization and
index-time boosting for a field are omitted from the index. If this is not
defined, it will inherit the value from the fieldType. If the fieldType does
not define a value, it will default to true for all primitive field types (such
as dates, strings, boolean, and numeric fields), but will default to false for
non-primitive field types."},
[junit4] 2> "omitTermFreqAndPositions":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, all term frequency,
positions, and payloads will not be indexed. This means that phrase queries,
proximity queries and similar queries that rely on analysis of the frequency of
a query term or the position of a term to other terms will not be supported. If
this is not defined, it will inherit the value from the fieldType. If the
fieldType does not define a value, it will default to true for all field types
that are not text fields."},
[junit4] 2> "termVectors":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, term vectors will be stored
which can be used to optimize More Like This and optimizing highlighting
wildcard queries. If this is not defined, it will inherit the value from the
fieldType. If the fieldType does not define a value, it will default to false.",
[junit4] 2> "default":"false"},
[junit4] 2> "termPositions":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, term vectors will include
positions. If this is not defined, it will inherit the value from the
fieldType. If the fieldType does not define a value, it will default to false.",
[junit4] 2> "default":"false"},
[junit4] 2> "termOffsets":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, term vectors will include
offsets. If this is not defined, it will inherit the value from the fieldType.
If the fieldType does not define a value, it will default to false.",
[junit4] 2> "default":"false"},
[junit4] 2> "multiValued":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, a single document can have
multiple values in a single field, and these values will be indexed. If this is
not defined, it will inherit the value from the fieldType. If the fieldType
does not define a value, it will default to false.",
[junit4] 2> "default":"false"},
[junit4] 2> "sortMissingFirst":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, when sorting by the field,
any documents missing a value for the field will be placed at the top of the
list. If this is not defined, it will inherit the value from the fieldType. If
the fieldType does not define a value, it will default to false. If
sortMissingFirst and sortMissingLast are both false, documents missing this
field will be placed at the top when sorting in ascending order (asc) or at the
bottom when sorting in descending order (desc).",
[junit4] 2> "default":"false"},
[junit4] 2> "sortMissingLast":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, when sorting by the field,
any documents missing a value for the field will be placed at the bottom of the
list. If this is not defined, it will inherit the value from the fieldType. If
the fieldType does not define a value, it will default to false. If
sortMissingFirst and sortMissingLast are both false, documents missing this
field will be placed at the top when sorting in ascending order (asc) or at the
bottom when sorting in descending order (desc).",
[junit4] 2> "default":"false"},
[junit4] 2> "required":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, any document that does not
have a value for the field will be rejected. If this is not defined, it will
inherit the value from the fieldType. If the fieldType does not define a value,
it will default to false.",
[junit4] 2> "default":"false"},
[junit4] 2> "omitPositions":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, information about the
position of terms in a document will not be stored in the index, which means
phrase queries, proximity queries, and similar will not be supported for this
field. It is similar to 'omitTermFreqAndPositions', but 'omitPositions' will
allow term frequency information to be stored. If this is not defined, it will
inherit the value from the fieldType. If the fieldType does not define a value,
it will default to true for all field types that are not text fields."},
[junit4] 2> "storeOffsetsWithPositions":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, term offsets will be stored
with positions in the postings list in the index. This optimizes highlighting
with the UnifiedHighlighter. If this is not defined, it will inherit the value
from the fieldType. If the fieldType does not define a value, it will default
to false.",
[junit4] 2> "default":"false"},
[junit4] 2> "docValues":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, field values will be stored
in a column-oriented docValues structure. This can be more efficient for some
fields, particularly those used for faceting. More information is available
from https://lucene.apache.org/solr/guide/docvalues.html. If this is not
defined, it will inherit the value from the fieldType. If the fieldType does
not define a value, it will default to true for all non-text fields (such as
dates, integers, longs, etc.)."},
[junit4] 2> "termPayloads":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, term vectors will include
payloads. If this is not defined, it will inherit the value from the fieldType.
If the fieldType does not define a value, it will default to false.",
[junit4] 2> "default":"false"},
[junit4] 2> "useDocValuesAsStored":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true and docValues are enabled for
the field, the field will be returned when all fields are requested (using '*'
with the fl parameter), even if it is not stored. If this is not defined, it
will inherit the value from the fieldType. If the fieldType does not define a
value, it will default to true.",
[junit4] 2> "default":"true"}},
[junit4] 2> "required":[
[junit4] 2> "name",
[junit4] 2> "type"]},
[junit4] 2> "delete-field":{
[junit4] 2>
"documentation":"https://lucene.apache.org/solr/guide/schema-api.html#delete-a-field",
[junit4] 2> "description":"Deletes a field from the schema.",
[junit4] 2> "type":"object",
[junit4] 2> "properties":{"name":{
[junit4] 2> "description":"The name of the field to delete.",
[junit4] 2> "type":"string"}},
[junit4] 2> "required":["name"]},
[junit4] 2> "replace-field":{
[junit4] 2>
"documentation":"https://lucene.apache.org/solr/guide/schema-api.html",
[junit4] 2> "type":"object",
[junit4] 2> "properties":{
[junit4] 2> "name":{
[junit4] 2> "type":"string",
[junit4] 2> "description":"The name of the field. Names should
be alphanumeric or underscore characters only, and not start with a digit.
Names also cannot begin and end with an underscore, as such field names are
reserved by the system."},
[junit4] 2> "type":{
[junit4] 2> "type":"string",
[junit4] 2> "description":"The name of the fieldType for this
field."},
[junit4] 2> "defaultValue":{
[junit4] 2> "type":"string",
[junit4] 2> "description":"An optional default value that should
be added automatically to any document that does not have a value for this
field."},
[junit4] 2> "indexed":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, the field will be indexed
and will be available for use in queries to retrieve matching documents. If
this is not defined, it will inherit the value from the fieldType. If the
fieldType does not define a value, it will default to true.",
[junit4] 2> "default":"true"},
[junit4] 2> "stored":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, the actual value of the
field can be retrieved by queries and be displayed in results. If this is not
defined, it will inherit the value from the fieldType. If the fieldType does
not define a value, it will default to true.",
[junit4] 2> "default":"true"},
[junit4] 2> "omitNorms":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, length normalization and
index-time boosting for a field are omitted from the index. If this is not
defined, it will inherit the value from the fieldType. If the fieldType does
not define a value, it will default to true for all primitive field types (such
as dates, strings, boolean, and numeric fields), but will default to false for
non-primitive field types."},
[junit4] 2> "omitTermFreqAndPositions":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, all term frequency,
positions, and payloads will not be indexed. This means that phrase queries,
proximity queries and similar queries that rely on analysis of the frequency of
a query term or the position of a term to other terms will not be supported. If
this is not defined, it will inherit the value from the fieldType. If the
fieldType does not define a value, it will default to true for all field types
that are not text fields."},
[junit4] 2> "termVectors":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, term vectors will be stored
which can be used to optimize More Like This and optimizing highlighting
wildcard queries. If this is not defined, it will inherit the value from the
fieldType. If the fieldType does not define a value, it will default to false.",
[junit4] 2> "default":"false"},
[junit4] 2> "termPositions":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, term vectors will include
positions. If this is not defined, it will inherit the value from the
fieldType. If the fieldType does not define a value, it will default to false.",
[junit4] 2> "default":"false"},
[junit4] 2> "termOffsets":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, term vectors will include
offsets. If this is not defined, it will inherit the value from the fieldType.
If the fieldType does not define a value, it will default to false.",
[junit4] 2> "default":"false"},
[junit4] 2> "multiValued":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, a single document can have
multiple values in a single field, and these values will be indexed. If this is
not defined, it will inherit the value from the fieldType. If the fieldType
does not define a value, it will default to false.",
[junit4] 2> "default":"false"},
[junit4] 2> "sortMissingFirst":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, when sorting by the field,
any documents missing a value for the field will be placed at the top of the
list. If this is not defined, it will inherit the value from the fieldType. If
the fieldType does not define a value, it will default to false. If
sortMissingFirst and sortMissingLast are both false, documents missing this
field will be placed at the top when sorting in ascending order (asc) or at the
bottom when sorting in descending order (desc).",
[junit4] 2> "default":"false"},
[junit4] 2> "sortMissingLast":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, when sorting by the field,
any documents missing a value for the field will be placed at the bottom of the
list. If this is not defined, it will inherit the value from the fieldType. If
the fieldType does not define a value, it will default to false. If
sortMissingFirst and sortMissingLast are both false, documents missing this
field will be placed at the top when sorting in ascending order (asc) or at the
bottom when sorting in descending order (desc).",
[junit4] 2> "default":"false"},
[junit4] 2> "required":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, any document that does not
have a value for the field will be rejected. If this is not defined, it will
inherit the value from the fieldType. If the fieldType does not define a value,
it will default to false.",
[junit4] 2> "default":"false"},
[junit4] 2> "omitPositions":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, information about the
position of terms in a document will not be stored in the index, which means
phrase queries, proximity queries, and similar will not be supported for this
field. It is similar to 'omitTermFreqAndPositions', but 'omitPositions' will
allow term frequency information to be stored. If this is not defined, it will
inherit the value from the fieldType. If the fieldType does not define a value,
it will default to true for all field types that are not text fields."},
[junit4] 2> "storeOffsetsWithPositions":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, term offsets will be stored
with positions in the postings list in the index. This optimizes highlighting
with the UnifiedHighlighter. If this is not defined, it will inherit the value
from the fieldType. If the fieldType does not define a value, it will default
to false.",
[junit4] 2> "default":"false"},
[junit4] 2> "docValues":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, field values will be stored
in a column-oriented docValues structure. This can be more efficient for some
fields, particularly those used for faceting. More information is available
from https://lucene.apache.org/solr/guide/docvalues.html. If this is not
defined, it will inherit the value from the fieldType. If the fieldType does
not define a value, it will default to true for all non-text fields (such as
dates, integers, longs, etc.)."},
[junit4] 2> "termPayloads":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, term vectors will include
payloads. If this is not defined, it will inherit the value from the fieldType.
If the fieldType does not define a value, it will default to false.",
[junit4] 2> "default":"false"},
[junit4] 2> "useDocValuesAsStored":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true and docValues are enabled for
the field, the field will be returned when all fields are requested (using '*'
with the fl parameter), even if it is not stored. If this is not defined, it
will inherit the value from the fieldType. If the fieldType does not define a
value, it will default to true.",
[junit4] 2> "default":"true"}},
[junit4] 2> "required":[
[junit4] 2> "name",
[junit4] 2> "type"]},
[junit4] 2> "add-dynamic-field":{
[junit4] 2>
"documentation":"https://lucene.apache.org/solr/guide/schema-api.html",
[junit4] 2> "type":"object",
[junit4] 2> "properties":{
[junit4] 2> "name":{
[junit4] 2> "type":"string",
[junit4] 2> "description":"The name of the field. Names should
be alphanumeric or underscore characters only, and not start with a digit.
Names also cannot begin and end with an underscore, as such field names are
reserved by the system."},
[junit4] 2> "type":{
[junit4] 2> "type":"string",
[junit4] 2> "description":"The name of the fieldType for this
field."},
[junit4] 2> "defaultValue":{
[junit4] 2> "type":"string",
[junit4] 2> "description":"An optional default value that should
be added automatically to any document that does not have a value for this
field."},
[junit4] 2> "indexed":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, the field will be indexed
and will be available for use in queries to retrieve matching documents. If
this is not defined, it will inherit the value from the fieldType. If the
fieldType does not define a value, it will default to true.",
[junit4] 2> "default":"true"},
[junit4] 2> "stored":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, the actual value of the
field can be retrieved by queries and be displayed in results. If this is not
defined, it will inherit the value from the fieldType. If the fieldType does
not define a value, it will default to true.",
[junit4] 2> "default":"true"},
[junit4] 2> "omitNorms":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, length normalization and
index-time boosting for a field are omitted from the index. If this is not
defined, it will inherit the value from the fieldType. If the fieldType does
not define a value, it will default to true for all primitive field types (such
as dates, strings, boolean, and numeric fields), but will default to false for
non-primitive field types."},
[junit4] 2> "omitTermFreqAndPositions":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, all term frequency,
positions, and payloads will not be indexed. This means that phrase queries,
proximity queries and similar queries that rely on analysis of the frequency of
a query term or the position of a term to other terms will not be supported. If
this is not defined, it will inherit the value from the fieldType. If the
fieldType does not define a value, it will default to true for all field types
that are not text fields."},
[junit4] 2> "termVectors":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, term vectors will be stored
which can be used to optimize More Like This and optimizing highlighting
wildcard queries. If this is not defined, it will inherit the value from the
fieldType. If the fieldType does not define a value, it will default to false.",
[junit4] 2> "default":"false"},
[junit4] 2> "termPositions":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, term vectors will include
positions. If this is not defined, it will inherit the value from the
fieldType. If the fieldType does not define a value, it will default to false.",
[junit4] 2> "default":"false"},
[junit4] 2> "termOffsets":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, term vectors will include
offsets. If this is not defined, it will inherit the value from the fieldType.
If the fieldType does not define a value, it will default to false.",
[junit4] 2> "default":"false"},
[junit4] 2> "multiValued":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, a single document can have
multiple values in a single field, and these values will be indexed. If this is
not defined, it will inherit the value from the fieldType. If the fieldType
does not define a value, it will default to false.",
[junit4] 2> "default":"false"},
[junit4] 2> "sortMissingFirst":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, when sorting by the field,
any documents missing a value for the field will be placed at the top of the
list. If this is not defined, it will inherit the value from the fieldType. If
the fieldType does not define a value, it will default to false. If
sortMissingFirst and sortMissingLast are both false, documents missing this
field will be placed at the top when sorting in ascending order (asc) or at the
bottom when sorting in descending order (desc).",
[junit4] 2> "default":"false"},
[junit4] 2> "sortMissingLast":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, when sorting by the field,
any documents missing a value for the field will be placed at the bottom of the
list. If this is not defined, it will inherit the value from the fieldType. If
the fieldType does not define a value, it will default to false. If
sortMissingFirst and sortMissingLast are both false, documents missing this
field will be placed at the top when sorting in ascending order (asc) or at the
bottom when sorting in descending order (desc).",
[junit4] 2> "default":"false"},
[junit4] 2> "required":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, any document that does not
have a value for the field will be rejected. If this is not defined, it will
inherit the value from the fieldType. If the fieldType does not define a value,
it will default to false.",
[junit4] 2> "default":"false"},
[junit4] 2> "omitPositions":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, information about the
position of terms in a document will not be stored in the index, which means
phrase queries, proximity queries, and similar will not be supported for this
field. It is similar to 'omitTermFreqAndPositions', but 'omitPositions' will
allow term frequency information to be stored. If this is not defined, it will
inherit the value from the fieldType. If the fieldType does not define a value,
it will default to true for all field types that are not text fields."},
[junit4] 2> "storeOffsetsWithPositions":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, term offsets will be stored
with positions in the postings list in the index. This optimizes highlighting
with the UnifiedHighlighter. If this is not defined, it will inherit the value
from the fieldType. If the fieldType does not define a value, it will default
to false.",
[junit4] 2> "default":"false"},
[junit4] 2> "docValues":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, field values will be stored
in a column-oriented docValues structure. This can be more efficient for some
fields, particularly those used for faceting. More information is available
from https://lucene.apache.org/solr/guide/docvalues.html. If this is not
defined, it will inherit the value from the fieldType. If the fieldType does
not define a value, it will default to true for all non-text fields (such as
dates, integers, longs, etc.)."},
[junit4] 2> "termPayloads":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, term vectors will include
payloads. If this is not defined, it will inherit the value from the fieldType.
If the fieldType does not define a value, it will default to false.",
[junit4] 2> "default":"false"},
[junit4] 2> "useDocValuesAsStored":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true and docValues are enabled for
the field, the field will be returned when all fields are requested (using '*'
with the fl parameter), even if it is not stored. If this is not defined, it
will inherit the value from the fieldType. If the fieldType does not define a
value, it will default to true.",
[junit4] 2> "default":"true"}},
[junit4] 2> "required":[
[junit4] 2> "name",
[junit4] 2> "type"]},
[junit4] 2> "delete-dynamic-field":{
[junit4] 2>
"documentation":"https://lucene.apache.org/solr/guide/schema-api.html#delete-a-dynamic-field-rule",
[junit4] 2> "description":"Deletes a dynamic field.",
[junit4] 2> "type":"object",
[junit4] 2> "properties":{"name":{
[junit4] 2> "type":"string",
[junit4] 2> "description":"The name of the dynamic field to
delete."}},
[junit4] 2> "required":["name"]},
[junit4] 2> "replace-dynamic-field":{
[junit4] 2>
"documentation":"https://lucene.apache.org/solr/guide/schema-api.html",
[junit4] 2> "type":"object",
[junit4] 2> "properties":{
[junit4] 2> "name":{
[junit4] 2> "type":"string",
[junit4] 2> "description":"The name of the field. Names should
be alphanumeric or underscore characters only, and not start with a digit.
Names also cannot begin and end with an underscore, as such field names are
reserved by the system."},
[junit4] 2> "type":{
[junit4] 2> "type":"string",
[junit4] 2> "description":"The name of the fieldType for this
field."},
[junit4] 2> "defaultValue":{
[junit4] 2> "type":"string",
[junit4] 2> "description":"An optional default value that should
be added automatically to any document that does not have a value for this
field."},
[junit4] 2> "indexed":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, the field will be indexed
and will be available for use in queries to retrieve matching documents. If
this is not defined, it will inherit the value from the fieldType. If the
fieldType does not define a value, it will default to true.",
[junit4] 2> "default":"true"},
[junit4] 2> "stored":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, the actual value of the
field can be retrieved by queries and be displayed in results. If this is not
defined, it will inherit the value from the fieldType. If the fieldType does
not define a value, it will default to true.",
[junit4] 2> "default":"true"},
[junit4] 2> "omitNorms":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, length normalization and
index-time boosting for a field are omitted from the index. If this is not
defined, it will inherit the value from the fieldType. If the fieldType does
not define a value, it will default to true for all primitive field types (such
as dates, strings, boolean, and numeric fields), but will default to false for
non-primitive field types."},
[junit4] 2> "omitTermFreqAndPositions":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, all term frequency,
positions, and payloads will not be indexed. This means that phrase queries,
proximity queries and similar queries that rely on analysis of the frequency of
a query term or the position of a term to other terms will not be supported. If
this is not defined, it will inherit the value from the fieldType. If the
fieldType does not define a value, it will default to true for all field types
that are not text fields."},
[junit4] 2> "termVectors":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, term vectors will be stored
which can be used to optimize More Like This and optimizing highlighting
wildcard queries. If this is not defined, it will inherit the value from the
fieldType. If the fieldType does not define a value, it will default to false.",
[junit4] 2> "default":"false"},
[junit4] 2> "termPositions":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, term vectors will include
positions. If this is not defined, it will inherit the value from the
fieldType. If the fieldType does not define a value, it will default to false.",
[junit4] 2> "default":"false"},
[junit4] 2> "termOffsets":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, term vectors will include
offsets. If this is not defined, it will inherit the value from the fieldType.
If the fieldType does not define a value, it will default to false.",
[junit4] 2> "default":"false"},
[junit4] 2> "multiValued":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, a single document can have
multiple values in a single field, and these values will be indexed. If this is
not defined, it will inherit the value from the fieldType. If the fieldType
does not define a value, it will default to false.",
[junit4] 2> "default":"false"},
[junit4] 2> "sortMissingFirst":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, when sorting by the field,
any documents missing a value for the field will be placed at the top of the
list. If this is not defined, it will inherit the value from the fieldType. If
the fieldType does not define a value, it will default to false. If
sortMissingFirst and sortMissingLast are both false, documents missing this
field will be placed at the top when sorting in ascending order (asc) or at the
bottom when sorting in descending order (desc).",
[junit4] 2> "default":"false"},
[junit4] 2> "sortMissingLast":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, when sorting by the field,
any documents missing a value for the field will be placed at the bottom of the
list. If this is not defined, it will inherit the value from the fieldType. If
the fieldType does not define a value, it will default to false. If
sortMissingFirst and sortMissingLast are both false, documents missing this
field will be placed at the top when sorting in ascending order (asc) or at the
bottom when sorting in descending order (desc).",
[junit4] 2> "default":"false"},
[junit4] 2> "required":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, any document that does not
have a value for the field will be rejected. If this is not defined, it will
inherit the value from the fieldType. If the fieldType does not define a value,
it will default to false.",
[junit4] 2> "default":"false"},
[junit4] 2> "omitPositions":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, information about the
position of terms in a document will not be stored in the index, which means
phrase queries, proximity queries, and similar will not be supported for this
field. It is similar to 'omitTermFreqAndPositions', but 'omitPositions' will
allow term frequency information to be stored. If this is not defined, it will
inherit the value from the fieldType. If the fieldType does not define a value,
it will default to true for all field types that are not text fields."},
[junit4] 2> "storeOffsetsWithPositions":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, term offsets will be stored
with positions in the postings list in the index. This optimizes highlighting
with the UnifiedHighlighter. If this is not defined, it will inherit the value
from the fieldType. If the fieldType does not define a value, it will default
to false.",
[junit4] 2> "default":"false"},
[junit4] 2> "docValues":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, field values will be stored
in a column-oriented docValues structure. This can be more efficient for some
fields, particularly those used for faceting. More information is available
from https://lucene.apache.org/solr/guide/docvalues.html. If this is not
defined, it will inherit the value from the fieldType. If the fieldType does
not define a value, it will default to true for all non-text fields (such as
dates, integers, longs, etc.)."},
[junit4] 2> "termPayloads":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, term vectors will include
payloads. If this is not defined, it will inherit the value from the fieldType.
If the fieldType does not define a value, it will default to false.",
[junit4] 2> "default":"false"},
[junit4] 2> "useDocValuesAsStored":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true and docValues are enabled for
the field, the field will be returned when all fields are requested (using '*'
with the fl parameter), even if it is not stored. If this is not defined, it
will inherit the value from the fieldType. If the fieldType does not define a
value, it will default to true.",
[junit4] 2> "default":"true"}},
[junit4] 2> "required":[
[junit4] 2> "name",
[junit4] 2> "type"]},
[junit4] 2> "add-field-type":{
[junit4] 2> "type":"object",
[junit4] 2> "properties":{
[junit4] 2> "name":{
[junit4] 2> "type":"string",
[junit4] 2> "description":"The name of the field type. This name
is used when defining a field. It is strongly recommended that field type names
consist only of alphanumeric or underscore characters and not start with a
digit."},
[junit4] 2> "class":{
[junit4] 2> "type":"string",
[junit4] 2> "description":"The class name to use for the field
type. Class names do not need to be fully qualified if they are included with
Solr, so instead of 'org.apache.solr.schema.TextField', you can abbreviate the
name as 'solr.TextField'. Custom or third-party class names may need to be
fully qualified, however."},
[junit4] 2> "positionIncrementGap":{
[junit4] 2> "type":"integer",
[junit4] 2> "description":"The distance between the values of a
multivalued field. This is used to prevent inaccurate phrase matches across two
separate values of the same field.",
[junit4] 2> "default":"0"},
[junit4] 2> "autoGeneratePhraseQueries":{
[junit4] 2> "type":"boolean",
[junit4] 2> "description":"If true, phrase queries will
automatically be generated for adjacent terms. If false, terms must also be
enclosed in double-quotes to be treated as phrases.",
[junit4]
[...truncated too long message...]
plitWithRule_shard1_0_replica0] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@f0d6396: rootName = null,
domain = solr.core.shardSplitWithRule.shard1_0.replica0, service url = null,
agent id = null] for registry solr.core.shardSplitWithRule.shard1_0.replica0 /
com.codahale.metrics.MetricRegistry@3c7d7b04
[junit4] 2> 2211781 INFO
(recoveryExecutor-3788-thread-1-processing-n:127.0.0.1:63241_
x:shardSplitWithRule_shard1_0_replica0 s:shard1_0 c:shardSplitWithRule
r:core_node10) [n:127.0.0.1:63241_ c:shardSplitWithRule s:shard1_0
r:core_node10 x:shardSplitWithRule_shard1_0_replica0] o.a.s.m.SolrMetricManager
Closing metric reporters for
registry=solr.collection.shardSplitWithRule.shard1_0.leader, tag=1004032853
[junit4] 2> 2211781 WARN
(recoveryExecutor-3788-thread-1-processing-n:127.0.0.1:63241_
x:shardSplitWithRule_shard1_0_replica0 s:shard1_0 c:shardSplitWithRule
r:core_node10) [n:127.0.0.1:63241_ c:shardSplitWithRule s:shard1_0
r:core_node10 x:shardSplitWithRule_shard1_0_replica0] o.a.s.c.RecoveryStrategy
Stopping recovery for core=[shardSplitWithRule_shard1_0_replica0]
coreNodeName=[core_node10]
[junit4] 2> 2211783 WARN
(updateExecutor-3787-thread-2-processing-n:127.0.0.1:63241_
x:shardSplitWithRule_shard1_0_replica0 s:shard1_0 c:shardSplitWithRule
r:core_node10) [n:127.0.0.1:63241_ c:shardSplitWithRule s:shard1_0
r:core_node10 x:shardSplitWithRule_shard1_0_replica0]
o.a.s.u.DefaultSolrCoreState Skipping recovery because Solr is shutdown
[junit4] 2> 2211783 INFO
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[66542A43EACD998A]) [ ]
o.a.s.c.Overseer Overseer (id=99233499801911314-127.0.0.1:63241_-n_0000000004)
closing
[junit4] 2> 2211783 INFO
(OverseerStateUpdate-99233499801911314-127.0.0.1:63241_-n_0000000004)
[n:127.0.0.1:63241_ ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:63241_
[junit4] 2> 2211783 WARN
(OverseerAutoScalingTriggerThread-99233499801911314-127.0.0.1:63241_-n_0000000004)
[n:127.0.0.1:63241_ ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread
woken up but we are closed, exiting.
[junit4] 2> 2211787 INFO
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[66542A43EACD998A]) [ ]
o.e.j.s.AbstractConnector Stopped
ServerConnector@59d7e91b{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 2211787 INFO
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[66542A43EACD998A]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@49b06209{/,null,UNAVAILABLE}
[junit4] 2> 2211790 INFO
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[66542A43EACD998A]) [ ]
o.a.s.c.ChaosMonkey monkey: stop jetty! 63197
[junit4] 2> 2211790 ERROR
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[66542A43EACD998A]) [ ]
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> 2211791 INFO
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[66542A43EACD998A]) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:63194 63194
[junit4] 2> 2211809 INFO (Thread-3529) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:63194 63194
[junit4] 2> 2215215 WARN (Thread-3529) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 7 /solr/aliases.json
[junit4] 2> 5 /solr/security.json
[junit4] 2> 5 /solr/configs/conf1
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 60 /solr/collections/shardSplitWithRule/state.json
[junit4] 2> 7 /solr/clusterprops.json
[junit4] 2> 7 /solr/clusterstate.json
[junit4] 2> 5 /solr/autoscaling.json
[junit4] 2> 4 /solr/collections/collection1/state.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 7 /solr/live_nodes
[junit4] 2> 7 /solr/collections
[junit4] 2> 5 /solr/overseer/queue
[junit4] 2> 5 /solr/autoscaling/events/.auto_add_replicas
[junit4] 2> 5 /solr/overseer/collection-queue-work
[junit4] 2> 5 /solr/overseer/queue-work
[junit4] 2>
[junit4] 2> NOTE: leaving temporary files on disk at:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_66542A43EACD998A-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70):
{rnd_b=PostingsFormat(name=Memory), shard_s=PostingsFormat(name=Direct),
a_t=PostingsFormat(name=Direct), id=PostingsFormat(name=Memory)},
docValues:{rnd_b=DocValuesFormat(name=Direct),
shard_s=DocValuesFormat(name=Memory), _version_=DocValuesFormat(name=Memory),
n_ti=DocValuesFormat(name=Memory), a_t=DocValuesFormat(name=Memory),
a_i=DocValuesFormat(name=Direct), id=DocValuesFormat(name=Direct)},
maxPointsInLeafNode=1172, maxMBSortInHeap=5.1719169177845705,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@720cf215),
locale=ar-MR, timezone=Africa/Brazzaville
[junit4] 2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 9
(64-bit)/cpus=3,threads=1,free=156233336,total=527958016
[junit4] 2> NOTE: All tests run in this JVM: [CollectionsAPISolrJTest,
SuggesterFSTTest, DisMaxRequestHandlerTest, InfixSuggestersTest,
TestNonDefinedSimilarityFactory, TestManagedSchemaThreadSafety, TestOrdValues,
SolrInfoBeanTest, ExitableDirectoryReaderTest, AssignBackwardCompatibilityTest,
TestSchemaManager, TestWriterPerf, TestFieldResource,
TestHttpShardHandlerFactory, BJQParserTest, TestCoreDiscovery,
SolrJmxReporterTest, TestFieldTypeResource, TestRandomFlRTGCloud,
TestInPlaceUpdatesStandalone, ZkCLITest, ShufflingReplicaListTransformerTest,
TestFreeTextSuggestions, ResponseLogComponentTest, TestZkAclsWithHadoopAuth,
RAMDirectoryFactoryTest, TestCustomDocTransformer, NotRequiredUniqueKeyTest,
TestUtilizeNode, TestEmbeddedSolrServerSchemaAPI, TestAuthenticationFramework,
TestManagedResource, HdfsAutoAddReplicasIntegrationTest,
TestMaxScoreQueryParser, TestSkipOverseerOperations, DistanceFunctionTest,
TestTestInjection, TestLeaderElectionWithEmptyReplica, ForceLeaderTest,
TestStreamBody, SystemLogListenerTest, SolrMetricsIntegrationTest,
TestLegacyField, TestSolrCoreProperties, HdfsWriteToMultipleCollectionsTest,
TestDocBasedVersionConstraints, TestReRankQParserPlugin,
AtomicUpdateProcessorFactoryTest, PeerSyncWithIndexFingerprintCachingTest,
ZkFailoverTest, TestScoreJoinQPScore, DistributedTermsComponentTest,
TestCloudPivotFacet, SolrCloudReportersTest, MissingSegmentRecoveryTest,
TestQuerySenderNoQuery, TestTolerantSearch, CdcrBootstrapTest,
TestAtomicUpdateErrorCases, TestSha256AuthenticationProvider,
TestDistributedSearch, SuggesterTSTTest, CircularListTest, TestFieldSortValues,
TestInfoStreamLogging, TestReplicationHandlerBackup,
DistributedFacetSimpleRefinementLongTailTest, TestMacros,
TestComputePlanAction, TestFuzzyAnalyzedSuggestions, DeleteShardTest,
UUIDFieldTest, URLClassifyProcessorTest, TestSurroundQueryParser,
CollectionReloadTest, TestDynamicFieldResource, TestSchemaVersionResource,
DateFieldTest, SolrRequestParserTest, TestOnReconnectListenerSupport,
OverseerRolesTest, TestLazyCores, TestJsonFacets, HdfsLockFactoryTest,
SpellCheckCollatorTest, RecoveryZkTest, SimpleCollectionCreateDeleteTest,
TestDistributedStatsComponentCardinality, HighlighterMaxOffsetTest,
TestClassicSimilarityFactory, TriLevelCompositeIdRoutingTest,
BigEndianAscendingWordSerializerTest, TestSimDistributedQueue,
AnalyticsMergeStrategyTest, TestSweetSpotSimilarityFactory,
ChaosMonkeySafeLeaderWithPullReplicasTest, ConfigSetsAPITest,
TestPhraseSuggestions, TestUniqueKeyFieldResource, HdfsBasicDistributedZkTest,
OverseerCollectionConfigSetProcessorTest, ScriptEngineTest, SyncSliceTest,
LeaderInitiatedRecoveryOnCommitTest, SortSpecParsingTest,
TestGeoJSONResponseWriter, MetricTriggerTest, FieldAnalysisRequestHandlerTest,
TestLockTree, TestFieldCacheSort, DistributedQueryComponentCustomSortTest,
DistribJoinFromCollectionTest, DistributedFacetPivotLongTailTest,
BadCopyFieldTest, AlternateDirectoryTest, TestUpdate, TestPseudoReturnFields,
BasicAuthIntegrationTest, TestComplexPhraseQParserPlugin,
TestDFRSimilarityFactory, TestNumericTerms64, CdcrReplicationHandlerTest,
TestPullReplica, NodeLostTriggerTest, BadIndexSchemaTest, DateRangeFieldTest,
RecoveryAfterSoftCommitTest, TestBlendedInfixSuggestions,
TestCursorMarkWithoutUniqueKey, TestTrackingShardHandlerFactory,
SolrGraphiteReporterTest, TestCorePropertiesReload,
XsltUpdateRequestHandlerTest, NumericFieldsTest,
SpellCheckCollatorWithCollapseTest, ChaosMonkeyNothingIsSafeTest,
QueryParsingTest, TestSlowCompositeReaderWrapper,
TestCollectionsAPIViaSolrCloudCluster, TestUseDocValuesAsStored,
RequestLoggingTest, CursorMarkTest, IndexSchemaTest,
UniqFieldsUpdateProcessorFactoryTest, DistributedDebugComponentTest,
TestShortCircuitedRequests, AutoAddReplicasPlanActionTest, TestXmlQParser,
ReplaceNodeTest, TestFiltering, UnloadDistributedZkTest, ResponseHeaderTest,
TestIBSimilarityFactory, WrapperMergePolicyFactoryTest, TestApiFramework,
TestRandomDVFaceting, SolrTestCaseJ4Test, TestNodeLostTrigger,
TestSolr4Spatial2, TestSolr4Spatial, ChangedSchemaMergeTest, OutputWriterTest,
BlockCacheTest, SpatialRPTFieldTypeTest,
TestOverriddenPrefixQueryForCustomFieldType,
SuggestComponentContextFilterQueryTest, TestExclusionRuleCollectionAccess,
BlobRepositoryCloudTest, HttpPartitionTest, MultiTermTest, SuggesterTest,
DistanceUnitsTest, HdfsSyncSliceTest, TestPHPSerializedResponseWriter,
TestLFUCache, TestBinaryField, TestHighlightDedupGrouping, CdcrUpdateLogTest,
RequestHandlersTest, DirectUpdateHandlerTest, TestStressUserVersions,
TriggerIntegrationTest, EnumFieldTest, TestRecovery, StatsComponentTest,
ShardSplitTest]
[junit4] Completed [467/765 (3!)] on J0 in 276.15s, 5 tests, 1 failure <<<
FAILURES!
[...truncated 41855 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]