Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/2967/
1 tests failed.
REGRESSION: org.apache.solr.cloud.RecoveryAfterSoftCommitTest.test
Error Message:
Didn't see all replicas for shard shard1 in collection1 come up within 30000
ms! ClusterState: { "collection1":{ "maxShardsPerNode":"1",
"shards":{"shard1":{ "range":"80000000-7fffffff",
"state":"active", "replicas":{ "core_node1":{
"base_url":"http://127.0.0.1:20595/hj", "state":"active",
"node_name":"127.0.0.1:20595_hj", "core":"collection1",
"leader":"true"}, "core_node2":{
"base_url":"http://127.0.0.1:20603/hj", "state":"recovering",
"node_name":"127.0.0.1:20603_hj", "core":"collection1"}}}},
"autoAddReplicas":"false", "replicationFactor":"1",
"router":{"name":"compositeId"}, "autoCreated":"true"},
"control_collection":{ "maxShardsPerNode":"1", "shards":{"shard1":{
"range":"80000000-7fffffff", "state":"active",
"replicas":{"core_node1":{ "base_url":"http://127.0.0.1:20586/hj",
"state":"active", "node_name":"127.0.0.1:20586_hj",
"core":"collection1", "leader":"true"}}}},
"autoAddReplicas":"false", "replicationFactor":"1",
"router":{"name":"compositeId"}, "autoCreated":"true"}}
Stack Trace:
java.lang.AssertionError: Didn't see all replicas for shard shard1 in
collection1 come up within 30000 ms! ClusterState: {
"collection1":{
"maxShardsPerNode":"1",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{
"core_node1":{
"base_url":"http://127.0.0.1:20595/hj",
"state":"active",
"node_name":"127.0.0.1:20595_hj",
"core":"collection1",
"leader":"true"},
"core_node2":{
"base_url":"http://127.0.0.1:20603/hj",
"state":"recovering",
"node_name":"127.0.0.1:20603_hj",
"core":"collection1"}}}},
"autoAddReplicas":"false",
"replicationFactor":"1",
"router":{"name":"compositeId"},
"autoCreated":"true"},
"control_collection":{
"maxShardsPerNode":"1",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{"core_node1":{
"base_url":"http://127.0.0.1:20586/hj",
"state":"active",
"node_name":"127.0.0.1:20586_hj",
"core":"collection1",
"leader":"true"}}}},
"autoAddReplicas":"false",
"replicationFactor":"1",
"router":{"name":"compositeId"},
"autoCreated":"true"}}
at
__randomizedtesting.SeedInfo.seed([26FB2855337268B1:AEAF178F9D8E0549]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:1920)
at
org.apache.solr.cloud.RecoveryAfterSoftCommitTest.test(RecoveryAfterSoftCommitTest.java:102)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:960)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
Build Log:
[...truncated 9941 lines...]
[junit4] Suite: org.apache.solr.cloud.RecoveryAfterSoftCommitTest
[junit4] 2> Creating dataDir:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/init-core-data-001
[junit4] 2> 892763 T2187 oas.BaseDistributedSearchTestCase.initHostContext
Setting hostContext system property: /hj/
[junit4] 2> 892768 T2187 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4] 2> 892769 T2188 oasc.ZkTestServer$2$1.setClientPort client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 892769 T2188 oasc.ZkTestServer$ZKServerMain.runFromConfig
Starting server
[junit4] 2> 892869 T2187 oasc.ZkTestServer.run start zk server on
port:20583
[junit4] 2> 892870 T2187
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 892871 T2187 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 892875 T2195 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@4bd9b8d3
name:ZooKeeperConnection Watcher:127.0.0.1:20583 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 892875 T2187 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 892876 T2187 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 892876 T2187 oascc.SolrZkClient.makePath makePath: /solr
[junit4] 2> 892879 T2187
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 892880 T2187 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 892881 T2198 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@3d046c7 name:ZooKeeperConnection
Watcher:127.0.0.1:20583/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 892881 T2187 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 892881 T2187 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 892882 T2187 oascc.SolrZkClient.makePath makePath:
/collections/collection1
[junit4] 2> 892884 T2187 oascc.SolrZkClient.makePath makePath:
/collections/collection1/shards
[junit4] 2> 892885 T2187 oascc.SolrZkClient.makePath makePath:
/collections/control_collection
[junit4] 2> 892886 T2187 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/shards
[junit4] 2> 892888 T2187 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 892888 T2187 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.xml
[junit4] 2> 892891 T2187 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 892891 T2187 oascc.SolrZkClient.makePath makePath:
/configs/conf1/schema.xml
[junit4] 2> 892994 T2187 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 892995 T2187 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 892997 T2187 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 892997 T2187 oascc.SolrZkClient.makePath makePath:
/configs/conf1/stopwords.txt
[junit4] 2> 892999 T2187 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 892999 T2187 oascc.SolrZkClient.makePath makePath:
/configs/conf1/protwords.txt
[junit4] 2> 893001 T2187 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 893002 T2187 oascc.SolrZkClient.makePath makePath:
/configs/conf1/currency.xml
[junit4] 2> 893004 T2187 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 893004 T2187 oascc.SolrZkClient.makePath makePath:
/configs/conf1/enumsConfig.xml
[junit4] 2> 893006 T2187 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 893007 T2187 oascc.SolrZkClient.makePath makePath:
/configs/conf1/open-exchange-rates.json
[junit4] 2> 893012 T2187 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 893012 T2187 oascc.SolrZkClient.makePath makePath:
/configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 893015 T2187 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 893015 T2187 oascc.SolrZkClient.makePath makePath:
/configs/conf1/old_synonyms.txt
[junit4] 2> 893017 T2187 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 893017 T2187 oascc.SolrZkClient.makePath makePath:
/configs/conf1/synonyms.txt
[junit4] 2> 894321 T2187 oas.SolrTestCaseJ4.writeCoreProperties Writing
core.properties file to
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/control-001/cores/collection1
[junit4] 2> 894325 T2187 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 894329 T2187 oejs.AbstractConnector.doStart Started
[email protected]:20587
[junit4] 2> 894330 T2187 oascse.JettySolrRunner$1.lifeCycleStarted Jetty
properties: {hostPort=20586, hostContext=/hj,
coreRootDirectory=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/control-001/cores,
solr.data.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/tempDir-001/control/data}
[junit4] 2> 894330 T2187 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@3c56b64c
[junit4] 2> 894330 T2187 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/control-001/'
[junit4] 2> 894368 T2187 oasc.SolrXmlConfig.fromFile Loading container
configuration from
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/control-001/solr.xml
[junit4] 2> 894410 T2187 oasc.CorePropertiesLocator.<init> Config-defined
core root directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/control-001/cores
[junit4] 2> 894411 T2187 oasc.CoreContainer.<init> New CoreContainer
1583500785
[junit4] 2> 894411 T2187 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/control-001/]
[junit4] 2> 894411 T2187 oasc.CoreContainer.load loading shared library:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/control-001/lib
[junit4] 2> 894412 T2187 oasc.SolrResourceLoader.addToClassLoader WARN
Can't find (or read) directory to add to classloader: lib (resolved as:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/control-001/lib).
[junit4] 2> 894422 T2187 oashc.HttpShardHandlerFactory.init created with
socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost :
20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize :
2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy :
false,useRetries : false,
[junit4] 2> 894426 T2187 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 894427 T2187 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 894427 T2187 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 894428 T2187 oasc.CoreContainer.load Node Name: 127.0.0.1
[junit4] 2> 894428 T2187 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:20583/solr
[junit4] 2> 894428 T2187 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 894428 T2187
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 894429 T2187 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 894430 T2210 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@3b902263
name:ZooKeeperConnection Watcher:127.0.0.1:20583 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 894431 T2187 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 894432 T2187 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 894434 T2187 N:127.0.0.1:20586_hj
oascc.ConnectionManager.waitForConnected Waiting for client to connect to
ZooKeeper
[junit4] 2> 894435 T2213 N:127.0.0.1:20586_hj
oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@53febba7
name:ZooKeeperConnection Watcher:127.0.0.1:20583/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 894435 T2187 N:127.0.0.1:20586_hj
oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4] 2> 894436 T2187 N:127.0.0.1:20586_hj oascc.SolrZkClient.makePath
makePath: /overseer/queue
[junit4] 2> 894438 T2187 N:127.0.0.1:20586_hj oascc.SolrZkClient.makePath
makePath: /overseer/collection-queue-work
[junit4] 2> 894439 T2187 N:127.0.0.1:20586_hj oascc.SolrZkClient.makePath
makePath: /overseer/collection-map-running
[junit4] 2> 894441 T2187 N:127.0.0.1:20586_hj oascc.SolrZkClient.makePath
makePath: /overseer/collection-map-completed
[junit4] 2> 894442 T2187 N:127.0.0.1:20586_hj oascc.SolrZkClient.makePath
makePath: /overseer/collection-map-failure
[junit4] 2> 894443 T2187 N:127.0.0.1:20586_hj oascc.SolrZkClient.makePath
makePath: /live_nodes
[junit4] 2> 894445 T2187 N:127.0.0.1:20586_hj oascc.SolrZkClient.makePath
makePath: /aliases.json
[junit4] 2> 894445 T2187 N:127.0.0.1:20586_hj oascc.SolrZkClient.makePath
makePath: /clusterstate.json
[junit4] 2> 894446 T2187 N:127.0.0.1:20586_hj
oasc.ZkController.createEphemeralLiveNode Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:20586_hj
[junit4] 2> 894447 T2187 N:127.0.0.1:20586_hj oascc.SolrZkClient.makePath
makePath: /live_nodes/127.0.0.1:20586_hj
[junit4] 2> 894448 T2187 N:127.0.0.1:20586_hj oascc.SolrZkClient.makePath
makePath: /overseer_elect
[junit4] 2> 894449 T2187 N:127.0.0.1:20586_hj oascc.SolrZkClient.makePath
makePath: /overseer_elect/election
[junit4] 2> 894450 T2187 N:127.0.0.1:20586_hj oasc.Overseer.close Overseer
(id=null) closing
[junit4] 2> 894451 T2187 N:127.0.0.1:20586_hj
oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader
127.0.0.1:20586_hj
[junit4] 2> 894451 T2187 N:127.0.0.1:20586_hj oascc.SolrZkClient.makePath
makePath: /overseer_elect/leader
[junit4] 2> 894452 T2187 N:127.0.0.1:20586_hj oasc.Overseer.start Overseer
(id=93672657723588611-127.0.0.1:20586_hj-n_0000000000) starting
[junit4] 2> 894454 T2187 N:127.0.0.1:20586_hj oascc.SolrZkClient.makePath
makePath: /overseer/queue-work
[junit4] 2> 894458 T2187 N:127.0.0.1:20586_hj
oasc.OverseerAutoReplicaFailoverThread.<init> Starting
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 894458 T2215 N:127.0.0.1:20586_hj
oasc.OverseerCollectionProcessor.run Process current queue of collection
creations
[junit4] 2> 894459 T2214 N:127.0.0.1:20586_hj
oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4] 2> 894458 T2187 N:127.0.0.1:20586_hj
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 894462 T2187 N:127.0.0.1:20586_hj
oasc.CorePropertiesLocator.discover Looking for core definitions underneath
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/control-001/cores
[junit4] 2> 894464 T2187 N:127.0.0.1:20586_hj oasc.CoreDescriptor.<init>
CORE DESCRIPTOR: {shard=,
instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/control-001/cores/collection1, transient=false,
absoluteInstDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/control-001/cores/collection1/, schema=schema.xml,
coreNodeName=, collection=control_collection, name=collection1, dataDir=data/,
loadOnStartup=true, config=solrconfig.xml}
[junit4] 2> 894464 T2187 N:127.0.0.1:20586_hj
oasc.CorePropertiesLocator.discoverUnder Found core collection1 in
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/control-001/cores/collection1/
[junit4] 2> 894465 T2187 N:127.0.0.1:20586_hj
oasc.CorePropertiesLocator.discover Found 1 core definitions
[junit4] 2> 894465 T2217 N:127.0.0.1:20586_hj C:control_collection
c:collection1 oasc.ZkController.publish publishing core=collection1 state=down
collection=control_collection
[junit4] 2> 894465 T2217 N:127.0.0.1:20586_hj C:control_collection
c:collection1 oasc.ZkController.publish numShards not found on descriptor -
reading it from system property
[junit4] 2> 894466 T2217 N:127.0.0.1:20586_hj
oasc.ZkController.waitForCoreNodeName look for our core node name
[junit4] 2> 894466 T2213 N:127.0.0.1:20586_hj
oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path
/overseer/queue state SyncConnected
[junit4] 2> 894467 T2214 N:127.0.0.1:20586_hj
oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
[junit4] 2> "numShards":"1",
[junit4] 2> "operation":"state",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:20586/hj",
[junit4] 2> "state":"down",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "node_name":"127.0.0.1:20586_hj",
[junit4] 2> "shard":null,
[junit4] 2> "core":"collection1"} current state version: 0
[junit4] 2> 894468 T2214 N:127.0.0.1:20586_hj
oasco.ReplicaMutator.updateState Update state numShards=1 message={
[junit4] 2> "numShards":"1",
[junit4] 2> "operation":"state",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:20586/hj",
[junit4] 2> "state":"down",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "node_name":"127.0.0.1:20586_hj",
[junit4] 2> "shard":null,
[junit4] 2> "core":"collection1"}
[junit4] 2> 894468 T2214 N:127.0.0.1:20586_hj
oasco.ClusterStateMutator.createCollection building a new cName:
control_collection
[junit4] 2> 894468 T2214 N:127.0.0.1:20586_hj
oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
[junit4] 2> 894469 T2213 N:127.0.0.1:20586_hj
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> 895467 T2217 N:127.0.0.1:20586_hj
oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for
collection1
[junit4] 2> 895468 T2217 N:127.0.0.1:20586_hj
oasc.ZkController.createCollectionZkNode Check for collection
zkNode:control_collection
[junit4] 2> 895468 T2217 N:127.0.0.1:20586_hj
oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4] 2> 895469 T2217 N:127.0.0.1:20586_hj
oascc.ZkStateReader.readConfigName Load collection config
from:/collections/control_collection
[junit4] 2> 895469 T2217 N:127.0.0.1:20586_hj
oascc.ZkStateReader.readConfigName path=/collections/control_collection
configName=conf1 specified config exists in ZooKeeper
[junit4] 2> 895470 T2217 N:127.0.0.1:20586_hj
oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/control-001/cores/collection1/'
[junit4] 2> 895485 T2217 N:127.0.0.1:20586_hj
oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
[junit4] 2> 895487 T2217 N:127.0.0.1:20586_hj oasc.Config.<init> loaded
config solrconfig.xml with version 0
[junit4] 2> 895515 T2217 N:127.0.0.1:20586_hj
oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
[junit4] 2> 895538 T2217 N:127.0.0.1:20586_hj oasc.SolrConfig.<init> Using
Lucene MatchVersion: 5.2.0
[junit4] 2> 895595 T2217 N:127.0.0.1:20586_hj oasc.SolrConfig.<init>
Loaded SolrConfig: solrconfig.xml
[junit4] 2> 895696 T2217 N:127.0.0.1:20586_hj oass.IndexSchema.readSchema
Reading Solr Schema from /configs/conf1/schema.xml
[junit4] 2> 895708 T2217 N:127.0.0.1:20586_hj oass.IndexSchema.readSchema
[collection1] Schema name=test
[junit4] 2> 896202 T2217 N:127.0.0.1:20586_hj
oass.OpenExchangeRatesOrgProvider.init Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 896218 T2217 N:127.0.0.1:20586_hj oass.IndexSchema.readSchema
default search field in schema is text
[junit4] 2> 896221 T2217 N:127.0.0.1:20586_hj oass.IndexSchema.readSchema
unique key field: id
[junit4] 2> 896231 T2217 N:127.0.0.1:20586_hj
oass.FileExchangeRateProvider.reload Reloading exchange rates from file
currency.xml
[junit4] 2> 896235 T2217 N:127.0.0.1:20586_hj
oass.FileExchangeRateProvider.reload Reloading exchange rates from file
currency.xml
[junit4] 2> 896239 T2217 N:127.0.0.1:20586_hj
oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 896240 T2217 N:127.0.0.1:20586_hj
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 896240 T2217 N:127.0.0.1:20586_hj
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 896240 T2217 N:127.0.0.1:20586_hj
oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 896241 T2217 N:127.0.0.1:20586_hj
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 896241 T2217 N:127.0.0.1:20586_hj
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 896242 T2217 N:127.0.0.1:20586_hj oasc.CoreContainer.create
Creating SolrCore 'collection1' using configuration from collection
control_collection
[junit4] 2> 896242 T2217 N:127.0.0.1:20586_hj c:collection1
oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 896242 T2217 N:127.0.0.1:20586_hj c:collection1
oasc.SolrCore.<init> [collection1] Opening new SolrCore at
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/control-001/cores/collection1/,
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/control-001/cores/collection1/data/
[junit4] 2> 896242 T2217 N:127.0.0.1:20586_hj c:collection1
oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to
JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a4ba679
[junit4] 2> 896243 T2217 N:127.0.0.1:20586_hj c:collection1
oasc.CachingDirectoryFactory.get return new directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/control-001/cores/collection1/data
[junit4] 2> 896244 T2217 N:127.0.0.1:20586_hj c:collection1
oasc.SolrCore.getNewIndexDir New index directory detected: old=null
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/control-001/cores/collection1/data/index/
[junit4] 2> 896244 T2217 N:127.0.0.1:20586_hj c:collection1
oasc.SolrCore.initIndex WARN [collection1] Solr index directory
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/control-001/cores/collection1/data/index' doesn't exist.
Creating new index...
[junit4] 2> 896244 T2217 N:127.0.0.1:20586_hj c:collection1
oasc.CachingDirectoryFactory.get return new directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/control-001/cores/collection1/data/index
[junit4] 2> 896245 T2217 N:127.0.0.1:20586_hj c:collection1
oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=21, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=70.140625,
floorSegmentMB=1.1787109375, forceMergeDeletesPctAllowed=1.127185967829748,
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 896246 T2217 N:127.0.0.1:20586_hj c:collection1
oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@2cb1ace2
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@44cd405a),segFN=segments_1,generation=1}
[junit4] 2> 896246 T2217 N:127.0.0.1:20586_hj c:collection1
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4] 2> 896252 T2217 N:127.0.0.1:20586_hj c:collection1
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain
"nodistrib"
[junit4] 2> 896253 T2217 N:127.0.0.1:20586_hj c:collection1
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain
"dedupe"
[junit4] 2> 896253 T2217 N:127.0.0.1:20586_hj c:collection1
oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 896253 T2217 N:127.0.0.1:20586_hj c:collection1
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain
"stored_sig"
[junit4] 2> 896254 T2217 N:127.0.0.1:20586_hj c:collection1
oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 896254 T2217 N:127.0.0.1:20586_hj c:collection1
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain
"distrib-dup-test-chain-explicit"
[junit4] 2> 896254 T2217 N:127.0.0.1:20586_hj c:collection1
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 896255 T2217 N:127.0.0.1:20586_hj c:collection1
oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 896255 T2217 N:127.0.0.1:20586_hj c:collection1
oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined
as default, creating implicit default
[junit4] 2> 896274 T2217 N:127.0.0.1:20586_hj c:collection1
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 896277 T2217 N:127.0.0.1:20586_hj c:collection1
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 896280 T2217 N:127.0.0.1:20586_hj c:collection1
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 896282 T2217 N:127.0.0.1:20586_hj c:collection1
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 896288 T2217 N:127.0.0.1:20586_hj c:collection1
oasc.RequestHandlers.initHandlersFromConfig Registered paths:
/update/json/docs,standard,/update,/get,/admin/mbeans,/config,/replication,/update/json,/admin/file,/admin/plugins,/admin/logging,/schema,/update/csv,/admin/ping,/admin/luke,/admin/threads,/admin/segments,/admin/system,/admin/properties
[junit4] 2> 896290 T2217 N:127.0.0.1:20586_hj c:collection1
oasc.SolrCore.initStatsCache Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 896292 T2217 N:127.0.0.1:20586_hj c:collection1
oasu.UpdateHandler.<init> Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 896292 T2217 N:127.0.0.1:20586_hj c:collection1
oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10
[junit4] 2> 896293 T2217 N:127.0.0.1:20586_hj c:collection1
oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4] 2> 896294 T2217 N:127.0.0.1:20586_hj c:collection1
oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4] 2> 896294 T2217 N:127.0.0.1:20586_hj c:collection1
oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=40, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 896295 T2217 N:127.0.0.1:20586_hj c:collection1
oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@2cb1ace2
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@44cd405a),segFN=segments_1,generation=1}
[junit4] 2> 896295 T2217 N:127.0.0.1:20586_hj c:collection1
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4] 2> 896296 T2217 N:127.0.0.1:20586_hj c:collection1
oass.SolrIndexSearcher.<init> Opening Searcher@4cf1f5ac[collection1] main
[junit4] 2> 896296 T2217 N:127.0.0.1:20586_hj c:collection1
oascc.ZkStateReader.readConfigName Load collection config
from:/collections/control_collection
[junit4] 2> 896297 T2217 N:127.0.0.1:20586_hj c:collection1
oascc.ZkStateReader.readConfigName path=/collections/control_collection
configName=conf1 specified config exists in ZooKeeper
[junit4] 2> 896297 T2217 N:127.0.0.1:20586_hj c:collection1
oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for
the RestManager with znodeBase: /configs/conf1
[junit4] 2> 896297 T2217 N:127.0.0.1:20586_hj c:collection1
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 896298 T2217 N:127.0.0.1:20586_hj c:collection1
oasr.RestManager.init Initializing RestManager with initArgs: {}
[junit4] 2> 896298 T2217 N:127.0.0.1:20586_hj c:collection1
oasr.ManagedResourceStorage.load Reading _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 896298 T2217 N:127.0.0.1:20586_hj c:collection1
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 896299 T2217 N:127.0.0.1:20586_hj c:collection1
oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 896299 T2217 N:127.0.0.1:20586_hj c:collection1
oasr.RestManager.init Initializing 0 registered ManagedResources
[junit4] 2> 896299 T2217 N:127.0.0.1:20586_hj c:collection1
oash.ReplicationHandler.inform Commits will be reserved for 10000
[junit4] 2> 896300 T2218 N:127.0.0.1:20586_hj c:collection1
oasc.SolrCore.registerSearcher [collection1] Registered new searcher
Searcher@4cf1f5ac[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 896300 T2217 N:127.0.0.1:20586_hj c:collection1
oasc.CoreContainer.registerCore registering core: collection1
[junit4] 2> 896308 T2221 N:127.0.0.1:20586_hj C:control_collection
S:shard1 c:collection1 oasc.ZkController.register Register replica -
core:collection1 address:http://127.0.0.1:20586/hj
collection:control_collection shard:shard1
[junit4] 2> 896308 T2187 N:127.0.0.1:20586_hj oass.SolrDispatchFilter.init
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1
[junit4] 2> 896308 T2187 N:127.0.0.1:20586_hj oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 896309 T2221 N:127.0.0.1:20586_hj C:control_collection
S:shard1 c:collection1 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leader_elect/shard1/election
[junit4] 2> 896312 T2221 N:127.0.0.1:20586_hj C:control_collection
S:shard1 c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess Running
the leader process for shard shard1
[junit4] 2> 896312 T2187
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 896313 T2187 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 896313 T2213 N:127.0.0.1:20586_hj
oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path
/overseer/queue state SyncConnected
[junit4] 2> 896314 T2221 N:127.0.0.1:20586_hj C:control_collection
S:shard1 c:collection1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp
Enough replicas found to continue.
[junit4] 2> 896314 T2225 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@2a5a5182
name:ZooKeeperConnection Watcher:127.0.0.1:20583/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 896314 T2221 N:127.0.0.1:20586_hj C:control_collection
S:shard1 c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I may
be the new leader - try and sync
[junit4] 2> 896314 T2187 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 896314 T2214 N:127.0.0.1:20586_hj
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> 896315 T2187 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> ASYNC NEW_CORE C351 name=collection1
org.apache.solr.core.SolrCore@17edd9a2
url=http://127.0.0.1:20586/hj/collection1 node=127.0.0.1:20586_hj
C351_STATE=coll:control_collection core:collection1
props:{base_url=http://127.0.0.1:20586/hj, state=down,
node_name=127.0.0.1:20586_hj, core=collection1}
[junit4] 2> 896315 T2221 N:127.0.0.1:20586_hj C:control_collection
S:shard1 c:collection1 C351 oasc.SyncStrategy.sync Sync replicas to
http://127.0.0.1:20586/hj/collection1/
[junit4] 2> 896315 T2187
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 896316 T2221 N:127.0.0.1:20586_hj C:control_collection
S:shard1 c:collection1 C351 oasc.SyncStrategy.syncReplicas Sync Success - now
sync replicas to me
[junit4] 2> 896317 T2221 N:127.0.0.1:20586_hj C:control_collection
S:shard1 c:collection1 C351 oasc.SyncStrategy.syncToMe
http://127.0.0.1:20586/hj/collection1/ has no replicas
[junit4] 2> 896317 T2213 N:127.0.0.1:20586_hj
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> 896317 T2221 N:127.0.0.1:20586_hj C:control_collection
S:shard1 c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I am
the new leader: http://127.0.0.1:20586/hj/collection1/ shard1
[junit4] 2> 896317 T2221 N:127.0.0.1:20586_hj C:control_collection
S:shard1 c:collection1 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leaders/shard1
[junit4] 2> 896318 T2187 oasc.ChaosMonkey.monkeyLog monkey: init - expire
sessions:false cause connection loss:false
[junit4] 2> 896319 T2187 oasc.AbstractFullDistribZkTestBase.createJettys
Creating collection1 with stateFormat=2
[junit4] 2> 896319 T2187
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 896320 T2187 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 896321 T2213 N:127.0.0.1:20586_hj
oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path
/overseer/queue state SyncConnected
[junit4] 2> 896321 T2228 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@11da5f28
name:ZooKeeperConnection Watcher:127.0.0.1:20583/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 896321 T2187 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 896322 T2214 N:127.0.0.1:20586_hj
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:20586/hj",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"} current state version: 2
[junit4] 2> 896322 T2187 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 896325 T2214 N:127.0.0.1:20586_hj
oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"create",
[junit4] 2> "name":"collection1",
[junit4] 2> "numShards":"1",
[junit4] 2> "stateFormat":"2"} current state version: 2
[junit4] 2> 896325 T2214 N:127.0.0.1:20586_hj
oasco.ClusterStateMutator.createCollection building a new cName: collection1
[junit4] 2> 896326 T2213 N:127.0.0.1:20586_hj
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> 896326 T2225 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> 896328 T2213 N:127.0.0.1:20586_hj
oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path
/overseer/queue state SyncConnected
[junit4] 2> 896329 T2214 N:127.0.0.1:20586_hj
oasco.ZkStateWriter.writePendingUpdates going to create_collection
/collections/collection1/state.json
[junit4] 2> 896330 T2225 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> 896330 T2213 N:127.0.0.1:20586_hj
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> 896372 T2221 N:127.0.0.1:20586_hj C:control_collection
S:shard1 c:collection1 oasc.ZkController.register We are
http://127.0.0.1:20586/hj/collection1/ and leader is
http://127.0.0.1:20586/hj/collection1/
[junit4] 2> 896373 T2221 N:127.0.0.1:20586_hj C:control_collection
S:shard1 c:collection1 oasc.ZkController.register No LogReplay needed for
core=collection1 baseURL=http://127.0.0.1:20586/hj
[junit4] 2> 896373 T2221 N:127.0.0.1:20586_hj C:control_collection
S:shard1 c:collection1 oasc.ZkController.checkRecovery I am the leader, no
recovery necessary
[junit4] 2> 896373 T2221 N:127.0.0.1:20586_hj C:control_collection
S:shard1 c:collection1 oasc.ZkController.publish publishing core=collection1
state=active collection=control_collection
[junit4] 2> 896373 T2221 N:127.0.0.1:20586_hj C:control_collection
S:shard1 c:collection1 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 896374 T2213 N:127.0.0.1:20586_hj
oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path
/overseer/queue state SyncConnected
[junit4] 2> 896375 T2214 N:127.0.0.1:20586_hj
oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
[junit4] 2> "numShards":"1",
[junit4] 2> "operation":"state",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:20586/hj",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "state":"active",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "node_name":"127.0.0.1:20586_hj",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"collection1"} current state version: 4
[junit4] 2> 896376 T2214 N:127.0.0.1:20586_hj
oasco.ReplicaMutator.updateState Update state numShards=1 message={
[junit4] 2> "numShards":"1",
[junit4] 2> "operation":"state",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:20586/hj",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "state":"active",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "node_name":"127.0.0.1:20586_hj",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"collection1"}
[junit4] 2> 896479 T2213 N:127.0.0.1:20586_hj
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> 896479 T2225 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> 897710 T2187 oas.SolrTestCaseJ4.writeCoreProperties Writing
core.properties file to
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/shard-1-001/cores/collection1
[junit4] 2> 897712 T2187 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 1 in directory
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/shard-1-001
[junit4] 2> 897713 T2187 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 897716 T2187 oejs.AbstractConnector.doStart Started
[email protected]:20596
[junit4] 2> 897716 T2187 oascse.JettySolrRunner$1.lifeCycleStarted Jetty
properties: {solrconfig=solrconfig.xml, hostContext=/hj, hostPort=20595,
solr.data.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/tempDir-001/jetty1,
coreRootDirectory=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/shard-1-001/cores}
[junit4] 2> 897716 T2187 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@3c56b64c
[junit4] 2> 897717 T2187 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/shard-1-001/'
[junit4] 2> 897748 T2187 oasc.SolrXmlConfig.fromFile Loading container
configuration from
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/shard-1-001/solr.xml
[junit4] 2> 897788 T2187 oasc.CorePropertiesLocator.<init> Config-defined
core root directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/shard-1-001/cores
[junit4] 2> 897788 T2187 oasc.CoreContainer.<init> New CoreContainer
970823035
[junit4] 2> 897788 T2187 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/shard-1-001/]
[junit4] 2> 897788 T2187 oasc.CoreContainer.load loading shared library:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/shard-1-001/lib
[junit4] 2> 897789 T2187 oasc.SolrResourceLoader.addToClassLoader WARN
Can't find (or read) directory to add to classloader: lib (resolved as:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/shard-1-001/lib).
[junit4] 2> 897798 T2187 oashc.HttpShardHandlerFactory.init created with
socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost :
20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize :
2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy :
false,useRetries : false,
[junit4] 2> 897803 T2187 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 897804 T2187 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 897804 T2187 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 897804 T2187 oasc.CoreContainer.load Node Name: 127.0.0.1
[junit4] 2> 897804 T2187 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:20583/solr
[junit4] 2> 897805 T2187 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 897805 T2187
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 897805 T2187 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 897807 T2240 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@245ae65 name:ZooKeeperConnection
Watcher:127.0.0.1:20583 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 897808 T2187 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 897808 T2187 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 897810 T2187 N:127.0.0.1:20595_hj
oascc.ConnectionManager.waitForConnected Waiting for client to connect to
ZooKeeper
[junit4] 2> 897812 T2243 N:127.0.0.1:20595_hj
oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1c4e7a5 name:ZooKeeperConnection
Watcher:127.0.0.1:20583/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 897812 T2187 N:127.0.0.1:20595_hj
oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4] 2> 897815 T2187 N:127.0.0.1:20595_hj
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 898819 T2187 N:127.0.0.1:20595_hj
oasc.ZkController.createEphemeralLiveNode Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:20595_hj
[junit4] 2> 898820 T2187 N:127.0.0.1:20595_hj oascc.SolrZkClient.makePath
makePath: /live_nodes/127.0.0.1:20595_hj
[junit4] 2> 898823 T2187 N:127.0.0.1:20595_hj oasc.Overseer.close Overseer
(id=null) closing
[junit4] 2> 898826 T2187 N:127.0.0.1:20595_hj
oasc.CorePropertiesLocator.discover Looking for core definitions underneath
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/shard-1-001/cores
[junit4] 2> 898828 T2187 N:127.0.0.1:20595_hj oasc.CoreDescriptor.<init>
CORE DESCRIPTOR: {loadOnStartup=true, transient=false, dataDir=data/,
coreNodeName=,
absoluteInstDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/shard-1-001/cores/collection1/,
instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/shard-1-001/cores/collection1, config=solrconfig.xml,
collection=collection1, shard=, schema=schema.xml, name=collection1}
[junit4] 2> 898829 T2187 N:127.0.0.1:20595_hj
oasc.CorePropertiesLocator.discoverUnder Found core collection1 in
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/shard-1-001/cores/collection1/
[junit4] 2> 898829 T2187 N:127.0.0.1:20595_hj
oasc.CorePropertiesLocator.discover Found 1 core definitions
[junit4] 2> 898830 T2244 N:127.0.0.1:20595_hj C:collection1 c:collection1
oasc.ZkController.publish publishing core=collection1 state=down
collection=collection1
[junit4] 2> 898831 T2244 N:127.0.0.1:20595_hj C:collection1 c:collection1
oasc.ZkController.publish numShards not found on descriptor - reading it from
system property
[junit4] 2> 898832 T2213 N:127.0.0.1:20586_hj
oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path
/overseer/queue state SyncConnected
[junit4] 2> 898832 T2244 N:127.0.0.1:20595_hj
oasc.ZkController.preRegister Registering watch for external collection
collection1
[junit4] 2> 898832 T2244 N:127.0.0.1:20595_hj
oascc.ZkStateReader.addZkWatch addZkWatch collection1
[junit4] 2> 898832 T2214 N:127.0.0.1:20586_hj
oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
[junit4] 2> "numShards":"1",
[junit4] 2> "operation":"state",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:20595/hj",
[junit4] 2> "state":"down",
[junit4] 2> "collection":"collection1",
[junit4] 2> "node_name":"127.0.0.1:20595_hj",
[junit4] 2> "shard":null,
[junit4] 2> "core":"collection1"} current state version: 5
[junit4] 2> 898832 T2244 N:127.0.0.1:20595_hj
oascc.ZkStateReader.addZkWatch Updating collection state at
/collections/collection1/state.json from ZooKeeper...
[junit4] 2> 898833 T2214 N:127.0.0.1:20586_hj
oasco.ReplicaMutator.updateState Update state numShards=1 message={
[junit4] 2> "numShards":"1",
[junit4] 2> "operation":"state",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:20595/hj",
[junit4] 2> "state":"down",
[junit4] 2> "collection":"collection1",
[junit4] 2> "node_name":"127.0.0.1:20595_hj",
[junit4] 2> "shard":null,
[junit4] 2> "core":"collection1"}
[junit4] 2> 898833 T2214 N:127.0.0.1:20586_hj
oasco.ReplicaMutator.updateState Collection already exists with numShards=1
[junit4] 2> 898833 T2244 N:127.0.0.1:20595_hj
oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to
ver 0
[junit4] 2> 898834 T2214 N:127.0.0.1:20586_hj
oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
[junit4] 2> 898834 T2244 N:127.0.0.1:20595_hj
oasc.ZkController.waitForCoreNodeName look for our core node name
[junit4] 2> 898835 T2214 N:127.0.0.1:20586_hj
oasco.ZkStateWriter.writePendingUpdates going to update_collection
/collections/collection1/state.json version: 0
[junit4] 2> 898835 T2243 N:127.0.0.1:20595_hj
oascc.ZkStateReader$7.process A cluster state change: WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json for collection collection1 has
occurred - updating... (live nodes size: 2)
[junit4] 2> 898836 T2243 N:127.0.0.1:20595_hj
oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to
ver 1
[junit4] 2> 899834 T2244 N:127.0.0.1:20595_hj
oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for
collection1
[junit4] 2> 899835 T2244 N:127.0.0.1:20595_hj
oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4] 2> 899835 T2244 N:127.0.0.1:20595_hj
oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4] 2> 899836 T2244 N:127.0.0.1:20595_hj
oascc.ZkStateReader.readConfigName Load collection config
from:/collections/collection1
[junit4] 2> 899836 T2244 N:127.0.0.1:20595_hj
oascc.ZkStateReader.readConfigName path=/collections/collection1
configName=conf1 specified config exists in ZooKeeper
[junit4] 2> 899836 T2244 N:127.0.0.1:20595_hj
oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/shard-1-001/cores/collection1/'
[junit4] 2> 899855 T2244 N:127.0.0.1:20595_hj
oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
[junit4] 2> 899857 T2244 N:127.0.0.1:20595_hj oasc.Config.<init> loaded
config solrconfig.xml with version 0
[junit4] 2> 899868 T2244 N:127.0.0.1:20595_hj
oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
[junit4] 2> 899891 T2244 N:127.0.0.1:20595_hj oasc.SolrConfig.<init> Using
Lucene MatchVersion: 5.2.0
[junit4] 2> 899942 T2244 N:127.0.0.1:20595_hj oasc.SolrConfig.<init>
Loaded SolrConfig: solrconfig.xml
[junit4] 2> 900043 T2244 N:127.0.0.1:20595_hj oass.IndexSchema.readSchema
Reading Solr Schema from /configs/conf1/schema.xml
[junit4] 2> 900054 T2244 N:127.0.0.1:20595_hj oass.IndexSchema.readSchema
[collection1] Schema name=test
[junit4] 2> 900480 T2244 N:127.0.0.1:20595_hj
oass.OpenExchangeRatesOrgProvider.init Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 900496 T2244 N:127.0.0.1:20595_hj oass.IndexSchema.readSchema
default search field in schema is text
[junit4] 2> 900500 T2244 N:127.0.0.1:20595_hj oass.IndexSchema.readSchema
unique key field: id
[junit4] 2> 900510 T2244 N:127.0.0.1:20595_hj
oass.FileExchangeRateProvider.reload Reloading exchange rates from file
currency.xml
[junit4] 2> 900515 T2244 N:127.0.0.1:20595_hj
oass.FileExchangeRateProvider.reload Reloading exchange rates from file
currency.xml
[junit4] 2> 900519 T2244 N:127.0.0.1:20595_hj
oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 900520 T2244 N:127.0.0.1:20595_hj
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 900520 T2244 N:127.0.0.1:20595_hj
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 900521 T2244 N:127.0.0.1:20595_hj
oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 900521 T2244 N:127.0.0.1:20595_hj
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 900522 T2244 N:127.0.0.1:20595_hj
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 900522 T2244 N:127.0.0.1:20595_hj oasc.CoreContainer.create
Creating SolrCore 'collection1' using configuration from collection collection1
[junit4] 2> 900522 T2244 N:127.0.0.1:20595_hj c:collection1
oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 900522 T2244 N:127.0.0.1:20595_hj c:collection1
oasc.SolrCore.<init> [collection1] Opening new SolrCore at
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/shard-1-001/cores/collection1/,
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/shard-1-001/cores/collection1/data/
[junit4] 2> 900523 T2244 N:127.0.0.1:20595_hj c:collection1
oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to
JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a4ba679
[junit4] 2> 900524 T2244 N:127.0.0.1:20595_hj c:collection1
oasc.CachingDirectoryFactory.get return new directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/shard-1-001/cores/collection1/data
[junit4] 2> 900524 T2244 N:127.0.0.1:20595_hj c:collection1
oasc.SolrCore.getNewIndexDir New index directory detected: old=null
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/shard-1-001/cores/collection1/data/index/
[junit4] 2> 900524 T2244 N:127.0.0.1:20595_hj c:collection1
oasc.SolrCore.initIndex WARN [collection1] Solr index directory
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/shard-1-001/cores/collection1/data/index' doesn't exist.
Creating new index...
[junit4] 2> 900525 T2244 N:127.0.0.1:20595_hj c:collection1
oasc.CachingDirectoryFactory.get return new directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/shard-1-001/cores/collection1/data/index
[junit4] 2> 900525 T2244 N:127.0.0.1:20595_hj c:collection1
oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=21, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=70.140625,
floorSegmentMB=1.1787109375, forceMergeDeletesPctAllowed=1.127185967829748,
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 900526 T2244 N:127.0.0.1:20595_hj c:collection1
oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@553b0d6a
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@17edd5dd),segFN=segments_1,generation=1}
[junit4] 2> 900526 T2244 N:127.0.0.1:20595_hj c:collection1
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4] 2> 900534 T2244 N:127.0.0.1:20595_hj c:collection1
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain
"nodistrib"
[junit4] 2> 900534 T2244 N:127.0.0.1:20595_hj c:collection1
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain
"dedupe"
[junit4] 2> 900535 T2244 N:127.0.0.1:20595_hj c:collection1
oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 900535 T2244 N:127.0.0.1:20595_hj c:collection1
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain
"stored_sig"
[junit4] 2> 900535 T2244 N:127.0.0.1:20595_hj c:collection1
oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 900536 T2244 N:127.0.0.1:20595_hj c:collection1
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain
"distrib-dup-test-chain-explicit"
[junit4] 2> 900536 T2244 N:127.0.0.1:20595_hj c:collection1
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 900536 T2244 N:127.0.0.1:20595_hj c:collection1
oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 900537 T2244 N:127.0.0.1:20595_hj c:collection1
oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined
as default, creating implicit default
[junit4] 2> 900559 T2244 N:127.0.0.1:20595_hj c:collection1
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 900584 T2244 N:127.0.0.1:20595_hj c:collection1
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 900587 T2244 N:127.0.0.1:20595_hj c:collection1
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 900589 T2244 N:127.0.0.1:20595_hj c:collection1
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 900597 T2244 N:127.0.0.1:20595_hj c:collection1
oasc.RequestHandlers.initHandlersFromConfig Registered paths:
/update/json/docs,standard,/update,/get,/admin/mbeans,/config,/replication,/update/json,/admin/file,/admin/plugins,/admin/logging,/schema,/update/csv,/admin/ping,/admin/luke,/admin/threads,/admin/segments,/admin/system,/admin/properties
[junit4] 2> 900608 T2244 N:127.0.0.1:20595_hj c:collection1
oasc.SolrCore.initStatsCache Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 900610 T2244 N:127.0.0.1:20595_hj c:collection1
oasu.UpdateHandler.<init> Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 900610 T2244 N:127.0.0.1:20595_hj c:collection1
oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10
[junit4] 2> 900612 T2244 N:127.0.0.1:20595_hj c:collection1
oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4] 2> 900612 T2244 N:127.0.0.1:20595_hj c:collection1
oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4] 2> 900614 T2244 N:127.0.0.1:20595_hj c:collection1
oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=40, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 900615 T2244 N:127.0.0.1:20595_hj c:collection1
oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@553b0d6a
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@17edd5dd),segFN=segments_1,generation=1}
[junit4] 2> 900615 T2244 N:127.0.0.1:20595_hj c:collection1
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4] 2> 900615 T2244 N:127.0.0.1:20595_hj c:collection1
oass.SolrIndexSearcher.<init> Opening Searcher@3635a870[collection1] main
[junit4] 2> 900616 T2244 N:127.0.0.1:20595_hj c:collection1
oascc.ZkStateReader.readConfigName Load collection config
from:/collections/collection1
[junit4] 2> 900616 T2244 N:127.0.0.1:20595_hj c:collection1
oascc.ZkStateReader.readConfigName path=/collections/collection1
configName=conf1 specified config exists in ZooKeeper
[junit4] 2> 900617 T2244 N:127.0.0.1:20595_hj c:collection1
oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for
the RestManager with znodeBase: /configs/conf1
[junit4] 2> 900617 T2244 N:127.0.0.1:20595_hj c:collection1
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 900617 T2244 N:127.0.0.1:20595_hj c:collection1
oasr.RestManager.init Initializing RestManager with initArgs: {}
[junit4] 2> 900618 T2244 N:127.0.0.1:20595_hj c:collection1
oasr.ManagedResourceStorage.load Reading _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 900618 T2244 N:127.0.0.1:20595_hj c:collection1
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 900618 T2244 N:127.0.0.1:20595_hj c:collection1
oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 900619 T2244 N:127.0.0.1:20595_hj c:collection1
oasr.RestManager.init Initializing 0 registered ManagedResources
[junit4] 2> 900619 T2244 N:127.0.0.1:20595_hj c:collection1
oash.ReplicationHandler.inform Commits will be reserved for 10000
[junit4] 2> 900620 T2245 N:127.0.0.1:20595_hj c:collection1
oasc.SolrCore.registerSearcher [collection1] Registered new searcher
Searcher@3635a870[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 900621 T2244 N:127.0.0.1:20595_hj c:collection1
oasc.CoreContainer.registerCore registering core: collection1
[junit4] 2> 900622 T2248 N:127.0.0.1:20595_hj C:collection1 S:shard1
c:collection1 oasc.ZkController.register Register replica - core:collection1
address:http://127.0.0.1:20595/hj collection:collection1 shard:shard1
[junit4] 2> 900622 T2187 N:127.0.0.1:20595_hj oass.SolrDispatchFilter.init
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1
[junit4] 2> 900623 T2187 N:127.0.0.1:20595_hj oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 900623 T2248 N:127.0.0.1:20595_hj C:collection1 S:shard1
c:collection1 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leader_elect/shard1/election
[junit4] 2> 900627 T2248 N:127.0.0.1:20595_hj C:collection1 S:shard1
c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess Running the
leader process for shard shard1
[junit4] 2> 900629 T2213 N:127.0.0.1:20586_hj
oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path
/overseer/queue state SyncConnected
[junit4] 2> 900629 T2248 N:127.0.0.1:20595_hj C:collection1 S:shard1
c:collection1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough
replicas found to continue.
[junit4] 2> 900630 T2248 N:127.0.0.1:20595_hj C:collection1 S:shard1
c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new
leader - try and sync
[junit4] 2> 900630 T2214 N:127.0.0.1:20586_hj
oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"collection1"} current state version: 5
[junit4] 2> ASYNC NEW_CORE C352 name=collection1
org.apache.solr.core.SolrCore@3d5daa8b
url=http://127.0.0.1:20595/hj/collection1 node=127.0.0.1:20595_hj
C352_STATE=coll:collection1 core:collection1
props:{base_url=http://127.0.0.1:20595/hj, state=down,
node_name=127.0.0.1:20595_hj, core=collection1}
[junit4] 2> 900630 T2248 N:127.0.0.1:20595_hj C:collection1 S:shard1
c:collection1 C352 oasc.SyncStrategy.sync Sync replicas to
http://127.0.0.1:20595/hj/collection1/
[junit4] 2> 900630 T2248 N:127.0.0.1:20595_hj C:collection1 S:shard1
c:collection1 C352 oasc.SyncStrategy.syncReplicas Sync Success - now sync
replicas to me
[junit4] 2> 900631 T2248 N:127.0.0.1:20595_hj C:collection1 S:shard1
c:collection1 C352 oasc.SyncStrategy.syncToMe
http://127.0.0.1:20595/hj/collection1/ has no replicas
[junit4] 2> 900632 T2248 N:127.0.0.1:20595_hj C:collection1 S:shard1
c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new
leader: http://127.0.0.1:20595/hj/collection1/ shard1
[junit4] 2> 900632 T2214 N:127.0.0.1:20586_hj
oasco.ZkStateWriter.writePendingUpdates going to update_collection
/collections/collection1/state.json version: 1
[junit4] 2> 900632 T2248 N:127.0.0.1:20595_hj C:collection1 S:shard1
c:collection1 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leaders/shard1
[junit4] 2> 900637 T2243 N:127.0.0.1:20595_hj
oascc.ZkStateReader$7.process A cluster state change: WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json for collection collection1 has
occurred - updating... (live nodes size: 2)
[junit4] 2> 900638 T2243 N:127.0.0.1:20595_hj
oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to
ver 2
[junit4] 2> 900655 T2213 N:127.0.0.1:20586_hj
oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path
/overseer/queue state SyncConnected
[junit4] 2> 900657 T2214 N:127.0.0.1:20586_hj
oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"collection1",
[junit4] 2> "base_url":"http://127.0.0.1:20595/hj",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"} current state version: 5
[junit4] 2> 900658 T2214 N:127.0.0.1:20586_hj
oasco.ZkStateWriter.writePendingUpdates going to update_collection
/collections/collection1/state.json version: 2
[junit4] 2> 900659 T2243 N:127.0.0.1:20595_hj
oascc.ZkStateReader$7.process A cluster state change: WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json for collection collection1 has
occurred - updating... (live nodes size: 2)
[junit4] 2> 900660 T2243 N:127.0.0.1:20595_hj
oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to
ver 3
[junit4] 2> 900706 T2248 N:127.0.0.1:20595_hj C:collection1 S:shard1
c:collection1 oasc.ZkController.register We are
http://127.0.0.1:20595/hj/collection1/ and leader is
http://127.0.0.1:20595/hj/collection1/
[junit4] 2> 900707 T2248 N:127.0.0.1:20595_hj C:collection1 S:shard1
c:collection1 oasc.ZkController.register No LogReplay needed for
core=collection1 baseURL=http://127.0.0.1:20595/hj
[junit4] 2> 900707 T2248 N:127.0.0.1:20595_hj C:collection1 S:shard1
c:collection1 oasc.ZkController.checkRecovery I am the leader, no recovery
necessary
[junit4] 2> 900707 T2248 N:127.0.0.1:20595_hj C:collection1 S:shard1
c:collection1 oasc.ZkController.publish publishing core=collection1
state=active collection=collection1
[junit4] 2> 900707 T2248 N:127.0.0.1:20595_hj C:collection1 S:shard1
c:collection1 oasc.ZkController.publish numShards not found on descriptor -
reading it from system property
[junit4] 2> 900709 T2213 N:127.0.0.1:20586_hj
oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path
/overseer/queue state SyncConnected
[junit4] 2> 900710 T2214 N:127.0.0.1:20586_hj
oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
[junit4] 2> "numShards":"1",
[junit4] 2> "operation":"state",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:20595/hj",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "state":"active",
[junit4] 2> "collection":"collection1",
[junit4] 2> "node_name":"127.0.0.1:20595_hj",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"collection1"} current state version: 5
[junit4] 2> 900711 T2214 N:127.0.0.1:20586_hj
oasco.ReplicaMutator.updateState Update state numShards=1 message={
[junit4] 2> "numShards":"1",
[junit4] 2> "operation":"state",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:20595/hj",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "state":"active",
[junit4] 2> "collection":"collection1",
[junit4] 2> "node_name":"127.0.0.1:20595_hj",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"collection1"}
[junit4] 2> 900711 T2248 N:127.0.0.1:20595_hj C:collection1 S:shard1
c:collection1 oascc.ZkStateReader.updateWatchedCollection Updating data for
collection1 to ver 3
[junit4] 2> 900712 T2214 N:127.0.0.1:20586_hj
oasco.ZkStateWriter.writePendingUpdates going to update_collection
/collections/collection1/state.json version: 3
[junit4] 2> 900712 T2243 N:127.0.0.1:20595_hj
oascc.ZkStateReader$7.process A cluster state change: WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json for collection collection1 has
occurred - updating... (live nodes size: 2)
[junit4] 2> 900714 T2243 N:127.0.0.1:20595_hj
oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to
ver 4
[junit4] 2> 902373 T2187 oas.SolrTestCaseJ4.writeCoreProperties Writing
core.properties file to
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/shard-2-001/cores/collection1
[junit4] 2> 902377 T2187 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 2 in directory
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/shard-2-001
[junit4] 2> 902377 T2187 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 902381 T2187 oejs.AbstractConnector.doStart Started
[email protected]:20604
[junit4] 2> 902381 T2187 oascse.JettySolrRunner$1.lifeCycleStarted Jetty
properties:
{coreRootDirectory=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/shard-2-001/cores, hostPort=20603, hostContext=/hj,
solr.data.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/tempDir-001/jetty2, solrconfig=solrconfig.xml}
[junit4] 2> 902382 T2187 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@3c56b64c
[junit4] 2> 902382 T2187 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/shard-2-001/'
[junit4] 2> 902434 T2187 oasc.SolrXmlConfig.fromFile Loading container
configuration from
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/shard-2-001/solr.xml
[junit4] 2> 902495 T2187 oasc.CorePropertiesLocator.<init> Config-defined
core root directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/shard-2-001/cores
[junit4] 2> 902495 T2187 oasc.CoreContainer.<init> New CoreContainer
2051222818
[junit4] 2> 902496 T2187 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/shard-2-001/]
[junit4] 2> 902496 T2187 oasc.CoreContainer.load loading shared library:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/shard-2-001/lib
[junit4] 2> 902497 T2187 oasc.SolrResourceLoader.addToClassLoader WARN
Can't find (or read) directory to add to classloader: lib (resolved as:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/shard-2-001/lib).
[junit4] 2> 902510 T2187 oashc.HttpShardHandlerFactory.init created with
socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost :
20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize :
2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy :
false,useRetries : false,
[junit4] 2> 902518 T2187 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 902520 T2187 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 902520 T2187 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 902520 T2187 oasc.CoreContainer.load Node Name: 127.0.0.1
[junit4] 2> 902520 T2187 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:20583/solr
[junit4] 2> 902521 T2187 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 902521 T2187
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 902522 T2187 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 902524 T2261 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@2168fa7b
name:ZooKeeperConnection Watcher:127.0.0.1:20583 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 902525 T2187 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 902525 T2187 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 902528 T2187 N:127.0.0.1:20603_hj
oascc.ConnectionManager.waitForConnected Waiting for client to connect to
ZooKeeper
[junit4] 2> 902529 T2264 N:127.0.0.1:20603_hj
oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@291f68c8
name:ZooKeeperConnection Watcher:127.0.0.1:20583/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 902529 T2187 N:127.0.0.1:20603_hj
oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4] 2> 902533 T2187 N:127.0.0.1:20603_hj
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 903537 T2187 N:127.0.0.1:20603_hj
oasc.ZkController.createEphemeralLiveNode Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:20603_hj
[junit4] 2> 903537 T2187 N:127.0.0.1:20603_hj oascc.SolrZkClient.makePath
makePath: /live_nodes/127.0.0.1:20603_hj
[junit4] 2> 903540 T2187 N:127.0.0.1:20603_hj oasc.Overseer.close Overseer
(id=null) closing
[junit4] 2> 903548 T2187 N:127.0.0.1:20603_hj
oasc.CorePropertiesLocator.discover Looking for core definitions underneath
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/shard-2-001/cores
[junit4] 2> 903550 T2187 N:127.0.0.1:20603_hj oasc.CoreDescriptor.<init>
CORE DESCRIPTOR: {name=collection1, shard=, config=solrconfig.xml,
dataDir=data/,
instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/shard-2-001/cores/collection1,
absoluteInstDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/shard-2-001/cores/collection1/, coreNodeName=,
transient=false, loadOnStartup=true, schema=schema.xml, collection=collection1}
[junit4] 2> 903551 T2187 N:127.0.0.1:20603_hj
oasc.CorePropertiesLocator.discoverUnder Found core collection1 in
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/shard-2-001/cores/collection1/
[junit4] 2> 903551 T2187 N:127.0.0.1:20603_hj
oasc.CorePropertiesLocator.discover Found 1 core definitions
[junit4] 2> 903552 T2265 N:127.0.0.1:20603_hj C:collection1 c:collection1
oasc.ZkController.publish publishing core=collection1 state=down
collection=collection1
[junit4] 2> 903553 T2265 N:127.0.0.1:20603_hj C:collection1 c:collection1
oasc.ZkController.publish numShards not found on descriptor - reading it from
system property
[junit4] 2> 903554 T2213 N:127.0.0.1:20586_hj
oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path
/overseer/queue state SyncConnected
[junit4] 2> 903554 T2265 N:127.0.0.1:20603_hj
oasc.ZkController.preRegister Registering watch for external collection
collection1
[junit4] 2> 903554 T2265 N:127.0.0.1:20603_hj
oascc.ZkStateReader.addZkWatch addZkWatch collection1
[junit4] 2> 903554 T2214 N:127.0.0.1:20586_hj
oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
[junit4] 2> "numShards":"1",
[junit4] 2> "operation":"state",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:20603/hj",
[junit4] 2> "state":"down",
[junit4] 2> "collection":"collection1",
[junit4] 2> "node_name":"127.0.0.1:20603_hj",
[junit4] 2> "shard":null,
[junit4] 2> "core":"collection1"} current state version: 5
[junit4] 2> 903555 T2265 N:127.0.0.1:20603_hj
oascc.ZkStateReader.addZkWatch Updating collection state at
/collections/collection1/state.json from ZooKeeper...
[junit4] 2> 903555 T2214 N:127.0.0.1:20586_hj
oasco.ReplicaMutator.updateState Update state numShards=1 message={
[junit4] 2> "numShards":"1",
[junit4] 2> "operation":"state",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:20603/hj",
[junit4] 2> "state":"down",
[junit4] 2> "collection":"collection1",
[junit4] 2> "node_name":"127.0.0.1:20603_hj",
[junit4] 2> "shard":null,
[junit4] 2> "core":"collection1"}
[junit4] 2> 903555 T2214 N:127.0.0.1:20586_hj
oasco.ReplicaMutator.updateState Collection already exists with numShards=1
[junit4] 2> 903555 T2214 N:127.0.0.1:20586_hj
oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
[junit4] 2> 903555 T2265 N:127.0.0.1:20603_hj
oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to
ver 4
[junit4] 2> 903556 T2265 N:127.0.0.1:20603_hj
oasc.ZkController.waitForCoreNodeName look for our core node name
[junit4] 2> 903556 T2214 N:127.0.0.1:20586_hj
oasco.ZkStateWriter.writePendingUpdates going to update_collection
/collections/collection1/state.json version: 4
[junit4] 2> 903557 T2264 N:127.0.0.1:20603_hj
oascc.ZkStateReader$7.process A cluster state change: WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json for collection collection1 has
occurred - updating... (live nodes size: 3)
[junit4] 2> 903557 T2243 N:127.0.0.1:20595_hj
oascc.ZkStateReader$7.process A cluster state change: WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json for collection collection1 has
occurred - updating... (live nodes size: 3)
[junit4] 2> 903557 T2264 N:127.0.0.1:20603_hj
oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to
ver 5
[junit4] 2> 903557 T2243 N:127.0.0.1:20595_hj
oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to
ver 5
[junit4] 2> 904556 T2265 N:127.0.0.1:20603_hj
oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for
collection1
[junit4] 2> 904557 T2265 N:127.0.0.1:20603_hj
oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4] 2> 904557 T2265 N:127.0.0.1:20603_hj
oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4] 2> 904557 T2265 N:127.0.0.1:20603_hj
oascc.ZkStateReader.readConfigName Load collection config
from:/collections/collection1
[junit4] 2> 904558 T2265 N:127.0.0.1:20603_hj
oascc.ZkStateReader.readConfigName path=/colle
[...truncated too long message...]
ooking to close
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/shard-2-001/cores/collection1/data
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/shard-2-001/cores/collection1/data;done=false>>]
[junit4] 2> 1000517 T2310 N:127.0.0.1:20603_hj
oasc.CachingDirectoryFactory.close Closing directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/shard-2-001/cores/collection1/data
[junit4] 2> 1000517 T2310 N:127.0.0.1:20603_hj
oasc.CachingDirectoryFactory.closeCacheValue looking to close
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/shard-2-001/cores/collection1/data/index.20150418171404682
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/shard-2-001/cores/collection1/data/index.20150418171404682;done=false>>]
[junit4] 2> 1000518 T2310 N:127.0.0.1:20603_hj
oasc.CachingDirectoryFactory.close Closing directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001/shard-2-001/cores/collection1/data/index.20150418171404682
[junit4] 2> 1001193 T2264 N:127.0.0.1:20603_hj
oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot
talk to ZK
[junit4] 2> 1001195 T2187 oejsh.ContextHandler.doStop stopped
o.e.j.s.ServletContextHandler{/hj,null}
[junit4] 2> 1001368 T2187 C:control_collection S:shard1 c:collection1
oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:20583 20583
[junit4] 2> 1001422 T2188 oasc.ZkTestServer.send4LetterWord connecting to
127.0.0.1:20583 20583
[junit4] 2> 1001425 T2188 oasc.ZkTestServer$ZKServerMain.runFromConfig
WARN Watch limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 4 /solr/clusterstate.json
[junit4] 2> 4 /solr/aliases.json
[junit4] 2> 3 /solr/configs/conf1
[junit4] 2> 2 /solr/collections/collection1/state.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 4 /solr/live_nodes
[junit4] 2> 3 /solr/overseer/queue
[junit4] 2> 3 /solr/overseer/collection-queue-work
[junit4] 2>
[junit4] 2> 1001425 T2187 C:control_collection S:shard1 c:collection1
oasc.SocketProxy.close WARN Closing 6 connections to:
http://127.0.0.1:20595/hj, target: http://127.0.0.1:20596/hj
[junit4] 2> 1001426 T2187 C:control_collection S:shard1 c:collection1
oasc.SocketProxy.close WARN Closing 1 connections to:
http://127.0.0.1:20603/hj, target: http://127.0.0.1:20604/hj
[junit4] 2> 1001427 T2187 C:control_collection S:shard1 c:collection1
oasc.SocketProxy.close WARN Closing 0 connections to:
http://127.0.0.1:20586/hj, target: http://127.0.0.1:20587/hj
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=RecoveryAfterSoftCommitTest -Dtests.method=test
-Dtests.seed=26FB2855337268B1 -Dtests.multiplier=2 -Dtests.slow=true
-Dtests.locale=sr_RS -Dtests.timezone=Pacific/Chatham -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] FAILURE 109s J1 | RecoveryAfterSoftCommitTest.test <<<
[junit4] > Throwable #1: java.lang.AssertionError: Didn't see all
replicas for shard shard1 in collection1 come up within 30000 ms! ClusterState:
{
[junit4] > "collection1":{
[junit4] > "maxShardsPerNode":"1",
[junit4] > "shards":{"shard1":{
[junit4] > "range":"80000000-7fffffff",
[junit4] > "state":"active",
[junit4] > "replicas":{
[junit4] > "core_node1":{
[junit4] > "base_url":"http://127.0.0.1:20595/hj",
[junit4] > "state":"active",
[junit4] > "node_name":"127.0.0.1:20595_hj",
[junit4] > "core":"collection1",
[junit4] > "leader":"true"},
[junit4] > "core_node2":{
[junit4] > "base_url":"http://127.0.0.1:20603/hj",
[junit4] > "state":"recovering",
[junit4] > "node_name":"127.0.0.1:20603_hj",
[junit4] > "core":"collection1"}}}},
[junit4] > "autoAddReplicas":"false",
[junit4] > "replicationFactor":"1",
[junit4] > "router":{"name":"compositeId"},
[junit4] > "autoCreated":"true"},
[junit4] > "control_collection":{
[junit4] > "maxShardsPerNode":"1",
[junit4] > "shards":{"shard1":{
[junit4] > "range":"80000000-7fffffff",
[junit4] > "state":"active",
[junit4] > "replicas":{"core_node1":{
[junit4] > "base_url":"http://127.0.0.1:20586/hj",
[junit4] > "state":"active",
[junit4] > "node_name":"127.0.0.1:20586_hj",
[junit4] > "core":"collection1",
[junit4] > "leader":"true"}}}},
[junit4] > "autoAddReplicas":"false",
[junit4] > "replicationFactor":"1",
[junit4] > "router":{"name":"compositeId"},
[junit4] > "autoCreated":"true"}}
[junit4] > at
__randomizedtesting.SeedInfo.seed([26FB2855337268B1:AEAF178F9D8E0549]:0)
[junit4] > at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:1920)
[junit4] > at
org.apache.solr.cloud.RecoveryAfterSoftCommitTest.test(RecoveryAfterSoftCommitTest.java:102)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:960)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 1001451 T2187 C:control_collection S:shard1 c:collection1
oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
26FB2855337268B1-001
[junit4] 2> 108695 T2186 ccr.ThreadLeakControl.checkThreadLeaks WARNING
Will linger awaiting termination of 1 leaked thread(s).
[junit4] 2> NOTE: test params are: codec=CheapBastard,
sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=sr_RS,
timezone=Pacific/Chatham
[junit4] 2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_65
(64-bit)/cpus=16,threads=1,free=141772256,total=251658240
[junit4] 2> NOTE: All tests run in this JVM: [UpdateParamsTest,
TestHdfsUpdateLog, TestGroupingSearch, TestWordDelimiterFilterFactory,
ResourceLoaderTest, SyncSliceTest, TestSchemaSimilarityResource,
TestCSVResponseWriter, DistributedQueueTest, TestBulkSchemaAPI,
TestMiniSolrCloudClusterSSL, DistributedFacetPivotLargeTest,
AsyncMigrateRouteKeyTest, TestJmxMonitoredMap, TestHashQParserPlugin,
DistribJoinFromCollectionTest, ReplicationFactorTest, TestBadConfig,
TestSolrXml, TermVectorComponentDistributedTest, TestSuggestSpellingConverter,
TestRebalanceLeaders, SuggesterWFSTTest, ZkNodePropsTest, TestTrie,
TestBinaryResponseWriter, HdfsWriteToMultipleCollectionsTest,
TestFuzzyAnalyzedSuggestions, TestManagedSynonymFilterFactory,
TestComponentsName, IndexSchemaTest, AtomicUpdatesTest,
NotRequiredUniqueKeyTest, DateFieldTest, TestManagedSchemaFieldTypeResource,
ScriptEngineTest, TestShardHandlerFactory, TestCharFilters,
TestExactStatsCache, TestValueSourceCache, DistanceFunctionTest,
SpatialFilterTest, ConcurrentDeleteAndCreateCollectionTest,
RecoveryAfterSoftCommitTest]
[junit4] Completed [208/483] on J1 in 108.98s, 1 test, 1 failure <<<
FAILURES!
[...truncated 872 lines...]
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:536:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:484:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:61:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/extra-targets.xml:39:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build.xml:229:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/common-build.xml:511:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/common-build.xml:1434:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/common-build.xml:991:
There were test failures: 483 suites, 1916 tests, 1 failure, 64 ignored (23
assumptions)
Total time: 59 minutes 5 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Sending artifact delta relative to Lucene-Solr-Tests-5.x-Java7 #2966
Archived 5 artifacts
Archive block size is 32768
Received 0 blocks and 231523266 bytes
Compression is 0.0%
Took 43 sec
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]