Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/2811/
Java: 32bit/jdk-9-ea+153 -client -XX:+UseParallelGC
4 tests failed.
FAILED: org.apache.solr.handler.TestReqParamsAPI.test
Error Message:
Could not get expected value 'A val' for path 'params/a' full output: {
"responseHeader":{ "status":0, "QTime":0}, "params":{"wt":"json"},
"context":{ "webapp":"/solr", "path":"/dump1",
"httpMethod":"GET"}}, from server:
https://127.0.0.1:37764/solr/collection1_shard1_replica1
Stack Trace:
java.lang.AssertionError: Could not get expected value 'A val' for path
'params/a' full output: {
"responseHeader":{
"status":0,
"QTime":0},
"params":{"wt":"json"},
"context":{
"webapp":"/solr",
"path":"/dump1",
"httpMethod":"GET"}}, from server:
https://127.0.0.1:37764/solr/collection1_shard1_replica1
at
__randomizedtesting.SeedInfo.seed([4603498CA559E3E5:CE5776560BA58E1D]: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:152)
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.MBeansHandlerTest.testDiff
Error Message:
expected:<Was: [1, Now: 2], Delta: 1> but was:<Was: [4, Now: 5], Delta: 1>
Stack Trace:
org.junit.ComparisonFailure: expected:<Was: [1, Now: 2], Delta: 1> but
was:<Was: [4, Now: 5], Delta: 1>
at
__randomizedtesting.SeedInfo.seed([4603498CA559E3E5:83158D17B5EFDB85]:0)
at org.junit.Assert.assertEquals(Assert.java:125)
at org.junit.Assert.assertEquals(Assert.java:147)
at
org.apache.solr.handler.admin.MBeansHandlerTest.testDiff(MBeansHandlerTest.java:63)
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:
Stack Trace:
java.lang.ExceptionInInitializerError
at
__randomizedtesting.SeedInfo.seed([4603498CA559E3E5:517583ABA38D0FD8]: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.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)
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 @18fc307
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
FAILED: org.apache.solr.handler.admin.TestCoreAdminApis.testCalls
Error Message:
Stack Trace:
java.lang.ExceptionInInitializerError
at
__randomizedtesting.SeedInfo.seed([4603498CA559E3E5:74C256E720D55042]: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 @1a7d2c9
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 10876 lines...]
[junit4] Suite: org.apache.solr.handler.admin.MBeansHandlerTest
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.MBeansHandlerTest_4603498CA559E3E5-001/init-core-data-001
[junit4] 2> 5188 INFO
(SUITE-MBeansHandlerTest-seed#[4603498CA559E3E5]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0,
clientAuth=0.0/0.0)
[junit4] 2> 5196 INFO
(SUITE-MBeansHandlerTest-seed#[4603498CA559E3E5]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 5198 INFO
(SUITE-MBeansHandlerTest-seed#[4603498CA559E3E5]-worker) [ ]
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib,
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 5283 WARN
(SUITE-MBeansHandlerTest-seed#[4603498CA559E3E5]-worker) [ ] o.a.s.c.Config
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory>
instead.
[junit4] 2> 5284 INFO
(SUITE-MBeansHandlerTest-seed#[4603498CA559E3E5]-worker) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 5312 INFO
(SUITE-MBeansHandlerTest-seed#[4603498CA559E3E5]-worker) [ ]
o.a.s.s.IndexSchema [null] Schema name=test
[junit4] 2> 5407 WARN
(SUITE-MBeansHandlerTest-seed#[4603498CA559E3E5]-worker) [ ]
o.a.s.s.IndexSchema [null] default search field in schema is text. WARNING:
Deprecated, please use 'df' on request instead.
[junit4] 2> 5412 INFO
(SUITE-MBeansHandlerTest-seed#[4603498CA559E3E5]-worker) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 5447 INFO
(SUITE-MBeansHandlerTest-seed#[4603498CA559E3E5]-worker) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=30000&connTimeout=30000&retry=true
[junit4] 2> 5549 WARN
(SUITE-MBeansHandlerTest-seed#[4603498CA559E3E5]-worker) [ ]
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first
MBeanServer.
[junit4] 2> 5554 INFO
(SUITE-MBeansHandlerTest-seed#[4603498CA559E3E5]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@8d0664
[junit4] 2> 5554 WARN
(SUITE-MBeansHandlerTest-seed#[4603498CA559E3E5]-worker) [ ]
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first
MBeanServer.
[junit4] 2> 5554 INFO
(SUITE-MBeansHandlerTest-seed#[4603498CA559E3E5]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@8d0664
[junit4] 2> 5555 WARN
(SUITE-MBeansHandlerTest-seed#[4603498CA559E3E5]-worker) [ ]
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first
MBeanServer.
[junit4] 2> 5555 INFO
(SUITE-MBeansHandlerTest-seed#[4603498CA559E3E5]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@8d0664
[junit4] 2> 5558 INFO (coreLoadExecutor-19-thread-1) [ ]
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib,
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 5675 WARN (coreLoadExecutor-19-thread-1) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 5677 INFO (coreLoadExecutor-19-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 5721 INFO (coreLoadExecutor-19-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 5814 WARN (coreLoadExecutor-19-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] default search field in schema is text.
WARNING: Deprecated, please use 'df' on request instead.
[junit4] 2> 5816 INFO (coreLoadExecutor-19-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 5841 INFO (coreLoadExecutor-19-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1
[junit4] 2> 5842 WARN (coreLoadExecutor-19-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first
MBeanServer.
[junit4] 2> 5842 INFO (coreLoadExecutor-19-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@8d0664
[junit4] 2> 5842 INFO (coreLoadExecutor-19-thread-1) [ ]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.MBeansHandlerTest_4603498CA559E3E5-001/init-core-data-001/]
[junit4] 2> 5843 INFO (coreLoadExecutor-19-thread-1) [ ]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@8d0664
[junit4] 2> 5846 INFO (coreLoadExecutor-19-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1189402749,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 6036 INFO (coreLoadExecutor-19-thread-1) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 6036 INFO (coreLoadExecutor-19-thread-1) [ ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 6039 INFO (coreLoadExecutor-19-thread-1) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 6039 INFO (coreLoadExecutor-19-thread-1) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 6040 INFO (coreLoadExecutor-19-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=37, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5562582372014935]
[junit4] 2> 6041 INFO (coreLoadExecutor-19-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@c16836[collection1] main]
[junit4] 2> 6042 INFO (coreLoadExecutor-19-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 6086 INFO (coreLoadExecutor-19-thread-1) [ ]
o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 6297 INFO (coreLoadExecutor-19-thread-1) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 6297 INFO (searcherExecutor-20-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 6300 INFO (searcherExecutor-20-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 6300 INFO (searcherExecutor-20-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 6300 INFO (searcherExecutor-20-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 6301 INFO (coreLoadExecutor-19-thread-1) [ ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1558673235770343424
[junit4] 2> 6303 INFO (searcherExecutor-20-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 6305 INFO (searcherExecutor-20-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 6306 INFO
(SUITE-MBeansHandlerTest-seed#[4603498CA559E3E5]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 6308 INFO
(TEST-MBeansHandlerTest.testXMLDiffWithExternalEntity-seed#[4603498CA559E3E5])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testXMLDiffWithExternalEntity
[junit4] 2> 6308 INFO (searcherExecutor-20-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 6310 INFO (searcherExecutor-20-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 6314 INFO (searcherExecutor-20-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 6317 INFO (searcherExecutor-20-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@c16836[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 6332 INFO
(TEST-MBeansHandlerTest.testXMLDiffWithExternalEntity-seed#[4603498CA559E3E5])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testXMLDiffWithExternalEntity
[junit4] 2> 6334 INFO
(TEST-MBeansHandlerTest.testBackCompatNames-seed#[4603498CA559E3E5]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testBackCompatNames
[junit4] 2> 6335 INFO
(TEST-MBeansHandlerTest.testBackCompatNames-seed#[4603498CA559E3E5]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={qt=/admin/mbeans&wt=xml} status=0 QTime=0
[junit4] 2> 6347 INFO
(TEST-MBeansHandlerTest.testBackCompatNames-seed#[4603498CA559E3E5]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={qt=/admin/mbeans&cat=QUERYHANDLER&wt=xml} status=0 QTime=0
[junit4] 2> 6349 INFO
(TEST-MBeansHandlerTest.testBackCompatNames-seed#[4603498CA559E3E5]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={qt=/admin/mbeans&cat=UPDATE&wt=xml} status=0 QTime=0
[junit4] 2> 6350 INFO
(TEST-MBeansHandlerTest.testBackCompatNames-seed#[4603498CA559E3E5]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testBackCompatNames
[junit4] 2> 6352 INFO
(TEST-MBeansHandlerTest.testDiff-seed#[4603498CA559E3E5]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testDiff
[junit4] 2> 6354 INFO
(TEST-MBeansHandlerTest.testDiff-seed#[4603498CA559E3E5]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={qt=/admin/mbeans&stats=true&wt=xml} status=0 QTime=2
[junit4] 2> 6393 INFO
(TEST-MBeansHandlerTest.testDiff-seed#[4603498CA559E3E5]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={qt=/admin/mbeans&stats=true&diff=true&wt=xml} status=0 QTime=34
[junit4] 2> 6395 INFO
(TEST-MBeansHandlerTest.testDiff-seed#[4603498CA559E3E5]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testDiff
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=MBeansHandlerTest
-Dtests.method=testDiff -Dtests.seed=4603498CA559E3E5 -Dtests.multiplier=3
-Dtests.slow=true -Dtests.locale=ff-MR -Dtests.timezone=Europe/Volgograd
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
[junit4] FAILURE 0.05s J0 | MBeansHandlerTest.testDiff <<<
[junit4] > Throwable #1: org.junit.ComparisonFailure: expected:<Was: [1,
Now: 2], Delta: 1> but was:<Was: [4, Now: 5], Delta: 1>
[junit4] > at
__randomizedtesting.SeedInfo.seed([4603498CA559E3E5:83158D17B5EFDB85]:0)
[junit4] > at
org.apache.solr.handler.admin.MBeansHandlerTest.testDiff(MBeansHandlerTest.java:63)
[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> 6399 INFO
(SUITE-MBeansHandlerTest-seed#[4603498CA559E3E5]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 6399 INFO
(SUITE-MBeansHandlerTest-seed#[4603498CA559E3E5]-worker) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=29338897
[junit4] 2> 6399 INFO (coreCloseExecutor-25-thread-1) [ ]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@2c9e77
[junit4] 2> 6435 INFO (coreCloseExecutor-25-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
[junit4] 2> 6438 INFO
(SUITE-MBeansHandlerTest-seed#[4603498CA559E3E5]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.MBeansHandlerTest_4603498CA559E3E5-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene62): {},
docValues:{}, maxPointsInLeafNode=495, maxMBSortInHeap=7.599715723788345,
sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=ff-MR,
timezone=Europe/Volgograd
[junit4] 2> NOTE: Linux 4.4.0-53-generic i386/Oracle Corporation 9-ea
(32-bit)/cpus=12,threads=1,free=139516912,total=213385216
[junit4] 2> NOTE: All tests run in this JVM:
[CurrencyFieldOpenExchangeTest, MBeansHandlerTest]
[junit4] Completed [3/690 (1!)] on J0 in 1.27s, 3 tests, 1 failure <<<
FAILURES!
[...truncated 522 lines...]
[junit4] Suite: org.apache.solr.handler.TestReqParamsAPI
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_4603498CA559E3E5-001/init-core-data-001
[junit4] 2> 361321 INFO
(SUITE-TestReqParamsAPI-seed#[4603498CA559E3E5]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0,
clientAuth=0.0/0.0)
[junit4] 2> 361324 INFO
(SUITE-TestReqParamsAPI-seed#[4603498CA559E3E5]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_4603498CA559E3E5-001/tempDir-001
[junit4] 2> 361325 INFO
(SUITE-TestReqParamsAPI-seed#[4603498CA559E3E5]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 361325 INFO (Thread-394) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 361325 INFO (Thread-394) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 361425 INFO
(SUITE-TestReqParamsAPI-seed#[4603498CA559E3E5]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:37099
[junit4] 2> 361432 INFO (jetty-launcher-371-thread-2) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 361432 INFO (jetty-launcher-371-thread-1) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 361434 INFO (jetty-launcher-371-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@54e7fd{/solr,null,AVAILABLE}
[junit4] 2> 361434 INFO (jetty-launcher-371-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@2471f1{/solr,null,AVAILABLE}
[junit4] 2> 361435 INFO (jetty-launcher-371-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@79f1cd{SSL,[ssl,
http/1.1]}{127.0.0.1:٣٤٦٧٧}
[junit4] 2> 361435 INFO (jetty-launcher-371-thread-2) [ ]
o.e.j.s.Server Started @٣٦٢٩٩٨ms
[junit4] 2> 361435 INFO (jetty-launcher-371-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=34677}
[junit4] 2> 361435 ERROR (jetty-launcher-371-thread-2) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 361435 INFO (jetty-launcher-371-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.5.0
[junit4] 2> 361436 INFO (jetty-launcher-371-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 361436 INFO (jetty-launcher-371-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 361436 INFO (jetty-launcher-371-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@de8a30{SSL,[ssl,
http/1.1]}{127.0.0.1:٣٧٧٦٤}
[junit4] 2> 361436 INFO (jetty-launcher-371-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-02-07T11:29:47.759145Z
[junit4] 2> 361436 INFO (jetty-launcher-371-thread-1) [ ]
o.e.j.s.Server Started @٣٦٢٩٩٨ms
[junit4] 2> 361436 INFO (jetty-launcher-371-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=37764}
[junit4] 2> 361436 ERROR (jetty-launcher-371-thread-1) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 361436 INFO (jetty-launcher-371-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.5.0
[junit4] 2> 361436 INFO (jetty-launcher-371-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 361436 INFO (jetty-launcher-371-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 361436 INFO (jetty-launcher-371-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-02-07T11:29:47.759583Z
[junit4] 2> 361438 INFO (jetty-launcher-371-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 361438 INFO (jetty-launcher-371-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 361443 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 0x15a185636830001, 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> 361445 INFO (jetty-launcher-371-thread-2) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 361446 INFO (jetty-launcher-371-thread-1) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 361447 INFO (jetty-launcher-371-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37099/solr
[junit4] 2> 361448 INFO (jetty-launcher-371-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37099/solr
[junit4] 2> 361460 INFO (jetty-launcher-371-thread-1) [ ]
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37764_solr
[junit4] 2> 361460 INFO (jetty-launcher-371-thread-2) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:34677_solr
[junit4] 2> 361461 INFO (jetty-launcher-371-thread-1) [ ]
o.a.s.c.Overseer Overseer
(id=97417100502695942-127.0.0.1:37764_solr-n_0000000000) starting
[junit4] 2> 361461 INFO (zkCallback-381-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 361461 INFO (zkCallback-382-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 361466 INFO (jetty-launcher-371-thread-1) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:37764_solr
[junit4] 2> 361466 INFO (zkCallback-382-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 361466 INFO (zkCallback-381-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 361600 INFO (jetty-launcher-371-thread-1) [ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_4603498CA559E3E5-001/tempDir-001/node1/.
[junit4] 2> 361683 INFO (jetty-launcher-371-thread-2) [ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_4603498CA559E3E5-001/tempDir-001/node2/.
[junit4] 2> 361707 INFO
(SUITE-TestReqParamsAPI-seed#[4603498CA559E3E5]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 361707 INFO
(SUITE-TestReqParamsAPI-seed#[4603498CA559E3E5]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37099/solr ready
[junit4] 2> 361784 INFO (qtp8768641-2050) [ ]
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> 361786 INFO (OverseerThreadFactory-965-thread-1) [ ]
o.a.s.c.CreateCollectionCmd Create collection collection1
[junit4] 2> 361893 INFO (qtp8768641-2062) [ ]
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> 361955 INFO (qtp31879560-2049) [ ]
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> 362058 INFO (zkCallback-382-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> 362058 INFO (zkCallback-381-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> 362901 INFO (qtp8768641-2062) [ ] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 6.5.0
[junit4] 2> 362907 INFO (qtp8768641-2062) [ ] o.a.s.s.IndexSchema
[collection1_shard1_replica2] Schema name=minimal
[junit4] 2> 362909 INFO (qtp8768641-2062) [ ] o.a.s.s.IndexSchema
Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 362909 INFO (qtp8768641-2062) [ ] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard1_replica2' using configuration from
collection collection1
[junit4] 2> 362910 INFO (qtp8768641-2062) [ ] o.a.s.c.SolrCore
[[collection1_shard1_replica2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_4603498CA559E3E5-001/tempDir-001/node2/collection1_shard1_replica2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_4603498CA559E3E5-001/tempDir-001/node2/./collection1_shard1_replica2/data/]
[junit4] 2> 362967 INFO (qtp31879560-2049) [ ] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.5.0
[junit4] 2> 362972 INFO (qtp31879560-2049) [ ] o.a.s.s.IndexSchema
[collection1_shard1_replica1] Schema name=minimal
[junit4] 2> 362974 INFO (qtp31879560-2049) [ ] o.a.s.s.IndexSchema
Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 362974 INFO (qtp31879560-2049) [ ] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard1_replica1' using configuration from
collection collection1
[junit4] 2> 362975 INFO (qtp31879560-2049) [ ] o.a.s.c.SolrCore
[[collection1_shard1_replica1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_4603498CA559E3E5-001/tempDir-001/node1/collection1_shard1_replica1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_4603498CA559E3E5-001/tempDir-001/node1/./collection1_shard1_replica1/data/]
[junit4] 2> 363131 INFO (qtp8768641-2062) [ ] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 363131 INFO (qtp8768641-2062) [ ] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 363137 INFO (qtp8768641-2062) [ ] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 363137 INFO (qtp8768641-2062) [ ] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 363138 INFO (qtp8768641-2062) [ ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@17efc28[collection1_shard1_replica2] main]
[junit4] 2> 363138 INFO (qtp8768641-2062) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 363139 INFO (qtp8768641-2062) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 363140 INFO (qtp8768641-2062) [ ]
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at
/configs/conf1/managed-schema
[junit4] 2> 363141 INFO (qtp8768641-2062) [ ]
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
[junit4] 2> 363141 INFO (qtp8768641-2062) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 363141 INFO (searcherExecutor-970-thread-1) [ ]
o.a.s.c.SolrCore [collection1_shard1_replica2] Registered new searcher
Searcher@17efc28[collection1_shard1_replica2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 363141 INFO (qtp8768641-2062) [ ] o.a.s.u.UpdateLog Could
not find max version in index or recent updates, using new clock
1558673609944203264
[junit4] 2> 363146 INFO (qtp8768641-2062) [ ]
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for
shard shard1: total=2 found=1 timeoutin=9999ms
[junit4] 2> 363191 INFO (qtp31879560-2049) [ ] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 363191 INFO (qtp31879560-2049) [ ] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 363197 INFO (qtp31879560-2049) [ ] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 363197 INFO (qtp31879560-2049) [ ] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 363197 INFO (qtp31879560-2049) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@5351b7[collection1_shard1_replica1]
main]
[junit4] 2> 363198 INFO (qtp31879560-2049) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 363198 INFO (qtp31879560-2049) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 363198 INFO (qtp31879560-2049) [ ]
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at
/configs/conf1/managed-schema
[junit4] 2> 363199 INFO (qtp31879560-2049) [ ]
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
[junit4] 2> 363199 INFO (qtp31879560-2049) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 363199 INFO (searcherExecutor-971-thread-1) [ ]
o.a.s.c.SolrCore [collection1_shard1_replica1] Registered new searcher
Searcher@5351b7[collection1_shard1_replica1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 363199 INFO (qtp31879560-2049) [ ] o.a.s.u.UpdateLog Could
not find max version in index or recent updates, using new clock
1558673610005020672
[junit4] 2> 363248 INFO (zkCallback-382-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> 363248 INFO (zkCallback-381-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> 363647 INFO (qtp8768641-2062) [ ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 363647 INFO (qtp8768641-2062) [ ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 363647 INFO (qtp8768641-2062) [ ] o.a.s.c.SyncStrategy
Sync replicas to https://127.0.0.1:34677/solr/collection1_shard1_replica2/
[junit4] 2> 363647 INFO (qtp8768641-2062) [ ] o.a.s.u.PeerSync
PeerSync: core=collection1_shard1_replica2 url=https://127.0.0.1:34677/solr
START replicas=[https://127.0.0.1:37764/solr/collection1_shard1_replica1/]
nUpdates=100
[junit4] 2> 363647 INFO (qtp8768641-2062) [ ] o.a.s.u.PeerSync
PeerSync: core=collection1_shard1_replica2 url=https://127.0.0.1:34677/solr
DONE. We have no versions. sync failed.
[junit4] 2> 363653 INFO (qtp31879560-2051) [ ] o.a.s.c.S.Request
[collection1_shard1_replica1] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 363653 INFO (qtp8768641-2062) [ ] o.a.s.c.SyncStrategy
Leader's attempt to sync with shard failed, moving to the next candidate
[junit4] 2> 363653 INFO (qtp8768641-2062) [ ]
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> 363655 INFO (qtp8768641-2062) [ ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:34677/solr/collection1_shard1_replica2/ shard1
[junit4] 2> 363757 INFO (zkCallback-382-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> 363757 INFO (zkCallback-381-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> 363805 INFO (qtp8768641-2062) [ ] o.a.s.c.ZkController I
am the leader, no recovery necessary
[junit4] 2> 363809 INFO (qtp8768641-2062) [ ] 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=1916
[junit4] 2> 363908 INFO (zkCallback-382-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> 363908 INFO (zkCallback-381-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> 364207 INFO (qtp31879560-2049) [ ] 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=2252
[junit4] 2> 364210 INFO (qtp8768641-2050) [ ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 364305 INFO (zkCallback-382-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> 364305 INFO (zkCallback-381-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> 365210 INFO (qtp8768641-2050) [ ] 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=3426
[junit4] 2> 365222 INFO
(TEST-TestReqParamsAPI.test-seed#[4603498CA559E3E5]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting test
[junit4] 2> 365224 INFO
(TEST-TestReqParamsAPI.test-seed#[4603498CA559E3E5]) [ ]
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> 365232 INFO (qtp8768641-2054) [ ]
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> 365232 INFO (Thread-413) [ ] o.a.s.c.SolrCore config
update listener called for core collection1_shard1_replica2
[junit4] 2> 365232 INFO (Thread-414) [ ] o.a.s.c.SolrCore config
update listener called for core collection1_shard1_replica1
[junit4] 2> 365234 INFO (Thread-413) [ ] o.a.s.c.SolrCore core reload
collection1_shard1_replica2
[junit4] 2> 365234 INFO (Thread-414) [ ] o.a.s.c.SolrCore core reload
collection1_shard1_replica1
[junit4] 2> 365234 INFO (qtp8768641-2054) [ ]
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> 365236 INFO (solrHandlerExecutor-980-thread-1) [ ]
o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
[junit4] 2> 365239 INFO (Thread-413) [ ] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 6.5.0
[junit4] 2> 365239 INFO (solrHandlerExecutor-980-thread-2) [ ]
o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
[junit4] 2> 365240 INFO (Thread-414) [ ] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 6.5.0
[junit4] 2> 365248 INFO (Thread-414) [ ] o.a.s.s.IndexSchema
[collection1_shard1_replica1] Schema name=minimal
[junit4] 2> 365249 INFO (Thread-413) [ ] o.a.s.s.IndexSchema
[collection1_shard1_replica2] Schema name=minimal
[junit4] 2> 365250 INFO (Thread-414) [ ] o.a.s.s.IndexSchema Loaded
schema minimal/1.1 with uniqueid field id
[junit4] 2> 365250 INFO (Thread-413) [ ] o.a.s.s.IndexSchema Loaded
schema minimal/1.1 with uniqueid field id
[junit4] 2> 365251 INFO (Thread-414) [ ] o.a.s.c.CoreContainer
Reloading SolrCore 'collection1_shard1_replica1' using configuration from
collection collection1
[junit4] 2> 365252 INFO (Thread-413) [ ] o.a.s.c.CoreContainer
Reloading SolrCore 'collection1_shard1_replica2' using configuration from
collection collection1
[junit4] 2> 365253 INFO (Thread-413) [ ] o.a.s.c.SolrCore
[[collection1_shard1_replica2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_4603498CA559E3E5-001/tempDir-001/node2/collection1_shard1_replica2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_4603498CA559E3E5-001/tempDir-001/node2/./collection1_shard1_replica2/data/]
[junit4] 2> 365253 INFO (Thread-414) [ ] o.a.s.c.SolrCore
[[collection1_shard1_replica1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_4603498CA559E3E5-001/tempDir-001/node1/collection1_shard1_replica1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_4603498CA559E3E5-001/tempDir-001/node1/./collection1_shard1_replica1/data/]
[junit4] 2> 365344 INFO (qtp8768641-2050) [ ]
o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
[junit4] 2> 365345 INFO (qtp8768641-2050) [ ] o.a.s.c.S.Request
[collection1_shard1_replica2] webapp=/solr path=/config/znodeVersion
params={overlay=0&wt=javabin&version=2} status=0 QTime=1
[junit4] 2> 365345 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.h.SolrConfigHandler Trying to update my configs
[junit4] 2> 365345 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.c.SolrCore config update listener called for core
collection1_shard1_replica2
[junit4] 2> 365345 INFO (qtp31879560-2051) [ ]
o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
[junit4] 2> 365345 INFO (qtp31879560-2051) [ ] 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> 365345 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.h.SolrConfigHandler Trying to update my configs
[junit4] 2> 365345 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.c.SolrCore config update listener called for core
collection1_shard1_replica1
[junit4] 2> 365346 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.c.SolrCore core reload collection1_shard1_replica2
[junit4] 2> 365346 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.c.SolrCore core reload collection1_shard1_replica1
[junit4] 2> 365346 INFO (solrHandlerExecutor-980-thread-2) [ ]
o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from
https://127.0.0.1:37764/solr/collection1_shard1_replica1/ for prop overlay
after 1 attempts
[junit4] 2> 365346 INFO (solrHandlerExecutor-980-thread-1) [ ]
o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from
https://127.0.0.1:34677/solr/collection1_shard1_replica2/ for prop overlay
after 1 attempts
[junit4] 2> 365346 INFO (solrHandlerExecutor-980-thread-2) [ ]
o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
[junit4] 2> 365346 INFO (solrHandlerExecutor-980-thread-1) [ ]
o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
[junit4] 2> 365450 INFO (qtp31879560-2049) [ ]
o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
[junit4] 2> 365450 INFO (qtp8768641-2052) [ ]
o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
[junit4] 2> 365450 INFO (qtp31879560-2049) [ ] 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> 365450 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
[junit4] 2> 365450 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
[junit4] 2> 365450 INFO (qtp8768641-2052) [ ] 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> 365450 INFO (solrHandlerExecutor-980-thread-1) [ ]
o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from
https://127.0.0.1:34677/solr/collection1_shard1_replica2/ for prop overlay
after 2 attempts
[junit4] 2> 365451 INFO (solrHandlerExecutor-980-thread-1) [ ]
o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
[junit4] 2> 365450 INFO (solrHandlerExecutor-980-thread-2) [ ]
o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from
https://127.0.0.1:37764/solr/collection1_shard1_replica1/ for prop overlay
after 2 attempts
[junit4] 2> 365451 INFO (solrHandlerExecutor-980-thread-2) [ ]
o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
[junit4] 2> 365452 INFO (Thread-413) [ ] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 365452 INFO (Thread-413) [ ] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 365453 INFO (Thread-413) [ ] o.a.s.s.SolrIndexSearcher
Opening [Searcher@1a1f780[collection1_shard1_replica2] main]
[junit4] 2> 365454 INFO (Thread-413) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 365454 INFO (Thread-413) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 365454 INFO (Thread-413) [ ] o.a.s.s.ZkIndexSchemaReader
Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
[junit4] 2> 365454 INFO (Thread-413) [ ] o.a.s.s.ZkIndexSchemaReader
Current schema version 0 is already the latest
[junit4] 2> 365455 INFO (Thread-413) [ ] o.a.s.h.ReplicationHandler
Commits will be reserved for 10000
[junit4] 2> 365455 INFO (searcherExecutor-982-thread-1) [ ]
o.a.s.c.SolrCore [collection1_shard1_replica2] Registered new searcher
Searcher@1a1f780[collection1_shard1_replica2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 365455 INFO (Thread-413) [ ] o.a.s.u.UpdateLog Could not
find max version in index or recent updates, using new clock 1558673612370608128
[junit4] 2> 365458 INFO (Thread-413) [ ] o.a.s.u.DefaultSolrCoreState
New IndexWriter is ready to be used.
[junit4] 2> 365458 INFO (Thread-413) [ ] o.a.s.s.SolrIndexSearcher
Opening [Searcher@999c55[collection1_shard1_replica2] main]
[junit4] 2> 365458 INFO (searcherExecutor-982-thread-1) [ ]
o.a.s.c.SolrCore [collection1_shard1_replica2] Registered new searcher
Searcher@999c55[collection1_shard1_replica2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 365462 INFO (Thread-414) [ ] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 365462 INFO (Thread-414) [ ] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 365463 INFO (Thread-414) [ ] o.a.s.s.SolrIndexSearcher
Opening [Searcher@7c8227[collection1_shard1_replica1] main]
[junit4] 2> 365463 INFO (Thread-414) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 365464 INFO (Thread-414) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 365464 INFO (Thread-414) [ ] o.a.s.s.ZkIndexSchemaReader
Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
[junit4] 2> 365464 INFO (Thread-414) [ ] o.a.s.s.ZkIndexSchemaReader
Current schema version 0 is already the latest
[junit4] 2> 365464 INFO (Thread-414) [ ] o.a.s.h.ReplicationHandler
Commits will be reserved for 10000
[junit4] 2> 365464 INFO (searcherExecutor-981-thread-1) [ ]
o.a.s.c.SolrCore [collection1_shard1_replica1] Registered new searcher
Searcher@7c8227[collection1_shard1_replica1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 365464 INFO (Thread-414) [ ] o.a.s.u.UpdateLog Could not
find max version in index or recent updates, using new clock 1558673612380045312
[junit4] 2> 365465 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 365467 INFO (Thread-414) [ ] o.a.s.u.DefaultSolrCoreState
New IndexWriter is ready to be used.
[junit4] 2> 365467 INFO (Thread-414) [ ] o.a.s.s.SolrIndexSearcher
Opening [Searcher@1b34028[collection1_shard1_replica1] main]
[junit4] 2> 365467 INFO (searcherExecutor-981-thread-1) [ ]
o.a.s.c.SolrCore [collection1_shard1_replica1] Registered new searcher
Searcher@1b34028[collection1_shard1_replica1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 365467 INFO (Thread-414) [ ] o.a.s.c.SolrCore
[collection1_shard1_replica1] CLOSING SolrCore
org.apache.solr.core.SolrCore@1a40691
[junit4] 2> 365468 INFO (Thread-414) [ ] o.a.s.m.SolrMetricManager
Closing metric reporters for: solr.core.collection1.shard1.replica1
[junit4] 2> 365471 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.s.IndexSchema [collection1_shard1_replica2] Schema name=minimal
[junit4] 2> 365474 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 365474 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 365475 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.c.CoreContainer Reloading SolrCore 'collection1_shard1_replica2' using
configuration from collection collection1
[junit4] 2> 365476 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.c.SolrCore [[collection1_shard1_replica2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_4603498CA559E3E5-001/tempDir-001/node2/collection1_shard1_replica2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_4603498CA559E3E5-001/tempDir-001/node2/./collection1_shard1_replica2/data/]
[junit4] 2> 365479 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.s.IndexSchema [collection1_shard1_replica1] Schema name=minimal
[junit4] 2> 365481 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 365482 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.c.CoreContainer Reloading SolrCore 'collection1_shard1_replica1' using
configuration from collection collection1
[junit4] 2> 365483 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.c.SolrCore [[collection1_shard1_replica1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_4603498CA559E3E5-001/tempDir-001/node1/collection1_shard1_replica1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_4603498CA559E3E5-001/tempDir-001/node1/./collection1_shard1_replica1/data/]
[junit4] 2> 365553 INFO (qtp31879560-2053) [ ]
o.a.s.h.SolrConfigHandler I already have the expected version 0 of config
[junit4] 2> 365553 INFO (qtp31879560-2053) [ ]
o.a.s.h.SolrConfigHandler isStale false , resourceloader
org.apache.solr.cloud.ZkSolrResourceLoader
[junit4] 2> 365553 INFO (qtp31879560-2053) [ ] 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> 365554 INFO (qtp8768641-2056) [ ]
o.a.s.h.SolrConfigHandler I already have the expected version 0 of config
[junit4] 2> 365554 INFO (qtp8768641-2056) [ ]
o.a.s.h.SolrConfigHandler isStale false , resourceloader
org.apache.solr.cloud.ZkSolrResourceLoader
[junit4] 2> 365554 INFO (qtp8768641-2056) [ ] 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> 365555 INFO (qtp8768641-2054) [ ]
o.a.s.h.SolrConfigHandler Took 322.0ms to set the property overlay to be of
version 0 for collection collection1
[junit4] 2> 365555 INFO (qtp8768641-2054) [ ] o.a.s.c.S.Request
[collection1_shard1_replica2] webapp=/solr path=/config params={wt=json}
status=0 QTime=325
[junit4] 2> 365555 INFO (qtp8768641-2054) [ ] o.a.s.c.SolrCore
[collection1_shard1_replica2] CLOSING SolrCore
org.apache.solr.core.SolrCore@27698b
[junit4] 2> 365555 INFO (qtp8768641-2054) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for:
solr.core.collection1.shard1.replica2
[junit4] 2> 365556 INFO
(TEST-TestReqParamsAPI.test-seed#[4603498CA559E3E5]) [ ]
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> 365558 INFO (qtp8768641-2062) [ ] o.a.s.c.ZkController
Persisted config data to node /configs/conf1/configoverlay.json
[junit4] 2> 365559 INFO (qtp8768641-2062) [ ]
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> 365559 INFO (qtp8768641-2062) [ ]
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> 365561 INFO (solrHandlerExecutor-991-thread-1) [ ]
o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
[junit4] 2> 365568 INFO (Thread-416) [ ] o.a.s.c.SolrCore config
update listener called for core collection1_shard1_replica1
[junit4] 2> 365568 INFO (Thread-415) [ ] o.a.s.c.SolrCore config
update listener called for core collection1_shard1_replica2
[junit4] 2> 365568 INFO (Thread-415) [ ] o.a.s.c.SolrCore core reload
collection1_shard1_replica2
[junit4] 2> 365569 INFO (Thread-416) [ ] o.a.s.c.SolrCore core reload
collection1_shard1_replica1
[junit4] 2> 365570 INFO (solrHandlerExecutor-991-thread-2) [ ]
o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
[junit4] 2> 365632 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 365632 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 365633 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@1c06f5f[collection1_shard1_replica2] main]
[junit4] 2> 365633 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 365633 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 365633 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at
/configs/conf1/managed-schema
[junit4] 2> 365634 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
[junit4] 2> 365634 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 365634 INFO (searcherExecutor-989-thread-1) [ ]
o.a.s.c.SolrCore [collection1_shard1_replica2] Registered new searcher
Searcher@1c06f5f[collection1_shard1_replica2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 365634 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1558673612558303232
[junit4] 2> 365636 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
[junit4] 2> 365636 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@bc54bd[collection1_shard1_replica2]
main]
[junit4] 2> 365636 INFO (searcherExecutor-989-thread-1) [ ]
o.a.s.c.SolrCore [collection1_shard1_replica2] Registered new searcher
Searcher@bc54bd[collection1_shard1_replica2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 365640 INFO (Thread-415) [ ] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 6.5.0
[junit4] 2> 365646 INFO (Thread-415) [ ] o.a.s.s.IndexSchema
[collection1_shard1_replica2] Schema name=minimal
[junit4] 2> 365647 INFO (Thread-415) [ ] o.a.s.s.IndexSchema Loaded
schema minimal/1.1 with uniqueid field id
[junit4] 2> 365648 INFO (Thread-415) [ ] o.a.s.c.CoreContainer
Reloading SolrCore 'collection1_shard1_replica2' using configuration from
collection collection1
[junit4] 2> 365649 INFO (Thread-415) [ ] o.a.s.c.SolrCore
[[collection1_shard1_replica2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_4603498CA559E3E5-001/tempDir-001/node2/collection1_shard1_replica2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_4603498CA559E3E5-001/tempDir-001/node2/./collection1_shard1_replica2/data/]
[junit4] 2> 365666 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 365666 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 365667 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@107d9a4[collection1_shard1_replica1] main]
[junit4] 2> 365667 INFO (qtp8768641-2064) [ ]
o.a.s.h.SolrConfigHandler expecting overlay version 1 but my version is 0
[junit4] 2> 365667 INFO (qtp8768641-2064) [ ] o.a.s.c.S.Request
[collection1_shard1_replica2] webapp=/solr path=/config/znodeVersion
params={overlay=1&wt=javabin&version=2} status=0 QTime=1
[junit4] 2> 365667 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.h.SolrConfigHandler Trying to update my configs
[junit4] 2> 365667 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.c.SolrCore config update listener called for core
collection1_shard1_replica2
[junit4] 2> 365668 INFO (solrHandlerExecutor-991-thread-1) [ ]
o.a.s.h.SolrConfigHandler Could not get expectedVersion 1 from
https://127.0.0.1:34677/solr/collection1_shard1_replica2/ for prop overlay
after 1 attempts
[junit4] 2> 365668 INFO (solrHandlerExecutor-991-thread-1) [ ]
o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
[junit4] 2> 365668 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 365668 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.c.SolrCore core reload collection1_shard1_replica2
[junit4] 2> 365668 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 365668 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at
/configs/conf1/managed-schema
[junit4] 2> 365669 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
[junit4] 2> 365669 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 365669 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1558673612595003392
[junit4] 2> 365671 INFO (searcherExecutor-990-thread-1) [ ]
o.a.s.c.SolrCore [collection1_shard1_replica1] Registered new searcher
Searcher@107d9a4[collection1_shard1_replica1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 365672 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
[junit4] 2> 365672 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@a1082c[collection1_shard1_replica1]
main]
[junit4] 2> 365672 INFO (searcherExecutor-990-thread-1) [ ]
o.a.s.c.SolrCore [collection1_shard1_replica1] Registered new searcher
Searcher@a1082c[collection1_shard1_replica1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 365672 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.c.SolrCore [collection1_shard1_replica1] CLOSING SolrCore
org.apache.solr.core.SolrCore@15228bc
[junit4] 2> 365672 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for:
solr.core.collection1.shard1.replica1
[junit4] 2> 365674 INFO (qtp31879560-2055) [ ]
o.a.s.h.SolrConfigHandler expecting overlay version 1 but my version is 0
[junit4] 2> 365680 INFO (Thread-416) [ ] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 6.5.0
[junit4] 2> 365685 INFO (Thread-416) [ ] o.a.s.s.IndexSchema
[collection1_shard1_replica1] Schema name=minimal
[junit4] 2> 365687 INFO (Thread-416) [ ] o.a.s.s.IndexSchema Loaded
schema minimal/1.1 with uniqueid field id
[junit4] 2> 365688 INFO (Thread-416) [ ] o.a.s.c.CoreContainer
Reloading SolrCore 'collection1_shard1_replica1' using configuration from
collection collection1
[junit4] 2> 365689 INFO (qtp31879560-2055) [ ] o.a.s.c.S.Request
[collection1_shard1_replica1] webapp=/solr path=/config/znodeVersion
params={overlay=1&wt=javabin&version=2} status=0 QTime=14
[junit4] 2> 365689 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.h.SolrConfigHandler Trying to update my configs
[junit4] 2> 365689 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.c.SolrCore config update listener called for core
collection1_shard1_replica1
[junit4] 2> 365689 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.c.SolrCore core reload collection1_shard1_replica1
[junit4] 2> 365690 INFO (Thread-416) [ ] o.a.s.c.SolrCore
[[collection1_shard1_replica1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_4603498CA559E3E5-001/tempDir-001/node1/collection1_shard1_replica1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_4603498CA559E3E5-001/tempDir-001/node1/./collection1_shard1_replica1/data/]
[junit4] 2> 365690 INFO (solrHandlerExecutor-991-thread-2) [ ]
o.a.s.h.SolrConfigHandler Could not get expectedVersion 1 from
https://127.0.0.1:37764/solr/collection1_shard1_replica1/ for prop overlay
after 1 attempts
[junit4] 2> 365690 INFO (solrHandlerExecutor-991-thread-2) [ ]
o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
[junit4] 2> 365772 INFO (qtp8768641-2056) [ ]
o.a.s.h.SolrConfigHandler expecting overlay version 1 but my version is 0
[junit4] 2> 365772 INFO (qtp8768641-2056) [ ] 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> 365772 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
[junit4] 2> 365773 INFO (solrHandlerExecutor-991-thread-1) [ ]
o.a.s.h.SolrConfigHandler Could not get expectedVersion 1 from
https://127.0.0.1:34677/solr/collection1_shard1_replica2/ for prop overlay
after 2 attempts
[junit4] 2> 365773 INFO (solrHandlerExecutor-991-thread-1) [ ]
o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
[junit4] 2> 365788 INFO
(OverseerCollectionConfigSetProcessor-97417100502695942-127.0.0.1:37764_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> 365793 INFO (qtp31879560-2049) [ ]
o.a.s.h.SolrConfigHandler expecting overlay version 1 but my version is 0
[junit4] 2> 365793 INFO (qtp31879560-2049) [ ] 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> 365793 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
[junit4] 2> 365793 INFO (solrHandlerExecutor-991-thread-2) [ ]
o.a.s.h.SolrConfigHandler Could not get expectedVersion 1 from
https://127.0.0.1:37764/solr/collection1_shard1_replica1/ for prop overlay
after 2 attempts
[junit4] 2> 365793 INFO (solrHandlerExecutor-991-thread-2) [ ]
o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
[junit4] 2> 365823 INFO (Thread-415) [ ] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 365823 INFO (Thread-415) [ ] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 365825 INFO (Thread-415) [ ] o.a.s.s.SolrIndexSearcher
Opening [Searcher@1330c56[collection1_shard1_replica2] main]
[junit4] 2> 365825 INFO (Thread-415) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 365825 INFO (Thread-415) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 365825 INFO (Thread-415) [ ] o.a.s.s.ZkIndexSchemaReader
Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
[junit4] 2> 365826 INFO (Thread-415) [ ] o.a.s.s.ZkIndexSchemaReader
Current schema version 0 is already the latest
[junit4] 2> 365826 INFO (Thread-415) [ ] o.a.s.h.ReplicationHandler
Commits will be reserved for 10000
[junit4] 2> 365826 INFO (searcherExecutor-995-thread-1) [ ]
o.a.s.c.SolrCore [collection1_shard1_replica2] Registered new searcher
Searcher@1330c56[collection1_shard1_replica2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 365827 INFO (Thread-415) [ ] o.a.s.u.UpdateLog Could not
find max version in index or recent updates, using new clock 1558673612760678400
[junit4] 2> 365829 INFO (Thread-415) [ ] o.a.s.u.DefaultSolrCoreState
New IndexWriter is ready to be used.
[junit4] 2> 365829 INFO (Thread-415) [ ] o.a.s.s.SolrIndexSearcher
Opening [Searcher@11033d0[collection1_shard1_replica2] main]
[junit4] 2> 365829 INFO (searcherExecutor-995-thread-1) [ ]
o.a.s.c.SolrCore [collection1_shard1_replica2] Registered new searcher
Searcher@11033d0[collection1_shard1_replica2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 365829 INFO (Thread-415) [ ] o.a.s.c.SolrCore
[collection1_shard1_replica2] CLOSING SolrCore
org.apache.solr.core.SolrCore@1b5e4b4
[junit4] 2> 365829 INFO (Thread-415) [ ] o.a.s.m.SolrMetricManager
Closing metric reporters for: solr.core.collection1.shard1.replica2
[junit4] 2> 365834 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 365839 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.s.IndexSchema [collection1_shard1_replica2] Schema name=minimal
[junit4] 2> 365840 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 365841 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.c.CoreContainer Reloading SolrCore 'collection1_shard1_replica2' using
configuration from collection collection1
[junit4] 2> 365841 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.c.SolrCore [[collection1_shard1_replica2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_4603498CA559E3E5-001/tempDir-001/node2/collection1_shard1_replica2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_4603498CA559E3E5-001/tempDir-001/node2/./collection1_shard1_replica2/data/]
[junit4] 2> 365853 INFO (Thread-416) [ ] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 365853 INFO (Thread-416) [ ] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 365853 INFO (Thread-416) [ ] o.a.s.s.SolrIndexSearcher
Opening [Searcher@c2f8ec[collection1_shard1_replica1] main]
[junit4] 2> 365854 INFO (Thread-416) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 365854 INFO (Thread-416) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 365854 INFO (Thread-416) [ ] o.a.s.s.ZkIndexSchemaReader
Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
[junit4] 2> 365854 INFO (Thread-416) [ ] o.a.s.s.ZkIndexSchemaReader
Current schema version 0 is already the latest
[junit4] 2> 365854 INFO (Thread-416) [ ] o.a.s.h.ReplicationHandler
Commits will be reserved for 10000
[junit4] 2> 365854 INFO (searcherExecutor-999-thread-1) [ ]
o.a.s.c.SolrCore [collection1_shard1_replica1] Registered new searcher
Searcher@c2f8ec[collection1_shard1_replica1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 365854 INFO (Thread-416) [ ] o.a.s.u.UpdateLog Could not
find max version in index or recent updates, using new clock 1558673612788989952
[junit4] 2> 365857 INFO (Thread-416) [ ] o.a.s.u.DefaultSolrCoreState
New IndexWriter is ready to be used.
[junit4] 2> 365857 INFO (Thread-416) [ ] o.a.s.s.SolrIndexSearcher
Opening [Searcher@e99b1d[collection1_shard1_replica1] main]
[junit4] 2> 365857 INFO (searcherExecutor-999-thread-1) [ ]
o.a.s.c.SolrCore [collection1_shard1_replica1] Registered new searcher
Searcher@e99b1d[collection1_shard1_replica1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 365857 INFO (Thread-416) [ ] o.a.s.c.SolrCore
[collection1_shard1_replica1] CLOSING SolrCore
org.apache.solr.core.SolrCore@b0f160
[junit4] 2> 365857 INFO (Thread-416) [ ] o.a.s.m.SolrMetricManager
Closing metric reporters for: solr.core.collection1.shard1.replica1
[junit4] 2> 365863 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 365874 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.s.IndexSchema [collection1_shard1_replica1] Schema name=minimal
[junit4] 2> 365875 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 365875 INFO (qtp8768641-2054) [ ]
o.a.s.h.SolrConfigHandler I already have the expected version 1 of config
[junit4] 2> 365876 INFO (qtp8768641-2054) [ ]
o.a.s.h.SolrConfigHandler isStale false , resourceloader
org.apache.solr.cloud.ZkSolrResourceLoader
[junit4] 2> 365876 INFO (qtp8768641-2054) [ ] 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> 365876 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.c.CoreContainer Reloading SolrCore 'collection1_shard1_replica1' using
configuration from collection collection1
[junit4] 2> 365877 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.c.SolrCore [[collection1_shard1_replica1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux
[...truncated too long message...]
stFiltering, DistributedQueryComponentCustomSortTest, TestCoreAdminApis]
[junit4] Completed [229/690 (3!)] on J1 in 0.05s, 1 test, 1 error <<<
FAILURES!
[...truncated 1094 lines...]
[junit4] Suite: org.apache.solr.handler.admin.TestApiFramework
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.TestApiFramework_4603498CA559E3E5-001/init-core-data-001
[junit4] 2> 2008312 INFO
(SUITE-TestApiFramework-seed#[4603498CA559E3E5]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0,
clientAuth=0.0/0.0)
[junit4] 2> 2008315 INFO
(TEST-TestApiFramework.testFramework-seed#[4603498CA559E3E5]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testFramework
[junit4] 2> 2008353 INFO
(TEST-TestApiFramework.testFramework-seed#[4603498CA559E3E5]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testFramework
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestApiFramework
-Dtests.method=testFramework -Dtests.seed=4603498CA559E3E5 -Dtests.multiplier=3
-Dtests.slow=true -Dtests.locale=bm -Dtests.timezone=Europe/Amsterdam
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
[junit4] ERROR 0.04s J0 | TestApiFramework.testFramework <<<
[junit4] > Throwable #1: java.lang.ExceptionInInitializerError
[junit4] > at
__randomizedtesting.SeedInfo.seed([4603498CA559E3E5:517583ABA38D0FD8]: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.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] > 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 @18fc307
[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> 2008355 INFO
(TEST-TestApiFramework.testTrailingTemplatePaths-seed#[4603498CA559E3E5]) [
] o.a.s.SolrTestCaseJ4 ###Starting testTrailingTemplatePaths
[junit4] 2> 2008355 INFO
(TEST-TestApiFramework.testTrailingTemplatePaths-seed#[4603498CA559E3E5]) [
] o.a.s.SolrTestCaseJ4 ###Ending testTrailingTemplatePaths
[junit4] 2> 2008356 INFO
(SUITE-TestApiFramework-seed#[4603498CA559E3E5]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.TestApiFramework_4603498CA559E3E5-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene62): {},
docValues:{}, maxPointsInLeafNode=1700, maxMBSortInHeap=5.652989402871806,
sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=bm,
timezone=Europe/Amsterdam
[junit4] 2> NOTE: Linux 4.4.0-53-generic i386/Oracle Corporation 9-ea
(32-bit)/cpus=12,threads=1,free=61581224,total=406585344
[junit4] 2> NOTE: All tests run in this JVM:
[CurrencyFieldOpenExchangeTest, MBeansHandlerTest, SynonymTokenizerTest,
BadCopyFieldTest, SignatureUpdateProcessorFactoryTest,
LeaderElectionIntegrationTest, ClassificationUpdateProcessorIntegrationTest,
TestComponentsName, BlockCacheTest, TestConfigSetProperties,
ExitableDirectoryReaderTest, SolrCLIZkUtilsTest, TestNumericTerms64,
ResourceLoaderTest, HdfsChaosMonkeyNothingIsSafeTest, TestIBSimilarityFactory,
SolrCoreTest, TestConfigReload, TestCopyFieldCollectionResource,
TestAddFieldRealTimeGet, TestSortByMinMaxFunction, TestChildDocTransformer,
AnalysisAfterCoreReloadTest, DistributedQueueTest, CloudMLTQParserTest,
LeaderFailoverAfterPartitionTest, TestReloadAndDeleteDocs,
SolrMetricManagerTest, TestSha256AuthenticationProvider, SolrRequestParserTest,
JSONWriterTest, DistributedFacetPivotLongTailTest,
OverseerCollectionConfigSetProcessorTest, TestRTimerTree, TestFieldCacheSort,
ZkNodePropsTest, TestCSVLoader, TestFieldCache, AnalyticsMergeStrategyTest,
HdfsTlogReplayBufferedWhileIndexingTest, TestSchemaResource,
ChaosMonkeyNothingIsSafeTest, SolrSlf4jReporterTest, TestRandomDVFaceting,
ZkStateWriterTest, TestReqParamsAPI, TestSolr4Spatial, TestReRankQParserPlugin,
TestFieldTypeCollectionResource, ReturnFieldsTest, OutputWriterTest, RulesTest,
XsltUpdateRequestHandlerTest, RecoveryAfterSoftCommitTest,
DeleteInactiveReplicaTest, TestBulkSchemaConcurrent, TestDFISimilarityFactory,
PeerSyncTest, MergeStrategyTest, TestFoldingMultitermQuery, HdfsNNFailoverTest,
TestSerializedLuceneMatchVersion, TestAuthorizationFramework,
UniqFieldsUpdateProcessorFactoryTest, TestExpandComponent,
DistribCursorPagingTest, PolyFieldTest, BasicZkTest, TestRequestForwarding,
TestLazyCores, TestPerFieldSimilarity, TestCustomDocTransformer, SyncSliceTest,
CoreAdminRequestStatusTest, TestAuthenticationFramework, TestFaceting,
CacheHeaderTest, BlockJoinFacetRandomTest, ReplicaListTransformerTest,
TestJmxIntegration, ManagedSchemaRoundRobinCloudTest,
DocumentAnalysisRequestHandlerTest, AlternateDirectoryTest,
ExternalFileFieldSortTest, ConjunctionSolrSpellCheckerTest,
CollectionStateFormat2Test, TestRawResponseWriter, ReplicationFactorTest,
TestQuerySenderNoQuery, UtilsToolTest, TestHashQParserPlugin,
TestSearcherReuse, TestDistributedSearch, TestBackupRepositoryFactory,
TestPHPSerializedResponseWriter, TestStressLucene, TestDocSet,
FastVectorHighlighterTest, ForceLeaderTest, TestDocumentBuilder,
TestMissingGroups, HLLSerializationTest, TestPathTrie,
VMParamsZkACLAndCredentialsProvidersTest,
AddSchemaFieldsUpdateProcessorFactoryTest, TestValueSourceCache, UUIDFieldTest,
TestSolrCoreSnapshots, NotRequiredUniqueKeyTest, TestSegmentSorting,
TestQueryWrapperFilter, ZkSolrClientTest, TermVectorComponentDistributedTest,
TestJoin, TestGroupingSearch, QueryElevationComponentTest, BadIndexSchemaTest,
TestFunctionQuery, DirectUpdateHandlerTest, TestIndexSearcher,
SoftAutoCommitTest, SolrIndexSplitterTest, TestExtendedDismaxParser,
SpellCheckCollatorTest, SpatialFilterTest, SchemaVersionSpecificBehaviorTest,
QueryEqualityTest, DefaultValueUpdateProcessorTest, DistanceFunctionTest,
DebugComponentTest, DisMaxRequestHandlerTest, TestWriterPerf,
TestReversedWildcardFilterFactory, TestOmitPositions, TermsComponentTest,
RequestHandlersTest, PathHierarchyTokenizerFactoryTest, RequiredFieldsTest,
RegexBoostProcessorTest, JsonLoaderTest, TestPartialUpdateDeduplication,
TestBinaryResponseWriter, HighlighterConfigTest, TestQuerySenderListener,
TestSolrIndexConfig, CopyFieldTest, TestStressRecovery,
TestSolrDeletionPolicy2, SampleTest, TestBinaryField, TestSearchPerf,
MinimalSchemaTest, TestConfig, TestPostingsSolrHighlighter, TestCodecSupport,
URLClassifyProcessorTest, PreAnalyzedFieldTest, DOMUtilTest, TestLRUCache,
SliceStateTest, DistributedMLTComponentTest, DistributedIntervalFacetingTest,
CollectionsAPIAsyncDistributedZkTest, ConnectionManagerTest,
CustomCollectionTest, LeaderFailureAfterFreshStartTest, MultiThreadedOCPTest,
RollingRestartTest, TestCloudDeleteByQuery, TestCloudPivotFacet,
TestCollectionAPI, TestDeleteCollectionOnDownNodes, TestHdfsCloudBackupRestore,
TestLeaderElectionWithEmptyReplica, TestLockTree, TestMiniSolrCloudCluster,
TestOnReconnectListenerSupport, TestRandomRequestDistribution,
TestRequestStatusCollectionAPI, TestShortCircuitedRequests,
TestSolrCloudWithDelegationTokens, TestStressCloudBlindAtomicUpdates,
CachingDirectoryFactoryTest, TestCustomStream, V2ApiIntegrationTest,
CoreAdminCreateDiscoverTest, CoreMergeIndexesAdminHandlerTest, InfoHandlerTest,
MetricsHandlerTest, SecurityConfHandlerTest, StatsReloadRaceTest,
TestApiFramework]
[junit4] Completed [569/690 (4!)] on J0 in 0.06s, 2 tests, 1 error <<<
FAILURES!
[...truncated 51945 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]