Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/2400/
1 tests failed.
REGRESSION: org.apache.solr.cloud.HttpPartitionTest.testDistribSearch
Error Message:
Didn't see all replicas for shard shard1 in c8n_1x2 come up within 30000 ms!
ClusterState: { "c8n_1x2":{ "router":{"name":"compositeId"},
"maxShardsPerNode":"1", "replicationFactor":"2", "shards":{"shard1":{
"range":"80000000-7fffffff", "state":"active",
"replicas":{ "core_node1":{
"base_url":"http://127.0.0.1:42169",
"node_name":"127.0.0.1:42169_", "core":"c8n_1x2_shard1_replica1",
"state":"active"}, "core_node2":{
"base_url":"http://127.0.0.1:42165",
"node_name":"127.0.0.1:42165_", "core":"c8n_1x2_shard1_replica2",
"state":"active", "leader":"true"}}}},
"autoAddReplicas":"false"}, "control_collection":{
"router":{"name":"compositeId"}, "maxShardsPerNode":"1",
"replicationFactor":"1", "autoCreated":"true", "shards":{"shard1":{
"range":"80000000-7fffffff", "state":"active",
"replicas":{"core_node1":{ "base_url":"http://127.0.0.1:42159",
"node_name":"127.0.0.1:42159_", "core":"collection1",
"state":"active", "leader":"true"}}}},
"autoAddReplicas":"false"}, "collection1":{
"router":{"name":"compositeId"}, "maxShardsPerNode":"1",
"replicationFactor":"1", "autoCreated":"true", "shards":{
"shard1":{ "range":"80000000-ffffffff", "state":"active",
"replicas":{ "core_node1":{
"base_url":"http://127.0.0.1:42165",
"node_name":"127.0.0.1:42165_", "core":"collection1",
"state":"active", "leader":"true"}, "core_node3":{
"base_url":"http://127.0.0.1:42173",
"node_name":"127.0.0.1:42173_", "core":"collection1",
"state":"active"}}}, "shard2":{ "range":"0-7fffffff",
"state":"active", "replicas":{"core_node2":{
"base_url":"http://127.0.0.1:42169",
"node_name":"127.0.0.1:42169_", "core":"collection1",
"state":"active", "leader":"true"}}}},
"autoAddReplicas":"false"}}
Stack Trace:
java.lang.AssertionError: Didn't see all replicas for shard shard1 in c8n_1x2
come up within 30000 ms! ClusterState: {
"c8n_1x2":{
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"replicationFactor":"2",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{
"core_node1":{
"base_url":"http://127.0.0.1:42169",
"node_name":"127.0.0.1:42169_",
"core":"c8n_1x2_shard1_replica1",
"state":"active"},
"core_node2":{
"base_url":"http://127.0.0.1:42165",
"node_name":"127.0.0.1:42165_",
"core":"c8n_1x2_shard1_replica2",
"state":"active",
"leader":"true"}}}},
"autoAddReplicas":"false"},
"control_collection":{
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"replicationFactor":"1",
"autoCreated":"true",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{"core_node1":{
"base_url":"http://127.0.0.1:42159",
"node_name":"127.0.0.1:42159_",
"core":"collection1",
"state":"active",
"leader":"true"}}}},
"autoAddReplicas":"false"},
"collection1":{
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"replicationFactor":"1",
"autoCreated":"true",
"shards":{
"shard1":{
"range":"80000000-ffffffff",
"state":"active",
"replicas":{
"core_node1":{
"base_url":"http://127.0.0.1:42165",
"node_name":"127.0.0.1:42165_",
"core":"collection1",
"state":"active",
"leader":"true"},
"core_node3":{
"base_url":"http://127.0.0.1:42173",
"node_name":"127.0.0.1:42173_",
"core":"collection1",
"state":"active"}}},
"shard2":{
"range":"0-7fffffff",
"state":"active",
"replicas":{"core_node2":{
"base_url":"http://127.0.0.1:42169",
"node_name":"127.0.0.1:42169_",
"core":"collection1",
"state":"active",
"leader":"true"}}}},
"autoAddReplicas":"false"}}
at
__randomizedtesting.SeedInfo.seed([FED87BE6142FCE9A:7F3EF5FE6370AEA6]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:1940)
at
org.apache.solr.cloud.HttpPartitionTest.testRf2(HttpPartitionTest.java:247)
at
org.apache.solr.cloud.HttpPartitionTest.doTest(HttpPartitionTest.java:114)
at
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
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.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:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
Build Log:
[...truncated 9539 lines...]
[junit4] Suite: org.apache.solr.cloud.HttpPartitionTest
[junit4] 2> Creating dataDir:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-FED87BE6142FCE9A-001/init-core-data-001
[junit4] 2> 758922 T2389 oas.BaseDistributedSearchTestCase.initHostContext
Setting hostContext system property: /
[junit4] 2> 758927 T2389 oas.SolrTestCaseJ4.setUp ###Starting
testDistribSearch
[junit4] 2> 758928 T2389 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4] 1> client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 758929 T2390 oasc.ZkTestServer$ZKServerMain.runFromConfig
Starting server
[junit4] 2> 759029 T2389 oasc.ZkTestServer.run start zk server on
port:42156
[junit4] 2> 759030 T2389
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 759031 T2389 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 759035 T2397 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@7071722a
name:ZooKeeperConnection Watcher:127.0.0.1:42156 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 759035 T2389 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 759035 T2389 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 759036 T2389 oascc.SolrZkClient.makePath makePath: /solr
[junit4] 2> 759039 T2389
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 759040 T2389 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 759041 T2400 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@27bad74b
name:ZooKeeperConnection Watcher:127.0.0.1:42156/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 759042 T2389 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 759042 T2389 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 759042 T2389 oascc.SolrZkClient.makePath makePath:
/collections/collection1
[junit4] 2> 759045 T2389 oascc.SolrZkClient.makePath makePath:
/collections/collection1/shards
[junit4] 2> 759046 T2389 oascc.SolrZkClient.makePath makePath:
/collections/control_collection
[junit4] 2> 759047 T2389 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/shards
[junit4] 2> 759049 T2389 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 759050 T2389 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.xml
[junit4] 2> 759052 T2389 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 759053 T2389 oascc.SolrZkClient.makePath makePath:
/configs/conf1/schema.xml
[junit4] 2> 759156 T2389 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 759156 T2389 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 759158 T2389 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 759159 T2389 oascc.SolrZkClient.makePath makePath:
/configs/conf1/stopwords.txt
[junit4] 2> 759160 T2389 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 759161 T2389 oascc.SolrZkClient.makePath makePath:
/configs/conf1/protwords.txt
[junit4] 2> 759162 T2389 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 759163 T2389 oascc.SolrZkClient.makePath makePath:
/configs/conf1/currency.xml
[junit4] 2> 759165 T2389 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 759165 T2389 oascc.SolrZkClient.makePath makePath:
/configs/conf1/enumsConfig.xml
[junit4] 2> 759167 T2389 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 759167 T2389 oascc.SolrZkClient.makePath makePath:
/configs/conf1/open-exchange-rates.json
[junit4] 2> 759169 T2389 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 759170 T2389 oascc.SolrZkClient.makePath makePath:
/configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 759171 T2389 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 759172 T2389 oascc.SolrZkClient.makePath makePath:
/configs/conf1/old_synonyms.txt
[junit4] 2> 759174 T2389 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 759174 T2389 oascc.SolrZkClient.makePath makePath:
/configs/conf1/synonyms.txt
[junit4] 2> 760331 T2389 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 760335 T2389 oejs.AbstractConnector.doStart Started
[email protected]:42160
[junit4] 2> 760336 T2389 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@17072b90
[junit4] 2> 760336 T2389 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 760336 T2389 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-FED87BE6142FCE9A-001/tempDir-002
[junit4] 2> 760337 T2389 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-FED87BE6142FCE9A-001/tempDir-002/'
[junit4] 2> 760365 T2389 oasc.ConfigSolr.fromFile Loading container
configuration from
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-FED87BE6142FCE9A-001/tempDir-002/solr.xml
[junit4] 2> 760423 T2389 oasc.CoreContainer.<init> New CoreContainer
152932953
[junit4] 2> 760423 T2389 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-FED87BE6142FCE9A-001/tempDir-002/]
[junit4] 2> 760424 T2389 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 760424 T2389 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 760424 T2389 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 760425 T2389 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 760425 T2389 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 760425 T2389 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 760425 T2389 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 760425 T2389 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 760426 T2389 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 760426 T2389 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 760426 T2389 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 760427 T2389 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 760427 T2389 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 760427 T2389 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 760427 T2389 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:42156/solr
[junit4] 2> 760428 T2389 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 760428 T2389
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 760429 T2389 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 760431 T2412 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1898aad1
name:ZooKeeperConnection Watcher:127.0.0.1:42156 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 760432 T2389 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 760432 T2389 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 760434 T2389 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 760435 T2415 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@76a9e2e3
name:ZooKeeperConnection Watcher:127.0.0.1:42156/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 760435 T2389 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 760437 T2389 oascc.SolrZkClient.makePath makePath:
/overseer/queue
[junit4] 2> 760439 T2389 oascc.SolrZkClient.makePath makePath:
/overseer/collection-queue-work
[junit4] 2> 760441 T2389 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-running
[junit4] 2> 760442 T2389 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-completed
[junit4] 2> 760444 T2389 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-failure
[junit4] 2> 760446 T2389 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4] 2> 760447 T2389 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42159_
[junit4] 2> 760447 T2389 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:42159_
[junit4] 2> 760449 T2389 oascc.SolrZkClient.makePath makePath:
/overseer_elect
[junit4] 2> 760450 T2389 oascc.SolrZkClient.makePath makePath:
/overseer_elect/election
[junit4] 2> 760451 T2389 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 760452 T2389 oasc.OverseerElectionContext.runLeaderProcess I
am going to be the leader 127.0.0.1:42159_
[junit4] 2> 760452 T2389 oascc.SolrZkClient.makePath makePath:
/overseer_elect/leader
[junit4] 2> 760454 T2389 oasc.Overseer.start Overseer
(id=93056433799168003-127.0.0.1:42159_-n_0000000000) starting
[junit4] 2> 760455 T2389 oascc.SolrZkClient.makePath makePath:
/overseer/queue-work
[junit4] 2> 760460 T2389 oasc.OverseerAutoReplicaFailoverThread.<init>
Starting OverseerAutoReplicaFailoverThread
autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 760461 T2417 oasc.OverseerCollectionProcessor.run Process
current queue of collection creations
[junit4] 2> 760461 T2389 oascc.SolrZkClient.makePath makePath:
/clusterstate.json
[junit4] 2> 760463 T2389 oascc.SolrZkClient.makePath makePath:
/aliases.json
[junit4] 2> 760464 T2389
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 760465 T2416 oasc.Overseer$ClusterStateUpdater.run Starting to
work on the main queue
[junit4] 2> 760469 T2419 oasc.ZkController.publish publishing
core=collection1 state=down collection=control_collection
[junit4] 2> 760469 T2419 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 760470 T2419 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 760470 T2415 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 760472 T2416 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 0, message = {
[junit4] 2> "numShards":"1",
[junit4] 2> "base_url":"http://127.0.0.1:42159",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "node_name":"127.0.0.1:42159_",
[junit4] 2> "shard":null,
[junit4] 2> "core":"collection1",
[junit4] 2> "operation":"state",
[junit4] 2> "state":"down",
[junit4] 2> "roles":null} current state version: 0
[junit4] 2> 760472 T2416 oasco.ReplicaMutator.updateState Update state
numShards=1 message={
[junit4] 2> "numShards":"1",
[junit4] 2> "base_url":"http://127.0.0.1:42159",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "node_name":"127.0.0.1:42159_",
[junit4] 2> "shard":null,
[junit4] 2> "core":"collection1",
[junit4] 2> "operation":"state",
[junit4] 2> "state":"down",
[junit4] 2> "roles":null}
[junit4] 2> 760473 T2416 oasco.ClusterStateMutator.createCollection
building a new cName: control_collection
[junit4] 2> 760473 T2416 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard1
[junit4] 2> 760474 T2415 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> 761471 T2419 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 761472 T2419 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:control_collection
[junit4] 2> 761472 T2419 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 761473 T2419 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/control_collection
[junit4] 2> 761473 T2419 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 761473 T2419 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-FED87BE6142FCE9A-001/tempDir-002/collection1/'
[junit4] 2> 761475 T2419 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-FED87BE6142FCE9A-001/tempDir-002/collection1/lib/README'
to classloader
[junit4] 2> 761476 T2419 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-FED87BE6142FCE9A-001/tempDir-002/collection1/lib/classes/'
to classloader
[junit4] 2> 761476 T2419 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-FED87BE6142FCE9A-001/tempDir-002/collection1/lib/.svn/'
to classloader
[junit4] 2> 761509 T2419 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 761512 T2419 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 761545 T2419 oasc.SolrConfig.<init> Using Lucene MatchVersion:
5.0.0
[junit4] 2> 761591 T2419 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 761693 T2419 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 761702 T2419 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 762081 T2419 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 762093 T2419 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 762096 T2419 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 762115 T2419 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 762120 T2419 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 762124 T2419 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 762124 T2419
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 762125 T2419
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 762125 T2419 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 762126 T2419
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 762126 T2419
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 762126 T2419 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection control_collection
[junit4] 2> 762126 T2419 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 762127 T2419 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-FED87BE6142FCE9A-001/tempDir-002/collection1/,
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-FED87BE6142FCE9A-001/tempDir-001/control/data/
[junit4] 2> 762127 T2419 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@44ee5c1a
[junit4] 2> 762128 T2419 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-FED87BE6142FCE9A-001/tempDir-001/control/data
[junit4] 2> 762128 T2419 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-FED87BE6142FCE9A-001/tempDir-001/control/data/index/
[junit4] 2> 762128 T2419 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-FED87BE6142FCE9A-001/tempDir-001/control/data/index'
doesn't exist. Creating new index...
[junit4] 2> 762128 T2419 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-FED87BE6142FCE9A-001/tempDir-001/control/data/index
[junit4] 2> 762129 T2419 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=18, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 762130 T2419 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@67ec546b
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4c9a721a),segFN=segments_1,generation=1}
[junit4] 2> 762130 T2419 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 762134 T2419 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 762135 T2419 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 762135 T2419 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 762135 T2419 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 762136 T2419 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 762136 T2419 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 762136 T2419 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 762137 T2419 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 762137 T2419 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 762137 T2419 oasc.RequestHandlers.initHandlersFromConfig
created /update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 762138 T2419 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 762138 T2419 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 762139 T2419 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 762139 T2419 oasc.RequestHandlers.initHandlersFromConfig
created /config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 762140 T2419 oasc.RequestHandlers.initHandlersFromConfig
created /schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 762140 T2419 oasc.RequestHandlers.initHandlersFromConfig
created /replication: org.apache.solr.handler.ReplicationHandler
[junit4] 2> 762141 T2419 oasc.RequestHandlers.initHandlersFromConfig
created /get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 762141 T2419 oasc.RequestHandlers.initHandlersFromConfig
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 762142 T2419 oasc.RequestHandlers.initHandlersFromConfig
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 762143 T2419 oasc.RequestHandlers.initHandlersFromConfig
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 762143 T2419 oasc.RequestHandlers.initHandlersFromConfig
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 762144 T2419 oasc.RequestHandlers.initHandlersFromConfig
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 762144 T2419 oasc.RequestHandlers.initHandlersFromConfig
created /admin/properties:
org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 762144 T2419 oasc.RequestHandlers.initHandlersFromConfig
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
[junit4] 2> 762145 T2419 oasc.RequestHandlers.initHandlersFromConfig
created /admin/ping: org.apache.solr.handler.PingRequestHandler
[junit4] 2> 762145 T2419 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 762146 T2419 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 762146 T2419 oasc.RequestHandlers.initHandlersFromConfig
created /admin/fileedit: solr.admin.EditFileRequestHandler
[junit4] 2> 762165 T2419 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 762167 T2419 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 762169 T2419 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 762171 T2419 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 762173 T2419 oasc.SolrCore.initStatsCache Using default
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 762176 T2419 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
[junit4] 2> 762176 T2419 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
[junit4] 2> 762177 T2419 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=49, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=88.8447265625,
floorSegmentMB=0.7744140625, forceMergeDeletesPctAllowed=29.371975568992628,
segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 762178 T2419 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@67ec546b
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4c9a721a),segFN=segments_1,generation=1}
[junit4] 2> 762178 T2419 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 762178 T2419 oass.SolrIndexSearcher.<init> Opening
Searcher@3ccdd4b[collection1] main
[junit4] 2> 762178 T2419 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/control_collection
[junit4] 2> 762179 T2419 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 762179 T2419 oasr.ManagedResourceStorage.newStorageIO Setting
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 762180 T2419
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 762180 T2419 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 762180 T2419 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 762181 T2419
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 762181 T2419 oasr.ManagedResourceStorage.load Loaded null at
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 762181 T2419 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 762182 T2419 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 762182 T2419 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 762182 T2420 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@3ccdd4b[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 762183 T2423 oasc.ZkController.register Register replica -
core:collection1 address:http://127.0.0.1:42159 collection:control_collection
shard:shard1
[junit4] 2> 762183 T2389 oass.SolrDispatchFilter.init
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1
[junit4] 2> 762183 T2389 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 762184 T2423 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leader_elect/shard1/election
[junit4] 2> 762185 T2389
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 762185 T2389 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 762187 T2427 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@6eb93bbc
name:ZooKeeperConnection Watcher:127.0.0.1:42156/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 762187 T2389 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 762188 T2389 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 762189 T2423 oasc.ShardLeaderElectionContext.runLeaderProcess
Running the leader process for shard shard1
[junit4] 2> 762189 T2389
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 762190 T2415 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 762191 T2423
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 762191 T2423 oasc.ShardLeaderElectionContext.runLeaderProcess
I may be the new leader - try and sync
[junit4] 2> ASYNC NEW_CORE C347 name=collection1
org.apache.solr.core.SolrCore@3dd196b url=http://127.0.0.1:42159/collection1
node=127.0.0.1:42159_ C347_STATE=coll:control_collection core:collection1
props:{base_url=http://127.0.0.1:42159, node_name=127.0.0.1:42159_,
core=collection1, state=down}
[junit4] 2> 762191 T2423 C347 P42159 oasc.SyncStrategy.sync Sync replicas
to http://127.0.0.1:42159/collection1/
[junit4] 2> 762191 T2416 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection"} current state
version: 1
[junit4] 2> 762191 T2423 C347 P42159 oasc.SyncStrategy.syncReplicas Sync
Success - now sync replicas to me
[junit4] 2> 762192 T2389 oasc.ChaosMonkey.monkeyLog monkey: init - expire
sessions:false cause connection loss:false
[junit4] 2> 762192 T2423 C347 P42159 oasc.SyncStrategy.syncToMe
http://127.0.0.1:42159/collection1/ has no replicas
[junit4] 2> 762192 T2389 oasc.AbstractFullDistribZkTestBase.createJettys
Creating collection1 with stateFormat=2
[junit4] 2> 762192 T2423 oasc.ShardLeaderElectionContext.runLeaderProcess
I am the new leader: http://127.0.0.1:42159/collection1/ shard1
[junit4] 2> 762193 T2389
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 762193 T2415 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> 762193 T2427 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> 762193 T2389 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 762193 T2423 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leaders/shard1
[junit4] 2> 762195 T2430 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@6e7a5638
name:ZooKeeperConnection Watcher:127.0.0.1:42156/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 762195 T2389 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 762196 T2389 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 762198 T2431 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 762199 T2416 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 2, message = {
[junit4] 2> "operation":"create",
[junit4] 2> "name":"collection1",
[junit4] 2> "numShards":"2",
[junit4] 2> "stateFormat":2} current state version: 2
[junit4] 2> 762200 T2416 oasco.ClusterStateMutator.createCollection
building a new cName: collection1
[junit4] 2> 762202 T2416 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "base_url":"http://127.0.0.1:42159",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"} current state version: 2
[junit4] 2> 762202 T2416 oasco.ZkStateWriter.writePendingUpdates going to
create_collection /collections/collection1/state.json
[junit4] 2> 762203 T2427 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> 762205 T2431 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 762206 T2427 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> 762250 T2423 oasc.ZkController.register We are
http://127.0.0.1:42159/collection1/ and leader is
http://127.0.0.1:42159/collection1/
[junit4] 2> 762251 T2423 oasc.ZkController.register No LogReplay needed
for core=collection1 baseURL=http://127.0.0.1:42159
[junit4] 2> 762251 T2423 oasc.ZkController.checkRecovery I am the leader,
no recovery necessary
[junit4] 2> 762251 T2423 oasc.ZkController.publish publishing
core=collection1 state=active collection=control_collection
[junit4] 2> 762251 T2423 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 762252 T2415 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 762253 T2416 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "numShards":"2",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "base_url":"http://127.0.0.1:42159",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "node_name":"127.0.0.1:42159_",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"collection1",
[junit4] 2> "operation":"state",
[junit4] 2> "state":"active",
[junit4] 2> "roles":null} current state version: 4
[junit4] 2> 762254 T2416 oasco.ReplicaMutator.updateState Update state
numShards=2 message={
[junit4] 2> "numShards":"2",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "base_url":"http://127.0.0.1:42159",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "node_name":"127.0.0.1:42159_",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"collection1",
[junit4] 2> "operation":"state",
[junit4] 2> "state":"active",
[junit4] 2> "roles":null}
[junit4] 2> 762358 T2415 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> 762358 T2427 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> 763344 T2389 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 1
[junit4] 2> 763345 T2389 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 763348 T2389 oejs.AbstractConnector.doStart Started
[email protected]:42166
[junit4] 2> 763348 T2389 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@17072b90
[junit4] 2> 763349 T2389 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 763349 T2389 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-FED87BE6142FCE9A-001/tempDir-003
[junit4] 2> 763349 T2389 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-FED87BE6142FCE9A-001/tempDir-003/'
[junit4] 2> 763378 T2389 oasc.ConfigSolr.fromFile Loading container
configuration from
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-FED87BE6142FCE9A-001/tempDir-003/solr.xml
[junit4] 2> 763430 T2389 oasc.CoreContainer.<init> New CoreContainer
99408359
[junit4] 2> 763430 T2389 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-FED87BE6142FCE9A-001/tempDir-003/]
[junit4] 2> 763431 T2389 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 763431 T2389 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 763432 T2389 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 763432 T2389 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 763432 T2389 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 763432 T2389 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 763432 T2389 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 763433 T2389 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 763433 T2389 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 763433 T2389 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 763434 T2389 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 763434 T2389 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 763434 T2389 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 763434 T2389 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 763435 T2389 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:42156/solr
[junit4] 2> 763435 T2389 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 763435 T2389
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 763436 T2389 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 763437 T2443 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@19224058
name:ZooKeeperConnection Watcher:127.0.0.1:42156 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 763438 T2389 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 763439 T2389 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 763441 T2389 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 763442 T2446 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@701af9cb
name:ZooKeeperConnection Watcher:127.0.0.1:42156/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 763442 T2389 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 763447 T2389
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 764451 T2389 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42165_
[junit4] 2> 764452 T2389 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:42165_
[junit4] 2> 764455 T2389 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 764463 T2447 oasc.ZkController.publish publishing
core=collection1 state=down collection=collection1
[junit4] 2> 764463 T2447 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 764465 T2415 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 764465 T2447 oasc.ZkController.preRegister Registering watch
for external collection collection1
[junit4] 2> 764466 T2447 oascc.ZkStateReader.addZkWatch addZkWatch
collection1
[junit4] 2> 764466 T2416 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "numShards":"2",
[junit4] 2> "base_url":"http://127.0.0.1:42165",
[junit4] 2> "collection":"collection1",
[junit4] 2> "node_name":"127.0.0.1:42165_",
[junit4] 2> "shard":null,
[junit4] 2> "core":"collection1",
[junit4] 2> "operation":"state",
[junit4] 2> "state":"down",
[junit4] 2> "roles":null} current state version: 5
[junit4] 2> 764466 T2447 oascc.ZkStateReader.addZkWatch Updating
collection state at /collections/collection1/state.json from ZooKeeper...
[junit4] 2> 764467 T2416 oasco.ReplicaMutator.updateState Update state
numShards=2 message={
[junit4] 2> "numShards":"2",
[junit4] 2> "base_url":"http://127.0.0.1:42165",
[junit4] 2> "collection":"collection1",
[junit4] 2> "node_name":"127.0.0.1:42165_",
[junit4] 2> "shard":null,
[junit4] 2> "core":"collection1",
[junit4] 2> "operation":"state",
[junit4] 2> "state":"down",
[junit4] 2> "roles":null}
[junit4] 2> 764467 T2416 oasco.ReplicaMutator.updateState Collection
already exists with numShards=2
[junit4] 2> 764467 T2416 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard1
[junit4] 2> 764467 T2447 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 0
[junit4] 2> 764468 T2447 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 764468 T2416 oasco.ZkStateWriter.writePendingUpdates going to
update_collection /collections/collection1/state.json version: 0
[junit4] 2> 764469 T2446 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 764470 T2446 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 1
[junit4] 2> 765469 T2447 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 765470 T2447 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:collection1
[junit4] 2> 765470 T2447 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 765471 T2447 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 765471 T2447 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 765471 T2447 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-FED87BE6142FCE9A-001/tempDir-003/collection1/'
[junit4] 2> 765473 T2447 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-FED87BE6142FCE9A-001/tempDir-003/collection1/lib/.svn/'
to classloader
[junit4] 2> 765474 T2447 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-FED87BE6142FCE9A-001/tempDir-003/collection1/lib/README'
to classloader
[junit4] 2> 765475 T2447 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-FED87BE6142FCE9A-001/tempDir-003/collection1/lib/classes/'
to classloader
[junit4] 2> 765508 T2447 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 765510 T2447 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 765544 T2447 oasc.SolrConfig.<init> Using Lucene MatchVersion:
5.0.0
[junit4] 2> 765592 T2447 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 765693 T2447 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 765703 T2447 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 766084 T2447 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 766097 T2447 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 766100 T2447 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 766110 T2447 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 766114 T2447 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 766118 T2447 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 766118 T2447
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 766119 T2447
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 766120 T2447 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 766120 T2447
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 766121 T2447
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 766121 T2447 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection collection1
[junit4] 2> 766121 T2447 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 766121 T2447 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-FED87BE6142FCE9A-001/tempDir-003/collection1/,
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-FED87BE6142FCE9A-001/tempDir-001/jetty1/
[junit4] 2> 766122 T2447 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@44ee5c1a
[junit4] 2> 766122 T2447 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-FED87BE6142FCE9A-001/tempDir-001/jetty1
[junit4] 2> 766123 T2447 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-FED87BE6142FCE9A-001/tempDir-001/jetty1/index/
[junit4] 2> 766123 T2447 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-FED87BE6142FCE9A-001/tempDir-001/jetty1/index'
doesn't exist. Creating new index...
[junit4] 2> 766123 T2447 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-FED87BE6142FCE9A-001/tempDir-001/jetty1/index
[junit4] 2> 766124 T2447 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=18, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 766124 T2447 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@293ebec8
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@565f519f),segFN=segments_1,generation=1}
[junit4] 2> 766125 T2447 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 766130 T2447 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 766131 T2447 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 766131 T2447 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 766131 T2447 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 766131 T2447 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 766132 T2447 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 766132 T2447 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 766132 T2447 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 766133 T2447 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 766133 T2447 oasc.RequestHandlers.initHandlersFromConfig
created /update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 766134 T2447 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 766134 T2447 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 766135 T2447 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 766136 T2447 oasc.RequestHandlers.initHandlersFromConfig
created /config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 766136 T2447 oasc.RequestHandlers.initHandlersFromConfig
created /schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 766137 T2447 oasc.RequestHandlers.initHandlersFromConfig
created /replication: org.apache.solr.handler.ReplicationHandler
[junit4] 2> 766138 T2447 oasc.RequestHandlers.initHandlersFromConfig
created /get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 766138 T2447 oasc.RequestHandlers.initHandlersFromConfig
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 766139 T2447 oasc.RequestHandlers.initHandlersFromConfig
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 766140 T2447 oasc.RequestHandlers.initHandlersFromConfig
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 766140 T2447 oasc.RequestHandlers.initHandlersFromConfig
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 766141 T2447 oasc.RequestHandlers.initHandlersFromConfig
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 766142 T2447 oasc.RequestHandlers.initHandlersFromConfig
created /admin/properties:
org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 766142 T2447 oasc.RequestHandlers.initHandlersFromConfig
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
[junit4] 2> 766143 T2447 oasc.RequestHandlers.initHandlersFromConfig
created /admin/ping: org.apache.solr.handler.PingRequestHandler
[junit4] 2> 766143 T2447 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 766144 T2447 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 766144 T2447 oasc.RequestHandlers.initHandlersFromConfig
created /admin/fileedit: solr.admin.EditFileRequestHandler
[junit4] 2> 766163 T2447 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 766165 T2447 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 766166 T2447 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 766168 T2447 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 766170 T2447 oasc.SolrCore.initStatsCache Using default
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 766173 T2447 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
[junit4] 2> 766173 T2447 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
[junit4] 2> 766174 T2447 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=49, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=88.8447265625,
floorSegmentMB=0.7744140625, forceMergeDeletesPctAllowed=29.371975568992628,
segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 766175 T2447 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@293ebec8
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@565f519f),segFN=segments_1,generation=1}
[junit4] 2> 766175 T2447 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 766175 T2447 oass.SolrIndexSearcher.<init> Opening
Searcher@18baf7e8[collection1] main
[junit4] 2> 766176 T2447 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 766176 T2447 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 766176 T2447 oasr.ManagedResourceStorage.newStorageIO Setting
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 766177 T2447
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 766177 T2447 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 766177 T2447 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 766178 T2447
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 766178 T2447 oasr.ManagedResourceStorage.load Loaded null at
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 766178 T2447 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 766179 T2447 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 766180 T2448 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@18baf7e8[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 766180 T2447 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 766181 T2451 oasc.ZkController.register Register replica -
core:collection1 address:http://127.0.0.1:42165 collection:collection1
shard:shard1
[junit4] 2> 766181 T2389 oass.SolrDispatchFilter.init
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1
[junit4] 2> 766182 T2389 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 766182 T2451 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leader_elect/shard1/election
[junit4] 2> 766186 T2451 oasc.ShardLeaderElectionContext.runLeaderProcess
Running the leader process for shard shard1
[junit4] 2> 766187 T2415 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 766187 T2451
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 766188 T2451 oasc.ShardLeaderElectionContext.runLeaderProcess
I may be the new leader - try and sync
[junit4] 2> ASYNC NEW_CORE C348 name=collection1
org.apache.solr.core.SolrCore@496da5db url=http://127.0.0.1:42165/collection1
node=127.0.0.1:42165_ C348_STATE=coll:collection1 core:collection1
props:{base_url=http://127.0.0.1:42165, node_name=127.0.0.1:42165_,
core=collection1, state=down}
[junit4] 2> 766188 T2451 C348 P42165 oasc.SyncStrategy.sync Sync replicas
to http://127.0.0.1:42165/collection1/
[junit4] 2> 766188 T2416 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"collection1"} current state version: 5
[junit4] 2> 766188 T2451 C348 P42165 oasc.SyncStrategy.syncReplicas Sync
Success - now sync replicas to me
[junit4] 2> 766188 T2451 C348 P42165 oasc.SyncStrategy.syncToMe
http://127.0.0.1:42165/collection1/ has no replicas
[junit4] 2> 766189 T2451 oasc.ShardLeaderElectionContext.runLeaderProcess
I am the new leader: http://127.0.0.1:42165/collection1/ shard1
[junit4] 2> 766189 T2451 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leaders/shard1
[junit4] 2> 766189 T2416 oasco.ZkStateWriter.writePendingUpdates going to
update_collection /collections/collection1/state.json version: 1
[junit4] 2> 766190 T2446 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 766190 T2446 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 2
[junit4] 2> 766192 T2415 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 766193 T2416 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"collection1",
[junit4] 2> "base_url":"http://127.0.0.1:42165",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"} current state version: 5
[junit4] 2> 766194 T2416 oasco.ZkStateWriter.writePendingUpdates going to
update_collection /collections/collection1/state.json version: 2
[junit4] 2> 766195 T2446 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 766195 T2446 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 3
[junit4] 2> 766243 T2451 oasc.ZkController.register We are
http://127.0.0.1:42165/collection1/ and leader is
http://127.0.0.1:42165/collection1/
[junit4] 2> 766244 T2451 oasc.ZkController.register No LogReplay needed
for core=collection1 baseURL=http://127.0.0.1:42165
[junit4] 2> 766244 T2451 oasc.ZkController.checkRecovery I am the leader,
no recovery necessary
[junit4] 2> 766244 T2451 oasc.ZkController.publish publishing
core=collection1 state=active collection=collection1
[junit4] 2> 766244 T2451 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 766245 T2415 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 766246 T2416 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "numShards":"2",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "base_url":"http://127.0.0.1:42165",
[junit4] 2> "collection":"collection1",
[junit4] 2> "node_name":"127.0.0.1:42165_",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"collection1",
[junit4] 2> "operation":"state",
[junit4] 2> "state":"active",
[junit4] 2> "roles":null} current state version: 5
[junit4] 2> 766246 T2416 oasco.ReplicaMutator.updateState Update state
numShards=2 message={
[junit4] 2> "numShards":"2",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "base_url":"http://127.0.0.1:42165",
[junit4] 2> "collection":"collection1",
[junit4] 2> "node_name":"127.0.0.1:42165_",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"collection1",
[junit4] 2> "operation":"state",
[junit4] 2> "state":"active",
[junit4] 2> "roles":null}
[junit4] 2> 766247 T2451 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 3
[junit4] 2> 766248 T2416 oasco.ZkStateWriter.writePendingUpdates going to
update_collection /collections/collection1/state.json version: 3
[junit4] 2> 766248 T2446 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 766249 T2446 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 4
[junit4] 2> 767339 T2389 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 2
[junit4] 2> 767340 T2389 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 767342 T2389 oejs.AbstractConnector.doStart Started
[email protected]:42170
[junit4] 2> 767343 T2389 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@17072b90
[junit4] 2> 767343 T2389 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 767343 T2389 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-FED87BE6142FCE9A-001/tempDir-004
[junit4] 2> 767344 T2389 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-FED87BE6142FCE9A-001/tempDir-004/'
[junit4] 2> 767372 T2389 oasc.ConfigSolr.fromFile Loading container
configuration from
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-FED87BE6142FCE9A-001/tempDir-004/solr.xml
[junit4] 2> 767424 T2389 oasc.CoreContainer.<init> New CoreContainer
1985872279
[junit4] 2> 767425 T2389 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-FED87BE6142FCE9A-001/tempDir-004/]
[junit4] 2> 767426 T2389 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 767426 T2389 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 767426 T2389 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 767426 T2389 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 767427 T2389 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 767427 T2389 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 767427 T2389 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 767427 T2389 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 767428 T2389 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 767428 T2389 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 767428 T2389 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 767429 T2389 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 767429 T2389 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 767429 T2389 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 767429 T2389 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:42156/solr
[junit4] 2> 767430 T2389 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 767430 T2389
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 767431 T2389 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 767432 T2464 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@50217b88
name:ZooKeeperConnection Watcher:127.0.0.1:42156 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 767433 T2389 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 767434 T2389 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 767436 T2389 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 767437 T2467 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@6d14a6ae
name:ZooKeeperConnection Watcher:127.0.0.1:42156/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 767437 T2389 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 767442 T2389
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 768447 T2389 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42169_
[junit4] 2> 768448 T2389 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:42169_
[junit4] 2> 768452 T2389 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 768460 T2468 oasc.ZkController.publish publishing
core=collection1 state=down collection=collection1
[junit4] 2> 768461 T2468 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 768462 T2415 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 768463 T2468 oasc.ZkController.preRegister Registering watch
for external collection collection1
[junit4] 2> 768463 T2468 oascc.ZkStateReader.addZkWatch addZkWatch
collection1
[junit4] 2> 768463 T2416 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "numShards":"2",
[junit4] 2> "base_url":"http://127.0.0.1:42169",
[junit4] 2> "collection":"collection1",
[junit4] 2> "node_name":"127.0.0.1:42169_",
[junit4] 2> "shard":null,
[junit4] 2> "core":"collection1",
[junit4] 2> "operation":"state",
[junit4] 2> "state":"down",
[junit4] 2> "roles":null} current state version: 5
[junit4] 2> 768463 T2468 oascc.ZkStateReader.addZkWatch Updating
collection state at /collections/collection1/state.json from ZooKeeper...
[junit4] 2> 768464 T2416 oasco.ReplicaMutator.updateState Update state
numShards=2 message={
[junit4] 2> "numShards":"2",
[junit4] 2> "base_url":"http://127.0.0.1:42169",
[junit4] 2> "collection":"collection1",
[junit4] 2> "node_name":"127.0.0.1:42169_",
[junit4] 2> "shard":null,
[junit4] 2> "core":"collection1",
[junit4] 2> "operation":"state",
[junit4] 2> "state":"down",
[junit4] 2> "roles":null}
[junit4] 2> 768464 T2416 oasco.ReplicaMutator.updateState Collection
already exists with numShards=2
[junit4] 2> 768464 T2416 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard2
[junit4] 2> 768464 T2468 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 4
[junit4] 2> 768464 T2468 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 768465 T2416 oasco.ZkStateWriter.writePendingUpdates going to
update_collection /collections/collection1/state.json version: 4
[junit4] 2> 768466 T2467 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 768466 T2446 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 768466 T2467 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 5
[junit4] 2> 768466 T2446 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 5
[junit4] 2> 769466 T2468 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 769467 T2468 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:collection1
[junit4] 2> 769467 T2468 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 769467 T2468 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 769468 T2468 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 769468 T2468 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-FED87BE6142FCE9A-001/tempDir-004/collection1/'
[junit4] 2> 769470 T2468 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-FED87BE6142FCE9A-001/tempDir-004/collection1/lib/.svn/'
to classloader
[junit4] 2> 769471 T2468 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-FED87BE6142FCE9A-001/tempDir-004/collection1/lib/README'
to classloader
[junit4] 2> 769471 T2468 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-FED87BE6142FCE9A-001/tempDir-004/collection1/lib/classes/'
to classloader
[junit4] 2> 769505 T2468 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 769507 T2468 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 769557 T2468 oasc.SolrConfig.<init> Using Lucene MatchVersion:
5.0.0
[junit4] 2> 769607 T2468 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 769709 T2468 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 769719 T2468 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 770107 T2468 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 770119 T2468 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 770122 T2468 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 770133 T2468 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 770137 T2468 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 770140 T2468 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 770141 T2468
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 770142 T2468
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 770142 T2468 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 770143 T2468
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 770143 T2468
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 770143 T2468 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection collection1
[junit4] 2> 770144 T2468 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 770144 T2468 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-FED87BE6142FCE9A-001/tempDir-004/collection1/,
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-FED87BE6142FCE9A-001/tempDir-001/jetty2/
[junit4] 2> 770144 T2468 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@44ee5c1a
[junit4] 2> 770145 T2468 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-FED87BE6142FCE9A-001/tempDir-001/jetty2
[junit4] 2> 770146 T2468 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-FED87BE6142FCE9A-001/tempDir-001/jetty2/index/
[junit4] 2> 770146 T2468 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-FED87BE6142FCE9A-001/tempDir-001/jetty2/index'
doesn't exist. Creating new index...
[junit4] 2> 770146 T2468 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-FED87BE6142FCE9A-001/tempDir-001/jetty2/index
[junit4] 2> 770147 T2468 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=18, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 770148 T2468 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@57fbf7d1
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5f4ae777),segFN=segments_1,generation=1}
[junit4] 2> 770148 T2468 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 770153 T2468 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 770154 T2468 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 770154 T2468 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 770154 T2468 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 770155 T2468 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 770155 T2468 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 770155 T2468 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 770156 T2468 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 770156 T2468 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 770157 T2468 oasc.RequestHandlers.initHandlersFromConfig
created /update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 770157 T2468 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 770158 T2468 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 770158 T2468 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 770159 T2468 oasc.RequestHandlers.initHandlersFromConfig
created /config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 770159 T2468 oasc.RequestHandlers.initHandlersFromConfig
created /schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 770160 T2468 oasc.RequestHandlers.initHandlersFromConfig
created /replication: org.apache.solr.handler.ReplicationHandler
[junit4] 2> 770161 T2468 oasc.RequestHandlers.initHandlersFromConfig
created /get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 770161 T2468 oasc.RequestHandlers.initHandlersFromConfig
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 770163 T2468 oasc.RequestHandlers.initHandlersFromConfig
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 770164 T2468 oasc.Reques
[...truncated too long message...]
] 2> 947411 T2389 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
[junit4] 2> 947413 T2389 oasc.ZkTestServer.send4LetterWord connecting to
127.0.0.1:42156 42156
[junit4] 2> 947530 T2390 oasc.ZkTestServer.send4LetterWord connecting to
127.0.0.1:42156 42156
[junit4] 2> 947532 T2390 oasc.ZkTestServer$ZKServerMain.runFromConfig WARN
Watch limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/aliases.json
[junit4] 2> 5 /solr/clusterstate.json
[junit4] 2> 4 /solr/configs/conf1
[junit4] 2> 3 /solr/collections/collection1/state.json
[junit4] 2> 2 /solr/collections/c8n_1x2/state.json
[junit4] 2> 2
/solr/collections/c8n_crud_1x2/state.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/live_nodes
[junit4] 2> 4 /solr/overseer/queue
[junit4] 2> 4 /solr/overseer/collection-queue-work
[junit4] 2>
[junit4] 2> 947532 T2389 oasc.SocketProxy.close WARN Closing 0 connections
to: http://127.0.0.1:42173/
[junit4] 2> 947533 T2389 oasc.SocketProxy.close WARN Closing 0 connections
to: http://127.0.0.1:42159/
[junit4] 2> 947533 T2389 oasc.SocketProxy.close WARN Closing 0 connections
to: http://127.0.0.1:42165/
[junit4] 2> 947533 T2389 oasc.SocketProxy.close WARN Closing 0 connections
to: http://127.0.0.1:42169/
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=HttpPartitionTest
-Dtests.method=testDistribSearch -Dtests.seed=FED87BE6142FCE9A
-Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=lt_LT
-Dtests.timezone=America/Halifax -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] FAILURE 189s J1 | HttpPartitionTest.testDistribSearch <<<
[junit4] > Throwable #1: java.lang.AssertionError: Didn't see all
replicas for shard shard1 in c8n_1x2 come up within 30000 ms! ClusterState: {
[junit4] > "c8n_1x2":{
[junit4] > "router":{"name":"compositeId"},
[junit4] > "maxShardsPerNode":"1",
[junit4] > "replicationFactor":"2",
[junit4] > "shards":{"shard1":{
[junit4] > "range":"80000000-7fffffff",
[junit4] > "state":"active",
[junit4] > "replicas":{
[junit4] > "core_node1":{
[junit4] > "base_url":"http://127.0.0.1:42169",
[junit4] > "node_name":"127.0.0.1:42169_",
[junit4] > "core":"c8n_1x2_shard1_replica1",
[junit4] > "state":"active"},
[junit4] > "core_node2":{
[junit4] > "base_url":"http://127.0.0.1:42165",
[junit4] > "node_name":"127.0.0.1:42165_",
[junit4] > "core":"c8n_1x2_shard1_replica2",
[junit4] > "state":"active",
[junit4] > "leader":"true"}}}},
[junit4] > "autoAddReplicas":"false"},
[junit4] > "control_collection":{
[junit4] > "router":{"name":"compositeId"},
[junit4] > "maxShardsPerNode":"1",
[junit4] > "replicationFactor":"1",
[junit4] > "autoCreated":"true",
[junit4] > "shards":{"shard1":{
[junit4] > "range":"80000000-7fffffff",
[junit4] > "state":"active",
[junit4] > "replicas":{"core_node1":{
[junit4] > "base_url":"http://127.0.0.1:42159",
[junit4] > "node_name":"127.0.0.1:42159_",
[junit4] > "core":"collection1",
[junit4] > "state":"active",
[junit4] > "leader":"true"}}}},
[junit4] > "autoAddReplicas":"false"},
[junit4] > "collection1":{
[junit4] > "router":{"name":"compositeId"},
[junit4] > "maxShardsPerNode":"1",
[junit4] > "replicationFactor":"1",
[junit4] > "autoCreated":"true",
[junit4] > "shards":{
[junit4] > "shard1":{
[junit4] > "range":"80000000-ffffffff",
[junit4] > "state":"active",
[junit4] > "replicas":{
[junit4] > "core_node1":{
[junit4] > "base_url":"http://127.0.0.1:42165",
[junit4] > "node_name":"127.0.0.1:42165_",
[junit4] > "core":"collection1",
[junit4] > "state":"active",
[junit4] > "leader":"true"},
[junit4] > "core_node3":{
[junit4] > "base_url":"http://127.0.0.1:42173",
[junit4] > "node_name":"127.0.0.1:42173_",
[junit4] > "core":"collection1",
[junit4] > "state":"active"}}},
[junit4] > "shard2":{
[junit4] > "range":"0-7fffffff",
[junit4] > "state":"active",
[junit4] > "replicas":{"core_node2":{
[junit4] > "base_url":"http://127.0.0.1:42169",
[junit4] > "node_name":"127.0.0.1:42169_",
[junit4] > "core":"collection1",
[junit4] > "state":"active",
[junit4] > "leader":"true"}}}},
[junit4] > "autoAddReplicas":"false"}}
[junit4] > at
__randomizedtesting.SeedInfo.seed([FED87BE6142FCE9A:7F3EF5FE6370AEA6]:0)
[junit4] > at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:1940)
[junit4] > at
org.apache.solr.cloud.HttpPartitionTest.testRf2(HttpPartitionTest.java:247)
[junit4] > at
org.apache.solr.cloud.HttpPartitionTest.doTest(HttpPartitionTest.java:114)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 947564 T2389 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-FED87BE6142FCE9A-001
[junit4] 2> 188648 T2388 ccr.ThreadLeakControl.checkThreadLeaks WARNING
Will linger awaiting termination of 1 leaked thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene50):
{text=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
multiDefault=Lucene50(blocksize=128), intDefault=FST50,
timestamp=Lucene50(blocksize=128), range_facet_l=Lucene50(blocksize=128),
a_t=Lucene50(blocksize=128), id=PostingsFormat(name=LuceneVarGapFixedInterval),
_version_=FST50}, docValues:{timestamp=DocValuesFormat(name=Asserting)},
sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=lt_LT,
timezone=America/Halifax
[junit4] 2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_65
(64-bit)/cpus=16,threads=1,free=43014968,total=298844160
[junit4] 2> NOTE: All tests run in this JVM: [TestIBSimilarityFactory,
TestInitQParser, TestLFUCache, TestQueryUtils, TestDFRSimilarityFactory,
TestStressLucene, TestManagedStopFilterFactory, TestSolrQueryParserResource,
HdfsUnloadDistributedZkTest, JsonLoaderTest, LeaderFailoverAfterPartitionTest,
TermVectorComponentDistributedTest, TestRangeQuery, TermsComponentTest,
BadIndexSchemaTest, TestFastLRUCache, TestChildDocTransformer,
UpdateRequestProcessorFactoryTest, TermVectorComponentTest, SolrTestCaseJ4Test,
BlockDirectoryTest, TestLazyCores, SignatureUpdateProcessorFactoryTest,
SliceStateTest, TestElisionMultitermQuery, TestSystemIdResolver,
TestPartialUpdateDeduplication, ParsingFieldUpdateProcessorsTest,
DistributedQueueTest, TestCodecSupport, CircularListTest,
CurrencyFieldXmlFileTest, TestFaceting, TestValueSourceCache, CacheHeaderTest,
TestBlobHandler, TestModifyConfFiles, DistributedFacetPivotLongTailTest,
FastVectorHighlighterTest, AddBlockUpdateTest, TestStressVersions,
DistributedFacetPivotWhiteBoxTest, AsyncMigrateRouteKeyTest,
DistributedQueryComponentOptimizationTest, DeleteInactiveReplicaTest,
QueryResultKeyTest, TestHighlightDedupGrouping, FileUtilsTest,
ExternalFileFieldSortTest, FullSolrCloudDistribCmdsTest, TimeZoneUtilsTest,
SolrCoreTest, MultiTermTest, BJQParserTest, HttpPartitionTest]
[junit4] Completed on J1 in 188.93s, 1 test, 1 failure <<< FAILURES!
[...truncated 807 lines...]
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:529:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:477:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:61:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/extra-targets.xml:39:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build.xml:190:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/common-build.xml:508:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/common-build.xml:1363:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/common-build.xml:970:
There were test failures: 458 suites, 1859 tests, 1 failure, 61 ignored (23
assumptions)
Total time: 54 minutes 46 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Sending artifact delta relative to Lucene-Solr-Tests-5.x-Java7 #2398
Archived 5 artifacts
Archive block size is 32768
Received 0 blocks and 203735607 bytes
Compression is 0.0%
Took 39 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]