Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18898/
Java: 64bit/jdk-9-ea+153 -XX:+UseCompressedOops -XX:+UseSerialGC
3 tests failed.
FAILED: org.apache.solr.handler.TestReqParamsAPI.test
Error Message:
Could not get expected value 'A val' for path 'response/params/x/a' full
output: { "responseHeader":{ "status":0, "QTime":0},
"response":{"znodeVersion":-1}}, from server:
http://127.0.0.1:39385/solr/collection1_shard1_replica1
Stack Trace:
java.lang.AssertionError: Could not get expected value 'A val' for path
'response/params/x/a' full output: {
"responseHeader":{
"status":0,
"QTime":0},
"response":{"znodeVersion":-1}}, from server:
http://127.0.0.1:39385/solr/collection1_shard1_replica1
at
__randomizedtesting.SeedInfo.seed([28FE3AF9060D05D1:A0AA0523A8F16829]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:556)
at
org.apache.solr.handler.TestReqParamsAPI.testReqParams(TestReqParamsAPI.java:110)
at
org.apache.solr.handler.TestReqParamsAPI.test(TestReqParamsAPI.java:69)
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:543)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
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.handler.admin.TestApiFramework.testFramework
Error Message:
Could not initialize class org.easymock.internal.ClassProxyFactory$2
Stack Trace:
java.lang.NoClassDefFoundError: Could not initialize class
org.easymock.internal.ClassProxyFactory$2
at
__randomizedtesting.SeedInfo.seed([28FE3AF9060D05D1:3F88F0DE00D9E9EC]:0)
at
org.easymock.internal.ClassProxyFactory.createEnhancer(ClassProxyFactory.java:259)
at
org.easymock.internal.ClassProxyFactory.createProxy(ClassProxyFactory.java:174)
at org.easymock.internal.MocksControl.createMock(MocksControl.java:60)
at org.easymock.EasyMock.createMock(EasyMock.java:104)
at
org.apache.solr.handler.admin.TestCoreAdminApis.getCoreContainerMock(TestCoreAdminApis.java:76)
at
org.apache.solr.handler.admin.TestApiFramework.testFramework(TestApiFramework.java:59)
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:543)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
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.handler.admin.TestCoreAdminApis.testCalls
Error Message:
Stack Trace:
java.lang.ExceptionInInitializerError
at
__randomizedtesting.SeedInfo.seed([28FE3AF9060D05D1:1A3F25928381B676]:0)
at
net.sf.cglib.core.KeyFactory$Generator.generateClass(KeyFactory.java:166)
at
net.sf.cglib.core.DefaultGeneratorStrategy.generate(DefaultGeneratorStrategy.java:25)
at
net.sf.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:216)
at net.sf.cglib.core.KeyFactory$Generator.create(KeyFactory.java:144)
at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:116)
at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:108)
at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:104)
at net.sf.cglib.proxy.Enhancer.<clinit>(Enhancer.java:69)
at
org.easymock.internal.ClassProxyFactory.createEnhancer(ClassProxyFactory.java:259)
at
org.easymock.internal.ClassProxyFactory.createProxy(ClassProxyFactory.java:174)
at org.easymock.internal.MocksControl.createMock(MocksControl.java:60)
at org.easymock.EasyMock.createMock(EasyMock.java:104)
at
org.apache.solr.handler.admin.TestCoreAdminApis.getCoreContainerMock(TestCoreAdminApis.java:76)
at
org.apache.solr.handler.admin.TestCoreAdminApis.testCalls(TestCoreAdminApis.java:43)
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:543)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
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.reflect.InaccessibleObjectException: Unable to make
protected final java.lang.Class
java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
throws java.lang.ClassFormatError accessible: module java.base does not "opens
java.lang" to unnamed module @447e58c9
at
java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:207)
at
java.base/java.lang.reflect.Method.checkCanSetAccessible(Method.java:192)
at java.base/java.lang.reflect.Method.setAccessible(Method.java:186)
at net.sf.cglib.core.ReflectUtils$2.run(ReflectUtils.java:56)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at net.sf.cglib.core.ReflectUtils.<clinit>(ReflectUtils.java:46)
... 52 more
Build Log:
[...truncated 10976 lines...]
[junit4] Suite: org.apache.solr.handler.admin.TestCoreAdminApis
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.admin.TestCoreAdminApis_28FE3AF9060D05D1-001/init-core-data-001
[junit4] 2> 219601 INFO
(SUITE-TestCoreAdminApis-seed#[28FE3AF9060D05D1]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields
[junit4] 2> 219603 INFO
(SUITE-TestCoreAdminApis-seed#[28FE3AF9060D05D1]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0,
clientAuth=0.0/0.0)
[junit4] 2> 219606 INFO
(TEST-TestCoreAdminApis.testCalls-seed#[28FE3AF9060D05D1]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testCalls
[junit4] 2> 219644 INFO
(TEST-TestCoreAdminApis.testCalls-seed#[28FE3AF9060D05D1]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testCalls
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestCoreAdminApis
-Dtests.method=testCalls -Dtests.seed=28FE3AF9060D05D1 -Dtests.multiplier=3
-Dtests.slow=true -Dtests.locale=kde-TZ -Dtests.timezone=America/Anguilla
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
[junit4] ERROR 0.04s J2 | TestCoreAdminApis.testCalls <<<
[junit4] > Throwable #1: java.lang.ExceptionInInitializerError
[junit4] > at
__randomizedtesting.SeedInfo.seed([28FE3AF9060D05D1:1A3F25928381B676]:0)
[junit4] > at
net.sf.cglib.core.KeyFactory$Generator.generateClass(KeyFactory.java:166)
[junit4] > at
net.sf.cglib.core.DefaultGeneratorStrategy.generate(DefaultGeneratorStrategy.java:25)
[junit4] > at
net.sf.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:216)
[junit4] > at
net.sf.cglib.core.KeyFactory$Generator.create(KeyFactory.java:144)
[junit4] > at
net.sf.cglib.core.KeyFactory.create(KeyFactory.java:116)
[junit4] > at
net.sf.cglib.core.KeyFactory.create(KeyFactory.java:108)
[junit4] > at
net.sf.cglib.core.KeyFactory.create(KeyFactory.java:104)
[junit4] > at
net.sf.cglib.proxy.Enhancer.<clinit>(Enhancer.java:69)
[junit4] > at
org.easymock.internal.ClassProxyFactory.createEnhancer(ClassProxyFactory.java:259)
[junit4] > at
org.easymock.internal.ClassProxyFactory.createProxy(ClassProxyFactory.java:174)
[junit4] > at
org.easymock.internal.MocksControl.createMock(MocksControl.java:60)
[junit4] > at org.easymock.EasyMock.createMock(EasyMock.java:104)
[junit4] > at
org.apache.solr.handler.admin.TestCoreAdminApis.getCoreContainerMock(TestCoreAdminApis.java:76)
[junit4] > at
org.apache.solr.handler.admin.TestCoreAdminApis.testCalls(TestCoreAdminApis.java:43)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] > at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] > at
java.base/java.lang.reflect.Method.invoke(Method.java:543)
[junit4] > at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] > Caused by: java.lang.reflect.InaccessibleObjectException:
Unable to make protected final java.lang.Class
java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
throws java.lang.ClassFormatError accessible: module java.base does not "opens
java.lang" to unnamed module @447e58c9
[junit4] > at
java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:207)
[junit4] > at
java.base/java.lang.reflect.Method.checkCanSetAccessible(Method.java:192)
[junit4] > at
java.base/java.lang.reflect.Method.setAccessible(Method.java:186)
[junit4] > at
net.sf.cglib.core.ReflectUtils$2.run(ReflectUtils.java:56)
[junit4] > at
java.base/java.security.AccessController.doPrivileged(Native Method)
[junit4] > at
net.sf.cglib.core.ReflectUtils.<clinit>(ReflectUtils.java:46)
[junit4] > ... 52 more
[junit4] 2> 219645 INFO
(SUITE-TestCoreAdminApis-seed#[28FE3AF9060D05D1]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.admin.TestCoreAdminApis_28FE3AF9060D05D1-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {},
docValues:{}, maxPointsInLeafNode=1472, maxMBSortInHeap=5.646376966259771,
sim=RandomSimilarity(queryNorm=false): {}, locale=kde-TZ,
timezone=America/Anguilla
[junit4] 2> NOTE: Linux 4.4.0-53-generic amd64/Oracle Corporation 9-ea
(64-bit)/cpus=12,threads=1,free=108744952,total=508952576
[junit4] 2> NOTE: All tests run in this JVM: [SolrXmlInZkTest,
TestZkChroot, HdfsBasicDistributedZk2Test, TestConfigSetsAPI, TestWriterPerf,
JsonValidatorTest, CheckHdfsIndexTest, RollingRestartTest, TestSolrCoreParser,
HdfsDirectoryFactoryTest, TestCustomDocTransformer, TestCSVResponseWriter,
SortSpecParsingTest, HdfsUnloadDistributedZkTest, TestExactStatsCache,
TestGroupingSearch, TestCustomSort, TestStressReorder,
TestSolrConfigHandlerCloud, CdcrUpdateLogTest, TolerantUpdateProcessorTest,
TestTrackingShardHandlerFactory, DeleteNodeTest, TestInitParams,
FieldAnalysisRequestHandlerTest, SolrMetricsIntegrationTest, PrimUtilsTest,
TestDistributedStatsComponentCardinality, TestSizeLimitedDistributedMap,
MBeansHandlerTest, TestSolrXml, LeaderElectionContextKeyTest,
SolrPluginUtilsTest, BadIndexSchemaTest, TestDynamicFieldResource,
TestCoreAdminApis]
[junit4] Completed [65/692 (1!)] on J2 in 0.05s, 1 test, 1 error <<<
FAILURES!
[...truncated 1 lines...]
[junit4] Suite: org.apache.solr.handler.TestReqParamsAPI
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_28FE3AF9060D05D1-001/init-core-data-001
[junit4] 2> 209271 INFO
(SUITE-TestReqParamsAPI-seed#[28FE3AF9060D05D1]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields
[junit4] 2> 209272 INFO
(SUITE-TestReqParamsAPI-seed#[28FE3AF9060D05D1]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0,
clientAuth=0.0/0.0)
[junit4] 2> 209273 INFO
(SUITE-TestReqParamsAPI-seed#[28FE3AF9060D05D1]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_28FE3AF9060D05D1-001/tempDir-001
[junit4] 2> 209273 INFO
(SUITE-TestReqParamsAPI-seed#[28FE3AF9060D05D1]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 209273 INFO (Thread-433) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 209273 INFO (Thread-433) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 209373 INFO
(SUITE-TestReqParamsAPI-seed#[28FE3AF9060D05D1]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:46866
[junit4] 2> 209378 INFO (jetty-launcher-309-thread-1) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 209379 INFO (jetty-launcher-309-thread-2) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 209379 INFO (jetty-launcher-309-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@2a9539d4{/solr,null,AVAILABLE}
[junit4] 2> 209379 INFO (jetty-launcher-309-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@5eb48498{/solr,null,AVAILABLE}
[junit4] 2> 209383 INFO (jetty-launcher-309-thread-1) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@5791384b{HTTP/1.1,[http/1.1]}{127.0.0.1:?????}
[junit4] 2> 209383 INFO (jetty-launcher-309-thread-2) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@7cdee4ed{HTTP/1.1,[http/1.1]}{127.0.0.1:?????}
[junit4] 2> 209383 INFO (jetty-launcher-309-thread-1) [ ]
o.e.j.s.Server Started @??????ms
[junit4] 2> 209383 INFO (jetty-launcher-309-thread-2) [ ]
o.e.j.s.Server Started @??????ms
[junit4] 2> 209383 INFO (jetty-launcher-309-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=39385}
[junit4] 2> 209383 INFO (jetty-launcher-309-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=35774}
[junit4] 2> 209384 ERROR (jetty-launcher-309-thread-1) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 209384 ERROR (jetty-launcher-309-thread-2) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 209384 INFO (jetty-launcher-309-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 209384 INFO (jetty-launcher-309-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 209384 INFO (jetty-launcher-309-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 209384 INFO (jetty-launcher-309-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 209384 INFO (jetty-launcher-309-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 209384 INFO (jetty-launcher-309-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 209384 INFO (jetty-launcher-309-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-02-03T18:59:44.630421Z
[junit4] 2> 209384 INFO (jetty-launcher-309-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-02-03T18:59:44.630445Z
[junit4] 2> 209399 INFO (jetty-launcher-309-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 209399 INFO (jetty-launcher-309-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 209403 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x15a0558b70a0001, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> 209406 INFO (jetty-launcher-309-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46866/solr
[junit4] 2> 209407 INFO (jetty-launcher-309-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46866/solr
[junit4] 2> 209426 INFO (jetty-launcher-309-thread-1) [ ]
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39385_solr
[junit4] 2> 209426 INFO (jetty-launcher-309-thread-2) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:35774_solr
[junit4] 2> 209427 INFO (jetty-launcher-309-thread-1) [ ]
o.a.s.c.Overseer Overseer
(id=97396220528033798-127.0.0.1:39385_solr-n_0000000000) starting
[junit4] 2> 209427 INFO (zkCallback-319-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 209428 INFO (zkCallback-320-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 209432 INFO (jetty-launcher-309-thread-1) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:39385_solr
[junit4] 2> 209434 INFO (zkCallback-319-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 209434 INFO (zkCallback-320-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 209572 INFO (jetty-launcher-309-thread-2) [ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_28FE3AF9060D05D1-001/tempDir-001/node2/.
[junit4] 2> 209576 INFO (jetty-launcher-309-thread-1) [ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_28FE3AF9060D05D1-001/tempDir-001/node1/.
[junit4] 2> 209599 INFO
(SUITE-TestReqParamsAPI-seed#[28FE3AF9060D05D1]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 209599 INFO
(SUITE-TestReqParamsAPI-seed#[28FE3AF9060D05D1]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46866/solr ready
[junit4] 2> 209606 INFO (qtp1911264651-1810) [ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=2&collection.configName=conf1&name=collection1&action=CREATE&numShards=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 209607 INFO (OverseerThreadFactory-868-thread-1) [ ]
o.a.s.c.CreateCollectionCmd Create collection collection1
[junit4] 2> 209712 INFO (qtp1911264651-1812) [ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=collection1_shard1_replica1&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2
[junit4] 2> 209712 INFO (qtp1792547614-1819) [ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=collection1_shard1_replica2&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2
[junit4] 2> 209816 INFO (zkCallback-320-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 209816 INFO (zkCallback-319-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 210720 INFO (qtp1911264651-1812) [ ] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.0.0
[junit4] 2> 210732 INFO (qtp1792547614-1819) [ ] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.0.0
[junit4] 2> 210738 INFO (qtp1911264651-1812) [ ] o.a.s.s.IndexSchema
[collection1_shard1_replica1] Schema name=minimal
[junit4] 2> 210740 INFO (qtp1792547614-1819) [ ] o.a.s.s.IndexSchema
[collection1_shard1_replica2] Schema name=minimal
[junit4] 2> 210740 INFO (qtp1911264651-1812) [ ] o.a.s.s.IndexSchema
Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 210740 INFO (qtp1911264651-1812) [ ] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard1_replica1' using configuration from
collection collection1
[junit4] 2> 210741 INFO (qtp1911264651-1812) [ ] o.a.s.c.SolrCore
[[collection1_shard1_replica1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_28FE3AF9060D05D1-001/tempDir-001/node1/collection1_shard1_replica1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_28FE3AF9060D05D1-001/tempDir-001/node1/./collection1_shard1_replica1/data/]
[junit4] 2> 210742 INFO (qtp1792547614-1819) [ ] o.a.s.s.IndexSchema
Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 210742 INFO (qtp1792547614-1819) [ ] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard1_replica2' using configuration from
collection collection1
[junit4] 2> 210743 INFO (qtp1792547614-1819) [ ] o.a.s.c.SolrCore
[[collection1_shard1_replica2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_28FE3AF9060D05D1-001/tempDir-001/node2/collection1_shard1_replica2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_28FE3AF9060D05D1-001/tempDir-001/node2/./collection1_shard1_replica2/data/]
[junit4] 2> 210891 INFO (qtp1911264651-1812) [ ] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 210891 INFO (qtp1911264651-1812) [ ] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 210895 INFO (qtp1792547614-1819) [ ] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 210895 INFO (qtp1792547614-1819) [ ] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 210895 INFO (qtp1911264651-1812) [ ] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 210895 INFO (qtp1911264651-1812) [ ] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 210896 INFO (qtp1911264651-1812) [ ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@2ccc4271[collection1_shard1_replica1] main]
[junit4] 2> 210896 INFO (qtp1911264651-1812) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 210896 INFO (qtp1911264651-1812) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 210896 INFO (qtp1911264651-1812) [ ]
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at
/configs/conf1/managed-schema
[junit4] 2> 210897 INFO (qtp1911264651-1812) [ ]
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
[junit4] 2> 210897 INFO (qtp1911264651-1812) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 210897 INFO (searcherExecutor-873-thread-1) [ ]
o.a.s.c.SolrCore [collection1_shard1_replica1] Registered new searcher
Searcher@2ccc4271[collection1_shard1_replica1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 210897 INFO (qtp1911264651-1812) [ ] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1558339530148282368
[junit4] 2> 210900 INFO (qtp1792547614-1819) [ ] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 210900 INFO (qtp1792547614-1819) [ ] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 210900 INFO (qtp1792547614-1819) [ ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@77822d32[collection1_shard1_replica2] main]
[junit4] 2> 210901 INFO (qtp1792547614-1819) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 210901 INFO (qtp1792547614-1819) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 210901 INFO (qtp1792547614-1819) [ ]
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at
/configs/conf1/managed-schema
[junit4] 2> 210901 INFO (qtp1911264651-1812) [ ]
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for
shard shard1: total=2 found=1 timeoutin=9999ms
[junit4] 2> 210901 INFO (qtp1792547614-1819) [ ]
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
[junit4] 2> 210901 INFO (qtp1792547614-1819) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 210901 INFO (searcherExecutor-874-thread-1) [ ]
o.a.s.c.SolrCore [collection1_shard1_replica2] Registered new searcher
Searcher@77822d32[collection1_shard1_replica2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 210901 INFO (qtp1792547614-1819) [ ] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1558339530152476672
[junit4] 2> 211002 INFO (zkCallback-320-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 211002 INFO (zkCallback-319-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 211402 INFO (qtp1911264651-1812) [ ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 211402 INFO (qtp1911264651-1812) [ ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 211402 INFO (qtp1911264651-1812) [ ] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:39385/solr/collection1_shard1_replica1/
[junit4] 2> 211402 INFO (qtp1911264651-1812) [ ] o.a.s.u.PeerSync
PeerSync: core=collection1_shard1_replica1 url=http://127.0.0.1:39385/solr
START replicas=[http://127.0.0.1:35774/solr/collection1_shard1_replica2/]
nUpdates=100
[junit4] 2> 211402 INFO (qtp1911264651-1812) [ ] o.a.s.u.PeerSync
PeerSync: core=collection1_shard1_replica1 url=http://127.0.0.1:39385/solr
DONE. We have no versions. sync failed.
[junit4] 2> 211404 INFO (qtp1792547614-1821) [ ] o.a.s.c.S.Request
[collection1_shard1_replica2] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 211404 INFO (qtp1911264651-1812) [ ] o.a.s.c.SyncStrategy
Leader's attempt to sync with shard failed, moving to the next candidate
[junit4] 2> 211404 INFO (qtp1911264651-1812) [ ]
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we
can't sync in that case - we were active before, so become leader anyway
[junit4] 2> 211406 INFO (qtp1911264651-1812) [ ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:39385/solr/collection1_shard1_replica1/ shard1
[junit4] 2> 211507 INFO (zkCallback-320-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 211507 INFO (zkCallback-319-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 211556 INFO (qtp1911264651-1812) [ ] o.a.s.c.ZkController
I am the leader, no recovery necessary
[junit4] 2> 211559 INFO (qtp1911264651-1812) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=collection1_shard1_replica1&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2}
status=0 QTime=1847
[junit4] 2> 211659 INFO (zkCallback-320-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 211659 INFO (zkCallback-319-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 211907 INFO (qtp1792547614-1819) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=collection1_shard1_replica2&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2}
status=0 QTime=2195
[junit4] 2> 211909 INFO (qtp1911264651-1810) [ ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 212007 INFO (zkCallback-320-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 212007 INFO (zkCallback-319-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 212909 INFO (qtp1911264651-1810) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/collections
params={replicationFactor=2&collection.configName=conf1&name=collection1&action=CREATE&numShards=1&wt=javabin&version=2}
status=0 QTime=3303
[junit4] 2> 212918 INFO
(TEST-TestReqParamsAPI.test-seed#[28FE3AF9060D05D1]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting test
[junit4] 2> 212924 INFO
(TEST-TestReqParamsAPI.test-seed#[28FE3AF9060D05D1]) [ ]
o.a.s.c.TestSolrConfigHandler going to send config command. path
/config?wt=json , payload: {
[junit4] 2> 'create-requesthandler' : { 'name' : '/dump0', 'class':
'org.apache.solr.handler.DumpRequestHandler' }
[junit4] 2> }
[junit4] 2> 212928 INFO (qtp1911264651-1806) [ ]
o.a.s.h.SolrConfigHandler Executed config commands successfully and persisted
to ZK [{"create-requesthandler":{
[junit4] 2> "name":"/dump0",
[junit4] 2> "class":"org.apache.solr.handler.DumpRequestHandler"}}]
[junit4] 2> 212928 INFO (qtp1911264651-1806) [ ]
o.a.s.h.SolrConfigHandler Waiting up to 30 secs for 2 replicas to set the
property overlay to be of version 0 for collection collection1
[junit4] 2> 212928 INFO (Thread-452) [ ] o.a.s.c.SolrCore config
update listener called for core collection1_shard1_replica1
[junit4] 2> 212928 INFO (Thread-453) [ ] o.a.s.c.SolrCore config
update listener called for core collection1_shard1_replica2
[junit4] 2> 212929 INFO (Thread-452) [ ] o.a.s.c.SolrCore core reload
collection1_shard1_replica1
[junit4] 2> 212929 INFO (Thread-453) [ ] o.a.s.c.SolrCore core reload
collection1_shard1_replica2
[junit4] 2> 212930 INFO (solrHandlerExecutor-883-thread-1) [ ]
o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
[junit4] 2> 212931 INFO (solrHandlerExecutor-883-thread-2) [ ]
o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
[junit4] 2> 212934 INFO (Thread-453) [ ] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 7.0.0
[junit4] 2> 212934 INFO (Thread-452) [ ] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 7.0.0
[junit4] 2> 212940 INFO (Thread-453) [ ] o.a.s.s.IndexSchema
[collection1_shard1_replica2] Schema name=minimal
[junit4] 2> 212941 INFO (Thread-452) [ ] o.a.s.s.IndexSchema
[collection1_shard1_replica1] Schema name=minimal
[junit4] 2> 212942 INFO (Thread-453) [ ] o.a.s.s.IndexSchema Loaded
schema minimal/1.1 with uniqueid field id
[junit4] 2> 212943 INFO (Thread-453) [ ] o.a.s.c.CoreContainer
Reloading SolrCore 'collection1_shard1_replica2' using configuration from
collection collection1
[junit4] 2> 212943 INFO (Thread-453) [ ] o.a.s.c.SolrCore
[[collection1_shard1_replica2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_28FE3AF9060D05D1-001/tempDir-001/node2/collection1_shard1_replica2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_28FE3AF9060D05D1-001/tempDir-001/node2/./collection1_shard1_replica2/data/]
[junit4] 2> 212944 INFO (Thread-452) [ ] o.a.s.s.IndexSchema Loaded
schema minimal/1.1 with uniqueid field id
[junit4] 2> 212944 INFO (Thread-452) [ ] o.a.s.c.CoreContainer
Reloading SolrCore 'collection1_shard1_replica1' using configuration from
collection collection1
[junit4] 2> 212964 INFO (Thread-452) [ ] o.a.s.c.SolrCore
[[collection1_shard1_replica1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_28FE3AF9060D05D1-001/tempDir-001/node1/collection1_shard1_replica1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_28FE3AF9060D05D1-001/tempDir-001/node1/./collection1_shard1_replica1/data/]
[junit4] 2> 213032 INFO (qtp1792547614-1815) [ ]
o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
[junit4] 2> 213032 INFO (qtp1911264651-1810) [ ]
o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
[junit4] 2> 213032 INFO (qtp1792547614-1815) [ ] o.a.s.c.S.Request
[collection1_shard1_replica2] webapp=/solr path=/config/znodeVersion
params={overlay=0&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 213032 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.h.SolrConfigHandler Trying to update my configs
[junit4] 2> 213032 INFO (qtp1911264651-1810) [ ] o.a.s.c.S.Request
[collection1_shard1_replica1] webapp=/solr path=/config/znodeVersion
params={overlay=0&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 213032 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.c.SolrCore config update listener called for core
collection1_shard1_replica2
[junit4] 2> 213032 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.h.SolrConfigHandler Trying to update my configs
[junit4] 2> 213032 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.c.SolrCore config update listener called for core
collection1_shard1_replica1
[junit4] 2> 213032 INFO (solrHandlerExecutor-883-thread-1) [ ]
o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from
http://127.0.0.1:35774/solr/collection1_shard1_replica2/ for prop overlay
after 1 attempts
[junit4] 2> 213032 INFO (solrHandlerExecutor-883-thread-1) [ ]
o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
[junit4] 2> 213032 INFO (solrHandlerExecutor-883-thread-2) [ ]
o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from
http://127.0.0.1:39385/solr/collection1_shard1_replica1/ for prop overlay
after 1 attempts
[junit4] 2> 213032 INFO (solrHandlerExecutor-883-thread-2) [ ]
o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
[junit4] 2> 213033 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.c.SolrCore core reload collection1_shard1_replica1
[junit4] 2> 213033 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.c.SolrCore core reload collection1_shard1_replica2
[junit4] 2> 213062 INFO (Thread-453) [ ] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 213062 INFO (Thread-453) [ ] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 213063 INFO (Thread-453) [ ] o.a.s.s.SolrIndexSearcher
Opening [Searcher@22c23bbf[collection1_shard1_replica2] main]
[junit4] 2> 213063 INFO (Thread-452) [ ] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 213063 INFO (Thread-452) [ ] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 213063 INFO (Thread-452) [ ] o.a.s.s.SolrIndexSearcher
Opening [Searcher@3aedfc1d[collection1_shard1_replica1] main]
[junit4] 2> 213064 INFO (Thread-453) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 213064 INFO (Thread-452) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 213064 INFO (Thread-453) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 213064 INFO (Thread-453) [ ] o.a.s.s.ZkIndexSchemaReader
Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
[junit4] 2> 213064 INFO (Thread-452) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 213064 INFO (Thread-452) [ ] o.a.s.s.ZkIndexSchemaReader
Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
[junit4] 2> 213064 INFO (Thread-453) [ ] o.a.s.s.ZkIndexSchemaReader
Current schema version 0 is already the latest
[junit4] 2> 213064 INFO (Thread-452) [ ] o.a.s.s.ZkIndexSchemaReader
Current schema version 0 is already the latest
[junit4] 2> 213064 INFO (Thread-453) [ ] o.a.s.h.ReplicationHandler
Commits will be reserved for 10000
[junit4] 2> 213064 INFO (Thread-452) [ ] o.a.s.h.ReplicationHandler
Commits will be reserved for 10000
[junit4] 2> 213064 INFO (searcherExecutor-884-thread-1) [ ]
o.a.s.c.SolrCore [collection1_shard1_replica2] Registered new searcher
Searcher@22c23bbf[collection1_shard1_replica2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 213064 INFO (searcherExecutor-885-thread-1) [ ]
o.a.s.c.SolrCore [collection1_shard1_replica1] Registered new searcher
Searcher@3aedfc1d[collection1_shard1_replica1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 213065 INFO (Thread-453) [ ] o.a.s.u.UpdateLog Could not
find max version in index or recent updates, using new clock 1558339532421595136
[junit4] 2> 213065 INFO (Thread-452) [ ] o.a.s.u.UpdateLog Could not
find max version in index or recent updates, using new clock 1558339532421595136
[junit4] 2> 213068 INFO (Thread-453) [ ] o.a.s.u.DefaultSolrCoreState
New IndexWriter is ready to be used.
[junit4] 2> 213068 INFO (Thread-452) [ ] o.a.s.u.DefaultSolrCoreState
New IndexWriter is ready to be used.
[junit4] 2> 213068 INFO (Thread-453) [ ] o.a.s.s.SolrIndexSearcher
Opening [Searcher@56b3fbe6[collection1_shard1_replica2] main]
[junit4] 2> 213068 INFO (Thread-452) [ ] o.a.s.s.SolrIndexSearcher
Opening [Searcher@62479785[collection1_shard1_replica1] main]
[junit4] 2> 213068 INFO (searcherExecutor-884-thread-1) [ ]
o.a.s.c.SolrCore [collection1_shard1_replica2] Registered new searcher
Searcher@56b3fbe6[collection1_shard1_replica2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 213068 INFO (searcherExecutor-885-thread-1) [ ]
o.a.s.c.SolrCore [collection1_shard1_replica1] Registered new searcher
Searcher@62479785[collection1_shard1_replica1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 213068 INFO (Thread-453) [ ] o.a.s.c.SolrCore
[collection1_shard1_replica2] CLOSING SolrCore
org.apache.solr.core.SolrCore@43f966b1
[junit4] 2> 213068 INFO (Thread-453) [ ] o.a.s.m.SolrMetricManager
Closing metric reporters for: solr.core.collection1.shard1.replica2
[junit4] 2> 213090 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 213090 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 213096 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.s.IndexSchema [collection1_shard1_replica1] Schema name=minimal
[junit4] 2> 213096 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.s.IndexSchema [collection1_shard1_replica2] Schema name=minimal
[junit4] 2> 213098 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 213098 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 213099 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.c.CoreContainer Reloading SolrCore 'collection1_shard1_replica1' using
configuration from collection collection1
[junit4] 2> 213099 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.c.CoreContainer Reloading SolrCore 'collection1_shard1_replica2' using
configuration from collection collection1
[junit4] 2> 213099 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.c.SolrCore [[collection1_shard1_replica2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_28FE3AF9060D05D1-001/tempDir-001/node2/collection1_shard1_replica2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_28FE3AF9060D05D1-001/tempDir-001/node2/./collection1_shard1_replica2/data/]
[junit4] 2> 213099 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.c.SolrCore [[collection1_shard1_replica1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_28FE3AF9060D05D1-001/tempDir-001/node1/collection1_shard1_replica1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_28FE3AF9060D05D1-001/tempDir-001/node1/./collection1_shard1_replica1/data/]
[junit4] 2> 213134 INFO (qtp1792547614-1821) [ ]
o.a.s.h.SolrConfigHandler I already have the expected version 0 of config
[junit4] 2> 213134 INFO (qtp1911264651-1807) [ ]
o.a.s.h.SolrConfigHandler I already have the expected version 0 of config
[junit4] 2> 213134 INFO (qtp1792547614-1821) [ ]
o.a.s.h.SolrConfigHandler isStale false , resourceloader
org.apache.solr.cloud.ZkSolrResourceLoader
[junit4] 2> 213134 INFO (qtp1911264651-1807) [ ]
o.a.s.h.SolrConfigHandler isStale false , resourceloader
org.apache.solr.cloud.ZkSolrResourceLoader
[junit4] 2> 213134 INFO (qtp1792547614-1821) [ ] o.a.s.c.S.Request
[collection1_shard1_replica2] webapp=/solr path=/config/znodeVersion
params={overlay=0&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 213134 INFO (qtp1911264651-1807) [ ] o.a.s.c.S.Request
[collection1_shard1_replica1] webapp=/solr path=/config/znodeVersion
params={overlay=0&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 213134 INFO (qtp1911264651-1806) [ ]
o.a.s.h.SolrConfigHandler Took 205.0ms to set the property overlay to be of
version 0 for collection collection1
[junit4] 2> 213134 INFO (qtp1911264651-1806) [ ] o.a.s.c.S.Request
[collection1_shard1_replica1] webapp=/solr path=/config params={wt=json}
status=0 QTime=208
[junit4] 2> 213135 INFO (qtp1911264651-1806) [ ] o.a.s.c.SolrCore
[collection1_shard1_replica1] CLOSING SolrCore
org.apache.solr.core.SolrCore@4b2c8754
[junit4] 2> 213135 INFO (qtp1911264651-1806) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for:
solr.core.collection1.shard1.replica1
[junit4] 2> 213135 INFO
(TEST-TestReqParamsAPI.test-seed#[28FE3AF9060D05D1]) [ ]
o.a.s.c.TestSolrConfigHandler going to send config command. path
/config?wt=json , payload: {
[junit4] 2> 'create-requesthandler' : { 'name' : '/dump1', 'class':
'org.apache.solr.handler.DumpRequestHandler', 'useParams':'x' }
[junit4] 2> }
[junit4] 2> 213136 INFO (qtp1911264651-1812) [ ] o.a.s.c.ZkController
Persisted config data to node /configs/conf1/configoverlay.json
[junit4] 2> 213137 INFO (qtp1911264651-1812) [ ]
o.a.s.h.SolrConfigHandler Executed config commands successfully and persisted
to ZK [{"create-requesthandler":{
[junit4] 2> "name":"/dump1",
[junit4] 2> "class":"org.apache.solr.handler.DumpRequestHandler",
[junit4] 2> "useParams":"x"}}]
[junit4] 2> 213137 INFO (qtp1911264651-1812) [ ]
o.a.s.h.SolrConfigHandler Waiting up to 30 secs for 2 replicas to set the
property overlay to be of version 1 for collection collection1
[junit4] 2> 213137 INFO (Thread-455) [ ] o.a.s.c.SolrCore config
update listener called for core collection1_shard1_replica2
[junit4] 2> 213138 INFO (Thread-454) [ ] o.a.s.c.SolrCore config
update listener called for core collection1_shard1_replica1
[junit4] 2> 213138 INFO (Thread-455) [ ] o.a.s.c.SolrCore core reload
collection1_shard1_replica2
[junit4] 2> 213138 INFO (Thread-454) [ ] o.a.s.c.SolrCore core reload
collection1_shard1_replica1
[junit4] 2> 213139 INFO (solrHandlerExecutor-894-thread-2) [ ]
o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
[junit4] 2> 213139 INFO (solrHandlerExecutor-894-thread-1) [ ]
o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
[junit4] 2> 213221 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 213221 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 213222 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@2afdf17e[collection1_shard1_replica1] main]
[junit4] 2> 213222 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 213222 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 213224 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@37e7bd3d[collection1_shard1_replica2] main]
[junit4] 2> 213224 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 213224 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 213224 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at
/configs/conf1/managed-schema
[junit4] 2> 213224 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 213224 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
[junit4] 2> 213224 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 213224 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 213224 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at
/configs/conf1/managed-schema
[junit4] 2> 213224 INFO (searcherExecutor-893-thread-1) [ ]
o.a.s.c.SolrCore [collection1_shard1_replica1] Registered new searcher
Searcher@2afdf17e[collection1_shard1_replica1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 213224 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1558339532588318720
[junit4] 2> 213224 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
[junit4] 2> 213225 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 213225 INFO (searcherExecutor-892-thread-1) [ ]
o.a.s.c.SolrCore [collection1_shard1_replica2] Registered new searcher
Searcher@37e7bd3d[collection1_shard1_replica2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 213225 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1558339532589367296
[junit4] 2> 213227 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
[junit4] 2> 213227 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@391151df[collection1_shard1_replica1] main]
[junit4] 2> 213227 INFO (searcherExecutor-893-thread-1) [ ]
o.a.s.c.SolrCore [collection1_shard1_replica1] Registered new searcher
Searcher@391151df[collection1_shard1_replica1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 213228 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
[junit4] 2> 213228 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@46f2d78d[collection1_shard1_replica2] main]
[junit4] 2> 213228 INFO (searcherExecutor-892-thread-1) [ ]
o.a.s.c.SolrCore [collection1_shard1_replica2] Registered new searcher
Searcher@46f2d78d[collection1_shard1_replica2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 213228 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.c.SolrCore [collection1_shard1_replica2] CLOSING SolrCore
org.apache.solr.core.SolrCore@6ca8d30f
[junit4] 2> 213228 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for:
solr.core.collection1.shard1.replica2
[junit4] 2> 213233 INFO (Thread-455) [ ] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 7.0.0
[junit4] 2> 213233 INFO (Thread-454) [ ] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 7.0.0
[junit4] 2> 213239 INFO (Thread-455) [ ] o.a.s.s.IndexSchema
[collection1_shard1_replica2] Schema name=minimal
[junit4] 2> 213240 INFO (qtp1792547614-1821) [ ]
o.a.s.h.SolrConfigHandler expecting overlay version 1 but my version is 0
[junit4] 2> 213240 INFO (qtp1911264651-1810) [ ]
o.a.s.h.SolrConfigHandler expecting overlay version 1 but my version is 0
[junit4] 2> 213241 INFO (qtp1792547614-1821) [ ] o.a.s.c.S.Request
[collection1_shard1_replica2] webapp=/solr path=/config/znodeVersion
params={overlay=1&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 213241 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.h.SolrConfigHandler Trying to update my configs
[junit4] 2> 213241 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.h.SolrConfigHandler Trying to update my configs
[junit4] 2> 213241 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.c.SolrCore config update listener called for core
collection1_shard1_replica2
[junit4] 2> 213241 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.c.SolrCore config update listener called for core
collection1_shard1_replica1
[junit4] 2> 213241 INFO (qtp1911264651-1810) [ ] o.a.s.c.S.Request
[collection1_shard1_replica1] webapp=/solr path=/config/znodeVersion
params={overlay=1&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 213241 INFO (solrHandlerExecutor-894-thread-1) [ ]
o.a.s.h.SolrConfigHandler Could not get expectedVersion 1 from
http://127.0.0.1:35774/solr/collection1_shard1_replica2/ for prop overlay
after 1 attempts
[junit4] 2> 213241 INFO (solrHandlerExecutor-894-thread-1) [ ]
o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
[junit4] 2> 213241 INFO (Thread-454) [ ] o.a.s.s.IndexSchema
[collection1_shard1_replica1] Schema name=minimal
[junit4] 2> 213241 INFO (Thread-455) [ ] o.a.s.s.IndexSchema Loaded
schema minimal/1.1 with uniqueid field id
[junit4] 2> 213241 INFO (solrHandlerExecutor-894-thread-2) [ ]
o.a.s.h.SolrConfigHandler Could not get expectedVersion 1 from
http://127.0.0.1:39385/solr/collection1_shard1_replica1/ for prop overlay
after 1 attempts
[junit4] 2> 213241 INFO (solrHandlerExecutor-894-thread-2) [ ]
o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
[junit4] 2> 213242 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.c.SolrCore core reload collection1_shard1_replica2
[junit4] 2> 213242 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.c.SolrCore core reload collection1_shard1_replica1
[junit4] 2> 213242 INFO (Thread-455) [ ] o.a.s.c.CoreContainer
Reloading SolrCore 'collection1_shard1_replica2' using configuration from
collection collection1
[junit4] 2> 213242 INFO (Thread-455) [ ] o.a.s.c.SolrCore
[[collection1_shard1_replica2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_28FE3AF9060D05D1-001/tempDir-001/node2/collection1_shard1_replica2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_28FE3AF9060D05D1-001/tempDir-001/node2/./collection1_shard1_replica2/data/]
[junit4] 2> 213243 INFO (Thread-454) [ ] o.a.s.s.IndexSchema Loaded
schema minimal/1.1 with uniqueid field id
[junit4] 2> 213244 INFO (Thread-454) [ ] o.a.s.c.CoreContainer
Reloading SolrCore 'collection1_shard1_replica1' using configuration from
collection collection1
[junit4] 2> 213244 INFO (Thread-454) [ ] o.a.s.c.SolrCore
[[collection1_shard1_replica1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_28FE3AF9060D05D1-001/tempDir-001/node1/collection1_shard1_replica1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_28FE3AF9060D05D1-001/tempDir-001/node1/./collection1_shard1_replica1/data/]
[junit4] 2> 213342 INFO (qtp1792547614-1819) [ ]
o.a.s.h.SolrConfigHandler expecting overlay version 1 but my version is 0
[junit4] 2> 213342 INFO (qtp1911264651-1806) [ ]
o.a.s.h.SolrConfigHandler expecting overlay version 1 but my version is 0
[junit4] 2> 213346 INFO (qtp1792547614-1819) [ ] o.a.s.c.S.Request
[collection1_shard1_replica2] webapp=/solr path=/config/znodeVersion
params={overlay=1&wt=javabin&version=2} status=0 QTime=4
[junit4] 2> 213346 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
[junit4] 2> 213346 INFO (qtp1911264651-1806) [ ] o.a.s.c.S.Request
[collection1_shard1_replica1] webapp=/solr path=/config/znodeVersion
params={overlay=1&wt=javabin&version=2} status=0 QTime=4
[junit4] 2> 213346 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
[junit4] 2> 213347 INFO (solrHandlerExecutor-894-thread-2) [ ]
o.a.s.h.SolrConfigHandler Could not get expectedVersion 1 from
http://127.0.0.1:39385/solr/collection1_shard1_replica1/ for prop overlay
after 2 attempts
[junit4] 2> 213347 INFO (solrHandlerExecutor-894-thread-1) [ ]
o.a.s.h.SolrConfigHandler Could not get expectedVersion 1 from
http://127.0.0.1:35774/solr/collection1_shard1_replica2/ for prop overlay
after 2 attempts
[junit4] 2> 213347 INFO (solrHandlerExecutor-894-thread-2) [ ]
o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
[junit4] 2> 213347 INFO (solrHandlerExecutor-894-thread-1) [ ]
o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
[junit4] 2> 213361 INFO (Thread-455) [ ] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 213361 INFO (Thread-455) [ ] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 213363 INFO (Thread-455) [ ] o.a.s.s.SolrIndexSearcher
Opening [Searcher@5f2387e2[collection1_shard1_replica2] main]
[junit4] 2> 213364 INFO (Thread-455) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 213364 INFO (Thread-455) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 213364 INFO (Thread-455) [ ] o.a.s.s.ZkIndexSchemaReader
Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
[junit4] 2> 213364 INFO (Thread-455) [ ] o.a.s.s.ZkIndexSchemaReader
Current schema version 0 is already the latest
[junit4] 2> 213364 INFO (Thread-455) [ ] o.a.s.h.ReplicationHandler
Commits will be reserved for 10000
[junit4] 2> 213365 INFO (searcherExecutor-901-thread-1) [ ]
o.a.s.c.SolrCore [collection1_shard1_replica2] Registered new searcher
Searcher@5f2387e2[collection1_shard1_replica2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 213365 INFO (Thread-455) [ ] o.a.s.u.UpdateLog Could not
find max version in index or recent updates, using new clock 1558339532736167936
[junit4] 2> 213367 INFO (Thread-455) [ ] o.a.s.u.DefaultSolrCoreState
New IndexWriter is ready to be used.
[junit4] 2> 213367 INFO (Thread-455) [ ] o.a.s.s.SolrIndexSearcher
Opening [Searcher@516839be[collection1_shard1_replica2] main]
[junit4] 2> 213367 INFO (searcherExecutor-901-thread-1) [ ]
o.a.s.c.SolrCore [collection1_shard1_replica2] Registered new searcher
Searcher@516839be[collection1_shard1_replica2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 213367 INFO (Thread-455) [ ] o.a.s.c.SolrCore
[collection1_shard1_replica2] CLOSING SolrCore
org.apache.solr.core.SolrCore@7450a199
[junit4] 2> 213368 INFO (Thread-455) [ ] o.a.s.m.SolrMetricManager
Closing metric reporters for: solr.core.collection1.shard1.replica2
[junit4] 2> 213373 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 213374 INFO (Thread-454) [ ] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 213374 INFO (Thread-454) [ ] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 213375 INFO (Thread-454) [ ] o.a.s.s.SolrIndexSearcher
Opening [Searcher@41d14859[collection1_shard1_replica1] main]
[junit4] 2> 213375 INFO (Thread-454) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 213376 INFO (Thread-454) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 213376 INFO (Thread-454) [ ] o.a.s.s.ZkIndexSchemaReader
Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
[junit4] 2> 213376 INFO (Thread-454) [ ] o.a.s.s.ZkIndexSchemaReader
Current schema version 0 is already the latest
[junit4] 2> 213376 INFO (Thread-454) [ ] o.a.s.h.ReplicationHandler
Commits will be reserved for 10000
[junit4] 2> 213376 INFO (searcherExecutor-902-thread-1) [ ]
o.a.s.c.SolrCore [collection1_shard1_replica1] Registered new searcher
Searcher@41d14859[collection1_shard1_replica1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 213376 INFO (Thread-454) [ ] o.a.s.u.UpdateLog Could not
find max version in index or recent updates, using new clock 1558339532747702272
[junit4] 2> 213379 INFO (Thread-454) [ ] o.a.s.u.DefaultSolrCoreState
New IndexWriter is ready to be used.
[junit4] 2> 213379 INFO (Thread-454) [ ] o.a.s.s.SolrIndexSearcher
Opening [Searcher@4da666b8[collection1_shard1_replica1] main]
[junit4] 2> 213379 INFO (searcherExecutor-902-thread-1) [ ]
o.a.s.c.SolrCore [collection1_shard1_replica1] Registered new searcher
Searcher@4da666b8[collection1_shard1_replica1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 213379 INFO (Thread-454) [ ] o.a.s.c.SolrCore
[collection1_shard1_replica1] CLOSING SolrCore
org.apache.solr.core.SolrCore@6d032e55
[junit4] 2> 213379 INFO (Thread-454) [ ] o.a.s.m.SolrMetricManager
Closing metric reporters for: solr.core.collection1.shard1.replica1
[junit4] 2> 213380 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.s.IndexSchema [collection1_shard1_replica2] Schema name=minimal
[junit4] 2> 213383 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 213397 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.c.CoreContainer Reloading SolrCore 'collection1_shard1_replica2' using
configuration from collection collection1
[junit4] 2> 213398 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.c.SolrCore [[collection1_shard1_replica2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_28FE3AF9060D05D1-001/tempDir-001/node2/collection1_shard1_replica2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_28FE3AF9060D05D1-001/tempDir-001/node2/./collection1_shard1_replica2/data/]
[junit4] 2> 213401 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 213408 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.s.IndexSchema [collection1_shard1_replica1] Schema name=minimal
[junit4] 2> 213411 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 213411 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.c.CoreContainer Reloading SolrCore 'collection1_shard1_replica1' using
configuration from collection collection1
[junit4] 2> 213412 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.c.SolrCore [[collection1_shard1_replica1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_28FE3AF9060D05D1-001/tempDir-001/node1/collection1_shard1_replica1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_28FE3AF9060D05D1-001/tempDir-001/node1/./collection1_shard1_replica1/data/]
[junit4] 2> 213447 INFO (qtp1792547614-1815) [ ]
o.a.s.h.SolrConfigHandler I already have the expected version 1 of config
[junit4] 2> 213447 INFO (qtp1792547614-1815) [ ]
o.a.s.h.SolrConfigHandler isStale false , resourceloader
org.apache.solr.cloud.ZkSolrResourceLoader
[junit4] 2> 213447 INFO (qtp1911264651-1805) [ ]
o.a.s.h.SolrConfigHandler I already have the expected version 1 of config
[junit4] 2> 213447 INFO (qtp1792547614-1815) [ ] o.a.s.c.S.Request
[collection1_shard1_replica2] webapp=/solr path=/config/znodeVersion
params={overlay=1&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 213447 INFO (qtp1911264651-1805) [ ]
o.a.s.h.SolrConfigHandler isStale false , resourceloader
org.apache.solr.cloud.ZkSolrResourceLoader
[junit4] 2> 213447 INFO (qtp1911264651-1805) [ ] o.a.s.c.S.Request
[collection1_shard1_replica1] webapp=/solr path=/config/znodeVersion
params={overlay=1&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 213448 INFO (qtp1911264651-1812) [ ]
o.a.s.h.SolrConfigHandler Took 311.0ms to set the property overlay to be of
version 1 for collection collection1
[junit4] 2> 213448 INFO (qtp1911264651-1812) [ ] o.a.s.c.S.Request
[collection1_shard1_replica1] webapp=/solr path=/config params={wt=json}
status=0 QTime=312
[junit4] 2> 213448 INFO (qtp1911264651-1812) [ ] o.a.s.c.SolrCore
[collection1_shard1_replica1] CLOSING SolrCore
org.apache.solr.core.SolrCore@6c353498
[junit4] 2> 213449 INFO (qtp1911264651-1812) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for:
solr.core.collection1.shard1.replica1
[junit4] 2> 213449 INFO
(TEST-TestReqParamsAPI.test-seed#[28FE3AF9060D05D1]) [ ]
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection:
collection1 failOnTimeout:true timeout (sec):90
[junit4] 2> 213449 INFO
(TEST-TestReqParamsAPI.test-seed#[28FE3AF9060D05D1]) [ ]
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
[junit4] 2> 213449 INFO
(TEST-TestReqParamsAPI.test-seed#[28FE3AF9060D05D1]) [ ]
o.a.s.c.TestSolrConfigHandler going to send config command. path
/config/params?wt=json , payload: {
[junit4] 2> 'set' : {'x': { 'a':'A val',
[junit4] 2> 'b': 'B val'}
[junit4] 2> }
[junit4] 2> }
[junit4] 2> 213451 INFO (qtp1911264651-1807) [ ]
o.a.s.h.SolrConfigHandler Waiting up to 30 secs for 2 replicas to set the
property params to be of version 0 for collection collection1
[junit4] 2> 213451 INFO (Thread-456) [ ] o.a.s.c.SolrCore config
update listener called for core collection1_shard1_replica1
[junit4] 2> 213451 INFO (Thread-457) [ ] o.a.s.c.SolrCore config
update listener called for core collection1_shard1_replica2
[junit4] 2> 213452 INFO (Thread-457) [ ] o.a.s.c.RequestParams conf
resource params.json loaded . version : 0
[junit4] 2> 213452 INFO (Thread-456) [ ] o.a.s.c.RequestParams conf
resource params.json loaded . version : 0
[junit4] 2> 213452 INFO (Thread-457) [ ] o.a.s.c.RequestParams request
params refreshed to version 0
[junit4] 2> 213452 INFO (Thread-456) [ ] o.a.s.c.RequestParams request
params refreshed to version 0
[junit4] 2> 213453 INFO (solrHandlerExecutor-911-thread-1) [ ]
o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
[junit4] 2> 213455 INFO (solrHandlerExecutor-911-thread-2) [ ]
o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
[junit4] 2> 213510 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 213510 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 213525 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@4fe94a2e[collection1_shard1_replica2] main]
[junit4] 2> 213526 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 213526 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 213526 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at
/configs/conf1/managed-schema
[junit4] 2> 213526 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
[junit4] 2> 213526 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 213526 INFO (searcherExecutor-909-thread-1) [ ]
o.a.s.c.SolrCore [collection1_shard1_replica2] Registered new searcher
Searcher@4fe94a2e[collection1_shard1_replica2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 213526 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1558339532904988672
[junit4] 2> 213529 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
[junit4] 2> 213529 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@5d138435[collection1_shard1_replica2] main]
[junit4] 2> 213529 INFO (searcherExecutor-909-thread-1) [ ]
o.a.s.c.SolrCore [collection1_shard1_replica2] Registered new searcher
Searcher@5d138435[collection1_shard1_replica2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 213529 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.c.SolrCore [collection1_shard1_replica2] CLOSING SolrCore
org.apache.solr.core.SolrCore@31c03c8a
[junit4] 2> 213529 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for:
solr.core.collection1.shard1.replica2
[junit4] 2> 213554 INFO (qtp1792547614-1815) [ ]
o.a.s.h.SolrConfigHandler expecting params version 0 but my version is -1
[junit4] 2> 213555 INFO (qtp1792547614-1815) [ ] o.a.s.c.S.Request
[collection1_shard1_replica2] webapp=/solr path=/config/znodeVersion
params={params=0&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 213555 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.h.SolrConfigHandler Trying to update my configs
[junit4] 2> 213555 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.c.SolrCore config update listener called for core
collection1_shard1_replica2
[junit4] 2> 213555 INFO (solrHandlerExecutor-911-thread-1) [ ]
o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from
http://127.0.0.1:35774/solr/collection1_shard1_replica2/ for prop params
after 1 attempts
[junit4] 2> 213555 INFO (solrHandlerExecutor-911-thread-1) [ ]
o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
[junit4] 2> 213555 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.c.RequestParams conf resource params.json loaded . version : 0
[junit4] 2> 213555 INFO (qtp1911264651-1806) [ ]
o.a.s.h.SolrConfigHandler I already have the expected version 0 of params
[junit4] 2> 213555 INFO (qtp1911264651-1806) [ ]
o.a.s.h.SolrConfigHandler isStale false , resourceloader
org.apache.solr.cloud.ZkSolrResourceLoader
[junit4] 2> 213555 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.c.RequestParams request params refreshed to version 0
[junit4] 2> 213555 INFO (qtp1911264651-1806) [ ] o.a.s.c.S.Request
[collection1_shard1_replica1] webapp=/solr path=/config/znodeVersion
params={params=0&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 213577 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 213577 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 213578 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@321c488a[collection1_shard1_replica1] main]
[junit4] 2> 213578 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 213579 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 213579 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at
/configs/conf1/managed-schema
[junit4] 2> 213579 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
[junit4] 2> 213579 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 213579 INFO (searcherExecutor-910-thread-1) [ ]
o.a.s.c.SolrCore [collection1_shard1_replica1] Registered new searcher
Searcher@321c488a[collection1_shard1_replica1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 213579 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1558339532960563200
[junit4] 2> 213582 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
[junit4] 2> 213582 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@c450adc[collection1_shard1_replica1] main]
[junit4] 2> 213582 INFO (searcherExecutor-910-thread-1) [ ]
o.a.s.c.SolrCore [collection1_shard1_replica1] Registered new searcher
Searcher@c450adc[collection1_shard1_replica1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 213608 INFO
(OverseerCollectionConfigSetProcessor-97396220528033798-127.0.0.1:39385_solr-n_0000000000)
[ ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 213656 INFO (qtp1792547614-1817) [ ]
o.a.s.h.SolrConfigHandler I already have the expected version 0 of params
[junit4] 2> 213656 INFO (qtp1792547614-1817) [ ]
o.a.s.h.SolrConfigHandler isStale false , resourceloader
org.apache.solr.cloud.ZkSolrResourceLoader
[junit4] 2> 213656 INFO (qtp1792547614-1817) [ ] o.a.s.c.S.Request
[collection1_shard1_replica2] webapp=/solr path=/config/znodeVersion
params={params=0&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 213656 INFO (qtp1911264651-1807) [ ]
o.a.s.h.SolrConfigHandler Took 205.0ms to set the property params to be of
version 0 for collection collection1
[junit4] 2> 213656 INFO (qtp1911264651-1807) [ ] o.a.s.c.S.Request
[collection1_shard1_replica1] webapp=/solr path=/config/params
params={wt=json} status=0 QTime=206
[junit4] 2> 213656 INFO (qtp1911264651-1807) [ ] o.a.s.c.SolrCore
[collection1_shard1_replica1] CLOSING SolrCore
org.apache.solr.core.SolrCore@596288df
[junit4] 2> 213656 INFO (qtp1911264651-1807) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for:
solr.core.collection1.shard1.replica1
[junit4] 2> 213659 INFO (qtp1911264651-1812) [ ] o.a.s.c.S.Request
[collection1_shard1_replica1] webapp=/solr path=/config/params
params={wt=json} status=0 QTime=0
[junit4] 2> 213760 INFO (qtp1911264651-1810) [ ] o.a.s.c.S.Request
[collection1_shard1_replica1] webapp=/solr path=/config/params
params={wt=json} status=0 QTime=0
[junit4] 2> 213861 INFO (qtp1911264651-1807) [ ] o.a.s.c.S.Request
[collection1_shard1_replica1] webapp=/solr path=/config/params
params={wt=json} status=0 QTime=0
[junit4] 2> 213962 INFO (qtp1911264651-1806) [ ] o.a.s.c.S.Request
[collection1_shard1_replica1] webapp=/solr path=/config/params
params={wt=json} status=0 QTime=0
[junit4] 2> 214062 INFO (qtp1911264651-1812) [ ] o.a.s.c.S.Request
[collection1_shard1_replica1] webapp=/solr path=/config/params
params={wt=json} status=0 QTime=0
[junit4] 2> 214163 INFO (qtp1911264651-1810) [ ] o.a.s.c.S.Request
[collection1_shard1_replica1] webapp=/solr path=/config/params
params={wt=json} status=0 QTime=0
[junit4] 2> 214263 INFO (qtp1911264651-1807) [ ] o.a.s.c.S.Request
[collection1_shard1_replica1] webapp=/solr path=/config/params
params={wt=json} status=0 QTime=0
[junit4] 2> 214364 INFO (qtp1911264651-1806) [ ] o.a.s.c.S.Request
[collection1_shard1_replica1] webapp=/solr path=/config/params
params={wt=json} status=0 QTime=0
[junit4] 2> 214464 INFO (qtp1911264651-1812) [ ] o.a.s.c.S.Request
[collection1_shard1_replica1] webapp=/solr path=/config/params
params={wt=json} status=0 QTime=0
[junit4] 2> 214565 INFO (qtp1911264651-1810) [ ] o.a.s.c.S.Request
[collection1_shard1_replica1] webapp=/solr path=/config/params
params={wt=json} status=0 QTime=0
[junit4] 2> 214665 INFO (qtp1911264651-1807) [ ] o.a.s.c.S.Request
[collection1_shard1_replica1] webapp=/solr path=/config/params
params={wt=json} status=0 QTime=0
[junit4] 2> 214766 INFO (qtp1911264651-1806) [ ] o.a.s.c.S.Request
[collection1_shard1_replica1] webapp=/solr path=/config/params
params={wt=json} status=0 QTime=0
[junit4] 2> 214866 INFO (qtp1911264651-1812) [ ] o.a.s.c.S.Request
[collection1_shard1_replica1] webapp=/solr path=/config/params
params={wt=json} status=0 QTime=0
[junit4] 2> 214967 INFO (qtp1911264651-1810) [ ] o.a.s.c.S.Request
[collection1_shard1_replica1] webapp=/solr path=/config/params
params={wt=json} status=0 QTime=0
[junit4] 2> 215068 INFO (qtp1911264651-1807) [ ] o.a.s.c.S.Request
[collection1_shard1_replica1] webapp=/solr path=/config/params
params={wt=json} status=0 QTime=0
[junit4] 2> 215168 INFO (qtp1911264651-1806) [ ] o.a.s.c.S.Request
[collection1_shard1_replica1] webapp=/solr path=/config/params
params={wt=json} status=0 QTime=0
[junit4] 2> 215269 INFO (qtp1911264651-1812) [ ] o.a.s.c.S.Request
[collection1_shard1_replica1] webapp=/solr path=/config/params
params={wt=json} status=0 QTime=0
[junit4] 2> 215370 INFO (qtp1911264651-1810) [ ] o.a.s.c.S.Request
[collection1_shard1_replica1] webapp=/solr path=/config/params
params={wt=json} status=0 QTime=0
[junit4] 2> 215471 INFO (qtp1911264651-1807) [ ] o.a.s.c.S.Request
[collection1_shard1_replica1] webapp=/solr path=/config/params
params={wt=json} status=0 QTime=0
[junit4] 2> 215572 INFO (qtp1911264651-1806) [ ] o.a.s.c.S.Request
[collection1_shard1_replica1] webapp=/solr path=/config/params
params={wt=json} status=0 QTime=0
[junit4] 2> 215672 INFO (qtp1911264651-1812) [ ] o.a.s.c.S.Request
[collection1_shard1_replica1] webapp=/solr path=/config/params
params={wt=json} status=0 QTime=0
[junit4] 2> 215773 INFO (qtp1911264651-1810) [ ] o.a.s.c.S.Request
[collection1_shard1_replica1] webapp=/solr path=/config/params
params={wt=json} status=0 QTime=0
[junit4] 2> 215874 INFO (qtp1911264651-1807) [ ] o.a.s.c.S.Request
[collection1_shard1_replica1] webapp=/solr path=/config/params
params={wt=json} status=0 QTime=0
[junit4] 2> 215975 INFO (qtp1911264651-1806) [ ] o.a.s.c.S.Request
[collection1_shard1_replica1] webapp=/solr path=/config/params
params={wt=json} status=0 QTime=0
[junit4] 2> 216075 INFO (qtp1911264651-1812) [ ] o.a.s.c.S.Request
[collection1_shard1_replica1] webapp=/solr path=/config/params
params={wt=json} status=0 QTime=0
[junit4] 2> 216176 INFO (qtp1911264651-1810) [ ] o.a.s.c.S.Request
[coll
[...truncated too long message...]
] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 3 /solr/clusterstate.json
[junit4] 2> 2 /solr/collections/collection1/state.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 13 /solr/overseer/collection-queue-work
[junit4] 2> 9 /solr/overseer/queue
[junit4] 2> 3 /solr/live_nodes
[junit4] 2> 3 /solr/collections
[junit4] 2> 3 /solr/overseer/queue-work
[junit4] 2>
[junit4] 2> 225255 INFO
(SUITE-TestReqParamsAPI-seed#[28FE3AF9060D05D1]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_28FE3AF9060D05D1-001
[junit4] 2> Feb 03, 2017 7:00:00 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are:
codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION,
chunkSize=7, maxDocsPerChunk=761, blockSize=652),
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION,
chunkSize=7, blockSize=652)), sim=RandomSimilarity(queryNorm=true): {},
locale=ar, timezone=America/Porto_Acre
[junit4] 2> NOTE: Linux 4.4.0-53-generic amd64/Oracle Corporation 9-ea
(64-bit)/cpus=12,threads=1,free=265973192,total=509411328
[junit4] 2> NOTE: All tests run in this JVM: [TestCoreContainer,
DistributedIntervalFacetingTest, SolrCloudExampleTest, ShardRoutingCustomTest,
QueryParsingTest, TestDistribDocBasedVersion, TestManagedResourceStorage,
TestCloudDeleteByQuery, DeleteShardTest, DistributedVersionInfoTest,
HdfsDirectoryTest, CollectionTooManyReplicasTest, HdfsRestartWhileUpdatingTest,
ConcurrentDeleteAndCreateCollectionTest, WrapperMergePolicyFactoryTest,
TestFieldCache, TestSolr4Spatial2, HdfsChaosMonkeyNothingIsSafeTest,
TestReqParamsAPI]
[junit4] Completed [66/692 (2!)] on J1 in 16.50s, 1 test, 1 failure <<<
FAILURES!
[...truncated 1619 lines...]
[junit4] Suite: org.apache.solr.handler.admin.TestApiFramework
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.admin.TestApiFramework_28FE3AF9060D05D1-001/init-core-data-001
[junit4] 2> 1698441 INFO
(SUITE-TestApiFramework-seed#[28FE3AF9060D05D1]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields
[junit4] 2> 1698442 INFO
(SUITE-TestApiFramework-seed#[28FE3AF9060D05D1]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0,
clientAuth=0.0/0.0)
[junit4] 2> 1698444 INFO
(TEST-TestApiFramework.testFramework-seed#[28FE3AF9060D05D1]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testFramework
[junit4] 2> 1698445 INFO
(TEST-TestApiFramework.testFramework-seed#[28FE3AF9060D05D1]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testFramework
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestApiFramework
-Dtests.method=testFramework -Dtests.seed=28FE3AF9060D05D1 -Dtests.multiplier=3
-Dtests.slow=true -Dtests.locale=zh-Hant -Dtests.timezone=Asia/Pyongyang
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
[junit4] ERROR 0.00s J2 | TestApiFramework.testFramework <<<
[junit4] > Throwable #1: java.lang.NoClassDefFoundError: Could not
initialize class org.easymock.internal.ClassProxyFactory$2
[junit4] > at
__randomizedtesting.SeedInfo.seed([28FE3AF9060D05D1:3F88F0DE00D9E9EC]:0)
[junit4] > at
org.easymock.internal.ClassProxyFactory.createEnhancer(ClassProxyFactory.java:259)
[junit4] > at
org.easymock.internal.ClassProxyFactory.createProxy(ClassProxyFactory.java:174)
[junit4] > at
org.easymock.internal.MocksControl.createMock(MocksControl.java:60)
[junit4] > at org.easymock.EasyMock.createMock(EasyMock.java:104)
[junit4] > at
org.apache.solr.handler.admin.TestCoreAdminApis.getCoreContainerMock(TestCoreAdminApis.java:76)
[junit4] > at
org.apache.solr.handler.admin.TestApiFramework.testFramework(TestApiFramework.java:59)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] > at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] > at
java.base/java.lang.reflect.Method.invoke(Method.java:543)
[junit4] > at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> 1698446 INFO
(TEST-TestApiFramework.testTrailingTemplatePaths-seed#[28FE3AF9060D05D1]) [
] o.a.s.SolrTestCaseJ4 ###Starting testTrailingTemplatePaths
[junit4] 2> 1698447 INFO
(TEST-TestApiFramework.testTrailingTemplatePaths-seed#[28FE3AF9060D05D1]) [
] o.a.s.SolrTestCaseJ4 ###Ending testTrailingTemplatePaths
[junit4] 2> 1698447 INFO
(SUITE-TestApiFramework-seed#[28FE3AF9060D05D1]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.admin.TestApiFramework_28FE3AF9060D05D1-001
[junit4] 2> NOTE: test params are: codec=Lucene70,
sim=RandomSimilarity(queryNorm=false): {}, locale=zh-Hant,
timezone=Asia/Pyongyang
[junit4] 2> NOTE: Linux 4.4.0-53-generic amd64/Oracle Corporation 9-ea
(64-bit)/cpus=12,threads=1,free=270451560,total=518979584
[junit4] 2> NOTE: All tests run in this JVM: [SolrXmlInZkTest,
TestZkChroot, HdfsBasicDistributedZk2Test, TestConfigSetsAPI, TestWriterPerf,
JsonValidatorTest, CheckHdfsIndexTest, RollingRestartTest, TestSolrCoreParser,
HdfsDirectoryFactoryTest, TestCustomDocTransformer, TestCSVResponseWriter,
SortSpecParsingTest, HdfsUnloadDistributedZkTest, TestExactStatsCache,
TestGroupingSearch, TestCustomSort, TestStressReorder,
TestSolrConfigHandlerCloud, CdcrUpdateLogTest, TolerantUpdateProcessorTest,
TestTrackingShardHandlerFactory, DeleteNodeTest, TestInitParams,
FieldAnalysisRequestHandlerTest, SolrMetricsIntegrationTest, PrimUtilsTest,
TestDistributedStatsComponentCardinality, TestSizeLimitedDistributedMap,
MBeansHandlerTest, TestSolrXml, LeaderElectionContextKeyTest,
SolrPluginUtilsTest, BadIndexSchemaTest, TestDynamicFieldResource,
TestCoreAdminApis, DocValuesNotIndexedTest, TestNonDefinedSimilarityFactory,
SpatialHeatmapFacetsTest, TestLegacyFieldCache, TestCryptoKeys,
DirectUpdateHandlerOptimizeTest, FieldMutatingUpdateProcessorTest,
TlogReplayBufferedWhileIndexingTest, LukeRequestHandlerTest,
BlockDirectoryTest, ExternalFileFieldSortTest, TestFieldCacheReopen,
SimpleFacetsTest, TestLeaderElectionWithEmptyReplica,
ClassificationUpdateProcessorTest, TestSolrJ, TestUnifiedSolrHighlighter,
TestChildDocTransformer, TestConfigOverlay, AutoCommitTest, SuggesterTest,
BigEndianAscendingWordDeserializerTest, ResourceLoaderTest, SliceStateTest,
TermVectorComponentDistributedTest, TestComponentsName, TestManagedSchemaAPI,
TestDownShardTolerantSearch, DeleteStatusTest, UpdateLogTest,
SolrIndexMetricsTest, TestCollapseQParserPlugin,
IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestDelegationWithHadoopAuth,
RAMDirectoryFactoryTest, TestCloudSchemaless, SimpleMLTQParserTest,
TestHdfsUpdateLog, StatelessScriptUpdateProcessorFactoryTest, TestConfigSets,
TestDefaultStatsCache, DistribJoinFromCollectionTest, TestDynamicLoading,
DebugComponentTest, HdfsSyncSliceTest, HdfsLockFactoryTest, JSONWriterTest,
TestSolrQueryParser, PeerSyncReplicationTest, TestConfig, TestSchemaManager,
DateFieldTest, FullSolrCloudDistribCmdsTest, ManagedSchemaRoundRobinCloudTest,
StatsComponentTest, CoreMergeIndexesAdminHandlerTest, TestIntervalFaceting,
BJQParserTest, TestClusterStateMutator, HLLUtilTest,
TestPKIAuthenticationPlugin, TestSort, BasicDistributedZk2Test,
SolrTestCaseJ4Test, TestQuerySenderNoQuery, TestRecovery,
TestSimpleQParserPlugin, URLClassifyProcessorTest, CdcrReplicationHandlerTest,
DateRangeFieldTest, TestDocSet, EchoParamsTest, TestSubQueryTransformerDistrib,
RecoveryZkTest, BasicDistributedZkTest, SyncSliceTest,
LeaderElectionIntegrationTest, ZkSolrClientTest,
DistributedSpellCheckComponentTest, TestStressVersions, HardAutoCommitTest,
SpellCheckComponentTest, AnalysisAfterCoreReloadTest,
SignatureUpdateProcessorFactoryTest, CoreAdminHandlerTest, SuggesterWFSTTest,
SchemaVersionSpecificBehaviorTest, DefaultValueUpdateProcessorTest,
TestRemoteStreaming, CacheHeaderTest, StandardRequestHandlerTest,
PrimitiveFieldTypeTest, XmlUpdateRequestHandlerTest, TermVectorComponentTest,
LoggingHandlerTest, TestPHPSerializedResponseWriter, TestLFUCache,
TestSimpleTrackingShardHandler, ActionThrottleTest, BaseCdcrDistributedZkTest,
CdcrBootstrapTest, ConfigSetsAPITest, CustomCollectionTest, HttpPartitionTest,
SolrCLIZkUtilsTest, TestCloudRecovery, TestLocalFSCloudBackupRestore,
TestRandomFlRTGCloud, TestReplicaProperties, TestShortCircuitedRequests,
TestStressInPlaceUpdates, HdfsChaosMonkeySafeLeaderTest,
HdfsCollectionsAPIDistributedZkTest, HdfsNNFailoverTest, HdfsRecoverLeaseTest,
HdfsThreadLeakTest, ZkStateReaderTest, ZkStateWriterTest, RulesTest,
CoreSorterTest, QueryResultKeyTest, TestCorePropertiesReload,
TestReloadAndDeleteDocs, TestShardHandlerFactory, TestSolrDynamicMBean,
TestSolrCoreSnapshots, RequestLoggingTest, TestBlobHandler,
TestHdfsBackupRestoreCore, TestReplicationHandlerBackup, TestSQLHandler,
V2ApiIntegrationTest, CoreAdminCreateDiscoverTest, CoreAdminRequestStatusTest,
MetricsHandlerTest, SecurityConfHandlerTest, TestApiFramework]
[junit4] Completed [568/692 (3!)] on J2 in 0.01s, 2 tests, 1 error <<<
FAILURES!
[...truncated 51909 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]