Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4425/
Java: 64bit/jdk1.7.0_76 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
2 tests failed.
FAILED: org.apache.solr.cloud.ReplicationFactorTest.test
Error Message:
org.apache.http.NoHttpResponseException: The target server failed to respond
Stack Trace:
org.apache.solr.client.solrj.SolrServerException:
org.apache.http.NoHttpResponseException: The target server failed to respond
at
__randomizedtesting.SeedInfo.seed([49FE5B35AFFD49DC:C1AA64EF01012424]:0)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:901)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:754)
at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
at
org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:283)
at
org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
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:53)
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)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to
respond
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
at
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
at
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
at
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
at
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
at
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
at
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:461)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:211)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:207)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
at
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:568)
at
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
... 1 more
FAILED: org.apache.solr.cloud.TestReplicaProperties.test
Error Message:
Collection testcollection does not have roles evenly distributed. Collection
is: DocCollection(testcollection)={ "maxShardsPerNode":"16", "shards":{
"shard1":{ "range":"80000000-b332ffff", "state":"active",
"replicas":{ "core_node1":{
"base_url":"http://127.0.0.1:54364/zua/ub",
"core":"testcollection_shard1_replica1", "state":"active",
"node_name":"127.0.0.1:54364_zua%2Fub",
"property.preferredleader":"true"}, "core_node2":{
"base_url":"http://127.0.0.1:54376/zua/ub",
"core":"testcollection_shard1_replica3", "state":"active",
"node_name":"127.0.0.1:54376_zua%2Fub"}, "core_node3":{
"base_url":"http://127.0.0.1:54404/zua/ub",
"core":"testcollection_shard1_replica2", "state":"active",
"node_name":"127.0.0.1:54404_zua%2Fub", "leader":"true"}}},
"shard2":{ "range":"b3330000-e665ffff", "state":"active",
"replicas":{ "core_node4":{
"base_url":"http://127.0.0.1:54385/zua/ub",
"core":"testcollection_shard2_replica1", "state":"active",
"node_name":"127.0.0.1:54385_zua%2Fub"}, "core_node5":{
"base_url":"http://127.0.0.1:54394/zua/ub",
"core":"testcollection_shard2_replica2", "state":"active",
"node_name":"127.0.0.1:54394_zua%2Fub"}, "core_node6":{
"base_url":"http://127.0.0.1:54364/zua/ub",
"core":"testcollection_shard2_replica3", "state":"active",
"node_name":"127.0.0.1:54364_zua%2Fub", "leader":"true",
"property.preferredleader":"true"}}}, "shard3":{
"range":"e6660000-1998ffff", "state":"active", "replicas":{
"core_node7":{ "base_url":"http://127.0.0.1:54376/zua/ub",
"core":"testcollection_shard3_replica2", "state":"active",
"node_name":"127.0.0.1:54376_zua%2Fub", "leader":"true"},
"core_node8":{ "base_url":"http://127.0.0.1:54404/zua/ub",
"core":"testcollection_shard3_replica1", "state":"active",
"node_name":"127.0.0.1:54404_zua%2Fub",
"property.preferredleader":"true"}, "core_node9":{
"base_url":"http://127.0.0.1:54385/zua/ub",
"core":"testcollection_shard3_replica3", "state":"active",
"node_name":"127.0.0.1:54385_zua%2Fub"}}}, "shard4":{
"range":"19990000-4ccbffff", "state":"active", "replicas":{
"core_node10":{ "base_url":"http://127.0.0.1:54394/zua/ub",
"core":"testcollection_shard4_replica1", "state":"active",
"node_name":"127.0.0.1:54394_zua%2Fub", "leader":"true",
"property.preferredleader":"true"}, "core_node11":{
"base_url":"http://127.0.0.1:54364/zua/ub",
"core":"testcollection_shard4_replica2", "state":"active",
"node_name":"127.0.0.1:54364_zua%2Fub"}, "core_node12":{
"base_url":"http://127.0.0.1:54404/zua/ub",
"core":"testcollection_shard4_replica3", "state":"active",
"node_name":"127.0.0.1:54404_zua%2Fub"}}}, "shard5":{
"range":"4ccc0000-7fffffff", "state":"active", "replicas":{
"core_node13":{ "base_url":"http://127.0.0.1:54385/zua/ub",
"core":"testcollection_shard5_replica2", "state":"active",
"node_name":"127.0.0.1:54385_zua%2Fub",
"property.preferredleader":"true"}, "core_node14":{
"base_url":"http://127.0.0.1:54376/zua/ub",
"core":"testcollection_shard5_replica1", "state":"active",
"node_name":"127.0.0.1:54376_zua%2Fub", "leader":"true"},
"core_node15":{ "base_url":"http://127.0.0.1:54394/zua/ub",
"core":"testcollection_shard5_replica3", "state":"active",
"node_name":"127.0.0.1:54394_zua%2Fub"}}}}, "autoAddReplicas":"false",
"router":{"name":"compositeId"}, "replicationFactor":"3"}
Stack Trace:
java.lang.AssertionError: Collection testcollection does not have roles evenly
distributed. Collection is: DocCollection(testcollection)={
"maxShardsPerNode":"16",
"shards":{
"shard1":{
"range":"80000000-b332ffff",
"state":"active",
"replicas":{
"core_node1":{
"base_url":"http://127.0.0.1:54364/zua/ub",
"core":"testcollection_shard1_replica1",
"state":"active",
"node_name":"127.0.0.1:54364_zua%2Fub",
"property.preferredleader":"true"},
"core_node2":{
"base_url":"http://127.0.0.1:54376/zua/ub",
"core":"testcollection_shard1_replica3",
"state":"active",
"node_name":"127.0.0.1:54376_zua%2Fub"},
"core_node3":{
"base_url":"http://127.0.0.1:54404/zua/ub",
"core":"testcollection_shard1_replica2",
"state":"active",
"node_name":"127.0.0.1:54404_zua%2Fub",
"leader":"true"}}},
"shard2":{
"range":"b3330000-e665ffff",
"state":"active",
"replicas":{
"core_node4":{
"base_url":"http://127.0.0.1:54385/zua/ub",
"core":"testcollection_shard2_replica1",
"state":"active",
"node_name":"127.0.0.1:54385_zua%2Fub"},
"core_node5":{
"base_url":"http://127.0.0.1:54394/zua/ub",
"core":"testcollection_shard2_replica2",
"state":"active",
"node_name":"127.0.0.1:54394_zua%2Fub"},
"core_node6":{
"base_url":"http://127.0.0.1:54364/zua/ub",
"core":"testcollection_shard2_replica3",
"state":"active",
"node_name":"127.0.0.1:54364_zua%2Fub",
"leader":"true",
"property.preferredleader":"true"}}},
"shard3":{
"range":"e6660000-1998ffff",
"state":"active",
"replicas":{
"core_node7":{
"base_url":"http://127.0.0.1:54376/zua/ub",
"core":"testcollection_shard3_replica2",
"state":"active",
"node_name":"127.0.0.1:54376_zua%2Fub",
"leader":"true"},
"core_node8":{
"base_url":"http://127.0.0.1:54404/zua/ub",
"core":"testcollection_shard3_replica1",
"state":"active",
"node_name":"127.0.0.1:54404_zua%2Fub",
"property.preferredleader":"true"},
"core_node9":{
"base_url":"http://127.0.0.1:54385/zua/ub",
"core":"testcollection_shard3_replica3",
"state":"active",
"node_name":"127.0.0.1:54385_zua%2Fub"}}},
"shard4":{
"range":"19990000-4ccbffff",
"state":"active",
"replicas":{
"core_node10":{
"base_url":"http://127.0.0.1:54394/zua/ub",
"core":"testcollection_shard4_replica1",
"state":"active",
"node_name":"127.0.0.1:54394_zua%2Fub",
"leader":"true",
"property.preferredleader":"true"},
"core_node11":{
"base_url":"http://127.0.0.1:54364/zua/ub",
"core":"testcollection_shard4_replica2",
"state":"active",
"node_name":"127.0.0.1:54364_zua%2Fub"},
"core_node12":{
"base_url":"http://127.0.0.1:54404/zua/ub",
"core":"testcollection_shard4_replica3",
"state":"active",
"node_name":"127.0.0.1:54404_zua%2Fub"}}},
"shard5":{
"range":"4ccc0000-7fffffff",
"state":"active",
"replicas":{
"core_node13":{
"base_url":"http://127.0.0.1:54385/zua/ub",
"core":"testcollection_shard5_replica2",
"state":"active",
"node_name":"127.0.0.1:54385_zua%2Fub",
"property.preferredleader":"true"},
"core_node14":{
"base_url":"http://127.0.0.1:54376/zua/ub",
"core":"testcollection_shard5_replica1",
"state":"active",
"node_name":"127.0.0.1:54376_zua%2Fub",
"leader":"true"},
"core_node15":{
"base_url":"http://127.0.0.1:54394/zua/ub",
"core":"testcollection_shard5_replica3",
"state":"active",
"node_name":"127.0.0.1:54394_zua%2Fub"}}}},
"autoAddReplicas":"false",
"router":{"name":"compositeId"},
"replicationFactor":"3"}
at
__randomizedtesting.SeedInfo.seed([49FE5B35AFFD49DC:C1AA64EF01012424]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.ReplicaPropertiesBase.verifyUnique(ReplicaPropertiesBase.java:176)
at
org.apache.solr.cloud.ReplicaPropertiesBase.verifyUniqueAcrossCollection(ReplicaPropertiesBase.java:107)
at
org.apache.solr.cloud.TestReplicaProperties.clusterAssignPropertyTest(TestReplicaProperties.java:108)
at
org.apache.solr.cloud.TestReplicaProperties.test(TestReplicaProperties.java:70)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
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:53)
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 9320 lines...]
[junit4] Suite: org.apache.solr.cloud.TestReplicaProperties
[junit4] 2> Creating dataDir:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties
49FE5B35AFFD49DC-001\init-core-data-001
[junit4] 2> 652639 T1952 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl
(false) and clientAuth (false)
[junit4] 2> 652639 T1952 oas.BaseDistributedSearchTestCase.initHostContext
Setting hostContext system property: /zua/ub
[junit4] 2> 652649 T1952 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4] 1> client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 652650 T1953 oasc.ZkTestServer$ZKServerMain.runFromConfig
Starting server
[junit4] 2> 652770 T1952 oasc.ZkTestServer.run start zk server on
port:54357
[junit4] 2> 652770 T1952
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 652775 T1952 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 652785 T1960 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@7a731073
name:ZooKeeperConnection Watcher:127.0.0.1:54357 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 652786 T1952 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 652787 T1952 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 652787 T1952 oascc.SolrZkClient.makePath makePath: /solr
[junit4] 2> 652794 T1952
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 652796 T1952 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 652798 T1963 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@866a56d name:ZooKeeperConnection
Watcher:127.0.0.1:54357/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 652800 T1952 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 652800 T1952 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 652813 T1952 oascc.SolrZkClient.makePath makePath:
/collections/collection1
[junit4] 2> 652819 T1952 oascc.SolrZkClient.makePath makePath:
/collections/collection1/shards
[junit4] 2> 652824 T1952 oascc.SolrZkClient.makePath makePath:
/collections/control_collection
[junit4] 2> 652829 T1952 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/shards
[junit4] 2> 652834 T1952 oasc.AbstractZkTestCase.putConfig put
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 652835 T1952 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.xml
[junit4] 2> 652842 T1952 oasc.AbstractZkTestCase.putConfig put
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema15.xml
to /configs/conf1/schema.xml
[junit4] 2> 652843 T1952 oascc.SolrZkClient.makePath makePath:
/configs/conf1/schema.xml
[junit4] 2> 652847 T1952 oasc.AbstractZkTestCase.putConfig put
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 652849 T1952 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 652854 T1952 oasc.AbstractZkTestCase.putConfig put
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 652855 T1952 oascc.SolrZkClient.makePath makePath:
/configs/conf1/stopwords.txt
[junit4] 2> 652861 T1952 oasc.AbstractZkTestCase.putConfig put
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 652861 T1952 oascc.SolrZkClient.makePath makePath:
/configs/conf1/protwords.txt
[junit4] 2> 652866 T1952 oasc.AbstractZkTestCase.putConfig put
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 652866 T1952 oascc.SolrZkClient.makePath makePath:
/configs/conf1/currency.xml
[junit4] 2> 652871 T1952 oasc.AbstractZkTestCase.putConfig put
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 652872 T1952 oascc.SolrZkClient.makePath makePath:
/configs/conf1/enumsConfig.xml
[junit4] 2> 652877 T1952 oasc.AbstractZkTestCase.putConfig put
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 652877 T1952 oascc.SolrZkClient.makePath makePath:
/configs/conf1/open-exchange-rates.json
[junit4] 2> 652882 T1952 oasc.AbstractZkTestCase.putConfig put
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 652883 T1952 oascc.SolrZkClient.makePath makePath:
/configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 652888 T1952 oasc.AbstractZkTestCase.putConfig put
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 652889 T1952 oascc.SolrZkClient.makePath makePath:
/configs/conf1/old_synonyms.txt
[junit4] 2> 652894 T1952 oasc.AbstractZkTestCase.putConfig put
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 652894 T1952 oascc.SolrZkClient.makePath makePath:
/configs/conf1/synonyms.txt
[junit4] 2> 654893 T1952 oas.SolrTestCaseJ4.writeCoreProperties Writing
core.properties file to
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties
49FE5B35AFFD49DC-001\control-001\cores\collection1
[junit4] 2> 654897 T1952 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 654901 T1952 oejs.AbstractConnector.doStart Started
[email protected]:54364
[junit4] 2> 654902 T1952 oascse.JettySolrRunner$1.lifeCycleStarted Jetty
properties:
{solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties
49FE5B35AFFD49DC-001\tempDir-001/control/data,
coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties
49FE5B35AFFD49DC-001\control-001\cores, hostPort=54364, hostContext=/zua/ub}
[junit4] 2> 654902 T1952 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@60f32dde
[junit4] 2> 654903 T1952 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties
49FE5B35AFFD49DC-001\control-001\'
[junit4] 2> 654943 T1952 oasc.SolrXmlConfig.fromFile Loading container
configuration from
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties
49FE5B35AFFD49DC-001\control-001\solr.xml
[junit4] 2> 654992 T1952 oasc.CorePropertiesLocator.<init> Config-defined
core root directory:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties
49FE5B35AFFD49DC-001\control-001\cores
[junit4] 2> 654992 T1952 oasc.CoreContainer.<init> New CoreContainer
690983854
[junit4] 2> 654992 T1952 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties
49FE5B35AFFD49DC-001\control-001\]
[junit4] 2> 654992 T1952 oasc.CoreContainer.load loading shared library:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties
49FE5B35AFFD49DC-001\control-001\lib
[junit4] 2> 654992 T1952 oasc.SolrResourceLoader.addToClassLoader WARN
Can't find (or read) directory to add to classloader: lib (resolved as:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties
49FE5B35AFFD49DC-001\control-001\lib).
[junit4] 2> 655009 T1952 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 655009 T1952 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 655009 T1952 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 655009 T1952 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 655009 T1952 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 655009 T1952 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 655009 T1952 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 655009 T1952 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 655009 T1952 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 655009 T1952 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 655009 T1952 oashc.HttpShardHandlerFactory.getParameter
Setting useRetries to: false
[junit4] 2> 655009 T1952 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 655012 T1952 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 655012 T1952 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 655012 T1952 oasc.CoreContainer.load Node Name: 127.0.0.1
[junit4] 2> 655012 T1952 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:54357/solr
[junit4] 2> 655012 T1952 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 655012 T1952
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 655014 T1952 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 655018 T1975 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@5e2e9425
name:ZooKeeperConnection Watcher:127.0.0.1:54357 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 655019 T1952 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 655019 T1952 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 655023 T1952 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 655026 T1978 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@14b7fd62
name:ZooKeeperConnection Watcher:127.0.0.1:54357/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 655027 T1952 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 655029 T1952 oascc.SolrZkClient.makePath makePath:
/overseer/queue
[junit4] 2> 655035 T1952 oascc.SolrZkClient.makePath makePath:
/overseer/collection-queue-work
[junit4] 2> 655039 T1952 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-running
[junit4] 2> 655044 T1952 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-completed
[junit4] 2> 655048 T1952 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-failure
[junit4] 2> 655054 T1952 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4] 2> 655056 T1952 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54364_zua%2Fub
[junit4] 2> 655057 T1952 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:54364_zua%2Fub
[junit4] 2> 655062 T1952 oascc.SolrZkClient.makePath makePath:
/overseer_elect
[junit4] 2> 655065 T1952 oascc.SolrZkClient.makePath makePath:
/overseer_elect/election
[junit4] 2> 655069 T1952 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 655071 T1952 oasc.OverseerElectionContext.runLeaderProcess I
am going to be the leader 127.0.0.1:54364_zua%2Fub
[junit4] 2> 655072 T1952 oascc.SolrZkClient.makePath makePath:
/overseer_elect/leader
[junit4] 2> 655076 T1952 oasc.Overseer.start Overseer
(id=93444624532439043-127.0.0.1:54364_zua%2Fub-n_0000000000) starting
[junit4] 2> 655079 T1952 oascc.SolrZkClient.makePath makePath:
/overseer/queue-work
[junit4] 2> 655094 T1952 oasc.OverseerAutoReplicaFailoverThread.<init>
Starting OverseerAutoReplicaFailoverThread
autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 655095 T1980 oasc.OverseerCollectionProcessor.run Process
current queue of collection creations
[junit4] 2> 655096 T1952 oascc.SolrZkClient.makePath makePath:
/clusterstate.json
[junit4] 2> 655097 T1979 oasc.Overseer$ClusterStateUpdater.run Starting to
work on the main queue
[junit4] 2> 655101 T1952 oascc.SolrZkClient.makePath makePath:
/aliases.json
[junit4] 2> 655103 T1952
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 655127 T1952 oasc.CorePropertiesLocator.discover Looking for
core definitions underneath
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties
49FE5B35AFFD49DC-001\control-001\cores
[junit4] 1> CORE DESCRIPTOR: {coreNodeName=,
instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties
49FE5B35AFFD49DC-001\control-001\cores\collection1, config=solrconfig.xml,
name=collection1,
absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties
49FE5B35AFFD49DC-001\control-001\cores\collection1\, dataDir=data\,
transient=false, schema=schema.xml, collection=control_collection, shard=,
loadOnStartup=true}
[junit4] 2> 655129 T1952 oasc.CorePropertiesLocator.discoverUnder Found
core collection1 in
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties
49FE5B35AFFD49DC-001\control-001\cores\collection1\
[junit4] 2> 655129 T1952 oasc.CorePropertiesLocator.discover Found 1 core
definitions
[junit4] 2> 655131 T1982 oasc.ZkController.publish publishing
core=collection1 state=down collection=control_collection
[junit4] 2> 655131 T1982 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 655132 T1978 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 655132 T1982 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 655135 T1979 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "base_url":"http://127.0.0.1:54364/zua/ub",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"down",
[junit4] 2> "operation":"state",
[junit4] 2> "numShards":"1",
[junit4] 2> "shard":null,
[junit4] 2> "roles":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "node_name":"127.0.0.1:54364_zua%2Fub"} current state
version: 0
[junit4] 2> 655136 T1979 oasco.ReplicaMutator.updateState Update state
numShards=1 message={
[junit4] 2> "base_url":"http://127.0.0.1:54364/zua/ub",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"down",
[junit4] 2> "operation":"state",
[junit4] 2> "numShards":"1",
[junit4] 2> "shard":null,
[junit4] 2> "roles":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "node_name":"127.0.0.1:54364_zua%2Fub"}
[junit4] 2> 655136 T1979 oasco.ClusterStateMutator.createCollection
building a new cName: control_collection
[junit4] 2> 655137 T1979 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard1
[junit4] 2> 655139 T1978 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4] 2> 656294 T1982 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 656294 T1982 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:control_collection
[junit4] 2> 656295 T1982 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 656296 T1982 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/control_collection
[junit4] 2> 656298 T1982 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 656299 T1982 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties
49FE5B35AFFD49DC-001\control-001\cores\collection1\'
[junit4] 2> 656330 T1982 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 656336 T1982 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 656351 T1982 oasc.SolrConfig.refreshRequestParams current
version of requestparams : -1
[junit4] 2> 656392 T1982 oasc.SolrConfig.<init> Using Lucene MatchVersion:
5.1.0
[junit4] 2> 656495 T1982 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 656498 T1982 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 656508 T1982 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 657127 T1982 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 657127 T1982 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 657147 T1982 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 657156 T1982 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 657204 T1982 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection control_collection
[junit4] 2> 657204 T1982 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 657205 T1982 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties
49FE5B35AFFD49DC-001\control-001\cores\collection1\,
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties
49FE5B35AFFD49DC-001\control-001\cores\collection1\data\
[junit4] 2> 657205 T1982 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7523f2b
[junit4] 2> 657207 T1982 oasc.CachingDirectoryFactory.get return new
directory for
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties
49FE5B35AFFD49DC-001\control-001\cores\collection1\data\
[junit4] 2> 657207 T1982 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties
49FE5B35AFFD49DC-001\control-001\cores\collection1\data\index/
[junit4] 2> 657208 T1982 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties
49FE5B35AFFD49DC-001\control-001\cores\collection1\data\index' doesn't exist.
Creating new index...
[junit4] 2> 657208 T1982 oasc.CachingDirectoryFactory.get return new
directory for
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties
49FE5B35AFFD49DC-001\control-001\cores\collection1\data\index
[junit4] 2> 657209 T1982 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=44, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=45.51953125,
floorSegmentMB=1.330078125, forceMergeDeletesPctAllowed=2.1418611604863145,
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8929281405690209
[junit4] 2> 657210 T1982 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@409b271d
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a25020e),segFN=segments_1,generation=1}
[junit4] 2> 657210 T1982 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 657217 T1982 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 657218 T1982 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 657218 T1982 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 657219 T1982 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 657219 T1982 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 657219 T1982 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 657220 T1982 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 657221 T1982 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 657221 T1982 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 657222 T1982 oasc.RequestHandlers.initHandlersFromConfig
created /update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 657224 T1982 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 657224 T1982 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 657225 T1982 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 657226 T1982 oasc.RequestHandlers.initHandlersFromConfig
created /config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 657227 T1982 oasc.RequestHandlers.initHandlersFromConfig
created /schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 657227 T1982 oasc.RequestHandlers.initHandlersFromConfig
created /replication: org.apache.solr.handler.ReplicationHandler
[junit4] 2> 657228 T1982 oasc.RequestHandlers.initHandlersFromConfig
created /get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 657229 T1982 oasc.RequestHandlers.initHandlersFromConfig
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 657233 T1982 oasc.RequestHandlers.initHandlersFromConfig
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 657234 T1982 oasc.RequestHandlers.initHandlersFromConfig
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 657235 T1982 oasc.RequestHandlers.initHandlersFromConfig
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 657236 T1982 oasc.RequestHandlers.initHandlersFromConfig
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 657236 T1982 oasc.RequestHandlers.initHandlersFromConfig
created /admin/properties:
org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 657237 T1982 oasc.RequestHandlers.initHandlersFromConfig
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
[junit4] 2> 657238 T1982 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 657239 T1982 oasc.RequestHandlers.initHandlersFromConfig
created /admin/ping: org.apache.solr.handler.PingRequestHandler
[junit4] 2> 657239 T1982 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 657249 T1982 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 657251 T1982 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 657253 T1982 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 657256 T1982 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 657259 T1982 oasc.SolrCore.initStatsCache Using default
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 657262 T1982 oasu.UpdateHandler.<init> Using UpdateLog
implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 657262 T1982 oasu.UpdateLog.init Initializing UpdateLog:
dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
[junit4] 2> 657264 T1982 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
[junit4] 2> 657266 T1982 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
[junit4] 2> 657277 T1982 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=11, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.21394874580140322]
[junit4] 2> 657278 T1982 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@409b271d
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a25020e),segFN=segments_1,generation=1}
[junit4] 2> 657278 T1982 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 657278 T1982 oass.SolrIndexSearcher.<init> Opening
Searcher@7e536c1c[collection1] main
[junit4] 2> 657278 T1982 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/control_collection
[junit4] 2> 657281 T1982 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 657281 T1982 oasr.ManagedResourceStorage.newStorageIO Setting
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 657283 T1982
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 657283 T1982 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 657283 T1982 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 657284 T1982
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 657284 T1982 oasr.ManagedResourceStorage.load Loaded null at
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 657284 T1982 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 657284 T1982 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 657286 T1983 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@7e536c1c[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 657287 T1982 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 657288 T1986 oasc.ZkController.register Register replica -
core:collection1 address:http://127.0.0.1:54364/zua/ub
collection:control_collection shard:shard1
[junit4] 2> 657289 T1952 oass.SolrDispatchFilter.init
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
[junit4] 2> 657289 T1952 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 657290 T1952
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 657292 T1986 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leader_elect/shard1/election
[junit4] 2> 657293 T1952 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 657296 T1989 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@633d9300
name:ZooKeeperConnection Watcher:127.0.0.1:54357/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 657296 T1952 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 657296 T1952 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 657300 T1952
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 657305 T1986 oasc.ShardLeaderElectionContext.runLeaderProcess
Running the leader process for shard shard1
[junit4] 2> 657305 T1952 oasc.ChaosMonkey.monkeyLog monkey: init - expire
sessions:false cause connection loss:false
[junit4] 2> 657310 T1978 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 657311 T1986
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 657311 T1986 oasc.ShardLeaderElectionContext.runLeaderProcess
I may be the new leader - try and sync
[junit4] 2> ASYNC NEW_CORE C2093 name=collection1
org.apache.solr.core.SolrCore@51d34705
url=http://127.0.0.1:54364/zua/ub/collection1 node=127.0.0.1:54364_zua%2Fub
C2093_STATE=coll:control_collection core:collection1
props:{base_url=http://127.0.0.1:54364/zua/ub, core=collection1, state=down,
node_name=127.0.0.1:54364_zua%2Fub}
[junit4] 2> 657311 T1986 C2093 P54364 oasc.SyncStrategy.sync Sync replicas
to http://127.0.0.1:54364/zua/ub/collection1/
[junit4] 2> 657312 T1986 C2093 P54364 oasc.SyncStrategy.syncReplicas Sync
Success - now sync replicas to me
[junit4] 2> 657312 T1986 C2093 P54364 oasc.SyncStrategy.syncToMe
http://127.0.0.1:54364/zua/ub/collection1/ has no replicas
[junit4] 2> 657312 T1986 oasc.ShardLeaderElectionContext.runLeaderProcess
I am the new leader: http://127.0.0.1:54364/zua/ub/collection1/ shard1
[junit4] 2> 657313 T1986 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leaders/shard1
[junit4] 2> 657315 T1979 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection"} current state
version: 1
[junit4] 2> 657321 T1989 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4] 2> 657324 T1978 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4] 2> 657343 T1979 oasc.Overseer$ClusterStateUpdater.run
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:54364/zua/ub",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"} current state version: 2
[junit4] 2> 657347 T1978 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 657351 T1978 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4] 2> 657352 T1989 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4] 2> 657400 T1986 oasc.ZkController.register We are
http://127.0.0.1:54364/zua/ub/collection1/ and leader is
http://127.0.0.1:54364/zua/ub/collection1/
[junit4] 2> 657400 T1986 oasc.ZkController.register No LogReplay needed
for core=collection1 baseURL=http://127.0.0.1:54364/zua/ub
[junit4] 2> 657400 T1986 oasc.ZkController.checkRecovery I am the leader,
no recovery necessary
[junit4] 2> 657400 T1986 oasc.ZkController.publish publishing
core=collection1 state=active collection=control_collection
[junit4] 2> 657400 T1986 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 657405 T1978 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 657408 T1979 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "base_url":"http://127.0.0.1:54364/zua/ub",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "operation":"state",
[junit4] 2> "numShards":"2",
[junit4] 2> "shard":"shard1",
[junit4] 2> "roles":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "node_name":"127.0.0.1:54364_zua%2Fub"} current state
version: 3
[junit4] 2> 657411 T1979 oasco.ReplicaMutator.updateState Update state
numShards=2 message={
[junit4] 2> "base_url":"http://127.0.0.1:54364/zua/ub",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "operation":"state",
[junit4] 2> "numShards":"2",
[junit4] 2> "shard":"shard1",
[junit4] 2> "roles":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "node_name":"127.0.0.1:54364_zua%2Fub"}
[junit4] 2> 657535 T1978 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4] 2> 657536 T1989 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4] 2> 658933 T1952 oas.SolrTestCaseJ4.writeCoreProperties Writing
core.properties file to
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties
49FE5B35AFFD49DC-001\shard-1-001\cores\collection1
[junit4] 2> 658937 T1952 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 1 in directory
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties
49FE5B35AFFD49DC-001\shard-1-001
[junit4] 2> 658937 T1952 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 658942 T1952 oejs.AbstractConnector.doStart Started
[email protected]:54376
[junit4] 2> 658943 T1952 oascse.JettySolrRunner$1.lifeCycleStarted Jetty
properties:
{coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties
49FE5B35AFFD49DC-001\shard-1-001\cores,
solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties
49FE5B35AFFD49DC-001\tempDir-001/jetty1, hostPort=54376, hostContext=/zua/ub,
solrconfig=solrconfig.xml}
[junit4] 2> 658944 T1952 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@60f32dde
[junit4] 2> 658944 T1952 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties
49FE5B35AFFD49DC-001\shard-1-001\'
[junit4] 2> 658985 T1952 oasc.SolrXmlConfig.fromFile Loading container
configuration from
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties
49FE5B35AFFD49DC-001\shard-1-001\solr.xml
[junit4] 2> 659032 T1952 oasc.CorePropertiesLocator.<init> Config-defined
core root directory:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties
49FE5B35AFFD49DC-001\shard-1-001\cores
[junit4] 2> 659033 T1952 oasc.CoreContainer.<init> New CoreContainer
1495087048
[junit4] 2> 659033 T1952 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties
49FE5B35AFFD49DC-001\shard-1-001\]
[junit4] 2> 659033 T1952 oasc.CoreContainer.load loading shared library:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties
49FE5B35AFFD49DC-001\shard-1-001\lib
[junit4] 2> 659033 T1952 oasc.SolrResourceLoader.addToClassLoader WARN
Can't find (or read) directory to add to classloader: lib (resolved as:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties
49FE5B35AFFD49DC-001\shard-1-001\lib).
[junit4] 2> 659047 T1952 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 659047 T1952 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 659047 T1952 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 659049 T1952 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 659049 T1952 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 659049 T1952 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 659049 T1952 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 659050 T1952 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 659050 T1952 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 659050 T1952 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 659050 T1952 oashc.HttpShardHandlerFactory.getParameter
Setting useRetries to: false
[junit4] 2> 659050 T1952 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 659050 T1952 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 659050 T1952 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 659050 T1952 oasc.CoreContainer.load Node Name: 127.0.0.1
[junit4] 2> 659050 T1952 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:54357/solr
[junit4] 2> 659050 T1952 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 659051 T1952
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 659053 T1952 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 659055 T2001 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@529e485e
name:ZooKeeperConnection Watcher:127.0.0.1:54357 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 659055 T1952 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 659056 T1952 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 659062 T1952 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 659064 T2004 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@5a2782b8
name:ZooKeeperConnection Watcher:127.0.0.1:54357/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 659066 T1952 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 659080 T1952
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 660251 T1952 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54376_zua%2Fub
[junit4] 2> 660255 T1952 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:54376_zua%2Fub
[junit4] 2> 660265 T1952 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 660269 T1952 oasc.CorePropertiesLocator.discover Looking for
core definitions underneath
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties
49FE5B35AFFD49DC-001\shard-1-001\cores
[junit4] 1> CORE DESCRIPTOR: {name=collection1, transient=false,
dataDir=data\, shard=, coreNodeName=,
absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties
49FE5B35AFFD49DC-001\shard-1-001\cores\collection1\, loadOnStartup=true,
instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties
49FE5B35AFFD49DC-001\shard-1-001\cores\collection1, schema=schema.xml,
collection=collection1, config=solrconfig.xml}
[junit4] 2> 660272 T1952 oasc.CorePropertiesLocator.discoverUnder Found
core collection1 in
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties
49FE5B35AFFD49DC-001\shard-1-001\cores\collection1\
[junit4] 2> 660273 T1952 oasc.CorePropertiesLocator.discover Found 1 core
definitions
[junit4] 2> 660274 T2005 oasc.ZkController.publish publishing
core=collection1 state=down collection=collection1
[junit4] 2> 660275 T2005 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 660277 T2005 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 660277 T1978 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 660280 T1979 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "base_url":"http://127.0.0.1:54376/zua/ub",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"down",
[junit4] 2> "operation":"state",
[junit4] 2> "numShards":"2",
[junit4] 2> "shard":null,
[junit4] 2> "roles":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "node_name":"127.0.0.1:54376_zua%2Fub"} current state
version: 4
[junit4] 2> 660282 T1979 oasco.ReplicaMutator.updateState Update state
numShards=2 message={
[junit4] 2> "base_url":"http://127.0.0.1:54376/zua/ub",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"down",
[junit4] 2> "operation":"state",
[junit4] 2> "numShards":"2",
[junit4] 2> "shard":null,
[junit4] 2> "roles":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "node_name":"127.0.0.1:54376_zua%2Fub"}
[junit4] 2> 660282 T1979 oasco.ClusterStateMutator.createCollection
building a new cName: collection1
[junit4] 2> 660282 T1979 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard1
[junit4] 2> 660285 T1978 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 660286 T1989 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 660286 T2004 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 661438 T2005 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 661438 T2005 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:collection1
[junit4] 2> 661439 T2005 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 661439 T2005 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 661443 T2005 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 661443 T2005 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties
49FE5B35AFFD49DC-001\shard-1-001\cores\collection1\'
[junit4] 2> 661469 T2005 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 661474 T2005 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 661487 T2005 oasc.SolrConfig.refreshRequestParams current
version of requestparams : -1
[junit4] 2> 661525 T2005 oasc.SolrConfig.<init> Using Lucene MatchVersion:
5.1.0
[junit4] 2> 661620 T2005 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 661624 T2005 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 661632 T2005 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 662257 T2005 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 662260 T2005 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 662264 T2005 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 662282 T2005 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 662323 T2005 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection collection1
[junit4] 2> 662324 T2005 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 662324 T2005 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties
49FE5B35AFFD49DC-001\shard-1-001\cores\collection1\,
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties
49FE5B35AFFD49DC-001\shard-1-001\cores\collection1\data\
[junit4] 2> 662324 T2005 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7523f2b
[junit4] 2> 662325 T2005 oasc.CachingDirectoryFactory.get return new
directory for
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties
49FE5B35AFFD49DC-001\shard-1-001\cores\collection1\data\
[junit4] 2> 662325 T2005 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties
49FE5B35AFFD49DC-001\shard-1-001\cores\collection1\data\index/
[junit4] 2> 662325 T2005 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties
49FE5B35AFFD49DC-001\shard-1-001\cores\collection1\data\index' doesn't exist.
Creating new index...
[junit4] 2> 662327 T2005 oasc.CachingDirectoryFactory.get return new
directory for
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties
49FE5B35AFFD49DC-001\shard-1-001\cores\collection1\data\index
[junit4] 2> 662327 T2005 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=44, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=45.51953125,
floorSegmentMB=1.330078125, forceMergeDeletesPctAllowed=2.1418611604863145,
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8929281405690209
[junit4] 2> 662328 T2005 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@426bf834
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3e743ffd),segFN=segments_1,generation=1}
[junit4] 2> 662328 T2005 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 662333 T2005 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 662335 T2005 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 662335 T2005 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 662335 T2005 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 662335 T2005 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 662336 T2005 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 662336 T2005 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 662336 T2005 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 662337 T2005 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 662337 T2005 oasc.RequestHandlers.initHandlersFromConfig
created /update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 662338 T2005 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 662338 T2005 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 662339 T2005 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 662340 T2005 oasc.RequestHandlers.initHandlersFromConfig
created /config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 662340 T2005 oasc.RequestHandlers.initHandlersFromConfig
created /schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 662341 T2005 oasc.RequestHandlers.initHandlersFromConfig
created /replication: org.apache.solr.handler.ReplicationHandler
[junit4] 2> 662342 T2005 oasc.RequestHandlers.initHandlersFromConfig
created /get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 662342 T2005 oasc.RequestHandlers.initHandlersFromConfig
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 662347 T2005 oasc.RequestHandlers.initHandlersFromConfig
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 662347 T2005 oasc.RequestHandlers.initHandlersFromConfig
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 662348 T2005 oasc.RequestHandlers.initHandlersFromConfig
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 662348 T2005 oasc.RequestHandlers.initHandlersFromConfig
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 662349 T2005 oasc.RequestHandlers.initHandlersFromConfig
created /admin/properties:
org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 662349 T2005 oasc.RequestHandlers.initHandlersFromConfig
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
[junit4] 2> 662350 T2005 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 662350 T2005 oasc.RequestHandlers.initHandlersFromConfig
created /admin/ping: org.apache.solr.handler.PingRequestHandler
[junit4] 2> 662352 T2005 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 662362 T2005 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 662362 T2005 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 662364 T2005 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 662365 T2005 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 662370 T2005 oasc.SolrCore.initStatsCache Using default
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 662371 T2005 oasu.UpdateHandler.<init> Using UpdateLog
implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 662371 T2005 oasu.UpdateLog.init Initializing UpdateLog:
dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
[junit4] 2> 662374 T2005 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
[junit4] 2> 662374 T2005 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
[junit4] 2> 662387 T2005 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=11, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.21394874580140322]
[junit4] 2> 662388 T2005 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@426bf834
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3e743ffd),segFN=segments_1,generation=1}
[junit4] 2> 662388 T2005 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 662388 T2005 oass.SolrIndexSearcher.<init> Opening
Searcher@7bb48f10[collection1] main
[junit4] 2> 662388 T2005 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 662394 T2005 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 662394 T2005 oasr.ManagedResourceStorage.newStorageIO Setting
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 662395 T2005
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 662395 T2005 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 662395 T2005 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 662397 T2005
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 662397 T2005 oasr.ManagedResourceStorage.load Loaded null at
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 662397 T2005 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 662397 T2005 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 662398 T2006 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@7bb48f10[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 662399 T2005 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 662400 T2009 oasc.ZkController.register Register replica -
core:collection1 address:http://127.0.0.1:54376/zua/ub collection:collection1
shard:shard1
[junit4] 2> 662400 T1952 oass.SolrDispatchFilter.init
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
[junit4] 2> 662401 T1952 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 662403 T2009 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leader_elect/shard1/election
[junit4] 2> 662413 T2009 oasc.ShardLeaderElectionContext.runLeaderProcess
Running the leader process for shard shard1
[junit4] 2> 662417 T1978 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 662418 T2009
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 662418 T2009 oasc.ShardLeaderElectionContext.runLeaderProcess
I may be the new leader - try and sync
[junit4] 2> ASYNC NEW_CORE C2094 name=collection1
org.apache.solr.core.SolrCore@77d99714
url=http://127.0.0.1:54376/zua/ub/collection1 node=127.0.0.1:54376_zua%2Fub
C2094_STATE=coll:collection1 core:collection1
props:{base_url=http://127.0.0.1:54376/zua/ub, core=collection1, state=down,
node_name=127.0.0.1:54376_zua%2Fub}
[junit4] 2> 662418 T2009 C2094 P54376 oasc.SyncStrategy.sync Sync replicas
to http://127.0.0.1:54376/zua/ub/collection1/
[junit4] 2> 662418 T2009 C2094 P54376 oasc.SyncStrategy.syncReplicas Sync
Success - now sync replicas to me
[junit4] 2> 662418 T2009 C2094 P54376 oasc.SyncStrategy.syncToMe
http://127.0.0.1:54376/zua/ub/collection1/ has no replicas
[junit4] 2> 662418 T2009 oasc.ShardLeaderElectionContext.runLeaderProcess
I am the new leader: http://127.0.0.1:54376/zua/ub/collection1/ shard1
[junit4] 2> 662420 T2009 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leaders/shard1
[junit4] 2> 662421 T1979 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"collection1"} current state version: 5
[junit4] 2> 662425 T2004 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 662426 T1978 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 662426 T1989 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 662446 T1979 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"collection1",
[junit4] 2> "base_url":"http://127.0.0.1:54376/zua/ub",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"} current state version: 6
[junit4] 2> 662450 T1978 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 662570 T1989 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 662570 T2004 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 662571 T1978 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 662621 T2009 oasc.ZkController.register We are
http://127.0.0.1:54376/zua/ub/collection1/ and leader is
http://127.0.0.1:54376/zua/ub/collection1/
[junit4] 2> 662621 T2009 oasc.ZkController.register No LogReplay needed
for core=collection1 baseURL=http://127.0.0.1:54376/zua/ub
[junit4] 2> 662621 T2009 oasc.ZkController.checkRecovery I am the leader,
no recovery necessary
[junit4] 2> 662621 T2009 oasc.ZkController.publish publishing
core=collection1 state=active collection=collection1
[junit4] 2> 662621 T2009 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 662625 T1978 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 662627 T1979 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "base_url":"http://127.0.0.1:54376/zua/ub",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "operation":"state",
[junit4] 2> "numShards":"2",
[junit4] 2> "shard":"shard1",
[junit4] 2> "roles":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "node_name":"127.0.0.1:54376_zua%2Fub"} current state
version: 7
[junit4] 2> 662628 T1979 oasco.ReplicaMutator.updateState Update state
numShards=2 message={
[junit4] 2> "base_url":"http://127.0.0.1:54376/zua/ub",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "operation":"state",
[junit4] 2> "numShards":"2",
[junit4] 2> "shard":"shard1",
[junit4] 2> "roles":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "node_name":"127.0.0.1:54376_zua%2Fub"}
[junit4] 2> 662754 T1989 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 662755 T1978 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 662756 T2004 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 664229 T1952 oas.SolrTestCaseJ4.writeCoreProperties Writing
core.properties file to
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties
49FE5B35AFFD49DC-001\shard-2-001\cores\collection1
[junit4] 2> 664232 T1952 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 2 in directory
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties
49FE5B35AFFD49DC-001\shard-2-001
[junit4] 2> 664232 T1952 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 664237 T1952 oejs.AbstractConnector.doStart Started
[email protected]:54385
[junit4] 2> 664238 T1952 oascse.JettySolrRunner$1.lifeCycleStarted Jetty
properties:
{solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties
49FE5B35AFFD49DC-001\tempDir-001/jetty2, solrconfig=solrconfig.xml,
hostPort=54385,
coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties
49FE5B35AFFD49DC-001\shard-2-001\cores, hostContext=/zua/ub}
[junit4] 2> 664238 T1952 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@60f32dde
[junit4] 2> 664239 T1952 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties
49FE5B35AFFD49DC-001\shard-2-001\'
[junit4] 2> 664280 T1952 oasc.SolrXmlConfig.fromFile Loading container
configuration from
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties
49FE5B35AFFD49DC-001\shard-2-001\solr.xml
[junit4] 2> 664323 T1952 oasc.CorePropertiesLocator.<init> Config-defined
core root directory:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties
49FE5B35AFFD49DC-001\shard-2-001\cores
[junit4] 2> 664323 T1952 oasc.CoreContainer.<init> New CoreContainer
926547633
[junit4] 2> 664323 T1952 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties
49FE5B35AFFD49DC-001\shard-2-001\]
[junit4] 2> 664323 T1952 oasc.CoreContainer.load loading shared library:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties
49FE5B35AFFD49DC-001\shard-2-001\lib
[junit4] 2> 664323 T1952 oasc.SolrResourceLoader.addToClassLoader WARN
Can't find (or read) directory to add to classloader: lib (resolved as:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties
49FE5B35AFFD49DC-001\shard-2-001\lib).
[junit4] 2> 664336 T1952 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 664336 T1952 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 664336 T1952 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 664336 T1952 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 664336 T1952 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 664336 T1952 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 664336 T1952 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 664336 T1952 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 664336 T1952 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 664336 T1952 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 664336 T1952 oashc.HttpShardHandlerFactory.getParameter
Setting useRetries to: false
[...truncated too long message...]
amicFieldResource, QueryEqualityTest, TermVectorComponentTest,
SSLMigrationTest, TestOrdValues, TestSolrDeletionPolicy2, TestBulkSchemaAPI,
TestSolrDeletionPolicy1, TestManagedResource, ZkControllerTest,
SpellCheckCollatorTest, DocumentAnalysisRequestHandlerTest, TestConfigOverlay,
TestAnalyzeInfixSuggestions, DistributedQueryComponentOptimizationTest,
TestFiltering, UUIDUpdateProcessorFallbackTest, TestFastLRUCache,
TestRecoveryHdfs, TestHdfsUpdateLog, URLClassifyProcessorTest,
TestManagedSchemaFieldResource, AutoCommitTest, ConvertedLegacyTest,
EchoParamsTest, TestRangeQuery, TestRawResponseWriter,
TestDynamicFieldCollectionResource, TestRestManager,
XmlUpdateRequestHandlerTest, StatelessScriptUpdateProcessorFactoryTest,
TestRTGBase, TestStandardQParsers, DocExpirationUpdateProcessorFactoryTest,
ChaosMonkeyNothingIsSafeTest, TestTrackingShardHandlerFactory,
IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestStressReorder,
HighlighterMaxOffsetTest, MBeansHandlerTest, SaslZkACLProviderTest,
DocValuesTest, NumericFieldsTest, TestSolr4Spatial2, TestComponentsName,
SimpleFacetsTest, TestNRTOpen, TestConfigSets, TestTrie,
TestSweetSpotSimilarityFactory, SpatialRPTFieldTypeTest, DOMUtilTest,
TestLeaderElectionZkExpiry, ScriptEngineTest, ShowFileRequestHandlerTest,
TestSchemaNameResource, TestSolrConfigHandlerCloud,
UpdateRequestProcessorFactoryTest, TestSearchPerf, ZkCLITest,
TestMaxScoreQueryParser, TestReplicaProperties, OverseerRolesTest,
DeleteLastCustomShardedReplicaTest, ResponseLogComponentTest, PolyFieldTest,
TestLuceneMatchVersion, TestFieldSortValues, TestConfig, OverseerStatusTest,
ChaosMonkeySafeLeaderTest, HttpPartitionTest, TestManagedSynonymFilterFactory,
AnalyticsQueryTest, TestCSVLoader, OverriddenZkACLAndCredentialsProvidersTest,
MultiThreadedOCPTest, TestDFRSimilarityFactory, TestClusterStateMutator,
TestRequestStatusCollectionAPI, IndexSchemaRuntimeFieldTest,
AsyncMigrateRouteKeyTest, HardAutoCommitTest, TestBadConfig,
TestManagedSchemaFieldTypeResource, TestCSVResponseWriter, JsonLoaderTest,
UniqFieldsUpdateProcessorFactoryTest, TestSolrXml, TestStressRecovery,
ConnectionManagerTest, TestFastOutputStream, UpdateParamsTest,
TriLevelCompositeIdRoutingTest, OutputWriterTest, CSVRequestHandlerTest,
SpatialFilterTest, TestCollapseQParserPlugin, TestRebalanceLeaders,
TestSuggestSpellingConverter, TestObjectReleaseTracker, ShardRoutingCustomTest,
TestLRUStatsCache, ChangedSchemaMergeTest, TestLRUCache, RollingRestartTest,
TestSerializedLuceneMatchVersion, TestMiniSolrCloudCluster, SyncSliceTest,
TestPostingsSolrHighlighter, AliasIntegrationTest, CoreAdminCreateDiscoverTest,
DistributedQueryComponentCustomSortTest, SuggestComponentTest,
AnalysisAfterCoreReloadTest, DefaultValueUpdateProcessorTest,
FastVectorHighlighterTest, PathHierarchyTokenizerFactoryTest,
TestSortingResponseWriter, TestQuerySenderNoQuery,
TestDefaultSimilarityFactory, SolrIndexConfigTest, TestZkChroot, DateFieldTest,
SimpleCollectionCreateDeleteTest, OpenCloseCoreStressTest,
StandardRequestHandlerTest, HdfsChaosMonkeySafeLeaderTest,
TestReRankQParserPlugin, TestCustomSort, TestCloudSchemaless,
DistributedIntervalFacetingTest, CoreAdminRequestStatusTest,
OverseerCollectionProcessorTest, TestNoOpRegenerator,
AnalyticsMergeStrategyTest, SynonymTokenizerTest, TestStressVersions,
LeaderElectionIntegrationTest, TestFastWriter,
OpenExchangeRatesOrgProviderTest, TestElisionMultitermQuery,
FacetPivotSmallTest, SolrCoreCheckLockOnStartupTest, TestDistributedGrouping,
TestArbitraryIndexDir, TestFieldResource, DirectUpdateHandlerOptimizeTest,
MigrateRouteKeyTest, TestConfigReload, HighlighterConfigTest,
TestFuzzyAnalyzedSuggestions, TestStressUserVersions, CoreAdminHandlerTest,
TestManagedStopFilterFactory, TestTolerantSearch, DebugComponentTest,
TestBinaryField, MultiTermTest, SolrPluginUtilsTest, TestXIncludeConfig,
TestInfoStreamLogging, SuggesterTSTTest, HighlighterTest, MergeStrategyTest,
DistribCursorPagingTest, HdfsBasicDistributedZkTest,
SharedFSAutoReplicaFailoverUtilsTest, DistribJoinFromCollectionTest,
ZkStateWriterTest, TestAnalyzedSuggestions, TestWriterPerf,
CachingDirectoryFactoryTest, TestDistributedSearch, TestJmxIntegration,
TestExceedMaxTermLength, ShardRoutingTest, TestSolr4Spatial,
TestPerFieldSimilarity, SuggesterFSTTest, SolrTestCaseJ4Test,
TestSchemaVersionResource, TestCloudManagedSchemaConcurrent,
TestPivotHelperCode, QueryResultKeyTest, AnalysisErrorHandlingTest,
DistributedFacetPivotLongTailTest, SolrIndexSplitterTest,
IndexBasedSpellCheckerTest, SpellingQueryConverterTest,
DistributedSuggestComponentTest, DistributedSpellCheckComponentTest,
PluginInfoTest, TestRealTimeGet, DeleteShardTest, TestHashPartitioner,
TestInitQParser, HdfsWriteToMultipleCollectionsTest, SolrInfoMBeanTest,
BasicFunctionalityTest, TestMiniSolrCloudClusterSSL, TestUtils,
TestReversedWildcardFilterFactory, TestChildDocTransformer,
TestBulkSchemaConcurrent, TestCloudManagedSchema, TestFunctionQuery,
TestFieldTypeCollectionResource, TestDocSet,
TestHighFrequencyDictionaryFactory, DateRangeFieldTest, DeleteReplicaTest,
TestSchemaResource, DistributedMLTComponentTest, ExternalFileFieldSortTest,
NoCacheHeaderTest, DirectUpdateHandlerTest, BasicDistributedZkTest,
BasicDistributedZk2Test, UnloadDistributedZkTest,
CollectionsAPIDistributedZkTest, OverseerTest, BasicZkTest, RecoveryZkTest,
FullSolrCloudDistribCmdsTest, TestReplicationHandler, ClusterStateUpdateTest,
TestRandomFaceting, LeaderElectionTest, ZkSolrClientTest, TestRandomDVFaceting,
TestFaceting, TestRecovery, TermVectorComponentDistributedTest, TestJoin,
TestReload, DistributedTermsComponentTest, TestCoreContainer, SolrCoreTest,
StatsComponentTest, SpellCheckComponentTest, TestGroupingSearch,
SolrCmdDistributorTest, QueryElevationComponentTest, PeerSyncTest,
BadIndexSchemaTest, TestSort, TestLazyCores, TestIndexSearcher,
SoftAutoCommitTest, CurrencyFieldOpenExchangeTest,
DistributedQueryElevationComponentTest, CurrencyFieldXmlFileTest,
TestCoreDiscovery, SignatureUpdateProcessorFactoryTest,
TestExtendedDismaxParser, SolrRequestParserTest, TestFoldingMultitermQuery,
SuggesterTest, TestStressLucene, SuggesterWFSTTest,
WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest,
TestPseudoReturnFields, TestUpdate, FieldMutatingUpdateProcessorTest,
TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, SortByFunctionTest,
TestRemoteStreaming, DocValuesMultiTest, DistanceFunctionTest,
XsltUpdateRequestHandlerTest, CacheHeaderTest, TestSurroundQueryParser,
LukeRequestHandlerTest, DisMaxRequestHandlerTest, TestQueryUtils,
DirectSolrSpellCheckerTest, TestQueryTypes, PrimitiveFieldTypeTest,
TestOmitPositions, FileBasedSpellCheckerTest, TermsComponentTest,
RequestHandlersTest, DocumentBuilderTest, TestValueSourceCache,
TestIndexingPerformance, MoreLikeThisHandlerTest, RequiredFieldsTest,
FieldAnalysisRequestHandlerTest, TestSolrQueryParser, LoggingHandlerTest,
RegexBoostProcessorTest, IndexSchemaTest, TestCollationField, ReturnFieldsTest,
JSONWriterTest, QueryParsingTest, BinaryUpdateRequestHandlerTest,
TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter,
PingRequestHandlerTest, SearchHandlerTest, TestBinaryResponseWriter,
TestLFUCache, SOLR749Test, TestQuerySenderListener, AlternateDirectoryTest,
TestSolrIndexConfig, CopyFieldTest, BadComponentTest, TestMergePolicyConfig,
SampleTest, MinimalSchemaTest, TestSolrCoreProperties,
DirectSolrConnectionTest, NotRequiredUniqueKeyTest, TestPhraseSuggestions,
SpellPossibilityIteratorTest, TestCharFilters, TestCodecSupport,
TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory,
TestIBSimilarityFactory, TestBM25SimilarityFactory, TestJmxMonitoredMap,
TimeZoneUtilsTest, ResourceLoaderTest, DateMathParserTest,
PreAnalyzedFieldTest, TestSystemIdResolver, PrimUtilsTest, ClusterStateTest,
TestSolrJ, TestDocumentBuilder, ZkNodePropsTest, SliceStateTest, UUIDFieldTest,
FileUtilsTest, CircularListTest, CursorPagingTest,
TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort,
TestHighlightDedupGrouping, TestJettySolrRunner, ActionThrottleTest,
AssignTest, CollectionsAPIAsyncDistributedZkTest, CustomCollectionTest,
DeleteInactiveReplicaTest, DistribDocExpirationUpdateProcessorTest,
DistributedQueueTest, ExternalCollectionsTest,
LeaderFailoverAfterPartitionTest, LeaderInitiatedRecoveryOnCommitTest,
OutOfBoxZkACLAndCredentialsProvidersTest, RecoveryAfterSoftCommitTest,
RemoteQueryErrorTest, ReplicationFactorTest]
[junit4] Completed in 65.13s, 1 test, 1 error <<< FAILURES!
[...truncated 284 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39:
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509:
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370:
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976:
There were test failures: 470 suites, 1873 tests, 1 error, 1 failure, 57
ignored (30 assumptions)
Total time: 141 minutes 24 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.7.0_76
-XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]