Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/16844/
Java: 32bit/jdk-9-ea+119 -server -XX:+UseSerialGC
3 tests failed.
FAILED: org.apache.solr.util.SolrPluginUtilsTest.testInvokeSetters
Error Message:
argument type mismatch
Stack Trace:
java.lang.IllegalArgumentException: argument type mismatch
at
__randomizedtesting.SeedInfo.seed([CF84DC81E696A9:69D02FDC74D0F402]:0)
at
jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native
Method)
at
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
at
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:531)
at
org.apache.solr.util.SolrPluginUtils.invokeSetters(SolrPluginUtils.java:1071)
at
org.apache.solr.util.SolrPluginUtilsTest.implTestInvokeSetters(SolrPluginUtilsTest.java:482)
at
org.apache.solr.util.SolrPluginUtilsTest.testInvokeSetters(SolrPluginUtilsTest.java:474)
at
jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native
Method)
at
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
at
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:531)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
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:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(java.base@9-ea/Thread.java:804)
FAILED:
junit.framework.TestSuite.org.apache.solr.cloud.DistribJoinFromCollectionTest
Error Message:
Clean up static fields (in @AfterClass?) and null them, your test still has
references to classes of which the sizes cannot be measured due to security
restrictions or Java 9 module encapsulation: - private static
org.apache.solr.client.solrj.impl.CloudSolrClient
org.apache.solr.cloud.DistribJoinFromCollectionTest.cloudClient
Stack Trace:
junit.framework.AssertionFailedError: Clean up static fields (in @AfterClass?)
and null them, your test still has references to classes of which the sizes
cannot be measured due to security restrictions or Java 9 module encapsulation:
- private static org.apache.solr.client.solrj.impl.CloudSolrClient
org.apache.solr.cloud.DistribJoinFromCollectionTest.cloudClient
at __randomizedtesting.SeedInfo.seed([CF84DC81E696A9]:0)
at
com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:146)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
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:367)
at java.lang.Thread.run(java.base@9-ea/Thread.java:804)
Caused by: java.lang.IllegalStateException: Unable to access 'private final
java.lang.reflect.Layer java.lang.reflect.Module.layer' to estimate memory usage
at
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.createCacheEntry(RamUsageEstimator.java:602)
at
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.measureSizeOf(RamUsageEstimator.java:545)
at
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.sizeOfAll(RamUsageEstimator.java:387)
at
com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:129)
... 10 more
Caused by: java.lang.reflect.InaccessibleObjectException: Cannot make a
non-public member of class java.lang.reflect.Module accessible
at
jdk.internal.reflect.Reflection.throwInaccessibleObjectException(java.base@9-ea/Reflection.java:414)
at
java.lang.reflect.AccessibleObject.checkCanSetAccessible(java.base@9-ea/AccessibleObject.java:190)
at
java.lang.reflect.Field.checkCanSetAccessible(java.base@9-ea/Field.java:170)
at java.lang.reflect.Field.setAccessible(java.base@9-ea/Field.java:164)
at
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$3.run(RamUsageEstimator.java:597)
at
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$3.run(RamUsageEstimator.java:594)
at java.security.AccessController.doPrivileged(java.base@9-ea/Native
Method)
at
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.createCacheEntry(RamUsageEstimator.java:594)
... 13 more
FAILED:
junit.framework.TestSuite.org.apache.solr.response.transform.TestSubQueryTransformerDistrib
Error Message:
Clean up static fields (in @AfterClass?) and null them, your test still has
references to classes of which the sizes cannot be measured due to security
restrictions or Java 9 module encapsulation: - private static
org.apache.solr.client.solrj.impl.CloudSolrClient
org.apache.solr.response.transform.TestSubQueryTransformerDistrib.client
Stack Trace:
junit.framework.AssertionFailedError: Clean up static fields (in @AfterClass?)
and null them, your test still has references to classes of which the sizes
cannot be measured due to security restrictions or Java 9 module encapsulation:
- private static org.apache.solr.client.solrj.impl.CloudSolrClient
org.apache.solr.response.transform.TestSubQueryTransformerDistrib.client
at __randomizedtesting.SeedInfo.seed([CF84DC81E696A9]:0)
at
com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:146)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
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:367)
at java.lang.Thread.run(java.base@9-ea/Thread.java:804)
Caused by: java.lang.IllegalStateException: Unable to access 'private final
java.lang.reflect.Layer java.lang.reflect.Module.layer' to estimate memory usage
at
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.createCacheEntry(RamUsageEstimator.java:602)
at
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.measureSizeOf(RamUsageEstimator.java:545)
at
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.sizeOfAll(RamUsageEstimator.java:387)
at
com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:129)
... 10 more
Caused by: java.lang.reflect.InaccessibleObjectException: Cannot make a
non-public member of class java.lang.reflect.Module accessible
at
jdk.internal.reflect.Reflection.throwInaccessibleObjectException(java.base@9-ea/Reflection.java:414)
at
java.lang.reflect.AccessibleObject.checkCanSetAccessible(java.base@9-ea/AccessibleObject.java:190)
at
java.lang.reflect.Field.checkCanSetAccessible(java.base@9-ea/Field.java:170)
at java.lang.reflect.Field.setAccessible(java.base@9-ea/Field.java:164)
at
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$3.run(RamUsageEstimator.java:597)
at
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$3.run(RamUsageEstimator.java:594)
at java.security.AccessController.doPrivileged(java.base@9-ea/Native
Method)
at
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.createCacheEntry(RamUsageEstimator.java:594)
... 13 more
Build Log:
[...truncated 11029 lines...]
[junit4] Suite:
org.apache.solr.response.transform.TestSubQueryTransformerDistrib
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_CF84DC81E696A9-001/init-core-data-001
[junit4] 2> 575329 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 575329 INFO (Thread-1515) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 575329 INFO (Thread-1515) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 575429 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:42064
[junit4] 2> 575429 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 575429 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 575431 INFO (zkCallback-983-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@1c824d8 name:ZooKeeperConnection
Watcher:127.0.0.1:42064 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 575431 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 575431 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 575431 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
[junit4] 2> 575433 INFO (jetty-launcher-982-thread-1) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 575434 INFO (jetty-launcher-982-thread-3) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 575434 INFO (jetty-launcher-982-thread-4) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 575434 INFO (jetty-launcher-982-thread-2) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 575435 INFO (jetty-launcher-982-thread-5) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 575436 INFO (jetty-launcher-982-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@19f8b7b{/solr,null,AVAILABLE}
[junit4] 2> 575436 INFO (jetty-launcher-982-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@24958b{/solr,null,AVAILABLE}
[junit4] 2> 575436 INFO (jetty-launcher-982-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@16316d2{/solr,null,AVAILABLE}
[junit4] 2> 575436 INFO (jetty-launcher-982-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1c8881c{/solr,null,AVAILABLE}
[junit4] 2> 575437 INFO (jetty-launcher-982-thread-5) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@15d562a{/solr,null,AVAILABLE}
[junit4] 2> 575439 INFO (jetty-launcher-982-thread-1) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@89e106{HTTP/1.1,[http/1.1]}{127.0.0.1:37804}
[junit4] 2> 575439 INFO (jetty-launcher-982-thread-5) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@184c871{HTTP/1.1,[http/1.1]}{127.0.0.1:44653}
[junit4] 2> 575439 INFO (jetty-launcher-982-thread-1) [ ]
o.e.j.s.Server Started @577414ms
[junit4] 2> 575439 INFO (jetty-launcher-982-thread-3) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@4c158a{HTTP/1.1,[http/1.1]}{127.0.0.1:41637}
[junit4] 2> 575440 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=37804}
[junit4] 2> 575440 INFO (jetty-launcher-982-thread-3) [ ]
o.e.j.s.Server Started @577414ms
[junit4] 2> 575439 INFO (jetty-launcher-982-thread-4) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@413901{HTTP/1.1,[http/1.1]}{127.0.0.1:33470}
[junit4] 2> 575440 INFO (jetty-launcher-982-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=41637}
[junit4] 2> 575440 INFO (jetty-launcher-982-thread-4) [ ]
o.e.j.s.Server Started @577414ms
[junit4] 2> 575440 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
jdk.internal.loader.ClassLoaders$AppClassLoader@c1fdc4
[junit4] 2> 575440 INFO (jetty-launcher-982-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=33470}
[junit4] 2> 575439 INFO (jetty-launcher-982-thread-2) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@a402b4{HTTP/1.1,[http/1.1]}{127.0.0.1:44307}
[junit4] 2> 575440 INFO (jetty-launcher-982-thread-3) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
jdk.internal.loader.ClassLoaders$AppClassLoader@c1fdc4
[junit4] 2> 575440 INFO (jetty-launcher-982-thread-2) [ ]
o.e.j.s.Server Started @577414ms
[junit4] 2> 575440 INFO (jetty-launcher-982-thread-3) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_CF84DC81E696A9-001/tempDir-001/node3'
[junit4] 2> 575440 INFO (jetty-launcher-982-thread-4) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
jdk.internal.loader.ClassLoaders$AppClassLoader@c1fdc4
[junit4] 2> 575439 INFO (jetty-launcher-982-thread-5) [ ]
o.e.j.s.Server Started @577414ms
[junit4] 2> 575440 INFO (jetty-launcher-982-thread-4) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_CF84DC81E696A9-001/tempDir-001/node4'
[junit4] 2> 575440 INFO (jetty-launcher-982-thread-5) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=44653}
[junit4] 2> 575440 INFO (jetty-launcher-982-thread-3) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 575440 INFO (jetty-launcher-982-thread-4) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 575440 INFO (jetty-launcher-982-thread-3) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 575440 INFO (jetty-launcher-982-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=44307}
[junit4] 2> 575440 INFO (jetty-launcher-982-thread-5) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
jdk.internal.loader.ClassLoaders$AppClassLoader@c1fdc4
[junit4] 2> 575440 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_CF84DC81E696A9-001/tempDir-001/node1'
[junit4] 2> 575440 INFO (jetty-launcher-982-thread-5) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_CF84DC81E696A9-001/tempDir-001/node5'
[junit4] 2> 575440 INFO (jetty-launcher-982-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 575440 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 575440 INFO (jetty-launcher-982-thread-2) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
jdk.internal.loader.ClassLoaders$AppClassLoader@c1fdc4
[junit4] 2> 575440 INFO (jetty-launcher-982-thread-4) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 575440 INFO (jetty-launcher-982-thread-2) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_CF84DC81E696A9-001/tempDir-001/node2'
[junit4] 2> 575440 INFO (jetty-launcher-982-thread-5) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 575440 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 575441 INFO (jetty-launcher-982-thread-5) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 575441 INFO (jetty-launcher-982-thread-4) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 575441 INFO (jetty-launcher-982-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 575441 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 575441 INFO (jetty-launcher-982-thread-2) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 575441 INFO (jetty-launcher-982-thread-5) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 575441 INFO (jetty-launcher-982-thread-2) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 575442 INFO (jetty-launcher-982-thread-4) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 575442 INFO (jetty-launcher-982-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 575442 INFO (jetty-launcher-982-thread-5) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 575442 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 575443 INFO (jetty-launcher-982-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 575443 INFO (zkCallback-984-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@1af7cea name:ZooKeeperConnection
Watcher:127.0.0.1:42064/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 575443 INFO (jetty-launcher-982-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 575443 INFO (zkCallback-985-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@15244c name:ZooKeeperConnection
Watcher:127.0.0.1:42064/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 575443 INFO (jetty-launcher-982-thread-4) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 575443 INFO (zkCallback-987-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@8fb4ac name:ZooKeeperConnection
Watcher:127.0.0.1:42064/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 575443 INFO (jetty-launcher-982-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 575443 INFO (zkCallback-986-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@1d04004 name:ZooKeeperConnection
Watcher:127.0.0.1:42064/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 575444 INFO (jetty-launcher-982-thread-4) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 575444 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 575443 INFO (jetty-launcher-982-thread-5) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 575445 INFO (zkCallback-988-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@f223e8 name:ZooKeeperConnection
Watcher:127.0.0.1:42064/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 575445 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 575445 INFO (jetty-launcher-982-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 575445 INFO (jetty-launcher-982-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 575445 INFO (jetty-launcher-982-thread-5) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 575445 INFO (jetty-launcher-982-thread-4) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 575445 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 575445 INFO (jetty-launcher-982-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 575446 INFO (jetty-launcher-982-thread-5) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 575448 INFO (jetty-launcher-982-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 575450 INFO (jetty-launcher-982-thread-4) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_CF84DC81E696A9-001/tempDir-001/node4/.
[junit4] 2> 575450 INFO (jetty-launcher-982-thread-4) [ ]
o.a.s.c.CoreContainer New CoreContainer 27555196
[junit4] 2> 575450 INFO (jetty-launcher-982-thread-4) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_CF84DC81E696A9-001/tempDir-001/node4]
[junit4] 2> 575450 INFO (jetty-launcher-982-thread-3) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_CF84DC81E696A9-001/tempDir-001/node3/.
[junit4] 2> 575450 INFO (jetty-launcher-982-thread-3) [ ]
o.a.s.c.CoreContainer New CoreContainer 8353057
[junit4] 2> 575450 INFO (jetty-launcher-982-thread-3) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_CF84DC81E696A9-001/tempDir-001/node3]
[junit4] 2> 575450 WARN (jetty-launcher-982-thread-4) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_CF84DC81E696A9-001/tempDir-001/node4/lib
to classpath:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_CF84DC81E696A9-001/tempDir-001/node4/lib
[junit4] 2> 575450 WARN (jetty-launcher-982-thread-3) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_CF84DC81E696A9-001/tempDir-001/node3/lib
to classpath:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_CF84DC81E696A9-001/tempDir-001/node3/lib
[junit4] 2> 575450 INFO (jetty-launcher-982-thread-4) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,
[junit4] 2> 575450 INFO (jetty-launcher-982-thread-3) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,
[junit4] 2> 575451 INFO (jetty-launcher-982-thread-5) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_CF84DC81E696A9-001/tempDir-001/node5/.
[junit4] 2> 575451 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 0x154f43c0fc10005, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(java.base@9-ea/Thread.java:804)
[junit4] 2> 575451 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_CF84DC81E696A9-001/tempDir-001/node1/.
[junit4] 2> 575451 INFO (jetty-launcher-982-thread-5) [ ]
o.a.s.c.CoreContainer New CoreContainer 22413342
[junit4] 2> 575451 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.c.CoreContainer New CoreContainer 5689963
[junit4] 2> 575451 INFO (jetty-launcher-982-thread-2) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_CF84DC81E696A9-001/tempDir-001/node2/.
[junit4] 2> 575451 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_CF84DC81E696A9-001/tempDir-001/node1]
[junit4] 2> 575451 INFO (jetty-launcher-982-thread-2) [ ]
o.a.s.c.CoreContainer New CoreContainer 19708163
[junit4] 2> 575451 INFO (jetty-launcher-982-thread-2) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_CF84DC81E696A9-001/tempDir-001/node2]
[junit4] 2> 575451 INFO (jetty-launcher-982-thread-5) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_CF84DC81E696A9-001/tempDir-001/node5]
[junit4] 2> 575451 WARN (jetty-launcher-982-thread-1) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_CF84DC81E696A9-001/tempDir-001/node1/lib
to classpath:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_CF84DC81E696A9-001/tempDir-001/node1/lib
[junit4] 2> 575451 WARN (jetty-launcher-982-thread-2) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_CF84DC81E696A9-001/tempDir-001/node2/lib
to classpath:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_CF84DC81E696A9-001/tempDir-001/node2/lib
[junit4] 2> 575451 WARN (jetty-launcher-982-thread-5) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_CF84DC81E696A9-001/tempDir-001/node5/lib
to classpath:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_CF84DC81E696A9-001/tempDir-001/node5/lib
[junit4] 2> 575451 INFO (jetty-launcher-982-thread-2) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,
[junit4] 2> 575451 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,
[junit4] 2> 575452 INFO (jetty-launcher-982-thread-5) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,
[junit4] 2> 575452 INFO (jetty-launcher-982-thread-4) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
[junit4] 2> 575452 INFO (jetty-launcher-982-thread-3) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
[junit4] 2> 575452 INFO (jetty-launcher-982-thread-2) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
[junit4] 2> 575452 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
[junit4] 2> 575452 INFO (jetty-launcher-982-thread-4) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 575452 INFO (jetty-launcher-982-thread-4) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 575452 INFO (jetty-launcher-982-thread-4) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42064/solr
[junit4] 2> 575452 INFO (jetty-launcher-982-thread-3) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 575452 INFO (jetty-launcher-982-thread-4) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 575452 INFO (jetty-launcher-982-thread-3) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 575452 INFO (jetty-launcher-982-thread-2) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 575452 INFO (jetty-launcher-982-thread-2) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 575452 INFO (jetty-launcher-982-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42064/solr
[junit4] 2> 575452 INFO (jetty-launcher-982-thread-4) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 575452 INFO (jetty-launcher-982-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42064/solr
[junit4] 2> 575452 INFO (jetty-launcher-982-thread-5) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
[junit4] 2> 575452 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 575452 INFO (jetty-launcher-982-thread-2) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 575453 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 575453 INFO (jetty-launcher-982-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 575452 INFO (jetty-launcher-982-thread-3) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 575453 INFO (jetty-launcher-982-thread-4) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 575453 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42064/solr
[junit4] 2> 575453 INFO (jetty-launcher-982-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 575453 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 575453 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 575453 INFO (jetty-launcher-982-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 575454 INFO (jetty-launcher-982-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 575454 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 575454 INFO (jetty-launcher-982-thread-5) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 575454 INFO (jetty-launcher-982-thread-5) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 575454 INFO (jetty-launcher-982-thread-5) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42064/solr
[junit4] 2> 575455 INFO (jetty-launcher-982-thread-5) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 575455 INFO (jetty-launcher-982-thread-5) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 575455 INFO (zkCallback-999-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@14d322a name:ZooKeeperConnection
Watcher:127.0.0.1:42064 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 575455 INFO (jetty-launcher-982-thread-4) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 575455 INFO (zkCallback-1000-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@163a4c0 name:ZooKeeperConnection
Watcher:127.0.0.1:42064 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 575455 INFO (jetty-launcher-982-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 575455 INFO (jetty-launcher-982-thread-5) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 575455 INFO (jetty-launcher-982-thread-4) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 575455 INFO (zkCallback-1001-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@432b80 name:ZooKeeperConnection
Watcher:127.0.0.1:42064 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 575455 INFO (jetty-launcher-982-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 575455 INFO (jetty-launcher-982-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 575455 INFO (jetty-launcher-982-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 575456 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 0x154f43c0fc10007, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(java.base@9-ea/Thread.java:804)
[junit4] 2> 575457 INFO (jetty-launcher-982-thread-2) [ ]
o.a.s.c.ZkController Added new OnReconnect listener
org.apache.solr.cloud.ZkController$$Lambda$175/7981232@f18b20
[junit4] 2> 575457 INFO (zkCallback-1003-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@1e670b8 name:ZooKeeperConnection
Watcher:127.0.0.1:42064 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 575457 INFO (jetty-launcher-982-thread-4) [ ]
o.a.s.c.ZkController Added new OnReconnect listener
org.apache.solr.cloud.ZkController$$Lambda$175/7981232@185c7d3
[junit4] 2> 575456 INFO (zkCallback-1002-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@1a5d079 name:ZooKeeperConnection
Watcher:127.0.0.1:42064 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 575457 INFO (jetty-launcher-982-thread-5) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 575457 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 575457 INFO (jetty-launcher-982-thread-4) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 575457 INFO (jetty-launcher-982-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 575458 INFO (jetty-launcher-982-thread-3) [ ]
o.a.s.c.ZkController Added new OnReconnect listener
org.apache.solr.cloud.ZkController$$Lambda$175/7981232@11ba2d8
[junit4] 2> 575458 INFO (jetty-launcher-982-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 575460 INFO (jetty-launcher-982-thread-5) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 575460 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 575461 INFO (zkCallback-1005-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@fd0a name:ZooKeeperConnection
Watcher:127.0.0.1:42064/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 575461 INFO (jetty-launcher-982-thread-4) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 575462 INFO (zkCallback-1004-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@133e1d8 name:ZooKeeperConnection
Watcher:127.0.0.1:42064/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 575462 INFO (jetty-launcher-982-thread-5) [ ]
o.a.s.c.ZkController Added new OnReconnect listener
org.apache.solr.cloud.ZkController$$Lambda$175/7981232@1475afb
[junit4] 2> 575462 INFO (jetty-launcher-982-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 575462 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.c.ZkController Added new OnReconnect listener
org.apache.solr.cloud.ZkController$$Lambda$175/7981232@1b9090f
[junit4] 2> 575462 INFO (jetty-launcher-982-thread-5) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 575463 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 575462 INFO (zkCallback-1006-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@7bfcf4 name:ZooKeeperConnection
Watcher:127.0.0.1:42064/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 575462 INFO (jetty-launcher-982-thread-4) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/queue
[junit4] 2> 575463 INFO (jetty-launcher-982-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 575463 INFO (jetty-launcher-982-thread-2) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/queue
[junit4] 2> 575463 INFO (zkCallback-1007-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@1641a2d name:ZooKeeperConnection
Watcher:127.0.0.1:42064/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 575463 INFO (jetty-launcher-982-thread-5) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 575464 INFO (zkCallback-1008-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@13d5b1e name:ZooKeeperConnection
Watcher:127.0.0.1:42064/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 575464 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 575464 INFO (jetty-launcher-982-thread-3) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/queue
[junit4] 2> 575465 INFO (jetty-launcher-982-thread-2) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
[junit4] 2> 575465 INFO (jetty-launcher-982-thread-5) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
[junit4] 2> 575465 INFO (jetty-launcher-982-thread-4) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
[junit4] 2> 575465 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
[junit4] 2> 575465 INFO (jetty-launcher-982-thread-3) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
[junit4] 2> 575466 INFO (jetty-launcher-982-thread-2) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
[junit4] 2> 575466 INFO (jetty-launcher-982-thread-4) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
[junit4] 2> 575466 INFO (jetty-launcher-982-thread-5) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
[junit4] 2> 575467 INFO (jetty-launcher-982-thread-4) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
[junit4] 2> 575467 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
[junit4] 2> 575467 INFO (jetty-launcher-982-thread-2) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
[junit4] 2> 575467 INFO (jetty-launcher-982-thread-3) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
[junit4] 2> 575467 INFO (jetty-launcher-982-thread-5) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
[junit4] 2> 575467 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
[junit4] 2> 575467 INFO (jetty-launcher-982-thread-4) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
[junit4] 2> 575468 INFO (jetty-launcher-982-thread-3) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
[junit4] 2> 575468 INFO (jetty-launcher-982-thread-2) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
[junit4] 2> 575468 INFO (jetty-launcher-982-thread-5) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
[junit4] 2> 575468 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 575468 INFO (jetty-launcher-982-thread-4) [ ]
o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 575468 INFO (jetty-launcher-982-thread-2) [ ]
o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 575468 INFO (jetty-launcher-982-thread-3) [ ]
o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 575468 INFO (jetty-launcher-982-thread-5) [ ]
o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 575468 INFO (jetty-launcher-982-thread-4) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections
[junit4] 2> 575468 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections
[junit4] 2> 575468 INFO (jetty-launcher-982-thread-3) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections
[junit4] 2> 575468 INFO (jetty-launcher-982-thread-2) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections
[junit4] 2> 575469 INFO (jetty-launcher-982-thread-5) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections
[junit4] 2> 575469 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 575469 INFO (jetty-launcher-982-thread-3) [ ]
o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 575469 INFO (jetty-launcher-982-thread-2) [ ]
o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 575469 INFO (jetty-launcher-982-thread-4) [ ]
o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 575469 INFO (jetty-launcher-982-thread-5) [ ]
o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 575469 INFO (jetty-launcher-982-thread-3) [ ]
o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 575469 INFO (jetty-launcher-982-thread-2) [ ]
o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 575469 INFO (jetty-launcher-982-thread-5) [ ]
o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 575469 INFO (jetty-launcher-982-thread-4) [ ]
o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 575469 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 575470 INFO (jetty-launcher-982-thread-2) [ ]
o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 575470 INFO (jetty-launcher-982-thread-4) [ ]
o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 575470 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 575470 INFO (jetty-launcher-982-thread-3) [ ]
o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 575470 INFO (jetty-launcher-982-thread-5) [ ]
o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 575470 INFO (jetty-launcher-982-thread-4) [ ]
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper...
[junit4] 2> 575470 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper...
[junit4] 2> 575470 INFO (jetty-launcher-982-thread-3) [ ]
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper...
[junit4] 2> 575470 INFO (jetty-launcher-982-thread-5) [ ]
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper...
[junit4] 2> 575470 INFO (jetty-launcher-982-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper...
[junit4] 2> 575470 INFO (jetty-launcher-982-thread-4) [ ]
o.a.s.c.c.ZkStateReader Loaded empty cluster properties
[junit4] 2> 575470 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.c.c.ZkStateReader Loaded empty cluster properties
[junit4] 2> 575471 INFO (jetty-launcher-982-thread-3) [ ]
o.a.s.c.c.ZkStateReader Loaded empty cluster properties
[junit4] 2> 575471 INFO (jetty-launcher-982-thread-5) [ ]
o.a.s.c.c.ZkStateReader Loaded empty cluster properties
[junit4] 2> 575471 INFO (jetty-launcher-982-thread-2) [ ]
o.a.s.c.c.ZkStateReader Loaded empty cluster properties
[junit4] 2> 575483 INFO (jetty-launcher-982-thread-4) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
[junit4] 2> 575484 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
[junit4] 2> 575484 INFO (jetty-launcher-982-thread-5) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
[junit4] 2> 575484 INFO (jetty-launcher-982-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
[junit4] 2> 575484 INFO (jetty-launcher-982-thread-3) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
[junit4] 2> 575485 INFO (jetty-launcher-982-thread-5) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer_elect
[junit4] 2> 575485 INFO (jetty-launcher-982-thread-4) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer_elect
[junit4] 2> 575485 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer_elect
[junit4] 2> 575485 INFO (jetty-launcher-982-thread-2) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer_elect
[junit4] 2> 575485 INFO (jetty-launcher-982-thread-3) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer_elect
[junit4] 2> 575486 INFO (jetty-launcher-982-thread-4) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
[junit4] 2> 575486 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
[junit4] 2> 575486 INFO (jetty-launcher-982-thread-2) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
[junit4] 2> 575486 INFO (jetty-launcher-982-thread-5) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
[junit4] 2> 575486 INFO (jetty-launcher-982-thread-3) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
[junit4] 2> 575486 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 575486 INFO (jetty-launcher-982-thread-4) [ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 575486 INFO (jetty-launcher-982-thread-2) [ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 575486 INFO (jetty-launcher-982-thread-5) [ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 575486 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.c.LeaderElector Joined leadership election with path:
/overseer_elect/election/95970030881144847-127.0.0.1:37804_solr-n_0000000000
[junit4] 2> 575486 INFO (jetty-launcher-982-thread-4) [ ]
o.a.s.c.LeaderElector Joined leadership election with path:
/overseer_elect/election/95970030881144843-127.0.0.1:33470_solr-n_0000000001
[junit4] 2> 575486 INFO (jetty-launcher-982-thread-3) [ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 575486 INFO (jetty-launcher-982-thread-2) [ ]
o.a.s.c.LeaderElector Joined leadership election with path:
/overseer_elect/election/95970030881144844-127.0.0.1:44307_solr-n_0000000002
[junit4] 2> 575486 INFO (jetty-launcher-982-thread-5) [ ]
o.a.s.c.LeaderElector Joined leadership election with path:
/overseer_elect/election/95970030881144846-127.0.0.1:44653_solr-n_0000000003
[junit4] 2> 575486 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37804_solr
[junit4] 2> 575486 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
[junit4] 2> 575486 INFO (jetty-launcher-982-thread-3) [ ]
o.a.s.c.LeaderElector Joined leadership election with path:
/overseer_elect/election/95970030881144845-127.0.0.1:41637_solr-n_0000000004
[junit4] 2> 575486 INFO (jetty-launcher-982-thread-4) [ ]
o.a.s.c.LeaderElector Watching path
/overseer_elect/election/95970030881144847-127.0.0.1:37804_solr-n_0000000000 to
know if I could be the leader
[junit4] 2> 575487 INFO (jetty-launcher-982-thread-2) [ ]
o.a.s.c.LeaderElector Watching path
/overseer_elect/election/95970030881144843-127.0.0.1:33470_solr-n_0000000001 to
know if I could be the leader
[junit4] 2> 575487 INFO (jetty-launcher-982-thread-5) [ ]
o.a.s.c.LeaderElector Watching path
/overseer_elect/election/95970030881144844-127.0.0.1:44307_solr-n_0000000002 to
know if I could be the leader
[junit4] 2> 575487 INFO (jetty-launcher-982-thread-4) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:33470_solr
[junit4] 2> 575487 INFO (jetty-launcher-982-thread-2) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:44307_solr
[junit4] 2> 575487 INFO (jetty-launcher-982-thread-3) [ ]
o.a.s.c.LeaderElector Watching path
/overseer_elect/election/95970030881144846-127.0.0.1:44653_solr-n_0000000003 to
know if I could be the leader
[junit4] 2> 575487 INFO (jetty-launcher-982-thread-5) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:44653_solr
[junit4] 2> 575487 INFO (jetty-launcher-982-thread-4) [ ]
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:33470_solr
[junit4] 2> 575487 INFO (jetty-launcher-982-thread-2) [ ]
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:44307_solr
[junit4] 2> 575487 INFO (jetty-launcher-982-thread-3) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:41637_solr
[junit4] 2> 575487 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.c.Overseer Overseer
(id=95970030881144847-127.0.0.1:37804_solr-n_0000000000) starting
[junit4] 2> 575487 INFO (jetty-launcher-982-thread-5) [ ]
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:44653_solr
[junit4] 2> 575487 INFO (jetty-launcher-982-thread-3) [ ]
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:41637_solr
[junit4] 2> 575487 INFO (zkCallback-1005-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [0])
[junit4] 2> 575487 INFO (zkCallback-1004-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [0])
[junit4] 2> 575487 INFO (zkCallback-1007-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [0])
[junit4] 2> 575488 INFO (zkCallback-1006-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [0])
[junit4] 2> 575488 INFO (zkCallback-1008-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [0])
[junit4] 2> 575488 INFO (zkCallback-1004-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 575488 INFO (zkCallback-1005-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 575489 INFO (zkCallback-1005-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [2])
[junit4] 2> 575489 INFO (zkCallback-1004-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [2])
[junit4] 2> 575489 INFO (zkCallback-1005-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
[junit4] 2> 575489 INFO (zkCallback-1004-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
[junit4] 2> 575489 INFO (zkCallback-1007-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [0])
[junit4] 2> 575489 INFO (zkCallback-1008-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [0])
[junit4] 2> 575489 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
[junit4] 2> 575489 INFO (zkCallback-1006-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [0])
[junit4] 2> 575491 INFO (zkCallback-1007-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 575491 INFO (zkCallback-1008-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 575491 INFO (zkCallback-1008-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 575491 INFO (zkCallback-1006-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 575491 INFO (zkCallback-1006-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 575491 INFO (zkCallback-1007-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 575493 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.c.OverseerAutoReplicaFailoverThread Starting
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 575493 INFO
(OverseerCollectionConfigSetProcessor-95970030881144847-127.0.0.1:37804_solr-n_0000000000)
[ ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer
operations
[junit4] 2> 575493 INFO
(OverseerStateUpdate-95970030881144847-127.0.0.1:37804_solr-n_0000000000) [
] o.a.s.c.Overseer Starting to work on the main queue
[junit4] 2> 575493 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.c.ZkController Publish node=127.0.0.1:37804_solr as DOWN
[junit4] 2> 575494 INFO
(OverseerStateUpdate-95970030881144847-127.0.0.1:37804_solr-n_0000000000) [
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (4)
[junit4] 2> 575494 INFO
(OverseerStateUpdate-95970030881144847-127.0.0.1:37804_solr-n_0000000000) [
] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"downnode",
[junit4] 2> "node_name":"127.0.0.1:37804_solr"} current state version: 0
[junit4] 2> 575494 INFO
(OverseerStateUpdate-95970030881144847-127.0.0.1:37804_solr-n_0000000000) [
] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:37804_solr
[junit4] 2> 575504 INFO (jetty-launcher-982-thread-3) [ ]
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 575504 INFO (jetty-launcher-982-thread-3) [ ]
o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 575504 INFO (jetty-launcher-982-thread-3) [ ]
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_CF84DC81E696A9-001/tempDir-001/node3/.
[junit4] 2> 575504 INFO (jetty-launcher-982-thread-3) [ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions
[junit4] 2> 575505 INFO (jetty-launcher-982-thread-3) [ ]
o.a.s.s.SolrDispatchFilter
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
[junit4] 2> 575505 INFO (jetty-launcher-982-thread-3) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 575514 INFO (jetty-launcher-982-thread-4) [ ]
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 575514 INFO (jetty-launcher-982-thread-4) [ ]
o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 575515 INFO (jetty-launcher-982-thread-4) [ ]
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_CF84DC81E696A9-001/tempDir-001/node4/.
[junit4] 2> 575515 INFO (jetty-launcher-982-thread-4) [ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions
[junit4] 2> 575515 INFO (jetty-launcher-982-thread-4) [ ]
o.a.s.s.SolrDispatchFilter
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
[junit4] 2> 575515 INFO (jetty-launcher-982-thread-4) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 575520 INFO (jetty-launcher-982-thread-5) [ ]
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 575520 INFO (jetty-launcher-982-thread-5) [ ]
o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 575521 INFO (jetty-launcher-982-thread-5) [ ]
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_CF84DC81E696A9-001/tempDir-001/node5/.
[junit4] 2> 575521 INFO (jetty-launcher-982-thread-5) [ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions
[junit4] 2> 575521 INFO (jetty-launcher-982-thread-5) [ ]
o.a.s.s.SolrDispatchFilter
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
[junit4] 2> 575521 INFO (jetty-launcher-982-thread-5) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 575526 INFO (jetty-launcher-982-thread-2) [ ]
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 575526 INFO (jetty-launcher-982-thread-2) [ ]
o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 575526 INFO (jetty-launcher-982-thread-2) [ ]
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_CF84DC81E696A9-001/tempDir-001/node2/.
[junit4] 2> 575527 INFO (jetty-launcher-982-thread-2) [ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions
[junit4] 2> 575527 INFO (jetty-launcher-982-thread-2) [ ]
o.a.s.s.SolrDispatchFilter
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
[junit4] 2> 575527 INFO (jetty-launcher-982-thread-2) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 576494 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:37804_solr
[junit4] 2> 576494 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:37804_solr
[junit4] 2> 576495 INFO (zkCallback-1006-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [4])
[junit4] 2> 576495 INFO (zkCallback-1008-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [4])
[junit4] 2> 576495 INFO (zkCallback-1004-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [4])
[junit4] 2> 576495 INFO (zkCallback-1007-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [4])
[junit4] 2> 576495 INFO (zkCallback-1005-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [4])
[junit4] 2> 576495 INFO (zkCallback-1008-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 576495 INFO (zkCallback-1004-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 576495 INFO (zkCallback-1007-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 576495 INFO (zkCallback-1005-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 576499 INFO (zkCallback-1006-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 576506 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 576507 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 576507 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.response.transform.TestSubQueryTransformerDistrib_CF84DC81E696A9-001/tempDir-001/node1/.
[junit4] 2> 576507 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions
[junit4] 2> 576507 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.s.SolrDispatchFilter
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
[junit4] 2> 576507 INFO (jetty-launcher-982-thread-1) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 576508 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 576508 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 576509 INFO (zkCallback-1014-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@cd5021 name:ZooKeeperConnection
Watcher:127.0.0.1:42064 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 576509 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 576509 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 576510 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.s.i.CloudSolrClient Final constructed zkHost string:
127.0.0.1:42064/solr
[junit4] 2> 576511 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 576511 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 576512 INFO (zkCallback-1017-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@ab3ae8 name:ZooKeeperConnection
Watcher:127.0.0.1:42064/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 576512 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 576512 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 576512 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper...
[junit4] 2> 576513 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.ZkStateReader Loaded empty cluster properties
[junit4] 2> 576513 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
[junit4] 2> 576514 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/protwords.txt
[junit4] 2> 576515 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-delaying-component.xml
[junit4] 2> 576516 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad_solrconfig.xml
[junit4] 2> 576517 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-sortingmergepolicyfactory.xml
[junit4] 2> 576517 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-nocache.xml
[junit4] 2> 576518 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-implicitproperties.xml
[junit4] 2> 576519 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-mergepolicy-legacy.xml
[junit4] 2> 576519 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-schema-uniquekey-uses-default.xml
[junit4] 2> 576520 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-schema-sim-default-has-no-explicit-sim.xml
[junit4] 2> 576520 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-schema-uniquekey-multivalued.xml
[junit4] 2> 576521 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/analyzingInfixSuggest.txt
[junit4] 2> 576521 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/missleading.extension.updateprocessor.js.txt
[junit4] 2> 576522 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-schema-multiple-asterisk-copyfield-source-should-fail-test.xml
[junit4] 2> 576523 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-replication2.xml
[junit4] 2> 576523 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-infostream-logging.xml
[junit4] 2> 576524 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-collapseqparser.xml
[junit4] 2> 576525 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-schema-currency-ft-bogus-code-in-xml.xml
[junit4] 2> 576525 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/old_synonyms.txt
[junit4] 2> 576526 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/enumsConfig.xml
[junit4] 2> 576526 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-script-updateprocessor.xml
[junit4] 2> 576527 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-add-schema-fields-update-processor.xml
[junit4] 2> 576528 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-mergepolicyfactory-nocfs.xml
[junit4] 2> 576529 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-schema-sweetspot-both-tf.xml
[junit4] 2> 576529 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-phrasesuggest.xml
[junit4] 2> 576530 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig.xml
[junit4] 2> 576531 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-delpolicy1.xml
[junit4] 2> 576532 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-sim.xml
[junit4] 2> 576532 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema15.xml
[junit4] 2> 576533 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-sql.xml
[junit4] 2> 576534 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-schema-misplaced-asterisk-copyfield-source-should-fail-test.xml
[junit4] 2> 576534 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/stemdict.txt
[junit4] 2> 576535 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/hunspell-test.aff
[junit4] 2> 576535 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-sql.xml
[junit4] 2> 576536 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-spatial.xml
[junit4] 2> 576536 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-slave1.xml
[junit4] 2> 576537 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-schema-dup-fieldType.xml
[junit4] 2> 576537 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-schema-external-filefield.xml
[junit4] 2> 576537 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-query-parser-init.xml
[junit4] 2> 576538 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-solrconfig-nrtmode.xml
[junit4] 2> 576538 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-complex-phrase.xml
[junit4] 2> 576539 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/conditional.updateprocessor.js
[junit4] 2> 576540 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-schema-analyzer-class-and-nested.xml
[junit4] 2> 576541 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-eff.xml
[junit4] 2> 576541 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-folding.xml
[junit4] 2> 576542 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-tieredmergepolicyfactory.xml
[junit4] 2> 576542 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-simpleqpplugin.xml
[junit4] 2> 576543 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-hash.xml
[junit4] 2> 576543 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/stopwords.txt
[junit4] 2> 576544 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-schema-dynamicfield-required.xml
[junit4] 2> 576544 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-mergepolicy-nocfs.xml
[junit4] 2> 576545 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-solrconfig-bogus-scriptengine-name.xml
[junit4] 2> 576545 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/throw.error.on.add.updateprocessor.js
[junit4] 2> 576546 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-minimal.xml
[junit4] 2> 576547 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-defaults.xml
[junit4] 2> 576547 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/blendedInfixSuggest.txt
[junit4] 2> 576548 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-postingshighlight.xml
[junit4] 2> 576548 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-docValuesJoin.xml
[junit4] 2> 576549 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-docValues.xml
[junit4] 2> 576549 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-schema-misplaced-asterisk-copyfield-dest-should-fail-test.xml
[junit4] 2> 576550 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-snippet-types.incl
[junit4] 2> 576550 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-minimal.xml
[junit4] 2> 576551 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 576552 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-collate.xml
[junit4] 2> 576553 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-rest.xml
[junit4] 2> 576553 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-schema-codec-global-vs-ft-mismatch.xml
[junit4] 2> 576554 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-schema-not-indexed-but-norms.xml
[junit4] 2> 576554 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/phrasesuggest.txt
[junit4] 2> 576555 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/stopwordsWrongEncoding.txt
[junit4] 2> 576555 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-logmergepolicy.xml
[junit4] 2> 576556 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-plugcollector.xml
[junit4] 2> 576556 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-noopregen.xml
[junit4] 2> 576557 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-analytics-query.xml
[junit4] 2> 576557 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/stoptypes-1.txt
[junit4] 2> 576558 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-warmer-randommergepolicyfactory.xml
[junit4] 2> 576558 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-spatial.xml
[junit4] 2> 576559 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-spellchecker.xml
[junit4] 2> 576560 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-minimal-atomic-stress.xml
[junit4] 2> 576560 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-non-stored-docvalues.xml
[junit4] 2> 576561 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-distrib-interval-faceting.xml
[junit4] 2> 576561 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/stop-1.txt
[junit4] 2> 576562 INFO
(SUITE-TestSubQueryTransformerDistrib-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-docValuesMissing.xml
[junit4] 2> 576
[...truncated too long message...]
til.java:229)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@9-ea/ThreadPoolExecutor.java:1158)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@9-ea/ThreadPoolExecutor.java:632)
[junit4] 2> at java.lang.Thread.run(java.base@9-ea/Thread.java:804)
[junit4] 2> 1621162 INFO (jetty-launcher-1977-thread-4) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@1ca7f3e{/solr,null,UNAVAILABLE}
[junit4] 2> 1621163 INFO
(SUITE-DistribJoinFromCollectionTest-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:38502 38502
[junit4] 2> 1621198 INFO (Thread-3655) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:38502 38502
[junit4] 2> 1621200 WARN (Thread-3655) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 6 /solr/aliases.json
[junit4] 2> 6 /solr/clusterprops.json
[junit4] 2> 5 /solr/security.json
[junit4] 2> 4 /solr/configs/solrCloudCollectionConfig
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 6 /solr/clusterstate.json
[junit4] 2> 4 /solr/collections/from_1x4/state.json
[junit4] 2> 4 /solr/collections/to_2x2/state.json
[junit4] 2> 2
/solr/collections/from_1x4/leader_elect/shard1/election/95970097530011659-core_node2-n_0000000001
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 6 /solr/live_nodes
[junit4] 2> 6 /solr/collections
[junit4] 2>
[junit4] 2> 1621200 INFO
(SUITE-DistribJoinFromCollectionTest-seed#[CF84DC81E696A9]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> May 27, 2016 10:18:23 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene62):
{get_s=PostingsFormat(name=Memory doPackFST= false),
join_s=PostingsFormat(name=Memory doPackFST= false), range_facet_l_dv=FST50,
_version_=PostingsFormat(name=Memory doPackFST= false),
multiDefault=PostingsFormat(name=MockRandom), match_s=Lucene50(blocksize=128),
intDefault=PostingsFormat(name=Memory doPackFST= false), id=FST50,
range_facet_i_dv=PostingsFormat(name=Memory doPackFST= false),
range_facet_l=PostingsFormat(name=Memory doPackFST= false),
timestamp=PostingsFormat(name=Memory doPackFST= false)},
docValues:{range_facet_l_dv=DocValuesFormat(name=Memory),
range_facet_i_dv=DocValuesFormat(name=Asserting),
timestamp=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1841,
maxMBSortInHeap=7.559240004763701,
sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=ar-JO,
timezone=Asia/Kamchatka
[junit4] 2> NOTE: Linux 4.4.0-21-generic i386/Oracle Corporation 9-ea
(32-bit)/cpus=12,threads=1,free=280668992,total=479485952
[junit4] 2> NOTE: All tests run in this JVM: [PeerSyncTest,
CdcrVersionReplicationTest, TestIntervalFaceting, SOLR749Test,
SecurityConfHandlerTest, TestConfigSetsAPIExclusivity, TestSolr4Spatial2,
TestDocSet, JsonLoaderTest, TestAtomicUpdateErrorCases, MultiThreadedOCPTest,
SyncSliceTest, ZkNodePropsTest, AsyncCallRequestStatusResponseTest,
CoreAdminRequestStatusTest, TestFaceting, PingRequestHandlerTest,
SuggestComponentTest, TestCrossCoreJoin, TestBlendedInfixSuggestions,
TestBadConfig, TestConfigOverlay, TestReloadAndDeleteDocs,
DefaultValueUpdateProcessorTest, TestDynamicFieldResource, BadCopyFieldTest,
OutputWriterTest, TestPseudoReturnFields, XsltUpdateRequestHandlerTest,
DocExpirationUpdateProcessorFactoryTest, JSONWriterTest,
TestCollapseQParserPlugin, SolrCloudExampleTest, TestInfoStreamLogging,
DistributedQueryElevationComponentTest, IndexSchemaRuntimeFieldTest,
FacetPivotSmallTest, CursorMarkTest, TestFastOutputStream,
TestScoreJoinQPNoScore, TestHashQParserPlugin, TestOmitPositions,
DistributedSpellCheckComponentTest, DistributedExpandComponentTest,
SignatureUpdateProcessorFactoryTest, ConnectionReuseTest,
TestSolrConfigHandlerCloud, ResponseHeaderTest, TestRTimerTree,
DeleteLastCustomShardedReplicaTest, TestCopyFieldCollectionResource,
DocValuesMissingTest, TestRawTransformer, ForceLeaderTest,
TestSubQueryTransformerDistrib, DeleteStatusTest,
CurrencyFieldOpenExchangeTest, HdfsWriteToMultipleCollectionsTest,
TestLazyCores, TestHighlightDedupGrouping, TestFoldingMultitermQuery,
CreateCollectionCleanupTest, TestGeoJSONResponseWriter, TestStressUserVersions,
TestAnalyzedSuggestions, HdfsRecoveryZkTest, BasicDistributedZkTest,
TestLuceneMatchVersion, TestRTGBase, QueryEqualityTest, TestConfig, TestJoin,
DisMaxRequestHandlerTest, SolrCoreTest, HighlighterMaxOffsetTest,
CdcrReplicationDistributedZkTest, TestHdfsUpdateLog, TestRealTimeGet,
TestPhraseSuggestions, StandardRequestHandlerTest, ExplicitHLLTest,
TestIBSimilarityFactory, OverseerTaskQueueTest, AlternateDirectoryTest,
TestQueryWrapperFilter, TestDistributedSearch, UUIDUpdateProcessorFallbackTest,
TestRangeQuery, CollectionTooManyReplicasTest, AddBlockUpdateTest,
TestLRUCache, TestRandomFaceting, HLLUtilTest, RequiredFieldsTest,
OverseerCollectionConfigSetProcessorTest, TestArbitraryIndexDir,
TestReplicaProperties, TestUniqueKeyFieldResource, AtomicUpdatesTest,
TestRandomDVFaceting, TestFunctionQuery, ChaosMonkeySafeLeaderTest,
UnloadDistributedZkTest, LeaderElectionIntegrationTest, BasicZkTest,
RecoveryZkTest, FullSolrCloudDistribCmdsTest, ZkSolrClientTest, ZkCLITest,
SimpleFacetsTest, SpellCheckComponentTest, SpellCheckCollatorTest,
TestStressLucene, SpatialFilterTest, SuggesterWFSTTest, TestCSVLoader,
PolyFieldTest, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest,
SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, TestUpdate,
TestWordDelimiterFilterFactory, TestRemoteStreaming, DebugComponentTest,
IndexBasedSpellCheckerTest, DocumentAnalysisRequestHandlerTest,
FileBasedSpellCheckerTest, RequestHandlersTest, TestValueSourceCache,
FastVectorHighlighterTest, RegexBoostProcessorTest, IndexSchemaTest,
TestCollationField, TestCSVResponseWriter, MBeansHandlerTest,
BinaryUpdateRequestHandlerTest, CSVRequestHandlerTest, TestSolrIndexConfig,
ResponseLogComponentTest, SolrIndexConfigTest, NumericFieldsTest,
MinimalSchemaTest, ExternalFileFieldSortTest, TestPostingsSolrHighlighter,
TestXIncludeConfig, TestPerFieldSimilarity, TestBM25SimilarityFactory,
PluginInfoTest, PreAnalyzedFieldTest, SpellingQueryConverterTest,
ClusterStateTest, SystemInfoHandlerTest, UUIDFieldTest, SolrTestCaseJ4Test,
TestDistributedMissingSort, ActionThrottleTest, CleanupOldIndexTest,
CollectionStateFormat2Test, DeleteShardTest, DistribJoinFromCollectionTest]
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=DistribJoinFromCollectionTest -Dtests.seed=CF84DC81E696A9
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar-JO
-Dtests.timezone=Asia/Kamchatka -Dtests.asserts=true -Dtests.file.encoding=UTF-8
[junit4] ERROR 0.00s J0 | DistribJoinFromCollectionTest (suite) <<<
[junit4] > Throwable #1: junit.framework.AssertionFailedError: Clean up
static fields (in @AfterClass?) and null them, your test still has references
to classes of which the sizes cannot be measured due to security restrictions
or Java 9 module encapsulation:
[junit4] > - private static
org.apache.solr.client.solrj.impl.CloudSolrClient
org.apache.solr.cloud.DistribJoinFromCollectionTest.cloudClient
[junit4] > at __randomizedtesting.SeedInfo.seed([CF84DC81E696A9]:0)
[junit4] > at java.lang.Thread.run(java.base@9-ea/Thread.java:804)
[junit4] > Caused by: java.lang.IllegalStateException: Unable to access
'private final java.lang.reflect.Layer java.lang.reflect.Module.layer' to
estimate memory usage
[junit4] > ... 10 more
[junit4] > Caused by: java.lang.reflect.InaccessibleObjectException:
Cannot make a non-public member of class java.lang.reflect.Module accessible
[junit4] > at
jdk.internal.reflect.Reflection.throwInaccessibleObjectException(java.base@9-ea/Reflection.java:414)
[junit4] > at
java.lang.reflect.AccessibleObject.checkCanSetAccessible(java.base@9-ea/AccessibleObject.java:190)
[junit4] > at
java.lang.reflect.Field.checkCanSetAccessible(java.base@9-ea/Field.java:170)
[junit4] > at
java.lang.reflect.Field.setAccessible(java.base@9-ea/Field.java:164)
[junit4] > at
java.security.AccessController.doPrivileged(java.base@9-ea/Native Method)
[junit4] > ... 13 more
[junit4] Completed [440/611 (3!)] on J0 in 29.67s, 2 tests, 1 failure <<<
FAILURES!
[...truncated 585 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:740: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:684: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:59: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build.xml:233: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/common-build.xml:531: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1427:
The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:984:
There were test failures: 611 suites (10 ignored), 2557 tests, 2 suite-level
errors, 1 error, 118 ignored (72 assumptions) [seed: CF84DC81E696A9]
Total time: 67 minutes 42 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]