Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-MacOSX/2056/
Java: 64bit/jdk1.7.0 -XX:-UseCompressedOops -XX:+UseSerialGC
1 tests failed.
FAILED: org.apache.solr.cloud.LeaderInitiatedRecoveryOnCommitTest.test
Error Message:
Didn't see all replicas for shard shard1 in c8n_1x3_commits come up within
30000 ms! ClusterState: { "collection1":{ "maxShardsPerNode":"1",
"replicationFactor":"1", "shards":{"shard1":{
"range":"80000000-7fffffff", "state":"active", "replicas":{
"core_node1":{ "state":"active",
"node_name":"127.0.0.1:53633_lv%2Fp", "core":"collection1",
"base_url":"http://127.0.0.1:53633/lv/p", "leader":"true"},
"core_node2":{ "state":"active",
"node_name":"127.0.0.1:53637_lv%2Fp", "core":"collection1",
"base_url":"http://127.0.0.1:53637/lv/p"}, "core_node3":{
"state":"active", "node_name":"127.0.0.1:53643_lv%2Fp",
"core":"collection1",
"base_url":"http://127.0.0.1:53643/lv/p"}, "core_node4":{
"state":"active", "node_name":"127.0.0.1:53649_lv%2Fp",
"core":"collection1", "base_url":"http://127.0.0.1:53649/lv/p"}}}},
"autoAddReplicas":"false", "router":{"name":"compositeId"},
"autoCreated":"true"}, "control_collection":{ "maxShardsPerNode":"1",
"replicationFactor":"1", "shards":{"shard1":{
"range":"80000000-7fffffff", "state":"active",
"replicas":{"core_node1":{ "state":"active",
"node_name":"127.0.0.1:53627_lv%2Fp", "core":"collection1",
"base_url":"http://127.0.0.1:53627/lv/p", "leader":"true"}}}},
"autoAddReplicas":"false", "router":{"name":"compositeId"},
"autoCreated":"true"}, "c8n_1x3_commits":{ "maxShardsPerNode":"1",
"replicationFactor":"3", "shards":{"shard1":{
"range":"80000000-7fffffff", "state":"active", "replicas":{
"core_node1":{ "state":"recovering",
"node_name":"127.0.0.1:53649_lv%2Fp",
"core":"c8n_1x3_commits_shard1_replica2",
"base_url":"http://127.0.0.1:53649/lv/p"}, "core_node2":{
"state":"active", "node_name":"127.0.0.1:53643_lv%2Fp",
"core":"c8n_1x3_commits_shard1_replica1",
"base_url":"http://127.0.0.1:53643/lv/p", "leader":"true"},
"core_node3":{ "state":"active",
"node_name":"127.0.0.1:53637_lv%2Fp",
"core":"c8n_1x3_commits_shard1_replica3",
"base_url":"http://127.0.0.1:53637/lv/p"}}}}, "autoAddReplicas":"false",
"router":{"name":"compositeId"}}}
Stack Trace:
java.lang.AssertionError: Didn't see all replicas for shard shard1 in
c8n_1x3_commits come up within 30000 ms! ClusterState: {
"collection1":{
"maxShardsPerNode":"1",
"replicationFactor":"1",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{
"core_node1":{
"state":"active",
"node_name":"127.0.0.1:53633_lv%2Fp",
"core":"collection1",
"base_url":"http://127.0.0.1:53633/lv/p",
"leader":"true"},
"core_node2":{
"state":"active",
"node_name":"127.0.0.1:53637_lv%2Fp",
"core":"collection1",
"base_url":"http://127.0.0.1:53637/lv/p"},
"core_node3":{
"state":"active",
"node_name":"127.0.0.1:53643_lv%2Fp",
"core":"collection1",
"base_url":"http://127.0.0.1:53643/lv/p"},
"core_node4":{
"state":"active",
"node_name":"127.0.0.1:53649_lv%2Fp",
"core":"collection1",
"base_url":"http://127.0.0.1:53649/lv/p"}}}},
"autoAddReplicas":"false",
"router":{"name":"compositeId"},
"autoCreated":"true"},
"control_collection":{
"maxShardsPerNode":"1",
"replicationFactor":"1",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{"core_node1":{
"state":"active",
"node_name":"127.0.0.1:53627_lv%2Fp",
"core":"collection1",
"base_url":"http://127.0.0.1:53627/lv/p",
"leader":"true"}}}},
"autoAddReplicas":"false",
"router":{"name":"compositeId"},
"autoCreated":"true"},
"c8n_1x3_commits":{
"maxShardsPerNode":"1",
"replicationFactor":"3",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{
"core_node1":{
"state":"recovering",
"node_name":"127.0.0.1:53649_lv%2Fp",
"core":"c8n_1x3_commits_shard1_replica2",
"base_url":"http://127.0.0.1:53649/lv/p"},
"core_node2":{
"state":"active",
"node_name":"127.0.0.1:53643_lv%2Fp",
"core":"c8n_1x3_commits_shard1_replica1",
"base_url":"http://127.0.0.1:53643/lv/p",
"leader":"true"},
"core_node3":{
"state":"active",
"node_name":"127.0.0.1:53637_lv%2Fp",
"core":"c8n_1x3_commits_shard1_replica3",
"base_url":"http://127.0.0.1:53637/lv/p"}}}},
"autoAddReplicas":"false",
"router":{"name":"compositeId"}}}
at
__randomizedtesting.SeedInfo.seed([B9B90EBBF50D7927:31ED31615BF114DF]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:1995)
at
org.apache.solr.cloud.LeaderInitiatedRecoveryOnCommitTest.oneShardTest(LeaderInitiatedRecoveryOnCommitTest.java:116)
at
org.apache.solr.cloud.LeaderInitiatedRecoveryOnCommitTest.test(LeaderInitiatedRecoveryOnCommitTest.java:62)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
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
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
Build Log:
[...truncated 10018 lines...]
[junit4] Suite: org.apache.solr.cloud.LeaderInitiatedRecoveryOnCommitTest
[junit4] 2> Creating dataDir:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest
B9B90EBBF50D7927-001/init-core-data-001
[junit4] 2> 1011477 T3848
oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system
property: /lv/p
[junit4] 2> 1011484 T3848 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4] 1> client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1011487 T3849 oasc.ZkTestServer$ZKServerMain.runFromConfig
Starting server
[junit4] 2> 1011588 T3848 oasc.ZkTestServer.run start zk server on
port:53624
[junit4] 2> 1011588 T3848
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1011590 T3848 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1011596 T3856 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@62738171
name:ZooKeeperConnection Watcher:127.0.0.1:53624 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1011596 T3848 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1011596 T3848 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1011597 T3848 oascc.SolrZkClient.makePath makePath: /solr
[junit4] 2> 1011620 T3848
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1011632 T3848 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1011639 T3859 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@d7b7a9a name:ZooKeeperConnection
Watcher:127.0.0.1:53624/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1011639 T3848 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1011639 T3848 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1011639 T3848 oascc.SolrZkClient.makePath makePath:
/collections/collection1
[junit4] 2> 1011644 T3848 oascc.SolrZkClient.makePath makePath:
/collections/collection1/shards
[junit4] 2> 1011671 T3848 oascc.SolrZkClient.makePath makePath:
/collections/control_collection
[junit4] 2> 1011682 T3848 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/shards
[junit4] 2> 1011691 T3848 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 1011704 T3848 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.xml
[junit4] 2> 1011716 T3848 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 1011716 T3848 oascc.SolrZkClient.makePath makePath:
/configs/conf1/schema.xml
[junit4] 2> 1011721 T3848 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 1011721 T3848 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 1011726 T3848 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 1011727 T3848 oascc.SolrZkClient.makePath makePath:
/configs/conf1/stopwords.txt
[junit4] 2> 1011732 T3848 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 1011732 T3848 oascc.SolrZkClient.makePath makePath:
/configs/conf1/protwords.txt
[junit4] 2> 1011768 T3848 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 1011769 T3848 oascc.SolrZkClient.makePath makePath:
/configs/conf1/currency.xml
[junit4] 2> 1011785 T3848 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 1011798 T3848 oascc.SolrZkClient.makePath makePath:
/configs/conf1/enumsConfig.xml
[junit4] 2> 1011810 T3848 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 1011810 T3848 oascc.SolrZkClient.makePath makePath:
/configs/conf1/open-exchange-rates.json
[junit4] 2> 1011846 T3848 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 1011849 T3848 oascc.SolrZkClient.makePath makePath:
/configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 1011861 T3848 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 1011861 T3848 oascc.SolrZkClient.makePath makePath:
/configs/conf1/old_synonyms.txt
[junit4] 2> 1011869 T3848 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 1011869 T3848 oascc.SolrZkClient.makePath makePath:
/configs/conf1/synonyms.txt
[junit4] 2> 1012857 T3848 oas.SolrTestCaseJ4.writeCoreProperties Writing
core.properties file to
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest
B9B90EBBF50D7927-001/control-001/cores/collection1
[junit4] 2> 1012867 T3848 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 1012881 T3848 oejs.AbstractConnector.doStart Started
[email protected]:53628
[junit4] 2> 1012882 T3848 oascse.JettySolrRunner$1.lifeCycleStarted Jetty
properties: {hostContext=/lv/p,
solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest
B9B90EBBF50D7927-001/tempDir-001/control/data,
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest
B9B90EBBF50D7927-001/control-001/cores, hostPort=53627}
[junit4] 2> 1012885 T3848 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@5472fe25
[junit4] 2> 1012885 T3848 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest
B9B90EBBF50D7927-001/control-001/'
[junit4] 2> 1012939 T3848 oasc.SolrXmlConfig.fromFile Loading container
configuration from
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest
B9B90EBBF50D7927-001/control-001/solr.xml
[junit4] 2> 1013028 T3848 oasc.CorePropertiesLocator.<init> Config-defined
core root directory:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest
B9B90EBBF50D7927-001/control-001/cores
[junit4] 2> 1013028 T3848 oasc.CoreContainer.<init> New CoreContainer
913573009
[junit4] 2> 1013028 T3848 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest
B9B90EBBF50D7927-001/control-001/]
[junit4] 2> 1013029 T3848 oasc.CoreContainer.load loading shared library:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest
B9B90EBBF50D7927-001/control-001/lib
[junit4] 2> 1013029 T3848 oasc.SolrResourceLoader.addToClassLoader WARN
Can't find (or read) directory to add to classloader: lib (resolved as:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest
B9B90EBBF50D7927-001/control-001/lib).
[junit4] 2> 1013044 T3848 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 1013044 T3848 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 1013045 T3848 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 1013045 T3848 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 1013045 T3848 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 1013045 T3848 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 1013045 T3848 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 1013046 T3848 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 1013046 T3848 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 1013046 T3848 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 1013046 T3848 oashc.HttpShardHandlerFactory.getParameter
Setting useRetries to: false
[junit4] 2> 1013047 T3848 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1013047 T3848 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1013047 T3848 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1013048 T3848 oasc.CoreContainer.load Node Name: 127.0.0.1
[junit4] 2> 1013048 T3848 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:53624/solr
[junit4] 2> 1013049 T3848 oasc.ZkController.checkChrootPath zkHost
includes chroot
[junit4] 2> 1013049 T3848
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1013059 T3848 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1013065 T3871 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@660b8e05
name:ZooKeeperConnection Watcher:127.0.0.1:53624 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1013066 T3848 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1013067 T3848 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1013078 T3848 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1013081 T3874 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@7a54cce5
name:ZooKeeperConnection Watcher:127.0.0.1:53624/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1013081 T3848 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1013083 T3848 oascc.SolrZkClient.makePath makePath:
/overseer/queue
[junit4] 2> 1013114 T3848 oascc.SolrZkClient.makePath makePath:
/overseer/collection-queue-work
[junit4] 2> 1013127 T3848 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-running
[junit4] 2> 1013133 T3848 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-completed
[junit4] 2> 1013153 T3848 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-failure
[junit4] 2> 1013162 T3848 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4] 2> 1013167 T3848 oascc.SolrZkClient.makePath makePath:
/aliases.json
[junit4] 2> 1013176 T3848 oascc.SolrZkClient.makePath makePath:
/clusterstate.json
[junit4] 2> 1013193 T3848 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53627_lv%2Fp
[junit4] 2> 1013195 T3848 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:53627_lv%2Fp
[junit4] 2> 1013200 T3848 oascc.SolrZkClient.makePath makePath:
/overseer_elect
[junit4] 2> 1013206 T3848 oascc.SolrZkClient.makePath makePath:
/overseer_elect/election
[junit4] 2> 1013209 T3848 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 1013227 T3848 oasc.OverseerElectionContext.runLeaderProcess I
am going to be the leader 127.0.0.1:53627_lv%2Fp
[junit4] 2> 1013228 T3848 oascc.SolrZkClient.makePath makePath:
/overseer_elect/leader
[junit4] 2> 1013252 T3848 oasc.Overseer.start Overseer
(id=93548955948875779-127.0.0.1:53627_lv%2Fp-n_0000000000) starting
[junit4] 2> 1013260 T3848 oascc.SolrZkClient.makePath makePath:
/overseer/queue-work
[junit4] 2> 1013315 T3848 oasc.OverseerAutoReplicaFailoverThread.<init>
Starting OverseerAutoReplicaFailoverThread
autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 1013322 T3848
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1013323 T3876 oasc.OverseerCollectionProcessor.run Process
current queue of collection creations
[junit4] 2> 1013327 T3875 oasc.Overseer$ClusterStateUpdater.run Starting
to work on the main queue
[junit4] 2> 1013357 T3848 oasc.CorePropertiesLocator.discover Looking for
core definitions underneath
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest
B9B90EBBF50D7927-001/control-001/cores
[junit4] 2> 1013359 T3848 oasc.CoreDescriptor.<init> CORE DESCRIPTOR:
{schema=schema.xml, collection=control_collection, name=collection1,
coreNodeName=, transient=false,
instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest
B9B90EBBF50D7927-001/control-001/cores/collection1,
absoluteInstDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest
B9B90EBBF50D7927-001/control-001/cores/collection1/, config=solrconfig.xml,
dataDir=data/, shard=, loadOnStartup=true}
[junit4] 2> 1013360 T3848 oasc.CorePropertiesLocator.discoverUnder Found
core collection1 in
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest
B9B90EBBF50D7927-001/control-001/cores/collection1/
[junit4] 2> 1013360 T3848 oasc.CorePropertiesLocator.discover Found 1 core
definitions
[junit4] 2> 1013362 T3878 C:control_collection c:collection1
oasc.ZkController.publish publishing core=collection1 state=down
collection=control_collection
[junit4] 2> 1013362 T3878 C:control_collection c:collection1
oasc.ZkController.publish numShards not found on descriptor - reading it from
system property
[junit4] 2> 1013399 T3878 C:control_collection c:collection1
oasc.ZkController.waitForCoreNodeName look for our core node name
[junit4] 2> 1013401 T3875 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"state",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":"127.0.0.1:53627_lv%2Fp",
[junit4] 2> "roles":null,
[junit4] 2> "numShards":"1",
[junit4] 2> "shard":null,
[junit4] 2> "core":"collection1",
[junit4] 2> "base_url":"http://127.0.0.1:53627/lv/p"} current
state version: 0
[junit4] 2> 1013402 T3875 oasco.ReplicaMutator.updateState Update state
numShards=1 message={
[junit4] 2> "operation":"state",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":"127.0.0.1:53627_lv%2Fp",
[junit4] 2> "roles":null,
[junit4] 2> "numShards":"1",
[junit4] 2> "shard":null,
[junit4] 2> "core":"collection1",
[junit4] 2> "base_url":"http://127.0.0.1:53627/lv/p"}
[junit4] 2> 1013402 T3875 oasco.ClusterStateMutator.createCollection
building a new cName: control_collection
[junit4] 2> 1013402 T3875 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard1
[junit4] 2> 1013406 T3874 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> 1013438 T3874 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1014404 T3878 C:control_collection c:collection1
oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for
collection1
[junit4] 2> 1014405 T3878 C:control_collection c:collection1
oasc.ZkController.createCollectionZkNode Check for collection
zkNode:control_collection
[junit4] 2> 1014418 T3878 C:control_collection c:collection1
oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4] 2> 1014423 T3878 C:control_collection c:collection1
oascc.ZkStateReader.readConfigName Load collection config
from:/collections/control_collection
[junit4] 2> 1014452 T3878 C:control_collection c:collection1
oascc.ZkStateReader.readConfigName path=/collections/control_collection
configName=conf1 specified config exists in ZooKeeper
[junit4] 2> 1014453 T3878 C:control_collection c:collection1
oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest
B9B90EBBF50D7927-001/control-001/cores/collection1/'
[junit4] 2> 1014529 T3878 C:control_collection c:collection1
oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
[junit4] 2> 1014579 T3878 C:control_collection c:collection1
oasc.Config.<init> loaded config solrconfig.xml with version 0
[junit4] 2> 1014613 T3878 C:control_collection c:collection1
oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
[junit4] 2> 1014649 T3878 C:control_collection c:collection1
oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
[junit4] 2> 1014751 T3878 C:control_collection c:collection1
oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4] 2> 1014754 T3878 C:control_collection c:collection1
oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
[junit4] 2> 1014765 T3878 C:control_collection c:collection1
oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4] 2> 1015574 T3878 C:control_collection c:collection1
oass.OpenExchangeRatesOrgProvider.init Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 1015595 T3878 C:control_collection c:collection1
oass.IndexSchema.readSchema default search field in schema is text
[junit4] 2> 1015598 T3878 C:control_collection c:collection1
oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 1015628 T3878 C:control_collection c:collection1
oass.FileExchangeRateProvider.reload Reloading exchange rates from file
currency.xml
[junit4] 2> 1015636 T3878 C:control_collection c:collection1
oass.FileExchangeRateProvider.reload Reloading exchange rates from file
currency.xml
[junit4] 2> 1015641 T3878 C:control_collection c:collection1
oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 1015643 T3878 C:control_collection c:collection1
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 1015643 T3878 C:control_collection c:collection1
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 1015644 T3878 C:control_collection c:collection1
oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 1015645 T3878 C:control_collection c:collection1
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 1015646 T3878 C:control_collection c:collection1
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 1015646 T3878 C:control_collection c:collection1
oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration
from collection control_collection
[junit4] 2> 1015646 T3878 C:control_collection c:collection1
oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 1015646 T3878 C:control_collection c:collection1
oasc.SolrCore.<init> [collection1] Opening new SolrCore at
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest
B9B90EBBF50D7927-001/control-001/cores/collection1/,
dataDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest
B9B90EBBF50D7927-001/control-001/cores/collection1/data/
[junit4] 2> 1015647 T3878 C:control_collection c:collection1
oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to
JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3410e063
[junit4] 2> 1015647 T3878 C:control_collection c:collection1
oasc.CachingDirectoryFactory.get return new directory for
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest
B9B90EBBF50D7927-001/control-001/cores/collection1/data
[junit4] 2> 1015647 T3878 C:control_collection c:collection1
oasc.SolrCore.getNewIndexDir New index directory detected: old=null
new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest
B9B90EBBF50D7927-001/control-001/cores/collection1/data/index/
[junit4] 2> 1015648 T3878 C:control_collection c:collection1
oasc.SolrCore.initIndex WARN [collection1] Solr index directory
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest
B9B90EBBF50D7927-001/control-001/cores/collection1/data/index' doesn't exist.
Creating new index...
[junit4] 2> 1015648 T3878 C:control_collection c:collection1
oasc.CachingDirectoryFactory.get return new directory for
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest
B9B90EBBF50D7927-001/control-001/cores/collection1/data/index
[junit4] 2> 1015649 T3878 C:control_collection c:collection1
oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=12, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=68.5498046875,
floorSegmentMB=1.482421875, forceMergeDeletesPctAllowed=14.124443342336226,
segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.16958756026093963
[junit4] 2> 1015649 T3878 C:control_collection c:collection1
oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@5d873166
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@56bc4f82),segFN=segments_1,generation=1}
[junit4] 2> 1015650 T3878 C:control_collection c:collection1
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4] 2> 1015657 T3878 C:control_collection c:collection1
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain
"nodistrib"
[junit4] 2> 1015657 T3878 C:control_collection c:collection1
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain
"dedupe"
[junit4] 2> 1015657 T3878 C:control_collection c:collection1
oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 1015657 T3878 C:control_collection c:collection1
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain
"stored_sig"
[junit4] 2> 1015658 T3878 C:control_collection c:collection1
oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 1015658 T3878 C:control_collection c:collection1
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain
"distrib-dup-test-chain-explicit"
[junit4] 2> 1015658 T3878 C:control_collection c:collection1
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 1015659 T3878 C:control_collection c:collection1
oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 1015659 T3878 C:control_collection c:collection1
oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined
as default, creating implicit default
[junit4] 2> 1015671 T3878 C:control_collection c:collection1
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 1015674 T3878 C:control_collection c:collection1
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 1015677 T3878 C:control_collection c:collection1
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 1015680 T3878 C:control_collection c:collection1
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 1015692 T3878 C:control_collection c:collection1
oasc.RequestHandlers.initHandlersFromConfig Registered paths:
/update,standard,/admin/file,/admin/logging,/admin/plugins,/get,/admin/ping,/admin/threads,/update/csv,/replication,/schema,/update/json,/admin/properties,/admin/luke,/update/json/docs,/config,/admin/segments,/admin/mbeans,/admin/system
[junit4] 2> 1015694 T3878 C:control_collection c:collection1
oasc.SolrCore.initStatsCache Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 1015701 T3878 C:control_collection c:collection1
oasu.UpdateHandler.<init> Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1015702 T3878 C:control_collection c:collection1
oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10
[junit4] 2> 1015705 T3878 C:control_collection c:collection1
oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4] 2> 1015706 T3878 C:control_collection c:collection1
oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4] 2> 1015706 T3878 C:control_collection c:collection1
oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=19, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.11220480650992562]
[junit4] 2> 1015707 T3878 C:control_collection c:collection1
oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@5d873166
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@56bc4f82),segFN=segments_1,generation=1}
[junit4] 2> 1015707 T3878 C:control_collection c:collection1
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4] 2> 1015708 T3878 C:control_collection c:collection1
oass.SolrIndexSearcher.<init> Opening Searcher@5a46b61d[collection1] main
[junit4] 2> 1015708 T3878 C:control_collection c:collection1
oascc.ZkStateReader.readConfigName Load collection config
from:/collections/control_collection
[junit4] 2> 1015735 T3878 C:control_collection c:collection1
oascc.ZkStateReader.readConfigName path=/collections/control_collection
configName=conf1 specified config exists in ZooKeeper
[junit4] 2> 1015736 T3878 C:control_collection c:collection1
oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for
the RestManager with znodeBase: /configs/conf1
[junit4] 2> 1015737 T3878 C:control_collection c:collection1
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 1015738 T3878 C:control_collection c:collection1
oasr.RestManager.init Initializing RestManager with initArgs: {}
[junit4] 2> 1015738 T3878 C:control_collection c:collection1
oasr.ManagedResourceStorage.load Reading _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1015757 T3878 C:control_collection c:collection1
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 1015758 T3878 C:control_collection c:collection1
oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1015758 T3878 C:control_collection c:collection1
oasr.RestManager.init Initializing 0 registered ManagedResources
[junit4] 2> 1015758 T3878 C:control_collection c:collection1
oash.ReplicationHandler.inform Commits will be reserved for 10000
[junit4] 2> 1015758 T3878 C:control_collection c:collection1
oasc.CoreContainer.registerCore registering core: collection1
[junit4] 2> 1015759 T3879 C:control_collection c:collection1
oasc.SolrCore.registerSearcher [collection1] Registered new searcher
Searcher@5a46b61d[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1015760 T3882 C:control_collection S:shard1
oasc.ZkController.register Register replica - core:collection1
address:http://127.0.0.1:53627/lv/p collection:control_collection shard:shard1
[junit4] 2> 1015761 T3848 oass.SolrDispatchFilter.init
user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0
[junit4] 2> 1015761 T3848 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 1015762 T3848
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1015762 T3882 C:control_collection S:shard1
oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leader_elect/shard1/election
[junit4] 2> 1015764 T3848 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1015781 T3886 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1336c8c7
name:ZooKeeperConnection Watcher:127.0.0.1:53624/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1015814 T3848 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1015816 T3848 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1015816 T3848
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1015859 T3848 oasc.ChaosMonkey.monkeyLog monkey: init - expire
sessions:false cause connection loss:false
[junit4] 2> 1015859 T3848 oasc.AbstractFullDistribZkTestBase.createJettys
Creating collection1 with stateFormat=2
[junit4] 2> 1015859 T3848
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1015861 T3848 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1015867 T3889 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@7fdceb52
name:ZooKeeperConnection Watcher:127.0.0.1:53624/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1015870 T3882 C:control_collection S:shard1
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for
shard shard1
[junit4] 2> 1015876 T3848 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1015877 T3848 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1015888 T3874 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1015889 T3882 C:control_collection S:shard1
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 1015889 T3882 C:control_collection S:shard1
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try
and sync
[junit4] 2> ASYNC NEW_CORE C972 name=collection1
org.apache.solr.core.SolrCore@26a09125
url=http://127.0.0.1:53627/lv/p/collection1 node=127.0.0.1:53627_lv%2Fp
C972_STATE=coll:control_collection core:collection1 props:{state=down,
node_name=127.0.0.1:53627_lv%2Fp, core=collection1,
base_url=http://127.0.0.1:53627/lv/p}
[junit4] 2> 1015889 T3882 C:control_collection S:shard1 C972 P53627
oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:53627/lv/p/collection1/
[junit4] 2> 1015890 T3882 C:control_collection S:shard1 C972 P53627
oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4] 2> 1015890 T3882 C:control_collection S:shard1 C972 P53627
oasc.SyncStrategy.syncToMe http://127.0.0.1:53627/lv/p/collection1/ has no
replicas
[junit4] 2> 1015890 T3882 C:control_collection S:shard1
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader:
http://127.0.0.1:53627/lv/p/collection1/ shard1
[junit4] 2> 1015890 T3875 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> 1015890 T3882 C:control_collection S:shard1
oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leaders/shard1
[junit4] 2> 1015911 T3886 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> 1015913 T3874 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> 1015989 T3875 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"create",
[junit4] 2> "name":"collection1",
[junit4] 2> "numShards":"1",
[junit4] 2> "stateFormat":"2"} current state version: 2
[junit4] 2> 1015989 T3875 oasco.ClusterStateMutator.createCollection
building a new cName: collection1
[junit4] 2> 1016001 T3874 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1016039 T3875 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:53627/lv/p",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"} current state version: 2
[junit4] 2> 1016046 T3875 oasco.ZkStateWriter.writePendingUpdates going to
create_collection /collections/collection1/state.json
[junit4] 2> 1016054 T3886 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> 1016055 T3874 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> 1016080 T3874 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1016086 T3886 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> 1016088 T3874 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> 1016126 T3882 C:control_collection S:shard1
oasc.ZkController.register We are http://127.0.0.1:53627/lv/p/collection1/ and
leader is http://127.0.0.1:53627/lv/p/collection1/
[junit4] 2> 1016126 T3882 C:control_collection S:shard1
oasc.ZkController.register No LogReplay needed for core=collection1
baseURL=http://127.0.0.1:53627/lv/p
[junit4] 2> 1016127 T3882 C:control_collection S:shard1
oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4] 2> 1016127 T3882 C:control_collection S:shard1 c:collection1
oasc.ZkController.publish publishing core=collection1 state=active
collection=control_collection
[junit4] 2> 1016127 T3882 C:control_collection S:shard1 c:collection1
oasc.ZkController.publish numShards not found on descriptor - reading it from
system property
[junit4] 2> 1016145 T3874 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1016159 T3875 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"state",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "state":"active",
[junit4] 2> "node_name":"127.0.0.1:53627_lv%2Fp",
[junit4] 2> "roles":null,
[junit4] 2> "numShards":"1",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "core":"collection1",
[junit4] 2> "base_url":"http://127.0.0.1:53627/lv/p"} current
state version: 4
[junit4] 2> 1016161 T3875 oasco.ReplicaMutator.updateState Update state
numShards=1 message={
[junit4] 2> "operation":"state",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "state":"active",
[junit4] 2> "node_name":"127.0.0.1:53627_lv%2Fp",
[junit4] 2> "roles":null,
[junit4] 2> "numShards":"1",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "core":"collection1",
[junit4] 2> "base_url":"http://127.0.0.1:53627/lv/p"}
[junit4] 2> 1016300 T3874 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> 1016303 T3886 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> 1017285 T3848 oas.SolrTestCaseJ4.writeCoreProperties Writing
core.properties file to
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest
B9B90EBBF50D7927-001/shard-1-001/cores/collection1
[junit4] 2> 1017290 T3848 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 1 in directory
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest
B9B90EBBF50D7927-001/shard-1-001
[junit4] 2> 1017291 T3848 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 1017327 T3848 oejs.AbstractConnector.doStart Started
[email protected]:53634
[junit4] 2> 1017328 T3848 oascse.JettySolrRunner$1.lifeCycleStarted Jetty
properties:
{coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest
B9B90EBBF50D7927-001/shard-1-001/cores,
solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest
B9B90EBBF50D7927-001/tempDir-001/jetty1, hostContext=/lv/p,
solrconfig=solrconfig.xml, hostPort=53633}
[junit4] 2> 1017333 T3848 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@5472fe25
[junit4] 2> 1017334 T3848 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest
B9B90EBBF50D7927-001/shard-1-001/'
[junit4] 2> 1017520 T3848 oasc.SolrXmlConfig.fromFile Loading container
configuration from
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest
B9B90EBBF50D7927-001/shard-1-001/solr.xml
[junit4] 2> 1017594 T3848 oasc.CorePropertiesLocator.<init> Config-defined
core root directory:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest
B9B90EBBF50D7927-001/shard-1-001/cores
[junit4] 2> 1017594 T3848 oasc.CoreContainer.<init> New CoreContainer
576725316
[junit4] 2> 1017595 T3848 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest
B9B90EBBF50D7927-001/shard-1-001/]
[junit4] 2> 1017595 T3848 oasc.CoreContainer.load loading shared library:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest
B9B90EBBF50D7927-001/shard-1-001/lib
[junit4] 2> 1017596 T3848 oasc.SolrResourceLoader.addToClassLoader WARN
Can't find (or read) directory to add to classloader: lib (resolved as:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest
B9B90EBBF50D7927-001/shard-1-001/lib).
[junit4] 2> 1017664 T3848 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 1017664 T3848 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 1017665 T3848 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 1017665 T3848 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 1017665 T3848 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 1017666 T3848 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 1017667 T3848 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 1017668 T3848 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 1017679 T3848 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 1017679 T3848 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 1017680 T3848 oashc.HttpShardHandlerFactory.getParameter
Setting useRetries to: false
[junit4] 2> 1017681 T3848 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1017681 T3848 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1017682 T3848 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1017682 T3848 oasc.CoreContainer.load Node Name: 127.0.0.1
[junit4] 2> 1017682 T3848 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:53624/solr
[junit4] 2> 1017683 T3848 oasc.ZkController.checkChrootPath zkHost
includes chroot
[junit4] 2> 1017683 T3848
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1017713 T3848 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1017726 T3901 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@67f993f0
name:ZooKeeperConnection Watcher:127.0.0.1:53624 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1017728 T3848 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1017728 T3848 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1017735 T3848 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1017741 T3904 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@78bb23b0
name:ZooKeeperConnection Watcher:127.0.0.1:53624/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1017742 T3848 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1017758 T3848
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1018803 T3848 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53633_lv%2Fp
[junit4] 2> 1018805 T3848 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:53633_lv%2Fp
[junit4] 2> 1018870 T3848 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 1018901 T3848 oasc.CorePropertiesLocator.discover Looking for
core definitions underneath
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest
B9B90EBBF50D7927-001/shard-1-001/cores
[junit4] 2> 1018903 T3848 oasc.CoreDescriptor.<init> CORE DESCRIPTOR:
{loadOnStartup=true, transient=false, schema=schema.xml,
absoluteInstDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest
B9B90EBBF50D7927-001/shard-1-001/cores/collection1/, dataDir=data/,
instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest
B9B90EBBF50D7927-001/shard-1-001/cores/collection1, coreNodeName=, shard=,
collection=collection1, name=collection1, config=solrconfig.xml}
[junit4] 2> 1018903 T3848 oasc.CorePropertiesLocator.discoverUnder Found
core collection1 in
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest
B9B90EBBF50D7927-001/shard-1-001/cores/collection1/
[junit4] 2> 1018904 T3848 oasc.CorePropertiesLocator.discover Found 1 core
definitions
[junit4] 2> 1018941 T3905 C:collection1 c:collection1
oasc.ZkController.publish publishing core=collection1 state=down
collection=collection1
[junit4] 2> 1018942 T3905 C:collection1 c:collection1
oasc.ZkController.publish numShards not found on descriptor - reading it from
system property
[junit4] 2> 1018948 T3874 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1018970 T3875 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"state",
[junit4] 2> "collection":"collection1",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":"127.0.0.1:53633_lv%2Fp",
[junit4] 2> "roles":null,
[junit4] 2> "numShards":"1",
[junit4] 2> "shard":null,
[junit4] 2> "core":"collection1",
[junit4] 2> "base_url":"http://127.0.0.1:53633/lv/p"} current
state version: 5
[junit4] 2> 1018982 T3905 C:collection1 c:collection1
oasc.ZkController.preRegister Registering watch for external collection
collection1
[junit4] 2> 1018983 T3905 C:collection1 c:collection1
oascc.ZkStateReader.addZkWatch addZkWatch collection1
[junit4] 2> 1018993 T3905 C:collection1 c:collection1
oascc.ZkStateReader.addZkWatch Updating collection state at
/collections/collection1/state.json from ZooKeeper...
[junit4] 2> 1018994 T3875 oasco.ReplicaMutator.updateState Update state
numShards=1 message={
[junit4] 2> "operation":"state",
[junit4] 2> "collection":"collection1",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":"127.0.0.1:53633_lv%2Fp",
[junit4] 2> "roles":null,
[junit4] 2> "numShards":"1",
[junit4] 2> "shard":null,
[junit4] 2> "core":"collection1",
[junit4] 2> "base_url":"http://127.0.0.1:53633/lv/p"}
[junit4] 2> 1018995 T3875 oasco.ReplicaMutator.updateState Collection
already exists with numShards=1
[junit4] 2> 1018996 T3875 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard1
[junit4] 2> 1019004 T3905 C:collection1 c:collection1
oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to
ver 0
[junit4] 2> 1019004 T3905 C:collection1 c:collection1
oasc.ZkController.waitForCoreNodeName look for our core node name
[junit4] 2> 1019005 T3875 oasco.ZkStateWriter.writePendingUpdates going to
update_collection /collections/collection1/state.json version: 0
[junit4] 2> 1019007 T3904 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> 1019008 T3904 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 1
[junit4] 2> 1020007 T3905 C:collection1 c:collection1
oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for
collection1
[junit4] 2> 1020008 T3905 C:collection1 c:collection1
oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4] 2> 1020037 T3905 C:collection1 c:collection1
oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4] 2> 1020038 T3905 C:collection1 c:collection1
oascc.ZkStateReader.readConfigName Load collection config
from:/collections/collection1
[junit4] 2> 1020056 T3905 C:collection1 c:collection1
oascc.ZkStateReader.readConfigName path=/collections/collection1
configName=conf1 specified config exists in ZooKeeper
[junit4] 2> 1020056 T3905 C:collection1 c:collection1
oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest
B9B90EBBF50D7927-001/shard-1-001/cores/collection1/'
[junit4] 2> 1020140 T3905 C:collection1 c:collection1
oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
[junit4] 2> 1020146 T3905 C:collection1 c:collection1 oasc.Config.<init>
loaded config solrconfig.xml with version 0
[junit4] 2> 1020229 T3905 C:collection1 c:collection1
oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
[junit4] 2> 1020314 T3905 C:collection1 c:collection1
oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
[junit4] 2> 1020449 T3905 C:collection1 c:collection1
oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4] 2> 1020461 T3905 C:collection1 c:collection1
oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
[junit4] 2> 1020472 T3905 C:collection1 c:collection1
oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4] 2> 1021728 T3905 C:collection1 c:collection1
oass.OpenExchangeRatesOrgProvider.init Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 1021750 T3905 C:collection1 c:collection1
oass.IndexSchema.readSchema default search field in schema is text
[junit4] 2> 1021753 T3905 C:collection1 c:collection1
oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 1021864 T3905 C:collection1 c:collection1
oass.FileExchangeRateProvider.reload Reloading exchange rates from file
currency.xml
[junit4] 2> 1021870 T3905 C:collection1 c:collection1
oass.FileExchangeRateProvider.reload Reloading exchange rates from file
currency.xml
[junit4] 2> 1021876 T3905 C:collection1 c:collection1
oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 1021917 T3905 C:collection1 c:collection1
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 1021920 T3905 C:collection1 c:collection1
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 1021922 T3905 C:collection1 c:collection1
oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 1021937 T3905 C:collection1 c:collection1
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 1021937 T3905 C:collection1 c:collection1
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 1021938 T3905 C:collection1 c:collection1
oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration
from collection collection1
[junit4] 2> 1021938 T3905 C:collection1 c:collection1
oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 1021938 T3905 C:collection1 c:collection1 oasc.SolrCore.<init>
[collection1] Opening new SolrCore at
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest
B9B90EBBF50D7927-001/shard-1-001/cores/collection1/,
dataDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest
B9B90EBBF50D7927-001/shard-1-001/cores/collection1/data/
[junit4] 2> 1021938 T3905 C:collection1 c:collection1
oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to
JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3410e063
[junit4] 2> 1021939 T3905 C:collection1 c:collection1
oasc.CachingDirectoryFactory.get return new directory for
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest
B9B90EBBF50D7927-001/shard-1-001/cores/collection1/data
[junit4] 2> 1021940 T3905 C:collection1 c:collection1
oasc.SolrCore.getNewIndexDir New index directory detected: old=null
new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest
B9B90EBBF50D7927-001/shard-1-001/cores/collection1/data/index/
[junit4] 2> 1021940 T3905 C:collection1 c:collection1
oasc.SolrCore.initIndex WARN [collection1] Solr index directory
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest
B9B90EBBF50D7927-001/shard-1-001/cores/collection1/data/index' doesn't exist.
Creating new index...
[junit4] 2> 1021941 T3905 C:collection1 c:collection1
oasc.CachingDirectoryFactory.get return new directory for
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest
B9B90EBBF50D7927-001/shard-1-001/cores/collection1/data/index
[junit4] 2> 1021941 T3905 C:collection1 c:collection1
oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=12, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=68.5498046875,
floorSegmentMB=1.482421875, forceMergeDeletesPctAllowed=14.124443342336226,
segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.16958756026093963
[junit4] 2> 1021942 T3905 C:collection1 c:collection1
oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@5e5949da
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@37ffb79a),segFN=segments_1,generation=1}
[junit4] 2> 1021942 T3905 C:collection1 c:collection1
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4] 2> 1021950 T3905 C:collection1 c:collection1
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain
"nodistrib"
[junit4] 2> 1021951 T3905 C:collection1 c:collection1
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain
"dedupe"
[junit4] 2> 1021951 T3905 C:collection1 c:collection1
oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 1021952 T3905 C:collection1 c:collection1
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain
"stored_sig"
[junit4] 2> 1021952 T3905 C:collection1 c:collection1
oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 1021952 T3905 C:collection1 c:collection1
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain
"distrib-dup-test-chain-explicit"
[junit4] 2> 1021953 T3905 C:collection1 c:collection1
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 1021954 T3905 C:collection1 c:collection1
oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 1021954 T3905 C:collection1 c:collection1
oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined
as default, creating implicit default
[junit4] 2> 1021983 T3905 C:collection1 c:collection1 oashl.XMLLoader.init
xsltCacheLifetimeSeconds=60
[junit4] 2> 1022000 T3905 C:collection1 c:collection1 oashl.XMLLoader.init
xsltCacheLifetimeSeconds=60
[junit4] 2> 1022023 T3905 C:collection1 c:collection1 oashl.XMLLoader.init
xsltCacheLifetimeSeconds=60
[junit4] 2> 1022028 T3905 C:collection1 c:collection1 oashl.XMLLoader.init
xsltCacheLifetimeSeconds=60
[junit4] 2> 1022130 T3905 C:collection1 c:collection1
oasc.RequestHandlers.initHandlersFromConfig Registered paths:
/update,standard,/admin/file,/admin/logging,/admin/plugins,/get,/admin/ping,/admin/threads,/update/csv,/replication,/schema,/update/json,/admin/properties,/admin/luke,/update/json/docs,/config,/admin/segments,/admin/mbeans,/admin/system
[junit4] 2> 1022134 T3905 C:collection1 c:collection1
oasc.SolrCore.initStatsCache Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 1022137 T3905 C:collection1 c:collection1
oasu.UpdateHandler.<init> Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1022137 T3905 C:collection1 c:collection1 oasu.UpdateLog.init
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10
[junit4] 2> 1022141 T3905 C:collection1 c:collection1
oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4] 2> 1022142 T3905 C:collection1 c:collection1
oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4] 2> 1022143 T3905 C:collection1 c:collection1
oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=19, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.11220480650992562]
[junit4] 2> 1022144 T3905 C:collection1 c:collection1
oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@5e5949da
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@37ffb79a),segFN=segments_1,generation=1}
[junit4] 2> 1022144 T3905 C:collection1 c:collection1
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4] 2> 1022145 T3905 C:collection1 c:collection1
oass.SolrIndexSearcher.<init> Opening Searcher@766d63c5[collection1] main
[junit4] 2> 1022145 T3905 C:collection1 c:collection1
oascc.ZkStateReader.readConfigName Load collection config
from:/collections/collection1
[junit4] 2> 1022177 T3905 C:collection1 c:collection1
oascc.ZkStateReader.readConfigName path=/collections/collection1
configName=conf1 specified config exists in ZooKeeper
[junit4] 2> 1022207 T3905 C:collection1 c:collection1
oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for
the RestManager with znodeBase: /configs/conf1
[junit4] 2> 1022214 T3905 C:collection1 c:collection1
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 1022214 T3905 C:collection1 c:collection1
oasr.RestManager.init Initializing RestManager with initArgs: {}
[junit4] 2> 1022215 T3905 C:collection1 c:collection1
oasr.ManagedResourceStorage.load Reading _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1022216 T3905 C:collection1 c:collection1
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 1022217 T3905 C:collection1 c:collection1
oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1022217 T3905 C:collection1 c:collection1
oasr.RestManager.init Initializing 0 registered ManagedResources
[junit4] 2> 1022217 T3905 C:collection1 c:collection1
oash.ReplicationHandler.inform Commits will be reserved for 10000
[junit4] 2> 1022218 T3905 C:collection1 c:collection1
oasc.CoreContainer.registerCore registering core: collection1
[junit4] 2> 1022221 T3909 C:collection1 S:shard1
oasc.ZkController.register Register replica - core:collection1
address:http://127.0.0.1:53633/lv/p collection:collection1 shard:shard1
[junit4] 2> 1022223 T3906 C:collection1 c:collection1
oasc.SolrCore.registerSearcher [collection1] Registered new searcher
Searcher@766d63c5[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1022224 T3848 oass.SolrDispatchFilter.init
user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0
[junit4] 2> 1022224 T3848 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 1022225 T3909 C:collection1 S:shard1
oascc.SolrZkClient.makePath makePath:
/collections/collection1/leader_elect/shard1/election
[junit4] 2> 1022306 T3909 C:collection1 S:shard1
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for
shard shard1
[junit4] 2> 1022311 T3909 C:collection1 S:shard1
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 1022312 T3909 C:collection1 S:shard1
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try
and sync
[junit4] 2> ASYNC NEW_CORE C973 name=collection1
org.apache.solr.core.SolrCore@7fd3de70
url=http://127.0.0.1:53633/lv/p/collection1 node=127.0.0.1:53633_lv%2Fp
C973_STATE=coll:collection1 core:collection1 props:{state=down,
node_name=127.0.0.1:53633_lv%2Fp, core=collection1,
base_url=http://127.0.0.1:53633/lv/p}
[junit4] 2> 1022312 T3909 C:collection1 S:shard1 C973 P53633
oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:53633/lv/p/collection1/
[junit4] 2> 1022312 T3909 C:collection1 S:shard1 C973 P53633
oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4] 2> 1022313 T3909 C:collection1 S:shard1 C973 P53633
oasc.SyncStrategy.syncToMe http://127.0.0.1:53633/lv/p/collection1/ has no
replicas
[junit4] 2> 1022313 T3909 C:collection1 S:shard1
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader:
http://127.0.0.1:53633/lv/p/collection1/ shard1
[junit4] 2> 1022313 T3909 C:collection1 S:shard1
oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4] 2> 1022314 T3874 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1022322 T3875 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"collection1"} current state version: 5
[junit4] 2> 1022326 T3875 oasco.ZkStateWriter.writePendingUpdates going to
update_collection /collections/collection1/state.json version: 1
[junit4] 2> 1022346 T3904 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> 1022363 T3904 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 2
[junit4] 2> 1022427 T3875 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:53633/lv/p",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"} current state version: 5
[junit4] 2> 1022432 T3875 oasco.ZkStateWriter.writePendingUpdates going to
update_collection /collections/collection1/state.json version: 2
[junit4] 2> 1022435 T3904 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> 1022440 T3904 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 3
[junit4] 2> 1022453 T3874 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1022476 T3909 C:collection1 S:shard1
oasc.ZkController.register We are http://127.0.0.1:53633/lv/p/collection1/ and
leader is http://127.0.0.1:53633/lv/p/collection1/
[junit4] 2> 1022476 T3909 C:collection1 S:shard1
oasc.ZkController.register No LogReplay needed for core=collection1
baseURL=http://127.0.0.1:53633/lv/p
[junit4] 2> 1022477 T3909 C:collection1 S:shard1
oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4] 2> 1022477 T3909 C:collection1 S:shard1 c:collection1
oasc.ZkController.publish publishing core=collection1 state=active
collection=collection1
[junit4] 2> 1022477 T3909 C:collection1 S:shard1 c:collection1
oasc.ZkController.publish numShards not found on descriptor - reading it from
system property
[junit4] 2> 1022494 T3874 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1022500 T3875 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"state",
[junit4] 2> "collection":"collection1",
[junit4] 2> "state":"active",
[junit4] 2> "node_name":"127.0.0.1:53633_lv%2Fp",
[junit4] 2> "roles":null,
[junit4] 2> "numShards":"1",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "core":"collection1",
[junit4] 2> "base_url":"http://127.0.0.1:53633/lv/p"} current
state version: 5
[junit4] 2> 1022503 T3875 oasco.ReplicaMutator.updateState Update state
numShards=1 message={
[junit4] 2> "operation":"state",
[junit4] 2> "collection":"collection1",
[junit4] 2> "state":"active",
[junit4] 2> "node_name":"127.0.0.1:53633_lv%2Fp",
[junit4] 2> "roles":null,
[junit4] 2> "numShards":"1",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "core":"collection1",
[junit4] 2> "base_url":"http://127.0.0.1:53633/lv/p"}
[junit4] 2> 1022508 T3875 oasco.ZkStateWriter.writePendingUpdates going to
update_collection /collections/collection1/state.json version: 3
[junit4] 2> 1022511 T3909 C:collection1 S:shard1
oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to
ver 3
[junit4] 2> 1022518 T3904 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> 1022520 T3904 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 4
[junit4] 2> 1023913 T3848 oas.SolrTestCaseJ4.writeCoreProperties Writing
core.properties file to
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest
B9B90EBBF50D7927-001/shard-2-001/cores/collection1
[junit4] 2> 1023916 T3848 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 2 in directory
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest
B9B90EBBF50D7927-001/shard-2-001
[junit4] 2> 1023917 T3848 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 1023925 T3848 oejs.AbstractConnector.doStart Started
[email protected]:53638
[junit4] 2> 1023943 T3848 oascse.JettySolrRunner$1.lifeCycleStarted Jetty
properties: {hostContext=/lv/p, hostPort=53637, solrconfig=solrconfig.xml,
solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest
B9B90EBBF50D7927-001/tempDir-001/jetty2,
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest
B9B90EBBF50D7927-001/shard-2-001/cores}
[junit4] 2> 1023944 T3848 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@5472fe25
[junit4] 2> 1023945 T3848 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest
B9B90EBBF50D7927-001/shard-2-001/'
[junit4] 2> 1024073 T3848 oasc.SolrXmlConfig.fromFile Loading container
configuration from
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest
B9B90EBBF50D7927-001/shard-2-001/solr.xml
[junit4] 2> 1024173 T3848 oasc.CorePropertiesLocator.<init> Config-defined
core root directory:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest
B9B90EBBF50D7927-001/shard-2-001/cores
[junit4] 2> 1024173 T3848 oasc.CoreContainer.<init> New CoreContainer
464935631
[junit4] 2> 1024173 T3848 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest
B9B90EBBF50D7927-001/shard-2-001/]
[junit4] 2> 1024173 T3848 oasc.CoreContainer.load loading shared library:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest
B9B90EBBF50D7927-001/shard-2-001/lib
[junit4] 2> 1024174 T3848 oasc.SolrResourceLoader.addToClassLoader WARN
Can't find (or read) directory to add to classloader: lib (resolved as:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest
B9B90EBBF50D7927-001/shard-2-001/lib).
[junit4] 2> 1024192 T3848 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 1024193 T3848 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 1024193 T3848 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 1024193 T3848 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 1024193 T3848 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 1024194 T3848 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 1024194 T3848 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 1024194 T3848 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 1024194 T3848 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 1024194 T3848 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 1024195 T3848 oashc.HttpShardHandlerFactory.getParameter
Setting useRetries to: false
[junit4] 2> 1024196 T3848 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1024196 T3848 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1024196 T3848 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1024196 T3848 oasc.CoreContainer.load Node Name: 127.0.0.1
[junit4] 2> 1024197 T3848 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:53624/solr
[junit4] 2> 1024197 T3848 oasc.ZkController.checkChrootPath zkHost
includes chroot
[junit4] 2> 1024219 T3848
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1024222 T3848 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1024238 T3922 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@6d405c3f
name:ZooKeeperConnection Watcher:127.0.0.1:53624 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1024239 T3848 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1024239 T3848 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1024245 T3848 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1024249 T3925 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@6c16417a
name:ZooKeeperConnection Watcher:127.0.0.1:53624/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1024249 T3848 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1024305 T3848
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1025390 T3848 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53637_lv%2Fp
[junit4] 2> 1025396 T3848 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:53637_lv%2Fp
[junit4] 2> 1025429 T3848 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 1025440 T3848 oasc.CorePropertiesLocator.discover Looking for
core definitions underneath
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest
B9B90EBBF50D7927-001/shard-2-001/cores
[junit4] 2> 1025506 T3848 oasc.CoreDescriptor.<init> CORE DESCRIPTOR:
{coreNodeName=, shard=, loadOnStartup=true, collection=collection1,
dataDir=data/,
absoluteInstDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest
B9B90EBBF50D7927-001/shard-2-001/cores/collection1/, name=collection1,
config=solrconfig.xml, transient=false,
instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest
B9B90EBBF50D7927-001/shard-2-001/cores/collection1, schema=schema.xml}
[junit4] 2> 1025509 T3848 oasc.CorePropertiesLocator.discoverUnder Found
core collection1 in
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest
B9B90EBBF50D7927-001/shard-2-001/cores/collection1/
[junit4] 2> 1025510 T3848 oasc.CorePropertiesLocator.discover Found 1 core
definitions
[junit4] 2> 1025527 T3926 C:collection1 c:collection1
oasc.ZkController.publish publishing core=collection1 state=down
collection=collection1
[junit4] 2> 1025527 T3926 C:collection1 c:collection1
oasc.ZkController.publish numShards not found on descriptor - reading it from
system property
[junit4] 2> 1025560 T3874 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1025562 T3926 C:collection1 c:collection1
oasc.ZkController.preRegister Registering watch for external collection
collection1
[junit4] 2> 1025562 T3926 C:collection1 c:collection1
oascc.ZkStateReader.addZkWatch addZkWatch collection1
[junit4] 2> 1025563 T3926 C:collection1 c:collection1
oascc.ZkStateReader.addZkWatch Updating collection state at
/collections/collection1/state.json from ZooKeeper...
[junit4] 2> 1025563 T3875 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"state",
[junit4] 2> "collection":"collection1",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":"127.0.0.1:53637_lv%2Fp",
[junit4] 2> "roles":null,
[junit4] 2> "numShards":"1",
[junit4] 2> "shard":null,
[junit4] 2> "core":"collection1",
[junit4] 2> "base_url":"http://127.0.0.1:53637/lv/p"} current
state version: 5
[junit4] 2> 1025565 T3875 oasco.ReplicaMutator.updateState Update state
numShards=1 message={
[junit4] 2> "operation":"state",
[junit4] 2> "collection":"collection1",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":"127.0.0.1:53637_lv%2Fp",
[junit4] 2> "roles":null,
[junit4] 2> "numShards":"1",
[junit4] 2> "shard":null,
[juni
[...truncated too long message...]
lv/p
[junit4] 2> 1394367 T3848 C:control_collection S:shard1 c:collection1
oasc.SocketProxy.close WARN Closing 0 connections to:
http://127.0.0.1:53627/lv/p
[junit4] 2> 1394368 T3848 C:control_collection S:shard1 c:collection1
oasc.SocketProxy.close WARN Closing 5 connections to:
http://127.0.0.1:53643/lv/p
[junit4] 2> 1394368 T3848 C:control_collection S:shard1 c:collection1
oasc.SocketProxy.close WARN Closing 0 connections to:
http://127.0.0.1:53633/lv/p
[junit4] 2> 1394368 T3848 C:control_collection S:shard1 c:collection1
oasc.SocketProxy.close WARN Closing 0 connections to:
http://127.0.0.1:53637/lv/p
[junit4] 2> 1394369 T3848 C:control_collection S:shard1 c:collection1
oasc.SocketProxy.close WARN Closing 0 connections to:
http://127.0.0.1:53649/lv/p
[junit4] 2> 1394369 T3848 C:control_collection S:shard1 c:collection1
oasc.SocketProxy.close WARN Closing 0 connections to:
http://127.0.0.1:53627/lv/p
[junit4] 2> 1394369 T3848 C:control_collection S:shard1 c:collection1
oasc.SocketProxy.close WARN Closing 0 connections to:
http://127.0.0.1:53643/lv/p
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=LeaderInitiatedRecoveryOnCommitTest -Dtests.method=test
-Dtests.seed=B9B90EBBF50D7927 -Dtests.slow=true -Dtests.locale=en_MT
-Dtests.timezone=EAT -Dtests.asserts=true -Dtests.file.encoding=UTF-8
[junit4] FAILURE 383s J0 | LeaderInitiatedRecoveryOnCommitTest.test <<<
[junit4] > Throwable #1: java.lang.AssertionError: Didn't see all
replicas for shard shard1 in c8n_1x3_commits come up within 30000 ms!
ClusterState: {
[junit4] > "collection1":{
[junit4] > "maxShardsPerNode":"1",
[junit4] > "replicationFactor":"1",
[junit4] > "shards":{"shard1":{
[junit4] > "range":"80000000-7fffffff",
[junit4] > "state":"active",
[junit4] > "replicas":{
[junit4] > "core_node1":{
[junit4] > "state":"active",
[junit4] > "node_name":"127.0.0.1:53633_lv%2Fp",
[junit4] > "core":"collection1",
[junit4] > "base_url":"http://127.0.0.1:53633/lv/p",
[junit4] > "leader":"true"},
[junit4] > "core_node2":{
[junit4] > "state":"active",
[junit4] > "node_name":"127.0.0.1:53637_lv%2Fp",
[junit4] > "core":"collection1",
[junit4] > "base_url":"http://127.0.0.1:53637/lv/p"},
[junit4] > "core_node3":{
[junit4] > "state":"active",
[junit4] > "node_name":"127.0.0.1:53643_lv%2Fp",
[junit4] > "core":"collection1",
[junit4] > "base_url":"http://127.0.0.1:53643/lv/p"},
[junit4] > "core_node4":{
[junit4] > "state":"active",
[junit4] > "node_name":"127.0.0.1:53649_lv%2Fp",
[junit4] > "core":"collection1",
[junit4] > "base_url":"http://127.0.0.1:53649/lv/p"}}}},
[junit4] > "autoAddReplicas":"false",
[junit4] > "router":{"name":"compositeId"},
[junit4] > "autoCreated":"true"},
[junit4] > "control_collection":{
[junit4] > "maxShardsPerNode":"1",
[junit4] > "replicationFactor":"1",
[junit4] > "shards":{"shard1":{
[junit4] > "range":"80000000-7fffffff",
[junit4] > "state":"active",
[junit4] > "replicas":{"core_node1":{
[junit4] > "state":"active",
[junit4] > "node_name":"127.0.0.1:53627_lv%2Fp",
[junit4] > "core":"collection1",
[junit4] > "base_url":"http://127.0.0.1:53627/lv/p",
[junit4] > "leader":"true"}}}},
[junit4] > "autoAddReplicas":"false",
[junit4] > "router":{"name":"compositeId"},
[junit4] > "autoCreated":"true"},
[junit4] > "c8n_1x3_commits":{
[junit4] > "maxShardsPerNode":"1",
[junit4] > "replicationFactor":"3",
[junit4] > "shards":{"shard1":{
[junit4] > "range":"80000000-7fffffff",
[junit4] > "state":"active",
[junit4] > "replicas":{
[junit4] > "core_node1":{
[junit4] > "state":"recovering",
[junit4] > "node_name":"127.0.0.1:53649_lv%2Fp",
[junit4] > "core":"c8n_1x3_commits_shard1_replica2",
[junit4] > "base_url":"http://127.0.0.1:53649/lv/p"},
[junit4] > "core_node2":{
[junit4] > "state":"active",
[junit4] > "node_name":"127.0.0.1:53643_lv%2Fp",
[junit4] > "core":"c8n_1x3_commits_shard1_replica1",
[junit4] > "base_url":"http://127.0.0.1:53643/lv/p",
[junit4] > "leader":"true"},
[junit4] > "core_node3":{
[junit4] > "state":"active",
[junit4] > "node_name":"127.0.0.1:53637_lv%2Fp",
[junit4] > "core":"c8n_1x3_commits_shard1_replica3",
[junit4] > "base_url":"http://127.0.0.1:53637/lv/p"}}}},
[junit4] > "autoAddReplicas":"false",
[junit4] > "router":{"name":"compositeId"}}}
[junit4] > at
__randomizedtesting.SeedInfo.seed([B9B90EBBF50D7927:31ED31615BF114DF]:0)
[junit4] > at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:1995)
[junit4] > at
org.apache.solr.cloud.LeaderInitiatedRecoveryOnCommitTest.oneShardTest(LeaderInitiatedRecoveryOnCommitTest.java:116)
[junit4] > at
org.apache.solr.cloud.LeaderInitiatedRecoveryOnCommitTest.test(LeaderInitiatedRecoveryOnCommitTest.java:62)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 1394378 T3848 C:control_collection S:shard1 c:collection1
oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest
B9B90EBBF50D7927-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene50): {},
docValues:{}, sim=DefaultSimilarity, locale=en_MT, timezone=EAT
[junit4] 2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.7.0_76
(64-bit)/cpus=3,threads=1,free=100292768,total=262074368
[junit4] 2> NOTE: All tests run in this JVM: [TestHashPartitioner,
ParsingFieldUpdateProcessorsTest, TestLeaderElectionZkExpiry,
SystemInfoHandlerTest, LukeRequestHandlerTest, ZkControllerTest,
TestChildDocTransformer, CacheHeaderTest, DOMUtilTest,
HdfsUnloadDistributedZkTest, OutputWriterTest, CustomCollectionTest,
RankQueryTest, TestXIncludeConfig, TestBM25SimilarityFactory, PrimUtilsTest,
TimeZoneUtilsTest, CoreAdminHandlerTest, SliceStateTest,
TestManagedResourceStorage, HdfsDirectoryTest, TestStandardQParsers,
TestFunctionQuery, SolrCoreTest, FieldAnalysisRequestHandlerTest,
TestFieldTypeCollectionResource, TestPostingsSolrHighlighter,
RequiredFieldsTest, CursorPagingTest, TestImplicitCoreProperties,
RemoteQueryErrorTest, TestUpdate, TestAnalyzeInfixSuggestions,
LeaderElectionTest, TestLazyCores, BJQParserTest, ShardSplitTest,
TestReplicaProperties, SuggesterTest, HttpPartitionTest,
TestBinaryResponseWriter, CloudMLTQParserTest, TestRestManager,
TestCloudManagedSchema, TestJettySolrRunner, URLClassifyProcessorTest,
TestCloudPivotFacet, OverriddenZkACLAndCredentialsProvidersTest,
TestTolerantSearch, TestQueryTypes, TestSort, ClusterStateTest,
IndexSchemaRuntimeFieldTest, PingRequestHandlerTest, ActionThrottleTest,
CollectionsAPIAsyncDistributedZkTest, DocExpirationUpdateProcessorFactoryTest,
TestOverriddenPrefixQueryForCustomFieldType, ScriptEngineTest,
SharedFSAutoReplicaFailoverTest, BadCopyFieldTest, ClusterStateUpdateTest,
SimpleFacetsTest, TestFreeTextSuggestions, DeleteReplicaTest, OverseerTest,
SoftAutoCommitTest, SolrPluginUtilsTest, TestFastLRUCache, TestGroupingSearch,
TestPerFieldSimilarity, DistributedQueryElevationComponentTest, DocValuesTest,
DirectSolrConnectionTest, LeaderInitiatedRecoveryOnCommitTest]
[junit4] Completed on J0 in 382.97s, 1 test, 1 failure <<< FAILURES!
[...truncated 865 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:529: The following
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:477: The following
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:61: The following
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/extra-targets.xml:39: The
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build.xml:191: The
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/common-build.xml:509: The
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:1370:
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:976:
There were test failures: 478 suites, 1902 tests, 1 failure, 53 ignored (20
assumptions)
Total time: 78 minutes 50 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.7.0
-XX:-UseCompressedOops -XX:+UseSerialGC
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]