Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/15170/
Java: 32bit/jdk1.7.0_80 -server -XX:+UseParallelGC
2 tests failed.
FAILED: org.apache.solr.cloud.TestDistribDocBasedVersion.test
Error Message:
expected:<{b!doc1=10, d!doc3=10, c!doc2=11, e!doc4=11}> but was:<{b!doc1=10,
c!doc2=11}>
Stack Trace:
java.lang.AssertionError: expected:<{b!doc1=10, d!doc3=10, c!doc2=11,
e!doc4=11}> but was:<{b!doc1=10, c!doc2=11}>
at
__randomizedtesting.SeedInfo.seed([91943AB1B98B9527:19C0056B1777F8DF]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:147)
at
org.apache.solr.cloud.TestDistribDocBasedVersion.doRTG(TestDistribDocBasedVersion.java:329)
at
org.apache.solr.cloud.TestDistribDocBasedVersion.doTestDocVersions(TestDistribDocBasedVersion.java:152)
at
org.apache.solr.cloud.TestDistribDocBasedVersion.test(TestDistribDocBasedVersion.java:105)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
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
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:965)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:940)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
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:46)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
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:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
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(Thread.java:745)
FAILED: org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testBasics
Error Message:
expected:<1> but was:<0>
Stack Trace:
java.lang.AssertionError: expected:<1> but was:<0>
at
__randomizedtesting.SeedInfo.seed([91943AB1B98B9527:AC4C949D8165CB57]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at org.junit.Assert.assertEquals(Assert.java:456)
at
org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testCollectionCreateSearchDelete(TestMiniSolrCloudClusterBase.java:149)
at
org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testBasics(TestMiniSolrCloudClusterBase.java:78)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
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:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
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:46)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
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:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
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(Thread.java:745)
Build Log:
[...truncated 10276 lines...]
[junit4] Suite: org.apache.solr.cloud.TestMiniSolrCloudClusterBase
[junit4] 2> 399043 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 399043 INFO (Thread-1183) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 399043 INFO (Thread-1183) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 399143 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.ZkTestServer start zk server on port:60450
[junit4] 2> 399143 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 399162 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 399192 INFO (zkCallback-319-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@198db15 name:ZooKeeperConnection
Watcher:127.0.0.1:60450 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 399193 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 399193 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 399193 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
[junit4] 2> 399204 INFO (jetty-launcher-318-thread-2) [ ]
o.e.j.s.Server jetty-9.2.13.v20150730
[junit4] 2> 399218 INFO (jetty-launcher-318-thread-1) [ ]
o.e.j.s.Server jetty-9.2.13.v20150730
[junit4] 2> 399218 INFO (jetty-launcher-318-thread-5) [ ]
o.e.j.s.Server jetty-9.2.13.v20150730
[junit4] 2> 399219 INFO (jetty-launcher-318-thread-3) [ ]
o.e.j.s.Server jetty-9.2.13.v20150730
[junit4] 2> 399219 INFO (jetty-launcher-318-thread-4) [ ]
o.e.j.s.Server jetty-9.2.13.v20150730
[junit4] 2> 399221 INFO (jetty-launcher-318-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@d6d660{/solr,null,AVAILABLE}
[junit4] 2> 399221 INFO (jetty-launcher-318-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@2c9f3c{/solr,null,AVAILABLE}
[junit4] 2> 399222 INFO (jetty-launcher-318-thread-2) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@cedd4c{HTTP/1.1}{127.0.0.1:59058}
[junit4] 2> 399222 INFO (jetty-launcher-318-thread-2) [ ]
o.e.j.s.Server Started @401130ms
[junit4] 2> 399223 INFO (jetty-launcher-318-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostPort=59058,
hostContext=/solr}
[junit4] 2> 399223 INFO (jetty-launcher-318-thread-2) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@b0f0ae
[junit4] 2> 399223 INFO (jetty-launcher-318-thread-2) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterBase_91943AB1B98B9527-001/tempDir-001/node2'
[junit4] 2> 399223 INFO (jetty-launcher-318-thread-2) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 399223 INFO (jetty-launcher-318-thread-2) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 399223 INFO (jetty-launcher-318-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 399226 INFO (jetty-launcher-318-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@24ae1d{/solr,null,AVAILABLE}
[junit4] 2> 399227 INFO (jetty-launcher-318-thread-1) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@721030{HTTP/1.1}{127.0.0.1:51134}
[junit4] 2> 399227 INFO (jetty-launcher-318-thread-1) [ ]
o.e.j.s.Server Started @401135ms
[junit4] 2> 399227 INFO (jetty-launcher-318-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostPort=51134,
hostContext=/solr}
[junit4] 2> 399227 INFO (jetty-launcher-318-thread-1) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@b0f0ae
[junit4] 2> 399227 INFO (jetty-launcher-318-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterBase_91943AB1B98B9527-001/tempDir-001/node1'
[junit4] 2> 399227 INFO (jetty-launcher-318-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 399227 INFO (jetty-launcher-318-thread-1) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 399228 INFO (jetty-launcher-318-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 399228 INFO (jetty-launcher-318-thread-3) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@b3445e{HTTP/1.1}{127.0.0.1:43447}
[junit4] 2> 399228 INFO (jetty-launcher-318-thread-3) [ ]
o.e.j.s.Server Started @401136ms
[junit4] 2> 399228 INFO (jetty-launcher-318-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostPort=43447,
hostContext=/solr}
[junit4] 2> 399229 INFO (jetty-launcher-318-thread-3) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@b0f0ae
[junit4] 2> 399229 INFO (jetty-launcher-318-thread-3) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterBase_91943AB1B98B9527-001/tempDir-001/node3'
[junit4] 2> 399229 INFO (jetty-launcher-318-thread-3) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 399229 INFO (jetty-launcher-318-thread-3) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 399229 INFO (jetty-launcher-318-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 399231 INFO (jetty-launcher-318-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@11e9883{/solr,null,AVAILABLE}
[junit4] 2> 399231 INFO (jetty-launcher-318-thread-4) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@1aee6fc{HTTP/1.1}{127.0.0.1:37231}
[junit4] 2> 399231 INFO (jetty-launcher-318-thread-4) [ ]
o.e.j.s.Server Started @401139ms
[junit4] 2> 399231 INFO (jetty-launcher-318-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=37231}
[junit4] 2> 399232 INFO (jetty-launcher-318-thread-4) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@b0f0ae
[junit4] 2> 399232 INFO (jetty-launcher-318-thread-4) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterBase_91943AB1B98B9527-001/tempDir-001/node5'
[junit4] 2> 399232 INFO (jetty-launcher-318-thread-4) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 399232 INFO (jetty-launcher-318-thread-4) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 399232 INFO (jetty-launcher-318-thread-4) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 399232 INFO (jetty-launcher-318-thread-4) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 399273 INFO (jetty-launcher-318-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 399278 INFO (jetty-launcher-318-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 399279 INFO (jetty-launcher-318-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 399280 INFO (jetty-launcher-318-thread-5) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1f99be1{/solr,null,AVAILABLE}
[junit4] 2> 399281 INFO (jetty-launcher-318-thread-5) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@1e45c42{HTTP/1.1}{127.0.0.1:39243}
[junit4] 2> 399281 INFO (jetty-launcher-318-thread-5) [ ]
o.e.j.s.Server Started @401189ms
[junit4] 2> 399281 INFO (jetty-launcher-318-thread-5) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=39243}
[junit4] 2> 399281 INFO (jetty-launcher-318-thread-5) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@b0f0ae
[junit4] 2> 399281 INFO (jetty-launcher-318-thread-5) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterBase_91943AB1B98B9527-001/tempDir-001/node4'
[junit4] 2> 399281 INFO (jetty-launcher-318-thread-5) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 399281 INFO (jetty-launcher-318-thread-5) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 399282 INFO (jetty-launcher-318-thread-5) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 399282 INFO (zkCallback-323-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@9ce877 name:ZooKeeperConnection
Watcher:127.0.0.1:60450/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 399282 INFO (jetty-launcher-318-thread-4) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 399282 INFO (zkCallback-322-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@9ce877 name:ZooKeeperConnection
Watcher:127.0.0.1:60450/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 399282 INFO (jetty-launcher-318-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 399282 INFO (jetty-launcher-318-thread-4) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 399283 INFO (zkCallback-320-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@1bea895 name:ZooKeeperConnection
Watcher:127.0.0.1:60450/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 399283 INFO (jetty-launcher-318-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 399283 INFO (jetty-launcher-318-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 399283 INFO (zkCallback-321-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@ddaf7c name:ZooKeeperConnection
Watcher:127.0.0.1:60450/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 399283 INFO (jetty-launcher-318-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 399283 INFO (jetty-launcher-318-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 399283 INFO (jetty-launcher-318-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 399284 INFO (jetty-launcher-318-thread-4) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 399284 INFO (jetty-launcher-318-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 399284 INFO (jetty-launcher-318-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 399290 INFO (jetty-launcher-318-thread-5) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 399291 INFO (jetty-launcher-318-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 399310 INFO (jetty-launcher-318-thread-2) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterBase_91943AB1B98B9527-001/tempDir-001/node2/.
[junit4] 2> 399310 INFO (jetty-launcher-318-thread-2) [ ]
o.a.s.c.CoreContainer New CoreContainer 27858578
[junit4] 2> 399310 INFO (jetty-launcher-318-thread-2) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterBase_91943AB1B98B9527-001/tempDir-001/node2]
[junit4] 2> 399310 WARN (jetty-launcher-318-thread-2) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterBase_91943AB1B98B9527-001/tempDir-001/node2/lib
to classpath:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterBase_91943AB1B98B9527-001/tempDir-001/node2/lib
[junit4] 2> 399311 INFO (jetty-launcher-318-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> 399312 INFO (jetty-launcher-318-thread-2) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 399312 INFO (jetty-launcher-318-thread-2) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 399312 INFO (jetty-launcher-318-thread-2) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 399312 INFO (jetty-launcher-318-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60450/solr
[junit4] 2> 399312 INFO (jetty-launcher-318-thread-2) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 399312 INFO (jetty-launcher-318-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 399313 INFO (jetty-launcher-318-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 399314 INFO (zkCallback-324-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@160052e name:ZooKeeperConnection
Watcher:127.0.0.1:60450/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 399314 INFO (jetty-launcher-318-thread-5) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 399315 INFO (jetty-launcher-318-thread-5) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 399322 INFO (zkCallback-326-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@1a1c60a name:ZooKeeperConnection
Watcher:127.0.0.1:60450 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 399322 INFO (jetty-launcher-318-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 399322 INFO (jetty-launcher-318-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 399322 INFO (jetty-launcher-318-thread-5) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 399340 INFO (jetty-launcher-318-thread-2)
[n:127.0.0.1:59058_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 399341 INFO (jetty-launcher-318-thread-3) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterBase_91943AB1B98B9527-001/tempDir-001/node3/.
[junit4] 2> 399341 INFO (jetty-launcher-318-thread-5) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterBase_91943AB1B98B9527-001/tempDir-001/node4/.
[junit4] 2> 399341 INFO (jetty-launcher-318-thread-3) [ ]
o.a.s.c.CoreContainer New CoreContainer 23774146
[junit4] 2> 399341 INFO (jetty-launcher-318-thread-5) [ ]
o.a.s.c.CoreContainer New CoreContainer 5908357
[junit4] 2> 399341 INFO (jetty-launcher-318-thread-3) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterBase_91943AB1B98B9527-001/tempDir-001/node3]
[junit4] 2> 399341 INFO (jetty-launcher-318-thread-5) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterBase_91943AB1B98B9527-001/tempDir-001/node4]
[junit4] 2> 399342 WARN (jetty-launcher-318-thread-3) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterBase_91943AB1B98B9527-001/tempDir-001/node3/lib
to classpath:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterBase_91943AB1B98B9527-001/tempDir-001/node3/lib
[junit4] 2> 399342 WARN (jetty-launcher-318-thread-5) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterBase_91943AB1B98B9527-001/tempDir-001/node4/lib
to classpath:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterBase_91943AB1B98B9527-001/tempDir-001/node4/lib
[junit4] 2> 399342 INFO (jetty-launcher-318-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> 399342 INFO (jetty-launcher-318-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> 399343 INFO (jetty-launcher-318-thread-1) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterBase_91943AB1B98B9527-001/tempDir-001/node1/.
[junit4] 2> 399343 INFO (jetty-launcher-318-thread-1) [ ]
o.a.s.c.CoreContainer New CoreContainer 25780419
[junit4] 2> 399343 INFO (jetty-launcher-318-thread-1) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterBase_91943AB1B98B9527-001/tempDir-001/node1]
[junit4] 2> 399343 WARN (jetty-launcher-318-thread-1) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterBase_91943AB1B98B9527-001/tempDir-001/node1/lib
to classpath:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterBase_91943AB1B98B9527-001/tempDir-001/node1/lib
[junit4] 2> 399343 INFO (jetty-launcher-318-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> 399343 INFO (jetty-launcher-318-thread-4) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterBase_91943AB1B98B9527-001/tempDir-001/node5/.
[junit4] 2> 399343 INFO (jetty-launcher-318-thread-4) [ ]
o.a.s.c.CoreContainer New CoreContainer 24909983
[junit4] 2> 399343 INFO (jetty-launcher-318-thread-4) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterBase_91943AB1B98B9527-001/tempDir-001/node5]
[junit4] 2> 399343 INFO (jetty-launcher-318-thread-1) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 399343 WARN (jetty-launcher-318-thread-4) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterBase_91943AB1B98B9527-001/tempDir-001/node5/lib
to classpath:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterBase_91943AB1B98B9527-001/tempDir-001/node5/lib
[junit4] 2> 399344 INFO (jetty-launcher-318-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> 399344 INFO (jetty-launcher-318-thread-1) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 399344 INFO (jetty-launcher-318-thread-1) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 399344 INFO
(zkCallback-327-thread-1-processing-n:127.0.0.1:59058_solr)
[n:127.0.0.1:59058_solr ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@e6cd09 name:ZooKeeperConnection
Watcher:127.0.0.1:60450/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 399344 INFO (jetty-launcher-318-thread-2)
[n:127.0.0.1:59058_solr ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 399344 INFO (jetty-launcher-318-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60450/solr
[junit4] 2> 399344 INFO (jetty-launcher-318-thread-1) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 399344 INFO (jetty-launcher-318-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 399344 INFO (jetty-launcher-318-thread-4) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 399345 INFO (jetty-launcher-318-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 399345 INFO (jetty-launcher-318-thread-4) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 399345 INFO (jetty-launcher-318-thread-4) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 399345 INFO (jetty-launcher-318-thread-4) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60450/solr
[junit4] 2> 399345 INFO (jetty-launcher-318-thread-4) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 399345 INFO (jetty-launcher-318-thread-4) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 399346 INFO (jetty-launcher-318-thread-3) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 399347 INFO (jetty-launcher-318-thread-3) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 399347 INFO (jetty-launcher-318-thread-3) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 399347 INFO (jetty-launcher-318-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60450/solr
[junit4] 2> 399347 INFO (jetty-launcher-318-thread-3) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 399347 INFO (jetty-launcher-318-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 399348 INFO (jetty-launcher-318-thread-2)
[n:127.0.0.1:59058_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
[junit4] 2> 399351 INFO (jetty-launcher-318-thread-5) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 399351 INFO (jetty-launcher-318-thread-5) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 399351 INFO (jetty-launcher-318-thread-5) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 399351 INFO (jetty-launcher-318-thread-5) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60450/solr
[junit4] 2> 399352 INFO (jetty-launcher-318-thread-5) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 399352 INFO (jetty-launcher-318-thread-5) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 399352 INFO (jetty-launcher-318-thread-2)
[n:127.0.0.1:59058_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-queue-work
[junit4] 2> 399360 INFO (jetty-launcher-318-thread-2)
[n:127.0.0.1:59058_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-running
[junit4] 2> 399362 INFO (jetty-launcher-318-thread-4) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 399362 INFO (jetty-launcher-318-thread-5) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 399366 INFO (jetty-launcher-318-thread-2)
[n:127.0.0.1:59058_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-completed
[junit4] 2> 399374 INFO (jetty-launcher-318-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 399374 INFO (zkCallback-331-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@1640e name:ZooKeeperConnection
Watcher:127.0.0.1:60450 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 399374 INFO (jetty-launcher-318-thread-4) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 399375 INFO (jetty-launcher-318-thread-4) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 399375 INFO (zkCallback-329-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@1246455 name:ZooKeeperConnection
Watcher:127.0.0.1:60450 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 399375 INFO (jetty-launcher-318-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 399375 INFO (jetty-launcher-318-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 399385 INFO (jetty-launcher-318-thread-2)
[n:127.0.0.1:59058_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-failure
[junit4] 2> 399385 INFO (zkCallback-335-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@1999b11 name:ZooKeeperConnection
Watcher:127.0.0.1:60450 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 399385 INFO (jetty-launcher-318-thread-5) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 399385 INFO (zkCallback-333-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@123ee9a name:ZooKeeperConnection
Watcher:127.0.0.1:60450 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 399386 INFO (jetty-launcher-318-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 399386 INFO (jetty-launcher-318-thread-5) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 399386 INFO (jetty-launcher-318-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 399387 INFO (jetty-launcher-318-thread-4)
[n:127.0.0.1:37231_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 399389 INFO (jetty-launcher-318-thread-1)
[n:127.0.0.1:51134_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 399391 INFO
(zkCallback-336-thread-1-processing-n:127.0.0.1:37231_solr)
[n:127.0.0.1:37231_solr ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@6174e6 name:ZooKeeperConnection
Watcher:127.0.0.1:60450/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 399391 INFO (jetty-launcher-318-thread-4)
[n:127.0.0.1:37231_solr ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 399393 INFO
(zkCallback-337-thread-1-processing-n:127.0.0.1:51134_solr)
[n:127.0.0.1:51134_solr ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@7c461f name:ZooKeeperConnection
Watcher:127.0.0.1:60450/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 399393 INFO (jetty-launcher-318-thread-1)
[n:127.0.0.1:51134_solr ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 399405 INFO (jetty-launcher-318-thread-3)
[n:127.0.0.1:43447_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 399406 INFO (jetty-launcher-318-thread-2)
[n:127.0.0.1:59058_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 399406 INFO (jetty-launcher-318-thread-5)
[n:127.0.0.1:39243_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 399406 INFO
(zkCallback-338-thread-1-processing-n:127.0.0.1:43447_solr)
[n:127.0.0.1:43447_solr ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@1e14b0c name:ZooKeeperConnection
Watcher:127.0.0.1:60450/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 399406 INFO (jetty-launcher-318-thread-3)
[n:127.0.0.1:43447_solr ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 399410 INFO
(zkCallback-339-thread-1-processing-n:127.0.0.1:39243_solr)
[n:127.0.0.1:39243_solr ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@1e541ec name:ZooKeeperConnection
Watcher:127.0.0.1:60450/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 399410 INFO (jetty-launcher-318-thread-5)
[n:127.0.0.1:39243_solr ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 399414 INFO (jetty-launcher-318-thread-2)
[n:127.0.0.1:59058_solr ] o.a.s.c.c.SolrZkClient makePath: /collections
[junit4] 2> 399438 INFO (jetty-launcher-318-thread-2)
[n:127.0.0.1:59058_solr ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 399460 INFO (jetty-launcher-318-thread-2)
[n:127.0.0.1:59058_solr ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 399467 INFO (jetty-launcher-318-thread-4)
[n:127.0.0.1:37231_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 399467 INFO (jetty-launcher-318-thread-2)
[n:127.0.0.1:59058_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 399467 INFO (jetty-launcher-318-thread-1)
[n:127.0.0.1:51134_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 399470 INFO (jetty-launcher-318-thread-2)
[n:127.0.0.1:59058_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:59058_solr
[junit4] 2> 399470 INFO (jetty-launcher-318-thread-4)
[n:127.0.0.1:37231_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:37231_solr
[junit4] 2> 399472 INFO (jetty-launcher-318-thread-2)
[n:127.0.0.1:59058_solr ] o.a.s.c.c.SolrZkClient makePath:
/live_nodes/127.0.0.1:59058_solr
[junit4] 2> 399474 INFO (jetty-launcher-318-thread-4)
[n:127.0.0.1:37231_solr ] o.a.s.c.c.SolrZkClient makePath:
/live_nodes/127.0.0.1:37231_solr
[junit4] 2> 399474 INFO (jetty-launcher-318-thread-1)
[n:127.0.0.1:51134_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:51134_solr
[junit4] 2> 399474 INFO (jetty-launcher-318-thread-3)
[n:127.0.0.1:43447_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:43447_solr
[junit4] 2> 399474 INFO (jetty-launcher-318-thread-5)
[n:127.0.0.1:39243_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:39243_solr
[junit4] 2> 399475 INFO (jetty-launcher-318-thread-1)
[n:127.0.0.1:51134_solr ] o.a.s.c.c.SolrZkClient makePath:
/live_nodes/127.0.0.1:51134_solr
[junit4] 2> 399477 INFO (jetty-launcher-318-thread-3)
[n:127.0.0.1:43447_solr ] o.a.s.c.c.SolrZkClient makePath:
/live_nodes/127.0.0.1:43447_solr
[junit4] 2> 399477 INFO (jetty-launcher-318-thread-5)
[n:127.0.0.1:39243_solr ] o.a.s.c.c.SolrZkClient makePath:
/live_nodes/127.0.0.1:39243_solr
[junit4] 2> 399485 INFO (jetty-launcher-318-thread-2)
[n:127.0.0.1:59058_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
[junit4] 2> 399493 INFO (jetty-launcher-318-thread-4)
[n:127.0.0.1:37231_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
[junit4] 2> 399522 INFO (jetty-launcher-318-thread-2)
[n:127.0.0.1:59058_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/election
[junit4] 2> 399522 INFO (jetty-launcher-318-thread-4)
[n:127.0.0.1:37231_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/election
[junit4] 2> 399522 INFO (jetty-launcher-318-thread-5)
[n:127.0.0.1:39243_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/election
[junit4] 2> 399522 INFO (jetty-launcher-318-thread-1)
[n:127.0.0.1:51134_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/election
[junit4] 2> 399525 INFO (jetty-launcher-318-thread-5)
[n:127.0.0.1:39243_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 399527 INFO (jetty-launcher-318-thread-1)
[n:127.0.0.1:51134_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 399527 INFO (jetty-launcher-318-thread-2)
[n:127.0.0.1:59058_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 399528 INFO (jetty-launcher-318-thread-4)
[n:127.0.0.1:37231_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 399528 INFO (jetty-launcher-318-thread-5)
[n:127.0.0.1:39243_solr ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/95167859664945167-127.0.0.1:39243_solr-n_0000000000
[junit4] 2> 399529 INFO (jetty-launcher-318-thread-1)
[n:127.0.0.1:51134_solr ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/95167859664945165-127.0.0.1:51134_solr-n_0000000001
[junit4] 2> 399530 INFO (jetty-launcher-318-thread-2)
[n:127.0.0.1:59058_solr ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/95167859664945159-127.0.0.1:59058_solr-n_0000000002
[junit4] 2> 399530 INFO (jetty-launcher-318-thread-4)
[n:127.0.0.1:37231_solr ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/95167859664945164-127.0.0.1:37231_solr-n_0000000003
[junit4] 2> 399530 INFO (jetty-launcher-318-thread-5)
[n:127.0.0.1:39243_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:39243_solr
[junit4] 2> 399530 INFO (jetty-launcher-318-thread-5)
[n:127.0.0.1:39243_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/leader
[junit4] 2> 399531 INFO (jetty-launcher-318-thread-1)
[n:127.0.0.1:51134_solr ] o.a.s.c.LeaderElector Watching path
/overseer_elect/election/95167859664945167-127.0.0.1:39243_solr-n_0000000000 to
know if I could be the leader
[junit4] 2> 399531 INFO (jetty-launcher-318-thread-1)
[n:127.0.0.1:51134_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 399531 INFO (jetty-launcher-318-thread-3)
[n:127.0.0.1:43447_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 399531 INFO (jetty-launcher-318-thread-2)
[n:127.0.0.1:59058_solr ] o.a.s.c.LeaderElector Watching path
/overseer_elect/election/95167859664945165-127.0.0.1:51134_solr-n_0000000001 to
know if I could be the leader
[junit4] 2> 399531 INFO (jetty-launcher-318-thread-4)
[n:127.0.0.1:37231_solr ] o.a.s.c.LeaderElector Watching path
/overseer_elect/election/95167859664945159-127.0.0.1:59058_solr-n_0000000002 to
know if I could be the leader
[junit4] 2> 399531 INFO (jetty-launcher-318-thread-2)
[n:127.0.0.1:59058_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 399531 INFO (jetty-launcher-318-thread-4)
[n:127.0.0.1:37231_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 399535 INFO (jetty-launcher-318-thread-3)
[n:127.0.0.1:43447_solr ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/95167859664945166-127.0.0.1:43447_solr-n_0000000004
[junit4] 2> 399535 INFO (jetty-launcher-318-thread-5)
[n:127.0.0.1:39243_solr ] o.a.s.c.Overseer Overseer
(id=95167859664945167-127.0.0.1:39243_solr-n_0000000000) starting
[junit4] 2> 399546 INFO (jetty-launcher-318-thread-3)
[n:127.0.0.1:43447_solr ] o.a.s.c.LeaderElector Watching path
/overseer_elect/election/95167859664945164-127.0.0.1:37231_solr-n_0000000003 to
know if I could be the leader
[junit4] 2> 399546 INFO (jetty-launcher-318-thread-3)
[n:127.0.0.1:43447_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 399550 INFO (jetty-launcher-318-thread-5)
[n:127.0.0.1:39243_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/queue-work
[junit4] 2> 399566 INFO (jetty-launcher-318-thread-4)
[n:127.0.0.1:37231_solr ] o.a.s.c.CoreContainer Security conf doesn't exist.
Skipping setup for authorization module.
[junit4] 2> 399566 INFO (jetty-launcher-318-thread-4)
[n:127.0.0.1:37231_solr ] o.a.s.c.CoreContainer No authentication plugin
used.
[junit4] 2> 399567 INFO (jetty-launcher-318-thread-4)
[n:127.0.0.1:37231_solr ] o.a.s.c.CorePropertiesLocator Looking for core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterBase_91943AB1B98B9527-001/tempDir-001/node5/.
[junit4] 2> 399570 INFO (jetty-launcher-318-thread-3)
[n:127.0.0.1:43447_solr ] o.a.s.c.CoreContainer Security conf doesn't exist.
Skipping setup for authorization module.
[junit4] 2> 399570 INFO (jetty-launcher-318-thread-3)
[n:127.0.0.1:43447_solr ] o.a.s.c.CoreContainer No authentication plugin
used.
[junit4] 2> 399570 INFO (jetty-launcher-318-thread-3)
[n:127.0.0.1:43447_solr ] o.a.s.c.CorePropertiesLocator Looking for core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterBase_91943AB1B98B9527-001/tempDir-001/node3/.
[junit4] 2> 399577 INFO (jetty-launcher-318-thread-2)
[n:127.0.0.1:59058_solr ] o.a.s.c.CoreContainer Security conf doesn't exist.
Skipping setup for authorization module.
[junit4] 2> 399577 INFO (jetty-launcher-318-thread-2)
[n:127.0.0.1:59058_solr ] o.a.s.c.CoreContainer No authentication plugin
used.
[junit4] 2> 399577 INFO (jetty-launcher-318-thread-2)
[n:127.0.0.1:59058_solr ] o.a.s.c.CorePropertiesLocator Looking for core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterBase_91943AB1B98B9527-001/tempDir-001/node2/.
[junit4] 2> 399580 INFO (jetty-launcher-318-thread-4)
[n:127.0.0.1:37231_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions
[junit4] 2> 399581 INFO (jetty-launcher-318-thread-3)
[n:127.0.0.1:43447_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions
[junit4] 2> 399583 INFO (jetty-launcher-318-thread-1)
[n:127.0.0.1:51134_solr ] o.a.s.c.CoreContainer Security conf doesn't exist.
Skipping setup for authorization module.
[junit4] 2> 399583 INFO (jetty-launcher-318-thread-1)
[n:127.0.0.1:51134_solr ] o.a.s.c.CoreContainer No authentication plugin
used.
[junit4] 2> 399584 INFO (jetty-launcher-318-thread-1)
[n:127.0.0.1:51134_solr ] o.a.s.c.CorePropertiesLocator Looking for core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterBase_91943AB1B98B9527-001/tempDir-001/node1/.
[junit4] 2> 399584 INFO (jetty-launcher-318-thread-1)
[n:127.0.0.1:51134_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions
[junit4] 2> 399586 INFO (jetty-launcher-318-thread-5)
[n:127.0.0.1:39243_solr ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 399587 INFO (jetty-launcher-318-thread-3)
[n:127.0.0.1:43447_solr ] o.a.s.s.SolrDispatchFilter
user.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1
[junit4] 2> 399587 INFO (jetty-launcher-318-thread-3)
[n:127.0.0.1:43447_solr ] o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init() done
[junit4] 2> 399587 INFO
(OverseerCollectionConfigSetProcessor-95167859664945167-127.0.0.1:39243_solr-n_0000000000)
[n:127.0.0.1:39243_solr ] o.a.s.c.OverseerTaskProcessor Process current
queue of overseer operations
[junit4] 2> 399587 INFO
(OverseerStateUpdate-95167859664945167-127.0.0.1:39243_solr-n_0000000000)
[n:127.0.0.1:39243_solr ] o.a.s.c.Overseer Starting to work on the main queue
[junit4] 2> 399588 INFO
(OverseerStateUpdate-95167859664945167-127.0.0.1:39243_solr-n_0000000000)
[n:127.0.0.1:39243_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 399590 INFO (jetty-launcher-318-thread-2)
[n:127.0.0.1:59058_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions
[junit4] 2> 399594 INFO (jetty-launcher-318-thread-5)
[n:127.0.0.1:39243_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 399596 INFO (jetty-launcher-318-thread-1)
[n:127.0.0.1:51134_solr ] o.a.s.s.SolrDispatchFilter
user.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1
[junit4] 2> 399596 INFO (jetty-launcher-318-thread-4)
[n:127.0.0.1:37231_solr ] o.a.s.s.SolrDispatchFilter
user.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1
[junit4] 2> 399596 INFO (jetty-launcher-318-thread-1)
[n:127.0.0.1:51134_solr ] o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init() done
[junit4] 2> 399596 INFO (jetty-launcher-318-thread-4)
[n:127.0.0.1:37231_solr ] o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init() done
[junit4] 2> 399596 INFO (jetty-launcher-318-thread-2)
[n:127.0.0.1:59058_solr ] o.a.s.s.SolrDispatchFilter
user.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1
[junit4] 2> 399596 INFO (jetty-launcher-318-thread-2)
[n:127.0.0.1:59058_solr ] o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init() done
[junit4] 2> 399615 INFO (jetty-launcher-318-thread-5)
[n:127.0.0.1:39243_solr ] o.a.s.c.CoreContainer Security conf doesn't exist.
Skipping setup for authorization module.
[junit4] 2> 399615 INFO (jetty-launcher-318-thread-5)
[n:127.0.0.1:39243_solr ] o.a.s.c.CoreContainer No authentication plugin
used.
[junit4] 2> 399616 INFO (jetty-launcher-318-thread-5)
[n:127.0.0.1:39243_solr ] o.a.s.c.CorePropertiesLocator Looking for core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterBase_91943AB1B98B9527-001/tempDir-001/node4/.
[junit4] 2> 399616 INFO (jetty-launcher-318-thread-5)
[n:127.0.0.1:39243_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions
[junit4] 2> 399617 INFO (jetty-launcher-318-thread-5)
[n:127.0.0.1:39243_solr ] o.a.s.s.SolrDispatchFilter
user.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1
[junit4] 2> 399617 INFO (jetty-launcher-318-thread-5)
[n:127.0.0.1:39243_solr ] o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init() done
[junit4] 2> 399617 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 399618 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 399620 INFO (zkCallback-340-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@109dfce name:ZooKeeperConnection
Watcher:127.0.0.1:60450 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 399620 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 399621 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 399632 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.e.j.s.ServerConnector Stopped ServerConnector@b3445e{HTTP/1.1}{127.0.0.1:0}
[junit4] 2> 399633 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=23774146
[junit4] 2> 399635 INFO
(zkCallback-339-thread-1-processing-n:127.0.0.1:39243_solr)
[n:127.0.0.1:39243_solr ] o.a.s.c.c.ZkStateReader A live node change:
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes],
has occurred - updating... (live nodes size: [5])
[junit4] 2> 399635 INFO
(zkCallback-336-thread-1-processing-n:127.0.0.1:37231_solr)
[n:127.0.0.1:37231_solr ] o.a.s.c.c.ZkStateReader A live node change:
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes],
has occurred - updating... (live nodes size: [5])
[junit4] 2> 399635 INFO
(zkCallback-327-thread-1-processing-n:127.0.0.1:59058_solr)
[n:127.0.0.1:59058_solr ] o.a.s.c.c.ZkStateReader A live node change:
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes],
has occurred - updating... (live nodes size: [5])
[junit4] 2> 399635 INFO
(zkCallback-339-thread-2-processing-n:127.0.0.1:39243_solr)
[n:127.0.0.1:39243_solr ] o.a.s.c.c.ZkStateReader A live node change:
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes],
has occurred - updating... (live nodes size: [5])
[junit4] 2> 399635 INFO
(zkCallback-338-thread-1-processing-n:127.0.0.1:43447_solr)
[n:127.0.0.1:43447_solr ] o.a.s.c.c.ZkStateReader A live node change:
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes],
has occurred - updating... (live nodes size: [5])
[junit4] 2> 399635 INFO
(zkCallback-337-thread-1-processing-n:127.0.0.1:51134_solr)
[n:127.0.0.1:51134_solr ] o.a.s.c.c.ZkStateReader A live node change:
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes],
has occurred - updating... (live nodes size: [5])
[junit4] 2> 399635 WARN
(zkCallback-338-thread-1-processing-n:127.0.0.1:43447_solr)
[n:127.0.0.1:43447_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 399636 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@2c9f3c{/solr,null,UNAVAILABLE}
[junit4] 2> 399637 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.e.j.s.Server jetty-9.2.13.v20150730
[junit4] 2> 399638 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@e3419f{/solr,null,AVAILABLE}
[junit4] 2> 399639 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@1d6b13d{HTTP/1.1}{127.0.0.1:41834}
[junit4] 2> 399639 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.e.j.s.Server Started @401547ms
[junit4] 2> 399639 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostPort=41834,
hostContext=/solr}
[junit4] 2> 399639 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@b0f0ae
[junit4] 2> 399639 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterBase_91943AB1B98B9527-001/tempDir-001/node6'
[junit4] 2> 399639 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 399639 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 399639 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 399640 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 399642 INFO (zkCallback-342-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@1ebbccb name:ZooKeeperConnection
Watcher:127.0.0.1:60450/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 399642 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 399642 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 399643 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 399651 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterBase_91943AB1B98B9527-001/tempDir-001/node6/.
[junit4] 2> 399651 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.CoreContainer New CoreContainer 16316765
[junit4] 2> 399651 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterBase_91943AB1B98B9527-001/tempDir-001/node6]
[junit4] 2> 399652 WARN
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterBase_91943AB1B98B9527-001/tempDir-001/node6/lib
to classpath:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterBase_91943AB1B98B9527-001/tempDir-001/node6/lib
[junit4] 2> 399652 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
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> 399652 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 399653 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 399653 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 399653 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60450/solr
[junit4] 2> 399653 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 399653 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 399653 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 399657 INFO (zkCallback-344-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@1f842ab name:ZooKeeperConnection
Watcher:127.0.0.1:60450 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 399657 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 399657 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 399676 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527])
[n:127.0.0.1:41834_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 399691 INFO
(zkCallback-345-thread-1-processing-n:127.0.0.1:41834_solr)
[n:127.0.0.1:41834_solr ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@773a50 name:ZooKeeperConnection
Watcher:127.0.0.1:60450/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 399691 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527])
[n:127.0.0.1:41834_solr ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 399742 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527])
[n:127.0.0.1:41834_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 400744 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527])
[n:127.0.0.1:41834_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:41834_solr
[junit4] 2> 400763 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527])
[n:127.0.0.1:41834_solr ] o.a.s.c.c.SolrZkClient makePath:
/live_nodes/127.0.0.1:41834_solr
[junit4] 2> 400773 INFO
(zkCallback-336-thread-1-processing-n:127.0.0.1:37231_solr)
[n:127.0.0.1:37231_solr ] 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> 400773 INFO
(zkCallback-345-thread-1-processing-n:127.0.0.1:41834_solr)
[n:127.0.0.1:41834_solr ] 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> 400773 INFO
(zkCallback-327-thread-1-processing-n:127.0.0.1:59058_solr)
[n:127.0.0.1:59058_solr ] 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> 400773 INFO
(zkCallback-337-thread-1-processing-n:127.0.0.1:51134_solr)
[n:127.0.0.1:51134_solr ] 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> 400773 INFO
(zkCallback-339-thread-2-processing-n:127.0.0.1:39243_solr)
[n:127.0.0.1:39243_solr ] 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> 400773 INFO
(zkCallback-339-thread-1-processing-n:127.0.0.1:39243_solr)
[n:127.0.0.1:39243_solr ] 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> 400775 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527])
[n:127.0.0.1:41834_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 400782 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527])
[n:127.0.0.1:41834_solr ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/95167859664945171-127.0.0.1:41834_solr-n_0000000005
[junit4] 2> 400783 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527])
[n:127.0.0.1:41834_solr ] o.a.s.c.LeaderElector Watching path
/overseer_elect/election/95167859664945164-127.0.0.1:37231_solr-n_0000000003 to
know if I could be the leader
[junit4] 2> 400809 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527])
[n:127.0.0.1:41834_solr ] o.a.s.c.CoreContainer Security conf doesn't exist.
Skipping setup for authorization module.
[junit4] 2> 400809 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527])
[n:127.0.0.1:41834_solr ] o.a.s.c.CoreContainer No authentication plugin
used.
[junit4] 2> 400810 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527])
[n:127.0.0.1:41834_solr ] o.a.s.c.CorePropertiesLocator Looking for core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudClusterBase_91943AB1B98B9527-001/tempDir-001/node6/.
[junit4] 2> 400810 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527])
[n:127.0.0.1:41834_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions
[junit4] 2> 400811 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527])
[n:127.0.0.1:41834_solr ] o.a.s.s.SolrDispatchFilter
user.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1
[junit4] 2> 400811 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527])
[n:127.0.0.1:41834_solr ] o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init() done
[junit4] 2> 400811 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 400811 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 400821 INFO (zkCallback-346-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@1ec805a name:ZooKeeperConnection
Watcher:127.0.0.1:60450/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 400821 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 400821 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 400823 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/protwords.txt
[junit4] 2> 400853 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-delaying-component.xml
[junit4] 2> 400881 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad_solrconfig.xml
[junit4] 2> 400888 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-nocache.xml
[junit4] 2> 400899 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-implicitproperties.xml
[junit4] 2> 400933 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-mergepolicy-legacy.xml
[junit4] 2> 400946 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-schema-uniquekey-uses-default.xml
[junit4] 2> 400985 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-schema-sim-default-has-no-explicit-sim.xml
[junit4] 2> 400996 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-schema-uniquekey-multivalued.xml
[junit4] 2> 401032 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/analyzingInfixSuggest.txt
[junit4] 2> 401041 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/missleading.extension.updateprocessor.js.txt
[junit4] 2> 401049 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-schema-multiple-asterisk-copyfield-source-should-fail-test.xml
[junit4] 2> 401060 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-replication2.xml
[junit4] 2> 401099 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-infostream-logging.xml
[junit4] 2> 401113 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-collapseqparser.xml
[junit4] 2> 401139 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-schema-currency-ft-bogus-code-in-xml.xml
[junit4] 2> 401159 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/old_synonyms.txt
[junit4] 2> 401175 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/enumsConfig.xml
[junit4] 2> 401189 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-script-updateprocessor.xml
[junit4] 2> 401212 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-add-schema-fields-update-processor.xml
[junit4] 2> 401230 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-schema-sweetspot-both-tf.xml
[junit4] 2> 401261 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-phrasesuggest.xml
[junit4] 2> 401271 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig.xml
[junit4] 2> 401292 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-delpolicy1.xml
[junit4] 2> 401301 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-sim.xml
[junit4] 2> 401333 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema15.xml
[junit4] 2> 401357 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-schema-misplaced-asterisk-copyfield-source-should-fail-test.xml
[junit4] 2> 401367 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/stemdict.txt
[junit4] 2> 401386 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/hunspell-test.aff
[junit4] 2> 401395 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-spatial.xml
[junit4] 2> 401403 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-slave1.xml
[junit4] 2> 401429 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-schema-dup-fieldType.xml
[junit4] 2> 401442 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-schema-external-filefield.xml
[junit4] 2> 401453 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-query-parser-init.xml
[junit4] 2> 401472 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-complex-phrase.xml
[junit4] 2> 401479 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/conditional.updateprocessor.js
[junit4] 2> 401487 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-schema-analyzer-class-and-nested.xml
[junit4] 2> 401513 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-eff.xml
[junit4] 2> 401523 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-folding.xml
[junit4] 2> 401554 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-simpleqpplugin.xml
[junit4] 2> 401577 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-hash.xml
[junit4] 2> 401586 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/stopwords.txt
[junit4] 2> 401617 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-schema-dynamicfield-required.xml
[junit4] 2> 401625 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-mergepolicy-nocfs.xml
[junit4] 2> 401634 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-solrconfig-bogus-scriptengine-name.xml
[junit4] 2> 401662 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/throw.error.on.add.updateprocessor.js
[junit4] 2> 401672 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-minimal.xml
[junit4] 2> 401682 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-defaults.xml
[junit4] 2> 401700 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/blendedInfixSuggest.txt
[junit4] 2> 401715 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-postingshighlight.xml
[junit4] 2> 401740 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-docValuesJoin.xml
[junit4] 2> 401782 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-docValues.xml
[junit4] 2> 401818 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-schema-misplaced-asterisk-copyfield-dest-should-fail-test.xml
[junit4] 2> 401838 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-snippet-types.incl
[junit4] 2> 401849 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-minimal.xml
[junit4] 2> 401891 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 401907 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-collate.xml
[junit4] 2> 401933 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-rest.xml
[junit4] 2> 401963 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-schema-codec-global-vs-ft-mismatch.xml
[junit4] 2> 401976 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-schema-not-indexed-but-norms.xml
[junit4] 2> 402002 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/phrasesuggest.txt
[junit4] 2> 402010 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/stopwordsWrongEncoding.txt
[junit4] 2> 402020 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-logmergepolicy.xml
[junit4] 2> 402039 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-plugcollector.xml
[junit4] 2> 402069 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-noopregen.xml
[junit4] 2> 402079 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-analytics-query.xml
[junit4] 2> 402103 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/stoptypes-1.txt
[junit4] 2> 402129 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-spatial.xml
[junit4] 2> 402141 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-spellchecker.xml
[junit4] 2> 402178 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-non-stored-docvalues.xml
[junit4] 2> 402204 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-distrib-interval-faceting.xml
[junit4] 2> 402231 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/stop-1.txt
[junit4] 2> 402250 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-docValuesMissing.xml
[junit4] 2> 402277 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-caching.xml
[junit4] 2> 402306 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-doctransformers.xml
[junit4] 2> 402315 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/freeTextSuggest.txt
[junit4] 2> 402324 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema.xml
[junit4] 2> 402343 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-querysender-noquery.xml
[junit4] 2> 402360 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-sortingresponse.xml
[junit4] 2> 402379 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/trivial.updateprocessor1.js
[junit4] 2> 402388 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-solrconfig-managed-schema-named-schema.xml.xml
[junit4] 2> 402399 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-paramset.xml
[junit4] 2> 402424 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-lmdirichlet.xml
[junit4] 2> 402441 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-solrconfig-multiple-dirfactory.xml
[junit4] 2> 402459 INFO
(TEST-TestMiniSolrCloudClusterBase.testBasics-seed#[91943AB1B98B9527]) [ ]
o.a.s.
[...truncated too long message...]
unt=0;path=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion_91943AB1B98B9527-001/shard-4-001/cores/collection1/data;done=false>>]
[junit4] 2> 2261394 INFO
(zkCallback-465-thread-1-processing-n:127.0.0.1:56192_) [n:127.0.0.1:56192_
c:collection1 s:shard1 r:core_node4 x:collection1]
o.a.s.c.CachingDirectoryFactory Closing directory:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion_91943AB1B98B9527-001/shard-4-001/cores/collection1/data
[junit4] 2> 2261394 WARN
(zkCallback-465-thread-1-processing-n:127.0.0.1:56192_) [n:127.0.0.1:56192_
c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.LeaderElector
[junit4] 2> org.apache.solr.common.SolrException: SolrCore not
found:collection1 in []
[junit4] 2> at
org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:287)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:198)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:158)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:347)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:256)
[junit4] 2> at
org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:658)
[junit4] 2> at
org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:431)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:198)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:158)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:59)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:389)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$3$1.run(SolrZkClient.java:264)
[junit4] 2> at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:262)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:232)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 2262884 WARN
(zkCallback-465-thread-2-processing-n:127.0.0.1:56192_) [n:127.0.0.1:56192_
] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to
ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 2262890 INFO
(TEST-TestDistribDocBasedVersion.test-seed#[91943AB1B98B9527]) [ ]
o.e.j.s.ServerConnector Stopped ServerConnector@1d908ff{HTTP/1.1}{127.0.0.1:0}
[junit4] 2> 2262891 INFO
(TEST-TestDistribDocBasedVersion.test-seed#[91943AB1B98B9527]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@129e16{/,null,UNAVAILABLE}
[junit4] 2> 2262892 INFO
(TEST-TestDistribDocBasedVersion.test-seed#[91943AB1B98B9527])
[n:127.0.0.1:56192_ c:collection1 s:shard1 r:core_node4 x:collection1]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:37729 37729
[junit4] 2> 2262952 INFO (Thread-1964) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:37729 37729
[junit4] 2> 2262953 WARN (Thread-1964) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 6 /solr/aliases.json
[junit4] 2> 5 /solr/security.json
[junit4] 2> 5 /solr/configs/conf1
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 6 /solr/clusterstate.json
[junit4] 2> 4 /solr/collections/collection1/state.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 6 /solr/live_nodes
[junit4] 2> 6 /solr/collections
[junit4] 2> 5 /solr/overseer/queue
[junit4] 2> 5 /solr/overseer/collection-queue-work
[junit4] 2> 2 /solr/overseer/queue-work
[junit4] 2>
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestDistribDocBasedVersion -Dtests.method=test
-Dtests.seed=91943AB1B98B9527 -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=de -Dtests.timezone=America/Regina -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] FAILURE 35.2s J1 | TestDistribDocBasedVersion.test <<<
[junit4] > Throwable #1: java.lang.AssertionError: expected:<{b!doc1=10,
d!doc3=10, c!doc2=11, e!doc4=11}> but was:<{b!doc1=10, c!doc2=11}>
[junit4] > at
__randomizedtesting.SeedInfo.seed([91943AB1B98B9527:19C0056B1777F8DF]:0)
[junit4] > at
org.apache.solr.cloud.TestDistribDocBasedVersion.doRTG(TestDistribDocBasedVersion.java:329)
[junit4] > at
org.apache.solr.cloud.TestDistribDocBasedVersion.doTestDocVersions(TestDistribDocBasedVersion.java:152)
[junit4] > at
org.apache.solr.cloud.TestDistribDocBasedVersion.test(TestDistribDocBasedVersion.java:105)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:965)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:940)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 2262956 INFO
(SUITE-TestDistribDocBasedVersion-seed#[91943AB1B98B9527]-worker)
[n:127.0.0.1:56192_ c:collection1 s:shard1 r:core_node4 x:collection1]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion_91943AB1B98B9527-001
[junit4] 2> Jan 07, 2016 6:29:20 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are:
codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION,
chunkSize=32097, maxDocsPerChunk=928, blockSize=684),
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION,
chunkSize=32097, blockSize=684)), sim=DefaultSimilarity, locale=de,
timezone=America/Regina
[junit4] 2> NOTE: Linux 3.19.0-42-generic i386/Oracle Corporation 1.7.0_80
(32-bit)/cpus=12,threads=1,free=177173088,total=327680000
[junit4] 2> NOTE: All tests run in this JVM: [TestFastLRUCache,
DocValuesTest, TestConfigSetImmutable, TestManagedSchema,
TestOverriddenPrefixQueryForCustomFieldType, ChaosMonkeyNothingIsSafeTest,
SpatialFilterTest, DocExpirationUpdateProcessorFactoryTest,
TestBinaryResponseWriter, TestStressVersions,
DistributedFacetPivotLongTailTest, TestManagedSchemaFieldResource,
ZkStateReaderTest, MinimalSchemaTest, TestCoreContainer, SolrPluginUtilsTest,
BasicFunctionalityTest, TestTestInjection, TestFileDictionaryLookup, RulesTest,
DistribCursorPagingTest, TestScoreJoinQPNoScore, DateRangeFieldTest,
TestPartialUpdateDeduplication, TestMacros, SolrIndexSplitterTest,
ConnectionManagerTest, HdfsSyncSliceTest, TestBM25SimilarityFactory,
OverseerRolesTest, MoreLikeThisHandlerTest, SoftAutoCommitTest,
OpenCloseCoreStressTest, HdfsBasicDistributedZk2Test, TestCodecSupport,
AnalysisErrorHandlingTest, FastVectorHighlighterTest, TestSolrDeletionPolicy2,
ZkSolrClientTest, TestDFRSimilarityFactory, TestLeaderElectionZkExpiry,
BlockJoinFacetDistribTest, SpellCheckComponentTest,
DistributedFacetPivotWhiteBoxTest, SpellingQueryConverterTest,
TestQuerySenderNoQuery, BitVectorTest, TermVectorComponentTest,
OutOfBoxZkACLAndCredentialsProvidersTest, TestJettySolrRunner,
TestShardHandlerFactory, HLLSerializationTest, TestMiniSolrCloudClusterBase,
TestInitParams, SortSpecParsingTest, SchemaVersionSpecificBehaviorTest,
TestExceedMaxTermLength, DistanceUnitsTest, TestQueryTypes,
TestDocumentBuilder, ChaosMonkeySafeLeaderTest, TestExactStatsCache,
NotRequiredUniqueKeyTest, TestHashPartitioner,
TestLMJelinekMercerSimilarityFactory, TestRestManager,
CollectionsAPIAsyncDistributedZkTest, PKIAuthenticationIntegrationTest,
SimplePostToolTest, HdfsChaosMonkeySafeLeaderTest, TestSolr4Spatial2,
TestDistribDocBasedVersion]
[junit4] Completed [504/562 (2!)] on J1 in 36.24s, 1 test, 1 failure <<<
FAILURES!
[...truncated 184 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:794: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:738: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:59: The following error
occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build.xml:233: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/common-build.xml:526: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1444: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1000:
There were test failures: 562 suites (7 ignored), 2235 tests, 2 failures, 83
ignored (39 assumptions) [seed: 91943AB1B98B9527]
Total time: 63 minutes 37 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]