Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/709/
Java: 64bit/jdk-9-ea+118 -XX:-UseCompressedOops -XX:+UseG1GC
2 tests failed.
FAILED: org.apache.solr.client.solrj.ConnectionReuseTest.testConnectionReuse
Error Message:
We expected all communication via streaming client to use one connection!
expected=24 got=14
Stack Trace:
java.lang.AssertionError: We expected all communication via streaming client to
use one connection! expected=24 got=14
at
__randomizedtesting.SeedInfo.seed([5BDE3CB1455097C3:7AE657DF6D18CE8E]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.client.solrj.ConnectionReuseTest.testConnectionReuse(ConnectionReuseTest.java:166)
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: org.apache.solr.cloud.TestMiniSolrCloudCluster.testStopAllStartAll
Error Message:
Address already in use
Stack Trace:
java.net.BindException: Address already in use
at
__randomizedtesting.SeedInfo.seed([5BDE3CB1455097C3:2DE023C204673AEC]:0)
at sun.nio.ch.Net.bind0(java.base@9-ea/Native Method)
at sun.nio.ch.Net.bind(java.base@9-ea/Net.java:433)
at sun.nio.ch.Net.bind(java.base@9-ea/Net.java:425)
at
sun.nio.ch.ServerSocketChannelImpl.bind(java.base@9-ea/ServerSocketChannelImpl.java:225)
at
sun.nio.ch.ServerSocketAdaptor.bind(java.base@9-ea/ServerSocketAdaptor.java:74)
at
org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:326)
at
org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80)
at
org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:244)
at
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at org.eclipse.jetty.server.Server.doStart(Server.java:384)
at
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at
org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:327)
at
org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:377)
at
org.apache.solr.cloud.TestMiniSolrCloudCluster.testStopAllStartAll(TestMiniSolrCloudCluster.java:443)
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)
Build Log:
[...truncated 11080 lines...]
[junit4] Suite: org.apache.solr.cloud.TestMiniSolrCloudCluster
[junit4] 2> 663906 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 663906 INFO (Thread-862) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 663906 INFO (Thread-862) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 664006 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.ZkTestServer start zk server on port:35955
[junit4] 2> 664006 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 664007 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 665085 WARN (SyncThread:0) [ ] o.a.z.s.p.FileTxnLog
fsync-ing the write ahead log in SyncThread:0 took 1077ms which will adversely
effect operation latency. See the ZooKeeper troubleshooting guide
[junit4] 2> 665088 INFO (zkCallback-653-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@5e4cf228
name:ZooKeeperConnection Watcher:127.0.0.1:35955 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 665088 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 665088 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 665088 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
[junit4] 2> 665128 INFO (jetty-launcher-652-thread-1) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 665129 INFO (jetty-launcher-652-thread-2) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 665129 INFO (jetty-launcher-652-thread-3) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 665129 INFO (jetty-launcher-652-thread-4) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 665131 INFO (jetty-launcher-652-thread-5) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 665132 INFO (jetty-launcher-652-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@38c22810{/solr,null,AVAILABLE}
[junit4] 2> 665132 INFO (jetty-launcher-652-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@322be646{/solr,null,AVAILABLE}
[junit4] 2> 665133 INFO (jetty-launcher-652-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1d4b4f75{/solr,null,AVAILABLE}
[junit4] 2> 665133 INFO (jetty-launcher-652-thread-5) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@32754a8b{/solr,null,AVAILABLE}
[junit4] 2> 665137 INFO (jetty-launcher-652-thread-2) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@309c2682{HTTP/1.1,[http/1.1]}{127.0.0.1:40730}
[junit4] 2> 665137 INFO (jetty-launcher-652-thread-5) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@7ccf6705{HTTP/1.1,[http/1.1]}{127.0.0.1:43925}
[junit4] 2> 665137 INFO (jetty-launcher-652-thread-2) [ ]
o.e.j.s.Server Started @667149ms
[junit4] 2> 665137 INFO (jetty-launcher-652-thread-1) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@39d3faea{HTTP/1.1,[http/1.1]}{127.0.0.1:35336}
[junit4] 2> 665137 INFO (jetty-launcher-652-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=40730}
[junit4] 2> 665137 INFO (jetty-launcher-652-thread-1) [ ]
o.e.j.s.Server Started @667149ms
[junit4] 2> 665137 INFO (jetty-launcher-652-thread-3) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@43c68b9{HTTP/1.1,[http/1.1]}{127.0.0.1:39449}
[junit4] 2> 665137 INFO (jetty-launcher-652-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=35336}
[junit4] 2> 665137 INFO (jetty-launcher-652-thread-3) [ ]
o.e.j.s.Server Started @667149ms
[junit4] 2> 665137 INFO (jetty-launcher-652-thread-5) [ ]
o.e.j.s.Server Started @667149ms
[junit4] 2> 665137 INFO (jetty-launcher-652-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=39449}
[junit4] 2> 665137 INFO (jetty-launcher-652-thread-5) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=43925}
[junit4] 2> 665137 INFO (jetty-launcher-652-thread-2) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
jdk.internal.loader.ClassLoaders$AppClassLoader@5d3411d
[junit4] 2> 665137 INFO (jetty-launcher-652-thread-1) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
jdk.internal.loader.ClassLoaders$AppClassLoader@5d3411d
[junit4] 2> 665137 INFO (jetty-launcher-652-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@32e30067{/solr,null,AVAILABLE}
[junit4] 2> 665137 INFO (jetty-launcher-652-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestMiniSolrCloudCluster_5BDE3CB1455097C3-001/tempDir-001/node1'
[junit4] 2> 665137 INFO (jetty-launcher-652-thread-2) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestMiniSolrCloudCluster_5BDE3CB1455097C3-001/tempDir-001/node2'
[junit4] 2> 665137 INFO (jetty-launcher-652-thread-5) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
jdk.internal.loader.ClassLoaders$AppClassLoader@5d3411d
[junit4] 2> 665137 INFO (jetty-launcher-652-thread-3) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
jdk.internal.loader.ClassLoaders$AppClassLoader@5d3411d
[junit4] 2> 665137 INFO (jetty-launcher-652-thread-5) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestMiniSolrCloudCluster_5BDE3CB1455097C3-001/tempDir-001/node5'
[junit4] 2> 665138 INFO (jetty-launcher-652-thread-3) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestMiniSolrCloudCluster_5BDE3CB1455097C3-001/tempDir-001/node3'
[junit4] 2> 665138 INFO (jetty-launcher-652-thread-2) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 665137 INFO (jetty-launcher-652-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 665138 INFO (jetty-launcher-652-thread-3) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 665138 INFO (jetty-launcher-652-thread-1) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 665138 INFO (jetty-launcher-652-thread-3) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 665138 INFO (jetty-launcher-652-thread-5) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 665138 INFO (jetty-launcher-652-thread-5) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 665138 INFO (jetty-launcher-652-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 665138 INFO (jetty-launcher-652-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 665138 INFO (jetty-launcher-652-thread-5) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 665138 INFO (jetty-launcher-652-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 665138 INFO (jetty-launcher-652-thread-2) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 665138 INFO (jetty-launcher-652-thread-4) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@94a3439{HTTP/1.1,[http/1.1]}{127.0.0.1:38178}
[junit4] 2> 665138 INFO (jetty-launcher-652-thread-4) [ ]
o.e.j.s.Server Started @667150ms
[junit4] 2> 665138 INFO (jetty-launcher-652-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=38178}
[junit4] 2> 665139 INFO (jetty-launcher-652-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 665139 INFO (jetty-launcher-652-thread-4) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
jdk.internal.loader.ClassLoaders$AppClassLoader@5d3411d
[junit4] 2> 665139 INFO (jetty-launcher-652-thread-4) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestMiniSolrCloudCluster_5BDE3CB1455097C3-001/tempDir-001/node4'
[junit4] 2> 665139 INFO (jetty-launcher-652-thread-4) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 665139 INFO (jetty-launcher-652-thread-4) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 665139 INFO (jetty-launcher-652-thread-4) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 665142 INFO (jetty-launcher-652-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 665143 INFO (jetty-launcher-652-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 665144 INFO (jetty-launcher-652-thread-4) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 665144 INFO (jetty-launcher-652-thread-5) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 665154 INFO (zkCallback-654-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@2e87920a
name:ZooKeeperConnection Watcher:127.0.0.1:35955/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 665154 INFO (jetty-launcher-652-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 665154 INFO (jetty-launcher-652-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 665162 INFO (zkCallback-657-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@3357b2a1
name:ZooKeeperConnection Watcher:127.0.0.1:35955/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 665162 INFO (jetty-launcher-652-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 665162 INFO (zkCallback-656-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@2c43e5cc
name:ZooKeeperConnection Watcher:127.0.0.1:35955/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 665162 INFO (jetty-launcher-652-thread-5) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 665162 INFO (zkCallback-658-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@33ee767 name:ZooKeeperConnection
Watcher:127.0.0.1:35955/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 665162 INFO (jetty-launcher-652-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 665162 INFO (zkCallback-655-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@590640b name:ZooKeeperConnection
Watcher:127.0.0.1:35955/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 665162 INFO (jetty-launcher-652-thread-5) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 665162 INFO (jetty-launcher-652-thread-4) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 665162 INFO (jetty-launcher-652-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 665162 INFO (jetty-launcher-652-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 665162 INFO (jetty-launcher-652-thread-5) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 665162 INFO (jetty-launcher-652-thread-4) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 665162 INFO (jetty-launcher-652-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 665162 INFO (jetty-launcher-652-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 665162 INFO (jetty-launcher-652-thread-4) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 665163 INFO (jetty-launcher-652-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 665179 INFO (jetty-launcher-652-thread-1) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestMiniSolrCloudCluster_5BDE3CB1455097C3-001/tempDir-001/node1/.
[junit4] 2> 665179 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 0x154d06d19fc0002, 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> 665179 INFO (jetty-launcher-652-thread-2) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestMiniSolrCloudCluster_5BDE3CB1455097C3-001/tempDir-001/node2/.
[junit4] 2> 665179 INFO (jetty-launcher-652-thread-5) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestMiniSolrCloudCluster_5BDE3CB1455097C3-001/tempDir-001/node5/.
[junit4] 2> 665180 INFO (jetty-launcher-652-thread-2) [ ]
o.a.s.c.CoreContainer New CoreContainer 1069800449
[junit4] 2> 665179 INFO (jetty-launcher-652-thread-1) [ ]
o.a.s.c.CoreContainer New CoreContainer 537178894
[junit4] 2> 665180 INFO (jetty-launcher-652-thread-5) [ ]
o.a.s.c.CoreContainer New CoreContainer 392455417
[junit4] 2> 665180 INFO (jetty-launcher-652-thread-1) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestMiniSolrCloudCluster_5BDE3CB1455097C3-001/tempDir-001/node1]
[junit4] 2> 665180 INFO (jetty-launcher-652-thread-5) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestMiniSolrCloudCluster_5BDE3CB1455097C3-001/tempDir-001/node5]
[junit4] 2> 665180 INFO (jetty-launcher-652-thread-2) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestMiniSolrCloudCluster_5BDE3CB1455097C3-001/tempDir-001/node2]
[junit4] 2> 665180 WARN (jetty-launcher-652-thread-1) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestMiniSolrCloudCluster_5BDE3CB1455097C3-001/tempDir-001/node1/lib
to classpath:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestMiniSolrCloudCluster_5BDE3CB1455097C3-001/tempDir-001/node1/lib
[junit4] 2> 665180 WARN (jetty-launcher-652-thread-2) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestMiniSolrCloudCluster_5BDE3CB1455097C3-001/tempDir-001/node2/lib
to classpath:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestMiniSolrCloudCluster_5BDE3CB1455097C3-001/tempDir-001/node2/lib
[junit4] 2> 665180 WARN (jetty-launcher-652-thread-5) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestMiniSolrCloudCluster_5BDE3CB1455097C3-001/tempDir-001/node5/lib
to classpath:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestMiniSolrCloudCluster_5BDE3CB1455097C3-001/tempDir-001/node5/lib
[junit4] 2> 665180 INFO (jetty-launcher-652-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,useRetries : false,
[junit4] 2> 665180 INFO (jetty-launcher-652-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,useRetries : false,
[junit4] 2> 665180 INFO (jetty-launcher-652-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,useRetries : false,
[junit4] 2> 665181 INFO (jetty-launcher-652-thread-2) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 665181 INFO (jetty-launcher-652-thread-1) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 665181 INFO (jetty-launcher-652-thread-5) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 665181 INFO (jetty-launcher-652-thread-2) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 665181 INFO (jetty-launcher-652-thread-2) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 665181 INFO (jetty-launcher-652-thread-1) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 665181 INFO (jetty-launcher-652-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35955/solr
[junit4] 2> 665181 INFO (jetty-launcher-652-thread-5) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 665182 INFO (jetty-launcher-652-thread-2) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 665182 INFO (jetty-launcher-652-thread-5) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 665182 INFO (jetty-launcher-652-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 665181 INFO (jetty-launcher-652-thread-1) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 665182 INFO (jetty-launcher-652-thread-5) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35955/solr
[junit4] 2> 665183 INFO (jetty-launcher-652-thread-5) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 665183 INFO (jetty-launcher-652-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35955/solr
[junit4] 2> 665183 INFO (jetty-launcher-652-thread-5) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 665184 INFO (jetty-launcher-652-thread-1) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 665184 INFO (jetty-launcher-652-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 665184 INFO (jetty-launcher-652-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 665184 INFO (jetty-launcher-652-thread-5) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 665184 INFO (jetty-launcher-652-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 665191 INFO (jetty-launcher-652-thread-3) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestMiniSolrCloudCluster_5BDE3CB1455097C3-001/tempDir-001/node3/.
[junit4] 2> 665191 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 0x154d06d19fc0004, 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> 665191 INFO (jetty-launcher-652-thread-3) [ ]
o.a.s.c.CoreContainer New CoreContainer 516941948
[junit4] 2> 665191 INFO (jetty-launcher-652-thread-4) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestMiniSolrCloudCluster_5BDE3CB1455097C3-001/tempDir-001/node4/.
[junit4] 2> 665191 INFO (jetty-launcher-652-thread-3) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestMiniSolrCloudCluster_5BDE3CB1455097C3-001/tempDir-001/node3]
[junit4] 2> 665191 INFO (jetty-launcher-652-thread-4) [ ]
o.a.s.c.CoreContainer New CoreContainer 427038640
[junit4] 2> 665191 INFO (jetty-launcher-652-thread-4) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestMiniSolrCloudCluster_5BDE3CB1455097C3-001/tempDir-001/node4]
[junit4] 2> 665191 WARN (jetty-launcher-652-thread-3) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestMiniSolrCloudCluster_5BDE3CB1455097C3-001/tempDir-001/node3/lib
to classpath:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestMiniSolrCloudCluster_5BDE3CB1455097C3-001/tempDir-001/node3/lib
[junit4] 2> 665191 WARN (jetty-launcher-652-thread-4) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestMiniSolrCloudCluster_5BDE3CB1455097C3-001/tempDir-001/node4/lib
to classpath:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestMiniSolrCloudCluster_5BDE3CB1455097C3-001/tempDir-001/node4/lib
[junit4] 2> 665193 INFO (jetty-launcher-652-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,useRetries : false,
[junit4] 2> 665193 INFO (jetty-launcher-652-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,useRetries : false,
[junit4] 2> 665193 INFO (jetty-launcher-652-thread-4) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 665193 INFO (jetty-launcher-652-thread-3) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 665194 INFO (jetty-launcher-652-thread-4) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 665194 INFO (jetty-launcher-652-thread-4) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 665194 INFO (jetty-launcher-652-thread-3) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 665194 INFO (jetty-launcher-652-thread-3) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 665194 INFO (jetty-launcher-652-thread-4) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35955/solr
[junit4] 2> 665195 INFO (jetty-launcher-652-thread-4) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 665195 INFO (jetty-launcher-652-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35955/solr
[junit4] 2> 665195 INFO (jetty-launcher-652-thread-4) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 665196 INFO (jetty-launcher-652-thread-3) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 665196 INFO (jetty-launcher-652-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 665196 INFO (jetty-launcher-652-thread-4) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 665196 INFO (jetty-launcher-652-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 665205 INFO (zkCallback-665-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@2c1760a3
name:ZooKeeperConnection Watcher:127.0.0.1:35955 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 665205 INFO (jetty-launcher-652-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 665205 INFO (zkCallback-666-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@82ae1dd name:ZooKeeperConnection
Watcher:127.0.0.1:35955 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 665206 INFO (jetty-launcher-652-thread-5) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 665206 INFO (zkCallback-667-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@3a9d3c9a
name:ZooKeeperConnection Watcher:127.0.0.1:35955 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 665206 INFO (jetty-launcher-652-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 665206 INFO (jetty-launcher-652-thread-5) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 665206 INFO (jetty-launcher-652-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 665206 INFO (jetty-launcher-652-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 665219 INFO (zkCallback-673-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@2a332a75
name:ZooKeeperConnection Watcher:127.0.0.1:35955 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 665219 INFO (jetty-launcher-652-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 665219 INFO (zkCallback-672-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@63ba091e
name:ZooKeeperConnection Watcher:127.0.0.1:35955 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 665219 INFO (jetty-launcher-652-thread-4) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 665219 INFO (jetty-launcher-652-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 665219 INFO (jetty-launcher-652-thread-4) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 665234 INFO (jetty-launcher-652-thread-1) [ ]
o.a.s.c.ZkController Added new OnReconnect listener
org.apache.solr.cloud.ZkController$$Lambda$145/1017600647@a3c0537
[junit4] 2> 665234 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 0x154d06d19fc0008, 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> 665234 INFO (jetty-launcher-652-thread-5) [ ]
o.a.s.c.ZkController Added new OnReconnect listener
org.apache.solr.cloud.ZkController$$Lambda$145/1017600647@81bf5ff
[junit4] 2> 665235 INFO (jetty-launcher-652-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 665235 INFO (jetty-launcher-652-thread-5) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 665237 INFO (jetty-launcher-652-thread-2) [ ]
o.a.s.c.ZkController Added new OnReconnect listener
org.apache.solr.cloud.ZkController$$Lambda$145/1017600647@10b087a1
[junit4] 2> 665237 INFO (jetty-launcher-652-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 665246 INFO (zkCallback-674-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@41eba5fa
name:ZooKeeperConnection Watcher:127.0.0.1:35955/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 665246 INFO (jetty-launcher-652-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 665246 INFO (zkCallback-675-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@c77a556 name:ZooKeeperConnection
Watcher:127.0.0.1:35955/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 665247 INFO (jetty-launcher-652-thread-5) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 665258 INFO (jetty-launcher-652-thread-3) [ ]
o.a.s.c.ZkController Added new OnReconnect listener
org.apache.solr.cloud.ZkController$$Lambda$145/1017600647@324f4231
[junit4] 2> 665258 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 0x154d06d19fc000a, 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> 665259 INFO (zkCallback-676-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@441336f8
name:ZooKeeperConnection Watcher:127.0.0.1:35955/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 665258 INFO (jetty-launcher-652-thread-4) [ ]
o.a.s.c.ZkController Added new OnReconnect listener
org.apache.solr.cloud.ZkController$$Lambda$145/1017600647@2a754f7d
[junit4] 2> 665259 INFO (jetty-launcher-652-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 665259 INFO (jetty-launcher-652-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 665259 INFO (jetty-launcher-652-thread-4) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 665279 INFO (zkCallback-677-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@2a66a2b name:ZooKeeperConnection
Watcher:127.0.0.1:35955/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 665279 INFO (jetty-launcher-652-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/queue
[junit4] 2> 665279 INFO (jetty-launcher-652-thread-2) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/queue
[junit4] 2> 665279 INFO (jetty-launcher-652-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 665279 INFO (jetty-launcher-652-thread-5) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/queue
[junit4] 2> 665279 INFO (zkCallback-678-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@1b43de8e
name:ZooKeeperConnection Watcher:127.0.0.1:35955/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 665279 INFO (jetty-launcher-652-thread-4) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 665351 INFO (jetty-launcher-652-thread-3) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
[junit4] 2> 665351 INFO (jetty-launcher-652-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
[junit4] 2> 665351 INFO (jetty-launcher-652-thread-5) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
[junit4] 2> 665351 INFO (jetty-launcher-652-thread-2) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
[junit4] 2> 665351 INFO (jetty-launcher-652-thread-4) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
[junit4] 2> 665506 INFO (jetty-launcher-652-thread-2) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
[junit4] 2> 665506 INFO (jetty-launcher-652-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
[junit4] 2> 665506 INFO (jetty-launcher-652-thread-3) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
[junit4] 2> 665507 INFO (jetty-launcher-652-thread-5) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
[junit4] 2> 665507 INFO (jetty-launcher-652-thread-4) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
[junit4] 2> 665570 INFO (jetty-launcher-652-thread-3) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
[junit4] 2> 665570 INFO (jetty-launcher-652-thread-5) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
[junit4] 2> 665570 INFO (jetty-launcher-652-thread-4) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
[junit4] 2> 665570 INFO (jetty-launcher-652-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
[junit4] 2> 665570 INFO (jetty-launcher-652-thread-2) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
[junit4] 2> 665643 INFO (jetty-launcher-652-thread-3) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
[junit4] 2> 665643 INFO (jetty-launcher-652-thread-5) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
[junit4] 2> 665643 INFO (jetty-launcher-652-thread-4) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
[junit4] 2> 665643 INFO (jetty-launcher-652-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
[junit4] 2> 665643 INFO (jetty-launcher-652-thread-2) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
[junit4] 2> 665695 INFO (jetty-launcher-652-thread-3) [ ]
o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 665695 INFO (jetty-launcher-652-thread-4) [ ]
o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 665695 INFO (jetty-launcher-652-thread-5) [ ]
o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 665695 INFO (jetty-launcher-652-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 665695 INFO (jetty-launcher-652-thread-2) [ ]
o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 665721 INFO (jetty-launcher-652-thread-4) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections
[junit4] 2> 665721 INFO (jetty-launcher-652-thread-5) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections
[junit4] 2> 665721 INFO (jetty-launcher-652-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections
[junit4] 2> 665721 INFO (jetty-launcher-652-thread-2) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections
[junit4] 2> 665721 INFO (jetty-launcher-652-thread-3) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections
[junit4] 2> 665769 INFO (jetty-launcher-652-thread-2) [ ]
o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 665769 INFO (jetty-launcher-652-thread-4) [ ]
o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 665769 INFO (jetty-launcher-652-thread-5) [ ]
o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 665769 INFO (jetty-launcher-652-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 665769 INFO (jetty-launcher-652-thread-3) [ ]
o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 665804 INFO (jetty-launcher-652-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 665804 INFO (jetty-launcher-652-thread-4) [ ]
o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 665804 INFO (jetty-launcher-652-thread-5) [ ]
o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 665804 INFO (jetty-launcher-652-thread-2) [ ]
o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 665804 INFO (jetty-launcher-652-thread-3) [ ]
o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 665839 INFO (jetty-launcher-652-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 665839 INFO (jetty-launcher-652-thread-4) [ ]
o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 665849 INFO (jetty-launcher-652-thread-5) [ ]
o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 665849 INFO (jetty-launcher-652-thread-2) [ ]
o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 665849 INFO (jetty-launcher-652-thread-3) [ ]
o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 665864 INFO (jetty-launcher-652-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper...
[junit4] 2> 665877 INFO (jetty-launcher-652-thread-4) [ ]
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper...
[junit4] 2> 665877 INFO (jetty-launcher-652-thread-5) [ ]
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper...
[junit4] 2> 665877 INFO (jetty-launcher-652-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper...
[junit4] 2> 665888 INFO (jetty-launcher-652-thread-3) [ ]
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper...
[junit4] 2> 665888 INFO (jetty-launcher-652-thread-5) [ ]
o.a.s.c.c.ZkStateReader Loaded empty cluster properties
[junit4] 2> 665888 INFO (jetty-launcher-652-thread-1) [ ]
o.a.s.c.c.ZkStateReader Loaded empty cluster properties
[junit4] 2> 665888 INFO (jetty-launcher-652-thread-4) [ ]
o.a.s.c.c.ZkStateReader Loaded empty cluster properties
[junit4] 2> 665888 INFO (jetty-launcher-652-thread-2) [ ]
o.a.s.c.c.ZkStateReader Loaded empty cluster properties
[junit4] 2> 665888 INFO (jetty-launcher-652-thread-3) [ ]
o.a.s.c.c.ZkStateReader Loaded empty cluster properties
[junit4] 2> 665889 INFO (jetty-launcher-652-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
[junit4] 2> 665889 INFO (jetty-launcher-652-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
[junit4] 2> 665889 INFO (jetty-launcher-652-thread-3) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
[junit4] 2> 665889 INFO (jetty-launcher-652-thread-5) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
[junit4] 2> 665890 INFO (jetty-launcher-652-thread-5) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer_elect
[junit4] 2> 665890 INFO (jetty-launcher-652-thread-2) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer_elect
[junit4] 2> 665890 INFO (jetty-launcher-652-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer_elect
[junit4] 2> 665891 INFO (jetty-launcher-652-thread-4) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
[junit4] 2> 665911 INFO (jetty-launcher-652-thread-3) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
[junit4] 2> 665911 INFO (jetty-launcher-652-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
[junit4] 2> 665911 INFO (jetty-launcher-652-thread-5) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
[junit4] 2> 665912 INFO (jetty-launcher-652-thread-2) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
[junit4] 2> 665932 INFO (jetty-launcher-652-thread-1) [ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 665932 INFO (jetty-launcher-652-thread-3) [ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 665932 INFO (jetty-launcher-652-thread-5) [ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 665942 INFO (jetty-launcher-652-thread-2) [ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 665950 INFO (jetty-launcher-652-thread-1) [ ]
o.a.s.c.LeaderElector Joined leadership election with path:
/overseer_elect/election/95930659087581195-127.0.0.1:35336_solr-n_0000000000
[junit4] 2> 665950 INFO (jetty-launcher-652-thread-3) [ ]
o.a.s.c.LeaderElector Joined leadership election with path:
/overseer_elect/election/95930659087581198-127.0.0.1:39449_solr-n_0000000001
[junit4] 2> 665950 INFO (jetty-launcher-652-thread-5) [ ]
o.a.s.c.LeaderElector Joined leadership election with path:
/overseer_elect/election/95930659087581196-127.0.0.1:43925_solr-n_0000000002
[junit4] 2> 665977 INFO (jetty-launcher-652-thread-2) [ ]
o.a.s.c.LeaderElector Joined leadership election with path:
/overseer_elect/election/95930659087581197-127.0.0.1:40730_solr-n_0000000003
[junit4] 2> 665977 INFO (jetty-launcher-652-thread-1) [ ]
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:35336_solr
[junit4] 2> 665977 INFO (jetty-launcher-652-thread-4) [ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 665977 INFO (jetty-launcher-652-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
[junit4] 2> 665977 INFO (jetty-launcher-652-thread-5) [ ]
o.a.s.c.LeaderElector Watching path
/overseer_elect/election/95930659087581198-127.0.0.1:39449_solr-n_0000000001 to
know if I could be the leader
[junit4] 2> 665977 INFO (jetty-launcher-652-thread-3) [ ]
o.a.s.c.LeaderElector Watching path
/overseer_elect/election/95930659087581195-127.0.0.1:35336_solr-n_0000000000 to
know if I could be the leader
[junit4] 2> 665982 INFO (jetty-launcher-652-thread-4) [ ]
o.a.s.c.LeaderElector Joined leadership election with path:
/overseer_elect/election/95930659087581199-127.0.0.1:38178_solr-n_0000000004
[junit4] 2> 665982 INFO (jetty-launcher-652-thread-5) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:43925_solr
[junit4] 2> 665983 INFO (jetty-launcher-652-thread-2) [ ]
o.a.s.c.LeaderElector Watching path
/overseer_elect/election/95930659087581196-127.0.0.1:43925_solr-n_0000000002 to
know if I could be the leader
[junit4] 2> 665983 INFO (jetty-launcher-652-thread-3) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:39449_solr
[junit4] 2> 665992 INFO (jetty-launcher-652-thread-2) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:40730_solr
[junit4] 2> 665992 INFO (jetty-launcher-652-thread-5) [ ]
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:43925_solr
[junit4] 2> 666002 INFO (jetty-launcher-652-thread-3) [ ]
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:39449_solr
[junit4] 2> 666002 INFO (jetty-launcher-652-thread-4) [ ]
o.a.s.c.LeaderElector Watching path
/overseer_elect/election/95930659087581197-127.0.0.1:40730_solr-n_0000000003 to
know if I could be the leader
[junit4] 2> 666017 INFO (jetty-launcher-652-thread-2) [ ]
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:40730_solr
[junit4] 2> 666017 INFO (jetty-launcher-652-thread-4) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:38178_solr
[junit4] 2> 666017 INFO (jetty-launcher-652-thread-1) [ ]
o.a.s.c.Overseer Overseer
(id=95930659087581195-127.0.0.1:35336_solr-n_0000000000) starting
[junit4] 2> 666031 INFO (jetty-launcher-652-thread-4) [ ]
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:38178_solr
[junit4] 2> 666047 INFO (zkCallback-677-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> 666047 INFO (zkCallback-678-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> 666047 INFO (zkCallback-675-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> 666047 INFO (zkCallback-676-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> 666047 INFO (zkCallback-674-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> 666066 INFO (jetty-launcher-652-thread-3) [ ]
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 666066 INFO (jetty-launcher-652-thread-3) [ ]
o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 666066 INFO (jetty-launcher-652-thread-3) [ ]
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestMiniSolrCloudCluster_5BDE3CB1455097C3-001/tempDir-001/node3/.
[junit4] 2> 666067 INFO (jetty-launcher-652-thread-3) [ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions
[junit4] 2> 666078 INFO (zkCallback-677-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 666078 INFO (zkCallback-676-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 666078 INFO (zkCallback-675-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 666078 INFO (zkCallback-678-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 666079 INFO (zkCallback-674-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 666079 INFO (jetty-launcher-652-thread-3) [ ]
o.a.s.s.SolrDispatchFilter
user.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2
[junit4] 2> 666079 INFO (jetty-launcher-652-thread-3) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 666085 INFO (jetty-launcher-652-thread-5) [ ]
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 666085 INFO (jetty-launcher-652-thread-5) [ ]
o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 666085 INFO (jetty-launcher-652-thread-5) [ ]
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestMiniSolrCloudCluster_5BDE3CB1455097C3-001/tempDir-001/node5/.
[junit4] 2> 666085 INFO (jetty-launcher-652-thread-5) [ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions
[junit4] 2> 666088 INFO (jetty-launcher-652-thread-2) [ ]
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 666088 INFO (jetty-launcher-652-thread-2) [ ]
o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 666089 INFO (jetty-launcher-652-thread-2) [ ]
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestMiniSolrCloudCluster_5BDE3CB1455097C3-001/tempDir-001/node2/.
[junit4] 2> 666089 INFO (jetty-launcher-652-thread-2) [ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions
[junit4] 2> 666092 INFO (zkCallback-677-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: [3])
[junit4] 2> 666092 INFO (zkCallback-674-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: [3])
[junit4] 2> 666092 INFO (zkCallback-678-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: [3])
[junit4] 2> 666092 INFO (zkCallback-676-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: [3])
[junit4] 2> 666092 INFO (zkCallback-675-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: [3])
[junit4] 2> 666100 INFO (jetty-launcher-652-thread-5) [ ]
o.a.s.s.SolrDispatchFilter
user.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2
[junit4] 2> 666100 INFO (jetty-launcher-652-thread-2) [ ]
o.a.s.s.SolrDispatchFilter
user.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2
[junit4] 2> 666100 INFO (jetty-launcher-652-thread-2) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 666100 INFO (zkCallback-674-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 666100 INFO (zkCallback-677-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 666100 INFO (zkCallback-678-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 666100 INFO (zkCallback-676-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 666100 INFO (jetty-launcher-652-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
[junit4] 2> 666100 INFO (jetty-launcher-652-thread-5) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 666100 INFO (zkCallback-675-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 666106 INFO (jetty-launcher-652-thread-4) [ ]
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 666106 INFO (jetty-launcher-652-thread-4) [ ]
o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 666107 INFO (jetty-launcher-652-thread-4) [ ]
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestMiniSolrCloudCluster_5BDE3CB1455097C3-001/tempDir-001/node4/.
[junit4] 2> 666107 INFO (jetty-launcher-652-thread-4) [ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions
[junit4] 2> 666111 INFO (jetty-launcher-652-thread-4) [ ]
o.a.s.s.SolrDispatchFilter
user.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2
[junit4] 2> 666111 INFO (jetty-launcher-652-thread-4) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 666208 INFO (jetty-launcher-652-thread-1) [ ]
o.a.s.c.OverseerAutoReplicaFailoverThread Starting
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 666208 INFO
(OverseerCollectionConfigSetProcessor-95930659087581195-127.0.0.1:35336_solr-n_0000000000)
[ ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer
operations
[junit4] 2> 666208 INFO (jetty-launcher-652-thread-1) [ ]
o.a.s.c.ZkController Publish node=127.0.0.1:35336_solr as DOWN
[junit4] 2> 666208 INFO
(OverseerStateUpdate-95930659087581195-127.0.0.1:35336_solr-n_0000000000) [
] o.a.s.c.Overseer Starting to work on the main queue
[junit4] 2> 666240 INFO
(OverseerStateUpdate-95930659087581195-127.0.0.1:35336_solr-n_0000000000) [
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (4)
[junit4] 2> 666241 INFO
(OverseerStateUpdate-95930659087581195-127.0.0.1:35336_solr-n_0000000000) [
] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"downnode",
[junit4] 2> "node_name":"127.0.0.1:35336_solr"} current state version: 0
[junit4] 2> 666241 INFO
(OverseerStateUpdate-95930659087581195-127.0.0.1:35336_solr-n_0000000000) [
] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:35336_solr
[junit4] 2> 667240 INFO (jetty-launcher-652-thread-1) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:35336_solr
[junit4] 2> 667251 INFO (jetty-launcher-652-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:35336_solr
[junit4] 2> 667260 INFO (zkCallback-676-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> 667260 INFO (zkCallback-678-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> 667260 INFO (zkCallback-675-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> 667260 INFO (zkCallback-677-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> 667260 INFO (zkCallback-674-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> 667260 INFO (zkCallback-676-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 667260 INFO (zkCallback-678-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 667260 INFO (zkCallback-675-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 667260 INFO (zkCallback-674-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 667260 INFO (zkCallback-677-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 667265 INFO (jetty-launcher-652-thread-1) [ ]
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 667265 INFO (jetty-launcher-652-thread-1) [ ]
o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 667265 INFO (jetty-launcher-652-thread-1) [ ]
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestMiniSolrCloudCluster_5BDE3CB1455097C3-001/tempDir-001/node1/.
[junit4] 2> 667265 INFO (jetty-launcher-652-thread-1) [ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions
[junit4] 2> 667265 INFO (jetty-launcher-652-thread-1) [ ]
o.a.s.s.SolrDispatchFilter
user.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2
[junit4] 2> 667265 INFO (jetty-launcher-652-thread-1) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 667266 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 667266 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 667283 INFO (zkCallback-684-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@7beb2967
name:ZooKeeperConnection Watcher:127.0.0.1:35955 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 667283 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 667283 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 667295 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.s.i.CloudSolrClient Final constructed zkHost string:
127.0.0.1:35955/solr
[junit4] 2> 667295 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 667295 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 667305 INFO (zkCallback-686-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@6f8f7088
name:ZooKeeperConnection Watcher:127.0.0.1:35955/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 667305 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 667306 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 667306 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/protwords.txt
[junit4] 2> 667348 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-delaying-component.xml
[junit4] 2> 667388 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad_solrconfig.xml
[junit4] 2> 667411 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-sortingmergepolicyfactory.xml
[junit4] 2> 667445 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-nocache.xml
[junit4] 2> 667467 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-implicitproperties.xml
[junit4] 2> 667508 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-mergepolicy-legacy.xml
[junit4] 2> 667525 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-schema-uniquekey-uses-default.xml
[junit4] 2> 667571 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-schema-sim-default-has-no-explicit-sim.xml
[junit4] 2> 667587 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-schema-uniquekey-multivalued.xml
[junit4] 2> 667601 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/analyzingInfixSuggest.txt
[junit4] 2> 667640 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/missleading.extension.updateprocessor.js.txt
[junit4] 2> 667656 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-schema-multiple-asterisk-copyfield-source-should-fail-test.xml
[junit4] 2> 667666 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-replication2.xml
[junit4] 2> 667677 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-infostream-logging.xml
[junit4] 2> 667714 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-collapseqparser.xml
[junit4] 2> 667747 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-schema-currency-ft-bogus-code-in-xml.xml
[junit4] 2> 667760 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/old_synonyms.txt
[junit4] 2> 667781 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/enumsConfig.xml
[junit4] 2> 667784 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-script-updateprocessor.xml
[junit4] 2> 667803 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-add-schema-fields-update-processor.xml
[junit4] 2> 667827 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-mergepolicyfactory-nocfs.xml
[junit4] 2> 667838 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-schema-sweetspot-both-tf.xml
[junit4] 2> 667851 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-phrasesuggest.xml
[junit4] 2> 667860 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig.xml
[junit4] 2> 667893 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-delpolicy1.xml
[junit4] 2> 667905 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-sim.xml
[junit4] 2> 667928 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema15.xml
[junit4] 2> 667953 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-sql.xml
[junit4] 2> 667972 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-schema-misplaced-asterisk-copyfield-source-should-fail-test.xml
[junit4] 2> 668001 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/stemdict.txt
[junit4] 2> 668017 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/hunspell-test.aff
[junit4] 2> 668026 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-sql.xml
[junit4] 2> 668041 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-spatial.xml
[junit4] 2> 668051 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-slave1.xml
[junit4] 2> 668083 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-schema-dup-fieldType.xml
[junit4] 2> 668095 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-schema-external-filefield.xml
[junit4] 2> 668099 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-query-parser-init.xml
[junit4] 2> 668118 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-solrconfig-nrtmode.xml
[junit4] 2> 668129 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-complex-phrase.xml
[junit4] 2> 668133 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/conditional.updateprocessor.js
[junit4] 2> 668163 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-schema-analyzer-class-and-nested.xml
[junit4] 2> 668166 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-eff.xml
[junit4] 2> 668168 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-folding.xml
[junit4] 2> 668173 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-tieredmergepolicyfactory.xml
[junit4] 2> 668192 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-simpleqpplugin.xml
[junit4] 2> 668194 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-hash.xml
[junit4] 2> 668199 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/stopwords.txt
[junit4] 2> 668201 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-schema-dynamicfield-required.xml
[junit4] 2> 668210 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-mergepolicy-nocfs.xml
[junit4] 2> 668222 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-solrconfig-bogus-scriptengine-name.xml
[junit4] 2> 668224 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/throw.error.on.add.updateprocessor.js
[junit4] 2> 668226 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-minimal.xml
[junit4] 2> 668231 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-defaults.xml
[junit4] 2> 668233 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/blendedInfixSuggest.txt
[junit4] 2> 668235 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-postingshighlight.xml
[junit4] 2> 668247 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-docValuesJoin.xml
[junit4] 2> 668258 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-docValues.xml
[junit4] 2> 668263 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-schema-misplaced-asterisk-copyfield-dest-should-fail-test.xml
[junit4] 2> 668285 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-snippet-types.incl
[junit4] 2> 668287 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-minimal.xml
[junit4] 2> 668289 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 668304 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-collate.xml
[junit4] 2> 668306 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-rest.xml
[junit4] 2> 668323 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-schema-codec-global-vs-ft-mismatch.xml
[junit4] 2> 668339 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-schema-not-indexed-but-norms.xml
[junit4] 2> 668342 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/phrasesuggest.txt
[junit4] 2> 668351 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/stopwordsWrongEncoding.txt
[junit4] 2> 668362 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-logmergepolicy.xml
[junit4] 2> 668374 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-plugcollector.xml
[junit4] 2> 668393 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-noopregen.xml
[junit4] 2> 668403 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-analytics-query.xml
[junit4] 2> 668423 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/stoptypes-1.txt
[junit4] 2> 668432 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-warmer-randommergepolicyfactory.xml
[junit4] 2> 668450 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-spatial.xml
[junit4] 2> 668454 INFO
(TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5BDE3CB1455097C3])
[ ] o.a
[...truncated too long message...]
-95930725480660995-127.0.0.1:34928_solr-n_0000000000) [ ]
o.a.s.c.o.ZkStateWriter going to update_collection
/collections/collection1/state.json version: 3
[junit4] 2> 1684280 INFO (coreCloseExecutor-6351-thread-1) [ ]
o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories
currently being tracked
[junit4] 2> 1684280 INFO (coreCloseExecutor-6351-thread-1) [ ]
o.a.s.c.CachingDirectoryFactory looking to close
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.client.solrj.ConnectionReuseTest_5BDE3CB1455097C3-001/tempDir-001/node1/./collection1_shard1_replica1/data/index
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.client.solrj.ConnectionReuseTest_5BDE3CB1455097C3-001/tempDir-001/node1/./collection1_shard1_replica1/data/index;done=false>>]
[junit4] 2> 1684280 INFO (coreCloseExecutor-6351-thread-1) [ ]
o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
[junit4] 2> 1684280 INFO (coreCloseExecutor-6351-thread-1) [ ]
o.a.s.c.CachingDirectoryFactory Closing directory:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.client.solrj.ConnectionReuseTest_5BDE3CB1455097C3-001/tempDir-001/node1/./collection1_shard1_replica1/data/index
[junit4] 2> 1684280 INFO (zkCallback-1861-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [1])
[junit4] 2> 1684280 INFO (coreCloseExecutor-6351-thread-1) [ ]
o.a.s.c.CachingDirectoryFactory looking to close
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.client.solrj.ConnectionReuseTest_5BDE3CB1455097C3-001/tempDir-001/node1/./collection1_shard1_replica1/data
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.client.solrj.ConnectionReuseTest_5BDE3CB1455097C3-001/tempDir-001/node1/./collection1_shard1_replica1/data;done=false>>]
[junit4] 2> 1684280 INFO (coreCloseExecutor-6351-thread-1) [ ]
o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
[junit4] 2> 1684280 INFO (coreCloseExecutor-6351-thread-1) [ ]
o.a.s.c.CachingDirectoryFactory Closing directory:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.client.solrj.ConnectionReuseTest_5BDE3CB1455097C3-001/tempDir-001/node1/./collection1_shard1_replica1/data
[junit4] 2> 1684280 INFO (zkCallback-1861-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updating data for [collection1] from [3] to [4]
[junit4] 2> 1684281 INFO (jetty-launcher-1855-thread-1) [ ]
o.a.s.c.Overseer Overseer
(id=95930725480660995-127.0.0.1:34928_solr-n_0000000000) closing
[junit4] 2> 1684281 INFO
(OverseerStateUpdate-95930725480660995-127.0.0.1:34928_solr-n_0000000000) [
] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:34928_solr
[junit4] 2> 1684282 INFO (zkCallback-1861-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: [1])
[junit4] 2> 1684282 WARN (zkCallback-1861-thread-2) [ ]
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK:
[KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 1684282 INFO (jetty-launcher-1855-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@48bf5de5{/solr,null,UNAVAILABLE}
[junit4] 2> 1684283 INFO
(SUITE-ConnectionReuseTest-seed#[5BDE3CB1455097C3]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:35826 35826
[junit4] 2> 1689309 INFO (Thread-4486) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:35826 35826
[junit4] 2> 1689310 WARN (Thread-4486) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 2 /solr/aliases.json
[junit4] 2> 2 /solr/clusterprops.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 2 /solr/clusterstate.json
[junit4] 2> 2 /solr/collections/collection1/state.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 2 /solr/live_nodes
[junit4] 2> 2 /solr/collections
[junit4] 2>
[junit4] 2> 1689310 INFO
(SUITE-ConnectionReuseTest-seed#[5BDE3CB1455097C3]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.client.solrj.ConnectionReuseTest_5BDE3CB1455097C3-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene60): {},
docValues:{}, maxPointsInLeafNode=1409, maxMBSortInHeap=5.470224807007435,
sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=lu-CD,
timezone=America/Argentina/Jujuy
[junit4] 2> NOTE: Linux 4.4.0-21-generic amd64/Oracle Corporation 9-ea
(64-bit)/cpus=12,threads=1,free=338554648,total=536870912
[junit4] 2> NOTE: All tests run in this JVM: [TestConfigReload,
TestRandomDVFaceting, WrapperMergePolicyFactoryTest,
TestDistributedStatsComponentCardinality, TestRandomFaceting, CopyFieldTest,
ZkNodePropsTest, StandardRequestHandlerTest, TestLazyCores,
SystemInfoHandlerTest, TestJoin, TestLuceneMatchVersion,
HdfsChaosMonkeyNothingIsSafeTest, CoreMergeIndexesAdminHandlerTest,
SolrCoreTest, RulesTest, TestSolrQueryParserResource,
QueryElevationComponentTest, TestGraphTermsQParserPlugin, PreAnalyzedFieldTest,
SharedFSAutoReplicaFailoverTest, OverseerCollectionConfigSetProcessorTest,
UUIDFieldTest, TestOnReconnectListenerSupport,
TestTolerantUpdateProcessorRandomCloud, JsonLoaderTest,
AnalysisErrorHandlingTest, RAMDirectoryFactoryTest,
DistribJoinFromCollectionTest, TestReplicaProperties,
IgnoreCommitOptimizeUpdateProcessorFactoryTest, SSLMigrationTest,
PathHierarchyTokenizerFactoryTest, PeerSyncTest, FullHLLTest, JSONWriterTest,
TestTrackingShardHandlerFactory, TestBinaryField,
DistributedSpellCheckComponentTest, DistributedFacetPivotLargeTest,
TestLMDirichletSimilarityFactory, BlockCacheTest, DisMaxRequestHandlerTest,
AlternateDirectoryTest, DeleteLastCustomShardedReplicaTest, VersionInfoTest,
TestRealTimeGet, HdfsDirectoryFactoryTest, CacheHeaderTest,
XsltUpdateRequestHandlerTest, TestReloadDeadlock, CreateCollectionCleanupTest,
TestSolrCLIRunExample, TestCSVLoader, AnalysisAfterCoreReloadTest,
RequiredFieldsTest, TestNamedUpdateProcessors, TestFoldingMultitermQuery,
TestComponentsName, HdfsTlogReplayBufferedWhileIndexingTest,
ReplicationFactorTest, TestHighlightDedupGrouping, TestReplicationHandler,
CdcrVersionReplicationTest, SparseHLLTest, PrimUtilsTest,
SpatialHeatmapFacetsTest, CurrencyFieldOpenExchangeTest,
ResponseLogComponentTest, SolrRequestParserTest, TestMergePolicyConfig,
TestSSLRandomization, AnalyticsQueryTest, LeaderElectionIntegrationTest,
DateRangeFieldTest, EchoParamsTest, TestConfigSetsAPIExclusivity,
TestRawResponseWriter, TestSolrConfigHandlerConcurrent,
URLClassifyProcessorTest, SmileWriterTest, TestCrossCoreJoin, TestRestoreCore,
SyncSliceTest, TestAtomicUpdateErrorCases, TestStressLucene,
TestDocBasedVersionConstraints, DocumentAnalysisRequestHandlerTest,
BasicDistributedZkTest, CloudExitableDirectoryReaderTest, TestDocSet,
TestManagedResourceStorage, TestPhraseSuggestions, ForceLeaderTest,
TestConfigSetImmutable, TestLRUCache, BasicZkTest, RecoveryZkTest,
ClusterStateUpdateTest, TestZkChroot, ZkCLITest, AutoCommitTest, TestFaceting,
TestRecovery, TermVectorComponentDistributedTest, ZkControllerTest,
TestStressReorder, TestReload, TestStressVersions,
DistributedTermsComponentTest, TestRangeQuery, TestCoreContainer,
SimpleFacetsTest, TestGroupingSearch, ShowFileRequestHandlerTest,
DistributedQueryElevationComponentTest, DocValuesTest, TestRemoteStreaming,
TestSolrDeletionPolicy1, IndexBasedSpellCheckerTest, TestQueryUtils,
DirectSolrSpellCheckerTest, FileBasedSpellCheckerTest, DocumentBuilderTest,
TermVectorComponentTest, TestSolrQueryParser, IndexSchemaRuntimeFieldTest,
LoggingHandlerTest, IndexSchemaTest, TestCollationField, QueryParsingTest,
TestPHPSerializedResponseWriter, PingRequestHandlerTest, TestLFUCache,
TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, ConnectionReuseTest]
[junit4] Completed [423/598 (2!)] on J0 in 12.43s, 1 test, 1 failure <<<
FAILURES!
[...truncated 591 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:740: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:684: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:59: The following error
occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build.xml:233: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/common-build.xml:529: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/common-build.xml:1427: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/common-build.xml:984:
There were test failures: 598 suites (10 ignored), 2435 tests, 1 error, 1
failure, 117 ignored (71 assumptions) [seed: 5BDE3CB1455097C3]
Total time: 63 minutes 48 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]