Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-4.x/621/
1 tests failed.
REGRESSION:
org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testDistribSearch
Error Message:
Error executing query
Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Error executing query
at
__randomizedtesting.SeedInfo.seed([7D78A93252A280C9:FC9E272A25FDE0F5]:0)
at
org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:100)
at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
at
org.apache.solr.cloud.CloudInspectUtil.compareResults(CloudInspectUtil.java:223)
at
org.apache.solr.cloud.CloudInspectUtil.compareResults(CloudInspectUtil.java:165)
at
org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testIndexingBatchPerRequestWithHttpSolrServer(FullSolrCloudDistribCmdsTest.java:414)
at
org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.doTest(FullSolrCloudDistribCmdsTest.java:144)
at
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:871)
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.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
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)
Caused by: org.apache.http.ParseException: Invalid content type:
at org.apache.http.entity.ContentType.parse(ContentType.java:233)
at
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:496)
at
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210)
at
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
at
org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:91)
... 47 more
Build Log:
[...truncated 12112 lines...]
[junit4] Suite: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest
[junit4] 2> Creating dataDir:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-7D78A93252A280C9-001/init-core-data-001
[junit4] 2> 2289285 T6913
oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system
property: /
[junit4] 2> 2289295 T6913 oas.SolrTestCaseJ4.setUp ###Starting
testDistribSearch
[junit4] 2> 2289297 T6913 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4] 1> client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 2289298 T6914 oasc.ZkTestServer$ZKServerMain.runFromConfig
Starting server
[junit4] 2> 2289398 T6913 oasc.ZkTestServer.run start zk server on
port:20294
[junit4] 2> 2289399 T6913
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 2289401 T6913 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 2289408 T6920 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1e1be0d7
name:ZooKeeperConnection Watcher:127.0.0.1:20294 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 2289408 T6913 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 2289409 T6913 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 2289409 T6913 oascc.SolrZkClient.makePath makePath: /solr
[junit4] 2> 2289420 T6913
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 2289424 T6913 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 2289426 T6922 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@382769f8
name:ZooKeeperConnection Watcher:127.0.0.1:20294/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 2289427 T6913 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 2289427 T6913 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 2289427 T6913 oascc.SolrZkClient.makePath makePath:
/collections/collection1
[junit4] 2> 2289431 T6913 oascc.SolrZkClient.makePath makePath:
/collections/collection1/shards
[junit4] 2> 2289434 T6913 oascc.SolrZkClient.makePath makePath:
/collections/control_collection
[junit4] 2> 2289436 T6913 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/shards
[junit4] 2> 2289439 T6913 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 2289440 T6913 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.xml
[junit4] 2> 2289444 T6913 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/conf/schema15.xml
to /configs/conf1/schema.xml
[junit4] 2> 2289446 T6913 oascc.SolrZkClient.makePath makePath:
/configs/conf1/schema.xml
[junit4] 2> 2289549 T6913 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 2289550 T6913 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 2289553 T6913 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 2289554 T6913 oascc.SolrZkClient.makePath makePath:
/configs/conf1/stopwords.txt
[junit4] 2> 2289556 T6913 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 2289557 T6913 oascc.SolrZkClient.makePath makePath:
/configs/conf1/protwords.txt
[junit4] 2> 2289560 T6913 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 2289561 T6913 oascc.SolrZkClient.makePath makePath:
/configs/conf1/currency.xml
[junit4] 2> 2289564 T6913 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 2289565 T6913 oascc.SolrZkClient.makePath makePath:
/configs/conf1/enumsConfig.xml
[junit4] 2> 2289567 T6913 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 2289568 T6913 oascc.SolrZkClient.makePath makePath:
/configs/conf1/open-exchange-rates.json
[junit4] 2> 2289571 T6913 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 2289572 T6913 oascc.SolrZkClient.makePath makePath:
/configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 2289574 T6913 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 2289575 T6913 oascc.SolrZkClient.makePath makePath:
/configs/conf1/old_synonyms.txt
[junit4] 2> 2289577 T6913 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 2289578 T6913 oascc.SolrZkClient.makePath makePath:
/configs/conf1/synonyms.txt
[junit4] 2> 2291291 T6913 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 2291298 T6913 oejs.AbstractConnector.doStart Started
[email protected]:22520
[junit4] 2> 2291299 T6913 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 2291299 T6913 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 2291299 T6913 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-7D78A93252A280C9-001/tempDir-002
[junit4] 2> 2291300 T6913 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-7D78A93252A280C9-001/tempDir-002/'
[junit4] 2> 2291355 T6913 oasc.ConfigSolr.fromFile Loading container
configuration from
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-7D78A93252A280C9-001/tempDir-002/solr.xml
[junit4] 2> 2291492 T6913 oasc.CoreContainer.<init> New CoreContainer
2009299143
[junit4] 2> 2291492 T6913 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-7D78A93252A280C9-001/tempDir-002/]
[junit4] 2> 2291494 T6913 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 2291495 T6913 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 2291495 T6913 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 2291496 T6913 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 2291496 T6913 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 2291497 T6913 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 2291497 T6913 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 2291498 T6913 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 2291498 T6913 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 2291499 T6913 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 2291500 T6913 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 2291500 T6913 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 2291501 T6913 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 2291501 T6913 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:20294/solr
[junit4] 2> 2291501 T6913 oasc.ZkController.checkChrootPath zkHost
includes chroot
[junit4] 2> 2291502 T6913
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 2291504 T6913 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 2291511 T6933 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@422e8e3e
name:ZooKeeperConnection Watcher:127.0.0.1:20294 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 2291514 T6913 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 2291514 T6913 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 2291521 T6913 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 2291523 T6935 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@3d3a5a26
name:ZooKeeperConnection Watcher:127.0.0.1:20294/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 2291523 T6913 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 2291527 T6913 oascc.SolrZkClient.makePath makePath:
/overseer/queue
[junit4] 2> 2291530 T6913 oascc.SolrZkClient.makePath makePath:
/overseer/collection-queue-work
[junit4] 2> 2291533 T6913 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-running
[junit4] 2> 2291536 T6913 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-completed
[junit4] 2> 2291539 T6913 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-failure
[junit4] 2> 2291542 T6913 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4] 2> 2291543 T6913 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:22520_
[junit4] 2> 2291544 T6913 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:22520_
[junit4] 2> 2291546 T6913 oascc.SolrZkClient.makePath makePath:
/overseer_elect
[junit4] 2> 2291548 T6913 oascc.SolrZkClient.makePath makePath:
/overseer_elect/election
[junit4] 2> 2291550 T6913 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 2291552 T6913 oasc.OverseerElectionContext.runLeaderProcess I
am going to be the leader 127.0.0.1:22520_
[junit4] 2> 2291553 T6913 oascc.SolrZkClient.makePath makePath:
/overseer_elect/leader
[junit4] 2> 2291555 T6913 oasc.Overseer.start Overseer
(id=92456641696694275-127.0.0.1:22520_-n_0000000000) starting
[junit4] 2> 2291557 T6913 oascc.SolrZkClient.makePath makePath:
/overseer/queue-work
[junit4] 2> 2291565 T6913 oasc.OverseerAutoReplicaFailoverThread.<init>
Starting OverseerAutoReplicaFailoverThread
autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 2291566 T6937 oasc.OverseerCollectionProcessor.run Process
current queue of collection creations
[junit4] 2> 2291569 T6913 oascc.SolrZkClient.makePath makePath:
/clusterstate.json
[junit4] 2> 2291571 T6913 oascc.SolrZkClient.makePath makePath:
/aliases.json
[junit4] 2> 2291573 T6913
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 2291575 T6936 oasc.Overseer$ClusterStateUpdater.run Starting
to work on the main queue
[junit4] 2> 2291581 T6939 oasc.ZkController.publish publishing
core=collection1 state=down collection=control_collection
[junit4] 2> 2291582 T6939 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 2291583 T6939 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 2291583 T6940 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 2291585 T6936 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=1 message={
[junit4] 2> "roles":null,
[junit4] 2> "core":"collection1",
[junit4] 2> "operation":"state",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "numShards":"1",
[junit4] 2> "node_name":"127.0.0.1:22520_",
[junit4] 2> "base_url":"http://127.0.0.1:22520",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null}
[junit4] 2> 2291586 T6936
oasc.Overseer$ClusterStateUpdater.createCollection Create collection
control_collection with shards [shard1]
[junit4] 2> 2291586 T6936 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard1
[junit4] 2> 2291589 T6940 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> 2292584 T6939 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 2292585 T6939 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:control_collection
[junit4] 2> 2292586 T6939 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 2292586 T6939 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/control_collection
[junit4] 2> 2292587 T6939 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 2292587 T6939 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-7D78A93252A280C9-001/tempDir-002/collection1/'
[junit4] 2> 2292590 T6939 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-7D78A93252A280C9-001/tempDir-002/collection1/lib/README'
to classloader
[junit4] 2> 2292591 T6939 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-7D78A93252A280C9-001/tempDir-002/collection1/lib/classes/'
to classloader
[junit4] 2> 2292592 T6939 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-7D78A93252A280C9-001/tempDir-002/collection1/lib/.svn/'
to classloader
[junit4] 2> 2292679 T6939 oasc.SolrConfig.<init> Using Lucene
MatchVersion: 4.11.0
[junit4] 2> 2292736 T6939 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 2292838 T6939 oass.IndexSchema.readSchema Reading Solr Schema
from schema.xml
[junit4] 2> 2292852 T6939 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 2293351 T6939 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 2293355 T6939 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 2293358 T6939 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 2293369 T6939 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 2293391 T6939 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection control_collection
[junit4] 2> 2293392 T6939 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 2293392 T6939 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-7D78A93252A280C9-001/tempDir-002/collection1/,
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-7D78A93252A280C9-001/tempDir-001/control/data/
[junit4] 2> 2293393 T6939 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@607a5b2d
[junit4] 2> 2293395 T6939 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-7D78A93252A280C9-001/tempDir-001/control/data
[junit4] 2> 2293397 T6939 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-7D78A93252A280C9-001/tempDir-001/control/data/index/
[junit4] 2> 2293397 T6939 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-7D78A93252A280C9-001/tempDir-001/control/data/index'
doesn't exist. Creating new index...
[junit4] 2> 2293397 T6939 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-7D78A93252A280C9-001/tempDir-001/control/data/index
[junit4] 2> 2293398 T6939 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy:
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=43,
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807,
calibrateSizeByDeletes=false, maxMergeDocs=2147483647,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.16468906687847146]
[junit4] 2> 2293399 T6939 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@320ca929
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6083404f),segFN=segments_1,generation=1}
[junit4] 2> 2293399 T6939 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 2293403 T6939 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 2293404 T6939 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 2293405 T6939 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 2293405 T6939 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 2293405 T6939 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 2293406 T6939 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 2293406 T6939 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 2293407 T6939 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 2293407 T6939 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 2293408 T6939 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 2293408 T6939 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 2293409 T6939 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 2293409 T6939 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 2293410 T6939 oasc.RequestHandlers.initHandlersFromConfig
created /get: solr.RealTimeGetHandler
[junit4] 2> 2293410 T6939 oasc.RequestHandlers.initHandlersFromConfig
adding lazy requestHandler: solr.ReplicationHandler
[junit4] 2> 2293410 T6939 oasc.RequestHandlers.initHandlersFromConfig
created /replication: solr.ReplicationHandler
[junit4] 2> 2293411 T6939 oasc.RequestHandlers.initHandlersFromConfig
created /update: solr.UpdateRequestHandler
[junit4] 2> 2293411 T6939 oasc.RequestHandlers.initHandlersFromConfig
created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4] 2> 2293412 T6939 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 2293446 T6939 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 2293449 T6939 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 2293454 T6939 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 2293460 T6939 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 2293466 T6939 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
[junit4] 2> 2293466 T6939 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
[junit4] 2> 2293467 T6939 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.MockRandomMergePolicy:
org.apache.lucene.index.MockRandomMergePolicy@4db8fe62
[junit4] 2> 2293468 T6939 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@320ca929
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6083404f),segFN=segments_1,generation=1}
[junit4] 2> 2293468 T6939 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 2293468 T6939 oass.SolrIndexSearcher.<init> Opening
Searcher@1f361653[collection1] main
[junit4] 2> 2293469 T6939 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/control_collection
[junit4] 2> 2293470 T6939 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 2293470 T6939 oasr.ManagedResourceStorage.newStorageIO Setting
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 2293470 T6939
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 2293470 T6939 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 2293471 T6939 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 2293471 T6939
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 2293472 T6939 oasr.ManagedResourceStorage.load Loaded null at
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 2293472 T6939 oascc.SolrZkClient.makePath makePath:
/configs/conf1/_rest_managed.json
[junit4] 2> 2293475 T6939
oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new
znode /configs/conf1/_rest_managed.json
[junit4] 2> 2293475 T6939 oasr.ManagedResourceStorage$JsonStorage.store
Saved JSON object to path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 2293475 T6939 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 2293479 T6941 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@1f361653[collection1]
main{StandardDirectoryReader(segments_1:1:nrt)}
[junit4] 2> 2293481 T6939 oasc.CoreContainer.registerCore registering
core: collection1
[junit4] 2> 2293482 T6944 oasc.ZkController.register Register replica -
core:collection1 address:http://127.0.0.1:22520 collection:control_collection
shard:shard1
[junit4] 2> 2293483 T6913 oass.SolrDispatchFilter.init
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1
[junit4] 2> 2293483 T6913 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 2293484 T6944 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leader_elect/shard1/election
[junit4] 2> 2293484 T6913
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 2293485 T6913 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 2293488 T6946 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@509b0c2d
name:ZooKeeperConnection Watcher:127.0.0.1:20294/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 2293488 T6913 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 2293489 T6913 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 2293493 T6913
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 2293494 T6944 oasc.ShardLeaderElectionContext.runLeaderProcess
Running the leader process for shard shard1
[junit4] 2> 2293496 T6940 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 2293497 T6913 oasc.ChaosMonkey.monkeyLog monkey: init - expire
sessions:false cause connection loss:false
[junit4] 2> 2293497 T6944
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 2293498 T6944 oasc.ShardLeaderElectionContext.runLeaderProcess
I may be the new leader - try and sync
[junit4] 2> ASYNC NEW_CORE C2615 name=collection1
org.apache.solr.core.SolrCore@5aa2c20 url=http://127.0.0.1:22520/collection1
node=127.0.0.1:22520_ C2615_STATE=coll:control_collection core:collection1
props:{core=collection1, node_name=127.0.0.1:22520_,
base_url=http://127.0.0.1:22520, state=down}
[junit4] 2> 2293498 T6944 C2615 P22520 oasc.SyncStrategy.sync Sync
replicas to http://127.0.0.1:22520/collection1/
[junit4] 2> 2293499 T6944 C2615 P22520 oasc.SyncStrategy.syncReplicas Sync
Success - now sync replicas to me
[junit4] 2> 2293499 T6944 C2615 P22520 oasc.SyncStrategy.syncToMe
http://127.0.0.1:22520/collection1/ has no replicas
[junit4] 2> 2293499 T6944 oasc.ShardLeaderElectionContext.runLeaderProcess
I am the new leader: http://127.0.0.1:22520/collection1/ shard1
[junit4] 2> 2293500 T6944 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leaders/shard1
[junit4] 2> 2293501 T6940 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> 2293502 T6947 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> 2293509 T6940 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 2293615 T6947 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> 2293615 T6940 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> 2293664 T6944 oasc.ZkController.register We are
http://127.0.0.1:22520/collection1/ and leader is
http://127.0.0.1:22520/collection1/
[junit4] 2> 2293665 T6944 oasc.ZkController.register No LogReplay needed
for core=collection1 baseURL=http://127.0.0.1:22520
[junit4] 2> 2293665 T6944 oasc.ZkController.checkRecovery I am the leader,
no recovery necessary
[junit4] 2> 2293666 T6944 oasc.ZkController.publish publishing
core=collection1 state=active collection=control_collection
[junit4] 2> 2293666 T6944 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 2293675 T6940 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 2293677 T6936 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=3 message={
[junit4] 2> "roles":null,
[junit4] 2> "core":"collection1",
[junit4] 2> "operation":"state",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "numShards":"3",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "node_name":"127.0.0.1:22520_",
[junit4] 2> "base_url":"http://127.0.0.1:22520",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard1"}
[junit4] 2> 2293780 T6940 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> 2293780 T6947 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> 2295330 T6913 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 1
[junit4] 2> 2295331 T6913 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 2295337 T6913 oejs.AbstractConnector.doStart Started
[email protected]:27768
[junit4] 2> 2295338 T6913 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 2295339 T6913 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 2295339 T6913 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-7D78A93252A280C9-001/tempDir-003
[junit4] 2> 2295340 T6913 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-7D78A93252A280C9-001/tempDir-003/'
[junit4] 2> 2295396 T6913 oasc.ConfigSolr.fromFile Loading container
configuration from
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-7D78A93252A280C9-001/tempDir-003/solr.xml
[junit4] 2> 2295545 T6913 oasc.CoreContainer.<init> New CoreContainer
1581072892
[junit4] 2> 2295546 T6913 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-7D78A93252A280C9-001/tempDir-003/]
[junit4] 2> 2295547 T6913 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 2295548 T6913 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 2295548 T6913 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 2295549 T6913 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 2295549 T6913 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 2295550 T6913 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 2295550 T6913 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 2295551 T6913 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 2295551 T6913 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 2295552 T6913 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 2295552 T6913 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 2295553 T6913 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 2295553 T6913 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 2295553 T6913 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:20294/solr
[junit4] 2> 2295554 T6913 oasc.ZkController.checkChrootPath zkHost
includes chroot
[junit4] 2> 2295554 T6913
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 2295555 T6913 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 2295557 T6958 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@7b737ba name:ZooKeeperConnection
Watcher:127.0.0.1:20294 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 2295559 T6913 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 2295560 T6913 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 2295566 T6913 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 2295567 T6960 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@76ff0e9e
name:ZooKeeperConnection Watcher:127.0.0.1:20294/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 2295568 T6913 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 2295592 T6913
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 2296596 T6913 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:27768_
[junit4] 2> 2296597 T6913 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:27768_
[junit4] 2> 2296603 T6913 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 2296611 T6962 oasc.ZkController.publish publishing
core=collection1 state=down collection=collection1
[junit4] 2> 2296612 T6962 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 2296613 T6940 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 2296613 T6962 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 2296615 T6936 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=3 message={
[junit4] 2> "roles":null,
[junit4] 2> "core":"collection1",
[junit4] 2> "operation":"state",
[junit4] 2> "collection":"collection1",
[junit4] 2> "numShards":"3",
[junit4] 2> "node_name":"127.0.0.1:27768_",
[junit4] 2> "base_url":"http://127.0.0.1:27768",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null}
[junit4] 2> 2296615 T6936
oasc.Overseer$ClusterStateUpdater.createCollection Create collection
collection1 with shards [shard1, shard2, shard3]
[junit4] 2> 2296615 T6936 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard1
[junit4] 2> 2296618 T6940 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> 2296618 T6961 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> 2296618 T6947 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> 2297614 T6962 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 2297615 T6962 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:collection1
[junit4] 2> 2297616 T6962 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 2297616 T6962 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 2297617 T6962 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 2297617 T6962 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-7D78A93252A280C9-001/tempDir-003/collection1/'
[junit4] 2> 2297621 T6962 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-7D78A93252A280C9-001/tempDir-003/collection1/lib/classes/'
to classloader
[junit4] 2> 2297624 T6962 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-7D78A93252A280C9-001/tempDir-003/collection1/lib/README'
to classloader
[junit4] 2> 2297625 T6962 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-7D78A93252A280C9-001/tempDir-003/collection1/lib/.svn/'
to classloader
[junit4] 2> 2297710 T6962 oasc.SolrConfig.<init> Using Lucene
MatchVersion: 4.11.0
[junit4] 2> 2297771 T6962 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 2297872 T6962 oass.IndexSchema.readSchema Reading Solr Schema
from schema.xml
[junit4] 2> 2297882 T6962 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 2298412 T6962 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 2298416 T6962 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 2298419 T6962 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 2298426 T6962 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 2298450 T6962 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection collection1
[junit4] 2> 2298451 T6962 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 2298451 T6962 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-7D78A93252A280C9-001/tempDir-003/collection1/,
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-7D78A93252A280C9-001/tempDir-001/jetty1/
[junit4] 2> 2298452 T6962 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@607a5b2d
[junit4] 2> 2298454 T6962 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-7D78A93252A280C9-001/tempDir-001/jetty1
[junit4] 2> 2298455 T6962 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-7D78A93252A280C9-001/tempDir-001/jetty1/index/
[junit4] 2> 2298456 T6962 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-7D78A93252A280C9-001/tempDir-001/jetty1/index'
doesn't exist. Creating new index...
[junit4] 2> 2298459 T6962 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-7D78A93252A280C9-001/tempDir-001/jetty1/index
[junit4] 2> 2298460 T6962 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy:
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=43,
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807,
calibrateSizeByDeletes=false, maxMergeDocs=2147483647,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.16468906687847146]
[junit4] 2> 2298461 T6962 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@1021ca
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4bd28cb7),segFN=segments_1,generation=1}
[junit4] 2> 2298461 T6962 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 2298465 T6962 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 2298465 T6962 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 2298466 T6962 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 2298466 T6962 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 2298467 T6962 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 2298467 T6962 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 2298468 T6962 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 2298468 T6962 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 2298468 T6962 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 2298469 T6962 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 2298469 T6962 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 2298470 T6962 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 2298470 T6962 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 2298471 T6962 oasc.RequestHandlers.initHandlersFromConfig
created /get: solr.RealTimeGetHandler
[junit4] 2> 2298471 T6962 oasc.RequestHandlers.initHandlersFromConfig
adding lazy requestHandler: solr.ReplicationHandler
[junit4] 2> 2298471 T6962 oasc.RequestHandlers.initHandlersFromConfig
created /replication: solr.ReplicationHandler
[junit4] 2> 2298472 T6962 oasc.RequestHandlers.initHandlersFromConfig
created /update: solr.UpdateRequestHandler
[junit4] 2> 2298472 T6962 oasc.RequestHandlers.initHandlersFromConfig
created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4] 2> 2298473 T6962 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 2298495 T6962 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 2298498 T6962 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 2298501 T6962 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 2298503 T6962 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 2298513 T6962 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
[junit4] 2> 2298513 T6962 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
[junit4] 2> 2298514 T6962 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.MockRandomMergePolicy:
org.apache.lucene.index.MockRandomMergePolicy@107dad68
[junit4] 2> 2298514 T6962 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@1021ca
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4bd28cb7),segFN=segments_1,generation=1}
[junit4] 2> 2298515 T6962 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 2298515 T6962 oass.SolrIndexSearcher.<init> Opening
Searcher@4ad798eb[collection1] main
[junit4] 2> 2298515 T6962 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 2298516 T6962 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 2298516 T6962 oasr.ManagedResourceStorage.newStorageIO Setting
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 2298517 T6962
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 2298517 T6962 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 2298517 T6962 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 2298518 T6962
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes
from znode /configs/conf1/_rest_managed.json
[junit4] 2> 2298518 T6962 oasr.ManagedResourceStorage.load Loaded
LinkedHashMap at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 2298519 T6962 oasr.ManagedResource.reloadFromStorage Loaded
initArgs {} for /rest/managed
[junit4] 2> 2298519 T6962 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 2298522 T6963 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@4ad798eb[collection1]
main{StandardDirectoryReader(segments_1:1:nrt)}
[junit4] 2> 2298524 T6962 oasc.CoreContainer.registerCore registering
core: collection1
[junit4] 2> 2298525 T6966 oasc.ZkController.register Register replica -
core:collection1 address:http://127.0.0.1:27768 collection:collection1
shard:shard1
[junit4] 2> 2298525 T6913 oass.SolrDispatchFilter.init
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1
[junit4] 2> 2298525 T6913 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 2298525 T6966 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leader_elect/shard1/election
[junit4] 2> 2298532 T6966 oasc.ShardLeaderElectionContext.runLeaderProcess
Running the leader process for shard shard1
[junit4] 2> 2298534 T6940 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 2298534 T6966
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 2298534 T6966 oasc.ShardLeaderElectionContext.runLeaderProcess
I may be the new leader - try and sync
[junit4] 2> ASYNC NEW_CORE C2616 name=collection1
org.apache.solr.core.SolrCore@2bbb1a44 url=http://127.0.0.1:27768/collection1
node=127.0.0.1:27768_ C2616_STATE=coll:collection1 core:collection1
props:{core=collection1, node_name=127.0.0.1:27768_,
base_url=http://127.0.0.1:27768, state=down}
[junit4] 2> 2298535 T6966 C2616 P27768 oasc.SyncStrategy.sync Sync
replicas to http://127.0.0.1:27768/collection1/
[junit4] 2> 2298535 T6966 C2616 P27768 oasc.SyncStrategy.syncReplicas Sync
Success - now sync replicas to me
[junit4] 2> 2298535 T6966 C2616 P27768 oasc.SyncStrategy.syncToMe
http://127.0.0.1:27768/collection1/ has no replicas
[junit4] 2> 2298535 T6966 oasc.ShardLeaderElectionContext.runLeaderProcess
I am the new leader: http://127.0.0.1:27768/collection1/ shard1
[junit4] 2> 2298536 T6966 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leaders/shard1
[junit4] 2> 2298538 T6940 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> 2298538 T6961 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> 2298538 T6947 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> 2298541 T6940 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 2298647 T6940 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> 2298647 T6961 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> 2298647 T6947 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> 2298694 T6966 oasc.ZkController.register We are
http://127.0.0.1:27768/collection1/ and leader is
http://127.0.0.1:27768/collection1/
[junit4] 2> 2298695 T6966 oasc.ZkController.register No LogReplay needed
for core=collection1 baseURL=http://127.0.0.1:27768
[junit4] 2> 2298695 T6966 oasc.ZkController.checkRecovery I am the leader,
no recovery necessary
[junit4] 2> 2298695 T6966 oasc.ZkController.publish publishing
core=collection1 state=active collection=collection1
[junit4] 2> 2298696 T6966 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 2298697 T6940 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 2298699 T6936 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=3 message={
[junit4] 2> "roles":null,
[junit4] 2> "core":"collection1",
[junit4] 2> "operation":"state",
[junit4] 2> "collection":"collection1",
[junit4] 2> "numShards":"3",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "node_name":"127.0.0.1:27768_",
[junit4] 2> "base_url":"http://127.0.0.1:27768",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard1"}
[junit4] 2> 2298803 T6940 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> 2298803 T6947 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> 2298803 T6961 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> 2300559 T6913 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 2
[junit4] 2> 2300560 T6913 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 2300572 T6913 oejs.AbstractConnector.doStart Started
[email protected]:34827
[junit4] 2> 2300573 T6913 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 2300573 T6913 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 2300573 T6913 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-7D78A93252A280C9-001/tempDir-004
[junit4] 2> 2300574 T6913 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-7D78A93252A280C9-001/tempDir-004/'
[junit4] 2> 2300648 T6913 oasc.ConfigSolr.fromFile Loading container
configuration from
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-7D78A93252A280C9-001/tempDir-004/solr.xml
[junit4] 2> 2300787 T6913 oasc.CoreContainer.<init> New CoreContainer
1770542180
[junit4] 2> 2300787 T6913 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-7D78A93252A280C9-001/tempDir-004/]
[junit4] 2> 2300789 T6913 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 2300789 T6913 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 2300790 T6913 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 2300790 T6913 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 2300791 T6913 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 2300791 T6913 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 2300792 T6913 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 2300792 T6913 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 2300793 T6913 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 2300794 T6913 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 2300794 T6913 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 2300795 T6913 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 2300795 T6913 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 2300795 T6913 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:20294/solr
[junit4] 2> 2300796 T6913 oasc.ZkController.checkChrootPath zkHost
includes chroot
[junit4] 2> 2300796 T6913
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 2300797 T6913 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 2300799 T6977 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@755ca75c
name:ZooKeeperConnection Watcher:127.0.0.1:20294 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 2300802 T6913 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 2300804 T6913 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 2300810 T6913 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 2300812 T6979 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@3482d0eb
name:ZooKeeperConnection Watcher:127.0.0.1:20294/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 2300813 T6913 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 2300821 T6913
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 2301825 T6913 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34827_
[junit4] 2> 2301826 T6913 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:34827_
[junit4] 2> 2301832 T6913 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 2301841 T6981 oasc.ZkController.publish publishing
core=collection1 state=down collection=collection1
[junit4] 2> 2301841 T6981 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 2301842 T6940 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 2301842 T6981 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 2301844 T6936 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=3 message={
[junit4] 2> "roles":null,
[junit4] 2> "core":"collection1",
[junit4] 2> "operation":"state",
[junit4] 2> "collection":"collection1",
[junit4] 2> "numShards":"3",
[junit4] 2> "node_name":"127.0.0.1:34827_",
[junit4] 2> "base_url":"http://127.0.0.1:34827",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null}
[junit4] 2> 2301844 T6936 oasc.Overseer$ClusterStateUpdater.updateState
Collection already exists with numShards=3
[junit4] 2> 2301844 T6936 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard3
[junit4] 2> 2301847 T6980 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4] 2> 2301847 T6947 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4] 2> 2301847 T6940 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4] 2> 2301847 T6961 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4] 2> 2302843 T6981 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 2302844 T6981 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:collection1
[junit4] 2> 2302845 T6981 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 2302845 T6981 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 2302846 T6981 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 2302846 T6981 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-7D78A93252A280C9-001/tempDir-004/collection1/'
[junit4] 2> 2302848 T6981 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-7D78A93252A280C9-001/tempDir-004/collection1/lib/README'
to classloader
[junit4] 2> 2302849 T6981 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-7D78A93252A280C9-001/tempDir-004/collection1/lib/classes/'
to classloader
[junit4] 2> 2302849 T6981 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-7D78A93252A280C9-001/tempDir-004/collection1/lib/.svn/'
to classloader
[junit4] 2> 2302933 T6981 oasc.SolrConfig.<init> Using Lucene
MatchVersion: 4.11.0
[junit4] 2> 2302996 T6981 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 2303097 T6981 oass.IndexSchema.readSchema Reading Solr Schema
from schema.xml
[junit4] 2> 2303111 T6981 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 2303627 T6981 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 2303631 T6981 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 2303634 T6981 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 2303644 T6981 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 2303660 T6981 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection collection1
[junit4] 2> 2303661 T6981 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 2303661 T6981 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-7D78A93252A280C9-001/tempDir-004/collection1/,
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-7D78A93252A280C9-001/tempDir-001/jetty2/
[junit4] 2> 2303661 T6981 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@607a5b2d
[junit4] 2> 2303664 T6981 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-7D78A93252A280C9-001/tempDir-001/jetty2
[junit4] 2> 2303665 T6981 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-7D78A93252A280C9-001/tempDir-001/jetty2/index/
[junit4] 2> 2303666 T6981 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-7D78A93252A280C9-001/tempDir-001/jetty2/index'
doesn't exist. Creating new index...
[junit4] 2> 2303669 T6981 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-7D78A93252A280C9-001/tempDir-001/jetty2/index
[junit4] 2> 2303670 T6981 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy:
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=43,
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807,
calibrateSizeByDeletes=false, maxMergeDocs=2147483647,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.16468906687847146]
[junit4] 2> 2303671 T6981 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@102ed14d
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@36947c08),segFN=segments_1,generation=1}
[junit4] 2> 2303671 T6981 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 2303675 T6981 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 2303676 T6981 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 2303676 T6981 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 2303677 T6981 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 2303677 T6981 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 2303677 T6981 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 2303678 T6981 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 2303678 T6981 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 2303678 T6981 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 2303679 T6981 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 2303680 T6981 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 2303680 T6981 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 2303681 T6981 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 2303681 T6981 oasc.RequestHandlers.initHandlersFromConfig
created /get: solr.RealTimeGetHandler
[junit4] 2> 2303682 T6981 oasc.RequestHandlers.initHandlersFromConfig
adding lazy requestHandler: solr.ReplicationHandler
[junit4] 2> 2303682 T6981 oasc.RequestHandlers.initHandlersFromConfig
created /replication: solr.ReplicationHandler
[junit4] 2> 2303683 T6981 oasc.RequestHandlers.initHandlersFromConfig
created /update: solr.UpdateRequestHandler
[junit4] 2> 2303683 T6981 oasc.RequestHandlers.initHandlersFromConfig
created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4] 2> 2303684 T6981 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 2303708 T6981 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 2303711 T6981 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 2303714 T6981 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 2303716 T6981 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 2303721 T6981 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
[junit4] 2> 2303722 T6981 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
[junit4] 2> 2303723 T6981 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.MockRandomMergePolicy:
org.apache.lucene.index.MockRandomMergePolicy@17eb4083
[junit4] 2> 2303723 T6981 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@102ed14d
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@36947c08),segFN=segments_1,generation=1}
[junit4] 2> 2303724 T6981 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 2303724 T6981 oass.SolrIndexSearcher.<init> Opening
Searcher@493627a8[collection1] main
[junit4] 2> 2303724 T6981 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 2303725 T6981 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 2303726 T6981 oasr.ManagedResourceStorage.newStorageIO Setting
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 2303726 T6981
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 2303726 T6981 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 2303727 T6981 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 2303728 T6981
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes
from znode /configs/conf1/_rest_managed.json
[junit4] 2> 2303728 T6981 oasr.ManagedResourceStorage.load Loaded
LinkedHashMap at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 2303728 T6981 oasr.ManagedResource.reloadFromStorage Loaded
initArgs {} for /rest/managed
[junit4] 2> 2303729 T6981 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 2303733 T6982 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@493627a8[collection1]
main{StandardDirectoryReader(segments_1:1:nrt)}
[junit4] 2> 2303735 T6981 oasc.CoreContainer.registerCore registering
core: collection1
[junit4] 2> 2303736 T6985 oasc.ZkController.register Register replica -
core:collection1 address:http://127.0.0.1:34827 collection:collection1
shard:shard3
[junit4] 2> 2303737 T6913 oass.SolrDispatchFilter.init
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1
[junit4] 2> 2303737 T6913 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 2303738 T6985 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leader_elect/shard3/election
[junit4] 2> 2303743 T6985 oasc.ShardLeaderElectionContext.runLeaderProcess
Running the leader process for shard shard3
[junit4] 2> 2303745 T6940 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 2303745 T6985
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 2303746 T6985 oasc.ShardLeaderElectionContext.runLeaderProcess
I may be the new leader - try and sync
[junit4] 2> ASYNC NEW_CORE C2617 name=collection1
org.apache.solr.core.SolrCore@67040181 url=http://127.0.0.1:34827/collection1
node=127.0.0.1:34827_ C2617_STATE=coll:collection1 core:collection1
props:{core=collection1, node_name=127.0.0.1:34827_,
base_url=http://127.0.0.1:34827, state=down}
[junit4] 2> 2303746 T6985 C2617 P34827 oasc.SyncStrategy.sync Sync
replicas to http://127.0.0.1:34827/collection1/
[junit4] 2> 2303746 T6985 C2617 P34827 oasc.SyncStrategy.syncReplicas Sync
Success - now sync replicas to me
[junit4] 2> 2303747 T6985 C2617 P34827 oasc.SyncStrategy.syncToMe
http://127.0.0.1:34827/collection1/ has no replicas
[junit4] 2> 2303747 T6985 oasc.ShardLeaderElectionContext.runLeaderProcess
I am the new leader: http://127.0.0.1:34827/collection1/ shard3
[junit4] 2> 2303747 T6985 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leaders/shard3
[junit4] 2> 2303749 T6940 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4] 2> 2303749 T6961 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4] 2> 2303749 T6980 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4] 2> 2303749 T6947 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4] 2> 2303762 T6940 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 2303763 T6947 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4] 2> 2303763 T6980 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4] 2> 2303763 T6961 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4] 2> 2303763 T6940 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4] 2> 2303810 T6985 oasc.ZkController.register We are
http://127.0.0.1:34827/collection1/ and leader is
http://127.0.0.1:34827/collection1/
[junit4] 2> 2303811 T6985 oasc.ZkController.register No LogReplay needed
for core=collection1 baseURL=http://127.0.0.1:34827
[junit4] 2> 2303811 T6985 oasc.ZkController.checkRecovery I am the leader,
no recovery necessary
[junit4] 2> 2303811 T6985 oasc.ZkController.publish publishing
core=collection1 state=active collection=collection1
[junit4] 2> 2303811 T6985 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 2303812 T6940 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 2303814 T6936 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=3 message={
[junit4] 2> "roles":null,
[junit4] 2> "core":"collection1",
[junit4] 2> "operation":"state",
[junit4] 2> "collection":"collection1",
[junit4] 2> "numShards":"3",
[junit4] 2> "core_node_name":"core_node2",
[junit4] 2> "node_name":"127.0.0.1:34827_",
[junit4] 2> "base_url":"http://127.0.0.1:34827",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard3"}
[junit4] 2> 2303917 T6961 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4] 2> 2303917 T6940 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4] 2> 2303917 T6980 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4] 2> 2303917 T6947 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4] 2> 2305541 T6913 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 3
[junit4] 2> 2305542 T6913 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 2305549 T6913 oejs.AbstractConnector.doStart Started
[email protected]:41851
[junit4] 2> 2305550 T6913 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 2305551 T6913 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 2305551 T6913 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-7D78A93252A280C9-001/tempDir-005
[junit4] 2> 2305552 T6913 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-7D78A93252A280C9-001/tempDir-005/'
[junit4] 2> 2305622 T6913 oasc.ConfigSolr.fromFile Loading container
configuration from
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-7D78A93252A280C9-001/tempDir-005/solr.xml
[junit4] 2> 2305776 T6913 oasc.CoreContainer.<init> New CoreContainer
356280315
[junit4] 2> 2305778 T6913 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-7D78A93252A280C9-001/tempDir-005/]
[junit4] 2> 2305779 T6913 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 2305780 T6913 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 2305780 T6913 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 2305781 T6913 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 2305781 T6913 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 2305781 T6913 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 2305782 T6913 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 2305782 T6913 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 2305782 T6913 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 2305783 T6913 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 2305783 T6913 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 2305784 T6913 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 2305784 T6913 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 2305785 T6913 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:20294/solr
[junit4] 2> 2305785 T6913 oasc.ZkController.checkChrootPath zkHost
includes chroot
[junit4] 2> 2305785 T6913
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 2305786 T6913 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 2305788 T6996 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@30ce9aa1
name:ZooKeeperConnection Watcher:127.0.0.1:20294 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 2305790 T6913 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 2305791 T6913 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 2305797 T6913 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 2305798 T6998 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@54091c7b
name:ZooKeeperConnection Watcher:127.0.0.1:20294/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 2305798 T6913 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 2305806 T6913
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 2306810 T6913 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41851_
[junit4] 2> 2306811 T6913 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:41851_
[junit4] 2> 2306817 T6913 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 2306825 T7000 oasc.ZkController.publish publishing
core=collection1 state=down
[...truncated too long message...]
c.SolrCore.closeSearcher [collection2_shard1_replica2] Closing main searcher on
request.
[junit4] 2> 2562797 T6913 oasc.CachingDirectoryFactory.close Closing
MockDirectoryFactory - 2 directories currently being tracked
[junit4] 2> 2562797 T6913 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-7D78A93252A280C9-001/tempDir-008/collection2_shard1_replica2/data/index
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-7D78A93252A280C9-001/tempDir-008/collection2_shard1_replica2/data/index;done=false>>]
[junit4] 2> 2562798 T6913 oasc.CachingDirectoryFactory.close Closing
directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-7D78A93252A280C9-001/tempDir-008/collection2_shard1_replica2/data/index
[junit4] 2> 2562798 T6913 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-7D78A93252A280C9-001/tempDir-008/collection2_shard1_replica2/data
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-7D78A93252A280C9-001/tempDir-008/collection2_shard1_replica2/data;done=false>>]
[junit4] 2> 2562799 T6913 oasc.CachingDirectoryFactory.close Closing
directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-7D78A93252A280C9-001/tempDir-008/collection2_shard1_replica2/data
[junit4] 2> 2562800 T6913 oasc.Overseer.close Overseer
(id=92456641696694288-127.0.0.1:63637_-n_0000000006) closing
[junit4] 2> 2562801 T7466 oasc.Overseer$ClusterStateUpdater.run Overseer
Loop exiting : 127.0.0.1:63637_
[junit4] 2> 2562807 T7440 oascc.ZkStateReader$3.process WARN ZooKeeper
watch triggered, but Solr cannot talk to ZK
[junit4] 2> 2562809 T6913 oejsh.ContextHandler.doStop stopped
o.e.j.s.ServletContextHandler{/,null}
[junit4] 2> 2564307 T7469
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:320)
[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:292)
[junit4] 2>
[junit4] 2> 2567801 T6913 oas.SolrTestCaseJ4.tearDown ###Ending
testDistribSearch
[junit4] 2> 2567805 T6913 oasc.ZkTestServer.send4LetterWord connecting to
127.0.0.1:20294 20294
[junit4] 2> 2567910 T6914 oasc.ZkTestServer.send4LetterWord connecting to
127.0.0.1:20294 20294
[junit4] 2> NOTE: download the large Jenkins line-docs file by running
'ant get-jenkins-line-docs' in the lucene directory.
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=FullSolrCloudDistribCmdsTest -Dtests.method=testDistribSearch
-Dtests.seed=7D78A93252A280C9 -Dtests.multiplier=2 -Dtests.nightly=true
-Dtests.slow=true
-Dtests.linedocsfile=/home/jenkins/lucene-data/enwiki.random.lines.txt
-Dtests.locale=fr -Dtests.timezone=Pacific/Chuuk -Dtests.file.encoding=US-ASCII
[junit4] ERROR 279s J1 | FullSolrCloudDistribCmdsTest.testDistribSearch
<<<
[junit4] > Throwable #1:
org.apache.solr.client.solrj.SolrServerException: Error executing query
[junit4] > at
__randomizedtesting.SeedInfo.seed([7D78A93252A280C9:FC9E272A25FDE0F5]:0)
[junit4] > at
org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:100)
[junit4] > at
org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
[junit4] > at
org.apache.solr.cloud.CloudInspectUtil.compareResults(CloudInspectUtil.java:223)
[junit4] > at
org.apache.solr.cloud.CloudInspectUtil.compareResults(CloudInspectUtil.java:165)
[junit4] > at
org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testIndexingBatchPerRequestWithHttpSolrServer(FullSolrCloudDistribCmdsTest.java:414)
[junit4] > at
org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.doTest(FullSolrCloudDistribCmdsTest.java:144)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:871)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > Caused by: org.apache.http.ParseException: Invalid content
type:
[junit4] > at
org.apache.http.entity.ContentType.parse(ContentType.java:233)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:496)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
[junit4] > at
org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:91)
[junit4] > ... 47 more
[junit4] 2> 2567942 T6913 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-7D78A93252A280C9-001
[junit4] 2> 278667 T6912 ccr.ThreadLeakControl.checkThreadLeaks WARNING
Will linger awaiting termination of 1 leaked thread(s).
[junit4] 2> NOTE: test params are: codec=Lucene49, sim=DefaultSimilarity,
locale=fr, timezone=Pacific/Chuuk
[junit4] 2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_65
(64-bit)/cpus=16,threads=1,free=303812224,total=502792192
[junit4] 2> NOTE: All tests run in this JVM: [TestFunctionQuery,
MBeansHandlerTest, SuggesterFSTTest, HttpPartitionTest, TestQuerySenderNoQuery,
TestCodecSupport, TestReplicationHandlerBackup,
DeleteLastCustomShardedReplicaTest, TestMissingGroups, TestReload,
TestPivotHelperCode, DebugComponentTest, AnalyticsQueryTest,
TriLevelCompositeIdRoutingTest, TestManagedStopFilterFactory,
TestCloudInspectUtil, LukeRequestHandlerTest, TestChildDocTransformer,
BlockDirectoryTest, ShowFileRequestHandlerTest, ChangedSchemaMergeTest,
UpdateParamsTest, TestComplexPhraseQParserPlugin, SampleTest, BlockCacheTest,
HdfsChaosMonkeySafeLeaderTest, DistributedQueryComponentCustomSortTest,
TestIntervalFaceting, TestInitQParser, ClusterStateTest,
TestSweetSpotSimilarityFactory, JSONWriterTest,
TestOverriddenPrefixQueryForCustomFieldType, TestSortingResponseWriter,
TestAtomicUpdateErrorCases, DirectSolrSpellCheckerTest, SolrRequestParserTest,
SolrCoreCheckLockOnStartupTest, ChaosMonkeySafeLeaderTest, TestLRUCache,
NotRequiredUniqueKeyTest, ExternalFileFieldSortTest,
TestDocBasedVersionConstraints, TestSystemIdResolver,
TestCollationFieldDocValues, SignatureUpdateProcessorFactoryTest,
AutoCommitTest, TestCloudManagedSchemaConcurrent,
AddSchemaFieldsUpdateProcessorFactoryTest, DocumentBuilderTest,
DeleteReplicaTest, TestDynamicFieldResource, CollectionsAPIDistributedZkTest,
SyncSliceTest, BasicZkTest, FullSolrCloudDistribCmdsTest]
[junit4] Completed on J1 in 279.23s, 1 test, 1 error <<< FAILURES!
[...truncated 677 lines...]
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:498:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:471:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:60:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/extra-targets.xml:39:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build.xml:189:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/common-build.xml:494:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:1360:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:963:
There were test failures: 426 suites, 1779 tests, 1 error, 54 ignored (10
assumptions)
Total time: 159 minutes 0 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Sending artifact delta relative to Lucene-Solr-NightlyTests-4.x #620
Archived 5 artifacts
Archive block size is 32768
Received 0 blocks and 480160460 bytes
Compression is 0.0%
Took 1 min 26 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]