Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/12689/
Java: 32bit/jdk1.7.0_80 -client -XX:+UseG1GC
1 tests failed.
FAILED: org.apache.solr.cloud.HttpPartitionTest.test
Error Message:
Didn't see all replicas for shard shard1 in c8n_1x2 come up within 30000 ms!
ClusterState: { "c8n_1x2":{ "maxShardsPerNode":"1",
"shards":{"shard1":{ "range":"80000000-7fffffff",
"state":"active", "replicas":{ "core_node1":{
"base_url":"http://127.0.0.1:50055/lxh", "state":"recovering",
"core":"c8n_1x2_shard1_replica1",
"node_name":"127.0.0.1:50055_lxh"}, "core_node2":{
"base_url":"http://127.0.0.1:49892/lxh", "state":"active",
"core":"c8n_1x2_shard1_replica2",
"node_name":"127.0.0.1:49892_lxh", "leader":"true"}}}},
"autoAddReplicas":"false", "router":{"name":"compositeId"},
"replicationFactor":"2"}, "collection1":{ "maxShardsPerNode":"1",
"shards":{ "shard1":{ "range":"80000000-ffffffff",
"state":"active", "replicas":{ "core_node1":{
"base_url":"http://127.0.0.1:50055/lxh", "state":"active",
"core":"collection1", "node_name":"127.0.0.1:50055_lxh",
"leader":"true"}, "core_node3":{
"base_url":"http://127.0.0.1:49892/lxh", "state":"active",
"core":"collection1", "node_name":"127.0.0.1:49892_lxh"}}},
"shard2":{ "range":"0-7fffffff", "state":"active",
"replicas":{"core_node2":{ "base_url":"http://127.0.0.1:55188/lxh",
"state":"active", "core":"collection1",
"node_name":"127.0.0.1:55188_lxh", "leader":"true"}}}},
"autoAddReplicas":"false", "autoCreated":"true",
"router":{"name":"compositeId"}, "replicationFactor":"1"},
"control_collection":{ "maxShardsPerNode":"1", "shards":{"shard1":{
"range":"80000000-7fffffff", "state":"active",
"replicas":{"core_node1":{ "base_url":"http://127.0.0.1:41923/lxh",
"state":"active", "core":"collection1",
"node_name":"127.0.0.1:41923_lxh", "leader":"true"}}}},
"autoAddReplicas":"false", "autoCreated":"true",
"router":{"name":"compositeId"}, "replicationFactor":"1"}}
Stack Trace:
java.lang.AssertionError: Didn't see all replicas for shard shard1 in c8n_1x2
come up within 30000 ms! ClusterState: {
"c8n_1x2":{
"maxShardsPerNode":"1",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{
"core_node1":{
"base_url":"http://127.0.0.1:50055/lxh",
"state":"recovering",
"core":"c8n_1x2_shard1_replica1",
"node_name":"127.0.0.1:50055_lxh"},
"core_node2":{
"base_url":"http://127.0.0.1:49892/lxh",
"state":"active",
"core":"c8n_1x2_shard1_replica2",
"node_name":"127.0.0.1:49892_lxh",
"leader":"true"}}}},
"autoAddReplicas":"false",
"router":{"name":"compositeId"},
"replicationFactor":"2"},
"collection1":{
"maxShardsPerNode":"1",
"shards":{
"shard1":{
"range":"80000000-ffffffff",
"state":"active",
"replicas":{
"core_node1":{
"base_url":"http://127.0.0.1:50055/lxh",
"state":"active",
"core":"collection1",
"node_name":"127.0.0.1:50055_lxh",
"leader":"true"},
"core_node3":{
"base_url":"http://127.0.0.1:49892/lxh",
"state":"active",
"core":"collection1",
"node_name":"127.0.0.1:49892_lxh"}}},
"shard2":{
"range":"0-7fffffff",
"state":"active",
"replicas":{"core_node2":{
"base_url":"http://127.0.0.1:55188/lxh",
"state":"active",
"core":"collection1",
"node_name":"127.0.0.1:55188_lxh",
"leader":"true"}}}},
"autoAddReplicas":"false",
"autoCreated":"true",
"router":{"name":"compositeId"},
"replicationFactor":"1"},
"control_collection":{
"maxShardsPerNode":"1",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{"core_node1":{
"base_url":"http://127.0.0.1:41923/lxh",
"state":"active",
"core":"collection1",
"node_name":"127.0.0.1:41923_lxh",
"leader":"true"}}}},
"autoAddReplicas":"false",
"autoCreated":"true",
"router":{"name":"compositeId"},
"replicationFactor":"1"}}
at
__randomizedtesting.SeedInfo.seed([901A83EC0A62F776:184EBC36A49E9A8E]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:1906)
at
org.apache.solr.cloud.HttpPartitionTest.testRf2(HttpPartitionTest.java:236)
at
org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.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:1627)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:960)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935)
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:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
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:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
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:365)
at java.lang.Thread.run(Thread.java:745)
Build Log:
[...truncated 10328 lines...]
[junit4] Suite: org.apache.solr.cloud.HttpPartitionTest
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest
901A83EC0A62F776-001/init-core-data-001
[junit4] 2> 600090 INFO
(SUITE-HttpPartitionTest-seed#[901A83EC0A62F776]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /lxh/
[junit4] 2> 600093 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 600093 INFO (Thread-1337) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 600093 INFO (Thread-1337) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 600193 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.ZkTestServer start zk server on port:44080
[junit4] 2> 600193 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 600194 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 600195 INFO (zkCallback-507-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@18bc4da name:ZooKeeperConnection
Watcher:127.0.0.1:44080 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 600195 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 600196 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 600196 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.c.SolrZkClient makePath: /solr
[junit4] 2> 600197 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 600197 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 600198 INFO (zkCallback-508-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@37c13e name:ZooKeeperConnection
Watcher:127.0.0.1:44080/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 600198 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 600198 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 600199 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections/collection1
[junit4] 2> 600199 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
[junit4] 2> 600200 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
[junit4] 2> 600200 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
[junit4] 2> 600201 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 600201 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
[junit4] 2> 600202 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 600202 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
[junit4] 2> 600203 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 600204 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 600204 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 600204 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
[junit4] 2> 600205 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 600205 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
[junit4] 2> 600206 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 600206 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
[junit4] 2> 600207 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 600207 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
[junit4] 2> 600207 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 600207 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
[junit4] 2> 600208 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 600208 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 600209 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 600209 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
[junit4] 2> 600210 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 600210 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
[junit4] 2> 600260 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest
901A83EC0A62F776-001/control-001/cores/collection1
[junit4] 2> 600261 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ] o.e.j.s.Server
jetty-9.2.10.v20150310
[junit4] 2> 600262 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1eec294{/lxh,null,AVAILABLE}
[junit4] 2> 600264 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@1edc414{HTTP/1.1}{127.0.0.1:58148}
[junit4] 2> 600264 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ] o.e.j.s.Server
Started @601557ms
[junit4] 2> 600264 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest
901A83EC0A62F776-001/tempDir-001/control/data, hostPort=41923,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest
901A83EC0A62F776-001/control-001/cores, hostContext=/lxh}
[junit4] 2> 600265 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@5b3e5d
[junit4] 2> 600265 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest
901A83EC0A62F776-001/control-001/'
[junit4] 2> 600277 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest
901A83EC0A62F776-001/control-001/solr.xml
[junit4] 2> 600287 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.CoresLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest
901A83EC0A62F776-001/control-001/cores
[junit4] 2> 600287 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.CoreContainer New CoreContainer 31110843
[junit4] 2> 600287 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest
901A83EC0A62F776-001/control-001/]
[junit4] 2> 600287 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.CoreContainer loading shared library:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest
901A83EC0A62F776-001/control-001/lib
[junit4] 2> 600288 WARN
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to
classloader: lib (resolved as:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest
901A83EC0A62F776-001/control-001/lib).
[junit4] 2> 600292 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
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> 600293 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 600293 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ] o.a.s.l.LogWatcher
SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 600294 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ] o.a.s.l.LogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 600294 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44080/solr
[junit4] 2> 600294 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 600294 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 600294 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 600295 INFO (zkCallback-510-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@1fba975 name:ZooKeeperConnection
Watcher:127.0.0.1:44080 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 600296 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 600296 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 600297 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [n:127.0.0.1:41923_lxh
] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 600298 INFO
(zkCallback-511-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@65fa31 name:ZooKeeperConnection
Watcher:127.0.0.1:44080/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 600298 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [n:127.0.0.1:41923_lxh
] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 600299 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [n:127.0.0.1:41923_lxh
] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
[junit4] 2> 600299 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [n:127.0.0.1:41923_lxh
] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
[junit4] 2> 600300 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [n:127.0.0.1:41923_lxh
] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
[junit4] 2> 600301 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [n:127.0.0.1:41923_lxh
] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
[junit4] 2> 600302 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [n:127.0.0.1:41923_lxh
] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
[junit4] 2> 600302 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [n:127.0.0.1:41923_lxh
] o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 600303 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [n:127.0.0.1:41923_lxh
] o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 600304 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [n:127.0.0.1:41923_lxh
] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 600304 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [n:127.0.0.1:41923_lxh
] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:41923_lxh
[junit4] 2> 600304 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [n:127.0.0.1:41923_lxh
] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:41923_lxh
[junit4] 2> 600305 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [n:127.0.0.1:41923_lxh
] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
[junit4] 2> 600306 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [n:127.0.0.1:41923_lxh
] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
[junit4] 2> 600306 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [n:127.0.0.1:41923_lxh
] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 600307 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [n:127.0.0.1:41923_lxh
] o.a.s.c.OverseerElectionContext I am going to be the leader
127.0.0.1:41923_lxh
[junit4] 2> 600307 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [n:127.0.0.1:41923_lxh
] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
[junit4] 2> 600308 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [n:127.0.0.1:41923_lxh
] o.a.s.c.Overseer Overseer
(id=93904948115996675-127.0.0.1:41923_lxh-n_0000000000) starting
[junit4] 2> 600308 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [n:127.0.0.1:41923_lxh
] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
[junit4] 2> 600310 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [n:127.0.0.1:41923_lxh
] o.a.s.c.OverseerAutoReplicaFailoverThread Starting
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 600311 INFO
(OverseerCollectionProcessor-93904948115996675-127.0.0.1:41923_lxh-n_0000000000)
[n:127.0.0.1:41923_lxh ] o.a.s.c.OverseerCollectionProcessor Process
current queue of collection creations
[junit4] 2> 600311 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [n:127.0.0.1:41923_lxh
] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper...
[junit4] 2> 600311 INFO
(OverseerStateUpdate-93904948115996675-127.0.0.1:41923_lxh-n_0000000000)
[n:127.0.0.1:41923_lxh ] o.a.s.c.Overseer Starting to work on the main queue
[junit4] 2> 600312 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [n:127.0.0.1:41923_lxh
] o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 600312 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [n:127.0.0.1:41923_lxh
] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 600313 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [n:127.0.0.1:41923_lxh
] o.a.s.c.CoresLocator Looking for core definitions underneath
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest
901A83EC0A62F776-001/control-001/cores
[junit4] 2> 600313 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [n:127.0.0.1:41923_lxh
] o.a.s.c.SolrCore Created CoreDescriptor: {dataDir=data/, loadOnStartup=true,
collection=control_collection,
instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest
901A83EC0A62F776-001/control-001/cores/collection1, config=solrconfig.xml,
shard=, schema=schema.xml,
absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest
901A83EC0A62F776-001/control-001/cores/collection1/, coreNodeName=,
transient=false, name=collection1}
[junit4] 2> 600314 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [n:127.0.0.1:41923_lxh
] o.a.s.c.CoresLocator Found core collection1 in
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest
901A83EC0A62F776-001/control-001/cores/collection1/
[junit4] 2> 600314 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [n:127.0.0.1:41923_lxh
] o.a.s.c.CoresLocator Found 1 core definitions
[junit4] 2> 600314 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection x:collection1]
o.a.s.c.ZkController publishing state=down
[junit4] 2> 600314 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [n:127.0.0.1:41923_lxh
] o.a.s.s.SolrDispatchFilter
user.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2
[junit4] 2> 600314 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [n:127.0.0.1:41923_lxh
] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 600314 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection x:collection1]
o.a.s.c.ZkController numShards not found on descriptor - reading it from system
property
[junit4] 2> 600315 INFO
(zkCallback-511-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh ] o.a.s.c.DistributedQueue NodeChildrenChanged fired
on path /overseer/queue state SyncConnected
[junit4] 2> 600315 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection x:collection1]
o.a.s.c.ZkController look for our core node name
[junit4] 2> 600315 INFO
(OverseerStateUpdate-93904948115996675-127.0.0.1:41923_lxh-n_0000000000)
[n:127.0.0.1:41923_lxh ] o.a.s.c.Overseer processMessage: queueSize: 1,
message = {
[junit4] 2> "base_url":"http://127.0.0.1:41923/lxh",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "numShards":"1",
[junit4] 2> "roles":null,
[junit4] 2> "state":"down",
[junit4] 2> "core":"collection1",
[junit4] 2> "operation":"state",
[junit4] 2> "node_name":"127.0.0.1:41923_lxh"} current state version: 0
[junit4] 2> 600316 INFO
(OverseerStateUpdate-93904948115996675-127.0.0.1:41923_lxh-n_0000000000)
[n:127.0.0.1:41923_lxh ] o.a.s.c.o.ReplicaMutator Update state numShards=1
message={
[junit4] 2> "base_url":"http://127.0.0.1:41923/lxh",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "numShards":"1",
[junit4] 2> "roles":null,
[junit4] 2> "state":"down",
[junit4] 2> "core":"collection1",
[junit4] 2> "operation":"state",
[junit4] 2> "node_name":"127.0.0.1:41923_lxh"}
[junit4] 2> 600316 INFO
(OverseerStateUpdate-93904948115996675-127.0.0.1:41923_lxh-n_0000000000)
[n:127.0.0.1:41923_lxh ] o.a.s.c.o.ClusterStateMutator building a new cName:
control_collection
[junit4] 2> 600316 INFO
(OverseerStateUpdate-93904948115996675-127.0.0.1:41923_lxh-n_0000000000)
[n:127.0.0.1:41923_lxh ] o.a.s.c.o.ReplicaMutator Assigning new node to
shard shard=shard1
[junit4] 2> 600317 INFO
(zkCallback-511-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh ] o.a.s.c.c.ZkStateReader A cluster state change:
WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json,
has occurred - updating... (live nodes size: 1)
[junit4] 2> 600317 INFO
(zkCallback-511-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh ] o.a.s.c.c.ZkStateReader Updated cluster state
version to 1
[junit4] 2> 601315 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection x:collection1]
o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
[junit4] 2> 601315 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection x:collection1]
o.a.s.c.ZkController Check for collection zkNode:control_collection
[junit4] 2> 601316 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection x:collection1]
o.a.s.c.ZkController Collection zkNode exists
[junit4] 2> 601316 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection x:collection1]
o.a.s.c.c.ZkStateReader Load collection config
from:/collections/control_collection
[junit4] 2> 601316 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection x:collection1]
o.a.s.c.c.ZkStateReader path=/collections/control_collection configName=conf1
specified config exists in ZooKeeper
[junit4] 2> 601317 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection x:collection1]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest
901A83EC0A62F776-001/control-001/cores/collection1/'
[junit4] 2> 601329 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection x:collection1] o.a.s.c.Config
loaded config solrconfig.xml with version 0
[junit4] 2> 601333 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection x:collection1] o.a.s.c.SolrConfig
current version of requestparams : -1
[junit4] 2> 601344 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection x:collection1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 5.3.0
[junit4] 2> 601367 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection x:collection1] o.a.s.c.Config
Loaded SolrConfig: solrconfig.xml
[junit4] 2> 601368 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection x:collection1]
o.a.s.s.IndexSchema Reading Solr Schema from /configs/conf1/schema.xml
[junit4] 2> 601374 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 601601 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection x:collection1]
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 601609 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection x:collection1]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 601610 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection x:collection1]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 601616 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection x:collection1]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 601618 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection x:collection1]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 601619 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection x:collection1]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 601620 WARN
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection x:collection1]
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
[junit4] 2> 601620 WARN
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection x:collection1]
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
[junit4] 2> 601620 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection x:collection1]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 601621 WARN
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection x:collection1]
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
[junit4] 2> 601621 WARN
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection x:collection1]
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
[junit4] 2> 601621 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection control_collection
[junit4] 2> 601621 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 601621 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest
901A83EC0A62F776-001/control-001/cores/collection1/], dataDir=[null]
[junit4] 2> 601621 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@59ff94
[junit4] 2> 601622 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest
901A83EC0A62F776-001/control-001/cores/collection1/data
[junit4] 2> 601622 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
new=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest
901A83EC0A62F776-001/control-001/cores/collection1/data/index/
[junit4] 2> 601622 WARN
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
'/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest
901A83EC0A62F776-001/control-001/cores/collection1/data/index' doesn't exist.
Creating new index...
[junit4] 2> 601623 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest
901A83EC0A62F776-001/control-001/cores/collection1/data/index
[junit4] 2> 601623 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=16, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.589490797584271]
[junit4] 2> 601624 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@1bec274
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@d06836),segFN=segments_1,generation=1}
[junit4] 2> 601624 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore newest commit generation = 1
[junit4] 2> 601628 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 601628 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 601628 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 601628 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 601629 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 601629 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 601629 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 601629 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 601629 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
default, creating implicit default
[junit4] 2> 601631 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 601632 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 601633 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 601634 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 601637 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.RequestHandlers Registered paths:
standard,/admin/mbeans,/admin/ping,/update,/schema,/update/json,/admin/segments,/admin/logging,/admin/file,/update/json/docs,/config,/admin/luke,/admin/plugins,/admin/system,/get,/admin/properties,/replication,/update/csv,/admin/threads
[junit4] 2> 601641 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 601642 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 601642 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 601643 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
[junit4] 2> 601643 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
[junit4] 2> 601643 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=30, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8428465448606732]
[junit4] 2> 601643 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@1bec274
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@d06836),segFN=segments_1,generation=1}
[junit4] 2> 601644 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore newest commit generation = 1
[junit4] 2> 601644 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@150e165[collection1]
main
[junit4] 2> 601644 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.c.ZkStateReader Load collection config
from:/collections/control_collection
[junit4] 2> 601644 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.c.ZkStateReader path=/collections/control_collection
configName=conf1 specified config exists in ZooKeeper
[junit4] 2> 601644 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based
storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 601645 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO
with znodeBase: /configs/conf1
[junit4] 2> 601645 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
[junit4] 2> 601645 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 601645 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.r.ManagedResourceStorage No data found for znode
/configs/conf1/_rest_managed.json
[junit4] 2> 601645 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 601645 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 601646 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 601646 INFO
(searcherExecutor-1890-thread-1-processing-s:shard1 c:control_collection
x:collection1 n:127.0.0.1:41923_lxh r:core_node1) [n:127.0.0.1:41923_lxh
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore
[collection1] Registered new searcher Searcher@150e165[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 601646 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.UpdateLog On first searcher opened, looking up max value
of version field
[junit4] 2> 601646 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for
65536 version buckets from index
[junit4] 2> 601647 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed
version bucket highest value from index
[junit4] 2> 601647 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent
updates, using new clock 1502479171484385280
[junit4] 2> 601648 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.UpdateLog Took 2 ms to seed version buckets with highest
version 1502479171484385280
[junit4] 2> 601648 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
[junit4] 2> 601649 INFO
(coreLoadExecutor-1889-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 601649 INFO (coreZkRegister-1883-thread-1-processing-s:shard1
c:control_collection x:collection1 n:127.0.0.1:41923_lxh r:core_node1)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.ZkController Register replica - core:collection1
address:http://127.0.0.1:41923/lxh collection:control_collection shard:shard1
[junit4] 2> 601650 INFO (coreZkRegister-1883-thread-1-processing-s:shard1
c:control_collection x:collection1 n:127.0.0.1:41923_lxh r:core_node1)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.c.SolrZkClient makePath:
/collections/control_collection/leader_elect/shard1/election
[junit4] 2> 601651 INFO (coreZkRegister-1883-thread-1-processing-s:shard1
c:control_collection x:collection1 n:127.0.0.1:41923_lxh r:core_node1)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.ShardLeaderElectionContext Running the leader process
for shard shard1
[junit4] 2> 601652 INFO
(zkCallback-511-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh ] o.a.s.c.DistributedQueue NodeChildrenChanged fired
on path /overseer/queue state SyncConnected
[junit4] 2> 601652 INFO (coreZkRegister-1883-thread-1-processing-s:shard1
c:control_collection x:collection1 n:127.0.0.1:41923_lxh r:core_node1)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to
continue.
[junit4] 2> 601652 INFO (coreZkRegister-1883-thread-1-processing-s:shard1
c:control_collection x:collection1 n:127.0.0.1:41923_lxh r:core_node1)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try
and sync
[junit4] 2> 601653 INFO
(OverseerStateUpdate-93904948115996675-127.0.0.1:41923_lxh-n_0000000000)
[n:127.0.0.1:41923_lxh ] o.a.s.c.Overseer processMessage: queueSize: 1,
message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection"} current state version: 1
[junit4] 2> 601653 INFO (coreZkRegister-1883-thread-1-processing-s:shard1
c:control_collection x:collection1 n:127.0.0.1:41923_lxh r:core_node1)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:41923/lxh/collection1/
[junit4] 2> 601653 INFO (coreZkRegister-1883-thread-1-processing-s:shard1
c:control_collection x:collection1 n:127.0.0.1:41923_lxh r:core_node1)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 601653 INFO (coreZkRegister-1883-thread-1-processing-s:shard1
c:control_collection x:collection1 n:127.0.0.1:41923_lxh r:core_node1)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:41923/lxh/collection1/ has
no replicas
[junit4] 2> 601653 INFO (coreZkRegister-1883-thread-1-processing-s:shard1
c:control_collection x:collection1 n:127.0.0.1:41923_lxh r:core_node1)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:41923/lxh/collection1/ shard1
[junit4] 2> 601653 INFO (coreZkRegister-1883-thread-1-processing-s:shard1
c:control_collection x:collection1 n:127.0.0.1:41923_lxh r:core_node1)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.c.SolrZkClient makePath:
/collections/control_collection/leaders/shard1
[junit4] 2> 601655 INFO
(zkCallback-511-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh ] o.a.s.c.DistributedQueue NodeChildrenChanged fired
on path /overseer/queue state SyncConnected
[junit4] 2> 601655 INFO
(OverseerStateUpdate-93904948115996675-127.0.0.1:41923_lxh-n_0000000000)
[n:127.0.0.1:41923_lxh ] o.a.s.c.Overseer processMessage: queueSize: 1,
message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "base_url":"http://127.0.0.1:41923/lxh",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"} current state version: 1
[junit4] 2> 601757 INFO
(zkCallback-511-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh ] o.a.s.c.c.ZkStateReader A cluster state change:
WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json,
has occurred - updating... (live nodes size: 1)
[junit4] 2> 601757 INFO
(zkCallback-511-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh ] o.a.s.c.c.ZkStateReader Updated cluster state
version to 2
[junit4] 2> 601805 INFO (coreZkRegister-1883-thread-1-processing-s:shard1
c:control_collection x:collection1 n:127.0.0.1:41923_lxh r:core_node1)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.ZkController We are
http://127.0.0.1:41923/lxh/collection1/ and leader is
http://127.0.0.1:41923/lxh/collection1/
[junit4] 2> 601805 INFO (coreZkRegister-1883-thread-1-processing-s:shard1
c:control_collection x:collection1 n:127.0.0.1:41923_lxh r:core_node1)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.ZkController No LogReplay needed for core=collection1
baseURL=http://127.0.0.1:41923/lxh
[junit4] 2> 601806 INFO (coreZkRegister-1883-thread-1-processing-s:shard1
c:control_collection x:collection1 n:127.0.0.1:41923_lxh r:core_node1)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 601806 INFO (coreZkRegister-1883-thread-1-processing-s:shard1
c:control_collection x:collection1 n:127.0.0.1:41923_lxh r:core_node1)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.ZkController publishing state=active
[junit4] 2> 601806 INFO (coreZkRegister-1883-thread-1-processing-s:shard1
c:control_collection x:collection1 n:127.0.0.1:41923_lxh r:core_node1)
[n:127.0.0.1:41923_lxh c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading
it from system property
[junit4] 2> 601806 INFO
(zkCallback-511-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh ] o.a.s.c.DistributedQueue NodeChildrenChanged fired
on path /overseer/queue state SyncConnected
[junit4] 2> 601807 INFO
(OverseerStateUpdate-93904948115996675-127.0.0.1:41923_lxh-n_0000000000)
[n:127.0.0.1:41923_lxh ] o.a.s.c.Overseer processMessage: queueSize: 1,
message = {
[junit4] 2> "base_url":"http://127.0.0.1:41923/lxh",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "numShards":"1",
[junit4] 2> "roles":null,
[junit4] 2> "state":"active",
[junit4] 2> "core":"collection1",
[junit4] 2> "operation":"state",
[junit4] 2> "node_name":"127.0.0.1:41923_lxh",
[junit4] 2> "core_node_name":"core_node1"} current state version: 2
[junit4] 2> 601807 INFO
(OverseerStateUpdate-93904948115996675-127.0.0.1:41923_lxh-n_0000000000)
[n:127.0.0.1:41923_lxh ] o.a.s.c.o.ReplicaMutator Update state numShards=1
message={
[junit4] 2> "base_url":"http://127.0.0.1:41923/lxh",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "numShards":"1",
[junit4] 2> "roles":null,
[junit4] 2> "state":"active",
[junit4] 2> "core":"collection1",
[junit4] 2> "operation":"state",
[junit4] 2> "node_name":"127.0.0.1:41923_lxh",
[junit4] 2> "core_node_name":"core_node1"}
[junit4] 2> 601816 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 601816 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 601820 INFO (zkCallback-513-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@b98bee name:ZooKeeperConnection
Watcher:127.0.0.1:44080/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 601820 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 601821 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 601821 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper...
[junit4] 2> 601822 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 601822 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
[junit4] 2> 601822 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 601822 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 601825 INFO (zkCallback-514-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@bd8fde name:ZooKeeperConnection
Watcher:127.0.0.1:44080/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 601825 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 601825 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 601826 INFO
(zkCallback-511-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh ] o.a.s.c.DistributedQueue NodeChildrenChanged fired
on path /overseer/queue state SyncConnected
[junit4] 2> 601826 INFO
(OverseerStateUpdate-93904948115996675-127.0.0.1:41923_lxh-n_0000000000)
[n:127.0.0.1:41923_lxh ] o.a.s.c.Overseer processMessage: queueSize: 1,
message = {
[junit4] 2> "operation":"create",
[junit4] 2> "name":"collection1",
[junit4] 2> "numShards":"2",
[junit4] 2> "stateFormat":"2"} current state version: 2
[junit4] 2> 601826 INFO
(OverseerStateUpdate-93904948115996675-127.0.0.1:41923_lxh-n_0000000000)
[n:127.0.0.1:41923_lxh ] o.a.s.c.o.ClusterStateMutator building a new cName:
collection1
[junit4] 2> 601827 INFO
(zkCallback-511-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh ] o.a.s.c.c.ZkStateReader A cluster state change:
WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json,
has occurred - updating... (live nodes size: 1)
[junit4] 2> 601827 INFO (zkCallback-513-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred
- updating... (live nodes size: 1)
[junit4] 2> 601828 INFO (zkCallback-513-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated cluster state version to 3
[junit4] 2> 601828 INFO
(zkCallback-511-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh ] o.a.s.c.c.ZkStateReader Updated cluster state
version to 3
[junit4] 2> 601929 INFO
(OverseerStateUpdate-93904948115996675-127.0.0.1:41923_lxh-n_0000000000)
[n:127.0.0.1:41923_lxh ] o.a.s.c.o.ZkStateWriter going to create_collection
/collections/collection1/state.json
[junit4] 2> 601930 INFO (zkCallback-513-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred
- updating... (live nodes size: 1)
[junit4] 2> 601930 INFO
(zkCallback-511-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh ] o.a.s.c.c.ZkStateReader A cluster state change:
WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json,
has occurred - updating... (live nodes size: 1)
[junit4] 2> 601930 INFO (zkCallback-513-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated cluster state version to 4
[junit4] 2> 601930 INFO
(zkCallback-511-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh ] o.a.s.c.c.ZkStateReader Updated cluster state
version to 4
[junit4] 2> 601965 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest
901A83EC0A62F776-001/shard-1-001/cores/collection1
[junit4] 2> 601966 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest
901A83EC0A62F776-001/shard-1-001
[junit4] 2> 601967 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ] o.e.j.s.Server
jetty-9.2.10.v20150310
[junit4] 2> 601968 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1b7cf8e{/lxh,null,AVAILABLE}
[junit4] 2> 601968 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@baab4d{HTTP/1.1}{127.0.0.1:40329}
[junit4] 2> 601968 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ] o.e.j.s.Server
Started @603261ms
[junit4] 2> 601968 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostPort=50055,
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest
901A83EC0A62F776-001/tempDir-001/jetty1,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest
901A83EC0A62F776-001/shard-1-001/cores, solrconfig=solrconfig.xml,
hostContext=/lxh}
[junit4] 2> 601969 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@5b3e5d
[junit4] 2> 601969 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest
901A83EC0A62F776-001/shard-1-001/'
[junit4] 2> 601981 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest
901A83EC0A62F776-001/shard-1-001/solr.xml
[junit4] 2> 601991 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.CoresLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest
901A83EC0A62F776-001/shard-1-001/cores
[junit4] 2> 601991 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.CoreContainer New CoreContainer 26532290
[junit4] 2> 601991 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest
901A83EC0A62F776-001/shard-1-001/]
[junit4] 2> 601991 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.CoreContainer loading shared library:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest
901A83EC0A62F776-001/shard-1-001/lib
[junit4] 2> 601992 WARN
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to
classloader: lib (resolved as:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest
901A83EC0A62F776-001/shard-1-001/lib).
[junit4] 2> 601997 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
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> 601998 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 601998 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ] o.a.s.l.LogWatcher
SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 601998 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ] o.a.s.l.LogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 601998 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44080/solr
[junit4] 2> 601998 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 601998 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 601999 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 602000 INFO (zkCallback-516-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@b7bce0 name:ZooKeeperConnection
Watcher:127.0.0.1:44080 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 602000 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 602001 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 602001 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [n:127.0.0.1:50055_lxh
] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 602002 INFO
(zkCallback-517-thread-1-processing-n:127.0.0.1:50055_lxh)
[n:127.0.0.1:50055_lxh ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@232124 name:ZooKeeperConnection
Watcher:127.0.0.1:44080/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 602002 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [n:127.0.0.1:50055_lxh
] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 602004 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [n:127.0.0.1:50055_lxh
] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper...
[junit4] 2> 603006 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [n:127.0.0.1:50055_lxh
] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:50055_lxh
[junit4] 2> 603007 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [n:127.0.0.1:50055_lxh
] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:50055_lxh
[junit4] 2> 603008 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [n:127.0.0.1:50055_lxh
] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 603009 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [n:127.0.0.1:50055_lxh
] o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 603009 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [n:127.0.0.1:50055_lxh
] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 603010 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [n:127.0.0.1:50055_lxh
] o.a.s.c.CoresLocator Looking for core definitions underneath
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest
901A83EC0A62F776-001/shard-1-001/cores
[junit4] 2> 603010 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [n:127.0.0.1:50055_lxh
] o.a.s.c.SolrCore Created CoreDescriptor: {collection=collection1,
transient=false, name=collection1, dataDir=data/,
instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest
901A83EC0A62F776-001/shard-1-001/cores/collection1, shard=,
loadOnStartup=true,
absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest
901A83EC0A62F776-001/shard-1-001/cores/collection1/, config=solrconfig.xml,
schema=schema.xml, coreNodeName=}
[junit4] 2> 603010 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [n:127.0.0.1:50055_lxh
] o.a.s.c.CoresLocator Found core collection1 in
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest
901A83EC0A62F776-001/shard-1-001/cores/collection1/
[junit4] 2> 603011 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [n:127.0.0.1:50055_lxh
] o.a.s.c.CoresLocator Found 1 core definitions
[junit4] 2> 603011 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [n:127.0.0.1:50055_lxh
] o.a.s.s.SolrDispatchFilter
user.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2
[junit4] 2> 603011 INFO
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [n:127.0.0.1:50055_lxh
] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 603012 INFO
(coreLoadExecutor-1900-thread-1-processing-n:127.0.0.1:50055_lxh)
[n:127.0.0.1:50055_lxh c:collection1 x:collection1] o.a.s.c.ZkController
publishing state=down
[junit4] 2> 603012 INFO
(coreLoadExecutor-1900-thread-1-processing-n:127.0.0.1:50055_lxh)
[n:127.0.0.1:50055_lxh c:collection1 x:collection1] o.a.s.c.ZkController
numShards not found on descriptor - reading it from system property
[junit4] 2> 603012 INFO
(zkCallback-511-thread-1-processing-n:127.0.0.1:41923_lxh)
[n:127.0.0.1:41923_lxh ] o.a.s.c.DistributedQueue NodeChildrenChanged fired
on path /overseer/queue state SyncConnected
[junit4] 2> 603013 INFO
(coreLoadExecutor-1900-thread-1-processing-n:127.0.0.1:50055_lxh)
[n:127.0.0.1:50055_lxh c:collection1 x:collection1] o.a.s.c.ZkController
Registering watch for external collection collection1
[junit4] 2> 603013 INFO
(coreLoadExecutor-1900-thread-1-processing-n:127.0.0.1:50055_lxh)
[n:127.0.0.1:50055_lxh c:collection1 x:collection1] o.a.s.c.c.ZkStateReader
addZkWatch collection1
[junit4] 2> 603013 INFO
(OverseerStateUpdate-93904948115996675-127.0.0.1:41923_lxh-n_0000000000)
[n:127.0.0.1:41923_lxh ] o.a.s.c.Overseer processMessage: queueSize: 1,
message = {
[junit4] 2> "base_url":"http://127.0.0.1:50055/lxh",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "numShards":"2",
[junit4] 2> "roles":null,
[junit4] 2> "state":"down",
[junit4] 2> "core":"collection1",
[junit4] 2> "operation":"state",
[junit4] 2> "node_name":"127.0.0.1:50055_lxh"} current state version: 4
[junit4] 2> 603013 INFO
(coreLoadExecutor-1900-thread-1-processing-n:127.0.0.1:50055_lxh)
[n:127.0.0.1:50055_lxh c:collection1 x:collection1] o.a.s.c.c.ZkStateReader
Updating collection state at /collections/collection1/state.json from
ZooKeeper...
[junit4] 2> 603013 INFO
(OverseerStateUpdate-93904948115996675-127.0.0.1:41923_lxh-n_0000000000)
[n:127.0.0.1:41923_lxh ] o.a.s.c.o.ReplicaMutator Update state numShards=2
message={
[junit4] 2> "base_url":"http://127.0.0.1:50055/lxh",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "numShards":"2",
[junit4] 2> "roles":null,
[junit4] 2> "state":"down",
[junit4] 2> "core":"collection1",
[junit4] 2> "operation":"state",
[junit4] 2> "node_name":"127.0.0.1:50055_lxh"}
[junit4] 2> 603014 INFO
(OverseerStateUpdate-93904948115996675-127.0.0.1:41923_lxh-n_0000000000)
[n:127.0.0.1:41923_lxh ] o.a.s.c.o.ReplicaMutator Collection already exists
with numShards=2
[junit4] 2> 603014 INFO
(OverseerStateUpdate-93904948115996675-127.0.0.1:41923_lxh-n_0000000000)
[n:127.0.0.1:41923_lxh ] o.a.s.c.o.ReplicaMutator Assigning new node to
shard shard=shard1
[junit4] 2> 603014 INFO
(coreLoadExecutor-1900-thread-1-processing-n:127.0.0.1:50055_lxh)
[n:127.0.0.1:50055_lxh c:collection1 x:collection1] o.a.s.c.c.ZkStateReader
Updating data for collection1 to ver 0
[junit4] 2> 603014 INFO
(coreLoadExecutor-1900-thread-1-processing-n:127.0.0.1:50055_lxh)
[n:127.0.0.1:50055_lxh c:collection1 x:collection1] o.a.s.c.ZkController look
for our core node name
[junit4] 2> 603115 INFO
(OverseerStateUpdate-93904948115996675-127.0.0.1:41923_lxh-n_0000000000)
[n:127.0.0.1:41923_lxh ] o.a.s.c.o.ZkStateWriter going to update_collection
/collections/collection1/state.json version: 0
[junit4] 2> 603116 INFO
(zkCallback-517-thread-1-processing-n:127.0.0.1:50055_lxh)
[n:127.0.0.1:50055_lxh ] o.a.s.c.c.ZkStateReader A cluster state change:
WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json for collection collection1 has
occurred - updating... (live nodes size: 2)
[junit4] 2> 603116 INFO
(zkCallback-517-thread-1-processing-n:127.0.0.1:50055_lxh)
[n:127.0.0.1:50055_lxh ] o.a.s.c.c.ZkStateReader Updating data for
collection1 to ver 1
[junit4] 2> 604014 INFO
(coreLoadExecutor-1900-thread-1-processing-n:127.0.0.1:50055_lxh)
[n:127.0.0.1:50055_lxh c:collection1 x:collection1] o.a.s.c.ZkController
waiting to find shard id in clusterstate for collection1
[junit4] 2> 604015 INFO
(coreLoadExecutor-1900-thread-1-processing-n:127.0.0.1:50055_lxh)
[n:127.0.0.1:50055_lxh c:collection1 x:collection1] o.a.s.c.ZkController
Check for collection zkNode:collection1
[junit4] 2> 604015 INFO
(coreLoadExecutor-1900-thread-1-processing-n:127.0.0.1:50055_lxh)
[n:127.0.0.1:50055_lxh c:collection1 x:collection1] o.a.s.c.ZkController
Collection zkNode exists
[junit4] 2> 604015 INFO
(coreLoadExecutor-1900-thread-1-processing-n:127.0.0.1:50055_lxh)
[n:127.0.0.1:50055_lxh c:collection1 x:collection1] o.a.s.c.c.ZkStateReader
Load collection config from:/collections/collection1
[junit4] 2> 604015 INFO
(coreLoadExecutor-1900-thread-1-processing-n:127.0.0.1:50055_lxh)
[n:127.0.0.1:50055_lxh c:collection1 x:collection1] o.a.s.c.c.ZkStateReader
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 604016 INFO
(coreLoadExecutor-1900-thread-1-processing-n:127.0.0.1:50055_lxh)
[n:127.0.0.1:50055_lxh c:collection1 x:collection1]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest
901A83EC0A62F776-001/shard-1-001/cores/collection1/'
[junit4] 2> 604029 INFO
(coreLoadExecutor-1900-thread-1-processing-n:127.0.0.1:50055_lxh)
[n:127.0.0.1:50055_lxh c:collection1 x:collection1] o.a.s.c.Config loaded
config solrconfig.xml with version 0
[junit4] 2> 604033 INFO
(coreLoadExecutor-1900-thread-1-processing-n:127.0.0.1:50055_lxh)
[n:127.0.0.1:50055_lxh c:collection1 x:collection1] o.a.s.c.SolrConfig
current version of requestparams : -1
[junit4] 2> 604043 INFO
(coreLoadExecutor-1900-thread-1-processing-n:127.0.0.1:50055_lxh)
[n:127.0.0.1:50055_lxh c:collection1 x:collection1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 5.3.0
[junit4] 2> 604064 INFO
(coreLoadExecutor-1900-thread-1-processing-n:127.0.0.1:50055_lxh)
[n:127.0.0.1:50055_lxh c:collection1 x:collection1] o.a.s.c.Config Loaded
SolrConfig: solrconfig.xml
[junit4] 2> 604065 INFO
(coreLoadExecutor-1900-thread-1-processing-n:127.0.0.1:50055_lxh)
[n:127.0.0.1:50055_lxh c:collection1 x:collection1] o.a.s.s.IndexSchema
Reading Solr Schema from /configs/conf1/schema.xml
[junit4] 2> 604071 INFO
(coreLoadExecutor-1900-thread-1-processing-n:127.0.0.1:50055_lxh)
[n:127.0.0.1:50055_lxh c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 604262 INFO
(coreLoadExecutor-1900-thread-1-processing-n:127.0.0.1:50055_lxh)
[n:127.0.0.1:50055_lxh c:collection1 x:collection1]
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 604272 INFO
(coreLoadExecutor-1900-thread-1-processing-n:127.0.0.1:50055_lxh)
[n:127.0.0.1:50055_lxh c:collection1 x:collection1] o.a.s.s.IndexSchema
default search field in schema is text
[junit4] 2> 604275 INFO
(coreLoadExecutor-1900-thread-1-processing-n:127.0.0.1:50055_lxh)
[n:127.0.0.1:50055_lxh c:collection1 x:collection1] o.a.s.s.IndexSchema
unique key field: id
[junit4] 2> 604282 INFO
(coreLoadExecutor-1900-thread-1-processing-n:127.0.0.1:50055_lxh)
[n:127.0.0.1:50055_lxh c:collection1 x:collection1]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 604284 INFO
(coreLoadExecutor-1900-thread-1-processing-n:127.0.0.1:50055_lxh)
[n:127.0.0.1:50055_lxh c:collection1 x:collection1]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 604286 INFO
(coreLoadExecutor-1900-thread-1-processing-n:127.0.0.1:50055_lxh)
[n:127.0.0.1:50055_lxh c:collection1 x:collection1]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 604286 WARN
(coreLoadExecutor-1900-thread-1-processing-n:127.0.0.1:50055_lxh)
[n:127.0.0.1:50055_lxh c:collection1 x:collection1]
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
[junit4] 2> 604287 WARN
(coreLoadExecutor-1900-thread-1-processing-n:127.0.0.1:50055_lxh)
[n:127.0.0.1:50055_lxh c:collection1 x:collection1]
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
[junit4] 2> 604287 INFO
(coreLoadExecutor-1900-thread-1-processing-n:127.0.0.1:50055_lxh)
[n:127.0.0.1:50055_lxh c:collection1 x:collection1]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 604287 WARN
(coreLoadExecutor-1900-thread-1-processing-n:127.0.0.1:50055_lxh)
[n:127.0.0.1:50055_lxh c:collection1 x:collection1]
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
[junit4] 2> 604287 WARN
(coreLoadExecutor-1900-thread-1-processing-n:127.0.0.1:50055_lxh)
[n:127.0.0.1:50055_lxh c:collection1 x:collection1]
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
[junit4] 2> 604287 INFO
(coreLoadExecutor-1900-thread-1-processing-n:127.0.0.1:50055_lxh)
[n:127.0.0.1:50055_lxh c:collection1 x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection collection1
[junit4] 2> 604287 INFO
(coreLoadExecutor-1900-thread-1-processing-n:127.0.0.1:50055_lxh)
[n:127.0.0.1:50055_lxh c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 604288 INFO
(coreLoadExecutor-1900-thread-1-processing-n:127.0.0.1:50055_lxh)
[n:127.0.0.1:50055_lxh c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest
901A83EC0A62F776-001/shard-1-001/cores/collection1/], dataDir=[null]
[junit4] 2> 604288 INFO
(coreLoadExecutor-1900-thread-1-processing-n:127.0.0.1:50055_lxh)
[n:127.0.0.1:50055_lxh c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@59ff94
[junit4] 2> 604288 INFO
(coreLoadExecutor-1900-thread-1-processing-n:127.0.0.1:50055_lxh)
[n:127.0.0.1:50055_lxh c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest
901A83EC0A62F776-001/shard-1-001/cores/collection1/data
[junit4] 2> 604289 INFO
(coreLoadExecutor-1900-thread-1-processing-n:127.0.0.1:50055_lxh)
[n:127.0.0.1:50055_lxh c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.c.SolrCore New index directory detected: old=null
new=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest
901A83EC0A62F776-001/shard-1-001/cores/collection1/data/index/
[junit4] 2> 604289 WARN
(coreLoadExecutor-1900-thread-1-processing-n:127.0.0.1:50055_lxh)
[n:127.0.0.1:50055_lxh c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.c.SolrCore [collection1] Solr index directory
'/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest
901A83EC0A62F776-001/shard-1-001/cores/collection1/data/index' doesn't exist.
Creating new index...
[junit4] 2> 604289 INFO
(coreLoadExecutor-1900-thread-1-processing-n:127.0.0.1:50055_lxh)
[n:127.0.0.1:50055_lxh c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest
901A83EC0A62F776-001/shard-1-001/cores/collection1/data/index
[junit4] 2> 604289 INFO
(coreLoadExecutor-1900-thread-1-processing-n:127.0.0.1:50055_lxh)
[n:127.0.0.1:50055_lxh c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=16, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.589490797584271]
[junit4] 2> 604290 INFO
(coreLoadExecutor-1900-thread-1-processing-n:127.0.0.1:50055_lxh)
[n:127.0.0.1:50055_lxh c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@1ae5764
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@eba298),segFN=segments_1,generation=1}
[junit4] 2> 604290 INFO
(coreLoadExecutor-1900-thread-1-processing-n:127.0.0.1:50055_lxh)
[n:127.0.0.1:50055_lxh c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.c.SolrCore newest commit generation = 1
[junit4] 2> 604294 INFO
(coreLoadExecutor-1900-thread-1-processing-n:127.0.0.1:50055_lxh)
[n:127.0.0.1:50055_lxh c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain
"nodistrib"
[junit4] 2> 604294 INFO
(coreLoadExecutor-1900-thread-1-processing-n:127.0.0.1:50055_lxh)
[n:127.0.0.1:50055_lxh c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain
"dedupe"
[ju
[...truncated too long message...]
4 /solr/overseer/queue
[junit4] 2> 4 /solr/overseer/collection-queue-work
[junit4] 2>
[junit4] 2> 701295 WARN
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [n:127.0.0.1:49892_lxh
c:c8n_1x2 s:shard1 r:core_node2 x:c8n_1x2_shard1_replica2] o.a.s.c.SocketProxy
Closing 1 connections to: http://127.0.0.1:50055/lxh, target:
http://127.0.0.1:40329/lxh
[junit4] 2> 701296 WARN
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [n:127.0.0.1:49892_lxh
c:c8n_1x2 s:shard1 r:core_node2 x:c8n_1x2_shard1_replica2] o.a.s.c.SocketProxy
Closing 2 connections to: http://127.0.0.1:55188/lxh, target:
http://127.0.0.1:36313/lxh
[junit4] 2> 701296 WARN
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [n:127.0.0.1:49892_lxh
c:c8n_1x2 s:shard1 r:core_node2 x:c8n_1x2_shard1_replica2] o.a.s.c.SocketProxy
Closing 5 connections to: http://127.0.0.1:41923/lxh, target:
http://127.0.0.1:58148/lxh
[junit4] 2> 701296 WARN
(TEST-HttpPartitionTest.test-seed#[901A83EC0A62F776]) [n:127.0.0.1:49892_lxh
c:c8n_1x2 s:shard1 r:core_node2 x:c8n_1x2_shard1_replica2] o.a.s.c.SocketProxy
Closing 11 connections to: http://127.0.0.1:49892/lxh, target:
http://127.0.0.1:39069/lxh
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=HttpPartitionTest
-Dtests.method=test -Dtests.seed=901A83EC0A62F776 -Dtests.multiplier=3
-Dtests.slow=true -Dtests.locale=el_GR -Dtests.timezone=Europe/Kiev
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII
[junit4] FAILURE 101s J2 | HttpPartitionTest.test <<<
[junit4] > Throwable #1: java.lang.AssertionError: Didn't see all
replicas for shard shard1 in c8n_1x2 come up within 30000 ms! ClusterState: {
[junit4] > "c8n_1x2":{
[junit4] > "maxShardsPerNode":"1",
[junit4] > "shards":{"shard1":{
[junit4] > "range":"80000000-7fffffff",
[junit4] > "state":"active",
[junit4] > "replicas":{
[junit4] > "core_node1":{
[junit4] > "base_url":"http://127.0.0.1:50055/lxh",
[junit4] > "state":"recovering",
[junit4] > "core":"c8n_1x2_shard1_replica1",
[junit4] > "node_name":"127.0.0.1:50055_lxh"},
[junit4] > "core_node2":{
[junit4] > "base_url":"http://127.0.0.1:49892/lxh",
[junit4] > "state":"active",
[junit4] > "core":"c8n_1x2_shard1_replica2",
[junit4] > "node_name":"127.0.0.1:49892_lxh",
[junit4] > "leader":"true"}}}},
[junit4] > "autoAddReplicas":"false",
[junit4] > "router":{"name":"compositeId"},
[junit4] > "replicationFactor":"2"},
[junit4] > "collection1":{
[junit4] > "maxShardsPerNode":"1",
[junit4] > "shards":{
[junit4] > "shard1":{
[junit4] > "range":"80000000-ffffffff",
[junit4] > "state":"active",
[junit4] > "replicas":{
[junit4] > "core_node1":{
[junit4] > "base_url":"http://127.0.0.1:50055/lxh",
[junit4] > "state":"active",
[junit4] > "core":"collection1",
[junit4] > "node_name":"127.0.0.1:50055_lxh",
[junit4] > "leader":"true"},
[junit4] > "core_node3":{
[junit4] > "base_url":"http://127.0.0.1:49892/lxh",
[junit4] > "state":"active",
[junit4] > "core":"collection1",
[junit4] > "node_name":"127.0.0.1:49892_lxh"}}},
[junit4] > "shard2":{
[junit4] > "range":"0-7fffffff",
[junit4] > "state":"active",
[junit4] > "replicas":{"core_node2":{
[junit4] > "base_url":"http://127.0.0.1:55188/lxh",
[junit4] > "state":"active",
[junit4] > "core":"collection1",
[junit4] > "node_name":"127.0.0.1:55188_lxh",
[junit4] > "leader":"true"}}}},
[junit4] > "autoAddReplicas":"false",
[junit4] > "autoCreated":"true",
[junit4] > "router":{"name":"compositeId"},
[junit4] > "replicationFactor":"1"},
[junit4] > "control_collection":{
[junit4] > "maxShardsPerNode":"1",
[junit4] > "shards":{"shard1":{
[junit4] > "range":"80000000-7fffffff",
[junit4] > "state":"active",
[junit4] > "replicas":{"core_node1":{
[junit4] > "base_url":"http://127.0.0.1:41923/lxh",
[junit4] > "state":"active",
[junit4] > "core":"collection1",
[junit4] > "node_name":"127.0.0.1:41923_lxh",
[junit4] > "leader":"true"}}}},
[junit4] > "autoAddReplicas":"false",
[junit4] > "autoCreated":"true",
[junit4] > "router":{"name":"compositeId"},
[junit4] > "replicationFactor":"1"}}
[junit4] > at
__randomizedtesting.SeedInfo.seed([901A83EC0A62F776:184EBC36A49E9A8E]:0)
[junit4] > at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:1906)
[junit4] > at
org.apache.solr.cloud.HttpPartitionTest.testRf2(HttpPartitionTest.java:236)
[junit4] > at
org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.java:105)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:960)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 701302 INFO
(SUITE-HttpPartitionTest-seed#[901A83EC0A62F776]-worker) [n:127.0.0.1:49892_lxh
c:c8n_1x2 s:shard1 r:core_node2 x:c8n_1x2_shard1_replica2] 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/J2/temp/solr.cloud.HttpPartitionTest
901A83EC0A62F776-001
[junit4] 2> May 29, 2015 5:04:56 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=Asserting(Lucene50):
{_version_=Lucene50(blocksize=128), text=PostingsFormat(name=Asserting),
range_facet_i_dv=BlockTreeOrds(blocksize=128),
timestamp=BlockTreeOrds(blocksize=128), id=PostingsFormat(name=MockRandom),
range_facet_l_dv=PostingsFormat(name=MockRandom),
intDefault=Lucene50(blocksize=128), a_t=BlockTreeOrds(blocksize=128),
range_facet_l=BlockTreeOrds(blocksize=128),
multiDefault=BlockTreeOrds(blocksize=128)},
docValues:{range_facet_i_dv=DocValuesFormat(name=Memory),
timestamp=DocValuesFormat(name=Memory),
range_facet_l_dv=DocValuesFormat(name=Asserting)},
sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=el_GR,
timezone=Europe/Kiev
[junit4] 2> NOTE: Linux 3.13.0-53-generic i386/Oracle Corporation 1.7.0_80
(32-bit)/cpus=12,threads=1,free=292171560,total=536870912
[junit4] 2> NOTE: All tests run in this JVM: [DirectUpdateHandlerTest,
TestSolrQueryParser, TestUtils, TestGroupingSearch, ChangedSchemaMergeTest,
DeleteReplicaTest, LeaderFailoverAfterPartitionTest,
TestSolrQueryParserDefaultOperatorResource, InfoHandlerTest, RecoveryZkTest,
SaslZkACLProviderTest, TestClusterStateMutator, TestCSVResponseWriter,
DistributedFacetPivotSmallAdvancedTest, TestExtendedDismaxParser,
TestNonDefinedSimilarityFactory, TestMissingGroups, TestRebalanceLeaders,
TestConfigOverlay, CircularListTest, FacetPivotSmallTest,
TestPseudoReturnFields, TestLeaderElectionZkExpiry, DirectSolrSpellCheckerTest,
TestSort, TestInfoStreamLogging, TestDistributedStatsComponentCardinality,
TestManagedSchemaFieldResource, DeleteShardTest,
TermVectorComponentDistributedTest, TestStressReorder, TestExactStatsCache,
DistributedQueryElevationComponentTest, CustomCollectionTest,
TestFieldCollectionResource, OverseerTest, RequestLoggingTest, PolyFieldTest,
TestBlendedInfixSuggestions, NumericFieldsTest, TestRecovery,
QueryResultKeyTest, TestAddFieldRealTimeGet, TestFastOutputStream,
BlockDirectoryTest, DirectUpdateHandlerOptimizeTest, TestHdfsUpdateLog,
TestQueryUtils, AddSchemaFieldsUpdateProcessorFactoryTest,
TestSolrConfigHandlerConcurrent, TestSerializedLuceneMatchVersion, DOMUtilTest,
ZkStateWriterTest, TestDocSet, MergeStrategyTest, TestSurroundQueryParser,
TestSolrConfigHandler, HttpPartitionTest]
[junit4] Completed [212/497] on J2 in 101.99s, 1 test, 1 failure <<<
FAILURES!
[...truncated 891 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:536: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:484: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:61: The following error
occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/extra-targets.xml:39: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build.xml:230: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/common-build.xml:511: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1433: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:991:
There were test failures: 497 suites, 1974 tests, 1 failure, 58 ignored (25
assumptions)
Total time: 54 minutes 13 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
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]