Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.x/678/
2 tests failed.
REGRESSION:
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testDistribSearch
Error Message:
java.lang.NullPointerException
Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException:
java.lang.NullPointerException
at
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:569)
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:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
FAILED:
junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandler
Error Message:
Resource in scope SUITE failed to close. Resource was registered from thread
Thread[id=7058, name=coreLoadExecutor-1753-thread-1, state=RUNNABLE,
group=TGRP-TestReplicationHandler], registration stack trace below.
Stack Trace:
com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope
SUITE failed to close. Resource was registered from thread Thread[id=7058,
name=coreLoadExecutor-1753-thread-1, state=RUNNABLE,
group=TGRP-TestReplicationHandler], registration stack trace below.
at __randomizedtesting.SeedInfo.seed([2441C7DD324DD9D6]:0)
at java.lang.Thread.getStackTrace(Thread.java:1589)
at
com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:166)
at
org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:732)
at
org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:1331)
at
org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:1209)
at
org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:1201)
at
org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:47)
at
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:350)
at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:276)
at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:488)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:796)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:652)
at org.apache.solr.core.CoreContainer.create(CoreContainer.java:509)
at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:273)
at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:267)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.AssertionError: Directory not closed:
MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler-2441C7DD324DD9D6-001/index-NIOFSDirectory-123
lockFactory=org.apache.lucene.store.NativeFSLockFactory@10a1b3d9)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:699)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:696)
at
com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:183)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:712)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
... 1 more
Build Log:
[...truncated 12466 lines...]
[junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
[junit4] 2> Creating dataDir:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-2441C7DD324DD9D6-001/init-core-data-001
[junit4] 2> 1364643 T26295 oas.SolrTestCaseJ4.buildSSLConfig Randomized
ssl (false) and clientAuth (false)
[junit4] 2> 1364644 T26295
oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system
property: /ky/pz
[junit4] 2> 1364650 T26295 oas.SolrTestCaseJ4.setUp ###Starting
testDistribSearch
[junit4] 2> 1364651 T26295 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4] 1> client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1364652 T26296 oasc.ZkTestServer$ZKServerMain.runFromConfig
Starting server
[junit4] 2> 1364752 T26295 oasc.ZkTestServer.run start zk server on
port:45799
[junit4] 2> 1364753 T26295
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1364754 T26295 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 1364758 T26302 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@b4124ca name:ZooKeeperConnection
Watcher:127.0.0.1:45799 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 1364759 T26295 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1364759 T26295 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1364759 T26295 oascc.SolrZkClient.makePath makePath: /solr
[junit4] 2> 1364762 T26295
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1364764 T26295 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 1364765 T26304 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@46f273e5
name:ZooKeeperConnection Watcher:127.0.0.1:45799/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1364765 T26295 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1364765 T26295 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1364766 T26295 oascc.SolrZkClient.makePath makePath:
/collections/collection1
[junit4] 2> 1364767 T26295 oascc.SolrZkClient.makePath makePath:
/collections/collection1/shards
[junit4] 2> 1364769 T26295 oascc.SolrZkClient.makePath makePath:
/collections/control_collection
[junit4] 2> 1364770 T26295 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/shards
[junit4] 2> 1364772 T26295 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 1364773 T26295 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.xml
[junit4] 2> 1364775 T26295 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 1364776 T26295 oascc.SolrZkClient.makePath makePath:
/configs/conf1/schema.xml
[junit4] 2> 1364879 T26295 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 1364880 T26295 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 1364882 T26295 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 1364882 T26295 oascc.SolrZkClient.makePath makePath:
/configs/conf1/stopwords.txt
[junit4] 2> 1364884 T26295 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 1364884 T26295 oascc.SolrZkClient.makePath makePath:
/configs/conf1/protwords.txt
[junit4] 2> 1364886 T26295 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 1364887 T26295 oascc.SolrZkClient.makePath makePath:
/configs/conf1/currency.xml
[junit4] 2> 1364889 T26295 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 1364889 T26295 oascc.SolrZkClient.makePath makePath:
/configs/conf1/enumsConfig.xml
[junit4] 2> 1364891 T26295 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 1364892 T26295 oascc.SolrZkClient.makePath makePath:
/configs/conf1/open-exchange-rates.json
[junit4] 2> 1364893 T26295 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 1364894 T26295 oascc.SolrZkClient.makePath makePath:
/configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 1364895 T26295 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 1364896 T26295 oascc.SolrZkClient.makePath makePath:
/configs/conf1/old_synonyms.txt
[junit4] 2> 1364898 T26295 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 1364898 T26295 oascc.SolrZkClient.makePath makePath:
/configs/conf1/synonyms.txt
[junit4] 2> Using old style solr.xml
[junit4] 2> 1366437 T26295 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 1366442 T26295 oejs.AbstractConnector.doStart Started
[email protected]:45802
[junit4] 2> 1366442 T26295 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 1366443 T26295 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 1366443 T26295 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-2441C7DD324DD9D6-001/tempDir-002
[junit4] 2> 1366443 T26295 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-2441C7DD324DD9D6-001/tempDir-002/'
[junit4] 2> 1366483 T26295 oasc.ConfigSolr.fromFile Loading container
configuration from
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-2441C7DD324DD9D6-001/tempDir-002/solr.xml
[junit4] 2> 1366552 T26295 oasc.CoreContainer.<init> New CoreContainer
1751162021
[junit4] 2> 1366552 T26295 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-2441C7DD324DD9D6-001/tempDir-002/]
[junit4] 2> 1366553 T26295 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 120000
[junit4] 2> 1366554 T26295 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to: null
[junit4] 2> 1366554 T26295 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 1366554 T26295 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 1366554 T26295 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 1366554 T26295 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 1366555 T26295 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 1366555 T26295 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 1366555 T26295 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 1366555 T26295 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 1366556 T26295 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=3400000&connTimeout=45000&retry=false
[junit4] 2> 1366556 T26295 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1366556 T26295 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1366556 T26295 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 1366557 T26295 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:45799/solr
[junit4] 2> 1366557 T26295 oasc.ZkController.checkChrootPath zkHost
includes chroot
[junit4] 2> 1366557 T26295
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1366558 T26295 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 1366559 T26315 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1ecc4a2c
name:ZooKeeperConnection Watcher:127.0.0.1:45799 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1366560 T26295 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1366561 T26295 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1366562 T26295 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 1366563 T26317 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@55c5428d
name:ZooKeeperConnection Watcher:127.0.0.1:45799/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1366563 T26295 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1366564 T26295 oascc.SolrZkClient.makePath makePath:
/overseer/queue
[junit4] 2> 1366566 T26295 oascc.SolrZkClient.makePath makePath:
/overseer/collection-queue-work
[junit4] 2> 1366568 T26295 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-running
[junit4] 2> 1366569 T26295 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-completed
[junit4] 2> 1366571 T26295 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-failure
[junit4] 2> 1366573 T26295 oascc.SolrZkClient.makePath makePath:
/live_nodes
[junit4] 2> 1366573 T26295 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45802_ky%2Fpz
[junit4] 2> 1366574 T26295 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:45802_ky%2Fpz
[junit4] 2> 1366576 T26295 oascc.SolrZkClient.makePath makePath:
/overseer_elect
[junit4] 2> 1366577 T26295 oascc.SolrZkClient.makePath makePath:
/overseer_elect/election
[junit4] 2> 1366578 T26295 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 1366579 T26295 oasc.OverseerElectionContext.runLeaderProcess I
am going to be the leader 127.0.0.1:45802_ky%2Fpz
[junit4] 2> 1366579 T26295 oascc.SolrZkClient.makePath makePath:
/overseer_elect/leader
[junit4] 2> 1366581 T26295 oasc.Overseer.start Overseer
(id=92822276218683395-127.0.0.1:45802_ky%2Fpz-n_0000000000) starting
[junit4] 2> 1366582 T26295 oascc.SolrZkClient.makePath makePath:
/overseer/queue-work
[junit4] 2> 1366587 T26295 oasc.OverseerAutoReplicaFailoverThread.<init>
Starting OverseerAutoReplicaFailoverThread
autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 1366588 T26319 oasc.OverseerCollectionProcessor.run Process
current queue of collection creations
[junit4] 2> 1366589 T26295 oascc.SolrZkClient.makePath makePath:
/clusterstate.json
[junit4] 2> 1366590 T26295 oascc.SolrZkClient.makePath makePath:
/aliases.json
[junit4] 2> 1366591 T26295
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1366594 T26318 oasc.Overseer$ClusterStateUpdater.run Starting
to work on the main queue
[junit4] 2> 1366596 T26295 oass.SolrDispatchFilter.init
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1
[junit4] 2> 1366597 T26295 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 1366597 T26295
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1366598 T26295 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 1366599 T26323 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@4b744051
name:ZooKeeperConnection Watcher:127.0.0.1:45799/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1366599 T26295 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1366599 T26295 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1366600 T26295
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1366601 T26295 oasc.ChaosMonkey.monkeyLog monkey: init -
expire sessions:false cause connection loss:false
[junit4] 2> 1366602 T26295 oasc.AbstractFullDistribZkTestBase.createJettys
Creating collection1 with stateFormat=2
[junit4] 2> 1366602 T26295
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1366602 T26295 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 1366603 T26325 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@781c1aa5
name:ZooKeeperConnection Watcher:127.0.0.1:45799/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1366603 T26295 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1366603 T26295 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1366605 T26326 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1366607 T26318
oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection:
collection1
[junit4] 2> 1366607 T26318
oasc.Overseer$ClusterStateUpdater.createCollection Create collection
collection1 with shards [shard1, shard2]
[junit4] 2> 1366607 T26318
oasc.Overseer$ClusterStateUpdater.createCollection state version collection1 2
[junit4] 2> 1366608 T26318
oasc.Overseer$ClusterStateUpdater.updateZkStates going to create_collection
/collections/collection1/state.json
[junit4] 2> 1366609 T26326 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> 1366610 T26327 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> 1367822 T26295 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 1
[junit4] 2> 1367823 T26295 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 1367847 T26295 oejs.AbstractConnector.doStart Started
[email protected]:45812
[junit4] 2> 1367847 T26295 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 1367848 T26295 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 1367848 T26295 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-2441C7DD324DD9D6-001/tempDir-003
[junit4] 2> 1367848 T26295 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-2441C7DD324DD9D6-001/tempDir-003/'
[junit4] 2> 1367891 T26295 oasc.ConfigSolr.fromFile Loading container
configuration from
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-2441C7DD324DD9D6-001/tempDir-003/solr.xml
[junit4] 2> 1367964 T26295 oasc.CoreContainer.<init> New CoreContainer
1199091330
[junit4] 2> 1367965 T26295 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-2441C7DD324DD9D6-001/tempDir-003/]
[junit4] 2> 1367966 T26295 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 120000
[junit4] 2> 1367966 T26295 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to: null
[junit4] 2> 1367966 T26295 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 1367966 T26295 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 1367967 T26295 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 1367967 T26295 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 1367967 T26295 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 1367967 T26295 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 1367967 T26295 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 1367968 T26295 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 1367968 T26295 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=3400000&connTimeout=45000&retry=false
[junit4] 2> 1367968 T26295 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1367969 T26295 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1367969 T26295 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 1367969 T26295 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:45799/solr
[junit4] 2> 1367969 T26295 oasc.ZkController.checkChrootPath zkHost
includes chroot
[junit4] 2> 1367970 T26295
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1367970 T26295 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 1367972 T26338 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@4408fd76
name:ZooKeeperConnection Watcher:127.0.0.1:45799 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1367973 T26295 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1367973 T26295 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1367974 T26295 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 1367975 T26340 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@13d99df0
name:ZooKeeperConnection Watcher:127.0.0.1:45799/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1367975 T26295 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1367978 T26295
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1368981 T26295 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45812_ky%2Fpz
[junit4] 2> 1368982 T26295 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:45812_ky%2Fpz
[junit4] 2> 1368985 T26295 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 1368989 T26295 oass.SolrDispatchFilter.init
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1
[junit4] 2> 1368989 T26295 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 1370083 T26295 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 2
[junit4] 2> 1370084 T26295 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 1370087 T26295 oejs.AbstractConnector.doStart Started
[email protected]:45817
[junit4] 2> 1370088 T26295 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 1370088 T26295 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 1370088 T26295 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-2441C7DD324DD9D6-001/tempDir-004
[junit4] 2> 1370089 T26295 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-2441C7DD324DD9D6-001/tempDir-004/'
[junit4] 2> 1370121 T26295 oasc.ConfigSolr.fromFile Loading container
configuration from
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-2441C7DD324DD9D6-001/tempDir-004/solr.xml
[junit4] 2> 1370175 T26295 oasc.CoreContainer.<init> New CoreContainer
2069289522
[junit4] 2> 1370176 T26295 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-2441C7DD324DD9D6-001/tempDir-004/]
[junit4] 2> 1370177 T26295 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 120000
[junit4] 2> 1370177 T26295 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to: null
[junit4] 2> 1370177 T26295 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 1370177 T26295 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 1370177 T26295 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 1370178 T26295 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 1370178 T26295 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 1370178 T26295 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 1370178 T26295 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 1370178 T26295 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 1370179 T26295 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=3400000&connTimeout=45000&retry=false
[junit4] 2> 1370179 T26295 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1370179 T26295 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1370180 T26295 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 1370180 T26295 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:45799/solr
[junit4] 2> 1370180 T26295 oasc.ZkController.checkChrootPath zkHost
includes chroot
[junit4] 2> 1370180 T26295
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1370181 T26295 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 1370183 T26353 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@30f47e1 name:ZooKeeperConnection
Watcher:127.0.0.1:45799 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 1370184 T26295 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1370184 T26295 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1370186 T26295 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 1370187 T26355 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@6dd93351
name:ZooKeeperConnection Watcher:127.0.0.1:45799/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1370187 T26295 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1370191 T26295
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1371195 T26295 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45817_ky%2Fpz
[junit4] 2> 1371196 T26295 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:45817_ky%2Fpz
[junit4] 2> 1371200 T26295 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 1371204 T26295 oass.SolrDispatchFilter.init
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1
[junit4] 2> 1371205 T26295 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 1372415 T26295 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 3
[junit4] 2> 1372416 T26295 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 1372419 T26295 oejs.AbstractConnector.doStart Started
[email protected]:45820
[junit4] 2> 1372420 T26295 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 1372420 T26295 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 1372420 T26295 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-2441C7DD324DD9D6-001/tempDir-005
[junit4] 2> 1372420 T26295 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-2441C7DD324DD9D6-001/tempDir-005/'
[junit4] 2> 1372450 T26295 oasc.ConfigSolr.fromFile Loading container
configuration from
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-2441C7DD324DD9D6-001/tempDir-005/solr.xml
[junit4] 2> 1372503 T26295 oasc.CoreContainer.<init> New CoreContainer
1174126775
[junit4] 2> 1372504 T26295 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-2441C7DD324DD9D6-001/tempDir-005/]
[junit4] 2> 1372504 T26295 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 120000
[junit4] 2> 1372505 T26295 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to: null
[junit4] 2> 1372505 T26295 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 1372505 T26295 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 1372505 T26295 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 1372506 T26295 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 1372506 T26295 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 1372506 T26295 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 1372506 T26295 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 1372506 T26295 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 1372507 T26295 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=3400000&connTimeout=45000&retry=false
[junit4] 2> 1372507 T26295 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1372507 T26295 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1372508 T26295 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 1372508 T26295 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:45799/solr
[junit4] 2> 1372508 T26295 oasc.ZkController.checkChrootPath zkHost
includes chroot
[junit4] 2> 1372508 T26295
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1372509 T26295 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 1372510 T26368 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@13295246
name:ZooKeeperConnection Watcher:127.0.0.1:45799 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1372512 T26295 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1372512 T26295 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1372513 T26295 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 1372514 T26370 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@43618d1e
name:ZooKeeperConnection Watcher:127.0.0.1:45799/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1372514 T26295 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1372518 T26295
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1373521 T26295 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45820_ky%2Fpz
[junit4] 2> 1373522 T26295 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:45820_ky%2Fpz
[junit4] 2> 1373526 T26295 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 1373531 T26295 oass.SolrDispatchFilter.init
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1
[junit4] 2> 1373532 T26295 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 1374853 T26295 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 4
[junit4] 2> 1374855 T26295 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 1374857 T26295 oejs.AbstractConnector.doStart Started
[email protected]:45827
[junit4] 2> 1374858 T26295 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 1374858 T26295 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 1374858 T26295 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-2441C7DD324DD9D6-001/tempDir-006
[junit4] 2> 1374859 T26295 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-2441C7DD324DD9D6-001/tempDir-006/'
[junit4] 2> 1374901 T26295 oasc.ConfigSolr.fromFile Loading container
configuration from
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-2441C7DD324DD9D6-001/tempDir-006/solr.xml
[junit4] 2> 1374975 T26295 oasc.CoreContainer.<init> New CoreContainer
1421768017
[junit4] 2> 1374975 T26295 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-2441C7DD324DD9D6-001/tempDir-006/]
[junit4] 2> 1374976 T26295 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 120000
[junit4] 2> 1374976 T26295 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to: null
[junit4] 2> 1374977 T26295 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 1374977 T26295 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 1374977 T26295 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 1374977 T26295 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 1374977 T26295 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 1374978 T26295 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 1374978 T26295 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 1374978 T26295 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 1374978 T26295 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=3400000&connTimeout=45000&retry=false
[junit4] 2> 1374979 T26295 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1374979 T26295 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1374979 T26295 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 1374979 T26295 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:45799/solr
[junit4] 2> 1374980 T26295 oasc.ZkController.checkChrootPath zkHost
includes chroot
[junit4] 2> 1374980 T26295
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1374981 T26295 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 1374982 T26383 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@2408444e
name:ZooKeeperConnection Watcher:127.0.0.1:45799 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1374983 T26295 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1374983 T26295 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1374985 T26295 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 1374986 T26385 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1538354e
name:ZooKeeperConnection Watcher:127.0.0.1:45799/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1374986 T26295 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1374989 T26295
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1375993 T26295 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45827_ky%2Fpz
[junit4] 2> 1375994 T26295 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:45827_ky%2Fpz
[junit4] 2> 1375998 T26295 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 1376029 T26295 oass.SolrDispatchFilter.init
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1
[junit4] 2> 1376029 T26295 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 1376032 T26334 oasha.CollectionsHandler.handleCreateAction
Creating Collection :
numShards=2&action=CREATE&name=solrj_collection&version=2&collection.configName=conf1&replicationFactor=2&wt=javabin&router.field=myOwnField
[junit4] 2> 1376033 T26326 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/collection-queue-work state
SyncConnected
[junit4] 2> 1376034 T26319 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> 1376035 T26388 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> 1376037 T26388 oasc.OverseerCollectionProcessor.createConfNode
creating collections conf node /collections/solrj_collection
[junit4] 2> 1376037 T26388 oascc.SolrZkClient.makePath makePath:
/collections/solrj_collection
[junit4] 2> 1376039 T26326 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1376041 T26318
oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection:
solrj_collection
[junit4] 2> 1376041 T26318
oasc.Overseer$ClusterStateUpdater.createCollection Create collection
solrj_collection with shards [shard1, shard2]
[junit4] 2> 1376041 T26318
oasc.Overseer$ClusterStateUpdater.createCollection state version
solrj_collection 1
[junit4] 2> 1376044 T26326 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> 1376044 T26341 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> 1376045 T26356 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> 1376044 T26327 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> 1376044 T26386 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> 1376044 T26371 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> 1376139 T26388
oasc.OverseerCollectionProcessor.createCollection Creating SolrCores for new
collection solrj_collection, shardNames [shard1, shard2] , replicationFactor : 2
[junit4] 2> 1376140 T26388
oasc.OverseerCollectionProcessor.createCollection Creating shard
solrj_collection_shard1_replica1 as part of slice shard1 of collection
solrj_collection on 127.0.0.1:45812_ky%2Fpz
[junit4] 2> 1376140 T26388
oasc.OverseerCollectionProcessor.createCollection Creating shard
solrj_collection_shard1_replica2 as part of slice shard1 of collection
solrj_collection on 127.0.0.1:45817_ky%2Fpz
[junit4] 2> 1376142 T26388
oasc.OverseerCollectionProcessor.createCollection Creating shard
solrj_collection_shard2_replica1 as part of slice shard2 of collection
solrj_collection on 127.0.0.1:45827_ky%2Fpz
[junit4] 2> 1376144 T26388
oasc.OverseerCollectionProcessor.createCollection Creating shard
solrj_collection_shard2_replica2 as part of slice shard2 of collection
solrj_collection on 127.0.0.1:45820_ky%2Fpz
[junit4] 2> 1376144 T26330 oasha.CoreAdminHandler.handleCreateAction core
create command
numShards=2&action=CREATE&shard=shard1&name=solrj_collection_shard1_replica1&version=2&collection.configName=conf1&collection=solrj_collection&wt=javabin&qt=/admin/cores
[junit4] 2> 1376144 T26347 oasha.CoreAdminHandler.handleCreateAction core
create command
numShards=2&action=CREATE&shard=shard1&name=solrj_collection_shard1_replica2&version=2&collection.configName=conf1&collection=solrj_collection&wt=javabin&qt=/admin/cores
[junit4] 2> 1376145 T26375 oasha.CoreAdminHandler.handleCreateAction core
create command
numShards=2&action=CREATE&shard=shard2&name=solrj_collection_shard2_replica1&version=2&collection.configName=conf1&collection=solrj_collection&wt=javabin&qt=/admin/cores
[junit4] 2> 1376145 T26360 oasha.CoreAdminHandler.handleCreateAction core
create command
numShards=2&action=CREATE&shard=shard2&name=solrj_collection_shard2_replica2&version=2&collection.configName=conf1&collection=solrj_collection&wt=javabin&qt=/admin/cores
[junit4] 2> 1376148 T26375 oasc.ZkController.publish publishing
core=solrj_collection_shard2_replica1 state=down collection=solrj_collection
[junit4] 2> 1376148 T26330 oasc.ZkController.publish publishing
core=solrj_collection_shard1_replica1 state=down collection=solrj_collection
[junit4] 2> 1376149 T26326 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1376149 T26375 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 1376149 T26360 oasc.ZkController.publish publishing
core=solrj_collection_shard2_replica2 state=down collection=solrj_collection
[junit4] 2> 1376149 T26330 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 1376150 T26347 oasc.ZkController.publish publishing
core=solrj_collection_shard1_replica2 state=down collection=solrj_collection
[junit4] 2> 1376150 T26360 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 1376151 T26347 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 1376152 T26318 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=2 message={
[junit4] 2> "roles":null,
[junit4] 2> "node_name":"127.0.0.1:45827_ky%2Fpz",
[junit4] 2> "state":"down",
[junit4] 2> "numShards":"2",
[junit4] 2> "core":"solrj_collection_shard2_replica1",
[junit4] 2> "shard":"shard2",
[junit4] 2> "base_url":"http://127.0.0.1:45827/ky/pz",
[junit4] 2> "operation":"state",
[junit4] 2> "collection":"solrj_collection"}
[junit4] 2> 1376153 T26318 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=2 message={
[junit4] 2> "roles":null,
[junit4] 2> "node_name":"127.0.0.1:45812_ky%2Fpz",
[junit4] 2> "state":"down",
[junit4] 2> "numShards":"2",
[junit4] 2> "core":"solrj_collection_shard1_replica1",
[junit4] 2> "shard":"shard1",
[junit4] 2> "base_url":"http://127.0.0.1:45812/ky/pz",
[junit4] 2> "operation":"state",
[junit4] 2> "collection":"solrj_collection"}
[junit4] 2> 1376155 T26326 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1376155 T26318 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=2 message={
[junit4] 2> "roles":null,
[junit4] 2> "node_name":"127.0.0.1:45820_ky%2Fpz",
[junit4] 2> "state":"down",
[junit4] 2> "numShards":"2",
[junit4] 2> "core":"solrj_collection_shard2_replica2",
[junit4] 2> "shard":"shard2",
[junit4] 2> "base_url":"http://127.0.0.1:45820/ky/pz",
[junit4] 2> "operation":"state",
[junit4] 2> "collection":"solrj_collection"}
[junit4] 2> 1376157 T26318 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=2 message={
[junit4] 2> "roles":null,
[junit4] 2> "node_name":"127.0.0.1:45817_ky%2Fpz",
[junit4] 2> "state":"down",
[junit4] 2> "numShards":"2",
[junit4] 2> "core":"solrj_collection_shard1_replica2",
[junit4] 2> "shard":"shard1",
[junit4] 2> "base_url":"http://127.0.0.1:45817/ky/pz",
[junit4] 2> "operation":"state",
[junit4] 2> "collection":"solrj_collection"}
[junit4] 2> 1376158 T26326 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1376159 T26326 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> 1376159 T26327 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> 1376159 T26341 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> 1376159 T26356 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> 1376159 T26371 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> 1376159 T26386 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> 1377150 T26330 oasc.ZkController.waitForShardId waiting to
find shard id in clusterstate for solrj_collection_shard1_replica1
[junit4] 2> 1377150 T26375 oasc.ZkController.waitForShardId waiting to
find shard id in clusterstate for solrj_collection_shard2_replica1
[junit4] 2> 1377151 T26347 oasc.ZkController.waitForShardId waiting to
find shard id in clusterstate for solrj_collection_shard1_replica2
[junit4] 2> 1377151 T26375 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:solrj_collection
[junit4] 2> 1377151 T26360 oasc.ZkController.waitForShardId waiting to
find shard id in clusterstate for solrj_collection_shard2_replica2
[junit4] 2> 1377151 T26330 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:solrj_collection
[junit4] 2> 1377152 T26375 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 1377153 T26330 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 1377153 T26360 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:solrj_collection
[junit4] 2> 1377152 T26347 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:solrj_collection
[junit4] 2> 1377153 T26330 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/solrj_collection
[junit4] 2> 1377154 T26347 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 1377153 T26375 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/solrj_collection
[junit4] 2> 1377155 T26330 oascc.ZkStateReader.readConfigName
path=/collections/solrj_collection configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 1377155 T26347 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/solrj_collection
[junit4] 2> 1377154 T26360 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 1377155 T26375 oascc.ZkStateReader.readConfigName
path=/collections/solrj_collection configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 1377155 T26330 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-2441C7DD324DD9D6-001/tempDir-003/solrj_collection_shard1_replica1/'
[junit4] 2> 1377156 T26375 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-2441C7DD324DD9D6-001/tempDir-006/solrj_collection_shard2_replica1/'
[junit4] 2> 1377156 T26347 oascc.ZkStateReader.readConfigName
path=/collections/solrj_collection configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 1377156 T26360 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/solrj_collection
[junit4] 2> 1377157 T26347 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-2441C7DD324DD9D6-001/tempDir-004/solrj_collection_shard1_replica2/'
[junit4] 2> 1377158 T26360 oascc.ZkStateReader.readConfigName
path=/collections/solrj_collection configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 1377158 T26360 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-2441C7DD324DD9D6-001/tempDir-005/solrj_collection_shard2_replica2/'
[junit4] 2> 1377220 T26375 oasc.SolrConfig.<init> Using Lucene
MatchVersion: 5.0.0
[junit4] 2> 1377224 T26360 oasc.SolrConfig.<init> Using Lucene
MatchVersion: 5.0.0
[junit4] 2> 1377228 T26330 oasc.SolrConfig.<init> Using Lucene
MatchVersion: 5.0.0
[junit4] 2> 1377234 T26347 oasc.SolrConfig.<init> Using Lucene
MatchVersion: 5.0.0
[junit4] 2> 1377289 T26375 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 1377292 T26360 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 1377295 T26330 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 1377301 T26347 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 1377392 T26375 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 1377394 T26360 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 1377397 T26330 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 1377403 T26347 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 1377403 T26375 oass.IndexSchema.readSchema
[solrj_collection_shard2_replica1] Schema name=test
[junit4] 2> 1377404 T26360 oass.IndexSchema.readSchema
[solrj_collection_shard2_replica2] Schema name=test
[junit4] 2> 1377407 T26330 oass.IndexSchema.readSchema
[solrj_collection_shard1_replica1] Schema name=test
[junit4] 2> 1377414 T26347 oass.IndexSchema.readSchema
[solrj_collection_shard1_replica2] Schema name=test
[junit4] 2> 1377870 T26330 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 1377871 T26375 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 1377875 T26360 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 1377881 T26347 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 1377882 T26330 oass.IndexSchema.readSchema default search
field in schema is text
[junit4] 2> 1377883 T26360 oass.IndexSchema.readSchema default search
field in schema is text
[junit4] 2> 1377884 T26375 oass.IndexSchema.readSchema default search
field in schema is text
[junit4] 2> 1377886 T26330 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 1377886 T26360 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 1377887 T26375 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 1377888 T26347 oass.IndexSchema.readSchema default search
field in schema is text
[junit4] 2> 1377892 T26347 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 1377909 T26330 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 1377909 T26360 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 1377910 T26375 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 1377913 T26347 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 1377914 T26330 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 1377914 T26360 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 1377914 T26375 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 1377918 T26347 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 1377918 T26330 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 1377919 T26360 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 1377919 T26375 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 1377919 T26330
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 1377920 T26360
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 1377923 T26375
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 1377922 T26330
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 1377923 T26375
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 1377923 T26360
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 1377924 T26375 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 1377924 T26330 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 1377925 T26347 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 1377925 T26375
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 1377925 T26330
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 1377924 T26360 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 1377926 T26330
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 1377926 T26347
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 1377925 T26375
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 1377927 T26347
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 1377927 T26360
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 1377927 T26330 oasc.CoreContainer.create Creating SolrCore
'solrj_collection_shard1_replica1' using configuration from collection
solrj_collection
[junit4] 2> 1377928 T26360
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 1377928 T26347 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 1377927 T26375 oasc.CoreContainer.create Creating SolrCore
'solrj_collection_shard2_replica1' using configuration from collection
solrj_collection
[junit4] 2> 1377929 T26360 oasc.CoreContainer.create Creating SolrCore
'solrj_collection_shard2_replica2' using configuration from collection
solrj_collection
[junit4] 2> 1377929 T26347
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 1377928 T26330 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 1377930 T26347
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 1377930 T26360 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 1377929 T26375 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 1377931 T26360 oasc.SolrCore.<init>
[solrj_collection_shard2_replica2] Opening new SolrCore at
../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-2441C7DD324DD9D6-001/tempDir-005/solrj_collection_shard2_replica2/,
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-2441C7DD324DD9D6-001/tempDir-005/solrj_collection_shard2_replica2/data/
[junit4] 2> 1377931 T26347 oasc.CoreContainer.create Creating SolrCore
'solrj_collection_shard1_replica2' using configuration from collection
solrj_collection
[junit4] 2> 1377930 T26330 oasc.SolrCore.<init>
[solrj_collection_shard1_replica1] Opening new SolrCore at
../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-2441C7DD324DD9D6-001/tempDir-003/solrj_collection_shard1_replica1/,
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-2441C7DD324DD9D6-001/tempDir-003/solrj_collection_shard1_replica1/data/
[junit4] 2> 1377932 T26347 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 1377932 T26360 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1190c85b
[junit4] 2> 1377931 T26375 oasc.SolrCore.<init>
[solrj_collection_shard2_replica1] Opening new SolrCore at
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-2441C7DD324DD9D6-001/tempDir-006/solrj_collection_shard2_replica1/,
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-2441C7DD324DD9D6-001/tempDir-006/solrj_collection_shard2_replica1/data/
[junit4] 2> 1377933 T26347 oasc.SolrCore.<init>
[solrj_collection_shard1_replica2] Opening new SolrCore at
../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-2441C7DD324DD9D6-001/tempDir-004/solrj_collection_shard1_replica2/,
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-2441C7DD324DD9D6-001/tempDir-004/solrj_collection_shard1_replica2/data/
[junit4] 2> 1377934 T26360 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-2441C7DD324DD9D6-001/tempDir-005/solrj_collection_shard2_replica2/data
[junit4] 2> 1377932 T26330 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1190c85b
[junit4] 2> 1377934 T26360 oasc.SolrCore.getNewIndexDir New index
directory detected: old=null
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-2441C7DD324DD9D6-001/tempDir-005/solrj_collection_shard2_replica2/data/index/
[junit4] 2> 1377934 T26347 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1190c85b
[junit4] 2> 1377933 T26375 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1190c85b
[junit4] 2> 1377935 T26330 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-2441C7DD324DD9D6-001/tempDir-003/solrj_collection_shard1_replica1/data
[junit4] 2> 1377935 T26360 oasc.SolrCore.initIndex WARN
[solrj_collection_shard2_replica2] Solr index directory
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-2441C7DD324DD9D6-001/tempDir-005/solrj_collection_shard2_replica2/data/index'
doesn't exist. Creating new index...
[junit4] 2> 1377936 T26375 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-2441C7DD324DD9D6-001/tempDir-006/solrj_collection_shard2_replica1/data
[junit4] 2> 1377937 T26360 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-2441C7DD324DD9D6-001/tempDir-005/solrj_collection_shard2_replica2/data/index
[junit4] 2> 1377937 T26375 oasc.SolrCore.getNewIndexDir New index
directory detected: old=null
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-2441C7DD324DD9D6-001/tempDir-006/solrj_collection_shard2_replica1/data/index/
[junit4] 2> 1377937 T26360 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.AlcoholicMergePolicy:
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=728420558,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 1377936 T26347 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-2441C7DD324DD9D6-001/tempDir-004/solrj_collection_shard1_replica2/data
[junit4] 2> 1377936 T26330 oasc.SolrCore.getNewIndexDir New index
directory detected: old=null
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-2441C7DD324DD9D6-001/tempDir-003/solrj_collection_shard1_replica1/data/index/
[junit4] 2> 1377938 T26360 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@9359312
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1c4a8777),segFN=segments_1,generation=1}
[junit4] 2> 1377938 T26347 oasc.SolrCore.getNewIndexDir New index
directory detected: old=null
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-2441C7DD324DD9D6-001/tempDir-004/solrj_collection_shard1_replica2/data/index/
[junit4] 2> 1377937 T26375 oasc.SolrCore.initIndex WARN
[solrj_collection_shard2_replica1] Solr index directory
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-2441C7DD324DD9D6-001/tempDir-006/solrj_collection_shard2_replica1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 1377939 T26347 oasc.SolrCore.initIndex WARN
[solrj_collection_shard1_replica2] Solr index directory
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-2441C7DD324DD9D6-001/tempDir-004/solrj_collection_shard1_replica2/data/index'
doesn't exist. Creating new index...
[junit4] 2> 1377939 T26360 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 1377939 T26330 oasc.SolrCore.initIndex WARN
[solrj_collection_shard1_replica1] Solr index directory
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-2441C7DD324DD9D6-001/tempDir-003/solrj_collection_shard1_replica1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 1377940 T26347 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-2441C7DD324DD9D6-001/tempDir-004/solrj_collection_shard1_replica2/data/index
[junit4] 2> 1377940 T26375 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-2441C7DD324DD9D6-001/tempDir-006/solrj_collection_shard2_replica1/data/index
[junit4] 2> 1377942 T26347 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.AlcoholicMergePolicy:
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=728420558,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 1377941 T26330 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-2441C7DD324DD9D6-001/tempDir-003/solrj_collection_shard1_replica1/data/index
[junit4] 2> 1377943 T26375 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.AlcoholicMergePolicy:
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=728420558,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 1377943 T26347 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@398d2018
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6036252c),segFN=segments_1,generation=1}
[junit4] 2> 1377944 T26347 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 1377943 T26330 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.AlcoholicMergePolicy:
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=728420558,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 1377944 T26375 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@36d4c1e5
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4a05bd82),segFN=segments_1,generation=1}
[junit4] 2> 1377945 T26375 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 1377945 T26330 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@10bf76c1
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a0d817e),segFN=segments_1,generation=1}
[junit4] 2> 1377946 T26330 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 1377946 T26360 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 1377947 T26360 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 1377947 T26360 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"dedupe"
[junit4] 2> 1377948 T26360 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 1377948 T26360 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"stored_sig"
[junit4] 2> 1377948 T26360 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 1377949 T26360 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 1377949 T26360 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 1377950 T26347 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 1377950 T26375 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 1377950 T26347 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 1377950 T26360 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 1377951 T26347 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"dedupe"
[junit4] 2> 1377951 T26375 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 1377952 T26360 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 1377952 T26347 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 1377952 T26360 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 1377952 T26375 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"dedupe"
[junit4] 2> 1377953 T26360 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 1377953 T26347 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"stored_sig"
[junit4] 2> 1377953 T26330 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 1377954 T26347 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 1377954 T26360 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 1377953 T26375 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 1377955 T26360 oasc.RequestHandlers.initHandlersFromConfig
created /get: solr.RealTimeGetHandler
[junit4] 2> 1377955 T26347 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 1377954 T26330 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 1377956 T26347 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 1377955 T26360 oasc.RequestHandlers.initHandlersFromConfig
adding lazy requestHandler: solr.ReplicationHandler
[junit4] 2> 1377955 T26375 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"stored_sig"
[junit4] 2> 1377957 T26360 oasc.RequestHandlers.initHandlersFromConfig
created /replication: solr.ReplicationHandler
[junit4] 2> 1377956 T26347 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 1377956 T26330 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"dedupe"
[junit4] 2> 1377958 T26360 oasc.RequestHandlers.initHandlersFromConfig
created /update: solr.UpdateRequestHandler
[junit4] 2> 1377957 T26375 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 1377958 T26360 oasc.RequestHandlers.initHandlersFromConfig
created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4] 2> 1377958 T26347 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 1377958 T26330 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 1377959 T26347 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 1377959 T26360 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 1377959 T26375 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 1377960 T26347 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 1377960 T26330 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"stored_sig"
[junit4] 2> 1377961 T26375 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 1377960 T26360 oasc.RequestHandlers.initHandlersFromConfig
created /admin/fileedit: solr.admin.EditFileRequestHandler
[junit4] 2> 1377961 T26375 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 1377961 T26330 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 1377961 T26347 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 1377962 T26375 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 1377963 T26330 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 1377963 T26375 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 1377963 T26347 oasc.RequestHandlers.initHandlersFromConfig
created /get: solr.RealTimeGetHandler
[junit4] 2> 1377964 T26375 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apach
[...truncated too long message...]
2> 2957752 T6422 C969 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 7
[junit4] 2> 2957753 T6422 oasc.SolrCore.closeSearcher [collection1]
Closing main searcher on request.
[junit4] 2> 2957754 T6422 oasc.CachingDirectoryFactory.close Closing
MockDirectoryFactory - 2 directories currently being tracked
[junit4] 2> 2957754 T6422 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler-2441C7DD324DD9D6-001/solr-instance-002/collection1/data
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler-2441C7DD324DD9D6-001/solr-instance-002/collection1/data;done=false>>]
[junit4] 2> 2957755 T6422 oasc.CachingDirectoryFactory.close Closing
directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler-2441C7DD324DD9D6-001/solr-instance-002/collection1/data
[junit4] 2> 2957755 T6422 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler-2441C7DD324DD9D6-001/solr-instance-002/collection1/data/index
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler-2441C7DD324DD9D6-001/solr-instance-002/collection1/data/index;done=false>>]
[junit4] 2> 2957756 T6422 oasc.CachingDirectoryFactory.close Closing
directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler-2441C7DD324DD9D6-001/solr-instance-002/collection1/data/index
[junit4] 2> 2957756 T6422 oejsh.ContextHandler.doStop stopped
o.e.j.s.ServletContextHandler{/solr,null}
[junit4] 2> 2962762 T6422 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4] 2> 1255643 T6421 ccr.ThreadLeakControl.checkThreadLeaks WARNING
Will linger awaiting termination of 1 leaked thread(s).
[junit4] 2> 2967745 T7347 oash.SnapPuller.fetchLatestIndex ERROR Master
at: http://127.0.0.1:57070/solr is not available. Index fetch failed.
Exception: IOException occured when talking to server at:
http://127.0.0.1:57070/solr
[junit4] 2> 2967745 T7347 oash.SnapPuller.fetchLatestIndex ERROR caught
org.apache.lucene.store.AlreadyClosedException: Already closed
[junit4] 2> at
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:340)
[junit4] 2> at
org.apache.solr.handler.ReplicationHandler.loadReplicationProperties(ReplicationHandler.java:823)
[junit4] 2> at
org.apache.solr.handler.SnapPuller.logReplicationTimeAndConfFiles(SnapPuller.java:573)
[junit4] 2> at
org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:512)
[junit4] 2> at
org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:338)
[junit4] 2> at
org.apache.solr.handler.ReplicationHandler$1.run(ReplicationHandler.java:228)
[junit4] 2>
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene50):
{newname=PostingsFormat(name=LuceneFixedGap),
name=PostingsFormat(name=LuceneFixedGap),
id=PostingsFormat(name=LuceneFixedGap)}, docValues:{},
sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=hr,
timezone=America/Rainy_River
[junit4] 2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_65
(64-bit)/cpus=16,threads=1,free=108976168,total=312999936
[junit4] 2> NOTE: All tests run in this JVM: [TestSolr4Spatial2,
TestManagedSchemaDynamicFieldResource, TestQueryUtils,
LeaderElectionIntegrationTest, TestOmitPositions, ZkNodePropsTest,
TestSolrQueryParser, TestUpdate, StatsComponentTest, TestInitParams,
DeleteReplicaTest, RemoteQueryErrorTest, HardAutoCommitTest, IndexSchemaTest,
TestStressUserVersions, HighlighterConfigTest, TestStressRecovery,
OverseerCollectionProcessorTest, TestShardHandlerFactory, OverseerRolesTest,
TestFieldSortValues, UUIDUpdateProcessorFallbackTest, TestSolrXmlPersistence,
BJQParserTest, TestRequestStatusCollectionAPI, XmlUpdateRequestHandlerTest,
TestDistributedSearch, SyncSliceTest, TestUniqueKeyFieldResource,
PingRequestHandlerTest, TestDistributedMissingSort, RegexBoostProcessorTest,
UpdateRequestProcessorFactoryTest, TestCollationFieldDocValues,
BinaryUpdateRequestHandlerTest, TestSolr4Spatial, TestFieldCollectionResource,
TestPerFieldSimilarity, TestInfoStreamLogging, CursorPagingTest,
TestFieldTypeResource, TestRemoteStreaming, SimpleMLTQParserTest,
BasicDistributedZk2Test, SpellCheckCollatorTest, TestElisionMultitermQuery,
DocValuesTest, TestSerializedLuceneMatchVersion,
DefaultValueUpdateProcessorTest, TestSchemaSimilarityResource,
TestReplicationHandler]
[junit4] 2> NOTE: download the large Jenkins line-docs file by running
'ant get-jenkins-line-docs' in the lucene directory.
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestReplicationHandler -Dtests.seed=2441C7DD324DD9D6
-Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true
-Dtests.linedocsfile=/home/jenkins/lucene-data/enwiki.random.lines.txt
-Dtests.locale=hr -Dtests.timezone=America/Rainy_River -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] ERROR 0.00s J2 | TestReplicationHandler (suite) <<<
[junit4] > Throwable #1:
com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope
SUITE failed to close. Resource was registered from thread Thread[id=7058,
name=coreLoadExecutor-1753-thread-1, state=RUNNABLE,
group=TGRP-TestReplicationHandler], registration stack trace below.
[junit4] > at
__randomizedtesting.SeedInfo.seed([2441C7DD324DD9D6]:0)
[junit4] > at java.lang.Thread.getStackTrace(Thread.java:1589)
[junit4] > at
com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:166)
[junit4] > at
org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:732)
[junit4] > at
org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:1331)
[junit4] > at
org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:1209)
[junit4] > at
org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:1201)
[junit4] > at
org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:47)
[junit4] > at
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:350)
[junit4] > at
org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:276)
[junit4] > at
org.apache.solr.core.SolrCore.initIndex(SolrCore.java:488)
[junit4] > at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:796)
[junit4] > at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:652)
[junit4] > at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:509)
[junit4] > at
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:273)
[junit4] > at
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:267)
[junit4] > at
java.util.concurrent.FutureTask.run(FutureTask.java:262)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > Caused by: java.lang.AssertionError: Directory not closed:
MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler-2441C7DD324DD9D6-001/index-NIOFSDirectory-123
lockFactory=org.apache.lucene.store.NativeFSLockFactory@10a1b3d9)
[junit4] > at
org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
[junit4] > at
com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:183)
[junit4] > ... 1 more
[junit4] Completed on J2 in 1258.51s, 14 tests, 1 error <<< FAILURES!
[...truncated 379 lines...]
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:532:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:473:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:61:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/extra-targets.xml:39:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build.xml:189:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/common-build.xml:508:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/lucene/common-build.xml:1359:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/lucene/common-build.xml:966:
There were test failures: 444 suites, 1818 tests, 1 suite-level error, 1
error, 54 ignored (9 assumptions)
Total time: 244 minutes 20 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Sending artifact delta relative to Lucene-Solr-NightlyTests-5.x #677
Archived 5 artifacts
Archive block size is 32768
Received 0 blocks and 709722677 bytes
Compression is 0.0%
Took 2 min 9 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]