Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-trunk/640/
1 tests failed.
FAILED: org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testDistribSearch
Error Message:
Error CREATEing SolrCore 'halfcollection_shard1_replica1': Unable to create
core [halfcollection_shard1_replica1] Caused by: Could not get shard id for
core: halfcollection_shard1_replica1
Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Error
CREATEing SolrCore 'halfcollection_shard1_replica1': Unable to create core
[halfcollection_shard1_replica1] Caused by: Could not get shard id for core:
halfcollection_shard1_replica1
at
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:570)
at
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215)
at
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211)
at
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testErrorHandling(CollectionsAPIDistributedZkTest.java:583)
at
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:205)
at
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
Build Log:
[...truncated 11568 lines...]
[junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
[junit4] 2> Creating dataDir:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/init-core-data-001
[junit4] 2> 90181 T162 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl
(true) and clientAuth (false)
[junit4] 2> 90181 T162 oas.BaseDistributedSearchTestCase.initHostContext
Setting hostContext system property: /
[junit4] 2> 90190 T162 oas.SolrTestCaseJ4.setUp ###Starting
testDistribSearch
[junit4] 2> 90191 T162 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4] 1> client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 90192 T163 oasc.ZkTestServer$ZKServerMain.runFromConfig
Starting server
[junit4] 2> 90292 T162 oasc.ZkTestServer.run start zk server on port:22182
[junit4] 2> 90293 T162
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 90294 T162 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 90298 T169 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@7a967515
name:ZooKeeperConnection Watcher:127.0.0.1:22182 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 90299 T162 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 90299 T162 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 90300 T162 oascc.SolrZkClient.makePath makePath: /solr
[junit4] 2> 90303 T162
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 90304 T162 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 90306 T171 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@2796bcfd
name:ZooKeeperConnection Watcher:127.0.0.1:22182/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 90307 T162 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 90307 T162 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 90308 T162 oascc.SolrZkClient.makePath makePath:
/collections/collection1
[junit4] 2> 90312 T162 oascc.SolrZkClient.makePath makePath:
/collections/collection1/shards
[junit4] 2> 90316 T162 oascc.SolrZkClient.makePath makePath:
/collections/control_collection
[junit4] 2> 90319 T162 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/shards
[junit4] 2> 90322 T162 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 90324 T162 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.xml
[junit4] 2> 90329 T162 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 90330 T162 oascc.SolrZkClient.makePath makePath:
/configs/conf1/schema.xml
[junit4] 2> 90335 T162 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 90336 T162 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 90340 T162 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 90340 T162 oascc.SolrZkClient.makePath makePath:
/configs/conf1/stopwords.txt
[junit4] 2> 90344 T162 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 90345 T162 oascc.SolrZkClient.makePath makePath:
/configs/conf1/protwords.txt
[junit4] 2> 90349 T162 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 90350 T162 oascc.SolrZkClient.makePath makePath:
/configs/conf1/currency.xml
[junit4] 2> 90354 T162 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 90355 T162 oascc.SolrZkClient.makePath makePath:
/configs/conf1/enumsConfig.xml
[junit4] 2> 90359 T162 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 90360 T162 oascc.SolrZkClient.makePath makePath:
/configs/conf1/open-exchange-rates.json
[junit4] 2> 90363 T162 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 90364 T162 oascc.SolrZkClient.makePath makePath:
/configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 90368 T162 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 90369 T162 oascc.SolrZkClient.makePath makePath:
/configs/conf1/old_synonyms.txt
[junit4] 2> 90373 T162 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 90374 T162 oascc.SolrZkClient.makePath makePath:
/configs/conf1/synonyms.txt
[junit4] 2> 90385 T162
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 90386 T162 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 90388 T173 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@5669be6f
name:ZooKeeperConnection Watcher:127.0.0.1:22182/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 90388 T162 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 90389 T162 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> Using new style solr.xml
[junit4] 2> 91754 T162 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 91827 T162 oejus.SslContextFactory.doStart Enabled Protocols
[SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1,
TLSv1.1, TLSv1.2]
[junit4] 2> 91833 T162 oejs.AbstractConnector.doStart Started
[email protected]:22186
[junit4] 2> 91836 T162 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 91837 T162 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 91837 T162 oasc.SolrResourceLoader.locateSolrHome using system
property solr.solr.home:
../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-002
[junit4] 2> 91837 T162 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-002/'
[junit4] 2> 91869 T162 oasc.ConfigSolr.fromFile Loading container
configuration from
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-002/solr.xml
[junit4] 2> 91944 T162 oasc.CorePropertiesLocator.<init> Config-defined
core root directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-002
[junit4] 2> 91945 T162 oasc.CoreContainer.<init> New CoreContainer
168861149
[junit4] 2> 91945 T162 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-002/]
[junit4] 2> 91947 T162 oashc.HttpShardHandlerFactory.getParameter Setting
socketTimeout to: 90000
[junit4] 2> 91947 T162 oashc.HttpShardHandlerFactory.getParameter Setting
urlScheme to:
[junit4] 2> 91947 T162 oashc.HttpShardHandlerFactory.getParameter Setting
connTimeout to: 15000
[junit4] 2> 91948 T162 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnectionsPerHost to: 20
[junit4] 2> 91948 T162 oashc.HttpShardHandlerFactory.getParameter Setting
corePoolSize to: 0
[junit4] 2> 91948 T162 oashc.HttpShardHandlerFactory.getParameter Setting
maximumPoolSize to: 2147483647
[junit4] 2> 91949 T162 oashc.HttpShardHandlerFactory.getParameter Setting
maxThreadIdleTime to: 5
[junit4] 2> 91949 T162 oashc.HttpShardHandlerFactory.getParameter Setting
sizeOfQueue to: -1
[junit4] 2> 91949 T162 oashc.HttpShardHandlerFactory.getParameter Setting
fairnessPolicy to: false
[junit4] 2> 91952 T162 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 91955 T162 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 91955 T162 oasl.LogWatcher.newRegisteredLogWatcher Registering
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 91956 T162 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 91956 T162 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:22182/solr
[junit4] 2> 91956 T162 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 91957 T162
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 91958 T162 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 91960 T184 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@d8f92da name:ZooKeeperConnection
Watcher:127.0.0.1:22182 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 91960 T162 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 91961 T162 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 91963 T162 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 91965 T186 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@491f7520
name:ZooKeeperConnection Watcher:127.0.0.1:22182/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 91965 T162 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 91967 T162 oascc.SolrZkClient.makePath makePath:
/overseer/queue
[junit4] 2> 91970 T162 oascc.SolrZkClient.makePath makePath:
/overseer/collection-queue-work
[junit4] 2> 91973 T162 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-running
[junit4] 2> 91976 T162 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-completed
[junit4] 2> 91979 T162 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-failure
[junit4] 2> 91983 T162 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4] 2> 91985 T162 oasc.ZkController.createEphemeralLiveNode Register
node as live in ZooKeeper:/live_nodes/127.0.0.1:22186_
[junit4] 2> 91986 T162 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:22186_
[junit4] 2> 91991 T162 oascc.SolrZkClient.makePath makePath:
/overseer_elect
[junit4] 2> 91993 T162 oascc.SolrZkClient.makePath makePath:
/overseer_elect/election
[junit4] 2> 91995 T162 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 91997 T162 oasc.OverseerElectionContext.runLeaderProcess I am
going to be the leader 127.0.0.1:22186_
[junit4] 2> 91998 T162 oascc.SolrZkClient.makePath makePath:
/overseer_elect/leader
[junit4] 2> 92001 T162 oasc.Overseer.start Overseer
(id=92524077304709124-127.0.0.1:22186_-n_0000000000) starting
[junit4] 2> 92004 T162 oascc.SolrZkClient.makePath makePath:
/overseer/queue-work
[junit4] 2> 92017 T162 oasc.OverseerAutoReplicaFailoverThread.<init>
Starting OverseerAutoReplicaFailoverThread
autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=10000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 92018 T188 oasc.OverseerCollectionProcessor.run Process
current queue of collection creations
[junit4] 2> 92019 T162 oascc.SolrZkClient.makePath makePath:
/clusterstate.json
[junit4] 2> 92022 T162 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4] 2> 92024 T162
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 92029 T187 oasc.Overseer$ClusterStateUpdater.run Starting to
work on the main queue
[junit4] 2> 92032 T162 oasc.CorePropertiesLocator.discover Looking for
core definitions underneath
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-002
[junit4] 2> 92190 T162 oasc.CorePropertiesLocator.discoverUnder Found core
conf in
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-002/conf/
[junit4] 2> 93457 T162 oasc.CorePropertiesLocator.discover Found 1 core
definitions
[junit4] 2> 93459 T162 oass.SolrDispatchFilter.init
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3
[junit4] 2> 93459 T162 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 93488 T162
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 93489 T162 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 93490 T192 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@7bc81b5e
name:ZooKeeperConnection Watcher:127.0.0.1:22182/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 93490 T162 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 93491 T162 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 93492 T162
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 93497 T162 oasc.ChaosMonkey.monkeyLog monkey: init - expire
sessions:false cause connection loss:false
[junit4] 2> 93498 T162 oasc.AbstractFullDistribZkTestBase.createJettys
Creating collection1 with stateFormat=2
[junit4] 2> 93498 T162
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 93499 T162 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 93500 T194 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@51754158
name:ZooKeeperConnection Watcher:127.0.0.1:22182/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 93500 T162 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 93501 T162 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 93503 T195 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 93507 T187 oasc.Overseer$ClusterStateUpdater.buildCollection
building a new collection: collection1
[junit4] 2> 93508 T187 oasc.Overseer$ClusterStateUpdater.createCollection
Create collection collection1 with shards [shard1, shard2]
[junit4] 2> 93517 T187 oasc.Overseer$ClusterStateUpdater.createCollection
state version collection1 2
[junit4] 2> 93522 T187 oasc.Overseer$ClusterStateUpdater.updateZkStates
going to create_collection /collections/collection1/state.json
[junit4] 2> 93524 T195 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> 93524 T196 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> 94554 T162 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 1
[junit4] 2> 94555 T162 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 94562 T162 oejus.SslContextFactory.doStart Enabled Protocols
[SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1,
TLSv1.1, TLSv1.2]
[junit4] 2> 94565 T162 oejs.AbstractConnector.doStart Started
[email protected]:22191
[junit4] 2> 94568 T162 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 94568 T162 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 94568 T162 oasc.SolrResourceLoader.locateSolrHome using system
property solr.solr.home:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-003
[junit4] 2> 94569 T162 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-003/'
[junit4] 2> 94602 T162 oasc.ConfigSolr.fromFile Loading container
configuration from
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-003/solr.xml
[junit4] 2> 94654 T162 oasc.CorePropertiesLocator.<init> Config-defined
core root directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-003
[junit4] 2> 94655 T162 oasc.CoreContainer.<init> New CoreContainer
396200443
[junit4] 2> 94655 T162 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-003/]
[junit4] 2> 94656 T162 oashc.HttpShardHandlerFactory.getParameter Setting
socketTimeout to: 90000
[junit4] 2> 94656 T162 oashc.HttpShardHandlerFactory.getParameter Setting
urlScheme to:
[junit4] 2> 94657 T162 oashc.HttpShardHandlerFactory.getParameter Setting
connTimeout to: 15000
[junit4] 2> 94657 T162 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnectionsPerHost to: 20
[junit4] 2> 94657 T162 oashc.HttpShardHandlerFactory.getParameter Setting
corePoolSize to: 0
[junit4] 2> 94658 T162 oashc.HttpShardHandlerFactory.getParameter Setting
maximumPoolSize to: 2147483647
[junit4] 2> 94658 T162 oashc.HttpShardHandlerFactory.getParameter Setting
maxThreadIdleTime to: 5
[junit4] 2> 94658 T162 oashc.HttpShardHandlerFactory.getParameter Setting
sizeOfQueue to: -1
[junit4] 2> 94658 T162 oashc.HttpShardHandlerFactory.getParameter Setting
fairnessPolicy to: false
[junit4] 2> 94662 T162 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 94664 T162 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 94665 T162 oasl.LogWatcher.newRegisteredLogWatcher Registering
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 94665 T162 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 94665 T162 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:22182/solr
[junit4] 2> 94666 T162 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 94666 T162
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 94667 T162 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 94669 T207 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@64790ec1
name:ZooKeeperConnection Watcher:127.0.0.1:22182 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 94669 T162 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 94670 T162 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 94673 T162 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 94674 T209 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@70533bef
name:ZooKeeperConnection Watcher:127.0.0.1:22182/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 94675 T162 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 94682 T162
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 95688 T162 oasc.ZkController.createEphemeralLiveNode Register
node as live in ZooKeeper:/live_nodes/127.0.0.1:22191_
[junit4] 2> 95690 T162 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:22191_
[junit4] 2> 95694 T162 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 95699 T162 oasc.CorePropertiesLocator.discover Looking for
core definitions underneath
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-003
[junit4] 2> 96741 T162 oasc.CorePropertiesLocator.discoverUnder Found core
conf in
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-003/conf/
[junit4] 2> 96824 T162 oasc.CorePropertiesLocator.discover Found 1 core
definitions
[junit4] 2> 96826 T162 oass.SolrDispatchFilter.init
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3
[junit4] 2> 96826 T162 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 97841 T162 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 2
[junit4] 2> 97842 T162 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 97848 T162 oejus.SslContextFactory.doStart Enabled Protocols
[SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1,
TLSv1.1, TLSv1.2]
[junit4] 2> 97851 T162 oejs.AbstractConnector.doStart Started
[email protected]:22194
[junit4] 2> 97855 T162 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 97855 T162 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 97856 T162 oasc.SolrResourceLoader.locateSolrHome using system
property solr.solr.home:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-004
[junit4] 2> 97856 T162 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-004/'
[junit4] 2> 97887 T162 oasc.ConfigSolr.fromFile Loading container
configuration from
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-004/solr.xml
[junit4] 2> 97933 T162 oasc.CorePropertiesLocator.<init> Config-defined
core root directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-004
[junit4] 2> 97934 T162 oasc.CoreContainer.<init> New CoreContainer
764430233
[junit4] 2> 97934 T162 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-004/]
[junit4] 2> 97935 T162 oashc.HttpShardHandlerFactory.getParameter Setting
socketTimeout to: 90000
[junit4] 2> 97935 T162 oashc.HttpShardHandlerFactory.getParameter Setting
urlScheme to:
[junit4] 2> 97936 T162 oashc.HttpShardHandlerFactory.getParameter Setting
connTimeout to: 15000
[junit4] 2> 97936 T162 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnectionsPerHost to: 20
[junit4] 2> 97936 T162 oashc.HttpShardHandlerFactory.getParameter Setting
corePoolSize to: 0
[junit4] 2> 97937 T162 oashc.HttpShardHandlerFactory.getParameter Setting
maximumPoolSize to: 2147483647
[junit4] 2> 97937 T162 oashc.HttpShardHandlerFactory.getParameter Setting
maxThreadIdleTime to: 5
[junit4] 2> 97937 T162 oashc.HttpShardHandlerFactory.getParameter Setting
sizeOfQueue to: -1
[junit4] 2> 97937 T162 oashc.HttpShardHandlerFactory.getParameter Setting
fairnessPolicy to: false
[junit4] 2> 97940 T162 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 97943 T162 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 97943 T162 oasl.LogWatcher.newRegisteredLogWatcher Registering
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 97944 T162 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 97944 T162 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:22182/solr
[junit4] 2> 97944 T162 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 97945 T162
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 97945 T162 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 97947 T222 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@37021349
name:ZooKeeperConnection Watcher:127.0.0.1:22182 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 97948 T162 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 97948 T162 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 97950 T162 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 97952 T224 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@23b8655f
name:ZooKeeperConnection Watcher:127.0.0.1:22182/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 97952 T162 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 97960 T162
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 98968 T162 oasc.ZkController.createEphemeralLiveNode Register
node as live in ZooKeeper:/live_nodes/127.0.0.1:22194_
[junit4] 2> 98970 T162 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:22194_
[junit4] 2> 98975 T162 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 98980 T162 oasc.CorePropertiesLocator.discover Looking for
core definitions underneath
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-004
[junit4] 2> 98984 T162 oasc.CorePropertiesLocator.discoverUnder Found core
conf in
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-004/conf/
[junit4] 2> 99920 T162 oasc.CorePropertiesLocator.discover Found 1 core
definitions
[junit4] 2> 99921 T162 oass.SolrDispatchFilter.init
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3
[junit4] 2> 99922 T162 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 101052 T162 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 3
[junit4] 2> 101053 T162 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 101060 T162 oejus.SslContextFactory.doStart Enabled Protocols
[SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1,
TLSv1.1, TLSv1.2]
[junit4] 2> 101063 T162 oejs.AbstractConnector.doStart Started
[email protected]:25361
[junit4] 2> 101067 T162 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 101067 T162 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 101067 T162 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-005
[junit4] 2> 101068 T162 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-005/'
[junit4] 2> 101102 T162 oasc.ConfigSolr.fromFile Loading container
configuration from
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-005/solr.xml
[junit4] 2> 101153 T162 oasc.CorePropertiesLocator.<init> Config-defined
core root directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-005
[junit4] 2> 101153 T162 oasc.CoreContainer.<init> New CoreContainer
1944647959
[junit4] 2> 101154 T162 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-005/]
[junit4] 2> 101155 T162 oashc.HttpShardHandlerFactory.getParameter Setting
socketTimeout to: 90000
[junit4] 2> 101155 T162 oashc.HttpShardHandlerFactory.getParameter Setting
urlScheme to:
[junit4] 2> 101156 T162 oashc.HttpShardHandlerFactory.getParameter Setting
connTimeout to: 15000
[junit4] 2> 101156 T162 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnectionsPerHost to: 20
[junit4] 2> 101156 T162 oashc.HttpShardHandlerFactory.getParameter Setting
corePoolSize to: 0
[junit4] 2> 101157 T162 oashc.HttpShardHandlerFactory.getParameter Setting
maximumPoolSize to: 2147483647
[junit4] 2> 101157 T162 oashc.HttpShardHandlerFactory.getParameter Setting
maxThreadIdleTime to: 5
[junit4] 2> 101157 T162 oashc.HttpShardHandlerFactory.getParameter Setting
sizeOfQueue to: -1
[junit4] 2> 101158 T162 oashc.HttpShardHandlerFactory.getParameter Setting
fairnessPolicy to: false
[junit4] 2> 101161 T162 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 101163 T162 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 101164 T162 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 101164 T162 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 101165 T162 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:22182/solr
[junit4] 2> 101165 T162 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 101165 T162
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 101166 T162 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 101168 T237 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@6d85b85e
name:ZooKeeperConnection Watcher:127.0.0.1:22182 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 101169 T162 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 101170 T162 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 101172 T162 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 101174 T239 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@58367fb6
name:ZooKeeperConnection Watcher:127.0.0.1:22182/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 101175 T162 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 101184 T162
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 102198 T162 oasc.ZkController.createEphemeralLiveNode Register
node as live in ZooKeeper:/live_nodes/127.0.0.1:25361_
[junit4] 2> 102200 T162 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:25361_
[junit4] 2> 102206 T162 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 102212 T162 oasc.CorePropertiesLocator.discover Looking for
core definitions underneath
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-005
[junit4] 2> 102217 T162 oasc.CorePropertiesLocator.discoverUnder Found
core conf in
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-005/conf/
[junit4] 2> 103372 T162 oasc.CorePropertiesLocator.discover Found 1 core
definitions
[junit4] 2> 103373 T162 oass.SolrDispatchFilter.init
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3
[junit4] 2> 103374 T162 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 104499 T162 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 4
[junit4] 2> 104500 T162 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 104506 T162 oejus.SslContextFactory.doStart Enabled Protocols
[SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1,
TLSv1.1, TLSv1.2]
[junit4] 2> 104509 T162 oejs.AbstractConnector.doStart Started
[email protected]:51855
[junit4] 2> 104512 T162 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 104512 T162 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 104512 T162 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-006
[junit4] 2> 104513 T162 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-006/'
[junit4] 2> 104544 T162 oasc.ConfigSolr.fromFile Loading container
configuration from
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-006/solr.xml
[junit4] 2> 104599 T162 oasc.CorePropertiesLocator.<init> Config-defined
core root directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-006
[junit4] 2> 104599 T162 oasc.CoreContainer.<init> New CoreContainer
213760074
[junit4] 2> 104600 T162 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-006/]
[junit4] 2> 104601 T162 oashc.HttpShardHandlerFactory.getParameter Setting
socketTimeout to: 90000
[junit4] 2> 104601 T162 oashc.HttpShardHandlerFactory.getParameter Setting
urlScheme to:
[junit4] 2> 104601 T162 oashc.HttpShardHandlerFactory.getParameter Setting
connTimeout to: 15000
[junit4] 2> 104601 T162 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnectionsPerHost to: 20
[junit4] 2> 104602 T162 oashc.HttpShardHandlerFactory.getParameter Setting
corePoolSize to: 0
[junit4] 2> 104602 T162 oashc.HttpShardHandlerFactory.getParameter Setting
maximumPoolSize to: 2147483647
[junit4] 2> 104602 T162 oashc.HttpShardHandlerFactory.getParameter Setting
maxThreadIdleTime to: 5
[junit4] 2> 104603 T162 oashc.HttpShardHandlerFactory.getParameter Setting
sizeOfQueue to: -1
[junit4] 2> 104603 T162 oashc.HttpShardHandlerFactory.getParameter Setting
fairnessPolicy to: false
[junit4] 2> 104606 T162 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 104608 T162 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 104609 T162 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 104609 T162 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 104610 T162 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:22182/solr
[junit4] 2> 104610 T162 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 104610 T162
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 104611 T162 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 104613 T252 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@c083860 name:ZooKeeperConnection
Watcher:127.0.0.1:22182 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 104614 T162 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 104614 T162 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 104617 T162 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 104618 T254 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@51b39791
name:ZooKeeperConnection Watcher:127.0.0.1:22182/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 104619 T162 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 104626 T162
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 105633 T162 oasc.ZkController.createEphemeralLiveNode Register
node as live in ZooKeeper:/live_nodes/127.0.0.1:51855_
[junit4] 2> 105635 T162 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:51855_
[junit4] 2> 105641 T162 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 105646 T162 oasc.CorePropertiesLocator.discover Looking for
core definitions underneath
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-006
[junit4] 2> 106347 T162 oasc.CorePropertiesLocator.discoverUnder Found
core conf in
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-006/conf/
[junit4] 2> 106358 T162 oasc.CorePropertiesLocator.discover Found 1 core
definitions
[junit4] 2> 106360 T162 oass.SolrDispatchFilter.init
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3
[junit4] 2> 106360 T162 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 106624 T202 oasha.CollectionsHandler.handleCreateAction
Creating Collection :
wt=javabin&replicationFactor=2&collection.configName=conf1&version=2&router.field=myOwnField&name=solrj_collection&action=CREATE&numShards=2
[junit4] 2> 106627 T195 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/collection-queue-work state:
SyncConnected type NodeChildrenChanged
[junit4] 2> 106628 T188 oasc.OverseerCollectionProcessor.run Overseer
Collection Processor: Get the message
id:/overseer/collection-queue-work/qn-0000000000 message:{
[junit4] 2> "operation":"create",
[junit4] 2> "fromApi":"true",
[junit4] 2> "name":"solrj_collection",
[junit4] 2> "replicationFactor":"2",
[junit4] 2> "collection.configName":"conf1",
[junit4] 2> "numShards":"2",
[junit4] 2> "router.field":"myOwnField"}
[junit4] 2> 106634 T258 oasc.OverseerCollectionProcessor.processMessage
WARN OverseerCollectionProcessor.processMessage : create , {
[junit4] 2> "operation":"create",
[junit4] 2> "fromApi":"true",
[junit4] 2> "name":"solrj_collection",
[junit4] 2> "replicationFactor":"2",
[junit4] 2> "collection.configName":"conf1",
[junit4] 2> "numShards":"2",
[junit4] 2> "router.field":"myOwnField"}
[junit4] 2> 106641 T258 oasc.OverseerCollectionProcessor.createConfNode
creating collections conf node /collections/solrj_collection
[junit4] 2> 106642 T258 oascc.SolrZkClient.makePath makePath:
/collections/solrj_collection
[junit4] 2> 106647 T195 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 106652 T187 oasc.Overseer$ClusterStateUpdater.buildCollection
building a new collection: solrj_collection
[junit4] 2> 106652 T187 oasc.Overseer$ClusterStateUpdater.createCollection
Create collection solrj_collection with shards [shard1, shard2]
[junit4] 2> 106652 T187 oasc.Overseer$ClusterStateUpdater.createCollection
state version solrj_collection 1
[junit4] 2> 106656 T195 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4] 2> 106656 T210 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4] 2> 106656 T196 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4] 2> 106656 T240 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4] 2> 106656 T255 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4] 2> 106656 T225 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4] 2> 106748 T258 oasc.OverseerCollectionProcessor.createCollection
Creating SolrCores for new collection solrj_collection, shardNames [shard1,
shard2] , replicationFactor : 2
[junit4] 2> 106748 T258 oasc.OverseerCollectionProcessor.createCollection
Creating shard solrj_collection_shard1_replica1 as part of slice shard1 of
collection solrj_collection on 127.0.0.1:51855_
[junit4] 2> 106761 T258 oasc.OverseerCollectionProcessor.createCollection
Creating shard solrj_collection_shard1_replica2 as part of slice shard1 of
collection solrj_collection on 127.0.0.1:22191_
[junit4] 2> 106764 T258 oasc.OverseerCollectionProcessor.createCollection
Creating shard solrj_collection_shard2_replica1 as part of slice shard2 of
collection solrj_collection on 127.0.0.1:25361_
[junit4] 2> 106767 T258 oasc.OverseerCollectionProcessor.createCollection
Creating shard solrj_collection_shard2_replica2 as part of slice shard2 of
collection solrj_collection on 127.0.0.1:22194_
[junit4] 2> 106930 T229 oasha.CoreAdminHandler.handleCreateAction core
create command
wt=javabin&collection=solrj_collection&shard=shard2&collection.configName=conf1&qt=/admin/cores&version=2&name=solrj_collection_shard2_replica1&action=CREATE&numShards=2
[junit4] 2> 106931 T244 oasha.CoreAdminHandler.handleCreateAction core
create command
wt=javabin&collection=solrj_collection&shard=shard1&collection.configName=conf1&qt=/admin/cores&version=2&name=solrj_collection_shard1_replica1&action=CREATE&numShards=2
[junit4] 2> 106933 T204 oasha.CoreAdminHandler.handleCreateAction core
create command
wt=javabin&collection=solrj_collection&shard=shard1&collection.configName=conf1&qt=/admin/cores&version=2&name=solrj_collection_shard1_replica2&action=CREATE&numShards=2
[junit4] 2> 106935 T217 oasha.CoreAdminHandler.handleCreateAction core
create command
wt=javabin&collection=solrj_collection&shard=shard2&collection.configName=conf1&qt=/admin/cores&version=2&name=solrj_collection_shard2_replica2&action=CREATE&numShards=2
[junit4] 2> 106946 T244 oasc.ZkController.publish publishing
core=solrj_collection_shard1_replica1 state=down collection=solrj_collection
[junit4] 2> 106947 T229 oasc.ZkController.publish publishing
core=solrj_collection_shard2_replica1 state=down collection=solrj_collection
[junit4] 2> 106946 T217 oasc.ZkController.publish publishing
core=solrj_collection_shard2_replica2 state=down collection=solrj_collection
[junit4] 2> 106946 T204 oasc.ZkController.publish publishing
core=solrj_collection_shard1_replica2 state=down collection=solrj_collection
[junit4] 2> 106949 T229 oasc.ZkController.waitForCoreNodeName look for our
core node name
[junit4] 2> 106948 T244 oasc.ZkController.waitForCoreNodeName look for our
core node name
[junit4] 2> 106948 T195 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 106950 T204 oasc.ZkController.waitForCoreNodeName look for our
core node name
[junit4] 2> 106949 T217 oasc.ZkController.waitForCoreNodeName look for our
core node name
[junit4] 2> 106955 T187 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=2 message={
[junit4] 2> "collection":"solrj_collection",
[junit4] 2> "node_name":"127.0.0.1:51855_",
[junit4] 2> "shard":"shard1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:51855",
[junit4] 2> "state":"down",
[junit4] 2> "core":"solrj_collection_shard1_replica1",
[junit4] 2> "numShards":"2",
[junit4] 2> "operation":"state"}
[junit4] 2> 106960 T187 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=2 message={
[junit4] 2> "collection":"solrj_collection",
[junit4] 2> "node_name":"127.0.0.1:25361_",
[junit4] 2> "shard":"shard2",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:25361",
[junit4] 2> "state":"down",
[junit4] 2> "core":"solrj_collection_shard2_replica1",
[junit4] 2> "numShards":"2",
[junit4] 2> "operation":"state"}
[junit4] 2> 106963 T195 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 106965 T187 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=2 message={
[junit4] 2> "collection":"solrj_collection",
[junit4] 2> "node_name":"127.0.0.1:22194_",
[junit4] 2> "shard":"shard2",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:22194",
[junit4] 2> "state":"down",
[junit4] 2> "core":"solrj_collection_shard2_replica2",
[junit4] 2> "numShards":"2",
[junit4] 2> "operation":"state"}
[junit4] 2> 106969 T187 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=2 message={
[junit4] 2> "collection":"solrj_collection",
[junit4] 2> "node_name":"127.0.0.1:22191_",
[junit4] 2> "shard":"shard1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:22191",
[junit4] 2> "state":"down",
[junit4] 2> "core":"solrj_collection_shard1_replica2",
[junit4] 2> "numShards":"2",
[junit4] 2> "operation":"state"}
[junit4] 2> 106972 T195 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 106974 T255 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4] 2> 106974 T240 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4] 2> 106974 T196 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4] 2> 106974 T195 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4] 2> 106974 T210 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4] 2> 106974 T225 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4] 2> 107950 T229 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for solrj_collection_shard2_replica1
[junit4] 2> 107950 T244 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for solrj_collection_shard1_replica1
[junit4] 2> 107951 T229 oasc.ZkController.createCollectionZkNode Check for
collection zkNode:solrj_collection
[junit4] 2> 107951 T204 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for solrj_collection_shard1_replica2
[junit4] 2> 107951 T244 oasc.ZkController.createCollectionZkNode Check for
collection zkNode:solrj_collection
[junit4] 2> 107952 T229 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 107952 T204 oasc.ZkController.createCollectionZkNode Check for
collection zkNode:solrj_collection
[junit4] 2> 107953 T244 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 107953 T229 oascc.ZkStateReader.readConfigName Load collection
config from:/collections/solrj_collection
[junit4] 2> 107983 T204 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 107983 T244 oascc.ZkStateReader.readConfigName Load collection
config from:/collections/solrj_collection
[junit4] 2> 107985 T229 oascc.ZkStateReader.readConfigName
path=/collections/solrj_collection configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 107983 T217 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for solrj_collection_shard2_replica2
[junit4] 2> 107985 T244 oascc.ZkStateReader.readConfigName
path=/collections/solrj_collection configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 107985 T217 oasc.ZkController.createCollectionZkNode Check for
collection zkNode:solrj_collection
[junit4] 2> 107985 T229 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-005/solrj_collection_shard2_replica1/'
[junit4] 2> 107984 T204 oascc.ZkStateReader.readConfigName Load collection
config from:/collections/solrj_collection
[junit4] 2> 107987 T217 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 107986 T244 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-006/solrj_collection_shard1_replica1/'
[junit4] 2> 107988 T204 oascc.ZkStateReader.readConfigName
path=/collections/solrj_collection configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 107988 T217 oascc.ZkStateReader.readConfigName Load collection
config from:/collections/solrj_collection
[junit4] 2> 107989 T204 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-003/solrj_collection_shard1_replica2/'
[junit4] 2> 107990 T217 oascc.ZkStateReader.readConfigName
path=/collections/solrj_collection configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 107990 T217 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-004/solrj_collection_shard2_replica2/'
[junit4] 2> 108125 T204 oasc.SolrConfig.<init> Using Lucene MatchVersion:
6.0.0
[junit4] 2> 108126 T244 oasc.SolrConfig.<init> Using Lucene MatchVersion:
6.0.0
[junit4] 2> 108127 T217 oasc.SolrConfig.<init> Using Lucene MatchVersion:
6.0.0
[junit4] 2> 108127 T229 oasc.SolrConfig.<init> Using Lucene MatchVersion:
6.0.0
[junit4] 2> 108199 T244 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 108200 T204 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 108200 T244 oass.IndexSchema.readSchema Reading Solr Schema
from schema.xml
[junit4] 2> 108201 T229 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 108202 T204 oass.IndexSchema.readSchema Reading Solr Schema
from schema.xml
[junit4] 2> 108203 T229 oass.IndexSchema.readSchema Reading Solr Schema
from schema.xml
[junit4] 2> 108204 T217 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 108206 T217 oass.IndexSchema.readSchema Reading Solr Schema
from schema.xml
[junit4] 2> 108215 T244 oass.IndexSchema.readSchema
[solrj_collection_shard1_replica1] Schema name=test
[junit4] 2> 108220 T204 oass.IndexSchema.readSchema
[solrj_collection_shard1_replica2] Schema name=test
[junit4] 2> 108221 T217 oass.IndexSchema.readSchema
[solrj_collection_shard2_replica2] Schema name=test
[junit4] 2> 108222 T229 oass.IndexSchema.readSchema
[solrj_collection_shard2_replica1] Schema name=test
[junit4] 2> 108790 T204 oass.OpenExchangeRatesOrgProvider.init Initialized
with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 108805 T204 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 108808 T204 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 108827 T217 oass.OpenExchangeRatesOrgProvider.init Initialized
with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 108828 T204 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 108833 T204 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 108834 T229 oass.OpenExchangeRatesOrgProvider.init Initialized
with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 108835 T217 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 108838 T217 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 108838 T204 oass.OpenExchangeRatesOrgProvider.reload Reloading
exchange rates from open-exchange-rates.json
[junit4] 2> 108839 T204
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 108842 T204
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 108842 T204 oass.OpenExchangeRatesOrgProvider.reload Reloading
exchange rates from open-exchange-rates.json
[junit4] 2> 108844 T204
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 108844 T204
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 108845 T204 oasc.CoreContainer.create Creating SolrCore
'solrj_collection_shard1_replica2' using configuration from collection
solrj_collection
[junit4] 2> 108845 T204 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 108845 T229 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 108846 T204 oasc.SolrCore.<init>
[solrj_collection_shard1_replica2] Opening new SolrCore at
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-003/solrj_collection_shard1_replica2/,
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-003/solrj_collection_shard1_replica2/data/
[junit4] 2> 108848 T204 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@735ea310
[junit4] 2> 108850 T204 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-003/solrj_collection_shard1_replica2/data
[junit4] 2> 108850 T204 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-003/solrj_collection_shard1_replica2/data/index/
[junit4] 2> 108851 T229 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 108851 T204 oasc.SolrCore.initIndex WARN
[solrj_collection_shard1_replica2] Solr index directory
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-003/solrj_collection_shard1_replica2/data/index'
doesn't exist. Creating new index...
[junit4] 2> 108852 T204 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-003/solrj_collection_shard1_replica2/data/index
[junit4] 2> 108853 T204 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=3, maxMergeAtOnceExplicit=8, maxMergedSegmentMB=89.6044921875,
floorSegmentMB=0.3974609375, forceMergeDeletesPctAllowed=11.74795790304424,
segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7073315922145454
[junit4] 2> 108855 T204 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-310f0653)),segFN=segments_1,generation=1}
[junit4] 2> 108855 T204 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 108863 T204 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 108863 T217 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 108868 T244 oass.OpenExchangeRatesOrgProvider.init Initialized
with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 108870 T217 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 108874 T229 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 108876 T244 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 108877 T217 oass.OpenExchangeRatesOrgProvider.reload Reloading
exchange rates from open-exchange-rates.json
[junit4] 2> 108878 T217
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 108879 T217
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 108879 T244 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 108879 T217 oass.OpenExchangeRatesOrgProvider.reload Reloading
exchange rates from open-exchange-rates.json
[junit4] 2> 108881 T217
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 108881 T229 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 108881 T217
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 108882 T217 oasc.CoreContainer.create Creating SolrCore
'solrj_collection_shard2_replica2' using configuration from collection
solrj_collection
[junit4] 2> 108883 T217 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 108883 T217 oasc.SolrCore.<init>
[solrj_collection_shard2_replica2] Opening new SolrCore at
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-004/solrj_collection_shard2_replica2/,
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-004/solrj_collection_shard2_replica2/data/
[junit4] 2> 108884 T217 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@735ea310
[junit4] 2> 108885 T217 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-004/solrj_collection_shard2_replica2/data
[junit4] 2> 108885 T217 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-004/solrj_collection_shard2_replica2/data/index/
[junit4] 2> 108886 T217 oasc.SolrCore.initIndex WARN
[solrj_collection_shard2_replica2] Solr index directory
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-004/solrj_collection_shard2_replica2/data/index'
doesn't exist. Creating new index...
[junit4] 2> 108886 T217 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-004/solrj_collection_shard2_replica2/data/index
[junit4] 2> 108887 T217 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=3, maxMergeAtOnceExplicit=8, maxMergedSegmentMB=89.6044921875,
floorSegmentMB=0.3974609375, forceMergeDeletesPctAllowed=11.74795790304424,
segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7073315922145454
[junit4] 2> 108887 T229 oass.OpenExchangeRatesOrgProvider.reload Reloading
exchange rates from open-exchange-rates.json
[junit4] 2> 108888 T217 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-59f88e8c)),segFN=segments_1,generation=1}
[junit4] 2> 108889 T217 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 108889 T229
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 108889 T229
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 108890 T229 oass.OpenExchangeRatesOrgProvider.reload Reloading
exchange rates from open-exchange-rates.json
[junit4] 2> 108891 T229
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 108892 T229
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 108892 T229 oasc.CoreContainer.create Creating SolrCore
'solrj_collection_shard2_replica1' using configuration from collection
solrj_collection
[junit4] 2> 108893 T229 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 108894 T229 oasc.SolrCore.<init>
[solrj_collection_shard2_replica1] Opening new SolrCore at
../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-005/solrj_collection_shard2_replica1/,
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-005/solrj_collection_shard2_replica1/data/
[junit4] 2> 108894 T229 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@735ea310
[junit4] 2> 108894 T217 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 108896 T229 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-005/solrj_collection_shard2_replica1/data
[junit4] 2> 108896 T229 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-005/solrj_collection_shard2_replica1/data/index/
[junit4] 2> 108897 T229 oasc.SolrCore.initIndex WARN
[solrj_collection_shard2_replica1] Solr index directory
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-005/solrj_collection_shard2_replica1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 108898 T229 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-005/solrj_collection_shard2_replica1/data/index
[junit4] 2> 108899 T229 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=3, maxMergeAtOnceExplicit=8, maxMergedSegmentMB=89.6044921875,
floorSegmentMB=0.3974609375, forceMergeDeletesPctAllowed=11.74795790304424,
segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7073315922145454
[junit4] 2> 108900 T244 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 108900 T229 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-2bc56e1f)),segFN=segments_1,generation=1}
[junit4] 2> 108901 T229 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 108904 T244 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 108909 T229 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 108909 T244 oass.OpenExchangeRatesOrgProvider.reload Reloading
exchange rates from open-exchange-rates.json
[junit4] 2> 108911 T244
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 108911 T244
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 108911 T244 oass.OpenExchangeRatesOrgProvider.reload Reloading
exchange rates from open-exchange-rates.json
[junit4] 2> 108912 T244
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 108913 T244
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 108913 T244 oasc.CoreContainer.create Creating SolrCore
'solrj_collection_shard1_replica1' using configuration from collection
solrj_collection
[junit4] 2> 108914 T244 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 108914 T244 oasc.SolrCore.<init>
[solrj_collection_shard1_replica1] Opening new SolrCore at
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-006/solrj_collection_shard1_replica1/,
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-006/solrj_collection_shard1_replica1/data/
[junit4] 2> 108915 T244 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@735ea310
[junit4] 2> 108916 T244 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-006/solrj_collection_shard1_replica1/data
[junit4] 2> 108916 T244 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-006/solrj_collection_shard1_replica1/data/index/
[junit4] 2> 108917 T244 oasc.SolrCore.initIndex WARN
[solrj_collection_shard1_replica1] Solr index directory
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-006/solrj_collection_shard1_replica1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 108917 T244 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001/tempDir-006/solrj_collection_shard1_replica1/data/index
[junit4] 2> 108918 T244 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=3, maxMergeAtOnceExplicit=8, maxMergedSegmentMB=89.6044921875,
floorSegmentMB=0.3974609375, forceMergeDeletesPctAllowed=11.74795790304424,
segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7073315922145454
[junit4] 2> 108920 T244 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-2d0f18ad)),segFN=segments_1,generation=1}
[junit4] 2> 108920 T244 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 108926 T244 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 108930 T204 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 108930 T229 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 108930 T217 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 108932 T229 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 108931 T204 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 108932 T229 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 108932 T217 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 108933 T229 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 108934 T244 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 108933 T204 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 108935 T244 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 108934 T229 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 108934 T217 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 108936 T229 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 108935 T244 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 108935 T204 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 108937 T244 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 108937 T229 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 108936 T217 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 108938 T229 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 108938 T244 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 108938 T204 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 108940 T244 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 108940 T204 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 108940 T244 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 108940 T229 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 108939 T217 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 108941 T244 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 108941 T204 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 108942 T217 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 108942 T229 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 108943 T217 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 108943 T244 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 108943 T204 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 108944 T229 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 108945 T204 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 108944 T217 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 108946 T204 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 108946 T229 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 108945 T244 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 108947 T204 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 108947 T217 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 108948 T204 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 108948 T217 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 108948 T204 oasc.RequestHandlers.initHandlersFromConfig
created /get: solr.RealTimeGetHandler
[junit4] 2> 108947 T244 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 108947 T229 oasc.RequestHandlers.initHandlersFromConfig
created /get: solr.RealTimeGetHandler
[junit4] 2> 108949 T244 oasc.RequestHandlers.initHandlersFromConfig cr
[...truncated too long message...]
.CollectionsAPIDistributedZkTest.testErrorHandling(CollectionsAPIDistributedZkTest.java:583)
[junit4] > at
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:205)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
[junit4] > at java.lang.Thread.run(Thread.java:745)Throwable #2:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=625, name=Thread-215, state=RUNNABLE,
group=TGRP-CollectionsAPIDistributedZkTest]
[junit4] > Caused by:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Could not
fully create collection: awholynewstresscollection_collection5_5
[junit4] > at
__randomizedtesting.SeedInfo.seed([72D7C5C8CEE77426]:0)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:570)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211)
[junit4] > at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1627)
[junit4] > at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1653)
[junit4] > at
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:1037)Throwable
#3: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
uncaught exception in thread: Thread[id=622, name=Thread-212, state=RUNNABLE,
group=TGRP-CollectionsAPIDistributedZkTest]
[junit4] > Caused by:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Could not
fully create collection: awholynewstresscollection_collection2_5
[junit4] > at
__randomizedtesting.SeedInfo.seed([72D7C5C8CEE77426]:0)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:570)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211)
[junit4] > at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1627)
[junit4] > at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1653)
[junit4] > at
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:1037)Throwable
#4: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
uncaught exception in thread: Thread[id=624, name=Thread-214, state=RUNNABLE,
group=TGRP-CollectionsAPIDistributedZkTest]
[junit4] > Caused by:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Could not
fully create collection: awholynewstresscollection_collection4_5
[junit4] > at
__randomizedtesting.SeedInfo.seed([72D7C5C8CEE77426]:0)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:570)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211)
[junit4] > at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1627)
[junit4] > at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1653)
[junit4] > at
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:1037)Throwable
#5: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
uncaught exception in thread: Thread[id=621, name=Thread-211, state=RUNNABLE,
group=TGRP-CollectionsAPIDistributedZkTest]
[junit4] > Caused by:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Could not
fully create collection: awholynewstresscollection_collection1_5
[junit4] > at
__randomizedtesting.SeedInfo.seed([72D7C5C8CEE77426]:0)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:570)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211)
[junit4] > at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1627)
[junit4] > at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1653)
[junit4] > at
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:1037)Throwable
#6: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
uncaught exception in thread: Thread[id=623, name=Thread-213, state=RUNNABLE,
group=TGRP-CollectionsAPIDistributedZkTest]
[junit4] > Caused by:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Could not
fully create collection: awholynewstresscollection_collection3_5
[junit4] > at
__randomizedtesting.SeedInfo.seed([72D7C5C8CEE77426]:0)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:570)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211)
[junit4] > at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1627)
[junit4] > at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1653)
[junit4] > at
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:1037)Throwable
#7: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
uncaught exception in thread: Thread[id=620, name=Thread-210, state=RUNNABLE,
group=TGRP-CollectionsAPIDistributedZkTest]
[junit4] > Caused by:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Could not
fully create collection: awholynewstresscollection_collection0_5
[junit4] > at
__randomizedtesting.SeedInfo.seed([72D7C5C8CEE77426]:0)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:570)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211)
[junit4] > at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1627)
[junit4] > at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1653)
[junit4] > at
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:1037)
[junit4] 2> 896666 T162 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-72D7C5C8CEE77426-001
[junit4] 2> NOTE: test params are: codec=CheapBastard,
sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=cs_CZ,
timezone=UTC
[junit4] 2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_65
(64-bit)/cpus=16,threads=1,free=19090280,total=361234432
[junit4] 2> NOTE: All tests run in this JVM:
[DistributedQueryComponentOptimizationTest, TestMergePolicyConfig,
ClusterStateUpdateTest, SpellCheckComponentTest,
DocumentAnalysisRequestHandlerTest, CollectionsAPIDistributedZkTest]
[junit4] Completed on J3 in 806.55s, 1 test, 1 error <<< FAILURES!
[...truncated 1163 lines...]
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/build.xml:531:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/build.xml:472:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/build.xml:61:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/extra-targets.xml:39:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build.xml:189:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/common-build.xml:496:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/common-build.xml:1359:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/common-build.xml:961:
There were test failures: 432 suites, 1778 tests, 1 error, 54 ignored (10
assumptions)
Total time: 200 minutes 29 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Sending artifact delta relative to Lucene-Solr-NightlyTests-trunk #636
Archived 5 artifacts
Archive block size is 32768
Received 0 blocks and 659715220 bytes
Compression is 0.0%
Took 1 min 54 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]