Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java7/4852/
1 tests failed.
REGRESSION: org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.testDistribSearch
Error Message:
Stack Trace:
java.lang.NullPointerException
at
__randomizedtesting.SeedInfo.seed([78B7EDFD3B558EC8:F95163E54C0AEEF4]:0)
at
org.apache.solr.client.solrj.impl.CloudSolrServer.requestWithRetryOnStaleState(CloudSolrServer.java:706)
at
org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:601)
at
org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:124)
at
org.apache.solr.client.solrj.SolrServer.deleteByQuery(SolrServer.java:285)
at
org.apache.solr.client.solrj.SolrServer.deleteByQuery(SolrServer.java:271)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.del(AbstractFullDistribZkTestBase.java:728)
at
org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.tryDelete(ChaosMonkeySafeLeaderTest.java:194)
at
org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.doTest(ChaosMonkeySafeLeaderTest.java:112)
at
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
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 11409 lines...]
[junit4] Suite: org.apache.solr.cloud.ChaosMonkeySafeLeaderTest
[junit4] 2> Creating dataDir:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-78B7EDFD3B558EC8-001/init-core-data-001
[junit4] 2> 807264 T1846 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl
(false) and clientAuth (true)
[junit4] 2> 807265 T1846 oas.BaseDistributedSearchTestCase.initHostContext
Setting hostContext system property: /
[junit4] 2> 807273 T1846 oas.SolrTestCaseJ4.setUp ###Starting
testDistribSearch
[junit4] 2> 807274 T1846 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4] 1> client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 807275 T1847 oasc.ZkTestServer$ZKServerMain.runFromConfig
Starting server
[junit4] 2> 807375 T1846 oasc.ZkTestServer.run start zk server on
port:14183
[junit4] 2> 807376 T1846
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 807377 T1846 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 807381 T1853 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@4afcd2a9
name:ZooKeeperConnection Watcher:127.0.0.1:14183 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 807381 T1846 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 807382 T1846 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 807382 T1846 oascc.SolrZkClient.makePath makePath: /solr
[junit4] 2> 807385 T1846
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 807386 T1846 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 807387 T1855 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@332c8b50
name:ZooKeeperConnection Watcher:127.0.0.1:14183/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 807388 T1846 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 807388 T1846 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 807388 T1846 oascc.SolrZkClient.makePath makePath:
/collections/collection1
[junit4] 2> 807390 T1846 oascc.SolrZkClient.makePath makePath:
/collections/collection1/shards
[junit4] 2> 807392 T1846 oascc.SolrZkClient.makePath makePath:
/collections/control_collection
[junit4] 2> 807393 T1846 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/shards
[junit4] 2> 807395 T1846 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 807396 T1846 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.xml
[junit4] 2> 807399 T1846 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/schema15.xml
to /configs/conf1/schema.xml
[junit4] 2> 807399 T1846 oascc.SolrZkClient.makePath makePath:
/configs/conf1/schema.xml
[junit4] 2> 807502 T1846 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 807503 T1846 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 807505 T1846 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 807505 T1846 oascc.SolrZkClient.makePath makePath:
/configs/conf1/stopwords.txt
[junit4] 2> 807507 T1846 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 807508 T1846 oascc.SolrZkClient.makePath makePath:
/configs/conf1/protwords.txt
[junit4] 2> 807510 T1846 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 807511 T1846 oascc.SolrZkClient.makePath makePath:
/configs/conf1/currency.xml
[junit4] 2> 807513 T1846 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 807513 T1846 oascc.SolrZkClient.makePath makePath:
/configs/conf1/enumsConfig.xml
[junit4] 2> 807515 T1846 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 807516 T1846 oascc.SolrZkClient.makePath makePath:
/configs/conf1/open-exchange-rates.json
[junit4] 2> 807518 T1846 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 807518 T1846 oascc.SolrZkClient.makePath makePath:
/configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 807520 T1846 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 807521 T1846 oascc.SolrZkClient.makePath makePath:
/configs/conf1/old_synonyms.txt
[junit4] 2> 807523 T1846 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 807524 T1846 oascc.SolrZkClient.makePath makePath:
/configs/conf1/synonyms.txt
[junit4] 2> 808978 T1846 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 808982 T1846 oejs.AbstractConnector.doStart Started
[email protected]:14187
[junit4] 2> 808983 T1846 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 808983 T1846 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 808983 T1846 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-78B7EDFD3B558EC8-001/tempDir-002
[junit4] 2> 808984 T1846 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-78B7EDFD3B558EC8-001/tempDir-002/'
[junit4] 2> 809017 T1846 oasc.ConfigSolr.fromFile Loading container
configuration from
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-78B7EDFD3B558EC8-001/tempDir-002/solr.xml
[junit4] 2> 809077 T1846 oasc.CoreContainer.<init> New CoreContainer
2039896475
[junit4] 2> 809078 T1846 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-78B7EDFD3B558EC8-001/tempDir-002/]
[junit4] 2> 809079 T1846 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 809079 T1846 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 809079 T1846 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 809079 T1846 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 809079 T1846 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 809080 T1846 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 809080 T1846 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 809080 T1846 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 809080 T1846 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 809081 T1846 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 809081 T1846 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 809081 T1846 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 809082 T1846 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 809082 T1846 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:14183/solr
[junit4] 2> 809082 T1846 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 809083 T1846
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 809083 T1846 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 809084 T1866 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@7dd50d79
name:ZooKeeperConnection Watcher:127.0.0.1:14183 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 809086 T1846 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 809086 T1846 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 809087 T1846 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 809088 T1868 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@5190f3a6
name:ZooKeeperConnection Watcher:127.0.0.1:14183/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 809088 T1846 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 809089 T1846 oascc.SolrZkClient.makePath makePath:
/overseer/queue
[junit4] 2> 809091 T1846 oascc.SolrZkClient.makePath makePath:
/overseer/collection-queue-work
[junit4] 2> 809092 T1846 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-running
[junit4] 2> 809094 T1846 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-completed
[junit4] 2> 809095 T1846 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-failure
[junit4] 2> 809097 T1846 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4] 2> 809097 T1846 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:14187_
[junit4] 2> 809098 T1846 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:14187_
[junit4] 2> 809099 T1846 oascc.SolrZkClient.makePath makePath:
/overseer_elect
[junit4] 2> 809100 T1846 oascc.SolrZkClient.makePath makePath:
/overseer_elect/election
[junit4] 2> 809101 T1846 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 809102 T1846 oasc.OverseerElectionContext.runLeaderProcess I
am going to be the leader 127.0.0.1:14187_
[junit4] 2> 809103 T1846 oascc.SolrZkClient.makePath makePath:
/overseer_elect/leader
[junit4] 2> 809104 T1846 oasc.Overseer.start Overseer
(id=92462403613425667-127.0.0.1:14187_-n_0000000000) starting
[junit4] 2> 809105 T1846 oascc.SolrZkClient.makePath makePath:
/overseer/queue-work
[junit4] 2> 809109 T1846 oasc.OverseerAutoReplicaFailoverThread.<init>
Starting OverseerAutoReplicaFailoverThread
autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 809110 T1870 oasc.OverseerCollectionProcessor.run Process
current queue of collection creations
[junit4] 2> 809110 T1846 oascc.SolrZkClient.makePath makePath:
/clusterstate.json
[junit4] 2> 809112 T1846 oascc.SolrZkClient.makePath makePath:
/aliases.json
[junit4] 2> 809113 T1846
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 809115 T1869 oasc.Overseer$ClusterStateUpdater.run Starting to
work on the main queue
[junit4] 2> 809118 T1872 oasc.ZkController.publish publishing
core=collection1 state=down collection=control_collection
[junit4] 2> 809118 T1872 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 809119 T1872 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 809119 T1873 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 809121 T1869 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=1 message={
[junit4] 2> "base_url":"http://127.0.0.1:14187",
[junit4] 2> "numShards":"1",
[junit4] 2> "roles":null,
[junit4] 2> "operation":"state",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "core":"collection1",
[junit4] 2> "shard":null,
[junit4] 2> "node_name":"127.0.0.1:14187_",
[junit4] 2> "state":"down"}
[junit4] 2> 809121 T1869
oasc.Overseer$ClusterStateUpdater.createCollection Create collection
control_collection with shards [shard1]
[junit4] 2> 809121 T1869
oasc.Overseer$ClusterStateUpdater.createCollection state version
control_collection 1
[junit4] 2> 809121 T1869 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard1
[junit4] 2> 809123 T1873 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> 810119 T1872 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 810120 T1872 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:control_collection
[junit4] 2> 810121 T1872 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 810121 T1872 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/control_collection
[junit4] 2> 810121 T1872 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 810122 T1872 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-78B7EDFD3B558EC8-001/tempDir-002/collection1/'
[junit4] 2> 810124 T1872 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-78B7EDFD3B558EC8-001/tempDir-002/collection1/lib/README'
to classloader
[junit4] 2> 810125 T1872 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-78B7EDFD3B558EC8-001/tempDir-002/collection1/lib/classes/'
to classloader
[junit4] 2> 810125 T1872 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-78B7EDFD3B558EC8-001/tempDir-002/collection1/lib/.svn/'
to classloader
[junit4] 2> 810187 T1872 oasc.SolrConfig.<init> Using Lucene MatchVersion:
5.0.0
[junit4] 2> 810231 T1872 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 810332 T1872 oass.IndexSchema.readSchema Reading Solr Schema
from schema.xml
[junit4] 2> 810341 T1872 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 810893 T1872 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 810896 T1872 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 810898 T1872 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 810902 T1872 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 810922 T1872 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection control_collection
[junit4] 2> 810922 T1872 oasc.SolrCore.initDirectoryFactory
solr.StandardDirectoryFactory
[junit4] 2> 810923 T1872 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-78B7EDFD3B558EC8-001/tempDir-002/collection1/,
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-78B7EDFD3B558EC8-001/tempDir-001/control/data/
[junit4] 2> 810923 T1872 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5233d6f1
[junit4] 2> 810926 T1872 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-78B7EDFD3B558EC8-001/tempDir-001/control/data
[junit4] 2> 810927 T1872 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-78B7EDFD3B558EC8-001/tempDir-001/control/data/index/
[junit4] 2> 810928 T1872 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-78B7EDFD3B558EC8-001/tempDir-001/control/data/index'
doesn't exist. Creating new index...
[junit4] 2> 810929 T1872 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-78B7EDFD3B558EC8-001/tempDir-001/control/data/index
[junit4] 2> 810930 T1872 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy:
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=44,
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807,
calibrateSizeByDeletes=false, maxMergeDocs=2147483647,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7160892000876323]
[junit4] 2> 810934 T1872 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-78B7EDFD3B558EC8-001/tempDir-001/control/data/index,segFN=segments_1,generation=1}
[junit4] 2> 810934 T1872 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 810939 T1872 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 810940 T1872 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 810940 T1872 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 810940 T1872 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 810941 T1872 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 810941 T1872 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 810942 T1872 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 810942 T1872 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 810942 T1872 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 810943 T1872 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 810943 T1872 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 810944 T1872 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 810944 T1872 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 810945 T1872 oasc.RequestHandlers.initHandlersFromConfig
created /get: solr.RealTimeGetHandler
[junit4] 2> 810945 T1872 oasc.RequestHandlers.initHandlersFromConfig
adding lazy requestHandler: solr.ReplicationHandler
[junit4] 2> 810945 T1872 oasc.RequestHandlers.initHandlersFromConfig
created /replication: solr.ReplicationHandler
[junit4] 2> 810946 T1872 oasc.RequestHandlers.initHandlersFromConfig
created /update: solr.UpdateRequestHandler
[junit4] 2> 810946 T1872 oasc.RequestHandlers.initHandlersFromConfig
created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4] 2> 810947 T1872 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 810947 T1872 oasc.RequestHandlers.initHandlersFromConfig
created /admin/fileedit: solr.admin.EditFileRequestHandler
[junit4] 2> 810965 T1872 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 810967 T1872 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 810969 T1872 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 810970 T1872 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 810974 T1872 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
[junit4] 2> 810974 T1872 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
[junit4] 2> 810975 T1872 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=29, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=97.1416015625,
floorSegmentMB=1.1376953125, forceMergeDeletesPctAllowed=12.88336320150321,
segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6431990326409969
[junit4] 2> 810977 T1872 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-78B7EDFD3B558EC8-001/tempDir-001/control/data/index,segFN=segments_1,generation=1}
[junit4] 2> 810977 T1872 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 810977 T1872 oass.SolrIndexSearcher.<init> Opening
Searcher@32d9784d[collection1] main
[junit4] 2> 810978 T1872 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/control_collection
[junit4] 2> 810979 T1872 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 810979 T1872 oasr.ManagedResourceStorage.newStorageIO Setting
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 810979 T1872
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 810979 T1872 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 810980 T1872 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 810980 T1872
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 810981 T1872 oasr.ManagedResourceStorage.load Loaded null at
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 810981 T1872 oascc.SolrZkClient.makePath makePath:
/configs/conf1/_rest_managed.json
[junit4] 2> 810983 T1872
oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new
znode /configs/conf1/_rest_managed.json
[junit4] 2> 810983 T1872 oasr.ManagedResourceStorage$JsonStorage.store
Saved JSON object to path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 810984 T1872 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 810987 T1874 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@32d9784d[collection1]
main{UninvertingDirectoryReader()}
[junit4] 2> 810990 T1872 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 810991 T1877 oasc.ZkController.register Register replica -
core:collection1 address:http://127.0.0.1:14187 collection:control_collection
shard:shard1
[junit4] 2> 810991 T1846 oass.SolrDispatchFilter.init
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1
[junit4] 2> 810991 T1846 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 810991 T1877 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leader_elect/shard1/election
[junit4] 2> 810992 T1846
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 810993 T1846 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 810994 T1879 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@599d451b
name:ZooKeeperConnection Watcher:127.0.0.1:14183/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 810995 T1846 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 810995 T1846 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 810996 T1846
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 810997 T1877 oasc.ShardLeaderElectionContext.runLeaderProcess
Running the leader process for shard shard1
[junit4] 2> 810998 T1873 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 810999 T1877
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 810999 T1877 oasc.ShardLeaderElectionContext.runLeaderProcess
I may be the new leader - try and sync
[junit4] 2> ASYNC NEW_CORE C361 name=collection1
org.apache.solr.core.SolrCore@52874f42 url=http://127.0.0.1:14187/collection1
node=127.0.0.1:14187_ C361_STATE=coll:control_collection core:collection1
props:{base_url=http://127.0.0.1:14187, core=collection1,
node_name=127.0.0.1:14187_, state=down}
[junit4] 2> 810999 T1877 C361 P14187 oasc.SyncStrategy.sync Sync replicas
to http://127.0.0.1:14187/collection1/
[junit4] 2> 810999 T1846 oasc.ChaosMonkey.monkeyLog monkey: init - expire
sessions:false cause connection loss:false
[junit4] 2> 810999 T1877 C361 P14187 oasc.SyncStrategy.syncReplicas Sync
Success - now sync replicas to me
[junit4] 2> 811000 T1877 C361 P14187 oasc.SyncStrategy.syncToMe
http://127.0.0.1:14187/collection1/ has no replicas
[junit4] 2> 811000 T1877 oasc.ShardLeaderElectionContext.runLeaderProcess
I am the new leader: http://127.0.0.1:14187/collection1/ shard1
[junit4] 2> 811000 T1877 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leaders/shard1
[junit4] 2> 811002 T1873 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> 811002 T1880 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> 811008 T1873 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 811009 T1873 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> 811009 T1880 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> 811056 T1877 oasc.ZkController.register We are
http://127.0.0.1:14187/collection1/ and leader is
http://127.0.0.1:14187/collection1/
[junit4] 2> 811057 T1877 oasc.ZkController.register No LogReplay needed
for core=collection1 baseURL=http://127.0.0.1:14187
[junit4] 2> 811057 T1877 oasc.ZkController.checkRecovery I am the leader,
no recovery necessary
[junit4] 2> 811057 T1877 oasc.ZkController.publish publishing
core=collection1 state=active collection=control_collection
[junit4] 2> 811057 T1877 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 811058 T1873 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 811061 T1869 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=1 message={
[junit4] 2> "base_url":"http://127.0.0.1:14187",
[junit4] 2> "numShards":"1",
[junit4] 2> "roles":null,
[junit4] 2> "operation":"state",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "core":"collection1",
[junit4] 2> "shard":"shard1",
[junit4] 2> "node_name":"127.0.0.1:14187_",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "state":"active"}
[junit4] 2> 811164 T1873 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> 811164 T1880 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> 812149 T1846 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 1
[junit4] 2> 812149 T1846 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 812152 T1846 oejs.AbstractConnector.doStart Started
[email protected]:14195
[junit4] 2> 812153 T1846 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 812153 T1846 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 812153 T1846 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-78B7EDFD3B558EC8-001/tempDir-003
[junit4] 2> 812154 T1846 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-78B7EDFD3B558EC8-001/tempDir-003/'
[junit4] 2> 812182 T1846 oasc.ConfigSolr.fromFile Loading container
configuration from
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-78B7EDFD3B558EC8-001/tempDir-003/solr.xml
[junit4] 2> 812233 T1846 oasc.CoreContainer.<init> New CoreContainer
467339256
[junit4] 2> 812234 T1846 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-78B7EDFD3B558EC8-001/tempDir-003/]
[junit4] 2> 812235 T1846 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 812235 T1846 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 812235 T1846 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 812236 T1846 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 812236 T1846 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 812236 T1846 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 812236 T1846 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 812236 T1846 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 812237 T1846 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 812237 T1846 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 812238 T1846 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 812238 T1846 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 812238 T1846 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 812238 T1846 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:14183/solr
[junit4] 2> 812239 T1846 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 812239 T1846
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 812239 T1846 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 812241 T1891 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@48e83911
name:ZooKeeperConnection Watcher:127.0.0.1:14183 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 812242 T1846 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 812242 T1846 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 812244 T1846 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 812245 T1893 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@49ea9892
name:ZooKeeperConnection Watcher:127.0.0.1:14183/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 812246 T1846 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 812250 T1846
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 813253 T1846 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:14195_
[junit4] 2> 813254 T1846 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:14195_
[junit4] 2> 813257 T1846 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 813264 T1895 oasc.ZkController.publish publishing
core=collection1 state=down collection=collection1
[junit4] 2> 813264 T1895 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 813265 T1895 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 813265 T1873 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 813267 T1869 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=1 message={
[junit4] 2> "base_url":"http://127.0.0.1:14195",
[junit4] 2> "numShards":"1",
[junit4] 2> "roles":null,
[junit4] 2> "operation":"state",
[junit4] 2> "collection":"collection1",
[junit4] 2> "core":"collection1",
[junit4] 2> "shard":null,
[junit4] 2> "node_name":"127.0.0.1:14195_",
[junit4] 2> "state":"down"}
[junit4] 2> 813268 T1869
oasc.Overseer$ClusterStateUpdater.createCollection Create collection
collection1 with shards [shard1]
[junit4] 2> 813268 T1869
oasc.Overseer$ClusterStateUpdater.createCollection state version collection1 1
[junit4] 2> 813268 T1869 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard1
[junit4] 2> 813270 T1873 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 813270 T1880 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 813270 T1894 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 814265 T1895 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 814266 T1895 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:collection1
[junit4] 2> 814267 T1895 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 814267 T1895 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 814267 T1895 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 814268 T1895 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-78B7EDFD3B558EC8-001/tempDir-003/collection1/'
[junit4] 2> 814269 T1895 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-78B7EDFD3B558EC8-001/tempDir-003/collection1/lib/README'
to classloader
[junit4] 2> 814270 T1895 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-78B7EDFD3B558EC8-001/tempDir-003/collection1/lib/classes/'
to classloader
[junit4] 2> 814271 T1895 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-78B7EDFD3B558EC8-001/tempDir-003/collection1/lib/.svn/'
to classloader
[junit4] 2> 814343 T1895 oasc.SolrConfig.<init> Using Lucene MatchVersion:
5.0.0
[junit4] 2> 814387 T1895 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 814489 T1895 oass.IndexSchema.readSchema Reading Solr Schema
from schema.xml
[junit4] 2> 814498 T1895 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 814829 T1895 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 814832 T1895 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 814834 T1895 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 814839 T1895 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 814858 T1895 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection collection1
[junit4] 2> 814859 T1895 oasc.SolrCore.initDirectoryFactory
solr.StandardDirectoryFactory
[junit4] 2> 814859 T1895 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-78B7EDFD3B558EC8-001/tempDir-003/collection1/,
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-78B7EDFD3B558EC8-001/tempDir-001/jetty1/
[junit4] 2> 814859 T1895 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5233d6f1
[junit4] 2> 814861 T1895 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-78B7EDFD3B558EC8-001/tempDir-001/jetty1
[junit4] 2> 814862 T1895 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-78B7EDFD3B558EC8-001/tempDir-001/jetty1/index/
[junit4] 2> 814863 T1895 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-78B7EDFD3B558EC8-001/tempDir-001/jetty1/index'
doesn't exist. Creating new index...
[junit4] 2> 814864 T1895 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-78B7EDFD3B558EC8-001/tempDir-001/jetty1/index
[junit4] 2> 814864 T1895 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy:
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=44,
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807,
calibrateSizeByDeletes=false, maxMergeDocs=2147483647,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7160892000876323]
[junit4] 2> 814960 T1895 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-78B7EDFD3B558EC8-001/tempDir-001/jetty1/index,segFN=segments_1,generation=1}
[junit4] 2> 814960 T1895 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 814967 T1895 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 814967 T1895 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 814967 T1895 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 814968 T1895 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 814968 T1895 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 814968 T1895 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 814969 T1895 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 814969 T1895 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 814969 T1895 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 814970 T1895 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 814971 T1895 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 814971 T1895 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 814972 T1895 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 814973 T1895 oasc.RequestHandlers.initHandlersFromConfig
created /get: solr.RealTimeGetHandler
[junit4] 2> 814973 T1895 oasc.RequestHandlers.initHandlersFromConfig
adding lazy requestHandler: solr.ReplicationHandler
[junit4] 2> 814973 T1895 oasc.RequestHandlers.initHandlersFromConfig
created /replication: solr.ReplicationHandler
[junit4] 2> 814974 T1895 oasc.RequestHandlers.initHandlersFromConfig
created /update: solr.UpdateRequestHandler
[junit4] 2> 814974 T1895 oasc.RequestHandlers.initHandlersFromConfig
created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4] 2> 814975 T1895 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 814975 T1895 oasc.RequestHandlers.initHandlersFromConfig
created /admin/fileedit: solr.admin.EditFileRequestHandler
[junit4] 2> 814994 T1895 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 814996 T1895 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 814997 T1895 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 814999 T1895 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 815003 T1895 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
[junit4] 2> 815003 T1895 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
[junit4] 2> 815004 T1895 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=29, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=97.1416015625,
floorSegmentMB=1.1376953125, forceMergeDeletesPctAllowed=12.88336320150321,
segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6431990326409969
[junit4] 2> 815006 T1895 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-78B7EDFD3B558EC8-001/tempDir-001/jetty1/index,segFN=segments_1,generation=1}
[junit4] 2> 815006 T1895 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 815007 T1895 oass.SolrIndexSearcher.<init> Opening
Searcher@77170ad4[collection1] main
[junit4] 2> 815007 T1895 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 815008 T1895 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 815008 T1895 oasr.ManagedResourceStorage.newStorageIO Setting
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 815009 T1895
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 815009 T1895 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 815009 T1895 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 815010 T1895
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes
from znode /configs/conf1/_rest_managed.json
[junit4] 2> 815010 T1895 oasr.ManagedResourceStorage.load Loaded
LinkedHashMap at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 815011 T1895 oasr.ManagedResource.reloadFromStorage Loaded
initArgs {} for /rest/managed
[junit4] 2> 815011 T1895 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 815015 T1896 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@77170ad4[collection1]
main{UninvertingDirectoryReader()}
[junit4] 2> 815019 T1895 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 815020 T1899 oasc.ZkController.register Register replica -
core:collection1 address:http://127.0.0.1:14195 collection:collection1
shard:shard1
[junit4] 2> 815020 T1846 oass.SolrDispatchFilter.init
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1
[junit4] 2> 815021 T1846 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 815021 T1899 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leader_elect/shard1/election
[junit4] 2> 815023 T1846
oasc.AbstractFullDistribZkTestBase.randomlyEnableAutoSoftCommit Not turning on
auto soft commit
[junit4] 2> 815025 T1899 oasc.ShardLeaderElectionContext.runLeaderProcess
Running the leader process for shard shard1
[junit4] 2> 815028 T1873 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 815028 T1899
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 815029 T1899 oasc.ShardLeaderElectionContext.runLeaderProcess
I may be the new leader - try and sync
[junit4] 2> ASYNC NEW_CORE C362 name=collection1
org.apache.solr.core.SolrCore@4839b078 url=http://127.0.0.1:14195/collection1
node=127.0.0.1:14195_ C362_STATE=coll:collection1 core:collection1
props:{base_url=http://127.0.0.1:14195, core=collection1,
node_name=127.0.0.1:14195_, state=down}
[junit4] 2> 815029 T1899 C362 P14195 oasc.SyncStrategy.sync Sync replicas
to http://127.0.0.1:14195/collection1/
[junit4] 2> 815030 T1899 C362 P14195 oasc.SyncStrategy.syncReplicas Sync
Success - now sync replicas to me
[junit4] 2> 815030 T1899 C362 P14195 oasc.SyncStrategy.syncToMe
http://127.0.0.1:14195/collection1/ has no replicas
[junit4] 2> ASYNC NEW_CORE C363 name=collection1
org.apache.solr.core.SolrCore@52874f42 url=http://127.0.0.1:14187/collection1
node=127.0.0.1:14187_ C363_STATE=coll:control_collection core:collection1
props:{base_url=http://127.0.0.1:14187, core=collection1,
node_name=127.0.0.1:14187_, state=active, leader=true}
[junit4] 2> 815030 T1862 C363 P14187 oasup.LogUpdateProcessor.finish
[collection1] webapp= path=/update params={wt=javabin&version=2}
{deleteByQuery=*:* (-1479398465934983168)} 0 5
[junit4] 2> 815030 T1899 oasc.ShardLeaderElectionContext.runLeaderProcess
I am the new leader: http://127.0.0.1:14195/collection1/ shard1
[junit4] 2> 815031 T1899 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leaders/shard1
[junit4] 2> 815032 T1846
oascsi.CloudSolrServer.requestWithRetryOnStaleState ERROR Request to collection
collection1 failed due to (510) org.apache.solr.common.SolrException: Not
enough nodes to handle the request, retry? 0
[junit4] 2> 815033 T1873 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 815034 T1846 oasc.ChaosMonkey.monkeyLog monkey: stop shard!
14187
[junit4] 2> 815033 T1894 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 815034 T1846 oasc.CoreContainer.shutdown Shutting down
CoreContainer instance=2039896475
[junit4] 2> 815035 T1846 oasc.ZkController.publish publishing
core=collection1 state=down collection=control_collection
[junit4] 2> 815035 T1846 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 815036 T1846 oasc.SolrCore.close [collection1] CLOSING
SolrCore org.apache.solr.core.SolrCore@52874f42
[junit4] 2> 815036 T1900 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 815040 T1869 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=null message={
[junit4] 2> "base_url":"http://127.0.0.1:14187",
[junit4] 2> "roles":null,
[junit4] 2> "operation":"state",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "core":"collection1",
[junit4] 2> "shard":"shard1",
[junit4] 2> "node_name":"127.0.0.1:14187_",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "state":"down"}
[junit4] 2> 815041 T1900 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 815042 T1846 oasu.DirectUpdateHandler2.close closing
DirectUpdateHandler2{commits=0,autocommits=0,soft
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=1,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
[junit4] 2> 815042 T1900 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 815042 T1894 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 815042 T1846 oasu.SolrCoreState.decrefSolrCoreState Closing
SolrCoreState
[junit4] 2> 815043 T1846 oasu.DefaultSolrCoreState.closeIndexWriter
SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4] 2> 815043 T1846 oasu.DefaultSolrCoreState.closeIndexWriter
closing IndexWriter with IndexWriterCloser
[junit4] 2> 815044 T1846 C363 P14187 oasu.DirectUpdateHandler2.closeWriter
Committing on IndexWriter close.
[junit4] 2> C363_STATE=coll:control_collection core:collection1
props:{base_url=http://127.0.0.1:14187, core=collection1,
node_name=127.0.0.1:14187_, state=down, leader=true}
[junit4] 2> 815057 T1846 C363 P14187 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2>
commit{dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-78B7EDFD3B558EC8-001/tempDir-001/control/data/index,segFN=segments_1,generation=1}
[junit4] 2>
commit{dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-78B7EDFD3B558EC8-001/tempDir-001/control/data/index,segFN=segments_2,generation=2}
[junit4] 2> 815059 T1846 C363 P14187 oasc.SolrDeletionPolicy.updateCommits
newest commit generation = 2
[junit4] 2> 815062 T1846 oasc.SolrCore.closeSearcher [collection1] Closing
main searcher on request.
[junit4] 2> 815062 T1846 oasc.CachingDirectoryFactory.close Closing
StandardDirectoryFactory - 2 directories currently being tracked
[junit4] 2> 815063 T1846 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-78B7EDFD3B558EC8-001/tempDir-001/control/data
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-78B7EDFD3B558EC8-001/tempDir-001/control/data;done=false>>]
[junit4] 2> 815063 T1846 oasc.CachingDirectoryFactory.close Closing
directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-78B7EDFD3B558EC8-001/tempDir-001/control/data
[junit4] 2> 815063 T1846 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-78B7EDFD3B558EC8-001/tempDir-001/control/data/index
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-78B7EDFD3B558EC8-001/tempDir-001/control/data/index;done=false>>]
[junit4] 2> 815064 T1846 oasc.CachingDirectoryFactory.close Closing
directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-78B7EDFD3B558EC8-001/tempDir-001/control/data/index
[junit4] 2> 815064 T1846 oasc.Overseer.close Overseer
(id=92462403613425667-127.0.0.1:14187_-n_0000000000) closing
[junit4] 2> 815065 T1869 oasc.Overseer$ClusterStateUpdater.run Overseer
Loop exiting : 127.0.0.1:14187_
[junit4] 2> 815068 T1902 oasc.OverseerElectionContext.runLeaderProcess I
am going to be the leader 127.0.0.1:14195_
[junit4] 2> 815068 T1902 oascc.SolrZkClient.makePath makePath:
/overseer_elect/leader
[junit4] 2> 815069 T1902 oasc.Overseer.start Overseer
(id=92462403613425670-127.0.0.1:14195_-n_0000000001) starting
[junit4] 2> 815076 T1902 oasc.OverseerAutoReplicaFailoverThread.<init>
Starting OverseerAutoReplicaFailoverThread
autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 815076 T1904 oasc.OverseerCollectionProcessor.run Process
current queue of collection creations
[junit4] 2> 815077 T1903 oasc.Overseer$ClusterStateUpdater.run Starting to
work on the main queue
[junit4] 2> 815086 T1899 oasc.ZkController.register We are
http://127.0.0.1:14195/collection1/ and leader is
http://127.0.0.1:14195/collection1/
[junit4] 2> 815087 T1899 oasc.ZkController.register No LogReplay needed
for core=collection1 baseURL=http://127.0.0.1:14195
[junit4] 2> 815087 T1899 oasc.ZkController.checkRecovery I am the leader,
no recovery necessary
[junit4] 2> 815087 T1899 oasc.ZkController.publish publishing
core=collection1 state=active collection=collection1
[junit4] 2> 815087 T1899 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 815088 T1902 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 815091 T1903 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=null message={
[junit4] 2> "base_url":"http://127.0.0.1:14195",
[junit4] 2> "roles":null,
[junit4] 2> "operation":"state",
[junit4] 2> "collection":"collection1",
[junit4] 2> "core":"collection1",
[junit4] 2> "shard":"shard1",
[junit4] 2> "node_name":"127.0.0.1:14195_",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "state":"active"}
[junit4] 2> 815093 T1902 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> 816566 T1901
oasc.Overseer$ClusterStateUpdater.checkIfIamStillLeader ERROR could not read
the data org.apache.zookeeper.KeeperException$SessionExpiredException:
KeeperErrorCode = Session expired for /overseer_elect/leader
[junit4] 2> at
org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
[junit4] 2> at
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
[junit4] 2> at
org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:347)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:344)
[junit4] 2> at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:61)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:344)
[junit4] 2> at
org.apache.solr.cloud.Overseer$ClusterStateUpdater.checkIfIamStillLeader(Overseer.java:346)
[junit4] 2> at
org.apache.solr.cloud.Overseer$ClusterStateUpdater.access$300(Overseer.java:89)
[junit4] 2> at
org.apache.solr.cloud.Overseer$ClusterStateUpdater$1.run(Overseer.java:296)
[junit4] 2>
[junit4] 2> 816568 T1900 oascc.ZkStateReader$3.process WARN ZooKeeper
watch triggered, but Solr cannot talk to ZK
[junit4] 2> 816570 T1846 oejsh.ContextHandler.doStop stopped
o.e.j.s.ServletContextHandler{/,null}
[junit4] 2> 820035 T1846 oasc.ChaosMonkey.monkeyLog monkey: stop shard!
14195
[junit4] 2> 820036 T1846 oasc.CoreContainer.shutdown Shutting down
CoreContainer instance=467339256
[junit4] 2> 820036 T1846 oasc.ZkController.publish publishing
core=collection1 state=down collection=collection1
[junit4] 2> 820037 T1846 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 820038 T1902 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 820039 T1846 oasc.SolrCore.close [collection1] CLOSING
SolrCore org.apache.solr.core.SolrCore@4839b078
[junit4] 2> 820041 T1903 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=null message={
[junit4] 2> "base_url":"http://127.0.0.1:14195",
[junit4] 2> "roles":null,
[junit4] 2> "operation":"state",
[junit4] 2> "collection":"collection1",
[junit4] 2> "core":"collection1",
[junit4] 2> "shard":"shard1",
[junit4] 2> "node_name":"127.0.0.1:14195_",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "state":"down"}
[junit4] 2> 820044 T1902 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> 820049 T1846 oasu.DirectUpdateHandler2.close closing
DirectUpdateHandler2{commits=0,autocommits=0,soft
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
[junit4] 2> 820050 T1846 oasu.SolrCoreState.decrefSolrCoreState Closing
SolrCoreState
[junit4] 2> 820050 T1846 oasu.DefaultSolrCoreState.closeIndexWriter
SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4] 2> 820050 T1846 oasu.DefaultSolrCoreState.closeIndexWriter
closing IndexWriter with IndexWriterCloser
[junit4] 2> 820053 T1846 oasc.SolrCore.closeSearcher [collection1] Closing
main searcher on request.
[junit4] 2> 820053 T1846 oasc.CachingDirectoryFactory.close Closing
StandardDirectoryFactory - 2 directories currently being tracked
[junit4] 2> 820054 T1846 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-78B7EDFD3B558EC8-001/tempDir-001/jetty1/index
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-78B7EDFD3B558EC8-001/tempDir-001/jetty1/index;done=false>>]
[junit4] 2> 820054 T1846 oasc.CachingDirectoryFactory.close Closing
directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-78B7EDFD3B558EC8-001/tempDir-001/jetty1/index
[junit4] 2> 820054 T1846 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-78B7EDFD3B558EC8-001/tempDir-001/jetty1
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-78B7EDFD3B558EC8-001/tempDir-001/jetty1;done=false>>]
[junit4] 2> 820055 T1846 oasc.CachingDirectoryFactory.close Closing
directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-78B7EDFD3B558EC8-001/tempDir-001/jetty1
[junit4] 2> 820055 T1846 oasc.Overseer.close Overseer
(id=92462403613425670-127.0.0.1:14195_-n_0000000001) closing
[junit4] 2> 820056 T1903 oasc.Overseer$ClusterStateUpdater.run Overseer
Loop exiting : 127.0.0.1:14195_
[junit4] 2> 820058 T1902 oascc.ZkStateReader$3.process WARN ZooKeeper
watch triggered, but Solr cannot talk to ZK
[junit4] 2> 820058 T1846 oejsh.ContextHandler.doStop stopped
o.e.j.s.ServletContextHandler{/,null}
[junit4] 2> 821558 T1906
oasc.Overseer$ClusterStateUpdater.checkIfIamStillLeader ERROR could not read
the data org.apache.zookeeper.KeeperException$SessionExpiredException:
KeeperErrorCode = Session expired for /overseer_elect/leader
[junit4] 2> at
org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
[junit4] 2> at
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
[junit4] 2> at
org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:347)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:344)
[junit4] 2> at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:61)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:344)
[junit4] 2> at
org.apache.solr.cloud.Overseer$ClusterStateUpdater.checkIfIamStillLeader(Overseer.java:346)
[junit4] 2> at
org.apache.solr.cloud.Overseer$ClusterStateUpdater.access$300(Overseer.java:89)
[junit4] 2> at
org.apache.solr.cloud.Overseer$ClusterStateUpdater$1.run(Overseer.java:296)
[junit4] 2>
[junit4] 2> 822153 T1846 oas.SolrTestCaseJ4.tearDown ###Ending
testDistribSearch
[junit4] 2> 822155 T1846 oasc.ZkTestServer.send4LetterWord connecting to
127.0.0.1:14183 14183
[junit4] 2> 822346 T1847 oasc.ZkTestServer.send4LetterWord connecting to
127.0.0.1:14183 14183
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=ChaosMonkeySafeLeaderTest -Dtests.method=testDistribSearch
-Dtests.seed=78B7EDFD3B558EC8 -Dtests.multiplier=2 -Dtests.slow=true
-Dtests.locale=es_CO -Dtests.timezone=Asia/Kashgar -Dtests.file.encoding=UTF-8
[junit4] ERROR 15.1s J1 | ChaosMonkeySafeLeaderTest.testDistribSearch <<<
[junit4] > Throwable #1: java.lang.NullPointerException
[junit4] > at
__randomizedtesting.SeedInfo.seed([78B7EDFD3B558EC8:F95163E54C0AEEF4]:0)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrServer.requestWithRetryOnStaleState(CloudSolrServer.java:706)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:601)
[junit4] > at
org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:124)
[junit4] > at
org.apache.solr.client.solrj.SolrServer.deleteByQuery(SolrServer.java:285)
[junit4] > at
org.apache.solr.client.solrj.SolrServer.deleteByQuery(SolrServer.java:271)
[junit4] > at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.del(AbstractFullDistribZkTestBase.java:728)
[junit4] > at
org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.tryDelete(ChaosMonkeySafeLeaderTest.java:194)
[junit4] > at
org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.doTest(ChaosMonkeySafeLeaderTest.java:112)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 822359 T1846 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-78B7EDFD3B558EC8-001
[junit4] 2> NOTE: test params are: codec=Lucene410: {}, docValues:{},
sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=es_CO,
timezone=Asia/Kashgar
[junit4] 2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_65
(64-bit)/cpus=16,threads=1,free=186027096,total=282591232
[junit4] 2> NOTE: All tests run in this JVM: [TestMiniSolrCloudCluster,
URLClassifyProcessorTest, HttpPartitionTest, TestFreeTextSuggestions,
CurrencyFieldOpenExchangeTest, MergeStrategyTest, AsyncMigrateRouteKeyTest,
NoCacheHeaderTest, TestAnalyzeInfixSuggestions, DateRangeFieldTest,
PreAnalyzedFieldTest, MBeansHandlerTest, BJQParserTest, SampleTest,
PathHierarchyTokenizerFactoryTest, TestManagedSynonymFilterFactory,
TestModifyConfFiles, VMParamsZkACLAndCredentialsProvidersTest,
ClusterStateTest, TestPartialUpdateDeduplication,
TestLMDirichletSimilarityFactory, PeerSyncTest,
OverriddenZkACLAndCredentialsProvidersTest, TestCollapseQParserPlugin,
ShardSplitTest, LukeRequestHandlerTest, BasicZkTest, SolrRequestParserTest,
ExpressionTest, UpdateParamsTest, TestZkChroot, ExternalFileFieldSortTest,
RollingRestartTest, DirectSolrSpellCheckerTest, PreAnalyzedUpdateProcessorTest,
TestShortCircuitedRequests, HdfsLockFactoryTest, TestLFUCache,
ZkControllerTest, TestReload, TestSystemIdResolver, SolrIndexConfigTest,
FastVectorHighlighterTest, SuggesterFSTTest, ChaosMonkeySafeLeaderTest]
[junit4] Completed on J1 in 15.14s, 1 test, 1 error <<< FAILURES!
[...truncated 834 lines...]
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:491:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:471:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:60:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/extra-targets.xml:39:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build.xml:189:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/common-build.xml:496:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:1358:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:961:
There were test failures: 438 suites, 1830 tests, 1 error, 59 ignored (24
assumptions)
Total time: 56 minutes 6 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Sending artifact delta relative to Lucene-Solr-Tests-trunk-Java7 #4851
Archived 5 artifacts
Archive block size is 32768
Received 0 blocks and 167778116 bytes
Compression is 0.0%
Took 30 sec
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]