Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/11818/
Java: 64bit/jdk1.8.0_20 -XX:-UseCompressedOops -XX:+UseG1GC (asserts: true)
1 tests failed.
FAILED: 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: { "collection1":{ "replicationFactor":"1", "shards":{
"shard1":{ "range":"80000000-ffffffff", "state":"active",
"replicas":{"core_node2":{ "core":"collection1",
"base_url":"http://127.0.0.1:34946/j_ed/ky",
"node_name":"127.0.0.1:34946_j_ed%2Fky", "state":"active",
"leader":"true"}}}, "shard2":{ "range":"0-7fffffff",
"state":"active", "replicas":{ "core_node1":{
"core":"collection1", "base_url":"http://127.0.0.1:60865/j_ed/ky",
"node_name":"127.0.0.1:60865_j_ed%2Fky",
"state":"active", "leader":"true"}, "core_node3":{
"core":"collection1",
"base_url":"http://127.0.0.1:40088/j_ed/ky",
"node_name":"127.0.0.1:40088_j_ed%2Fky", "state":"active"}}}},
"router":{"name":"compositeId"}, "maxShardsPerNode":"1",
"autoAddReplicas":"false", "autoCreated":"true"}, "control_collection":{
"replicationFactor":"1", "shards":{"shard1":{
"range":"80000000-7fffffff", "state":"active",
"replicas":{"core_node1":{ "core":"collection1",
"base_url":"http://127.0.0.1:42361/j_ed/ky",
"node_name":"127.0.0.1:42361_j_ed%2Fky", "state":"active",
"leader":"true"}}}}, "router":{"name":"compositeId"},
"maxShardsPerNode":"1", "autoAddReplicas":"false",
"autoCreated":"true"}, "c8n_1x2":{ "replicationFactor":"2",
"shards":{"shard1":{ "range":"80000000-7fffffff",
"state":"active", "replicas":{ "core_node1":{
"core":"c8n_1x2_shard1_replica2",
"base_url":"http://127.0.0.1:42361/j_ed/ky",
"node_name":"127.0.0.1:42361_j_ed%2Fky", "state":"active",
"leader":"true"}, "core_node2":{
"core":"c8n_1x2_shard1_replica1",
"base_url":"http://127.0.0.1:60865/j_ed/ky",
"node_name":"127.0.0.1:60865_j_ed%2Fky", "state":"recovering"}}}},
"router":{"name":"compositeId"}, "maxShardsPerNode":"1",
"autoAddReplicas":"false"}}
Stack Trace:
java.lang.AssertionError: Didn't see all replicas for shard shard1 in c8n_1x2
come up within 30000 ms! ClusterState: {
"collection1":{
"replicationFactor":"1",
"shards":{
"shard1":{
"range":"80000000-ffffffff",
"state":"active",
"replicas":{"core_node2":{
"core":"collection1",
"base_url":"http://127.0.0.1:34946/j_ed/ky",
"node_name":"127.0.0.1:34946_j_ed%2Fky",
"state":"active",
"leader":"true"}}},
"shard2":{
"range":"0-7fffffff",
"state":"active",
"replicas":{
"core_node1":{
"core":"collection1",
"base_url":"http://127.0.0.1:60865/j_ed/ky",
"node_name":"127.0.0.1:60865_j_ed%2Fky",
"state":"active",
"leader":"true"},
"core_node3":{
"core":"collection1",
"base_url":"http://127.0.0.1:40088/j_ed/ky",
"node_name":"127.0.0.1:40088_j_ed%2Fky",
"state":"active"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false",
"autoCreated":"true"},
"control_collection":{
"replicationFactor":"1",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{"core_node1":{
"core":"collection1",
"base_url":"http://127.0.0.1:42361/j_ed/ky",
"node_name":"127.0.0.1:42361_j_ed%2Fky",
"state":"active",
"leader":"true"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false",
"autoCreated":"true"},
"c8n_1x2":{
"replicationFactor":"2",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{
"core_node1":{
"core":"c8n_1x2_shard1_replica2",
"base_url":"http://127.0.0.1:42361/j_ed/ky",
"node_name":"127.0.0.1:42361_j_ed%2Fky",
"state":"active",
"leader":"true"},
"core_node2":{
"core":"c8n_1x2_shard1_replica1",
"base_url":"http://127.0.0.1:60865/j_ed/ky",
"node_name":"127.0.0.1:60865_j_ed%2Fky",
"state":"recovering"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false"}}
at
__randomizedtesting.SeedInfo.seed([BF21A17D56384635:3EC72F6521672609]: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.GeneratedMethodAccessor50.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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 9811 lines...]
[junit4] Suite: org.apache.solr.cloud.HttpPartitionTest
[junit4] 2> Creating dataDir:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-BF21A17D56384635-001/init-core-data-001
[junit4] 2> 2533778 T8199
oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system
property: /j_ed/ky
[junit4] 2> 2533781 T8199 oas.SolrTestCaseJ4.setUp ###Starting
testDistribSearch
[junit4] 2> 2533782 T8199 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4] 1> client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 2533782 T8200 oasc.ZkTestServer$ZKServerMain.runFromConfig
Starting server
[junit4] 2> 2533882 T8199 oasc.ZkTestServer.run start zk server on
port:42507
[junit4] 2> 2533883 T8199
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 2533884 T8199 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 2533886 T8207 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@439c22bb
name:ZooKeeperConnection Watcher:127.0.0.1:42507 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 2533886 T8199 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 2533886 T8199 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 2533886 T8199 oascc.SolrZkClient.makePath makePath: /solr
[junit4] 2> 2533889 T8199
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 2533889 T8199 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 2533890 T8210 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@326312c7
name:ZooKeeperConnection Watcher:127.0.0.1:42507/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 2533890 T8199 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 2533890 T8199 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 2533891 T8199 oascc.SolrZkClient.makePath makePath:
/collections/collection1
[junit4] 2> 2533892 T8199 oascc.SolrZkClient.makePath makePath:
/collections/collection1/shards
[junit4] 2> 2533894 T8199 oascc.SolrZkClient.makePath makePath:
/collections/control_collection
[junit4] 2> 2533895 T8199 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/shards
[junit4] 2> 2533896 T8199 oasc.AbstractZkTestCase.putConfig put
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 2533896 T8199 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.xml
[junit4] 2> 2533898 T8199 oasc.AbstractZkTestCase.putConfig put
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 2533898 T8199 oascc.SolrZkClient.makePath makePath:
/configs/conf1/schema.xml
[junit4] 2> 2533900 T8199 oasc.AbstractZkTestCase.putConfig put
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 2533900 T8199 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 2533902 T8199 oasc.AbstractZkTestCase.putConfig put
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 2533902 T8199 oascc.SolrZkClient.makePath makePath:
/configs/conf1/stopwords.txt
[junit4] 2> 2533904 T8199 oasc.AbstractZkTestCase.putConfig put
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 2533904 T8199 oascc.SolrZkClient.makePath makePath:
/configs/conf1/protwords.txt
[junit4] 2> 2533905 T8199 oasc.AbstractZkTestCase.putConfig put
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 2533905 T8199 oascc.SolrZkClient.makePath makePath:
/configs/conf1/currency.xml
[junit4] 2> 2533906 T8199 oasc.AbstractZkTestCase.putConfig put
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 2533907 T8199 oascc.SolrZkClient.makePath makePath:
/configs/conf1/enumsConfig.xml
[junit4] 2> 2533908 T8199 oasc.AbstractZkTestCase.putConfig put
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 2533908 T8199 oascc.SolrZkClient.makePath makePath:
/configs/conf1/open-exchange-rates.json
[junit4] 2> 2533910 T8199 oasc.AbstractZkTestCase.putConfig put
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 2533910 T8199 oascc.SolrZkClient.makePath makePath:
/configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 2533911 T8199 oasc.AbstractZkTestCase.putConfig put
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 2533912 T8199 oascc.SolrZkClient.makePath makePath:
/configs/conf1/old_synonyms.txt
[junit4] 2> 2533913 T8199 oasc.AbstractZkTestCase.putConfig put
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 2533913 T8199 oascc.SolrZkClient.makePath makePath:
/configs/conf1/synonyms.txt
[junit4] 2> 2534166 T8199 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 2534187 T8199 oejs.AbstractConnector.doStart Started
[email protected]:54867
[junit4] 2> 2534188 T8199 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
[junit4] 2> 2534188 T8199 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 2534188 T8199 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-BF21A17D56384635-001/tempDir-002
[junit4] 2> 2534189 T8199 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-BF21A17D56384635-001/tempDir-002/'
[junit4] 2> 2534199 T8199 oasc.ConfigSolr.fromFile Loading container
configuration from
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-BF21A17D56384635-001/tempDir-002/solr.xml
[junit4] 2> 2534208 T8199 oasc.CoreContainer.<init> New CoreContainer
510030572
[junit4] 2> 2534208 T8199 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-BF21A17D56384635-001/tempDir-002/]
[junit4] 2> 2534208 T8199 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 2534209 T8199 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 2534209 T8199 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 2534209 T8199 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 2534209 T8199 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 2534210 T8199 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 2534210 T8199 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 2534210 T8199 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 2534210 T8199 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 2534210 T8199 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 2534211 T8199 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 2534211 T8199 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 2534211 T8199 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 2534212 T8199 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 2534212 T8199 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:42507/solr
[junit4] 2> 2534212 T8199 oasc.ZkController.checkChrootPath zkHost
includes chroot
[junit4] 2> 2534212 T8199
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 2534213 T8199 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 2534214 T8222 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@3b059315
name:ZooKeeperConnection Watcher:127.0.0.1:42507 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 2534215 T8199 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 2534215 T8199 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 2534217 T8199 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 2534218 T8225 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@30dc74c3
name:ZooKeeperConnection Watcher:127.0.0.1:42507/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 2534218 T8199 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 2534219 T8199 oascc.SolrZkClient.makePath makePath:
/overseer/queue
[junit4] 2> 2534220 T8199 oascc.SolrZkClient.makePath makePath:
/overseer/collection-queue-work
[junit4] 2> 2534221 T8199 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-running
[junit4] 2> 2534223 T8199 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-completed
[junit4] 2> 2534224 T8199 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-failure
[junit4] 2> 2534226 T8199 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4] 2> 2534227 T8199 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42361_j_ed%2Fky
[junit4] 2> 2534227 T8199 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:42361_j_ed%2Fky
[junit4] 2> 2534229 T8199 oascc.SolrZkClient.makePath makePath:
/overseer_elect
[junit4] 2> 2534230 T8199 oascc.SolrZkClient.makePath makePath:
/overseer_elect/election
[junit4] 2> 2534231 T8199 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 2534232 T8199 oasc.OverseerElectionContext.runLeaderProcess I
am going to be the leader 127.0.0.1:42361_j_ed%2Fky
[junit4] 2> 2534232 T8199 oascc.SolrZkClient.makePath makePath:
/overseer_elect/leader
[junit4] 2> 2534233 T8199 oasc.Overseer.start Overseer
(id=93041545315221507-127.0.0.1:42361_j_ed%2Fky-n_0000000000) starting
[junit4] 2> 2534235 T8199 oascc.SolrZkClient.makePath makePath:
/overseer/queue-work
[junit4] 2> 2534239 T8199 oasc.OverseerAutoReplicaFailoverThread.<init>
Starting OverseerAutoReplicaFailoverThread
autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 2534239 T8227 oasc.OverseerCollectionProcessor.run Process
current queue of collection creations
[junit4] 2> 2534239 T8199 oascc.SolrZkClient.makePath makePath:
/clusterstate.json
[junit4] 2> 2534245 T8199 oascc.SolrZkClient.makePath makePath:
/aliases.json
[junit4] 2> 2534246 T8199
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 2534248 T8226 oasc.Overseer$ClusterStateUpdater.run Starting
to work on the main queue
[junit4] 2> 2534250 T8229 oasc.ZkController.publish publishing
core=collection1 state=down collection=control_collection
[junit4] 2> 2534250 T8229 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 2534251 T8225 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 2534251 T8229 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 2534252 T8226 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 0, message = {
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:42361/j_ed/ky",
[junit4] 2> "node_name":"127.0.0.1:42361_j_ed%2Fky",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"} current state version: 0
[junit4] 2> 2534252 T8226 oasco.ReplicaMutator.updateState Update state
numShards=1 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:42361/j_ed/ky",
[junit4] 2> "node_name":"127.0.0.1:42361_j_ed%2Fky",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"}
[junit4] 2> 2534253 T8226 oasco.ClusterStateMutator.createCollection
building a new cName: control_collection
[junit4] 2> 2534253 T8226 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard1
[junit4] 2> 2534253 T8225 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> 2535251 T8229 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 2535251 T8229 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:control_collection
[junit4] 2> 2535252 T8229 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 2535252 T8229 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/control_collection
[junit4] 2> 2535253 T8229 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 2535253 T8229 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-BF21A17D56384635-001/tempDir-002/collection1/'
[junit4] 2> 2535253 T8229 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-BF21A17D56384635-001/tempDir-002/collection1/lib/.svn/'
to classloader
[junit4] 2> 2535254 T8229 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-BF21A17D56384635-001/tempDir-002/collection1/lib/classes/'
to classloader
[junit4] 2> 2535254 T8229 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-BF21A17D56384635-001/tempDir-002/collection1/lib/README'
to classloader
[junit4] 2> 2535263 T8229 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 2535264 T8229 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 2535272 T8229 oasc.SolrConfig.<init> Using Lucene
MatchVersion: 6.0.0
[junit4] 2> 2535282 T8229 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 2535283 T8229 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 2535286 T8229 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 2535382 T8229 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 2535385 T8229 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 2535386 T8229 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 2535393 T8229 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 2535394 T8229 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 2535396 T8229 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 2535396 T8229
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 2535396 T8229
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 2535397 T8229 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 2535397 T8229
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 2535397 T8229
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 2535397 T8229 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection control_collection
[junit4] 2> 2535397 T8229 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 2535398 T8229 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-BF21A17D56384635-001/tempDir-002/collection1/,
dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-BF21A17D56384635-001/tempDir-001/control/data/
[junit4] 2> 2535398 T8229 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4de86380
[junit4] 2> 2535398 T8229 oasc.CachingDirectoryFactory.get return new
directory for
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-BF21A17D56384635-001/tempDir-001/control/data
[junit4] 2> 2535398 T8229 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-BF21A17D56384635-001/tempDir-001/control/data/index/
[junit4] 2> 2535399 T8229 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-BF21A17D56384635-001/tempDir-001/control/data/index'
doesn't exist. Creating new index...
[junit4] 2> 2535399 T8229 oasc.CachingDirectoryFactory.get return new
directory for
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-BF21A17D56384635-001/tempDir-001/control/data/index
[junit4] 2> 2535399 T8229 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=6, maxMergeAtOnceExplicit=9, maxMergedSegmentMB=94.1806640625,
floorSegmentMB=0.7861328125, forceMergeDeletesPctAllowed=10.086457507689964,
segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7308783861335022
[junit4] 2> 2535399 T8229 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@681f433b
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@436a577e),segFN=segments_1,generation=1}
[junit4] 2> 2535400 T8229 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 2535401 T8229 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 2535401 T8229 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 2535402 T8229 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 2535402 T8229 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 2535402 T8229 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 2535402 T8229 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 2535402 T8229 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 2535402 T8229 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 2535403 T8229 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 2535403 T8229 oasc.RequestHandlers.initHandlersFromConfig
created /update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 2535403 T8229 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 2535403 T8229 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 2535403 T8229 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 2535404 T8229 oasc.RequestHandlers.initHandlersFromConfig
created /config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 2535404 T8229 oasc.RequestHandlers.initHandlersFromConfig
created /schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 2535404 T8229 oasc.RequestHandlers.initHandlersFromConfig
created /replication: org.apache.solr.handler.ReplicationHandler
[junit4] 2> 2535404 T8229 oasc.RequestHandlers.initHandlersFromConfig
created /get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 2535405 T8229 oasc.RequestHandlers.initHandlersFromConfig
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 2535405 T8229 oasc.RequestHandlers.initHandlersFromConfig
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 2535405 T8229 oasc.RequestHandlers.initHandlersFromConfig
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 2535406 T8229 oasc.RequestHandlers.initHandlersFromConfig
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 2535406 T8229 oasc.RequestHandlers.initHandlersFromConfig
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 2535406 T8229 oasc.RequestHandlers.initHandlersFromConfig
created /admin/properties:
org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 2535406 T8229 oasc.RequestHandlers.initHandlersFromConfig
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
[junit4] 2> 2535407 T8229 oasc.RequestHandlers.initHandlersFromConfig
created /admin/ping: org.apache.solr.handler.PingRequestHandler
[junit4] 2> 2535407 T8229 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 2535407 T8229 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 2535407 T8229 oasc.RequestHandlers.initHandlersFromConfig
created /admin/fileedit: solr.admin.EditFileRequestHandler
[junit4] 2> 2535409 T8229 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 2535409 T8229 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 2535410 T8229 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 2535410 T8229 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 2535411 T8229 oasc.SolrCore.initStatsCache Using default
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 2535412 T8229 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
[junit4] 2> 2535412 T8229 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
[junit4] 2> 2535412 T8229 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=49, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=4.83203125,
floorSegmentMB=1.0986328125, forceMergeDeletesPctAllowed=29.621412181697842,
segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 2535412 T8229 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@681f433b
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@436a577e),segFN=segments_1,generation=1}
[junit4] 2> 2535413 T8229 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 2535413 T8229 oass.SolrIndexSearcher.<init> Opening
Searcher@1217e282[collection1] main
[junit4] 2> 2535413 T8229 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/control_collection
[junit4] 2> 2535414 T8229 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 2535414 T8229 oasr.ManagedResourceStorage.newStorageIO Setting
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 2535414 T8229
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 2535414 T8229 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 2535414 T8229 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 2535415 T8229
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 2535415 T8229 oasr.ManagedResourceStorage.load Loaded null at
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 2535415 T8229 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 2535415 T8229 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 2535416 T8229 oasc.CoreContainer.registerCore registering
core: collection1
[junit4] 2> 2535416 T8230 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@1217e282[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2535416 T8233 oasc.ZkController.register Register replica -
core:collection1 address:http://127.0.0.1:42361/j_ed/ky
collection:control_collection shard:shard1
[junit4] 2> 2535416 T8199 oass.SolrDispatchFilter.init
user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4] 2> 2535417 T8199 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 2535417 T8233 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leader_elect/shard1/election
[junit4] 2> 2535420 T8233 oasc.ShardLeaderElectionContext.runLeaderProcess
Running the leader process for shard shard1
[junit4] 2> 2535420 T8199
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 2535421 T8199 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 2535421 T8225 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 2535421 T8233
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 2535422 T8233 oasc.ShardLeaderElectionContext.runLeaderProcess
I may be the new leader - try and sync
[junit4] 2> 2535421 T8237 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@5b3290fd
name:ZooKeeperConnection Watcher:127.0.0.1:42507/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> ASYNC NEW_CORE C1882 name=collection1
org.apache.solr.core.SolrCore@c2f635e
url=http://127.0.0.1:42361/j_ed/ky/collection1 node=127.0.0.1:42361_j_ed%2Fky
C1882_STATE=coll:control_collection core:collection1 props:{core=collection1,
base_url=http://127.0.0.1:42361/j_ed/ky, node_name=127.0.0.1:42361_j_ed%2Fky,
state=down}
[junit4] 2> 2535422 T8233 C1882 P42361 oasc.SyncStrategy.sync Sync
replicas to http://127.0.0.1:42361/j_ed/ky/collection1/
[junit4] 2> 2535422 T8226 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> 2535422 T8233 C1882 P42361 oasc.SyncStrategy.syncReplicas Sync
Success - now sync replicas to me
[junit4] 2> 2535422 T8199 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 2535422 T8233 C1882 P42361 oasc.SyncStrategy.syncToMe
http://127.0.0.1:42361/j_ed/ky/collection1/ has no replicas
[junit4] 2> 2535423 T8199 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 2535423 T8233 oasc.ShardLeaderElectionContext.runLeaderProcess
I am the new leader: http://127.0.0.1:42361/j_ed/ky/collection1/ shard1
[junit4] 2> 2535423 T8233 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leaders/shard1
[junit4] 2> 2535424 T8199
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 2535425 T8199 oasc.ChaosMonkey.monkeyLog monkey: init - expire
sessions:false cause connection loss:false
[junit4] 2> 2535425 T8225 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 2535425 T8199 oasc.AbstractFullDistribZkTestBase.createJettys
Creating collection1 with stateFormat=2
[junit4] 2> 2535426 T8199
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 2535426 T8226 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:42361/j_ed/ky",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"} current state version: 1
[junit4] 2> 2535426 T8199 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 2535427 T8240 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@3c57c6d name:ZooKeeperConnection
Watcher:127.0.0.1:42507/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 2535427 T8199 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 2535428 T8199 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 2535429 T8225 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 2535429 T8226 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"create",
[junit4] 2> "name":"collection1",
[junit4] 2> "numShards":"2",
[junit4] 2> "stateFormat":2} current state version: 1
[junit4] 2> 2535429 T8226 oasco.ClusterStateMutator.createCollection
building a new cName: collection1
[junit4] 2> 2535430 T8225 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> 2535430 T8237 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> 2535533 T8226 oasco.ZkStateWriter.writePendingUpdates going to
create_collection /collections/collection1/state.json
[junit4] 2> 2535534 T8237 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> 2535576 T8233 oasc.ZkController.register We are
http://127.0.0.1:42361/j_ed/ky/collection1/ and leader is
http://127.0.0.1:42361/j_ed/ky/collection1/
[junit4] 2> 2535576 T8233 oasc.ZkController.register No LogReplay needed
for core=collection1 baseURL=http://127.0.0.1:42361/j_ed/ky
[junit4] 2> 2535576 T8233 oasc.ZkController.checkRecovery I am the leader,
no recovery necessary
[junit4] 2> 2535577 T8233 oasc.ZkController.publish publishing
core=collection1 state=active collection=control_collection
[junit4] 2> 2535577 T8233 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 2535578 T8225 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 2535579 T8226 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "core":"collection1",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:42361/j_ed/ky",
[junit4] 2> "node_name":"127.0.0.1:42361_j_ed%2Fky",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"} current state version: 3
[junit4] 2> 2535579 T8226 oasco.ReplicaMutator.updateState Update state
numShards=2 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:42361/j_ed/ky",
[junit4] 2> "node_name":"127.0.0.1:42361_j_ed%2Fky",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"}
[junit4] 2> 2535677 T8199 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 1
[junit4] 2> 2535678 T8199 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 2535679 T8199 oejs.AbstractConnector.doStart Started
[email protected]:59595
[junit4] 2> 2535680 T8199 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
[junit4] 2> 2535680 T8199 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 2535681 T8199 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-BF21A17D56384635-001/tempDir-003
[junit4] 2> 2535681 T8199 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-BF21A17D56384635-001/tempDir-003/'
[junit4] 2> 2535681 T8237 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> 2535681 T8225 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> 2535691 T8199 oasc.ConfigSolr.fromFile Loading container
configuration from
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-BF21A17D56384635-001/tempDir-003/solr.xml
[junit4] 2> 2535699 T8199 oasc.CoreContainer.<init> New CoreContainer
540924521
[junit4] 2> 2535699 T8199 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-BF21A17D56384635-001/tempDir-003/]
[junit4] 2> 2535700 T8199 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 2535700 T8199 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 2535700 T8199 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 2535700 T8199 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 2535701 T8199 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 2535701 T8199 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 2535701 T8199 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 2535701 T8199 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 2535702 T8199 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 2535702 T8199 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 2535702 T8199 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 2535702 T8199 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 2535703 T8199 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 2535703 T8199 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 2535703 T8199 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:42507/solr
[junit4] 2> 2535703 T8199 oasc.ZkController.checkChrootPath zkHost
includes chroot
[junit4] 2> 2535704 T8199
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 2535704 T8199 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 2535705 T8252 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@6e25e5d7
name:ZooKeeperConnection Watcher:127.0.0.1:42507 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 2535706 T8199 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 2535707 T8199 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 2535708 T8199 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 2535709 T8255 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@35246752
name:ZooKeeperConnection Watcher:127.0.0.1:42507/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 2535709 T8199 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 2535713 T8199
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 2536715 T8199 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60865_j_ed%2Fky
[junit4] 2> 2536716 T8199 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:60865_j_ed%2Fky
[junit4] 2> 2536719 T8199 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 2536722 T8256 oasc.ZkController.publish publishing
core=collection1 state=down collection=collection1
[junit4] 2> 2536722 T8256 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 2536723 T8225 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 2536723 T8256 oasc.ZkController.preRegister Registering watch
for external collection collection1
[junit4] 2> 2536723 T8256 oascc.ZkStateReader.addZkWatch addZkWatch
collection1
[junit4] 2> 2536723 T8226 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:60865/j_ed/ky",
[junit4] 2> "node_name":"127.0.0.1:60865_j_ed%2Fky",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"} current state version: 4
[junit4] 2> 2536724 T8256 oascc.ZkStateReader.addZkWatch Updating
collection state at /collections/collection1/state.json from ZooKeeper...
[junit4] 2> 2536724 T8226 oasco.ReplicaMutator.updateState Update state
numShards=2 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:60865/j_ed/ky",
[junit4] 2> "node_name":"127.0.0.1:60865_j_ed%2Fky",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 2536724 T8226 oasco.ReplicaMutator.updateState Collection
already exists with numShards=2
[junit4] 2> 2536724 T8226 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard2
[junit4] 2> 2536724 T8256 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 0
[junit4] 2> 2536725 T8256 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 2536826 T8226 oasco.ZkStateWriter.writePendingUpdates going to
update_collection /collections/collection1/state.json version: 0
[junit4] 2> 2536827 T8255 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 2536827 T8255 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 1
[junit4] 2> 2537725 T8256 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 2537725 T8256 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:collection1
[junit4] 2> 2537726 T8256 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 2537726 T8256 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 2537727 T8256 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 2537727 T8256 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-BF21A17D56384635-001/tempDir-003/collection1/'
[junit4] 2> 2537727 T8256 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-BF21A17D56384635-001/tempDir-003/collection1/lib/.svn/'
to classloader
[junit4] 2> 2537728 T8256 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-BF21A17D56384635-001/tempDir-003/collection1/lib/classes/'
to classloader
[junit4] 2> 2537728 T8256 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-BF21A17D56384635-001/tempDir-003/collection1/lib/README'
to classloader
[junit4] 2> 2537737 T8256 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 2537739 T8256 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 2537746 T8256 oasc.SolrConfig.<init> Using Lucene
MatchVersion: 6.0.0
[junit4] 2> 2537756 T8256 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 2537757 T8256 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 2537761 T8256 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 2537860 T8256 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 2537864 T8256 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 2537865 T8256 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 2537871 T8256 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 2537872 T8256 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 2537874 T8256 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 2537875 T8256
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 2537875 T8256
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 2537876 T8256 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 2537876 T8256
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 2537877 T8256
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 2537877 T8256 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection collection1
[junit4] 2> 2537877 T8256 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 2537877 T8256 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-BF21A17D56384635-001/tempDir-003/collection1/,
dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-BF21A17D56384635-001/tempDir-001/jetty1/
[junit4] 2> 2537878 T8256 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4de86380
[junit4] 2> 2537878 T8256 oasc.CachingDirectoryFactory.get return new
directory for
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-BF21A17D56384635-001/tempDir-001/jetty1
[junit4] 2> 2537878 T8256 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-BF21A17D56384635-001/tempDir-001/jetty1/index/
[junit4] 2> 2537878 T8256 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-BF21A17D56384635-001/tempDir-001/jetty1/index'
doesn't exist. Creating new index...
[junit4] 2> 2537879 T8256 oasc.CachingDirectoryFactory.get return new
directory for
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-BF21A17D56384635-001/tempDir-001/jetty1/index
[junit4] 2> 2537879 T8256 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=6, maxMergeAtOnceExplicit=9, maxMergedSegmentMB=94.1806640625,
floorSegmentMB=0.7861328125, forceMergeDeletesPctAllowed=10.086457507689964,
segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7308783861335022
[junit4] 2> 2537879 T8256 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@64194730
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@247740a1),segFN=segments_1,generation=1}
[junit4] 2> 2537879 T8256 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 2537881 T8256 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 2537882 T8256 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 2537882 T8256 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 2537882 T8256 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 2537882 T8256 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 2537882 T8256 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 2537883 T8256 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 2537883 T8256 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 2537883 T8256 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 2537883 T8256 oasc.RequestHandlers.initHandlersFromConfig
created /update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 2537883 T8256 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 2537884 T8256 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 2537884 T8256 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 2537884 T8256 oasc.RequestHandlers.initHandlersFromConfig
created /config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 2537885 T8256 oasc.RequestHandlers.initHandlersFromConfig
created /schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 2537885 T8256 oasc.RequestHandlers.initHandlersFromConfig
created /replication: org.apache.solr.handler.ReplicationHandler
[junit4] 2> 2537885 T8256 oasc.RequestHandlers.initHandlersFromConfig
created /get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 2537886 T8256 oasc.RequestHandlers.initHandlersFromConfig
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 2537886 T8256 oasc.RequestHandlers.initHandlersFromConfig
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 2537886 T8256 oasc.RequestHandlers.initHandlersFromConfig
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 2537887 T8256 oasc.RequestHandlers.initHandlersFromConfig
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 2537887 T8256 oasc.RequestHandlers.initHandlersFromConfig
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 2537887 T8256 oasc.RequestHandlers.initHandlersFromConfig
created /admin/properties:
org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 2537888 T8256 oasc.RequestHandlers.initHandlersFromConfig
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
[junit4] 2> 2537888 T8256 oasc.RequestHandlers.initHandlersFromConfig
created /admin/ping: org.apache.solr.handler.PingRequestHandler
[junit4] 2> 2537888 T8256 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 2537888 T8256 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 2537889 T8256 oasc.RequestHandlers.initHandlersFromConfig
created /admin/fileedit: solr.admin.EditFileRequestHandler
[junit4] 2> 2537890 T8256 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 2537891 T8256 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 2537891 T8256 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 2537892 T8256 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 2537892 T8256 oasc.SolrCore.initStatsCache Using default
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 2537893 T8256 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
[junit4] 2> 2537893 T8256 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
[junit4] 2> 2537894 T8256 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=49, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=4.83203125,
floorSegmentMB=1.0986328125, forceMergeDeletesPctAllowed=29.621412181697842,
segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 2537894 T8256 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@64194730
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@247740a1),segFN=segments_1,generation=1}
[junit4] 2> 2537894 T8256 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 2537894 T8256 oass.SolrIndexSearcher.<init> Opening
Searcher@2fb4250[collection1] main
[junit4] 2> 2537894 T8256 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 2537895 T8256 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 2537895 T8256 oasr.ManagedResourceStorage.newStorageIO Setting
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 2537896 T8256
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 2537896 T8256 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 2537896 T8256 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 2537897 T8256
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 2537897 T8256 oasr.ManagedResourceStorage.load Loaded null at
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 2537897 T8256 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 2537897 T8256 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 2537898 T8257 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@2fb4250[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2537898 T8256 oasc.CoreContainer.registerCore registering
core: collection1
[junit4] 2> 2537899 T8260 oasc.ZkController.register Register replica -
core:collection1 address:http://127.0.0.1:60865/j_ed/ky collection:collection1
shard:shard2
[junit4] 2> 2537899 T8199 oass.SolrDispatchFilter.init
user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4] 2> 2537899 T8199 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 2537899 T8260 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leader_elect/shard2/election
[junit4] 2> 2537902 T8260 oasc.ShardLeaderElectionContext.runLeaderProcess
Running the leader process for shard shard2
[junit4] 2> 2537902 T8225 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 2537903 T8260
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 2537903 T8260 oasc.ShardLeaderElectionContext.runLeaderProcess
I may be the new leader - try and sync
[junit4] 2> 2537903 T8226 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"collection1"} current state version: 4
[junit4] 2> ASYNC NEW_CORE C1883 name=collection1
org.apache.solr.core.SolrCore@35e11b69
url=http://127.0.0.1:60865/j_ed/ky/collection1 node=127.0.0.1:60865_j_ed%2Fky
C1883_STATE=coll:collection1 core:collection1 props:{core=collection1,
base_url=http://127.0.0.1:60865/j_ed/ky, node_name=127.0.0.1:60865_j_ed%2Fky,
state=down}
[junit4] 2> 2537903 T8260 C1883 P60865 oasc.SyncStrategy.sync Sync
replicas to http://127.0.0.1:60865/j_ed/ky/collection1/
[junit4] 2> 2537903 T8260 C1883 P60865 oasc.SyncStrategy.syncReplicas Sync
Success - now sync replicas to me
[junit4] 2> 2537904 T8260 C1883 P60865 oasc.SyncStrategy.syncToMe
http://127.0.0.1:60865/j_ed/ky/collection1/ has no replicas
[junit4] 2> 2537904 T8260 oasc.ShardLeaderElectionContext.runLeaderProcess
I am the new leader: http://127.0.0.1:60865/j_ed/ky/collection1/ shard2
[junit4] 2> 2537904 T8226 oasco.ZkStateWriter.writePendingUpdates going to
update_collection /collections/collection1/state.json version: 1
[junit4] 2> 2537904 T8260 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leaders/shard2
[junit4] 2> 2537904 T8255 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 2537905 T8255 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 2
[junit4] 2> 2537906 T8225 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 2537907 T8226 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"collection1",
[junit4] 2> "base_url":"http://127.0.0.1:60865/j_ed/ky",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"} current state version: 4
[junit4] 2> 2537907 T8226 oasco.ZkStateWriter.writePendingUpdates going to
update_collection /collections/collection1/state.json version: 2
[junit4] 2> 2537908 T8255 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 2537908 T8255 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 3
[junit4] 2> 2537957 T8260 oasc.ZkController.register We are
http://127.0.0.1:60865/j_ed/ky/collection1/ and leader is
http://127.0.0.1:60865/j_ed/ky/collection1/
[junit4] 2> 2537957 T8260 oasc.ZkController.register No LogReplay needed
for core=collection1 baseURL=http://127.0.0.1:60865/j_ed/ky
[junit4] 2> 2537957 T8260 oasc.ZkController.checkRecovery I am the leader,
no recovery necessary
[junit4] 2> 2537957 T8260 oasc.ZkController.publish publishing
core=collection1 state=active collection=collection1
[junit4] 2> 2537957 T8260 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 2537958 T8225 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 2537959 T8226 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "core":"collection1",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:60865/j_ed/ky",
[junit4] 2> "node_name":"127.0.0.1:60865_j_ed%2Fky",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"} current state version: 4
[junit4] 2> 2537959 T8226 oasco.ReplicaMutator.updateState Update state
numShards=2 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:60865/j_ed/ky",
[junit4] 2> "node_name":"127.0.0.1:60865_j_ed%2Fky",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 2537960 T8226 oasco.ZkStateWriter.writePendingUpdates going to
update_collection /collections/collection1/state.json version: 3
[junit4] 2> 2537960 T8255 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 2537960 T8260 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 4
[junit4] 2> 2537961 T8255 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 4
[junit4] 2> 2538150 T8199 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 2
[junit4] 2> 2538151 T8199 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 2538152 T8199 oejs.AbstractConnector.doStart Started
[email protected]:48855
[junit4] 2> 2538153 T8199 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
[junit4] 2> 2538154 T8199 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 2538154 T8199 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-BF21A17D56384635-001/tempDir-004
[junit4] 2> 2538154 T8199 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-BF21A17D56384635-001/tempDir-004/'
[junit4] 2> 2538164 T8199 oasc.ConfigSolr.fromFile Loading container
configuration from
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-BF21A17D56384635-001/tempDir-004/solr.xml
[junit4] 2> 2538172 T8199 oasc.CoreContainer.<init> New CoreContainer
1835105288
[junit4] 2> 2538173 T8199 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-BF21A17D56384635-001/tempDir-004/]
[junit4] 2> 2538173 T8199 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 2538173 T8199 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 2538174 T8199 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 2538174 T8199 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 2538174 T8199 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 2538174 T8199 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 2538174 T8199 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 2538175 T8199 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 2538175 T8199 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 2538175 T8199 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 2538176 T8199 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 2538176 T8199 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 2538176 T8199 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 2538176 T8199 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 2538177 T8199 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:42507/solr
[junit4] 2> 2538177 T8199 oasc.ZkController.checkChrootPath zkHost
includes chroot
[junit4] 2> 2538177 T8199
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 2538178 T8199 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 2538179 T8273 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@5a3c5396
name:ZooKeeperConnection Watcher:127.0.0.1:42507 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 2538180 T8199 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 2538180 T8199 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 2538181 T8199 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 2538182 T8276 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@5940a854
name:ZooKeeperConnection Watcher:127.0.0.1:42507/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 2538182 T8199 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 2538185 T8199
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 2539187 T8199 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34946_j_ed%2Fky
[junit4] 2> 2539188 T8199 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:34946_j_ed%2Fky
[junit4] 2> 2539191 T8199 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 2539194 T8277 oasc.ZkController.publish publishing
core=collection1 state=down collection=collection1
[junit4] 2> 2539194 T8277 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 2539195 T8225 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 2539195 T8277 oasc.ZkController.preRegister Registering watch
for external collection collection1
[junit4] 2> 2539195 T8277 oascc.ZkStateReader.addZkWatch addZkWatch
collection1
[junit4] 2> 2539195 T8226 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:34946/j_ed/ky",
[junit4] 2> "node_name":"127.0.0.1:34946_j_ed%2Fky",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"} current state version: 4
[junit4] 2> 2539196 T8277 oascc.ZkStateReader.addZkWatch Updating
collection state at /collections/collection1/state.json from ZooKeeper...
[junit4] 2> 2539196 T8226 oasco.ReplicaMutator.updateState Update state
numShards=2 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:34946/j_ed/ky",
[junit4] 2> "node_name":"127.0.0.1:34946_j_ed%2Fky",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 2539196 T8226 oasco.ReplicaMutator.updateState Collection
already exists with numShards=2
[junit4] 2> 2539196 T8277 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 4
[junit4] 2> 2539196 T8226 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard1
[junit4] 2> 2539196 T8277 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 2539197 T8226 oasco.ZkStateWriter.writePendingUpdates going to
update_collection /collections/collection1/state.json version: 4
[junit4] 2> 2539197 T8255 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 2539197 T8276 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 2539198 T8255 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 5
[junit4] 2> 2539198 T8276 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 5
[junit4] 2> 2540197 T8277 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 2540197 T8277 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:collection1
[junit4] 2> 2540197 T8277 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 2540198 T8277 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 2540198 T8277 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 2540198 T8277 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-BF21A17D56384635-001/tempDir-004/collection1/'
[junit4] 2> 2540199 T8277 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-BF21A17D56384635-001/tempDir-004/collection1/lib/.svn/'
to classloader
[junit4] 2> 2540199 T8277 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-BF21A17D56384635-001/tempDir-004/collection1/lib/classes/'
to classloader
[junit4] 2> 2540199 T8277 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-BF21A17D56384635-001/tempDir-004/collection1/lib/README'
to classloader
[junit4] 2> 2540208 T8277 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 2540210 T8277 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 2540217 T8277 oasc.SolrConfig.<init> Using Lucene
MatchVersion: 6.0.0
[junit4] 2> 2540227 T8277 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 2540228 T8277 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 2540232 T8277 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 2540336 T8277 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 2540339 T8277 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 2540340 T8277 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 2540346 T8277 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 2540348 T8277 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 2540349 T8277 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 2540350 T8277
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 2540351 T8277
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 2540351 T8277 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 2540352 T8277
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 2540352 T8277
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 2540352 T8277 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection collection1
[junit4] 2> 2540352 T8277 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 2540352 T8277 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-BF21A17D56384635-001/tempDir-004/collection1/,
dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-BF21A17D56384635-001/tempDir-001/jetty2/
[junit4] 2> 2540352 T8277 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4de86380
[junit4] 2> 2540353 T8277 oasc.CachingDirectoryFactory.get return new
directory for
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-BF21A17D56384635-001/tempDir-001/jetty2
[junit4] 2> 2540353 T8277 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-BF21A17D56384635-001/tempDir-001/jetty2/index/
[junit4] 2> 2540353 T8277 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-BF21A17D56384635-001/tempDir-001/jetty2/index'
doesn't exist. Creating new index...
[junit4] 2> 2540353 T8277 oasc.CachingDirectoryFactory.get return new
directory for
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-BF21A17D56384635-001/tempDir-001/jetty2/index
[junit4] 2> 2540354 T8277 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=6, maxMergeAtOnceExplicit=9, maxMergedSegmentMB=94.1806640625,
floorSegmentMB=0.7861328125, forceMergeDeletesPctAllowed=10.086457507689964,
segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7308783861335022
[junit4] 2> 2540354 T8277 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@3f87fe4f
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@11b4e69e),segFN=segments_1,generation=1}
[junit4] 2> 2540354 T8277 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 2540356 T8277 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 2540356 T8277 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 2540357 T8277 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 2540357 T8277 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 2540357 T8277 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 2540357 T8277 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 2540357 T8277 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 2540357 T8277 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 2540358 T8277 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 2540358 T8277 oasc.RequestHandlers.initHandlersFromConfig
created /update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 2540358 T8277 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 2540359 T8277 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 2540359 T8277 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 2540359 T8277 oasc.RequestHandlers.initHandlersFromConfig
created /config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 2540359 T8277 oasc.RequestHandlers.initHandlersFromConfig
created /schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 2540360 T8277 oasc.RequestHandlers.initHandlersFromConfig
created /replication: org.apache.solr.handler.ReplicationHandler
[junit4] 2> 2540360 T8277 oasc.RequestHandlers.initHandlersFromConfig
created /get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 2540360 T8277 oasc.RequestHandlers.initHandlersFromConfig
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 2540361 T8277 oasc.RequestHandlers.initHandlersFromConfig
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 2540362 T8277 oasc.RequestHandlers.initHand
[...truncated too long message...]
me":"127.0.0.1:34946_j_ed%2Fky",
[junit4] > "state":"active",
[junit4] > "leader":"true"}}},
[junit4] > "shard2":{
[junit4] > "range":"0-7fffffff",
[junit4] > "state":"active",
[junit4] > "replicas":{
[junit4] > "core_node1":{
[junit4] > "core":"collection1",
[junit4] > "base_url":"http://127.0.0.1:60865/j_ed/ky",
[junit4] > "node_name":"127.0.0.1:60865_j_ed%2Fky",
[junit4] > "state":"active",
[junit4] > "leader":"true"},
[junit4] > "core_node3":{
[junit4] > "core":"collection1",
[junit4] > "base_url":"http://127.0.0.1:40088/j_ed/ky",
[junit4] > "node_name":"127.0.0.1:40088_j_ed%2Fky",
[junit4] > "state":"active"}}}},
[junit4] > "router":{"name":"compositeId"},
[junit4] > "maxShardsPerNode":"1",
[junit4] > "autoAddReplicas":"false",
[junit4] > "autoCreated":"true"},
[junit4] > "control_collection":{
[junit4] > "replicationFactor":"1",
[junit4] > "shards":{"shard1":{
[junit4] > "range":"80000000-7fffffff",
[junit4] > "state":"active",
[junit4] > "replicas":{"core_node1":{
[junit4] > "core":"collection1",
[junit4] > "base_url":"http://127.0.0.1:42361/j_ed/ky",
[junit4] > "node_name":"127.0.0.1:42361_j_ed%2Fky",
[junit4] > "state":"active",
[junit4] > "leader":"true"}}}},
[junit4] > "router":{"name":"compositeId"},
[junit4] > "maxShardsPerNode":"1",
[junit4] > "autoAddReplicas":"false",
[junit4] > "autoCreated":"true"},
[junit4] > "c8n_1x2":{
[junit4] > "replicationFactor":"2",
[junit4] > "shards":{"shard1":{
[junit4] > "range":"80000000-7fffffff",
[junit4] > "state":"active",
[junit4] > "replicas":{
[junit4] > "core_node1":{
[junit4] > "core":"c8n_1x2_shard1_replica2",
[junit4] > "base_url":"http://127.0.0.1:42361/j_ed/ky",
[junit4] > "node_name":"127.0.0.1:42361_j_ed%2Fky",
[junit4] > "state":"active",
[junit4] > "leader":"true"},
[junit4] > "core_node2":{
[junit4] > "core":"c8n_1x2_shard1_replica1",
[junit4] > "base_url":"http://127.0.0.1:60865/j_ed/ky",
[junit4] > "node_name":"127.0.0.1:60865_j_ed%2Fky",
[junit4] > "state":"recovering"}}}},
[junit4] > "router":{"name":"compositeId"},
[junit4] > "maxShardsPerNode":"1",
[junit4] > "autoAddReplicas":"false"}}
[junit4] > at
__randomizedtesting.SeedInfo.seed([BF21A17D56384635:3EC72F6521672609]: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> 2637221 T8199 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest-BF21A17D56384635-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene50):
{_version_=PostingsFormat(name=LuceneFixedGap),
multiDefault=Lucene50(blocksize=128), a_t=Lucene50(blocksize=128),
intDefault=PostingsFormat(name=LuceneFixedGap), id=PostingsFormat(name=Memory
doPackFST= true), text=PostingsFormat(name=Memory doPackFST= false),
range_facet_l=Lucene50(blocksize=128), timestamp=Lucene50(blocksize=128)},
docValues:{timestamp=DocValuesFormat(name=Lucene50)}, sim=DefaultSimilarity,
locale=es_EC, timezone=Europe/Ljubljana
[junit4] 2> NOTE: Linux 3.13.0-43-generic amd64/Oracle Corporation
1.8.0_20 (64-bit)/cpus=8,threads=1,free=264710448,total=534773760
[junit4] 2> NOTE: All tests run in this JVM: [ConnectionManagerTest,
ZkSolrClientTest, StandardRequestHandlerTest, TestSystemIdResolver,
CurrencyFieldXmlFileTest, QueryParsingTest, TestCollectionAPI,
OverriddenZkACLAndCredentialsProvidersTest, TestAddFieldRealTimeGet,
FastVectorHighlighterTest, TestCollapseQParserPlugin,
TestFoldingMultitermQuery, ChaosMonkeyNothingIsSafeTest, ConvertedLegacyTest,
LeaderElectionIntegrationTest, RollingRestartTest,
FullSolrCloudDistribCmdsTest, TestExactStatsCache, TestSolr4Spatial,
TestIntervalFaceting, DistributedQueryComponentOptimizationTest, TestLFUCache,
DistributedFacetPivotSmallTest, AutoCommitTest, BadComponentTest,
DistributedIntervalFacetingTest, PrimitiveFieldTypeTest,
SpellingQueryConverterTest, TestNRTOpen, TestCoreDiscovery, ModifyConfFileTest,
XsltUpdateRequestHandlerTest, TestNonDefinedSimilarityFactory,
TestMissingGroups, CollectionsAPIDistributedZkTest, PolyFieldTest,
ZkNodePropsTest, TestSortingResponseWriter, TestSchemaSimilarityResource,
DocumentBuilderTest, TestSchemaManager, OverseerRolesTest,
TestManagedSchemaFieldResource, ExitableDirectoryReaderTest, TestRTGBase,
DistributedTermsComponentTest, SolrXmlInZkTest, HdfsUnloadDistributedZkTest,
TestExceedMaxTermLength, HighlighterTest, ResponseLogComponentTest,
SpellPossibilityIteratorTest, EchoParamsTest, ParsingFieldUpdateProcessorsTest,
ScriptEngineTest, DistributedQueueTest, TestPHPSerializedResponseWriter,
TestMergePolicyConfig, TestLMJelinekMercerSimilarityFactory, ZkStateWriterTest,
SampleTest, TestFiltering, TestComplexPhraseQParserPlugin,
TestSolrConfigHandlerCloud, TestTolerantSearch, TestFreeTextSuggestions,
SuggesterTSTTest, SimplePostToolTest, TestRemoteStreaming, TestRealTimeGet,
TestConfigReload, FacetPivotSmallTest,
StatelessScriptUpdateProcessorFactoryTest, TestLuceneMatchVersion,
UpdateParamsTest, DebugComponentTest, BasicDistributedZk2Test,
TestSerializedLuceneMatchVersion, SearchHandlerTest, TimeZoneUtilsTest,
FileBasedSpellCheckerTest, TestRawResponseWriter, ShardSplitTest,
DirectSolrSpellCheckerTest, TestAnalyzeInfixSuggestions, TestBulkSchemaAPI,
DistributedExpandComponentTest, DirectUpdateHandlerOptimizeTest, BasicZkTest,
SpellCheckComponentTest, SignatureUpdateProcessorFactoryTest,
TestSchemaResource, OverseerCollectionProcessorTest, ShardRoutingCustomTest,
SolrCmdDistributorTest, TestElisionMultitermQuery,
WordBreakSolrSpellCheckerTest, TestStandardQParsers, DisMaxRequestHandlerTest,
BlockCacheTest, TestSolrQueryParser, BadIndexSchemaTest,
TestPerFieldSimilarity, RegexBoostProcessorTest, TestBM25SimilarityFactory,
TestConfig, DistribDocExpirationUpdateProcessorTest, SOLR749Test,
SynonymTokenizerTest, BasicDistributedZkTest, SyncSliceTest, ShardRoutingTest,
LeaderElectionTest, TestDistributedGrouping, TestRecovery, ZkControllerTest,
TestJoin, TestReload, HardAutoCommitTest, TestRangeQuery,
QueryElevationComponentTest, TestSort, TestFunctionQuery,
BasicFunctionalityTest, TestLazyCores, DirectUpdateHandlerTest, TestBadConfig,
TestIndexSearcher, CurrencyFieldOpenExchangeTest,
DistributedQueryElevationComponentTest, TestUpdate,
FieldMutatingUpdateProcessorTest, QueryEqualityTest, CacheHeaderTest,
TermsComponentTest, PathHierarchyTokenizerFactoryTest, TestIndexingPerformance,
FieldAnalysisRequestHandlerTest, LoggingHandlerTest, IndexSchemaTest,
ReturnFieldsTest, TestCSVResponseWriter, JsonLoaderTest,
PingRequestHandlerTest, CoreContainerCoreInitFailuresTest,
TestQuerySenderListener, TestSolrIndexConfig, TestSolrDeletionPolicy2,
TestDocSet, TestSearchPerf, ExternalFileFieldSortTest,
TestPostingsSolrHighlighter, TestPhraseSuggestions, TestCharFilters,
TestCodecSupport, TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory,
TestDefaultSimilarityFactory, TestJmxMonitoredMap, ResourceLoaderTest,
URLClassifyProcessorTest, PluginInfoTest, TestFastLRUCache,
PreAnalyzedFieldTest, DateFieldTest, TestCursorMarkWithoutUniqueKey,
TestHighlightDedupGrouping, AssignTest, AsyncMigrateRouteKeyTest,
CustomCollectionTest, ExternalCollectionsTest, HttpPartitionTest]
[junit4] Completed on J1 in 103.47s, 1 test, 1 failure <<< FAILURES!
[...truncated 316 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:519: The following
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:467: The following
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:61: The following
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:39: The
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:187: The
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:510:
The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1349:
The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:956:
There were test failures: 459 suites, 1856 tests, 1 failure, 32 ignored (22
assumptions)
Total time: 82 minutes 50 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0_20
-XX:-UseCompressedOops -XX:+UseG1GC (asserts: true)
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]