Build: https://builds.apache.org/job/Lucene-Solr-Tests-4.x-Java7/2051/
1 tests failed.
REGRESSION: org.apache.solr.cloud.ReplicationFactorTest.testDistribSearch
Error Message:
Didn't see all replicas come up within 30000 ms! ClusterState: live
nodes:[127.0.0.1:10181_, 127.0.0.1:30630_, 127.0.0.1:60116_, 127.0.0.1:23836_]
collections:{control_collection=DocCollection(control_collection)={
"maxShardsPerNode":"1", "autoCreated":"true", "replicationFactor":"1",
"router":{"name":"compositeId"}, "shards":{"shard1":{
"range":"80000000-7fffffff", "state":"active",
"replicas":{"core_node1":{ "state":"active",
"base_url":"http://127.0.0.1:10181", "core":"collection1",
"node_name":"127.0.0.1:10181_", "leader":"true"}}}}},
collection1=DocCollection(collection1)={ "maxShardsPerNode":"1",
"autoCreated":"true", "replicationFactor":"1",
"router":{"name":"compositeId"}, "shards":{ "shard1":{
"range":"80000000-d554ffff", "state":"active",
"replicas":{"core_node1":{ "state":"active",
"base_url":"http://127.0.0.1:60116", "core":"collection1",
"node_name":"127.0.0.1:60116_", "leader":"true"}}}, "shard2":{
"range":"d5550000-2aa9ffff", "state":"active",
"replicas":{"core_node2":{ "state":"active",
"base_url":"http://127.0.0.1:30630", "core":"collection1",
"node_name":"127.0.0.1:30630_", "leader":"true"}}}, "shard3":{
"range":"2aaa0000-7fffffff", "state":"active",
"replicas":{"core_node3":{ "state":"active",
"base_url":"http://127.0.0.1:23836", "core":"collection1",
"node_name":"127.0.0.1:23836_", "leader":"true"}}}}},
repfacttest_c8n_1x3=DocCollection(repfacttest_c8n_1x3)={
"maxShardsPerNode":"1", "replicationFactor":"3",
"router":{"name":"compositeId"}, "shards":{"shard1":{
"range":"80000000-7fffffff", "state":"active", "replicas":{
"core_node1":{ "state":"down",
"base_url":"http://127.0.0.1:23836",
"core":"repfacttest_c8n_1x3_shard1_replica1",
"node_name":"127.0.0.1:23836_"}, "core_node2":{
"state":"active", "base_url":"http://127.0.0.1:30630",
"core":"repfacttest_c8n_1x3_shard1_replica2",
"node_name":"127.0.0.1:30630_", "leader":"true"},
"core_node3":{ "state":"active",
"base_url":"http://127.0.0.1:60116",
"core":"repfacttest_c8n_1x3_shard1_replica3",
"node_name":"127.0.0.1:60116_"}}}}}}
Stack Trace:
java.lang.AssertionError: Didn't see all replicas come up within 30000 ms!
ClusterState: live nodes:[127.0.0.1:10181_, 127.0.0.1:30630_, 127.0.0.1:60116_,
127.0.0.1:23836_]
collections:{control_collection=DocCollection(control_collection)={
"maxShardsPerNode":"1",
"autoCreated":"true",
"replicationFactor":"1",
"router":{"name":"compositeId"},
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{"core_node1":{
"state":"active",
"base_url":"http://127.0.0.1:10181",
"core":"collection1",
"node_name":"127.0.0.1:10181_",
"leader":"true"}}}}}, collection1=DocCollection(collection1)={
"maxShardsPerNode":"1",
"autoCreated":"true",
"replicationFactor":"1",
"router":{"name":"compositeId"},
"shards":{
"shard1":{
"range":"80000000-d554ffff",
"state":"active",
"replicas":{"core_node1":{
"state":"active",
"base_url":"http://127.0.0.1:60116",
"core":"collection1",
"node_name":"127.0.0.1:60116_",
"leader":"true"}}},
"shard2":{
"range":"d5550000-2aa9ffff",
"state":"active",
"replicas":{"core_node2":{
"state":"active",
"base_url":"http://127.0.0.1:30630",
"core":"collection1",
"node_name":"127.0.0.1:30630_",
"leader":"true"}}},
"shard3":{
"range":"2aaa0000-7fffffff",
"state":"active",
"replicas":{"core_node3":{
"state":"active",
"base_url":"http://127.0.0.1:23836",
"core":"collection1",
"node_name":"127.0.0.1:23836_",
"leader":"true"}}}}},
repfacttest_c8n_1x3=DocCollection(repfacttest_c8n_1x3)={
"maxShardsPerNode":"1",
"replicationFactor":"3",
"router":{"name":"compositeId"},
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{
"core_node1":{
"state":"down",
"base_url":"http://127.0.0.1:23836",
"core":"repfacttest_c8n_1x3_shard1_replica1",
"node_name":"127.0.0.1:23836_"},
"core_node2":{
"state":"active",
"base_url":"http://127.0.0.1:30630",
"core":"repfacttest_c8n_1x3_shard1_replica2",
"node_name":"127.0.0.1:30630_",
"leader":"true"},
"core_node3":{
"state":"active",
"base_url":"http://127.0.0.1:60116",
"core":"repfacttest_c8n_1x3_shard1_replica3",
"node_name":"127.0.0.1:60116_"}}}}}}
at
__randomizedtesting.SeedInfo.seed([F284C520728C47AA:73624B3805D32796]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.ReplicationFactorTest.ensureAllReplicasAreActive(ReplicationFactorTest.java:391)
at
org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:315)
at
org.apache.solr.cloud.ReplicationFactorTest.doTest(ReplicationFactorTest.java:140)
at
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:867)
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:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
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.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
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:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
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
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
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:43)
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 11222 lines...]
[junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
[junit4] 2> Creating dataDir:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/./solr.cloud.ReplicationFactorTest-F284C520728C47AA-001/init-core-data-001
[junit4] 2> 637242 T1576 oas.BaseDistributedSearchTestCase.initHostContext
Setting hostContext system property: /
[junit4] 2> 637248 T1576 oas.SolrTestCaseJ4.setUp ###Starting
testDistribSearch
[junit4] 2> 637249 T1576 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4] 1> client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 637250 T1577 oasc.ZkTestServer$ZKServerMain.runFromConfig
Starting server
[junit4] 2> 637350 T1576 oasc.ZkTestServer.run start zk server on
port:22836
[junit4] 2> 637352 T1576 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 637355 T1583 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@17eb4f5e
name:ZooKeeperConnection Watcher:127.0.0.1:22836 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 637355 T1576 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 637356 T1576 oascc.SolrZkClient.makePath makePath: /solr
[junit4] 2> 637360 T1576 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 637361 T1585 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@3e0db751
name:ZooKeeperConnection Watcher:127.0.0.1:22836/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 637361 T1576 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 637362 T1576 oascc.SolrZkClient.makePath makePath:
/collections/collection1
[junit4] 2> 637364 T1576 oascc.SolrZkClient.makePath makePath:
/collections/collection1/shards
[junit4] 2> 637365 T1576 oascc.SolrZkClient.makePath makePath:
/collections/control_collection
[junit4] 2> 637367 T1576 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/shards
[junit4] 2> 637369 T1576 oasc.AbstractZkTestCase.putConfig put
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 637370 T1576 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.xml
[junit4] 2> 637373 T1576 oasc.AbstractZkTestCase.putConfig put
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 637373 T1576 oascc.SolrZkClient.makePath makePath:
/configs/conf1/schema.xml
[junit4] 2> 637376 T1576 oasc.AbstractZkTestCase.putConfig put
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 637376 T1576 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 637378 T1576 oasc.AbstractZkTestCase.putConfig put
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 637379 T1576 oascc.SolrZkClient.makePath makePath:
/configs/conf1/stopwords.txt
[junit4] 2> 637381 T1576 oasc.AbstractZkTestCase.putConfig put
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 637382 T1576 oascc.SolrZkClient.makePath makePath:
/configs/conf1/protwords.txt
[junit4] 2> 637384 T1576 oasc.AbstractZkTestCase.putConfig put
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 637385 T1576 oascc.SolrZkClient.makePath makePath:
/configs/conf1/currency.xml
[junit4] 2> 637387 T1576 oasc.AbstractZkTestCase.putConfig put
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 637388 T1576 oascc.SolrZkClient.makePath makePath:
/configs/conf1/enumsConfig.xml
[junit4] 2> 637390 T1576 oasc.AbstractZkTestCase.putConfig put
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 637390 T1576 oascc.SolrZkClient.makePath makePath:
/configs/conf1/open-exchange-rates.json
[junit4] 2> 637393 T1576 oasc.AbstractZkTestCase.putConfig put
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 637393 T1576 oascc.SolrZkClient.makePath makePath:
/configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 637396 T1576 oasc.AbstractZkTestCase.putConfig put
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 637396 T1576 oascc.SolrZkClient.makePath makePath:
/configs/conf1/old_synonyms.txt
[junit4] 2> 637398 T1576 oasc.AbstractZkTestCase.putConfig put
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 637399 T1576 oascc.SolrZkClient.makePath makePath:
/configs/conf1/synonyms.txt
[junit4] 2> 638856 T1576 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 638859 T1576 oejs.AbstractConnector.doStart Started
[email protected]:36860
[junit4] 2> 638859 T1576 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 638860 T1576 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 638860 T1576 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
./solr.cloud.ReplicationFactorTest-F284C520728C47AA-001/tempDir-002
[junit4] 2> 638860 T1576 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'./solr.cloud.ReplicationFactorTest-F284C520728C47AA-001/tempDir-002/'
[junit4] 2> 638891 T1576 oasc.ConfigSolr.fromFile Loading container
configuration from
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/./solr.cloud.ReplicationFactorTest-F284C520728C47AA-001/tempDir-002/solr.xml
[junit4] 2> 638945 T1576 oasc.CoreContainer.<init> New CoreContainer
1763827126
[junit4] 2> 638945 T1576 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=./solr.cloud.ReplicationFactorTest-F284C520728C47AA-001/tempDir-002/]
[junit4] 2> 638946 T1576 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 638946 T1576 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 638947 T1576 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 638947 T1576 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 638947 T1576 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 638947 T1576 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 638948 T1576 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 638948 T1576 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 638948 T1576 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 638949 T1576 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 638949 T1576 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 638949 T1576 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 638949 T1576 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 638950 T1576 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:22836/solr
[junit4] 2> 638950 T1576 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 638951 T1576 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 638952 T1596 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@69152514
name:ZooKeeperConnection Watcher:127.0.0.1:22836 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 638953 T1576 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 638954 T1576 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 638955 T1598 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1e9688fa
name:ZooKeeperConnection Watcher:127.0.0.1:22836/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 638955 T1576 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 638956 T1576 oascc.SolrZkClient.makePath makePath:
/overseer/queue
[junit4] 2> 638958 T1576 oascc.SolrZkClient.makePath makePath:
/overseer/collection-queue-work
[junit4] 2> 638960 T1576 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-running
[junit4] 2> 638961 T1576 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-completed
[junit4] 2> 638963 T1576 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-failure
[junit4] 2> 638965 T1576 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4] 2> 638966 T1576 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:10181_
[junit4] 2> 638966 T1576 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:10181_
[junit4] 2> 638968 T1576 oascc.SolrZkClient.makePath makePath:
/overseer_elect
[junit4] 2> 638969 T1576 oascc.SolrZkClient.makePath makePath:
/overseer_elect/election
[junit4] 2> 638971 T1576 oasc.OverseerElectionContext.runLeaderProcess I
am going to be the leader 127.0.0.1:10181_
[junit4] 2> 638971 T1576 oascc.SolrZkClient.makePath makePath:
/overseer_elect/leader
[junit4] 2> 638973 T1576 oasc.Overseer.start Overseer
(id=92250682132594691-127.0.0.1:10181_-n_0000000000) starting
[junit4] 2> 638974 T1576 oascc.SolrZkClient.makePath makePath:
/overseer/queue-work
[junit4] 2> 638979 T1600 oasc.OverseerCollectionProcessor.run Process
current queue of collection creations
[junit4] 2> 638980 T1576 oascc.SolrZkClient.makePath makePath:
/clusterstate.json
[junit4] 2> 638981 T1576 oascc.SolrZkClient.makePath makePath:
/aliases.json
[junit4] 2> 638982 T1576
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 638983 T1599 oasc.Overseer$ClusterStateUpdater.run Starting to
work on the main queue
[junit4] 2> 638987 T1601 oasc.ZkController.publish publishing
core=collection1 state=down collection=control_collection
[junit4] 2> 638987 T1601 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 638988 T1601 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 638988 T1602 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 638989 T1599 oascc.ZkStateReader.updateClusterState Updating
cloud state from ZooKeeper...
[junit4] 2> 638989 T1599 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=1 message={
[junit4] 2> "operation":"state",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:10181",
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "node_name":"127.0.0.1:10181_",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "numShards":"1",
[junit4] 2> "core_node_name":null}
[junit4] 2> 638989 T1599
oasc.Overseer$ClusterStateUpdater.createCollection Create collection
control_collection with shards [shard1]
[junit4] 2> 638990 T1599 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard1
[junit4] 2> 638991 T1602 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> 639988 T1601 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 639989 T1601 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:control_collection
[junit4] 2> 639990 T1601 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 639990 T1601 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/control_collection
[junit4] 2> 639991 T1601 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 639991 T1601 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'./solr.cloud.ReplicationFactorTest-F284C520728C47AA-001/tempDir-002/collection1/'
[junit4] 2> 639993 T1601 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/solr.cloud.ReplicationFactorTest-F284C520728C47AA-001/tempDir-002/collection1/lib/README'
to classloader
[junit4] 2> 639993 T1601 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/solr.cloud.ReplicationFactorTest-F284C520728C47AA-001/tempDir-002/collection1/lib/.svn/'
to classloader
[junit4] 2> 639994 T1601 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/solr.cloud.ReplicationFactorTest-F284C520728C47AA-001/tempDir-002/collection1/lib/classes/'
to classloader
[junit4] 2> 640060 T1601 oasc.SolrConfig.<init> Using Lucene MatchVersion:
LUCENE_4_10
[junit4] 2> 640109 T1601 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 640111 T1601 oass.IndexSchema.readSchema Reading Solr Schema
from schema.xml
[junit4] 2> 640124 T1601 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 640581 T1601 oass.ByteField.init WARN ByteField is deprecated
and will be removed in 5.0. You should use TrieIntField instead.
[junit4] 2> 640582 T1601 oass.ShortField.init WARN ShortField is
deprecated and will be removed in 5.0. You should use TrieIntField instead.
[junit4] 2> 640583 T1601 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 640596 T1601 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 640600 T1601 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 640612 T1601 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 640617 T1601 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 640621 T1601 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 640621 T1601
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 640622 T1601
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 640622 T1601 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 640623 T1601
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 640623 T1601
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 640623 T1601 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection control_collection
[junit4] 2> 640623 T1601 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 640624 T1601 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
./solr.cloud.ReplicationFactorTest-F284C520728C47AA-001/tempDir-002/collection1/,
dataDir=./solr.cloud.ReplicationFactorTest-F284C520728C47AA-001/tempDir-001/control/data/
[junit4] 2> 640624 T1601 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@eb816c3
[junit4] 2> 640625 T1601 oasc.CachingDirectoryFactory.get return new
directory for
./solr.cloud.ReplicationFactorTest-F284C520728C47AA-001/tempDir-001/control/data
[junit4] 2> 640625 T1601 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=./solr.cloud.ReplicationFactorTest-F284C520728C47AA-001/tempDir-001/control/data/index/
[junit4] 2> 640625 T1601 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'./solr.cloud.ReplicationFactorTest-F284C520728C47AA-001/tempDir-001/control/data/index'
doesn't exist. Creating new index...
[junit4] 2> 640626 T1601 oasc.CachingDirectoryFactory.get return new
directory for
./solr.cloud.ReplicationFactorTest-F284C520728C47AA-001/tempDir-001/control/data/index
[junit4] 2> 640626 T1601 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.AlcoholicMergePolicy:
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=2012764230,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 640627 T1601 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@5ebedbd3
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16e63389),segFN=segments_1,generation=1}
[junit4] 2> 640628 T1601 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 640632 T1601 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 640633 T1601 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 640633 T1601 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 640633 T1601 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 640634 T1601 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 640634 T1601 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 640634 T1601 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 640635 T1601 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 640635 T1601 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 640636 T1601 oasc.RequestHandlers.initHandlersFromConfig
created /update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 640636 T1601 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 640637 T1601 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 640637 T1601 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 640638 T1601 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 640638 T1601 oasc.RequestHandlers.initHandlersFromConfig
created /get: solr.RealTimeGetHandler
[junit4] 2> 640639 T1601 oasc.RequestHandlers.initHandlersFromConfig
adding lazy requestHandler: solr.ReplicationHandler
[junit4] 2> 640639 T1601 oasc.RequestHandlers.initHandlersFromConfig
created /replication: solr.ReplicationHandler
[junit4] 2> 640639 T1601 oasc.RequestHandlers.initHandlersFromConfig WARN
Multiple requestHandler registered to the same name: /update ignoring:
org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 640640 T1601 oasc.RequestHandlers.initHandlersFromConfig
created /update: solr.UpdateRequestHandler
[junit4] 2> 640640 T1601 oasc.RequestHandlers.initHandlersFromConfig
created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4] 2> 640641 T1601 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 640659 T1601 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 640661 T1601 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 640663 T1601 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 640665 T1601 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 640667 T1601 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 640673 T1601 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
[junit4] 2> 640673 T1601 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
[junit4] 2> 640674 T1601 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=20, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=11.080078125,
floorSegmentMB=1.6142578125, forceMergeDeletesPctAllowed=3.2705960900399713,
segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8416616166697346
[junit4] 2> 640675 T1601 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@5ebedbd3
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16e63389),segFN=segments_1,generation=1}
[junit4] 2> 640675 T1601 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 640675 T1601 oass.SolrIndexSearcher.<init> Opening
Searcher@706bdc67[collection1] main
[junit4] 2> 640676 T1601 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/control_collection
[junit4] 2> 640677 T1601 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 640677 T1601 oasr.ManagedResourceStorage.newStorageIO Setting
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 640677 T1601
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 640677 T1601 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 640678 T1601 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 640678 T1601
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 640679 T1601 oasr.ManagedResourceStorage.load Loaded null at
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 640679 T1601 oascc.SolrZkClient.makePath makePath:
/configs/conf1/_rest_managed.json
[junit4] 2> 640681 T1601
oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new
znode /configs/conf1/_rest_managed.json
[junit4] 2> 640681 T1601 oasr.ManagedResourceStorage$JsonStorage.store
Saved JSON object to path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 640681 T1601 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 640685 T1603 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@706bdc67[collection1]
main{StandardDirectoryReader(segments_1:1:nrt)}
[junit4] 2> 640689 T1601 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 640689 T1606 oasc.ZkController.register Register replica -
core:collection1 address:http://127.0.0.1:10181 collection:control_collection
shard:shard1
[junit4] 2> 640690 T1576 oass.SolrDispatchFilter.init
user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0
[junit4] 2> 640690 T1576 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 640690 T1606 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leader_elect/shard1/election
[junit4] 2> 640694 T1576 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 640695 T1606 oasc.ShardLeaderElectionContext.runLeaderProcess
Running the leader process for shard shard1
[junit4] 2> 640696 T1609 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@50615756
name:ZooKeeperConnection Watcher:127.0.0.1:22836/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 640696 T1576 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 640697 T1602 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 640697 T1606
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 640697 T1606 oasc.ShardLeaderElectionContext.runLeaderProcess
I may be the new leader - try and sync
[junit4] 2> 640697 T1576
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> ASYNC NEW_CORE C185 name=collection1
org.apache.solr.core.SolrCore@313cb25f url=http://127.0.0.1:10181/collection1
node=127.0.0.1:10181_ C185_STATE=coll:control_collection core:collection1
props:{state=down, base_url=http://127.0.0.1:10181, core=collection1,
node_name=127.0.0.1:10181_}
[junit4] 2> 640697 T1606 C185 P10181 oasc.SyncStrategy.sync Sync replicas
to http://127.0.0.1:10181/collection1/
[junit4] 2> 640698 T1599 oascc.ZkStateReader.updateClusterState Updating
cloud state from ZooKeeper...
[junit4] 2> 640698 T1606 C185 P10181 oasc.SyncStrategy.syncReplicas Sync
Success - now sync replicas to me
[junit4] 2> 640699 T1606 C185 P10181 oasc.SyncStrategy.syncToMe
http://127.0.0.1:10181/collection1/ has no replicas
[junit4] 2> 640699 T1606 oasc.ShardLeaderElectionContext.runLeaderProcess
I am the new leader: http://127.0.0.1:10181/collection1/ shard1
[junit4] 2> 640699 T1606 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leaders/shard1
[junit4] 2> 640700 T1576 oasc.ChaosMonkey.monkeyLog monkey: init - expire
sessions:false cause connection loss:false
[junit4] 2> 640701 T1602 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> 640701 T1610 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> 640704 T1602 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 640705 T1599 oascc.ZkStateReader.updateClusterState Updating
cloud state from ZooKeeper...
[junit4] 2> 640808 T1602 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> 640808 T1610 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> 640857 T1606 oasc.ZkController.register We are
http://127.0.0.1:10181/collection1/ and leader is
http://127.0.0.1:10181/collection1/
[junit4] 2> 640858 T1606 oasc.ZkController.register No LogReplay needed
for core=collection1 baseURL=http://127.0.0.1:10181
[junit4] 2> 640858 T1606 oasc.ZkController.checkRecovery I am the leader,
no recovery necessary
[junit4] 2> 640859 T1606 oasc.ZkController.publish publishing
core=collection1 state=active collection=control_collection
[junit4] 2> 640859 T1606 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 640861 T1602 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 640861 T1606 oascc.ZkStateReader.updateClusterState Updating
cloud state from ZooKeeper...
[junit4] 2> 640862 T1599 oascc.ZkStateReader.updateClusterState Updating
cloud state from ZooKeeper...
[junit4] 2> 640863 T1599 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=3 message={
[junit4] 2> "operation":"state",
[junit4] 2> "state":"active",
[junit4] 2> "base_url":"http://127.0.0.1:10181",
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "node_name":"127.0.0.1:10181_",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "numShards":"3",
[junit4] 2> "core_node_name":"core_node1"}
[junit4] 2> 640967 T1610 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> 640967 T1602 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> 641831 T1576 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 1
[junit4] 2> 641833 T1576 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 641835 T1576 oejs.AbstractConnector.doStart Started
[email protected]:28640
[junit4] 2> 641835 T1576 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 641836 T1576 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 641836 T1576 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
./solr.cloud.ReplicationFactorTest-F284C520728C47AA-001/tempDir-003
[junit4] 2> 641836 T1576 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'./solr.cloud.ReplicationFactorTest-F284C520728C47AA-001/tempDir-003/'
[junit4] 2> 641870 T1576 oasc.ConfigSolr.fromFile Loading container
configuration from
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/./solr.cloud.ReplicationFactorTest-F284C520728C47AA-001/tempDir-003/solr.xml
[junit4] 2> 641927 T1576 oasc.CoreContainer.<init> New CoreContainer
790478556
[junit4] 2> 641927 T1576 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=./solr.cloud.ReplicationFactorTest-F284C520728C47AA-001/tempDir-003/]
[junit4] 2> 641928 T1576 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 641929 T1576 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 641929 T1576 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 641929 T1576 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 641929 T1576 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 641930 T1576 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 641930 T1576 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 641930 T1576 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 641930 T1576 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 641931 T1576 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 641931 T1576 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 641931 T1576 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 641932 T1576 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 641932 T1576 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:22836/solr
[junit4] 2> 641932 T1576 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 641933 T1576 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 641934 T1621 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@49dd75ae
name:ZooKeeperConnection Watcher:127.0.0.1:22836 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 641935 T1576 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 641937 T1576 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 641938 T1623 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@70c2bcce
name:ZooKeeperConnection Watcher:127.0.0.1:22836/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 641938 T1576 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 641942 T1576
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 642945 T1576 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60116_
[junit4] 2> 642946 T1576 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:60116_
[junit4] 2> 642949 T1602 oascc.ZkStateReader$3.process Updating live
nodes... (2)
[junit4] 2> 642949 T1610 oascc.ZkStateReader$3.process Updating live
nodes... (2)
[junit4] 2> 642949 T1624 oascc.ZkStateReader$3.process Updating live
nodes... (2)
[junit4] 2> 642955 T1625 oasc.ZkController.publish publishing
core=collection1 state=down collection=collection1
[junit4] 2> 642955 T1625 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 642956 T1625 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 642956 T1602 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 642957 T1599 oascc.ZkStateReader.updateClusterState Updating
cloud state from ZooKeeper...
[junit4] 2> 642958 T1599 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=3 message={
[junit4] 2> "operation":"state",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:60116",
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "node_name":"127.0.0.1:60116_",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "numShards":"3",
[junit4] 2> "core_node_name":null}
[junit4] 2> 642958 T1599
oasc.Overseer$ClusterStateUpdater.createCollection Create collection
collection1 with shards [shard1, shard2, shard3]
[junit4] 2> 642958 T1599 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard1
[junit4] 2> 642960 T1602 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> 642960 T1610 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> 642960 T1624 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> 643956 T1625 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 643957 T1625 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:collection1
[junit4] 2> 643958 T1625 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 643958 T1625 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 643958 T1625 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 643959 T1625 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'./solr.cloud.ReplicationFactorTest-F284C520728C47AA-001/tempDir-003/collection1/'
[junit4] 2> 643960 T1625 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/solr.cloud.ReplicationFactorTest-F284C520728C47AA-001/tempDir-003/collection1/lib/.svn/'
to classloader
[junit4] 2> 643961 T1625 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/solr.cloud.ReplicationFactorTest-F284C520728C47AA-001/tempDir-003/collection1/lib/classes/'
to classloader
[junit4] 2> 643961 T1625 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/solr.cloud.ReplicationFactorTest-F284C520728C47AA-001/tempDir-003/collection1/lib/README'
to classloader
[junit4] 2> 644027 T1625 oasc.SolrConfig.<init> Using Lucene MatchVersion:
LUCENE_4_10
[junit4] 2> 644076 T1625 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 644077 T1625 oass.IndexSchema.readSchema Reading Solr Schema
from schema.xml
[junit4] 2> 644090 T1625 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 644549 T1625 oass.ByteField.init WARN ByteField is deprecated
and will be removed in 5.0. You should use TrieIntField instead.
[junit4] 2> 644551 T1625 oass.ShortField.init WARN ShortField is
deprecated and will be removed in 5.0. You should use TrieIntField instead.
[junit4] 2> 644551 T1625 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 644565 T1625 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 644568 T1625 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 644581 T1625 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 644586 T1625 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 644590 T1625 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 644591 T1625
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 644591 T1625
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 644591 T1625 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 644592 T1625
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 644592 T1625
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 644592 T1625 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection collection1
[junit4] 2> 644593 T1625 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 644593 T1625 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
./solr.cloud.ReplicationFactorTest-F284C520728C47AA-001/tempDir-003/collection1/,
dataDir=./solr.cloud.ReplicationFactorTest-F284C520728C47AA-001/tempDir-001/jetty1/
[junit4] 2> 644593 T1625 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@eb816c3
[junit4] 2> 644594 T1625 oasc.CachingDirectoryFactory.get return new
directory for
./solr.cloud.ReplicationFactorTest-F284C520728C47AA-001/tempDir-001/jetty1
[junit4] 2> 644595 T1625 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=./solr.cloud.ReplicationFactorTest-F284C520728C47AA-001/tempDir-001/jetty1/index/
[junit4] 2> 644595 T1625 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'./solr.cloud.ReplicationFactorTest-F284C520728C47AA-001/tempDir-001/jetty1/index'
doesn't exist. Creating new index...
[junit4] 2> 644595 T1625 oasc.CachingDirectoryFactory.get return new
directory for
./solr.cloud.ReplicationFactorTest-F284C520728C47AA-001/tempDir-001/jetty1/index
[junit4] 2> 644596 T1625 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.AlcoholicMergePolicy:
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=2012764230,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 644597 T1625 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@457ec4ab
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1eb7727a),segFN=segments_1,generation=1}
[junit4] 2> 644597 T1625 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 644604 T1625 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 644604 T1625 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 644604 T1625 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 644605 T1625 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 644605 T1625 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 644605 T1625 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 644606 T1625 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 644606 T1625 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 644606 T1625 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 644607 T1625 oasc.RequestHandlers.initHandlersFromConfig
created /update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 644608 T1625 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 644608 T1625 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 644609 T1625 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 644610 T1625 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 644610 T1625 oasc.RequestHandlers.initHandlersFromConfig
created /get: solr.RealTimeGetHandler
[junit4] 2> 644611 T1625 oasc.RequestHandlers.initHandlersFromConfig
adding lazy requestHandler: solr.ReplicationHandler
[junit4] 2> 644611 T1625 oasc.RequestHandlers.initHandlersFromConfig
created /replication: solr.ReplicationHandler
[junit4] 2> 644612 T1625 oasc.RequestHandlers.initHandlersFromConfig WARN
Multiple requestHandler registered to the same name: /update ignoring:
org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 644612 T1625 oasc.RequestHandlers.initHandlersFromConfig
created /update: solr.UpdateRequestHandler
[junit4] 2> 644612 T1625 oasc.RequestHandlers.initHandlersFromConfig
created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4] 2> 644613 T1625 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 644632 T1625 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 644634 T1625 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 644636 T1625 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 644638 T1625 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 644640 T1625 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 644645 T1625 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
[junit4] 2> 644645 T1625 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
[junit4] 2> 644646 T1625 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=20, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=11.080078125,
floorSegmentMB=1.6142578125, forceMergeDeletesPctAllowed=3.2705960900399713,
segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8416616166697346
[junit4] 2> 644646 T1625 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@457ec4ab
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1eb7727a),segFN=segments_1,generation=1}
[junit4] 2> 644647 T1625 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 644647 T1625 oass.SolrIndexSearcher.<init> Opening
Searcher@647a463[collection1] main
[junit4] 2> 644647 T1625 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 644648 T1625 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 644649 T1625 oasr.ManagedResourceStorage.newStorageIO Setting
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 644649 T1625
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 644649 T1625 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 644650 T1625 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 644650 T1625
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes
from znode /configs/conf1/_rest_managed.json
[junit4] 2> 644651 T1625 oasr.ManagedResourceStorage.load Loaded
LinkedHashMap at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 644651 T1625 oasr.ManagedResource.reloadFromStorage Loaded
initArgs {} for /rest/managed
[junit4] 2> 644651 T1625 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 644656 T1626 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@647a463[collection1]
main{StandardDirectoryReader(segments_1:1:nrt)}
[junit4] 2> 644667 T1625 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 644668 T1629 oasc.ZkController.register Register replica -
core:collection1 address:http://127.0.0.1:60116 collection:collection1
shard:shard1
[junit4] 2> 644669 T1576 oass.SolrDispatchFilter.init
user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0
[junit4] 2> 644669 T1576 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 644669 T1629 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leader_elect/shard1/election
[junit4] 2> 644674 T1629 oasc.ShardLeaderElectionContext.runLeaderProcess
Running the leader process for shard shard1
[junit4] 2> 644675 T1602 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 644676 T1629
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 644676 T1629 oasc.ShardLeaderElectionContext.runLeaderProcess
I may be the new leader - try and sync
[junit4] 2> ASYNC NEW_CORE C186 name=collection1
org.apache.solr.core.SolrCore@40aa708 url=http://127.0.0.1:60116/collection1
node=127.0.0.1:60116_ C186_STATE=coll:collection1 core:collection1
props:{state=down, base_url=http://127.0.0.1:60116, core=collection1,
node_name=127.0.0.1:60116_}
[junit4] 2> 644676 T1629 C186 P60116 oasc.SyncStrategy.sync Sync replicas
to http://127.0.0.1:60116/collection1/
[junit4] 2> 644677 T1629 C186 P60116 oasc.SyncStrategy.syncReplicas Sync
Success - now sync replicas to me
[junit4] 2> 644677 T1599 oascc.ZkStateReader.updateClusterState Updating
cloud state from ZooKeeper...
[junit4] 2> 644677 T1629 C186 P60116 oasc.SyncStrategy.syncToMe
http://127.0.0.1:60116/collection1/ has no replicas
[junit4] 2> 644677 T1629 oasc.ShardLeaderElectionContext.runLeaderProcess
I am the new leader: http://127.0.0.1:60116/collection1/ shard1
[junit4] 2> 644678 T1629 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leaders/shard1
[junit4] 2> 644680 T1624 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> 644680 T1610 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> 644680 T1602 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> 644683 T1599 oascc.ZkStateReader.updateClusterState Updating
cloud state from ZooKeeper...
[junit4] 2> 644685 T1602 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 644686 T1610 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> 644686 T1624 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> 644686 T1602 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> 644733 T1629 oasc.ZkController.register We are
http://127.0.0.1:60116/collection1/ and leader is
http://127.0.0.1:60116/collection1/
[junit4] 2> 644734 T1629 oasc.ZkController.register No LogReplay needed
for core=collection1 baseURL=http://127.0.0.1:60116
[junit4] 2> 644734 T1629 oasc.ZkController.checkRecovery I am the leader,
no recovery necessary
[junit4] 2> 644734 T1629 oasc.ZkController.publish publishing
core=collection1 state=active collection=collection1
[junit4] 2> 644734 T1629 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 644736 T1602 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 644737 T1629 oascc.ZkStateReader.updateClusterState Updating
cloud state from ZooKeeper...
[junit4] 2> 644738 T1599 oascc.ZkStateReader.updateClusterState Updating
cloud state from ZooKeeper...
[junit4] 2> 644738 T1599 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=3 message={
[junit4] 2> "operation":"state",
[junit4] 2> "state":"active",
[junit4] 2> "base_url":"http://127.0.0.1:60116",
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "node_name":"127.0.0.1:60116_",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"collection1",
[junit4] 2> "numShards":"3",
[junit4] 2> "core_node_name":"core_node1"}
[junit4] 2> 644841 T1602 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> 644841 T1610 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> 644841 T1624 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> 646103 T1576 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 2
[junit4] 2> 646104 T1576 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 646108 T1576 oejs.AbstractConnector.doStart Started
[email protected]:39851
[junit4] 2> 646109 T1576 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 646109 T1576 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 646110 T1576 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
./solr.cloud.ReplicationFactorTest-F284C520728C47AA-001/tempDir-004
[junit4] 2> 646110 T1576 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'./solr.cloud.ReplicationFactorTest-F284C520728C47AA-001/tempDir-004/'
[junit4] 2> 646157 T1576 oasc.ConfigSolr.fromFile Loading container
configuration from
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/./solr.cloud.ReplicationFactorTest-F284C520728C47AA-001/tempDir-004/solr.xml
[junit4] 2> 646238 T1576 oasc.CoreContainer.<init> New CoreContainer
1734281155
[junit4] 2> 646238 T1576 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=./solr.cloud.ReplicationFactorTest-F284C520728C47AA-001/tempDir-004/]
[junit4] 2> 646240 T1576 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 646240 T1576 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 646240 T1576 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 646241 T1576 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 646241 T1576 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 646241 T1576 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 646242 T1576 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 646242 T1576 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 646242 T1576 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 646243 T1576 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 646244 T1576 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 646244 T1576 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 646244 T1576 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 646245 T1576 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:22836/solr
[junit4] 2> 646245 T1576 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 646246 T1576 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 646248 T1641 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@ff6c83a name:ZooKeeperConnection
Watcher:127.0.0.1:22836 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 646248 T1576 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 646250 T1576 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 646252 T1643 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@56849c88
name:ZooKeeperConnection Watcher:127.0.0.1:22836/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 646252 T1576 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 646256 T1576
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 647259 T1576 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:30630_
[junit4] 2> 647260 T1576 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:30630_
[junit4] 2> 647263 T1602 oascc.ZkStateReader$3.process Updating live
nodes... (3)
[junit4] 2> 647263 T1644 oascc.ZkStateReader$3.process Updating live
nodes... (3)
[junit4] 2> 647263 T1610 oascc.ZkStateReader$3.process Updating live
nodes... (3)
[junit4] 2> 647263 T1624 oascc.ZkStateReader$3.process Updating live
nodes... (3)
[junit4] 2> 647270 T1645 oasc.ZkController.publish publishing
core=collection1 state=down collection=collection1
[junit4] 2> 647270 T1645 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 647271 T1602 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 647271 T1645 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 647272 T1599 oascc.ZkStateReader.updateClusterState Updating
cloud state from ZooKeeper...
[junit4] 2> 647273 T1599 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=3 message={
[junit4] 2> "operation":"state",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:30630",
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "node_name":"127.0.0.1:30630_",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "numShards":"3",
[junit4] 2> "core_node_name":null}
[junit4] 2> 647273 T1599 oasc.Overseer$ClusterStateUpdater.updateState
Collection already exists with numShards=3
[junit4] 2> 647273 T1599 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard2
[junit4] 2> 647276 T1602 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4] 2> 647276 T1610 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4] 2> 647276 T1644 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4] 2> 647276 T1624 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4] 2> 648272 T1645 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 648273 T1645 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:collection1
[junit4] 2> 648274 T1645 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 648274 T1645 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 648275 T1645 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 648275 T1645 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'./solr.cloud.ReplicationFactorTest-F284C520728C47AA-001/tempDir-004/collection1/'
[junit4] 2> 648276 T1645 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/solr.cloud.ReplicationFactorTest-F284C520728C47AA-001/tempDir-004/collection1/lib/README'
to classloader
[junit4] 2> 648277 T1645 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/solr.cloud.ReplicationFactorTest-F284C520728C47AA-001/tempDir-004/collection1/lib/.svn/'
to classloader
[junit4] 2> 648278 T1645 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/solr.cloud.ReplicationFactorTest-F284C520728C47AA-001/tempDir-004/collection1/lib/classes/'
to classloader
[junit4] 2> 648353 T1645 oasc.SolrConfig.<init> Using Lucene MatchVersion:
LUCENE_4_10
[junit4] 2> 648421 T1645 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 648422 T1645 oass.IndexSchema.readSchema Reading Solr Schema
from schema.xml
[junit4] 2> 648435 T1645 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 648861 T1645 oass.ByteField.init WARN ByteField is deprecated
and will be removed in 5.0. You should use TrieIntField instead.
[junit4] 2> 648862 T1645 oass.ShortField.init WARN ShortField is
deprecated and will be removed in 5.0. You should use TrieIntField instead.
[junit4] 2> 648862 T1645 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 648871 T1645 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 648874 T1645 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 648883 T1645 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 648887 T1645 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 648890 T1645 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 648890 T1645
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 648891 T1645
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 648891 T1645 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 648891 T1645
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 648892 T1645
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 648892 T1645 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection collection1
[junit4] 2> 648892 T1645 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 648892 T1645 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
./solr.cloud.ReplicationFactorTest-F284C520728C47AA-001/tempDir-004/collection1/,
dataDir=./solr.cloud.ReplicationFactorTest-F284C520728C47AA-001/tempDir-001/jetty2/
[junit4] 2> 648892 T1645 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@eb816c3
[junit4] 2> 648893 T1645 oasc.CachingDirectoryFactory.get return new
directory for
./solr.cloud.ReplicationFactorTest-F284C520728C47AA-001/tempDir-001/jetty2
[junit4] 2> 648893 T1645 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=./solr.cloud.ReplicationFactorTest-F284C520728C47AA-001/tempDir-001/jetty2/index/
[junit4] 2> 648893 T1645 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'./solr.cloud.ReplicationFactorTest-F284C520728C47AA-001/tempDir-001/jetty2/index'
doesn't exist. Creating new index...
[junit4] 2> 648894 T1645 oasc.CachingDirectoryFactory.get return new
directory for
./solr.cloud.ReplicationFactorTest-F284C520728C47AA-001/tempDir-001/jetty2/index
[junit4] 2> 648894 T1645 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.AlcoholicMergePolicy:
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=2012764230,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 648895 T1645 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@7c24d90f
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2498d8d5),segFN=segments_1,generation=1}
[junit4] 2> 648895 T1645 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 648899 T1645 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 648900 T1645 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 648900 T1645 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 648900 T1645 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 648900 T1645 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 648900 T1645 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 648901 T1645 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 648901 T1645 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 648901 T1645 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 648902 T1645 oasc.RequestHandlers.initHandlersFromConfig
created /update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 648902 T1645 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 648903 T1645 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 648903 T1645 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 648903 T1645 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 648904 T1645 oasc.RequestHandlers.initHandlersFromConfig
created /get: solr.RealTimeGetHandler
[junit4] 2> 648904 T1645 oasc.RequestHandlers.initHandlersFromConfig
adding lazy requestHandler: solr.ReplicationHandler
[junit4] 2> 648904 T1645 oasc.RequestHandlers.initHandlersFromConfig
created /replication: solr.ReplicationHandler
[junit4] 2> 648905 T1645 oasc.RequestHandlers.initHandlersFromConfig WARN
Multiple requestHandler registered to the same name: /update ignoring:
org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 648905 T1645 oasc.RequestHandlers.initHandlersFromConfig
created /update: solr.UpdateRequestHandler
[junit4] 2> 648905 T1645 oasc.RequestHandlers.initHandlersFromConfig
created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4] 2> 648906 T1645 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 648918 T1645 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 648919 T1645 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 648921 T1645 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 648922 T1645 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 648923 T1645 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 648926 T1645 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
[junit4] 2> 648927 T1645 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
[junit4] 2> 648927 T1645 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=20, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=11.080078125,
floorSegmentMB=1.6142578125, forceMergeDeletesPctAllowed=3.2705960900399713,
segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8416616166697346
[junit4] 2> 648928 T1645 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@7c24d90f
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2498d8d5),segFN=segments_1,generation=1}
[junit4] 2> 648928 T1645 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 648928 T1645 oass.SolrIndexSearcher.<init> Opening
Searcher@3e9a4780[collection1] main
[junit4] 2> 648928 T1645 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 648929 T1645 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 648929 T1645 oasr.ManagedResourceStorage.newStorageIO Setting
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 648930 T1645
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 648930 T1645 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 648930 T1645 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 648931 T1645
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes
from znode /configs/conf1/_rest_managed.json
[junit4] 2> 648931 T1645 oasr.ManagedResourceStorage.load Loaded
LinkedHashMap at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 648931 T1645 oasr.ManagedResource.reloadFromStorage Loaded
initArgs {} for /rest/managed
[junit4] 2> 648931 T1645 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 648935 T1646 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@3e9a4780[collection1]
main{StandardDirectoryReader(segments_1:1:nrt)}
[junit4] 2> 648938 T1645 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 648938 T1649 oasc.ZkController.register Register replica -
core:collection1 address:http://127.0.0.1:30630 collection:collection1
shard:shard2
[junit4] 2> 648939 T1576 oass.SolrDispatchFilter.init
user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0
[junit4] 2> 648939 T1576 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 648939 T1649 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leader_elect/shard2/election
[junit4] 2> 648943 T1649 oasc.ShardLeaderElectionContext.runLeaderProcess
Running the leader process for shard shard2
[junit4] 2> 648945 T1602 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 648945 T1649
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 648945 T1649 oasc.ShardLeaderElectionContext.runLeaderProcess
I may be the new leader - try and sync
[junit4] 2> ASYNC NEW_CORE C187 name=collection1
org.apache.solr.core.SolrCore@13e7ba33 url=http://127.0.0.1:30630/collection1
node=127.0.0.1:30630_ C187_STATE=coll:collection1 core:collection1
props:{state=down, base_url=http://127.0.0.1:30630, core=collection1,
node_name=127.0.0.1:30630_}
[junit4] 2> 648945 T1649 C187 P30630 oasc.SyncStrategy.sync Sync replicas
to http://127.0.0.1:30630/collection1/
[junit4] 2> 648946 T1649 C187 P30630 oasc.SyncStrategy.syncReplicas Sync
Success - now sync replicas to me
[junit4] 2> 648946 T1649 C187 P30630 oasc.SyncStrategy.syncToMe
http://127.0.0.1:30630/collection1/ has no replicas
[junit4] 2> 648946 T1649 oasc.ShardLeaderElectionContext.runLeaderProcess
I am the new leader: http://127.0.0.1:30630/collection1/ shard2
[junit4] 2> 648946 T1599 oascc.ZkStateReader.updateClusterState Updating
cloud state from ZooKeeper...
[junit4] 2> 648946 T1649 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leaders/shard2
[junit4] 2> 648949 T1644 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4] 2> 648949 T1624 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4] 2> 648949 T1602 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4] 2> 648949 T1610 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4] 2> 648951 T1599 oascc.ZkStateReader.updateClusterState Updating
cloud state from ZooKeeper...
[junit4] 2> 648953 T1602 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 648954 T1610 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4] 2> 648954 T1624 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4] 2> 648954 T1602 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4] 2> 648954 T1644 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4] 2> 649000 T1649 oasc.ZkController.register We are
http://127.0.0.1:30630/collection1/ and leader is
http://127.0.0.1:30630/collection1/
[junit4] 2> 649001 T1649 oasc.ZkController.register No LogReplay needed
for core=collection1 baseURL=http://127.0.0.1:30630
[junit4] 2> 649001 T1649 oasc.ZkController.checkRecovery I am the leader,
no recovery necessary
[junit4] 2> 649001 T1649 oasc.ZkController.publish publishing
core=collection1 state=active collection=collection1
[junit4] 2> 649001 T1649 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 649003 T1602 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 649003 T1649 oascc.ZkStateReader.updateClusterState Updating
cloud state from ZooKeeper...
[junit4] 2> 649004 T1599 oascc.ZkStateReader.updateClusterState Updating
cloud state from ZooKeeper...
[junit4] 2> 649005 T1599 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=3 message={
[junit4] 2> "operation":"state",
[junit4] 2> "state":"active",
[junit4] 2> "base_url":"http://127.0.0.1:30630",
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "node_name":"127.0.0.1:30630_",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"collection1",
[junit4] 2> "numShards":"3",
[junit4] 2> "core_node_name":"core_node2"}
[junit4] 2> 649108 T1644 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4] 2> 649108 T1610 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4] 2> 649108 T1602 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4] 2> 649108 T1624 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected
[...truncated too long message...]
Overseer Loop exiting : 127.0.0.1:23836_
[junit4] 2> 1812066 T1798
oasc.Overseer$ClusterStateUpdater.checkIfIamStillLeader ERROR could not read
the data org.apache.zookeeper.KeeperException$SessionExpiredException:
KeeperErrorCode = Session expired for /overseer_elect/leader
[junit4] 2> at
org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
[junit4] 2> at
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
[junit4] 2> at
org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:302)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:299)
[junit4] 2> at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:299)
[junit4] 2> at
org.apache.solr.cloud.Overseer$ClusterStateUpdater.checkIfIamStillLeader(Overseer.java:316)
[junit4] 2> at
org.apache.solr.cloud.Overseer$ClusterStateUpdater.access$300(Overseer.java:85)
[junit4] 2> at
org.apache.solr.cloud.Overseer$ClusterStateUpdater$1.run(Overseer.java:288)
[junit4] 2>
[junit4] 2> 1812066 T1768 oascc.ZkStateReader$3.process WARN ZooKeeper
watch triggered, but Solr cannot talk to ZK
[junit4] 2> 1812068 T1576 oejsh.ContextHandler.doStop stopped
o.e.j.s.ServletContextHandler{/,null}
[junit4] 2> 1816042 T1576 oas.SolrTestCaseJ4.tearDown ###Ending
testDistribSearch
[junit4] 2> 1816044 T1576 oasc.ZkTestServer.send4LetterWord connecting to
127.0.0.1:22836 22836
[junit4] 2> 1816246 T1577 oasc.ZkTestServer.send4LetterWord connecting to
127.0.0.1:22836 22836
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=ReplicationFactorTest -Dtests.method=testDistribSearch
-Dtests.seed=F284C520728C47AA -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=es_SV -Dtests.timezone=Canada/Yukon
-Dtests.file.encoding=US-ASCII
[junit4] FAILURE 1179s J0 | ReplicationFactorTest.testDistribSearch <<<
[junit4] > Throwable #1: java.lang.AssertionError: Didn't see all
replicas come up within 30000 ms! ClusterState: live nodes:[127.0.0.1:10181_,
127.0.0.1:30630_, 127.0.0.1:60116_, 127.0.0.1:23836_]
collections:{control_collection=DocCollection(control_collection)={
[junit4] > "maxShardsPerNode":"1",
[junit4] > "autoCreated":"true",
[junit4] > "replicationFactor":"1",
[junit4] > "router":{"name":"compositeId"},
[junit4] > "shards":{"shard1":{
[junit4] > "range":"80000000-7fffffff",
[junit4] > "state":"active",
[junit4] > "replicas":{"core_node1":{
[junit4] > "state":"active",
[junit4] > "base_url":"http://127.0.0.1:10181",
[junit4] > "core":"collection1",
[junit4] > "node_name":"127.0.0.1:10181_",
[junit4] > "leader":"true"}}}}},
collection1=DocCollection(collection1)={
[junit4] > "maxShardsPerNode":"1",
[junit4] > "autoCreated":"true",
[junit4] > "replicationFactor":"1",
[junit4] > "router":{"name":"compositeId"},
[junit4] > "shards":{
[junit4] > "shard1":{
[junit4] > "range":"80000000-d554ffff",
[junit4] > "state":"active",
[junit4] > "replicas":{"core_node1":{
[junit4] > "state":"active",
[junit4] > "base_url":"http://127.0.0.1:60116",
[junit4] > "core":"collection1",
[junit4] > "node_name":"127.0.0.1:60116_",
[junit4] > "leader":"true"}}},
[junit4] > "shard2":{
[junit4] > "range":"d5550000-2aa9ffff",
[junit4] > "state":"active",
[junit4] > "replicas":{"core_node2":{
[junit4] > "state":"active",
[junit4] > "base_url":"http://127.0.0.1:30630",
[junit4] > "core":"collection1",
[junit4] > "node_name":"127.0.0.1:30630_",
[junit4] > "leader":"true"}}},
[junit4] > "shard3":{
[junit4] > "range":"2aaa0000-7fffffff",
[junit4] > "state":"active",
[junit4] > "replicas":{"core_node3":{
[junit4] > "state":"active",
[junit4] > "base_url":"http://127.0.0.1:23836",
[junit4] > "core":"collection1",
[junit4] > "node_name":"127.0.0.1:23836_",
[junit4] > "leader":"true"}}}}},
repfacttest_c8n_1x3=DocCollection(repfacttest_c8n_1x3)={
[junit4] > "maxShardsPerNode":"1",
[junit4] > "replicationFactor":"3",
[junit4] > "router":{"name":"compositeId"},
[junit4] > "shards":{"shard1":{
[junit4] > "range":"80000000-7fffffff",
[junit4] > "state":"active",
[junit4] > "replicas":{
[junit4] > "core_node1":{
[junit4] > "state":"down",
[junit4] > "base_url":"http://127.0.0.1:23836",
[junit4] > "core":"repfacttest_c8n_1x3_shard1_replica1",
[junit4] > "node_name":"127.0.0.1:23836_"},
[junit4] > "core_node2":{
[junit4] > "state":"active",
[junit4] > "base_url":"http://127.0.0.1:30630",
[junit4] > "core":"repfacttest_c8n_1x3_shard1_replica2",
[junit4] > "node_name":"127.0.0.1:30630_",
[junit4] > "leader":"true"},
[junit4] > "core_node3":{
[junit4] > "state":"active",
[junit4] > "base_url":"http://127.0.0.1:60116",
[junit4] > "core":"repfacttest_c8n_1x3_shard1_replica3",
[junit4] > "node_name":"127.0.0.1:60116_"}}}}}}
[junit4] > at
__randomizedtesting.SeedInfo.seed([F284C520728C47AA:73624B3805D32796]:0)
[junit4] > at
org.apache.solr.cloud.ReplicationFactorTest.ensureAllReplicasAreActive(ReplicationFactorTest.java:391)
[junit4] > at
org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:315)
[junit4] > at
org.apache.solr.cloud.ReplicationFactorTest.doTest(ReplicationFactorTest.java:140)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:867)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 1816269 T1576 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/./solr.cloud.ReplicationFactorTest-F284C520728C47AA-001
[junit4] 2> 1179034 T1575 ccr.ThreadLeakControl.checkThreadLeaks WARNING
Will linger awaiting termination of 1 leaked thread(s).
[junit4] 2> NOTE: test params are: codec=Lucene40, sim=DefaultSimilarity,
locale=es_SV, timezone=Canada/Yukon
[junit4] 2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_60
(64-bit)/cpus=16,threads=1,free=227901880,total=427819008
[junit4] 2> NOTE: All tests run in this JVM: [TestSolrCoreProperties,
TestDistribDocBasedVersion, HdfsRecoveryZkTest, ZkSolrClientTest,
TestSchemaNameResource, ShardRoutingTest, OverseerRolesTest,
TestInfoStreamLogging, IndexSchemaRuntimeFieldTest, TestMiniSolrCloudCluster,
SimpleFacetsTest, SolrCoreCheckLockOnStartupTest, ShardRoutingCustomTest,
MoreLikeThisHandlerTest, RequiredFieldsTest, BadIndexSchemaTest,
TestPseudoReturnFields, SchemaVersionSpecificBehaviorTest, TestMissingGroups,
TestDocumentBuilder, PreAnalyzedUpdateProcessorTest,
TestNonDefinedSimilarityFactory, ReturnFieldsTest,
LegacyHTMLStripCharFilterTest, DirectSolrSpellCheckerTest,
TestIntervalFaceting, TermVectorComponentDistributedTest, SampleTest,
DocValuesMultiTest, TestLMJelinekMercerSimilarityFactory, SolrCoreTest,
TestSolrXml, TestXIncludeConfig, ResourceLoaderTest,
SignatureUpdateProcessorFactoryTest, BlockCacheTest, TestFieldSortValues,
DistributedDebugComponentTest, DocValuesTest, TestLeaderElectionZkExpiry,
UniqFieldsUpdateProcessorFactoryTest, SimplePostToolTest, ZkControllerTest,
AnalysisAfterCoreReloadTest, FieldMutatingUpdateProcessorTest, TestSolrJ,
ReplicationFactorTest]
[junit4] Completed on J0 in 1179.57s, 1 test, 1 failure <<< FAILURES!
[...truncated 935 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/build.xml:474:
The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/build.xml:454:
The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/build.xml:45:
The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/extra-targets.xml:37:
The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build.xml:189:
The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/common-build.xml:496:
The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/lucene/common-build.xml:1299:
The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/lucene/common-build.xml:923:
There were test failures: 410 suites, 1711 tests, 1 failure, 52 ignored (18
assumptions)
Total time: 114 minutes 15 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Sending artifact delta relative to Lucene-Solr-Tests-4.x-Java7 #2050
Archived 3 artifacts
Archive block size is 32768
Received 0 blocks and 210968979 bytes
Compression is 0.0%
Took 36 sec
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]