Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11729/
Java: 32bit/jdk1.8.0_31 -server -XX:+UseG1GC
1 tests failed.
FAILED: 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":{ "replicationFactor":"1",
"shards":{"shard1":{ "range":"80000000-7fffffff",
"state":"active", "replicas":{ "core_node1":{
"core":"collection1", "base_url":"http://127.0.0.1:58731/hdw/cd",
"node_name":"127.0.0.1:58731_hdw%2Fcd", "state":"active",
"leader":"true"}, "core_node2":{
"core":"collection1", "base_url":"http://127.0.0.1:33761/hdw/cd",
"node_name":"127.0.0.1:33761_hdw%2Fcd",
"state":"recovering"}}}}, "router":{"name":"compositeId"},
"maxShardsPerNode":"1", "autoAddReplicas":"false",
"autoCreated":"true"}, "control_collection":{ "replicationFactor":"1",
"shards":{"shard1":{ "range":"80000000-7fffffff",
"state":"active", "replicas":{"core_node1":{
"core":"collection1", "base_url":"http://127.0.0.1:39580/hdw/cd",
"node_name":"127.0.0.1:39580_hdw%2Fcd", "state":"active",
"leader":"true"}}}}, "router":{"name":"compositeId"},
"maxShardsPerNode":"1", "autoAddReplicas":"false",
"autoCreated":"true"}}
Stack Trace:
java.lang.AssertionError: Didn't see all replicas for shard shard1 in
collection1 come up within 30000 ms! ClusterState: {
"collection1":{
"replicationFactor":"1",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{
"core_node1":{
"core":"collection1",
"base_url":"http://127.0.0.1:58731/hdw/cd",
"node_name":"127.0.0.1:58731_hdw%2Fcd",
"state":"active",
"leader":"true"},
"core_node2":{
"core":"collection1",
"base_url":"http://127.0.0.1:33761/hdw/cd",
"node_name":"127.0.0.1:33761_hdw%2Fcd",
"state":"recovering"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false",
"autoCreated":"true"},
"control_collection":{
"replicationFactor":"1",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{"core_node1":{
"core":"collection1",
"base_url":"http://127.0.0.1:39580/hdw/cd",
"node_name":"127.0.0.1:39580_hdw%2Fcd",
"state":"active",
"leader":"true"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false",
"autoCreated":"true"}}
at
__randomizedtesting.SeedInfo.seed([9FC25D7E38A3E2AC:179662A4965F8F54]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:1951)
at
org.apache.solr.cloud.RecoveryAfterSoftCommitTest.test(RecoveryAfterSoftCommitTest.java:103)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:945)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:920)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
Build Log:
[...truncated 9892 lines...]
[junit4] Suite: org.apache.solr.cloud.RecoveryAfterSoftCommitTest
[junit4] 2> Creating dataDir:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
9FC25D7E38A3E2AC-001/init-core-data-001
[junit4] 2> 929668 T3992 oas.BaseDistributedSearchTestCase.initHostContext
Setting hostContext system property: /hdw/cd
[junit4] 2> 929671 T3992 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4] 1> client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 929672 T3993 oasc.ZkTestServer$ZKServerMain.runFromConfig
Starting server
[junit4] 2> 929772 T3992 oasc.ZkTestServer.run start zk server on
port:50922
[junit4] 2> 929773 T3992
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 929773 T3992 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 929775 T4000 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@f3e20a name:ZooKeeperConnection
Watcher:127.0.0.1:50922 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 929775 T3992 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 929776 T3992 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 929776 T3992 oascc.SolrZkClient.makePath makePath: /solr
[junit4] 2> 929778 T3992
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 929779 T3992 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 929779 T4003 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@138200d name:ZooKeeperConnection
Watcher:127.0.0.1:50922/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 929780 T3992 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 929780 T3992 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 929780 T3992 oascc.SolrZkClient.makePath makePath:
/collections/collection1
[junit4] 2> 929782 T3992 oascc.SolrZkClient.makePath makePath:
/collections/collection1/shards
[junit4] 2> 929783 T3992 oascc.SolrZkClient.makePath makePath:
/collections/control_collection
[junit4] 2> 929784 T3992 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/shards
[junit4] 2> 929785 T3992 oasc.AbstractZkTestCase.putConfig put
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 929785 T3992 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.xml
[junit4] 2> 929787 T3992 oasc.AbstractZkTestCase.putConfig put
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 929787 T3992 oascc.SolrZkClient.makePath makePath:
/configs/conf1/schema.xml
[junit4] 2> 929789 T3992 oasc.AbstractZkTestCase.putConfig put
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 929789 T3992 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 929790 T3992 oasc.AbstractZkTestCase.putConfig put
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 929791 T3992 oascc.SolrZkClient.makePath makePath:
/configs/conf1/stopwords.txt
[junit4] 2> 929792 T3992 oasc.AbstractZkTestCase.putConfig put
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 929792 T3992 oascc.SolrZkClient.makePath makePath:
/configs/conf1/protwords.txt
[junit4] 2> 929793 T3992 oasc.AbstractZkTestCase.putConfig put
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 929794 T3992 oascc.SolrZkClient.makePath makePath:
/configs/conf1/currency.xml
[junit4] 2> 929795 T3992 oasc.AbstractZkTestCase.putConfig put
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 929795 T3992 oascc.SolrZkClient.makePath makePath:
/configs/conf1/enumsConfig.xml
[junit4] 2> 929796 T3992 oasc.AbstractZkTestCase.putConfig put
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 929797 T3992 oascc.SolrZkClient.makePath makePath:
/configs/conf1/open-exchange-rates.json
[junit4] 2> 929798 T3992 oasc.AbstractZkTestCase.putConfig put
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 929799 T3992 oascc.SolrZkClient.makePath makePath:
/configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 929804 T3992 oasc.AbstractZkTestCase.putConfig put
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 929805 T3992 oascc.SolrZkClient.makePath makePath:
/configs/conf1/old_synonyms.txt
[junit4] 2> 929806 T3992 oasc.AbstractZkTestCase.putConfig put
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 929806 T3992 oascc.SolrZkClient.makePath makePath:
/configs/conf1/synonyms.txt
[junit4] 2> 930060 T3992 oas.SolrTestCaseJ4.writeCoreProperties Writing
core.properties file to
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
9FC25D7E38A3E2AC-001/control-001/cores/collection1
[junit4] 2> 930061 T3992 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 930067 T3992 oejs.AbstractConnector.doStart Started
[email protected]:60868
[junit4] 2> 930068 T3992 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
[junit4] 2> 930068 T3992 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 930068 T3992 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
9FC25D7E38A3E2AC-001/control-001
[junit4] 2> 930069 T3992 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
9FC25D7E38A3E2AC-001/control-001/'
[junit4] 2> 930083 T3992 oasc.SolrXmlConfig.fromFile Loading container
configuration from
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
9FC25D7E38A3E2AC-001/control-001/solr.xml
[junit4] 2> 930088 T3992 oasc.CorePropertiesLocator.<init> Config-defined
core root directory:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
9FC25D7E38A3E2AC-001/control-001/cores
[junit4] 2> 930089 T3992 oasc.CoreContainer.<init> New CoreContainer
31947607
[junit4] 2> 930089 T3992 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
9FC25D7E38A3E2AC-001/control-001/]
[junit4] 2> 930089 T3992 oasc.CoreContainer.load loading shared library:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
9FC25D7E38A3E2AC-001/control-001/lib
[junit4] 2> 930090 T3992 oasc.SolrResourceLoader.addToClassLoader WARN
Can't find (or read) directory to add to classloader: lib (resolved as:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
9FC25D7E38A3E2AC-001/control-001/lib).
[junit4] 2> 930096 T3992 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 930096 T3992 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 930097 T3992 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 930097 T3992 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 930097 T3992 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 930098 T3992 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 930098 T3992 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 930098 T3992 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 930098 T3992 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 930099 T3992 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 930099 T3992 oashc.HttpShardHandlerFactory.getParameter
Setting useRetries to: false
[junit4] 2> 930100 T3992 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 930100 T3992 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 930100 T3992 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 930101 T3992 oasc.CoreContainer.load Node Name: 127.0.0.1
[junit4] 2> 930101 T3992 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:50922/solr
[junit4] 2> 930101 T3992 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 930102 T3992
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 930102 T3992 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 930103 T4015 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1858565 name:ZooKeeperConnection
Watcher:127.0.0.1:50922 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 930104 T3992 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 930105 T3992 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 930106 T3992 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 930107 T4018 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1f6c512 name:ZooKeeperConnection
Watcher:127.0.0.1:50922/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 930107 T3992 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 930108 T3992 oascc.SolrZkClient.makePath makePath:
/overseer/queue
[junit4] 2> 930110 T3992 oascc.SolrZkClient.makePath makePath:
/overseer/collection-queue-work
[junit4] 2> 930111 T3992 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-running
[junit4] 2> 930113 T3992 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-completed
[junit4] 2> 930114 T3992 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-failure
[junit4] 2> 930116 T3992 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4] 2> 930117 T3992 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39580_hdw%2Fcd
[junit4] 2> 930117 T3992 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:39580_hdw%2Fcd
[junit4] 2> 930119 T3992 oascc.SolrZkClient.makePath makePath:
/overseer_elect
[junit4] 2> 930120 T3992 oascc.SolrZkClient.makePath makePath:
/overseer_elect/election
[junit4] 2> 930121 T3992 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 930122 T3992 oasc.OverseerElectionContext.runLeaderProcess I
am going to be the leader 127.0.0.1:39580_hdw%2Fcd
[junit4] 2> 930122 T3992 oascc.SolrZkClient.makePath makePath:
/overseer_elect/leader
[junit4] 2> 930123 T3992 oasc.Overseer.start Overseer
(id=93392483174580227-127.0.0.1:39580_hdw%2Fcd-n_0000000000) starting
[junit4] 2> 930125 T3992 oascc.SolrZkClient.makePath makePath:
/overseer/queue-work
[junit4] 2> 930129 T3992 oasc.OverseerAutoReplicaFailoverThread.<init>
Starting OverseerAutoReplicaFailoverThread
autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 930129 T4020 oasc.OverseerCollectionProcessor.run Process
current queue of collection creations
[junit4] 2> 930130 T4019 oasc.Overseer$ClusterStateUpdater.run Starting to
work on the main queue
[junit4] 2> 930130 T3992 oascc.SolrZkClient.makePath makePath:
/clusterstate.json
[junit4] 2> 930133 T3992 oascc.SolrZkClient.makePath makePath:
/aliases.json
[junit4] 2> 930134 T3992
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 930136 T3992 oasc.CorePropertiesLocator.discover Looking for
core definitions underneath
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
9FC25D7E38A3E2AC-001/control-001/cores
[junit4] 2> 930137 T3992 oasc.CorePropertiesLocator.discoverUnder Found
core collection1 in
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
9FC25D7E38A3E2AC-001/control-001/cores/collection1/
[junit4] 2> 930138 T3992 oasc.CorePropertiesLocator.discover Found 1 core
definitions
[junit4] 2> 930138 T4022 oasc.ZkController.publish publishing
core=collection1 state=down collection=control_collection
[junit4] 2> 930139 T4022 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 930139 T4018 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 930139 T4022 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 930140 T4019 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:39580/hdw/cd",
[junit4] 2> "node_name":"127.0.0.1:39580_hdw%2Fcd",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"} current state version: 0
[junit4] 2> 930140 T4019 oasco.ReplicaMutator.updateState Update state
numShards=1 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:39580/hdw/cd",
[junit4] 2> "node_name":"127.0.0.1:39580_hdw%2Fcd",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"}
[junit4] 2> 930140 T4019 oasco.ClusterStateMutator.createCollection
building a new cName: control_collection
[junit4] 2> 930141 T4019 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard1
[junit4] 2> 930141 T4018 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> 931140 T4022 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 931140 T4022 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:control_collection
[junit4] 2> 931141 T4022 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 931141 T4022 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/control_collection
[junit4] 2> 931141 T4022 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 931141 T4022 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
9FC25D7E38A3E2AC-001/control-001/cores/collection1/'
[junit4] 2> 931155 T4022 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 931156 T4022 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 931160 T4022 oasc.SolrConfig.refreshRequestParams current
version of requestparams : -1
[junit4] 2> 931164 T4022 oasc.SolrConfig.<init> Using Lucene MatchVersion:
5.1.0
[junit4] 2> 931173 T4022 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 931174 T4022 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 931179 T4022 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 931280 T4022 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 931285 T4022 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 931287 T4022 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 931302 T4022 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 931308 T4022 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 931311 T4022 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 931313 T4022
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 931313 T4022
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 931314 T4022 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 931315 T4022
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 931315 T4022
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 931316 T4022 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection control_collection
[junit4] 2> 931316 T4022 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 931316 T4022 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
9FC25D7E38A3E2AC-001/control-001/cores/collection1/,
dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
9FC25D7E38A3E2AC-001/tempDir-001/control/data/
[junit4] 2> 931317 T4022 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@128d7ef
[junit4] 2> 931317 T4022 oasc.CachingDirectoryFactory.get return new
directory for
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
9FC25D7E38A3E2AC-001/tempDir-001/control/data
[junit4] 2> 931318 T4022 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
9FC25D7E38A3E2AC-001/tempDir-001/control/data/index/
[junit4] 2> 931318 T4022 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
9FC25D7E38A3E2AC-001/tempDir-001/control/data/index' doesn't exist. Creating
new index...
[junit4] 2> 931318 T4022 oasc.CachingDirectoryFactory.get return new
directory for
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
9FC25D7E38A3E2AC-001/tempDir-001/control/data/index
[junit4] 2> 931319 T4022 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=42, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=0.517578125,
noCFSRatio=0.5291005906128609]
[junit4] 2> 931319 T4022 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@faf4ba
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@19a9f59),segFN=segments_1,generation=1}
[junit4] 2> 931320 T4022 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 931323 T4022 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 931323 T4022 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 931324 T4022 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 931324 T4022 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 931324 T4022 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 931324 T4022 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 931325 T4022 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 931325 T4022 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 931325 T4022 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 931326 T4022 oasc.RequestHandlers.initHandlersFromConfig
created /update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 931326 T4022 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 931327 T4022 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 931327 T4022 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 931328 T4022 oasc.RequestHandlers.initHandlersFromConfig
created /config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 931328 T4022 oasc.RequestHandlers.initHandlersFromConfig
created /schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 931328 T4022 oasc.RequestHandlers.initHandlersFromConfig
created /replication: org.apache.solr.handler.ReplicationHandler
[junit4] 2> 931329 T4022 oasc.RequestHandlers.initHandlersFromConfig
created /get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 931329 T4022 oasc.RequestHandlers.initHandlersFromConfig
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 931331 T4022 oasc.RequestHandlers.initHandlersFromConfig
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 931331 T4022 oasc.RequestHandlers.initHandlersFromConfig
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 931331 T4022 oasc.RequestHandlers.initHandlersFromConfig
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 931332 T4022 oasc.RequestHandlers.initHandlersFromConfig
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 931332 T4022 oasc.RequestHandlers.initHandlersFromConfig
created /admin/properties:
org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 931333 T4022 oasc.RequestHandlers.initHandlersFromConfig
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
[junit4] 2> 931333 T4022 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 931334 T4022 oasc.RequestHandlers.initHandlersFromConfig
created /admin/ping: org.apache.solr.handler.PingRequestHandler
[junit4] 2> 931334 T4022 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 931337 T4022 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 931338 T4022 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 931339 T4022 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 931340 T4022 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 931341 T4022 oasc.SolrCore.initStatsCache Using default
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 931341 T4022 oasu.UpdateHandler.<init> Using UpdateLog
implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 931342 T4022 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
[junit4] 2> 931343 T4022 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
[junit4] 2> 931343 T4022 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=31, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=86.5537109375,
floorSegmentMB=0.3134765625, forceMergeDeletesPctAllowed=18.694231872029388,
segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 931344 T4022 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@faf4ba
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@19a9f59),segFN=segments_1,generation=1}
[junit4] 2> 931344 T4022 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 931345 T4022 oass.SolrIndexSearcher.<init> Opening
Searcher@865b4f[collection1] main
[junit4] 2> 931345 T4022 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/control_collection
[junit4] 2> 931346 T4022 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 931346 T4022 oasr.ManagedResourceStorage.newStorageIO Setting
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 931346 T4022
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 931347 T4022 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 931347 T4022 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 931347 T4022
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 931348 T4022 oasr.ManagedResourceStorage.load Loaded null at
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 931348 T4022 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 931348 T4022 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 931349 T4023 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@865b4f[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 931349 T4022 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 931350 T4026 oasc.ZkController.register Register replica -
core:collection1 address:http://127.0.0.1:39580/hdw/cd
collection:control_collection shard:shard1
[junit4] 2> 931350 T3992 oass.SolrDispatchFilter.init
user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1
[junit4] 2> 931350 T3992 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 931350 T4026 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leader_elect/shard1/election
[junit4] 2> 931351 T3992
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 931355 T4026 oasc.ShardLeaderElectionContext.runLeaderProcess
Running the leader process for shard shard1
[junit4] 2> 931356 T3992 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 931356 T4030 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1cc24d0 name:ZooKeeperConnection
Watcher:127.0.0.1:50922/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 931356 T4018 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 931357 T3992 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 931357 T4026
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 931357 T4019 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> 931357 T3992 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 931357 T4026 oasc.ShardLeaderElectionContext.runLeaderProcess
I may be the new leader - try and sync
[junit4] 2> ASYNC NEW_CORE C659 name=collection1
org.apache.solr.core.SolrCore@1e2fda
url=http://127.0.0.1:39580/hdw/cd/collection1 node=127.0.0.1:39580_hdw%2Fcd
C659_STATE=coll:control_collection core:collection1 props:{core=collection1,
base_url=http://127.0.0.1:39580/hdw/cd, node_name=127.0.0.1:39580_hdw%2Fcd,
state=down}
[junit4] 2> 931358 T4026 C659 P39580 oasc.SyncStrategy.sync Sync replicas
to http://127.0.0.1:39580/hdw/cd/collection1/
[junit4] 2> 931358 T4026 C659 P39580 oasc.SyncStrategy.syncReplicas Sync
Success - now sync replicas to me
[junit4] 2> 931358 T3992
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 931358 T4026 C659 P39580 oasc.SyncStrategy.syncToMe
http://127.0.0.1:39580/hdw/cd/collection1/ has no replicas
[junit4] 2> 931359 T4026 oasc.ShardLeaderElectionContext.runLeaderProcess
I am the new leader: http://127.0.0.1:39580/hdw/cd/collection1/ shard1
[junit4] 2> 931359 T4026 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leaders/shard1
[junit4] 2> 931361 T3992 oasc.ChaosMonkey.monkeyLog monkey: init - expire
sessions:false cause connection loss:false
[junit4] 2> 931361 T3992 oasc.AbstractFullDistribZkTestBase.createJettys
Creating collection1 with stateFormat=2
[junit4] 2> 931361 T3992
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 931362 T3992 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 931363 T4018 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 931363 T4033 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@cc4eec name:ZooKeeperConnection
Watcher:127.0.0.1:50922/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 931363 T3992 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 931364 T4019 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:39580/hdw/cd",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"} current state version: 1
[junit4] 2> 931364 T3992 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 931366 T4019 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: 1
[junit4] 2> 931366 T4019 oasco.ClusterStateMutator.createCollection
building a new cName: collection1
[junit4] 2> 931366 T4018 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> 931366 T4030 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> 931373 T4018 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 931373 T4019 oasco.ZkStateWriter.writePendingUpdates going to
create_collection /collections/collection1/state.json
[junit4] 2> 931374 T4018 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> 931374 T4030 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> 931426 T4026 oasc.ZkController.register We are
http://127.0.0.1:39580/hdw/cd/collection1/ and leader is
http://127.0.0.1:39580/hdw/cd/collection1/
[junit4] 2> 931427 T4026 oasc.ZkController.register No LogReplay needed
for core=collection1 baseURL=http://127.0.0.1:39580/hdw/cd
[junit4] 2> 931427 T4026 oasc.ZkController.checkRecovery I am the leader,
no recovery necessary
[junit4] 2> 931427 T4026 oasc.ZkController.publish publishing
core=collection1 state=active collection=control_collection
[junit4] 2> 931427 T4026 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 931428 T4018 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 931429 T4019 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "core":"collection1",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:39580/hdw/cd",
[junit4] 2> "node_name":"127.0.0.1:39580_hdw%2Fcd",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"} current state version: 3
[junit4] 2> 931429 T4019 oasco.ReplicaMutator.updateState Update state
numShards=1 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:39580/hdw/cd",
[junit4] 2> "node_name":"127.0.0.1:39580_hdw%2Fcd",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"}
[junit4] 2> 931533 T4018 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> 931533 T4030 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> 931805 T3992 oas.SolrTestCaseJ4.writeCoreProperties Writing
core.properties file to
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
9FC25D7E38A3E2AC-001/shard-1-001/cores/collection1
[junit4] 2> 931807 T3992 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 1
[junit4] 2> 931807 T3992 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 931810 T3992 oejs.AbstractConnector.doStart Started
[email protected]:38386
[junit4] 2> 931811 T3992 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
[junit4] 2> 931811 T3992 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 931812 T3992 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
9FC25D7E38A3E2AC-001/shard-1-001
[junit4] 2> 931812 T3992 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
9FC25D7E38A3E2AC-001/shard-1-001/'
[junit4] 2> 931833 T3992 oasc.SolrXmlConfig.fromFile Loading container
configuration from
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
9FC25D7E38A3E2AC-001/shard-1-001/solr.xml
[junit4] 2> 931839 T3992 oasc.CorePropertiesLocator.<init> Config-defined
core root directory:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
9FC25D7E38A3E2AC-001/shard-1-001/cores
[junit4] 2> 931840 T3992 oasc.CoreContainer.<init> New CoreContainer
7504545
[junit4] 2> 931841 T3992 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
9FC25D7E38A3E2AC-001/shard-1-001/]
[junit4] 2> 931841 T3992 oasc.CoreContainer.load loading shared library:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
9FC25D7E38A3E2AC-001/shard-1-001/lib
[junit4] 2> 931842 T3992 oasc.SolrResourceLoader.addToClassLoader WARN
Can't find (or read) directory to add to classloader: lib (resolved as:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
9FC25D7E38A3E2AC-001/shard-1-001/lib).
[junit4] 2> 931851 T3992 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 931852 T3992 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 931852 T3992 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 931852 T3992 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 931853 T3992 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 931853 T3992 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 931854 T3992 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 931854 T3992 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 931855 T3992 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 931855 T3992 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 931856 T3992 oashc.HttpShardHandlerFactory.getParameter
Setting useRetries to: false
[junit4] 2> 931856 T3992 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 931857 T3992 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 931857 T3992 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 931858 T3992 oasc.CoreContainer.load Node Name: 127.0.0.1
[junit4] 2> 931858 T3992 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:50922/solr
[junit4] 2> 931859 T3992 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 931859 T3992
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 931860 T3992 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 931863 T4045 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@9f6d29 name:ZooKeeperConnection
Watcher:127.0.0.1:50922 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 931864 T3992 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 931865 T3992 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 931867 T3992 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 931867 T4048 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@13d62bd name:ZooKeeperConnection
Watcher:127.0.0.1:50922/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 931868 T3992 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 931871 T3992
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 932874 T3992 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58731_hdw%2Fcd
[junit4] 2> 932875 T3992 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:58731_hdw%2Fcd
[junit4] 2> 932878 T3992 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 932879 T3992 oasc.CorePropertiesLocator.discover Looking for
core definitions underneath
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
9FC25D7E38A3E2AC-001/shard-1-001/cores
[junit4] 2> 932880 T3992 oasc.CorePropertiesLocator.discoverUnder Found
core collection1 in
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
9FC25D7E38A3E2AC-001/shard-1-001/cores/collection1/
[junit4] 2> 932880 T3992 oasc.CorePropertiesLocator.discover Found 1 core
definitions
[junit4] 2> 932882 T4049 oasc.ZkController.publish publishing
core=collection1 state=down collection=collection1
[junit4] 2> 932882 T4049 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 932883 T4018 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 932883 T4049 oasc.ZkController.preRegister Registering watch
for external collection collection1
[junit4] 2> 932883 T4019 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:58731/hdw/cd",
[junit4] 2> "node_name":"127.0.0.1:58731_hdw%2Fcd",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"} current state version: 4
[junit4] 2> 932883 T4049 oascc.ZkStateReader.addZkWatch addZkWatch
collection1
[junit4] 2> 932884 T4019 oasco.ReplicaMutator.updateState Update state
numShards=1 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:58731/hdw/cd",
[junit4] 2> "node_name":"127.0.0.1:58731_hdw%2Fcd",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 932884 T4049 oascc.ZkStateReader.addZkWatch Updating
collection state at /collections/collection1/state.json from ZooKeeper...
[junit4] 2> 932884 T4019 oasco.ReplicaMutator.updateState Collection
already exists with numShards=1
[junit4] 2> 932884 T4019 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard1
[junit4] 2> 932885 T4049 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 0
[junit4] 2> 932885 T4049 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 932986 T4019 oasco.ZkStateWriter.writePendingUpdates going to
update_collection /collections/collection1/state.json version: 0
[junit4] 2> 932987 T4048 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> 932987 T4048 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 1
[junit4] 2> 933885 T4049 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 933886 T4049 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:collection1
[junit4] 2> 933886 T4049 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 933886 T4049 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 933887 T4049 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 933887 T4049 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
9FC25D7E38A3E2AC-001/shard-1-001/cores/collection1/'
[junit4] 2> 933900 T4049 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 933901 T4049 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 933906 T4049 oasc.SolrConfig.refreshRequestParams current
version of requestparams : -1
[junit4] 2> 933912 T4049 oasc.SolrConfig.<init> Using Lucene MatchVersion:
5.1.0
[junit4] 2> 933923 T4049 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 933924 T4049 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 933931 T4049 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 934060 T4049 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 934066 T4049 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 934068 T4049 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 934083 T4049 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 934086 T4049 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 934088 T4049 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 934090 T4049
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 934090 T4049
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 934090 T4049 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 934091 T4049
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 934091 T4049
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 934091 T4049 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection collection1
[junit4] 2> 934092 T4049 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 934092 T4049 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
9FC25D7E38A3E2AC-001/shard-1-001/cores/collection1/,
dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
9FC25D7E38A3E2AC-001/tempDir-001/jetty1/
[junit4] 2> 934092 T4049 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@128d7ef
[junit4] 2> 934093 T4049 oasc.CachingDirectoryFactory.get return new
directory for
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
9FC25D7E38A3E2AC-001/tempDir-001/jetty1
[junit4] 2> 934093 T4049 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
9FC25D7E38A3E2AC-001/tempDir-001/jetty1/index/
[junit4] 2> 934093 T4049 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
9FC25D7E38A3E2AC-001/tempDir-001/jetty1/index' doesn't exist. Creating new
index...
[junit4] 2> 934094 T4049 oasc.CachingDirectoryFactory.get return new
directory for
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
9FC25D7E38A3E2AC-001/tempDir-001/jetty1/index
[junit4] 2> 934094 T4049 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=42, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=0.517578125,
noCFSRatio=0.5291005906128609]
[junit4] 2> 934095 T4049 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@f717f2
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3a852a),segFN=segments_1,generation=1}
[junit4] 2> 934095 T4049 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 934098 T4049 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 934099 T4049 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 934099 T4049 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 934100 T4049 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 934100 T4049 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 934100 T4049 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 934100 T4049 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 934101 T4049 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 934101 T4049 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 934102 T4049 oasc.RequestHandlers.initHandlersFromConfig
created /update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 934102 T4049 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 934103 T4049 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 934103 T4049 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 934103 T4049 oasc.RequestHandlers.initHandlersFromConfig
created /config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 934104 T4049 oasc.RequestHandlers.initHandlersFromConfig
created /schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 934105 T4049 oasc.RequestHandlers.initHandlersFromConfig
created /replication: org.apache.solr.handler.ReplicationHandler
[junit4] 2> 934106 T4049 oasc.RequestHandlers.initHandlersFromConfig
created /get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 934106 T4049 oasc.RequestHandlers.initHandlersFromConfig
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 934107 T4049 oasc.RequestHandlers.initHandlersFromConfig
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 934107 T4049 oasc.RequestHandlers.initHandlersFromConfig
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 934108 T4049 oasc.RequestHandlers.initHandlersFromConfig
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 934109 T4049 oasc.RequestHandlers.initHandlersFromConfig
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 934109 T4049 oasc.RequestHandlers.initHandlersFromConfig
created /admin/properties:
org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 934110 T4049 oasc.RequestHandlers.initHandlersFromConfig
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
[junit4] 2> 934110 T4049 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 934111 T4049 oasc.RequestHandlers.initHandlersFromConfig
created /admin/ping: org.apache.solr.handler.PingRequestHandler
[junit4] 2> 934111 T4049 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 934121 T4049 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 934122 T4049 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 934123 T4049 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 934124 T4049 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 934125 T4049 oasc.SolrCore.initStatsCache Using default
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 934125 T4049 oasu.UpdateHandler.<init> Using UpdateLog
implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 934126 T4049 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
[junit4] 2> 934126 T4049 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
[junit4] 2> 934127 T4049 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=31, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=86.5537109375,
floorSegmentMB=0.3134765625, forceMergeDeletesPctAllowed=18.694231872029388,
segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 934128 T4049 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@f717f2
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3a852a),segFN=segments_1,generation=1}
[junit4] 2> 934128 T4049 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 934129 T4049 oass.SolrIndexSearcher.<init> Opening
Searcher@140a32b[collection1] main
[junit4] 2> 934129 T4049 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 934130 T4049 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 934130 T4049 oasr.ManagedResourceStorage.newStorageIO Setting
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 934130 T4049
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 934131 T4049 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 934131 T4049 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 934131 T4049
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 934132 T4049 oasr.ManagedResourceStorage.load Loaded null at
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 934132 T4049 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 934132 T4049 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 934133 T4050 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@140a32b[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 934134 T4049 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 934140 T4053 oasc.ZkController.register Register replica -
core:collection1 address:http://127.0.0.1:58731/hdw/cd collection:collection1
shard:shard1
[junit4] 2> 934140 T3992 oass.SolrDispatchFilter.init
user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1
[junit4] 2> 934141 T3992 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 934143 T4053 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leader_elect/shard1/election
[junit4] 2> 934148 T4053 oasc.ShardLeaderElectionContext.runLeaderProcess
Running the leader process for shard shard1
[junit4] 2> 934149 T4018 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 934149 T4053
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 934149 T4053 oasc.ShardLeaderElectionContext.runLeaderProcess
I may be the new leader - try and sync
[junit4] 2> 934150 T4019 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"collection1"} current state version: 4
[junit4] 2> ASYNC NEW_CORE C660 name=collection1
org.apache.solr.core.SolrCore@163b5
url=http://127.0.0.1:58731/hdw/cd/collection1 node=127.0.0.1:58731_hdw%2Fcd
C660_STATE=coll:collection1 core:collection1 props:{core=collection1,
base_url=http://127.0.0.1:58731/hdw/cd, node_name=127.0.0.1:58731_hdw%2Fcd,
state=down}
[junit4] 2> 934150 T4053 C660 P58731 oasc.SyncStrategy.sync Sync replicas
to http://127.0.0.1:58731/hdw/cd/collection1/
[junit4] 2> 934150 T4053 C660 P58731 oasc.SyncStrategy.syncReplicas Sync
Success - now sync replicas to me
[junit4] 2> 934151 T4053 C660 P58731 oasc.SyncStrategy.syncToMe
http://127.0.0.1:58731/hdw/cd/collection1/ has no replicas
[junit4] 2> 934151 T4053 oasc.ShardLeaderElectionContext.runLeaderProcess
I am the new leader: http://127.0.0.1:58731/hdw/cd/collection1/ shard1
[junit4] 2> 934151 T4019 oasco.ZkStateWriter.writePendingUpdates going to
update_collection /collections/collection1/state.json version: 1
[junit4] 2> 934151 T4053 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leaders/shard1
[junit4] 2> 934152 T4048 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> 934152 T4048 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 2
[junit4] 2> 934155 T4018 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 934156 T4019 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:58731/hdw/cd",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"} current state version: 4
[junit4] 2> 934157 T4019 oasco.ZkStateWriter.writePendingUpdates going to
update_collection /collections/collection1/state.json version: 2
[junit4] 2> 934157 T4048 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> 934158 T4048 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 3
[junit4] 2> 934205 T4053 oasc.ZkController.register We are
http://127.0.0.1:58731/hdw/cd/collection1/ and leader is
http://127.0.0.1:58731/hdw/cd/collection1/
[junit4] 2> 934205 T4053 oasc.ZkController.register No LogReplay needed
for core=collection1 baseURL=http://127.0.0.1:58731/hdw/cd
[junit4] 2> 934206 T4053 oasc.ZkController.checkRecovery I am the leader,
no recovery necessary
[junit4] 2> 934206 T4053 oasc.ZkController.publish publishing
core=collection1 state=active collection=collection1
[junit4] 2> 934206 T4053 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 934207 T4018 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 934208 T4019 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "core":"collection1",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:58731/hdw/cd",
[junit4] 2> "node_name":"127.0.0.1:58731_hdw%2Fcd",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"} current state version: 4
[junit4] 2> 934208 T4019 oasco.ReplicaMutator.updateState Update state
numShards=1 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:58731/hdw/cd",
[junit4] 2> "node_name":"127.0.0.1:58731_hdw%2Fcd",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 934209 T4019 oasco.ZkStateWriter.writePendingUpdates going to
update_collection /collections/collection1/state.json version: 3
[junit4] 2> 934209 T4053 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 3
[junit4] 2> 934210 T4048 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> 934210 T4048 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 4
[junit4] 2> 934513 T3992 oas.SolrTestCaseJ4.writeCoreProperties Writing
core.properties file to
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
9FC25D7E38A3E2AC-001/shard-2-001/cores/collection1
[junit4] 2> 934515 T3992 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 2
[junit4] 2> 934516 T3992 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 934518 T3992 oejs.AbstractConnector.doStart Started
[email protected]:49112
[junit4] 2> 934519 T3992 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
[junit4] 2> 934519 T3992 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 934520 T3992 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
9FC25D7E38A3E2AC-001/shard-2-001
[junit4] 2> 934520 T3992 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
9FC25D7E38A3E2AC-001/shard-2-001/'
[junit4] 2> 934538 T3992 oasc.SolrXmlConfig.fromFile Loading container
configuration from
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
9FC25D7E38A3E2AC-001/shard-2-001/solr.xml
[junit4] 2> 934557 T3992 oasc.CorePropertiesLocator.<init> Config-defined
core root directory:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
9FC25D7E38A3E2AC-001/shard-2-001/cores
[junit4] 2> 934558 T3992 oasc.CoreContainer.<init> New CoreContainer
27089589
[junit4] 2> 934558 T3992 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
9FC25D7E38A3E2AC-001/shard-2-001/]
[junit4] 2> 934559 T3992 oasc.CoreContainer.load loading shared library:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
9FC25D7E38A3E2AC-001/shard-2-001/lib
[junit4] 2> 934559 T3992 oasc.SolrResourceLoader.addToClassLoader WARN
Can't find (or read) directory to add to classloader: lib (resolved as:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
9FC25D7E38A3E2AC-001/shard-2-001/lib).
[junit4] 2> 934567 T3992 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 934568 T3992 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 934568 T3992 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 934568 T3992 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 934569 T3992 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 934569 T3992 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 934570 T3992 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 934570 T3992 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 934570 T3992 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 934571 T3992 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 934571 T3992 oashc.HttpShardHandlerFactory.getParameter
Setting useRetries to: false
[junit4] 2> 934572 T3992 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 934572 T3992 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 934573 T3992 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 934574 T3992 oasc.CoreContainer.load Node Name: 127.0.0.1
[junit4] 2> 934575 T3992 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:50922/solr
[junit4] 2> 934575 T3992 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 934576 T3992
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 934577 T3992 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 934578 T4066 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1d73599 name:ZooKeeperConnection
Watcher:127.0.0.1:50922 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 934579 T3992 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 934579 T3992 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 934581 T3992 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 934582 T4069 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@f5710d name:ZooKeeperConnection
Watcher:127.0.0.1:50922/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 934582 T3992 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 934586 T3992
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 935589 T3992 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33761_hdw%2Fcd
[junit4] 2> 935590 T3992 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:33761_hdw%2Fcd
[junit4] 2> 935593 T3992 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 935595 T3992 oasc.CorePropertiesLocator.discover Looking for
core definitions underneath
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
9FC25D7E38A3E2AC-001/shard-2-001/cores
[junit4] 2> 935596 T3992 oasc.CorePropertiesLocator.discoverUnder Found
core collection1 in
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
9FC25D7E38A3E2AC-001/shard-2-001/cores/collection1/
[junit4] 2> 935596 T3992 oasc.CorePropertiesLocator.discover Found 1 core
definitions
[junit4] 2> 935598 T4070 oasc.ZkController.publish publishing
core=collection1 state=down collection=collection1
[junit4] 2> 935599 T4070 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 935600 T4018 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 935600 T4070 oasc.ZkController.preRegister Registering watch
for external collection collection1
[junit4] 2> 935600 T4070 oascc.ZkStateReader.addZkWatch addZkWatch
collection1
[junit4] 2> 935600 T4019 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:33761/hdw/cd",
[junit4] 2> "node_name":"127.0.0.1:33761_hdw%2Fcd",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"} current state version: 4
[junit4] 2> 935601 T4070 oascc.ZkStateReader.addZkWatch Updating
collection state at /collections/collection1/state.json from ZooKeeper...
[junit4] 2> 935601 T4019 oasco.ReplicaMutator.updateState Update state
numShards=1 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:33761/hdw/cd",
[junit4] 2> "node_name":"127.0.0.1:33761_hdw%2Fcd",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 935601 T4019 oasco.ReplicaMutator.updateState Collection
already exists with numShards=1
[junit4] 2> 935601 T4019 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard1
[junit4] 2> 935601 T4070 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 4
[junit4] 2> 935601 T4070 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 935602 T4019 oasco.ZkStateWriter.writePendingUpdates going to
update_collection /collections/collection1/state.json version: 4
[junit4] 2> 935602 T4048 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> 935602 T4069 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> 935603 T4048 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 5
[junit4] 2> 935603 T4069 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 5
[junit4] 2> 936602 T4070 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 936602 T4070 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:collection1
[junit4] 2> 936603 T4070 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 936603 T4070 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 936604 T4070 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 936604 T4070 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
9FC25D7E38A3E2AC-001/shard-2-001/cores/collection1/'
[junit4] 2> 936620 T4070 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 936622 T4070 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 936629 T4070 oasc.SolrConfig.refreshRequestParams current
version of requestparams : -1
[junit4] 2> 936635 T4070 oasc.SolrConfig.<init> Using Lucene MatchVersion:
5.1.0
[junit4] 2> 936647 T4070 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 936648 T4070 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 936654 T4070 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 936765 T4070 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 936770 T4070 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 936772 T4070 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 936785 T4070 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 936788 T4070 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 936790 T4070 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 936791 T4070
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 936791 T4070
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 936792 T4070 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 936792 T4070
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 936793 T4070
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 936793 T4070 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection collection1
[junit4] 2> 936793 T4070 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 936794 T4070 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
9FC25D7E38A3E2AC-001/shard-2-001/cores/collection1/,
dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
9FC25D7E38A3E2AC-001/tempDir-001/jetty2/
[junit4] 2> 936794 T4070 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@128d7ef
[junit4] 2> 936795 T4070 oasc.CachingDirectoryFactory.get return new
directory for
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
9FC25D7E38A3E2AC-001/tempDir-001/jetty2
[junit4] 2> 936795 T4070 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
9FC25D7E38A3E2AC-001/tempDir-001/jetty2/index/
[junit4] 2> 936796 T4070 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
9FC25D7E38A3E2AC-001/tempDir-001/jetty2/index' doesn't exist. Creating new
index...
[junit4] 2> 936796 T4070 oasc.CachingDirectoryFactory.get return new
directory for
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
9FC25D7E38A3E2AC-001/tempDir-001/jetty2/index
[junit4] 2> 936796 T4070 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=42, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=0.517578125,
noCFSRatio=0.5291005906128609]
[junit4] 2> 936797 T4070 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@ade516
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b9a215),segFN=segments_1,generation=1}
[junit4] 2> 936798 T4070 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 936801 T4070 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 936801 T4070 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 936801 T4070 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 936802 T4070 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 936802 T4070 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 936802 T4070 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 936802 T4070 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 936803 T4070 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 936803 T4070 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 936803 T4070 oasc.RequestHa
[...truncated too long message...]
e/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
9FC25D7E38A3E2AC-001/tempDir-001/jetty2/index.20150227175650018;done=false>>]
[junit4] 2> 980012 T4069 oasc.CachingDirectoryFactory.close Closing
directory:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
9FC25D7E38A3E2AC-001/tempDir-001/jetty2/index.20150227175650018
[junit4] 2> 980012 T4069 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
9FC25D7E38A3E2AC-001/tempDir-001/jetty2
[CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
9FC25D7E38A3E2AC-001/tempDir-001/jetty2;done=false>>]
[junit4] 2> 980012 T4069 oasc.CachingDirectoryFactory.close Closing
directory:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
9FC25D7E38A3E2AC-001/tempDir-001/jetty2
[junit4] 2> 980033 T3992 oejsh.ContextHandler.doStop stopped
o.e.j.s.ServletContextHandler{/hdw/cd,null}
[junit4] 2> 980224 T3992 oasc.ZkTestServer.send4LetterWord connecting to
127.0.0.1:50922 50922
[junit4] 2> 980971 T3993 oasc.ZkTestServer.send4LetterWord connecting to
127.0.0.1:50922 50922
[junit4] 2> 980972 T3993 oasc.ZkTestServer$ZKServerMain.runFromConfig WARN
Watch limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 4 /solr/aliases.json
[junit4] 2> 4 /solr/clusterstate.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> 980973 T3992 oasc.SocketProxy.close WARN Closing 0 connections
to: http://127.0.0.1:39580/hdw/cd
[junit4] 2> 980973 T3992 oasc.SocketProxy.close WARN Closing 6 connections
to: http://127.0.0.1:58731/hdw/cd
[junit4] 2> 980973 T3992 oasc.SocketProxy.close WARN Closing 1 connections
to: http://127.0.0.1:33761/hdw/cd
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=RecoveryAfterSoftCommitTest -Dtests.method=test
-Dtests.seed=9FC25D7E38A3E2AC -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=ko_KR -Dtests.timezone=Europe/Skopje -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] FAILURE 51.3s 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] > "replicationFactor":"1",
[junit4] > "shards":{"shard1":{
[junit4] > "range":"80000000-7fffffff",
[junit4] > "state":"active",
[junit4] > "replicas":{
[junit4] > "core_node1":{
[junit4] > "core":"collection1",
[junit4] > "base_url":"http://127.0.0.1:58731/hdw/cd",
[junit4] > "node_name":"127.0.0.1:58731_hdw%2Fcd",
[junit4] > "state":"active",
[junit4] > "leader":"true"},
[junit4] > "core_node2":{
[junit4] > "core":"collection1",
[junit4] > "base_url":"http://127.0.0.1:33761/hdw/cd",
[junit4] > "node_name":"127.0.0.1:33761_hdw%2Fcd",
[junit4] > "state":"recovering"}}}},
[junit4] > "router":{"name":"compositeId"},
[junit4] > "maxShardsPerNode":"1",
[junit4] > "autoAddReplicas":"false",
[junit4] > "autoCreated":"true"},
[junit4] > "control_collection":{
[junit4] > "replicationFactor":"1",
[junit4] > "shards":{"shard1":{
[junit4] > "range":"80000000-7fffffff",
[junit4] > "state":"active",
[junit4] > "replicas":{"core_node1":{
[junit4] > "core":"collection1",
[junit4] > "base_url":"http://127.0.0.1:39580/hdw/cd",
[junit4] > "node_name":"127.0.0.1:39580_hdw%2Fcd",
[junit4] > "state":"active",
[junit4] > "leader":"true"}}}},
[junit4] > "router":{"name":"compositeId"},
[junit4] > "maxShardsPerNode":"1",
[junit4] > "autoAddReplicas":"false",
[junit4] > "autoCreated":"true"}}
[junit4] > at
__randomizedtesting.SeedInfo.seed([9FC25D7E38A3E2AC:179662A4965F8F54]:0)
[junit4] > at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:1951)
[junit4] > at
org.apache.solr.cloud.RecoveryAfterSoftCommitTest.test(RecoveryAfterSoftCommitTest.java:103)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:945)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:920)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 980983 T3992 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
9FC25D7E38A3E2AC-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene50):
{_version_=PostingsFormat(name=MockRandom),
multiDefault=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
a_t=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
intDefault=PostingsFormat(name=MockRandom), id=PostingsFormat(name=Asserting),
text=PostingsFormat(name=LuceneFixedGap),
range_facet_l=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
timestamp=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))},
docValues:{timestamp=DocValuesFormat(name=Asserting)},
sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=ko_KR,
timezone=Europe/Skopje
[junit4] 2> NOTE: Linux 3.13.0-45-generic i386/Oracle Corporation 1.8.0_31
(32-bit)/cpus=8,threads=1,free=453901144,total=535822336
[junit4] 2> NOTE: All tests run in this JVM: [BlockDirectoryTest,
AliasIntegrationTest, SolrCmdDistributorTest, QueryEqualityTest,
ZkSolrClientTest, TestFastOutputStream, CurrencyFieldXmlFileTest,
TestRequestStatusCollectionAPI, TestDefaultStatsCache, TestQuerySenderNoQuery,
OverriddenZkACLAndCredentialsProvidersTest, TestReplicaProperties,
TestPseudoReturnFields, ChaosMonkeySafeLeaderTest, DateRangeFieldTest,
TestConfigOverlay, TestDistributedGrouping, TestLeaderElectionZkExpiry,
TestQuerySenderListener, ReplicationFactorTest,
TestLMJelinekMercerSimilarityFactory, FileBasedSpellCheckerTest,
TriLevelCompositeIdRoutingTest, TestBulkSchemaAPI, StatsComponentTest,
ConvertedLegacyTest, TestNRTOpen, RequestLoggingTest, OverseerRolesTest,
OpenCloseCoreStressTest, TestSolrQueryParserDefaultOperatorResource,
RollingRestartTest, PolyFieldTest, TestDefaultSearchFieldResource,
TestImplicitCoreProperties, DistributedTermsComponentTest,
TestPHPSerializedResponseWriter, TestSolr4Spatial, DateFieldTest,
TestCollationFieldDocValues, QueryParsingTest, UpdateParamsTest,
AnalyticsQueryTest, DistributedMLTComponentTest, MoreLikeThisHandlerTest,
MigrateRouteKeyTest, SearchHandlerTest, MBeansHandlerTest,
TermVectorComponentDistributedTest, TestUtils, HdfsChaosMonkeySafeLeaderTest,
ShardSplitTest, HdfsBasicDistributedZkTest, SuggesterTSTTest,
ShardRoutingCustomTest, TestTolerantSearch, AssignTest, TestTrie,
BadIndexSchemaTest, HdfsLockFactoryTest, TestCoreDiscovery,
TestSolrDeletionPolicy1, CloudExitableDirectoryReaderTest, TestMissingGroups,
LeaderElectionIntegrationTest, EnumFieldTest, PluginInfoTest,
SpellCheckCollatorTest, VMParamsZkACLAndCredentialsProvidersTest,
TestSuggestSpellingConverter, SpatialFilterTest, DirectSolrSpellCheckerTest,
TermsComponentTest, LoggingHandlerTest, ResourceLoaderTest,
RegexBoostProcessorTest, RecoveryAfterSoftCommitTest]
[junit4] Completed on J1 in 51.35s, 1 test, 1 failure <<< FAILURES!
[...truncated 997 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:529: The following
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:477: The following
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:61: The following
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/extra-targets.xml:39: The
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build.xml:191: The
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/common-build.xml:509: The
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1370:
The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:976:
There were test failures: 468 suites, 1870 tests, 1 failure, 48 ignored (21
assumptions)
Total time: 78 minutes 17 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.8.0_31 -server
-XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]