Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java8/268/
2 tests failed. REGRESSION: 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: { "collection1":{ "replicationFactor":"1", "shards":{ "shard1":{ "range":"80000000-ffffffff", "state":"active", "replicas":{"core_node2":{ "core":"collection1", "base_url":"http://127.0.0.1:49142", "node_name":"127.0.0.1:49142_", "state":"active", "leader":"true"}}}, "shard2":{ "range":"0-7fffffff", "state":"active", "replicas":{ "core_node1":{ "core":"collection1", "base_url":"http://127.0.0.1:42390", "node_name":"127.0.0.1:42390_", "state":"active", "leader":"true"}, "core_node3":{ "core":"collection1", "base_url":"http://127.0.0.1:34529", "node_name":"127.0.0.1:34529_", "state":"active"}}}}, "router":{"name":"compositeId"}, "maxShardsPerNode":"1", "autoAddReplicas":"false", "autoCreated":"true"}, "control_collection":{ "replicationFactor":"1", "shards":{"shard1":{ "range":"80000000-7fffffff", "state":"active", "replicas":{"core_node1":{ "core":"collection1", "base_url":"http://127.0.0.1:46497", "node_name":"127.0.0.1:46497_", "state":"active", "leader":"true"}}}}, "router":{"name":"compositeId"}, "maxShardsPerNode":"1", "autoAddReplicas":"false", "autoCreated":"true"}, "c8n_1x2":{ "replicationFactor":"2", "shards":{"shard1":{ "range":"80000000-7fffffff", "state":"active", "replicas":{ "core_node1":{ "core":"c8n_1x2_shard1_replica1", "base_url":"http://127.0.0.1:42390", "node_name":"127.0.0.1:42390_", "state":"active", "leader":"true"}, "core_node2":{ "core":"c8n_1x2_shard1_replica2", "base_url":"http://127.0.0.1:49142", "node_name":"127.0.0.1:49142_", "state":"recovering"}}}}, "router":{"name":"compositeId"}, "maxShardsPerNode":"1", "autoAddReplicas":"false"}} Stack Trace: java.lang.AssertionError: Didn't see all replicas for shard shard1 in c8n_1x2 come up within 30000 ms! ClusterState: { "collection1":{ "replicationFactor":"1", "shards":{ "shard1":{ "range":"80000000-ffffffff", "state":"active", "replicas":{"core_node2":{ "core":"collection1", "base_url":"http://127.0.0.1:49142", "node_name":"127.0.0.1:49142_", "state":"active", "leader":"true"}}}, "shard2":{ "range":"0-7fffffff", "state":"active", "replicas":{ "core_node1":{ "core":"collection1", "base_url":"http://127.0.0.1:42390", "node_name":"127.0.0.1:42390_", "state":"active", "leader":"true"}, "core_node3":{ "core":"collection1", "base_url":"http://127.0.0.1:34529", "node_name":"127.0.0.1:34529_", "state":"active"}}}}, "router":{"name":"compositeId"}, "maxShardsPerNode":"1", "autoAddReplicas":"false", "autoCreated":"true"}, "control_collection":{ "replicationFactor":"1", "shards":{"shard1":{ "range":"80000000-7fffffff", "state":"active", "replicas":{"core_node1":{ "core":"collection1", "base_url":"http://127.0.0.1:46497", "node_name":"127.0.0.1:46497_", "state":"active", "leader":"true"}}}}, "router":{"name":"compositeId"}, "maxShardsPerNode":"1", "autoAddReplicas":"false", "autoCreated":"true"}, "c8n_1x2":{ "replicationFactor":"2", "shards":{"shard1":{ "range":"80000000-7fffffff", "state":"active", "replicas":{ "core_node1":{ "core":"c8n_1x2_shard1_replica1", "base_url":"http://127.0.0.1:42390", "node_name":"127.0.0.1:42390_", "state":"active", "leader":"true"}, "core_node2":{ "core":"c8n_1x2_shard1_replica2", "base_url":"http://127.0.0.1:49142", "node_name":"127.0.0.1:49142_", "state":"recovering"}}}}, "router":{"name":"compositeId"}, "maxShardsPerNode":"1", "autoAddReplicas":"false"}} at __randomizedtesting.SeedInfo.seed([E3BA2530D899D0D0:6BEE1AEA7665BD28]:0) at org.junit.Assert.fail(Assert.java:93) at org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:1842) at org.apache.solr.cloud.HttpPartitionTest.testRf2(HttpPartitionTest.java:248) at org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.java:102) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) 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:963) at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:938) 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) REGRESSION: org.apache.solr.cloud.SyncSliceTest.test Error Message: expected:<5> but was:<4> Stack Trace: java.lang.AssertionError: expected:<5> but was:<4> at __randomizedtesting.SeedInfo.seed([E3BA2530D899D0D0:6BEE1AEA7665BD28]:0) at org.junit.Assert.fail(Assert.java:93) at org.junit.Assert.failNotEquals(Assert.java:647) at org.junit.Assert.assertEquals(Assert.java:128) at org.junit.Assert.assertEquals(Assert.java:472) at org.junit.Assert.assertEquals(Assert.java:456) at org.apache.solr.cloud.SyncSliceTest.test(SyncSliceTest.java:154) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) 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:963) at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:938) 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 9820 lines...] [junit4] Suite: org.apache.solr.cloud.HttpPartitionTest [junit4] 2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_E3BA2530D899D0D0-001/init-core-data-001 [junit4] 2> 138897 INFO (SUITE-HttpPartitionTest-seed#[E3BA2530D899D0D0]-worker) [ ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: / [junit4] 2> 138942 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 138955 INFO (Thread-401) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 138955 INFO (Thread-401) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 139152 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.ZkTestServer start zk server on port:55038 [junit4] 2> 139154 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 139290 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 139323 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ] o.a.z.s.NIOServerCnxn Exception causing close of session 0x0 due to java.io.IOException: ZooKeeperServer not running [junit4] 2> 140966 INFO (zkCallback-50-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@218bb05b name:ZooKeeperConnection Watcher:127.0.0.1:55038 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 140966 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 140967 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 140969 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.c.SolrZkClient makePath: /solr [junit4] 2> 140996 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 140997 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 140999 INFO (zkCallback-51-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@67a957fd name:ZooKeeperConnection Watcher:127.0.0.1:55038/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 140999 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 140999 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 141000 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1 [junit4] 2> 141006 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards [junit4] 2> 141012 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection [junit4] 2> 141015 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards [junit4] 2> 141018 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml [junit4] 2> 141018 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml [junit4] 2> 141025 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml [junit4] 2> 141025 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml [junit4] 2> 141029 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 141029 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 141034 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt [junit4] 2> 141034 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt [junit4] 2> 141037 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt [junit4] 2> 141038 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt [junit4] 2> 141040 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml [junit4] 2> 141041 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml [junit4] 2> 141043 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml [junit4] 2> 141044 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml [junit4] 2> 141047 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json [junit4] 2> 141047 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json [junit4] 2> 141049 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 141050 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 141053 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt [junit4] 2> 141053 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt [junit4] 2> 141056 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt [junit4] 2> 141056 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt [junit4] 2> 141454 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_E3BA2530D899D0D0-001/control-001/cores/collection1 [junit4] 2> 141458 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.e.j.s.Server jetty-9.2.11.v20150529 [junit4] 2> 141460 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4a54ed99{/,null,AVAILABLE} [junit4] 2> 141472 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.e.j.s.ServerConnector Started ServerConnector@10ba2900{HTTP/1.1}{127.0.0.1:36191} [junit4] 2> 141473 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.e.j.s.Server Started @144949ms [junit4] 2> 141473 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_E3BA2530D899D0D0-001/tempDir-001/control/data, hostContext=/, hostPort=46497, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_E3BA2530D899D0D0-001/control-001/cores} [junit4] 2> 141474 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4e0e2f2a [junit4] 2> 141474 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_E3BA2530D899D0D0-001/control-001/' [junit4] 2> 141496 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 141497 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 141501 INFO (zkCallback-52-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@8a09e9 name:ZooKeeperConnection Watcher:127.0.0.1:55038/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 141505 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 141506 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 141519 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper) [junit4] 2> 141519 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_E3BA2530D899D0D0-001/control-001/solr.xml [junit4] 2> 141525 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.CoresLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_E3BA2530D899D0D0-001/control-001/cores [junit4] 2> 141526 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.CoreContainer New CoreContainer 334664533 [junit4] 2> 141526 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_E3BA2530D899D0D0-001/control-001/] [junit4] 2> 141526 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.CoreContainer loading shared library: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_E3BA2530D899D0D0-001/control-001/lib [junit4] 2> 141526 WARN (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_E3BA2530D899D0D0-001/control-001/lib). [junit4] 2> 141534 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] 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> 141536 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true [junit4] 2> 141536 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 141536 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 141537 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55038/solr [junit4] 2> 142275 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.ZkController zkHost includes chroot [junit4] 2> 142275 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 142276 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 142281 INFO (zkCallback-54-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@75e65b38 name:ZooKeeperConnection Watcher:127.0.0.1:55038 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 142291 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 142292 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 142314 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [n:127.0.0.1:46497_ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 142330 INFO (zkCallback-55-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@104f21f1 name:ZooKeeperConnection Watcher:127.0.0.1:55038/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 142330 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [n:127.0.0.1:46497_ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 142344 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [n:127.0.0.1:46497_ ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue [junit4] 2> 142359 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [n:127.0.0.1:46497_ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work [junit4] 2> 142363 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [n:127.0.0.1:46497_ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running [junit4] 2> 142367 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [n:127.0.0.1:46497_ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed [junit4] 2> 142370 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [n:127.0.0.1:46497_ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure [junit4] 2> 142379 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [n:127.0.0.1:46497_ ] o.a.s.c.c.SolrZkClient makePath: /live_nodes [junit4] 2> 142381 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [n:127.0.0.1:46497_ ] o.a.s.c.c.SolrZkClient makePath: /aliases.json [junit4] 2> 142383 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [n:127.0.0.1:46497_ ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json [junit4] 2> 142385 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [n:127.0.0.1:46497_ ] o.a.s.c.c.SolrZkClient makePath: /security.json [junit4] 2> 142387 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [n:127.0.0.1:46497_ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46497_ [junit4] 2> 142390 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [n:127.0.0.1:46497_ ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:46497_ [junit4] 2> 142393 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [n:127.0.0.1:46497_ ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect [junit4] 2> 142396 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [n:127.0.0.1:46497_ ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election [junit4] 2> 142400 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [n:127.0.0.1:46497_ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 142401 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [n:127.0.0.1:46497_ ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/94300285952262148-127.0.0.1:46497_-n_0000000000 [junit4] 2> 142408 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [n:127.0.0.1:46497_ ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:46497_ [junit4] 2> 142408 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [n:127.0.0.1:46497_ ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader [junit4] 2> 142414 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [n:127.0.0.1:46497_ ] o.a.s.c.Overseer Overseer (id=94300285952262148-127.0.0.1:46497_-n_0000000000) starting [junit4] 2> 142421 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [n:127.0.0.1:46497_ ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work [junit4] 2> 142439 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [n:127.0.0.1:46497_ ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000 [junit4] 2> 142465 INFO (OverseerStateUpdate-94300285952262148-127.0.0.1:46497_-n_0000000000) [n:127.0.0.1:46497_ ] o.a.s.c.Overseer Starting to work on the main queue [junit4] 2> 142466 INFO (OverseerCollectionProcessor-94300285952262148-127.0.0.1:46497_-n_0000000000) [n:127.0.0.1:46497_ ] o.a.s.c.OverseerProcessor Process current queue of overseer operations [junit4] 2> 142478 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [n:127.0.0.1:46497_ ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... [junit4] 2> 142567 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [n:127.0.0.1:46497_ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 142567 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [n:127.0.0.1:46497_ ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 142569 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [n:127.0.0.1:46497_ ] o.a.s.c.CoresLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_E3BA2530D899D0D0-001/control-001/cores [junit4] 2> 142572 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [n:127.0.0.1:46497_ ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_E3BA2530D899D0D0-001/control-001/cores/collection1, collection=control_collection, absoluteInstDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_E3BA2530D899D0D0-001/control-001/cores/collection1/, coreNodeName=, dataDir=data/, shard=} [junit4] 2> 142572 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [n:127.0.0.1:46497_ ] o.a.s.c.CoresLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_E3BA2530D899D0D0-001/control-001/cores/collection1/ [junit4] 2> 142572 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [n:127.0.0.1:46497_ ] o.a.s.c.CoresLocator Found 1 core definitions [junit4] 2> 142575 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ c:control_collection x:collection1] o.a.s.c.ZkController publishing state=down [junit4] 2> 142575 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ c:control_collection x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property [junit4] 2> 142577 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [n:127.0.0.1:46497_ ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J1 [junit4] 2> 142577 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [n:127.0.0.1:46497_ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 142582 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ c:control_collection x:collection1] o.a.s.c.ZkController look for our core node name [junit4] 2> 142582 INFO (zkCallback-55-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 142584 INFO (OverseerStateUpdate-94300285952262148-127.0.0.1:46497_-n_0000000000) [n:127.0.0.1:46497_ ] o.a.s.c.Overseer processMessage: queueSize: 1, message = { [junit4] 2> "core":"collection1", [junit4] 2> "roles":null, [junit4] 2> "base_url":"http://127.0.0.1:46497", [junit4] 2> "node_name":"127.0.0.1:46497_", [junit4] 2> "numShards":"1", [junit4] 2> "state":"down", [junit4] 2> "shard":null, [junit4] 2> "collection":"control_collection", [junit4] 2> "operation":"state"} current state version: 0 [junit4] 2> 142594 INFO (OverseerStateUpdate-94300285952262148-127.0.0.1:46497_-n_0000000000) [n:127.0.0.1:46497_ ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={ [junit4] 2> "core":"collection1", [junit4] 2> "roles":null, [junit4] 2> "base_url":"http://127.0.0.1:46497", [junit4] 2> "node_name":"127.0.0.1:46497_", [junit4] 2> "numShards":"1", [junit4] 2> "state":"down", [junit4] 2> "shard":null, [junit4] 2> "collection":"control_collection", [junit4] 2> "operation":"state"} [junit4] 2> 142594 INFO (OverseerStateUpdate-94300285952262148-127.0.0.1:46497_-n_0000000000) [n:127.0.0.1:46497_ ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection [junit4] 2> 142597 INFO (OverseerStateUpdate-94300285952262148-127.0.0.1:46497_-n_0000000000) [n:127.0.0.1:46497_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1 [junit4] 2> 142605 INFO (zkCallback-55-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ ] 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> 142607 INFO (zkCallback-55-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ ] o.a.s.c.c.ZkStateReader Updated cluster state version to 1 [junit4] 2> 143582 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ c:control_collection x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1 [junit4] 2> 143582 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ c:control_collection x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection [junit4] 2> 143583 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ c:control_collection x:collection1] o.a.s.c.ZkController Collection zkNode exists [junit4] 2> 143583 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ c:control_collection x:collection1] o.a.s.c.c.ZkStateReader Load collection config from:/collections/control_collection [junit4] 2> 143584 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ c:control_collection x:collection1] o.a.s.c.c.ZkStateReader path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper [junit4] 2> 143585 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ c:control_collection x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_E3BA2530D899D0D0-001/control-001/cores/collection1/' [junit4] 2> 143603 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ c:control_collection x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 [junit4] 2> 143615 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ c:control_collection x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1 [junit4] 2> 143623 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ c:control_collection x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0 [junit4] 2> 143636 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ c:control_collection x:collection1] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml [junit4] 2> 143638 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ c:control_collection x:collection1] o.a.s.s.IndexSchema Reading Solr Schema from /configs/conf1/schema.xml [junit4] 2> 143650 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ c:control_collection x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test [junit4] 2> 143779 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ c:control_collection x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4] 2> 143790 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ c:control_collection x:collection1] o.a.s.s.IndexSchema default search field in schema is text [junit4] 2> 143792 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ c:control_collection x:collection1] o.a.s.s.IndexSchema unique key field: id [junit4] 2> 143815 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ c:control_collection x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml [junit4] 2> 143818 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ c:control_collection x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml [junit4] 2> 143820 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ c:control_collection x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json [junit4] 2> 143821 WARN (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ c:control_collection x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE [junit4] 2> 143821 WARN (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ c:control_collection x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING [junit4] 2> 143821 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ c:control_collection x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json [junit4] 2> 143822 WARN (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ c:control_collection x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE [junit4] 2> 143823 WARN (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ c:control_collection x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING [junit4] 2> 143828 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ c:control_collection x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J1 [junit4] 2> 143829 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ c:control_collection x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection [junit4] 2> 143829 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory [junit4] 2> 143829 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_E3BA2530D899D0D0-001/control-001/cores/collection1/], dataDir=[null] [junit4] 2> 143832 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ 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@6f0b45a6 [junit4] 2> 143838 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_E3BA2530D899D0D0-001/control-001/cores/collection1/data [junit4] 2> 143838 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_E3BA2530D899D0D0-001/control-001/cores/collection1/data/index/ [junit4] 2> 143838 WARN (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_E3BA2530D899D0D0-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index... [junit4] 2> 143838 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_E3BA2530D899D0D0-001/control-001/cores/collection1/data/index [junit4] 2> 143839 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=49, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=0.5546875, floorSegmentMB=1.7109375, forceMergeDeletesPctAllowed=25.207240823957257, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0 [junit4] 2> 143840 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ 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@375557ca lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3fe86f76),segFN=segments_1,generation=1} [junit4] 2> 143840 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore newest commit generation = 1 [junit4] 2> 143840 INFO (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:46497_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_E3BA2530D899D0D0-001/control-001/cores/collection1/data/ [junit4] 2> 143841 WARN (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:46497_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_E3BA2530D899D0D0-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories. [junit4] 2> 143852 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib" [junit4] 2> 143863 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe" [junit4] 2> 143864 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4] 2> 143864 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig" [junit4] 2> 143864 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4] 2> 143864 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ 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> 143864 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ 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> 143865 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ 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> 143865 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ 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> 143867 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 143870 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 143871 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 143873 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 143894 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file [junit4] 2> 143895 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ 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> 143897 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ 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> 143897 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ 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> 143898 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled [junit4] 2> 143898 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled [junit4] 2> 143899 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=48, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=87.783203125, floorSegmentMB=1.1923828125, forceMergeDeletesPctAllowed=20.617422576596656, segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8253010096477548 [junit4] 2> 143899 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ 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@375557ca lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3fe86f76),segFN=segments_1,generation=1} [junit4] 2> 143900 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore newest commit generation = 1 [junit4] 2> 143900 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@6cf8d049[collection1] main [junit4] 2> 143900 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ 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> 143902 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ 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> 143902 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ 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> 143904 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 143904 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {} [junit4] 2> 143905 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ 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> 143905 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ 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> 143906 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ 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> 143906 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources [junit4] 2> 143906 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 143908 INFO (searcherExecutor-395-thread-1-processing-n:127.0.0.1:46497_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:46497_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6cf8d049[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 143909 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets [junit4] 2> 143909 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ 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> 143909 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ 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> 143909 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ 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 1508804580273553408 [junit4] 2> 143910 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 1 ms to seed version buckets with highest version 1508804580273553408 [junit4] 2> 143912 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1 [junit4] 2> 143914 INFO (coreLoadExecutor-394-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1 [junit4] 2> 143915 INFO (coreZkRegister-388-thread-1-processing-n:127.0.0.1:46497_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:46497_ 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:46497 collection:control_collection shard:shard1 [junit4] 2> 143926 INFO (coreZkRegister-388-thread-1-processing-n:127.0.0.1:46497_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:46497_ 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> 143933 INFO (coreZkRegister-388-thread-1-processing-n:127.0.0.1:46497_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:46497_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.LeaderElector Joined leadership election with path: /collections/control_collection/leader_elect/shard1/election/94300285952262148-core_node1-n_0000000000 [junit4] 2> 143935 INFO (coreZkRegister-388-thread-1-processing-n:127.0.0.1:46497_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:46497_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard shard1 [junit4] 2> 143938 INFO (zkCallback-55-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 143939 INFO (OverseerStateUpdate-94300285952262148-127.0.0.1:46497_-n_0000000000) [n:127.0.0.1:46497_ ] 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> 143943 INFO (coreZkRegister-388-thread-1-processing-n:127.0.0.1:46497_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:46497_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 143943 INFO (coreZkRegister-388-thread-1-processing-n:127.0.0.1:46497_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:46497_ 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> 143943 INFO (coreZkRegister-388-thread-1-processing-n:127.0.0.1:46497_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:46497_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:46497/collection1/ [junit4] 2> 143944 INFO (coreZkRegister-388-thread-1-processing-n:127.0.0.1:46497_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:46497_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me [junit4] 2> 143944 INFO (coreZkRegister-388-thread-1-processing-n:127.0.0.1:46497_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:46497_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:46497/collection1/ has no replicas [junit4] 2> 143944 INFO (coreZkRegister-388-thread-1-processing-n:127.0.0.1:46497_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:46497_ 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:46497/collection1/ shard1 [junit4] 2> 143958 INFO (coreZkRegister-388-thread-1-processing-n:127.0.0.1:46497_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:46497_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1 [junit4] 2> 143965 INFO (zkCallback-55-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 143966 INFO (OverseerStateUpdate-94300285952262148-127.0.0.1:46497_-n_0000000000) [n:127.0.0.1:46497_ ] 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:46497", [junit4] 2> "core":"collection1", [junit4] 2> "state":"active"} current state version: 1 [junit4] 2> 144072 INFO (zkCallback-55-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ ] 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> 144079 INFO (zkCallback-55-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ ] o.a.s.c.c.ZkStateReader Updated cluster state version to 2 [junit4] 2> 144094 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 144095 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 144101 INFO (zkCallback-57-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@18ec42be name:ZooKeeperConnection Watcher:127.0.0.1:55038/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 144101 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 144101 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 144102 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... [junit4] 2> 144107 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false [junit4] 2> 144119 INFO (coreZkRegister-388-thread-1-processing-n:127.0.0.1:46497_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:46497_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are http://127.0.0.1:46497/collection1/ and leader is http://127.0.0.1:46497/collection1/ [junit4] 2> 144120 INFO (coreZkRegister-388-thread-1-processing-n:127.0.0.1:46497_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:46497_ 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:46497 [junit4] 2> 144120 INFO (coreZkRegister-388-thread-1-processing-n:127.0.0.1:46497_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:46497_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 144120 INFO (coreZkRegister-388-thread-1-processing-n:127.0.0.1:46497_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:46497_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active [junit4] 2> 144120 INFO (coreZkRegister-388-thread-1-processing-n:127.0.0.1:46497_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:46497_ 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> 144122 INFO (zkCallback-55-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 144123 INFO (OverseerStateUpdate-94300285952262148-127.0.0.1:46497_-n_0000000000) [n:127.0.0.1:46497_ ] o.a.s.c.Overseer processMessage: queueSize: 1, message = { [junit4] 2> "core":"collection1", [junit4] 2> "core_node_name":"core_node1", [junit4] 2> "roles":null, [junit4] 2> "base_url":"http://127.0.0.1:46497", [junit4] 2> "node_name":"127.0.0.1:46497_", [junit4] 2> "numShards":"2", [junit4] 2> "state":"active", [junit4] 2> "shard":"shard1", [junit4] 2> "collection":"control_collection", [junit4] 2> "operation":"state"} current state version: 2 [junit4] 2> 144124 INFO (OverseerStateUpdate-94300285952262148-127.0.0.1:46497_-n_0000000000) [n:127.0.0.1:46497_ ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={ [junit4] 2> "core":"collection1", [junit4] 2> "core_node_name":"core_node1", [junit4] 2> "roles":null, [junit4] 2> "base_url":"http://127.0.0.1:46497", [junit4] 2> "node_name":"127.0.0.1:46497_", [junit4] 2> "numShards":"2", [junit4] 2> "state":"active", [junit4] 2> "shard":"shard1", [junit4] 2> "collection":"control_collection", [junit4] 2> "operation":"state"} [junit4] 2> 144230 INFO (zkCallback-57-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> 144231 INFO (zkCallback-55-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ ] 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> 144235 INFO (zkCallback-57-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated cluster state version to 3 [junit4] 2> 144236 INFO (zkCallback-55-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ ] o.a.s.c.c.ZkStateReader Updated cluster state version to 3 [junit4] 2> 144519 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_E3BA2530D899D0D0-001/shard-1-001/cores/collection1 [junit4] 2> 144542 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_E3BA2530D899D0D0-001/shard-1-001 [junit4] 2> 144553 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.e.j.s.Server jetty-9.2.11.v20150529 [junit4] 2> 144611 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@68468c10{/,null,AVAILABLE} [junit4] 2> 144612 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.e.j.s.ServerConnector Started ServerConnector@1df65154{HTTP/1.1}{127.0.0.1:43803} [junit4] 2> 144612 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.e.j.s.Server Started @148089ms [junit4] 2> 144612 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_E3BA2530D899D0D0-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=42390, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_E3BA2530D899D0D0-001/shard-1-001/cores} [junit4] 2> 144613 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4e0e2f2a [junit4] 2> 144613 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_E3BA2530D899D0D0-001/shard-1-001/' [junit4] 2> 144632 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 144653 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 144667 INFO (zkCallback-58-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1371b57d name:ZooKeeperConnection Watcher:127.0.0.1:55038/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 144667 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 144668 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 144678 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper) [junit4] 2> 144679 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_E3BA2530D899D0D0-001/shard-1-001/solr.xml [junit4] 2> 144684 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.CoresLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_E3BA2530D899D0D0-001/shard-1-001/cores [junit4] 2> 144685 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.CoreContainer New CoreContainer 256301288 [junit4] 2> 144685 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_E3BA2530D899D0D0-001/shard-1-001/] [junit4] 2> 144685 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.CoreContainer loading shared library: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_E3BA2530D899D0D0-001/shard-1-001/lib [junit4] 2> 144685 WARN (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_E3BA2530D899D0D0-001/shard-1-001/lib). [junit4] 2> 144704 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] 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> 144705 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true [junit4] 2> 144709 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 144709 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 144709 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55038/solr [junit4] 2> 144709 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.ZkController zkHost includes chroot [junit4] 2> 144709 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 144710 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 144722 INFO (zkCallback-60-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@247218e1 name:ZooKeeperConnection Watcher:127.0.0.1:55038 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 144729 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 144729 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 144748 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [n:127.0.0.1:42390_ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 144768 INFO (zkCallback-61-thread-1-processing-n:127.0.0.1:42390_) [n:127.0.0.1:42390_ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@62fad202 name:ZooKeeperConnection Watcher:127.0.0.1:55038/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 144769 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [n:127.0.0.1:42390_ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 144779 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [n:127.0.0.1:42390_ ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... [junit4] 2> 145792 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [n:127.0.0.1:42390_ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42390_ [junit4] 2> 145793 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [n:127.0.0.1:42390_ ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:42390_ [junit4] 2> 145800 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [n:127.0.0.1:42390_ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 145803 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [n:127.0.0.1:42390_ ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/94300285952262152-127.0.0.1:42390_-n_0000000001 [junit4] 2> 145810 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [n:127.0.0.1:42390_ ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/94300285952262148-127.0.0.1:46497_-n_0000000000 to know if I could be the leader [junit4] 2> 145856 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [n:127.0.0.1:42390_ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 145856 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [n:127.0.0.1:42390_ ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 145858 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [n:127.0.0.1:42390_ ] o.a.s.c.CoresLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_E3BA2530D899D0D0-001/shard-1-001/cores [junit4] 2> 145859 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [n:127.0.0.1:42390_ ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_E3BA2530D899D0D0-001/shard-1-001/cores/collection1, collection=collection1, absoluteInstDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_E3BA2530D899D0D0-001/shard-1-001/cores/collection1/, coreNodeName=, dataDir=data/, shard=} [junit4] 2> 145860 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [n:127.0.0.1:42390_ ] o.a.s.c.CoresLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_E3BA2530D899D0D0-001/shard-1-001/cores/collection1/ [junit4] 2> 145869 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [n:127.0.0.1:42390_ ] o.a.s.c.CoresLocator Found 1 core definitions [junit4] 2> 145879 INFO (coreLoadExecutor-405-thread-1-processing-n:127.0.0.1:42390_) [n:127.0.0.1:42390_ c:collection1 x:collection1] o.a.s.c.ZkController publishing state=down [junit4] 2> 145879 INFO (coreLoadExecutor-405-thread-1-processing-n:127.0.0.1:42390_) [n:127.0.0.1:42390_ c:collection1 x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property [junit4] 2> 145880 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [n:127.0.0.1:42390_ ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J1 [junit4] 2> 145880 INFO (TEST-HttpPartitionTest.test-seed#[E3BA2530D899D0D0]) [n:127.0.0.1:42390_ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 145881 INFO (coreLoadExecutor-405-thread-1-processing-n:127.0.0.1:42390_) [n:127.0.0.1:42390_ c:collection1 x:collection1] o.a.s.c.ZkController look for our core node name [junit4] 2> 145882 INFO (zkCallback-55-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 145883 INFO (OverseerStateUpdate-94300285952262148-127.0.0.1:46497_-n_0000000000) [n:127.0.0.1:46497_ ] o.a.s.c.Overseer processMessage: queueSize: 1, message = { [junit4] 2> "core":"collection1", [junit4] 2> "roles":null, [junit4] 2> "base_url":"http://127.0.0.1:42390", [junit4] 2> "node_name":"127.0.0.1:42390_", [junit4] 2> "numShards":"2", [junit4] 2> "state":"down", [junit4] 2> "shard":null, [junit4] 2> "collection":"collection1", [junit4] 2> "operation":"state"} current state version: 3 [junit4] 2> 145883 INFO (OverseerStateUpdate-94300285952262148-127.0.0.1:46497_-n_0000000000) [n:127.0.0.1:46497_ ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={ [junit4] 2> "core":"collection1", [junit4] 2> "roles":null, [junit4] 2> "base_url":"http://127.0.0.1:42390", [junit4] 2> "node_name":"127.0.0.1:42390_", [junit4] 2> "numShards":"2", [junit4] 2> "state":"down", [junit4] 2> "shard":null, [junit4] 2> "collection":"collection1", [junit4] 2> "operation":"state"} [junit4] 2> 145883 INFO (OverseerStateUpdate-94300285952262148-127.0.0.1:46497_-n_0000000000) [n:127.0.0.1:46497_ ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1 [junit4] 2> 145884 INFO (OverseerStateUpdate-94300285952262148-127.0.0.1:46497_-n_0000000000) [n:127.0.0.1:46497_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2 [junit4] 2> 145885 INFO (zkCallback-61-thread-1-processing-n:127.0.0.1:42390_) [n:127.0.0.1:42390_ ] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 145886 INFO (zkCallback-55-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ ] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 145886 INFO (zkCallback-57-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: 2) [junit4] 2> 145891 INFO (zkCallback-61-thread-1-processing-n:127.0.0.1:42390_) [n:127.0.0.1:42390_ ] o.a.s.c.c.ZkStateReader Updated cluster state version to 4 [junit4] 2> 145891 INFO (zkCallback-57-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated cluster state version to 4 [junit4] 2> 145894 INFO (zkCallback-55-thread-1-processing-n:127.0.0.1:46497_) [n:127.0.0.1:46497_ ] o.a.s.c.c.ZkStateReader Updated cluster state version to 4 [junit4] 2> 146882 INFO (coreLoadExecutor-405-thread-1-processing-n:127.0.0.1:42390_) [n:127.0.0.1:42390_ c:collection1 x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1 [junit4] 2> 146882 INFO (coreLoadExecutor-405-thread-1-processing-n:127.0.0.1:42390_) [n:127.0.0.1:42390_ c:collection1 x:collection1] o.a.s.c.ZkController Check for collection zkNode:collection1 [junit4] 2> 146883 INFO (coreLoadExecutor-405-thread-1-processing-n:127.0.0.1:42390_) [n:127.0.0.1:42390_ c:collection1 x:collection1] o.a.s.c.ZkController Collection zkNode exists [junit4] 2> 146883 INFO (coreLoadExecutor-405-thread-1-processing-n:127.0.0.1:42390_) [n:127.0.0.1:42390_ c:collection1 x:collection1] o.a.s.c.c.ZkStateReader Load collection config from:/collections/collection1 [junit4] 2> 146888 INFO (coreLoadExecutor-405-thread-1-processing-n:127.0.0.1:42390_) [n:127.0.0.1:42390_ c:collection1 x:collection1] o.a.s.c.c.ZkStateReader path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper [junit4] 2> 146888 INFO (coreLoadExecutor-405-thread-1-processing-n:127.0.0.1:42390_) [n:127.0.0.1:42390_ c:collection1 x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_E3BA2530D899D0D0-001/shard-1-001/cores/collection1/' [junit4] 2> 146907 INFO (coreLoadExecutor-405-thread-1-processing-n:127.0.0.1:42390_) [n:127.0.0.1:42390_ c:collection1 x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 [junit4] 2> 146935 INFO (coreLoadExecutor-405-thread-1-processing-n:127.0.0.1:42390_) [n:127.0.0.1:42390_ c:collection1 x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1 [junit4] 2> 146939 INFO (coreLoadExecutor-405-thread-1-processing-n:127.0.0.1:42390_) [n:127.0.0.1:42390_ c:collection1 x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0 [junit4] 2> 146948 INFO (coreLoadExecutor-405-thread-1-processing-n:127.0.0.1:42390_) [n:127.0.0.1:42390_ c:collection1 x:collection1] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml [junit4] 2> 146950 INFO (coreLoadExecutor-405-thread-1-processing-n:127.0.0.1:42390_) [n:127.0.0.1:42390_ c:collection1 x:collection1] o.a.s.s.IndexSchema Reading Solr Schema from /configs/conf1/schema.xml [junit4] 2> 146958 INFO (coreLoadExecutor-405-thread-1-processing-n:127.0.0.1:42390_) [n:127.0.0.1:42390_ c:collection1 x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test [junit4] 2> 147174 INFO (coreLoadExecutor-405-thread-1-processing-n:127.0.0.1:42390_) [n:127.0.0.1:42390_ c:collection1 x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4] 2> 147194 INFO (coreLoadExecutor-405-thread-1-processing-n:127.0.0.1:42390_) [n:127.0.0.1:42390_ c:collection1 x:collection1] o.a.s.s.IndexSchema default search field in schema is text [junit4] 2> 147195 INFO (coreLoadExecutor-405-thread-1-processing-n:127.0.0.1:42390_) [n:127.0.0.1:42390_ c:collection1 x:collection1] o.a.s.s.IndexSchema unique key field: id [junit4] 2> 147221 INFO (coreLoadExecutor-405-thread-1-processing-n:127.0.0.1:42390_) [n:127.0.0.1:42390_ c:collection1 x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml [junit4] 2> 147225 INFO (coreLoadExecutor-405-thread-1-processing-n:127.0. [...truncated too long message...] ] Closing main searcher on request. [junit4] 2> 518440 INFO (zkCallback-366-thread-1-processing-n:127.0.0.1:41069_) [n:127.0.0.1:41069_ c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked [junit4] 2> 518440 INFO (zkCallback-366-thread-1-processing-n:127.0.0.1:41069_) [n:127.0.0.1:41069_ c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest_E3BA2530D899D0D0-001/shard-4-001/cores/collection1/data [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest_E3BA2530D899D0D0-001/shard-4-001/cores/collection1/data;done=false>>] [junit4] 2> 518440 INFO (zkCallback-366-thread-1-processing-n:127.0.0.1:41069_) [n:127.0.0.1:41069_ c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest_E3BA2530D899D0D0-001/shard-4-001/cores/collection1/data [junit4] 2> 518440 INFO (zkCallback-366-thread-1-processing-n:127.0.0.1:41069_) [n:127.0.0.1:41069_ c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest_E3BA2530D899D0D0-001/shard-4-001/cores/collection1/data/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest_E3BA2530D899D0D0-001/shard-4-001/cores/collection1/data/index;done=false>>] [junit4] 2> 518440 INFO (zkCallback-366-thread-1-processing-n:127.0.0.1:41069_) [n:127.0.0.1:41069_ c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest_E3BA2530D899D0D0-001/shard-4-001/cores/collection1/data/index [junit4] 2> 518911 WARN (zkCallback-366-thread-2-processing-n:127.0.0.1:41069_) [n:127.0.0.1:41069_ ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK [junit4] 2> 518923 INFO (TEST-SyncSliceTest.test-seed#[E3BA2530D899D0D0]) [ ] o.e.j.s.ServerConnector Stopped ServerConnector@e3d74c9{SSL-http/1.1}{127.0.0.1:0} [junit4] 2> 518923 INFO (TEST-SyncSliceTest.test-seed#[E3BA2530D899D0D0]) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3022aabd{/,null,UNAVAILABLE} [junit4] 2> 518926 INFO (TEST-SyncSliceTest.test-seed#[E3BA2530D899D0D0]) [n:127.0.0.1:41069_ c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.ZkTestServer connecting to 127.0.0.1:34462 34462 [junit4] 2> 519126 INFO (Thread-2221) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:34462 34462 [junit4] 2> 519127 WARN (Thread-2221) [ ] o.a.s.c.ZkTestServer Watch limit violations: [junit4] 2> Maximum concurrent create/delete watches above limit: [junit4] 2> [junit4] 2> 6 /solr/aliases.json [junit4] 2> 6 /solr/clusterstate.json [junit4] 2> 5 /solr/security.json [junit4] 2> 5 /solr/configs/conf1 [junit4] 2> [junit4] 2> Maximum concurrent data watches above limit: [junit4] 2> [junit4] 2> 2 /solr/overseer_elect/election/94300308095500293-127.0.0.1:45668_-n_0000000000 [junit4] 2> [junit4] 2> Maximum concurrent children watches above limit: [junit4] 2> [junit4] 2> 6 /solr/live_nodes [junit4] 2> 4 /solr/overseer/collection-queue-work [junit4] 2> 3 /solr/overseer/queue [junit4] 2> [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=SyncSliceTest -Dtests.method=test -Dtests.seed=E3BA2530D899D0D0 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=nl_BE -Dtests.timezone=Europe/Stockholm -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1 [junit4] FAILURE 41.9s J0 | SyncSliceTest.test <<< [junit4] > Throwable #1: java.lang.AssertionError: expected:<5> but was:<4> [junit4] > at __randomizedtesting.SeedInfo.seed([E3BA2530D899D0D0:6BEE1AEA7665BD28]:0) [junit4] > at org.apache.solr.cloud.SyncSliceTest.test(SyncSliceTest.java:154) [junit4] > at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:963) [junit4] > at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:938) [junit4] > at java.lang.Thread.run(Thread.java:745) [junit4] 2> 519155 INFO (SUITE-SyncSliceTest-seed#[E3BA2530D899D0D0]-worker) [n:127.0.0.1:41069_ c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.SolrTestCaseJ4 ###deleteCore [junit4] 2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest_E3BA2530D899D0D0-001 [junit4] 2> Aug 06, 2015 8:49:11 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks [junit4] 2> WARNING: Will linger awaiting termination of 1 leaked thread(s). [junit4] 2> NOTE: test params are: codec=Asserting(Lucene53): {other_tl1=FSTOrd50, range_facet_l_dv=PostingsFormat(name=Memory doPackFST= true), multiDefault=PostingsFormat(name=LuceneFixedGap), intDefault=FSTOrd50, a_i1=PostingsFormat(name=LuceneFixedGap), range_facet_l=PostingsFormat(name=LuceneFixedGap), rnd_b=PostingsFormat(name=Memory doPackFST= true), _version_=FSTOrd50, a_t=PostingsFormat(name=LuceneFixedGap), id=PostingsFormat(name=Memory doPackFST= true), range_facet_i_dv=PostingsFormat(name=LuceneFixedGap), text=PostingsFormat(name=Memory doPackFST= false), timestamp=PostingsFormat(name=LuceneFixedGap)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene50), range_facet_i_dv=DocValuesFormat(name=Lucene50), timestamp=DocValuesFormat(name=Lucene50)}, sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=nl_BE, timezone=Europe/Stockholm [junit4] 2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 1.8.0_45 (64-bit)/cpus=4,threads=1,free=87945856,total=379584512 [junit4] 2> NOTE: All tests run in this JVM: [TestRandomDVFaceting, ClusterStateTest, TestCloudSchemaless, SuggesterFSTTest, DateMathParserTest, TestRebalanceLeaders, StandardRequestHandlerTest, TestLazyCores, QueryResultKeyTest, TestUpdate, TestJmxMonitoredMap, TestFunctionQuery, TestCursorMarkWithoutUniqueKey, SpatialHeatmapFacetsTest, TestInfoStreamLogging, OverriddenZkACLAndCredentialsProvidersTest, TimeZoneUtilsTest, TestReplicationHandler, TestReversedWildcardFilterFactory, CloudMLTQParserTest, IndexSchemaTest, AssignTest, DateRangeFieldTest, TestCollationFieldDocValues, DataDrivenBlockJoinTest, TestSolrDeletionPolicy1, TestQuerySenderListener, TestTolerantSearch, TestOverriddenPrefixQueryForCustomFieldType, SolrRequestParserTest, DateFieldTest, TestBulkSchemaConcurrent, TestRuleBasedAuthorizationPlugin, DebugComponentTest, QueryElevationComponentTest, SignatureUpdateProcessorFactoryTest, ExternalFileFieldSortTest, TestRealTimeGet, TestSolrIndexConfig, RollingRestartTest, TestWordDelimiterFilterFactory, BigEndianAscendingWordDeserializerTest, HdfsLockFactoryTest, UniqFieldsUpdateProcessorFactoryTest, TestDefaultStatsCache, VersionInfoTest, SyncSliceTest] [junit4] Completed [127/538] on J0 in 42.48s, 1 test, 1 failure <<< FAILURES! [...truncated 1300 lines...] BUILD FAILED /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/build.xml:716: The following error occurred while executing this line: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/build.xml:660: The following error occurred while executing this line: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/build.xml:59: The following error occurred while executing this line: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build.xml:230: The following error occurred while executing this line: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/common-build.xml:514: The following error occurred while executing this line: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/lucene/common-build.xml:1429: The following error occurred while executing this line: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/lucene/common-build.xml:984: There were test failures: 538 suites, 2121 tests, 2 failures, 43 ignored (31 assumptions) Total time: 54 minutes 53 seconds Build step 'Invoke Ant' marked build as failure Archiving artifacts Sending artifact delta relative to Lucene-Solr-Tests-trunk-Java8 #267 Archived 4 artifacts Archive block size is 32768 Received 0 blocks and 295593176 bytes Compression is 0.0% Took 1 min 6 sec Recording test results Email was triggered for: Failure Sending email for trigger: Failure
--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org