Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/14545/
Java: 32bit/jdk1.9.0-ea-b85 -server -XX:+UseSerialGC
2 tests failed.
FAILED:
org.apache.solr.handler.PingRequestHandlerTest.testPingInClusterWithNoHealthCheck
Error Message:
Could not find a healthy node to handle the request.
Stack Trace:
org.apache.solr.common.SolrException: Could not find a healthy node to handle
the request.
at
__randomizedtesting.SeedInfo.seed([F4E36866B6E6CC56:1A30D6B6330AF6B2]:0)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1084)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:953)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:953)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:953)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:953)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:953)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:150)
at
org.apache.solr.handler.PingRequestHandlerTest.testPingInClusterWithNoHealthCheck(PingRequestHandlerTest.java:201)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:520)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1665)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:864)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:900)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:914)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:873)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:775)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:809)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:820)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:747)
FAILED:
org.apache.solr.cloud.SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection
Error Message:
Delete action failed!
Stack Trace:
java.lang.AssertionError: Delete action failed!
at
__randomizedtesting.SeedInfo.seed([F4E36866B6E6CC56:E7805A09878975F0]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.cloud.SolrCloudExampleTest.doTestDeleteAction(SolrCloudExampleTest.java:169)
at
org.apache.solr.cloud.SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection(SolrCloudExampleTest.java:145)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:520)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1665)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:864)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:900)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:914)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:963)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:938)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:873)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:775)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:809)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:820)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:747)
Build Log:
[...truncated 10244 lines...]
[junit4] Suite: org.apache.solr.handler.PingRequestHandlerTest
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.PingRequestHandlerTest_F4E36866B6E6CC56-001/init-core-data-001
[junit4] 2> 1077266 INFO
(SUITE-PingRequestHandlerTest-seed#[F4E36866B6E6CC56]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true)
[junit4] 2> 1077266 INFO
(SUITE-PingRequestHandlerTest-seed#[F4E36866B6E6CC56]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 1077266 INFO
(SUITE-PingRequestHandlerTest-seed#[F4E36866B6E6CC56]-worker) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/'
[junit4] 2> 1077266 INFO
(SUITE-PingRequestHandlerTest-seed#[F4E36866B6E6CC56]-worker) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1077266 INFO
(SUITE-PingRequestHandlerTest-seed#[F4E36866B6E6CC56]-worker) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr
[junit4] 2> 1077266 INFO
(SUITE-PingRequestHandlerTest-seed#[F4E36866B6E6CC56]-worker) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 1077266 INFO
(SUITE-PingRequestHandlerTest-seed#[F4E36866B6E6CC56]-worker) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 1077282 INFO
(SUITE-PingRequestHandlerTest-seed#[F4E36866B6E6CC56]-worker) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 1077287 INFO
(SUITE-PingRequestHandlerTest-seed#[F4E36866B6E6CC56]-worker) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
[junit4] 2> 1077299 INFO
(SUITE-PingRequestHandlerTest-seed#[F4E36866B6E6CC56]-worker) [ ]
o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
[junit4] 2> 1077299 INFO
(SUITE-PingRequestHandlerTest-seed#[F4E36866B6E6CC56]-worker) [ ]
o.a.s.s.IndexSchema Reading Solr Schema from
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
[junit4] 2> 1077302 INFO
(SUITE-PingRequestHandlerTest-seed#[F4E36866B6E6CC56]-worker) [ ]
o.a.s.s.IndexSchema [null] Schema name=test
[junit4] 2> 1077366 INFO
(SUITE-PingRequestHandlerTest-seed#[F4E36866B6E6CC56]-worker) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 1077369 INFO
(SUITE-PingRequestHandlerTest-seed#[F4E36866B6E6CC56]-worker) [ ]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 1077370 INFO
(SUITE-PingRequestHandlerTest-seed#[F4E36866B6E6CC56]-worker) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 1077373 INFO
(SUITE-PingRequestHandlerTest-seed#[F4E36866B6E6CC56]-worker) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 1077374 INFO
(SUITE-PingRequestHandlerTest-seed#[F4E36866B6E6CC56]-worker) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 1077374 INFO
(SUITE-PingRequestHandlerTest-seed#[F4E36866B6E6CC56]-worker) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 1077375 WARN
(SUITE-PingRequestHandlerTest-seed#[F4E36866B6E6CC56]-worker) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
[junit4] 2> 1077375 WARN
(SUITE-PingRequestHandlerTest-seed#[F4E36866B6E6CC56]-worker) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
[junit4] 2> 1077375 INFO
(SUITE-PingRequestHandlerTest-seed#[F4E36866B6E6CC56]-worker) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 1077375 WARN
(SUITE-PingRequestHandlerTest-seed#[F4E36866B6E6CC56]-worker) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
[junit4] 2> 1077375 WARN
(SUITE-PingRequestHandlerTest-seed#[F4E36866B6E6CC56]-worker) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
[junit4] 2> 1077375 INFO
(SUITE-PingRequestHandlerTest-seed#[F4E36866B6E6CC56]-worker) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1077375 INFO
(SUITE-PingRequestHandlerTest-seed#[F4E36866B6E6CC56]-worker) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr
[junit4] 2> 1077375 INFO
(SUITE-PingRequestHandlerTest-seed#[F4E36866B6E6CC56]-worker) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/'
[junit4] 2> 1077375 INFO
(SUITE-PingRequestHandlerTest-seed#[F4E36866B6E6CC56]-worker) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1077376 INFO
(SUITE-PingRequestHandlerTest-seed#[F4E36866B6E6CC56]-worker) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr
[junit4] 2> 1077376 INFO
(SUITE-PingRequestHandlerTest-seed#[F4E36866B6E6CC56]-worker) [ ]
o.a.s.c.CoreContainer New CoreContainer 8624873
[junit4] 2> 1077376 INFO
(SUITE-PingRequestHandlerTest-seed#[F4E36866B6E6CC56]-worker) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/]
[junit4] 2> 1077376 INFO
(SUITE-PingRequestHandlerTest-seed#[F4E36866B6E6CC56]-worker) [ ]
o.a.s.c.CoreContainer loading shared library:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/lib
[junit4] 2> 1077376 WARN
(SUITE-PingRequestHandlerTest-seed#[F4E36866B6E6CC56]-worker) [ ]
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to
classloader: lib (resolved as:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/lib).
[junit4] 2> 1077384 INFO
(SUITE-PingRequestHandlerTest-seed#[F4E36866B6E6CC56]-worker) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout :
600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
[junit4] 2> 1077389 INFO
(SUITE-PingRequestHandlerTest-seed#[F4E36866B6E6CC56]-worker) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=30000&connTimeout=30000&retry=true
[junit4] 2> 1077389 INFO
(SUITE-PingRequestHandlerTest-seed#[F4E36866B6E6CC56]-worker) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1077389 INFO
(SUITE-PingRequestHandlerTest-seed#[F4E36866B6E6CC56]-worker) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1077389 INFO
(SUITE-PingRequestHandlerTest-seed#[F4E36866B6E6CC56]-worker) [ ]
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 1077389 INFO
(SUITE-PingRequestHandlerTest-seed#[F4E36866B6E6CC56]-worker) [ ]
o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 1077389 INFO
(SUITE-PingRequestHandlerTest-seed#[F4E36866B6E6CC56]-worker) [ ]
o.a.s.c.SolrCore Created CoreDescriptor: {name=collection1,
config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true,
configSetProperties=configsetprops.json, instanceDir=collection1,
collection=collection1,
absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/,
dataDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.PingRequestHandlerTest_F4E36866B6E6CC56-001/init-core-data-001,
shard=shard1}
[junit4] 2> 1077390 INFO (coreLoadExecutor-4357-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/'
[junit4] 2> 1077390 INFO (coreLoadExecutor-4357-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1077390 INFO (coreLoadExecutor-4357-thread-1) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr
[junit4] 2> 1077390 INFO (coreLoadExecutor-4357-thread-1) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 1077390 INFO (coreLoadExecutor-4357-thread-1) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 1077401 INFO (coreLoadExecutor-4357-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 1077414 INFO (coreLoadExecutor-4357-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
[junit4] 2> 1077426 INFO (coreLoadExecutor-4357-thread-1) [ ]
o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
[junit4] 2> 1077426 INFO (coreLoadExecutor-4357-thread-1) [ ]
o.a.s.s.IndexSchema Reading Solr Schema from
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
[junit4] 2> 1077429 INFO (coreLoadExecutor-4357-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1077489 INFO (coreLoadExecutor-4357-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 1077491 INFO (coreLoadExecutor-4357-thread-1) [ ]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 1077492 INFO (coreLoadExecutor-4357-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 1077494 INFO (coreLoadExecutor-4357-thread-1) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 1077495 INFO (coreLoadExecutor-4357-thread-1) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 1077496 INFO (coreLoadExecutor-4357-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 1077496 WARN (coreLoadExecutor-4357-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
[junit4] 2> 1077496 WARN (coreLoadExecutor-4357-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
[junit4] 2> 1077496 INFO (coreLoadExecutor-4357-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 1077497 WARN (coreLoadExecutor-4357-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
[junit4] 2> 1077497 WARN (coreLoadExecutor-4357-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
[junit4] 2> 1077497 INFO (coreLoadExecutor-4357-thread-1) [ ]
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default
properties: Can't find resource 'configsetprops.json' in classpath or
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf'
[junit4] 2> 1077497 INFO (coreLoadExecutor-4357-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/
[junit4] 2> 1077497 INFO (coreLoadExecutor-4357-thread-1) [
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 1077497 INFO (coreLoadExecutor-4357-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/],
dataDir=[null]
[junit4] 2> 1077498 INFO (coreLoadExecutor-4357-thread-1) [
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1963bd5
[junit4] 2> 1077498 INFO (coreLoadExecutor-4357-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.PingRequestHandlerTest_F4E36866B6E6CC56-001/init-core-data-001
[junit4] 2> 1077498 INFO (coreLoadExecutor-4357-thread-1) [
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.PingRequestHandlerTest_F4E36866B6E6CC56-001/init-core-data-001/index/
[junit4] 2> 1077498 WARN (coreLoadExecutor-4357-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.PingRequestHandlerTest_F4E36866B6E6CC56-001/init-core-data-001/index'
doesn't exist. Creating new index...
[junit4] 2> 1077498 INFO (coreLoadExecutor-4357-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.PingRequestHandlerTest_F4E36866B6E6CC56-001/init-core-data-001/index
[junit4] 2> 1077498 INFO (coreLoadExecutor-4357-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=15, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=41.4736328125,
floorSegmentMB=1.81640625, forceMergeDeletesPctAllowed=23.237803063126837,
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8368420990801391
[junit4] 2> 1077499 INFO (coreLoadExecutor-4357-thread-1) [
x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@77e537
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7b7866),segFN=segments_1,generation=1}
[junit4] 2> 1077499 INFO (coreLoadExecutor-4357-thread-1) [
x:collection1] o.a.s.c.SolrCore newest commit generation = 1
[junit4] 2> 1077499 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1]
o.a.s.c.SolrCore Looking for old index directories to cleanup for core
collection1 in
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.PingRequestHandlerTest_F4E36866B6E6CC56-001/init-core-data-001/
[junit4] 2> 1077502 INFO (coreLoadExecutor-4357-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 1077502 INFO (coreLoadExecutor-4357-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 1077502 INFO (coreLoadExecutor-4357-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "dedupe-allfields"
[junit4] 2> 1077502 INFO (coreLoadExecutor-4357-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"dedupe-allfields"
[junit4] 2> 1077502 INFO (coreLoadExecutor-4357-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 1077502 INFO (coreLoadExecutor-4357-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 1077502 INFO (coreLoadExecutor-4357-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "uniq-fields"
[junit4] 2> 1077502 INFO (coreLoadExecutor-4357-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4] 2> 1077502 INFO (coreLoadExecutor-4357-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 1077502 INFO (coreLoadExecutor-4357-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 1077502 INFO (coreLoadExecutor-4357-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 1077502 INFO (coreLoadExecutor-4357-thread-1) [
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
default, creating implicit default
[junit4] 2> 1077503 INFO (coreLoadExecutor-4357-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1077504 INFO (coreLoadExecutor-4357-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1077504 INFO (coreLoadExecutor-4357-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1077505 INFO (coreLoadExecutor-4357-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1077506 INFO (coreLoadExecutor-4357-thread-1) [
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with
startup=lazy
[junit4] 2> 1077507 INFO (coreLoadExecutor-4357-thread-1) [
x:collection1] o.a.s.c.RequestHandlers Registered paths:
/admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
[junit4] 2> 1077508 WARN (coreLoadExecutor-4357-thread-1) [
x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated
<admin/gettableFiles>, Please update your config to use the
ShowFileRequestHandler.
[junit4] 2> 1077508 INFO (coreLoadExecutor-4357-thread-1) [
x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 1077514 INFO (coreLoadExecutor-4357-thread-1) [
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1077514 INFO (coreLoadExecutor-4357-thread-1) [
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 1077515 INFO (coreLoadExecutor-4357-thread-1) [
x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
[junit4] 2> 1077515 INFO (coreLoadExecutor-4357-thread-1) [
x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
[junit4] 2> 1077515 INFO (coreLoadExecutor-4357-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=47, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=51.5791015625,
floorSegmentMB=0.447265625, forceMergeDeletesPctAllowed=4.180939992096157,
segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1077515 INFO (coreLoadExecutor-4357-thread-1) [
x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@77e537
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7b7866),segFN=segments_1,generation=1}
[junit4] 2> 1077515 INFO (coreLoadExecutor-4357-thread-1) [
x:collection1] o.a.s.c.SolrCore newest commit generation = 1
[junit4] 2> 1077515 INFO (coreLoadExecutor-4357-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@a6448b[collection1]
main
[junit4] 2> 1077515 INFO (coreLoadExecutor-4357-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs:
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
[junit4] 2> 1077515 INFO (coreLoadExecutor-4357-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
InMemoryStorage
[junit4] 2> 1077515 INFO (coreLoadExecutor-4357-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 1077515 INFO (coreLoadExecutor-4357-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 1077665 INFO (coreLoadExecutor-4357-thread-1) [
x:collection1] o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 1078380 INFO (coreLoadExecutor-4357-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1078380 INFO
(searcherExecutor-4358-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 1078381 INFO
(searcherExecutor-4358-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 1078381 INFO
(searcherExecutor-4358-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 1078381 INFO
(searcherExecutor-4358-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 1078381 INFO (coreLoadExecutor-4357-thread-1) [
x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed
version buckets
[junit4] 2> 1078381 INFO
(searcherExecutor-4358-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 1078381 INFO (coreLoadExecutor-4357-thread-1) [
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for
65536 version buckets from index
[junit4] 2> 1078381 INFO (coreLoadExecutor-4357-thread-1) [
x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed
version bucket highest value from index
[junit4] 2> 1078381 INFO (coreLoadExecutor-4357-thread-1) [
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent
updates, using new clock 1515155364000038912
[junit4] 2> 1078381 INFO
(searcherExecutor-4358-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 1078381 INFO
(searcherExecutor-4358-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 1078381 INFO
(searcherExecutor-4358-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 1078381 INFO
(searcherExecutor-4358-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 1078382 INFO
(searcherExecutor-4358-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@a6448b[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1078382 INFO (coreLoadExecutor-4357-thread-1) [
x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with
highest version 1515155364000038912
[junit4] 2> 1078383 INFO (coreLoadExecutor-4357-thread-1) [
x:collection1] o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 1078384 INFO
(SUITE-PingRequestHandlerTest-seed#[F4E36866B6E6CC56]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 1078385 INFO
(TEST-PingRequestHandlerTest.testGettingStatus-seed#[F4E36866B6E6CC56]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testGettingStatus
[junit4] 2> 1078388 INFO
(TEST-PingRequestHandlerTest.testGettingStatus-seed#[F4E36866B6E6CC56]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testGettingStatus
[junit4] 2> 1078389 INFO
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[F4E36866B6E6CC56])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testPingInClusterWithNoHealthCheck
[junit4] 2> 1078389 INFO
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[F4E36866B6E6CC56])
[ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1078390 INFO (Thread-3681) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1078390 INFO (Thread-3681) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 1078490 INFO
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[F4E36866B6E6CC56])
[ ] o.a.s.c.ZkTestServer start zk server on port:35501
[junit4] 2> 1078490 INFO
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[F4E36866B6E6CC56])
[ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1078490 INFO
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[F4E36866B6E6CC56])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1078492 INFO (zkCallback-1102-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@41c878 name:ZooKeeperConnection
Watcher:127.0.0.1:35501 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 1078492 INFO
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[F4E36866B6E6CC56])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1078492 INFO
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[F4E36866B6E6CC56])
[ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1078492 INFO
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[F4E36866B6E6CC56])
[ ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
[junit4] 2> 1078494 INFO (jetty-launcher-1101-thread-2) [ ]
o.e.j.s.Server jetty-9.2.13.v20150730
[junit4] 2> 1078494 INFO (jetty-launcher-1101-thread-3) [ ]
o.e.j.s.Server jetty-9.2.13.v20150730
[junit4] 2> 1078494 INFO (jetty-launcher-1101-thread-1) [ ]
o.e.j.s.Server jetty-9.2.13.v20150730
[junit4] 2> 1078494 INFO (jetty-launcher-1101-thread-5) [ ]
o.e.j.s.Server jetty-9.2.13.v20150730
[junit4] 2> 1078494 INFO (jetty-launcher-1101-thread-4) [ ]
o.e.j.s.Server jetty-9.2.13.v20150730
[junit4] 2> 1078506 INFO (jetty-launcher-1101-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1ee9428{/solr,null,AVAILABLE}
[junit4] 2> 1078506 INFO (jetty-launcher-1101-thread-5) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@499744{/solr,null,AVAILABLE}
[junit4] 2> 1078507 INFO (jetty-launcher-1101-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@615674{/solr,null,AVAILABLE}
[junit4] 2> 1078507 INFO (jetty-launcher-1101-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1ad37bf{/solr,null,AVAILABLE}
[junit4] 2> 1078506 INFO (jetty-launcher-1101-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1853c27{/solr,null,AVAILABLE}
[junit4] 2> 1078507 INFO (jetty-launcher-1101-thread-2) [ ]
o.e.j.s.ServerConnector Started ServerConnector@beb8f{HTTP/1.1}{127.0.0.1:47567}
[junit4] 2> 1078507 INFO (jetty-launcher-1101-thread-5) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@1f65bf2{HTTP/1.1}{127.0.0.1:44845}
[junit4] 2> 1078507 INFO (jetty-launcher-1101-thread-2) [ ]
o.e.j.s.Server Started @1080182ms
[junit4] 2> 1078507 INFO (jetty-launcher-1101-thread-5) [ ]
o.e.j.s.Server Started @1080182ms
[junit4] 2> 1078507 INFO (jetty-launcher-1101-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=47567}
[junit4] 2> 1078507 INFO (jetty-launcher-1101-thread-5) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=44845}
[junit4] 2> 1078507 INFO (jetty-launcher-1101-thread-4) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@70cde9{HTTP/1.1}{127.0.0.1:37101}
[junit4] 2> 1078507 INFO (jetty-launcher-1101-thread-2) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@a8ceb6
[junit4] 2> 1078507 INFO (jetty-launcher-1101-thread-4) [ ]
o.e.j.s.Server Started @1080183ms
[junit4] 2> 1078507 INFO (jetty-launcher-1101-thread-2) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.PingRequestHandlerTest_F4E36866B6E6CC56-001/tempDir-001/'
[junit4] 2> 1078507 INFO (jetty-launcher-1101-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=37101}
[junit4] 2> 1078507 INFO (jetty-launcher-1101-thread-2) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1078507 INFO (jetty-launcher-1101-thread-1) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@9d62a3{HTTP/1.1}{127.0.0.1:46734}
[junit4] 2> 1078508 INFO (jetty-launcher-1101-thread-2) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr
[junit4] 2> 1078508 INFO (jetty-launcher-1101-thread-1) [ ]
o.e.j.s.Server Started @1080183ms
[junit4] 2> 1078508 INFO (jetty-launcher-1101-thread-4) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@a8ceb6
[junit4] 2> 1078507 INFO (jetty-launcher-1101-thread-3) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@1366938{HTTP/1.1}{127.0.0.1:41172}
[junit4] 2> 1078508 INFO (jetty-launcher-1101-thread-4) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.PingRequestHandlerTest_F4E36866B6E6CC56-001/tempDir-001/'
[junit4] 2> 1078508 INFO (jetty-launcher-1101-thread-3) [ ]
o.e.j.s.Server Started @1080183ms
[junit4] 2> 1078508 INFO (jetty-launcher-1101-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=46734}
[junit4] 2> 1078508 INFO (jetty-launcher-1101-thread-4) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1078508 INFO (jetty-launcher-1101-thread-4) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr
[junit4] 2> 1078507 INFO (jetty-launcher-1101-thread-5) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@a8ceb6
[junit4] 2> 1078508 INFO (jetty-launcher-1101-thread-1) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@a8ceb6
[junit4] 2> 1078509 INFO (jetty-launcher-1101-thread-5) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.PingRequestHandlerTest_F4E36866B6E6CC56-001/tempDir-001/'
[junit4] 2> 1078508 INFO (jetty-launcher-1101-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=41172}
[junit4] 2> 1078509 INFO (jetty-launcher-1101-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.PingRequestHandlerTest_F4E36866B6E6CC56-001/tempDir-001/'
[junit4] 2> 1078509 INFO (jetty-launcher-1101-thread-5) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1078509 INFO (jetty-launcher-1101-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1078509 INFO (jetty-launcher-1101-thread-3) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@a8ceb6
[junit4] 2> 1078509 INFO (jetty-launcher-1101-thread-1) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr
[junit4] 2> 1078509 INFO (jetty-launcher-1101-thread-3) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.PingRequestHandlerTest_F4E36866B6E6CC56-001/tempDir-001/'
[junit4] 2> 1078509 INFO (jetty-launcher-1101-thread-5) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr
[junit4] 2> 1078509 INFO (jetty-launcher-1101-thread-3) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1078509 INFO (jetty-launcher-1101-thread-3) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr
[junit4] 2> 1078519 INFO (jetty-launcher-1101-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1078519 INFO (jetty-launcher-1101-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1078520 INFO (zkCallback-1103-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@80ecfd name:ZooKeeperConnection
Watcher:127.0.0.1:35501/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1078520 INFO (jetty-launcher-1101-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1078520 INFO (jetty-launcher-1101-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1078521 INFO (jetty-launcher-1101-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1078523 INFO (jetty-launcher-1101-thread-4) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1078523 INFO (jetty-launcher-1101-thread-4) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1078524 INFO (zkCallback-1104-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@1a00ec2 name:ZooKeeperConnection
Watcher:127.0.0.1:35501/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1078524 INFO (jetty-launcher-1101-thread-4) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1078524 INFO (jetty-launcher-1101-thread-1) [ ]
o.a.s.c.CoresLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.PingRequestHandlerTest_F4E36866B6E6CC56-001/tempDir-001/.
[junit4] 2> 1078524 INFO (jetty-launcher-1101-thread-1) [ ]
o.a.s.c.CoreContainer New CoreContainer 2298887
[junit4] 2> 1078524 INFO (jetty-launcher-1101-thread-1) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.PingRequestHandlerTest_F4E36866B6E6CC56-001/tempDir-001/]
[junit4] 2> 1078524 INFO (jetty-launcher-1101-thread-4) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1078524 INFO (jetty-launcher-1101-thread-1) [ ]
o.a.s.c.CoreContainer loading shared library:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.PingRequestHandlerTest_F4E36866B6E6CC56-001/tempDir-001/lib
[junit4] 2> 1078524 WARN (jetty-launcher-1101-thread-1) [ ]
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to
classloader: lib (resolved as:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.PingRequestHandlerTest_F4E36866B6E6CC56-001/tempDir-001/lib).
[junit4] 2> 1078524 INFO (jetty-launcher-1101-thread-4) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1078526 INFO (jetty-launcher-1101-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1078527 INFO (jetty-launcher-1101-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1078527 INFO (jetty-launcher-1101-thread-4) [ ]
o.a.s.c.CoresLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.PingRequestHandlerTest_F4E36866B6E6CC56-001/tempDir-001/.
[junit4] 2> 1078527 INFO (jetty-launcher-1101-thread-4) [ ]
o.a.s.c.CoreContainer New CoreContainer 20433902
[junit4] 2> 1078527 INFO (jetty-launcher-1101-thread-4) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.PingRequestHandlerTest_F4E36866B6E6CC56-001/tempDir-001/]
[junit4] 2> 1078527 INFO (jetty-launcher-1101-thread-4) [ ]
o.a.s.c.CoreContainer loading shared library:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.PingRequestHandlerTest_F4E36866B6E6CC56-001/tempDir-001/lib
[junit4] 2> 1078527 WARN (jetty-launcher-1101-thread-4) [ ]
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to
classloader: lib (resolved as:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.PingRequestHandlerTest_F4E36866B6E6CC56-001/tempDir-001/lib).
[junit4] 2> 1078528 INFO (zkCallback-1105-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@f003b0 name:ZooKeeperConnection
Watcher:127.0.0.1:35501/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1078528 INFO (jetty-launcher-1101-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1078528 INFO (jetty-launcher-1101-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1078528 INFO (jetty-launcher-1101-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1078531 INFO (jetty-launcher-1101-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1078531 INFO (jetty-launcher-1101-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1078532 INFO (jetty-launcher-1101-thread-2) [ ]
o.a.s.c.CoresLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.PingRequestHandlerTest_F4E36866B6E6CC56-001/tempDir-001/.
[junit4] 2> 1078532 INFO (zkCallback-1106-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@3b3331 name:ZooKeeperConnection
Watcher:127.0.0.1:35501/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1078532 INFO (jetty-launcher-1101-thread-2) [ ]
o.a.s.c.CoreContainer New CoreContainer 18960232
[junit4] 2> 1078532 INFO (jetty-launcher-1101-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1078532 INFO (jetty-launcher-1101-thread-2) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.PingRequestHandlerTest_F4E36866B6E6CC56-001/tempDir-001/]
[junit4] 2> 1078532 INFO (jetty-launcher-1101-thread-2) [ ]
o.a.s.c.CoreContainer loading shared library:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.PingRequestHandlerTest_F4E36866B6E6CC56-001/tempDir-001/lib
[junit4] 2> 1078532 WARN (jetty-launcher-1101-thread-2) [ ]
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to
classloader: lib (resolved as:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.PingRequestHandlerTest_F4E36866B6E6CC56-001/tempDir-001/lib).
[junit4] 2> 1078532 INFO (jetty-launcher-1101-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1078533 INFO (jetty-launcher-1101-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1078535 INFO (jetty-launcher-1101-thread-3) [ ]
o.a.s.c.CoresLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.PingRequestHandlerTest_F4E36866B6E6CC56-001/tempDir-001/.
[junit4] 2> 1078535 INFO (jetty-launcher-1101-thread-3) [ ]
o.a.s.c.CoreContainer New CoreContainer 1331705
[junit4] 2> 1078535 INFO (jetty-launcher-1101-thread-3) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.PingRequestHandlerTest_F4E36866B6E6CC56-001/tempDir-001/]
[junit4] 2> 1078535 INFO (jetty-launcher-1101-thread-3) [ ]
o.a.s.c.CoreContainer loading shared library:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.PingRequestHandlerTest_F4E36866B6E6CC56-001/tempDir-001/lib
[junit4] 2> 1078535 WARN (jetty-launcher-1101-thread-3) [ ]
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to
classloader: lib (resolved as:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.PingRequestHandlerTest_F4E36866B6E6CC56-001/tempDir-001/lib).
[junit4] 2> 1078536 INFO (jetty-launcher-1101-thread-5) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1078537 INFO (jetty-launcher-1101-thread-5) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1078537 INFO (zkCallback-1107-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@b584d name:ZooKeeperConnection
Watcher:127.0.0.1:35501/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1078537 INFO (jetty-launcher-1101-thread-4) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
[junit4] 2> 1078537 INFO (jetty-launcher-1101-thread-5) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1078537 INFO (jetty-launcher-1101-thread-5) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1078538 INFO (jetty-launcher-1101-thread-5) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1078538 INFO (jetty-launcher-1101-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
[junit4] 2> 1078538 INFO (jetty-launcher-1101-thread-4) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1078538 INFO (jetty-launcher-1101-thread-1) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1078538 INFO (jetty-launcher-1101-thread-4) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1078538 INFO (jetty-launcher-1101-thread-4) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1078538 INFO (jetty-launcher-1101-thread-4) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35501/solr
[junit4] 2> 1078538 INFO (jetty-launcher-1101-thread-4) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 1078538 INFO (jetty-launcher-1101-thread-4) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1078538 INFO (jetty-launcher-1101-thread-1) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1078538 INFO (jetty-launcher-1101-thread-1) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1078539 INFO (jetty-launcher-1101-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35501/solr
[junit4] 2> 1078539 INFO (jetty-launcher-1101-thread-2) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
[junit4] 2> 1078539 INFO (jetty-launcher-1101-thread-4) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1078539 INFO (jetty-launcher-1101-thread-1) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 1078539 INFO (jetty-launcher-1101-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1078539 INFO (jetty-launcher-1101-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1078539 INFO (jetty-launcher-1101-thread-2) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1078539 INFO (zkCallback-1110-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@671058 name:ZooKeeperConnection
Watcher:127.0.0.1:35501 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 1078539 INFO (jetty-launcher-1101-thread-4) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1078540 INFO (jetty-launcher-1101-thread-4) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1078540 INFO (jetty-launcher-1101-thread-2) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1078540 INFO (zkCallback-1111-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@1086b1a name:ZooKeeperConnection
Watcher:127.0.0.1:35501 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 1078540 INFO (jetty-launcher-1101-thread-2) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1078540 INFO (jetty-launcher-1101-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1078540 INFO (jetty-launcher-1101-thread-3) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
[junit4] 2> 1078540 INFO (jetty-launcher-1101-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35501/solr
[junit4] 2> 1078540 INFO (jetty-launcher-1101-thread-2) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 1078541 INFO (jetty-launcher-1101-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1078541 INFO (jetty-launcher-1101-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1078541 INFO (jetty-launcher-1101-thread-3) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1078541 INFO (jetty-launcher-1101-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1078541 INFO (jetty-launcher-1101-thread-4)
[n:127.0.0.1:37101_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 1078541 INFO (jetty-launcher-1101-thread-3) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1078541 INFO (jetty-launcher-1101-thread-3) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1078541 INFO (jetty-launcher-1101-thread-1)
[n:127.0.0.1:46734_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 1078541 INFO (jetty-launcher-1101-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35501/solr
[junit4] 2> 1078542 INFO (jetty-launcher-1101-thread-3) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 1078542 INFO (zkCallback-1113-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@7c92e5 name:ZooKeeperConnection
Watcher:127.0.0.1:35501 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 1078542 INFO (jetty-launcher-1101-thread-5) [ ]
o.a.s.c.CoresLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.PingRequestHandlerTest_F4E36866B6E6CC56-001/tempDir-001/.
[junit4] 2> 1078542 INFO
(zkCallback-1114-thread-1-processing-n:127.0.0.1:37101_solr)
[n:127.0.0.1:37101_solr ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@1166189 name:ZooKeeperConnection
Watcher:127.0.0.1:35501/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1078542 INFO (jetty-launcher-1101-thread-5) [ ]
o.a.s.c.CoreContainer New CoreContainer 31007828
[junit4] 2> 1078542 INFO (jetty-launcher-1101-thread-4)
[n:127.0.0.1:37101_solr ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 1078542 INFO (jetty-launcher-1101-thread-5) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.PingRequestHandlerTest_F4E36866B6E6CC56-001/tempDir-001/]
[junit4] 2> 1078542 INFO
(zkCallback-1116-thread-1-processing-n:127.0.0.1:46734_solr)
[n:127.0.0.1:46734_solr ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@900cbc name:ZooKeeperConnection
Watcher:127.0.0.1:35501/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1078542 INFO (jetty-launcher-1101-thread-5) [ ]
o.a.s.c.CoreContainer loading shared library:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.PingRequestHandlerTest_F4E36866B6E6CC56-001/tempDir-001/lib
[junit4] 2> 1078542 WARN (jetty-launcher-1101-thread-5) [ ]
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to
classloader: lib (resolved as:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.PingRequestHandlerTest_F4E36866B6E6CC56-001/tempDir-001/lib).
[junit4] 2> 1078542 INFO (jetty-launcher-1101-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1078542 INFO (jetty-launcher-1101-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1078542 INFO (jetty-launcher-1101-thread-4)
[n:127.0.0.1:37101_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
[junit4] 2> 1078542 INFO (jetty-launcher-1101-thread-1)
[n:127.0.0.1:46734_solr ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 1078542 INFO (jetty-launcher-1101-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1078542 INFO (jetty-launcher-1101-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1078543 INFO (zkCallback-1117-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@118f654 name:ZooKeeperConnection
Watcher:127.0.0.1:35501 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 1078543 INFO (jetty-launcher-1101-thread-2)
[n:127.0.0.1:47567_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 1078543 INFO (jetty-launcher-1101-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1078543 INFO (jetty-launcher-1101-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1078544 INFO (jetty-launcher-1101-thread-4)
[n:127.0.0.1:37101_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-queue-work
[junit4] 2> 1078544 INFO (jetty-launcher-1101-thread-1)
[n:127.0.0.1:46734_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-queue-work
[junit4] 2> 1078544 INFO
(zkCallback-1118-thread-1-processing-n:127.0.0.1:47567_solr)
[n:127.0.0.1:47567_solr ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@55c88b name:ZooKeeperConnection
Watcher:127.0.0.1:35501/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1078544 INFO (jetty-launcher-1101-thread-2)
[n:127.0.0.1:47567_solr ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 1078544 INFO (jetty-launcher-1101-thread-3)
[n:127.0.0.1:41172_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 1078544 INFO
(zkCallback-1119-thread-1-processing-n:127.0.0.1:41172_solr)
[n:127.0.0.1:41172_solr ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@fa25d9 name:ZooKeeperConnection
Watcher:127.0.0.1:35501/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1078545 INFO (jetty-launcher-1101-thread-3)
[n:127.0.0.1:41172_solr ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 1078545 INFO (jetty-launcher-1101-thread-4)
[n:127.0.0.1:37101_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-running
[junit4] 2> 1078545 INFO (jetty-launcher-1101-thread-1)
[n:127.0.0.1:46734_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-running
[junit4] 2> 1078545 INFO (jetty-launcher-1101-thread-2)
[n:127.0.0.1:47567_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-running
[junit4] 2> 1078546 INFO (jetty-launcher-1101-thread-4)
[n:127.0.0.1:37101_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-completed
[junit4] 2> 1078546 INFO (jetty-launcher-1101-thread-1)
[n:127.0.0.1:46734_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-completed
[junit4] 2> 1078547 INFO (jetty-launcher-1101-thread-2)
[n:127.0.0.1:47567_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-failure
[junit4] 2> 1078547 INFO (jetty-launcher-1101-thread-3)
[n:127.0.0.1:41172_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-failure
[junit4] 2> 1078547 INFO (jetty-launcher-1101-thread-1)
[n:127.0.0.1:46734_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-failure
[junit4] 2> 1078547 INFO (jetty-launcher-1101-thread-4)
[n:127.0.0.1:37101_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-failure
[junit4] 2> 1078548 INFO (jetty-launcher-1101-thread-5) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
[junit4] 2> 1078548 INFO (jetty-launcher-1101-thread-1)
[n:127.0.0.1:46734_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 1078548 INFO (jetty-launcher-1101-thread-2)
[n:127.0.0.1:47567_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 1078548 INFO (jetty-launcher-1101-thread-3)
[n:127.0.0.1:41172_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 1078548 INFO (jetty-launcher-1101-thread-5) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1078548 INFO (jetty-launcher-1101-thread-2)
[n:127.0.0.1:47567_solr ] o.a.s.c.c.SolrZkClient makePath: /collections
[junit4] 2> 1078548 INFO (jetty-launcher-1101-thread-5) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1078548 INFO (jetty-launcher-1101-thread-4)
[n:127.0.0.1:37101_solr ] o.a.s.c.c.SolrZkClient makePath: /collections
[junit4] 2> 1078548 INFO (jetty-launcher-1101-thread-3)
[n:127.0.0.1:41172_solr ] o.a.s.c.c.SolrZkClient makePath: /collections
[junit4] 2> 1078548 INFO (jetty-launcher-1101-thread-5) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1078548 INFO (jetty-launcher-1101-thread-1)
[n:127.0.0.1:46734_solr ] o.a.s.c.c.SolrZkClient makePath: /collections
[junit4] 2> 1078549 INFO (jetty-launcher-1101-thread-5) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35501/solr
[junit4] 2> 1078549 INFO (jetty-launcher-1101-thread-5) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 1078549 INFO (jetty-launcher-1101-thread-5) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1078549 INFO (jetty-launcher-1101-thread-4)
[n:127.0.0.1:37101_solr ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 1078549 INFO (jetty-launcher-1101-thread-2)
[n:127.0.0.1:47567_solr ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 1078549 INFO (jetty-launcher-1101-thread-5) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1078549 INFO (jetty-launcher-1101-thread-3)
[n:127.0.0.1:41172_solr ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 1078549 INFO (jetty-launcher-1101-thread-1)
[n:127.0.0.1:46734_solr ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 1078549 INFO (jetty-launcher-1101-thread-4)
[n:127.0.0.1:37101_solr ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 1078549 INFO (zkCallback-1121-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@10c4089 name:ZooKeeperConnection
Watcher:127.0.0.1:35501 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 1078550 INFO (jetty-launcher-1101-thread-2)
[n:127.0.0.1:47567_solr ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 1078550 INFO (jetty-launcher-1101-thread-5) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1078550 INFO (jetty-launcher-1101-thread-3)
[n:127.0.0.1:41172_solr ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 1078550 INFO (jetty-launcher-1101-thread-5) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1078550 INFO (jetty-launcher-1101-thread-2)
[n:127.0.0.1:47567_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 1078550 INFO (jetty-launcher-1101-thread-4)
[n:127.0.0.1:37101_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 1078550 INFO (jetty-launcher-1101-thread-3)
[n:127.0.0.1:41172_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 1078550 INFO (jetty-launcher-1101-thread-4)
[n:127.0.0.1:37101_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:37101_solr
[junit4] 2> 1078551 INFO (jetty-launcher-1101-thread-2)
[n:127.0.0.1:47567_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:47567_solr
[junit4] 2> 1078551 INFO (jetty-launcher-1101-thread-3)
[n:127.0.0.1:41172_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:41172_solr
[junit4] 2> 1078551 INFO (jetty-launcher-1101-thread-4)
[n:127.0.0.1:37101_solr ] o.a.s.c.c.SolrZkClient makePath:
/live_nodes/127.0.0.1:37101_solr
[junit4] 2> 1078551 INFO (jetty-launcher-1101-thread-5)
[n:127.0.0.1:44845_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 1078551 INFO (jetty-launcher-1101-thread-2)
[n:127.0.0.1:47567_solr ] o.a.s.c.c.SolrZkClient makePath:
/live_nodes/127.0.0.1:47567_solr
[junit4] 2> 1078551 INFO (jetty-launcher-1101-thread-3)
[n:127.0.0.1:41172_solr ] o.a.s.c.c.SolrZkClient makePath:
/live_nodes/127.0.0.1:41172_solr
[junit4] 2> 1078551 INFO
(zkCallback-1122-thread-1-processing-n:127.0.0.1:44845_solr)
[n:127.0.0.1:44845_solr ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@7fc939 name:ZooKeeperConnection
Watcher:127.0.0.1:35501/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1078552 INFO (jetty-launcher-1101-thread-4)
[n:127.0.0.1:37101_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
[junit4] 2> 1078552 INFO (jetty-launcher-1101-thread-1)
[n:127.0.0.1:46734_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:46734_solr
[junit4] 2> 1078552 INFO (jetty-launcher-1101-thread-2)
[n:127.0.0.1:47567_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
[junit4] 2> 1078553 INFO (jetty-launcher-1101-thread-1)
[n:127.0.0.1:46734_solr ] o.a.s.c.c.SolrZkClient makePath:
/live_nodes/127.0.0.1:46734_solr
[junit4] 2> 1078553 INFO (jetty-launcher-1101-thread-3)
[n:127.0.0.1:41172_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/election
[junit4] 2> 1078553 INFO (jetty-launcher-1101-thread-4)
[n:127.0.0.1:37101_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/election
[junit4] 2> 1078553 INFO (jetty-launcher-1101-thread-2)
[n:127.0.0.1:47567_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/election
[junit4] 2> 1078554 INFO (jetty-launcher-1101-thread-4)
[n:127.0.0.1:37101_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1078554 INFO (jetty-launcher-1101-thread-2)
[n:127.0.0.1:47567_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1078554 INFO (jetty-launcher-1101-thread-3)
[n:127.0.0.1:41172_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1078554 INFO (jetty-launcher-1101-thread-1)
[n:127.0.0.1:46734_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1078554 INFO (jetty-launcher-1101-thread-4)
[n:127.0.0.1:37101_solr ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/94697210250592265-127.0.0.1:37101_solr-n_0000000000
[junit4] 2> 1078554 INFO (jetty-launcher-1101-thread-2)
[n:127.0.0.1:47567_solr ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/94697210250592268-127.0.0.1:47567_solr-n_0000000001
[junit4] 2> 1078554 INFO (jetty-launcher-1101-thread-3)
[n:127.0.0.1:41172_solr ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/94697210250592269-127.0.0.1:41172_solr-n_0000000002
[junit4] 2> 1078554 INFO (jetty-launcher-1101-thread-1)
[n:127.0.0.1:46734_solr ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/94697210250592266-127.0.0.1:46734_solr-n_0000000003
[junit4] 2> 1078554 INFO (jetty-launcher-1101-thread-4)
[n:127.0.0.1:37101_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:37101_solr
[junit4] 2> 1078554 INFO (jetty-launcher-1101-thread-4)
[n:127.0.0.1:37101_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/leader
[junit4] 2> 1078554 INFO (jetty-launcher-1101-thread-3)
[n:127.0.0.1:41172_solr ] o.a.s.c.LeaderElector Watching path
/overseer_elect/election/94697210250592268-127.0.0.1:47567_solr-n_0000000001 to
know if I could be the leader
[junit4] 2> 1078554 INFO (jetty-launcher-1101-thread-2)
[n:127.0.0.1:47567_solr ] o.a.s.c.LeaderElector Watching path
/overseer_elect/election/94697210250592265-127.0.0.1:37101_solr-n_0000000000 to
know if I could be the leader
[junit4] 2> 1078554 INFO (jetty-launcher-1101-thread-3)
[n:127.0.0.1:41172_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 1078554 INFO (jetty-launcher-1101-thread-1)
[n:127.0.0.1:46734_solr ] o.a.s.c.LeaderElector Watching path
/overseer_elect/election/94697210250592269-127.0.0.1:41172_solr-n_0000000002 to
know if I could be the leader
[junit4] 2> 1078555 INFO (jetty-launcher-1101-thread-2)
[n:127.0.0.1:47567_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 1078555 INFO (jetty-launcher-1101-thread-1)
[n:127.0.0.1:46734_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 1078555 INFO (jetty-launcher-1101-thread-5)
[n:127.0.0.1:44845_solr ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 1078557 INFO (jetty-launcher-1101-thread-4)
[n:127.0.0.1:37101_solr ] o.a.s.c.Overseer Overseer
(id=94697210250592265-127.0.0.1:37101_solr-n_0000000000) starting
[junit4] 2> 1078560 INFO (jetty-launcher-1101-thread-4)
[n:127.0.0.1:37101_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/queue-work
[junit4] 2> 1078562 INFO (jetty-launcher-1101-thread-4)
[n:127.0.0.1:37101_solr ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=10000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 1078563 INFO
(OverseerStateUpdate-94697210250592265-127.0.0.1:37101_solr-n_0000000000)
[n:127.0.0.1:37101_solr ] o.a.s.c.Overseer Starting to work on the main queue
[junit4] 2> 1078563 INFO
(OverseerStateUpdate-94697210250592265-127.0.0.1:37101_solr-n_0000000000)
[n:127.0.0.1:37101_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 1078580 INFO
(OverseerCollectionConfigSetProcessor-94697210250592265-127.0.0.1:37101_solr-n_0000000000)
[n:127.0.0.1:37101_solr ] o.a.s.c.OverseerTaskProcessor Process current
queue of overseer operations
[junit4] 2> 1078580 INFO (jetty-launcher-1101-thread-4)
[n:127.0.0.1:37101_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 1078590 INFO (jetty-launcher-1101-thread-5)
[n:127.0.0.1:44845_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 1078591 INFO (jetty-launcher-1101-thread-1)
[n:127.0.0.1:46734_solr ] o.a.s.c.CoreContainer Security conf doesn't exist.
Skipping setup for authorization module.
[junit4] 2> 1078591 INFO (jetty-launcher-1101-thread-1)
[n:127.0.0.1:46734_solr ] o.a.s.c.CoreContainer No authentication plugin
used.
[junit4] 2> 1078592 INFO (jetty-launcher-1101-thread-2)
[n:127.0.0.1:47567_solr ] o.a.s.c.CoreContainer Security conf doesn't exist.
Skipping setup for authorization module.
[junit4] 2> 1078592 INFO (jetty-launcher-1101-thread-2)
[n:127.0.0.1:47567_solr ] o.a.s.c.CoreContainer No authentication plugin
used.
[junit4] 2> 1078592 INFO (jetty-launcher-1101-thread-1)
[n:127.0.0.1:46734_solr ] o.a.s.c.CoresLocator Looking for core definitions
underneath
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.PingRequestHandlerTest_F4E36866B6E6CC56-001/tempDir-001/.
[junit4] 2> 1078592 INFO (jetty-launcher-1101-thread-2)
[n:127.0.0.1:47567_solr ] o.a.s.c.CoresLocator Looking for core definitions
underneath
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.PingRequestHandlerTest_F4E36866B6E6CC56-001/tempDir-001/.
[junit4] 2> 1078593 INFO (jetty-launcher-1101-thread-1)
[n:127.0.0.1:46734_solr ] o.a.s.c.CoresLocator Found 0 core definitions
[junit4] 2> 1078593 INFO (jetty-launcher-1101-thread-2)
[n:127.0.0.1:47567_solr ] o.a.s.c.CoresLocator Found 0 core definitions
[junit4] 2> 1078597 INFO (jetty-launcher-1101-thread-2)
[n:127.0.0.1:47567_solr ] o.a.s.s.SolrDispatchFilter
user.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2
[junit4] 2> 1078597 INFO (jetty-launcher-1101-thread-2)
[n:127.0.0.1:47567_solr ] o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init() done
[junit4] 2> 1078597 INFO (jetty-launcher-1101-thread-1)
[n:127.0.0.1:46734_solr ] o.a.s.s.SolrDispatchFilter
user.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2
[junit4] 2> 1078597 INFO (jetty-launcher-1101-thread-1)
[n:127.0.0.1:46734_solr ] o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init() done
[junit4] 2> 1078610 INFO (jetty-launcher-1101-thread-4)
[n:127.0.0.1:37101_solr ] o.a.s.c.CoreContainer Security conf doesn't exist.
Skipping setup for authorization module.
[junit4] 2> 1078610 INFO (jetty-launcher-1101-thread-4)
[n:127.0.0.1:37101_solr ] o.a.s.c.CoreContainer No authentication plugin
used.
[junit4] 2> 1078610 INFO (jetty-launcher-1101-thread-4)
[n:127.0.0.1:37101_solr ] o.a.s.c.CoresLocator Looking for core definitions
underneath
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.PingRequestHandlerTest_F4E36866B6E6CC56-001/tempDir-001/.
[junit4] 2> 1078611 INFO (jetty-launcher-1101-thread-4)
[n:127.0.0.1:37101_solr ] o.a.s.c.CoresLocator Found 0 core definitions
[junit4] 2> 1078611 INFO (jetty-launcher-1101-thread-4)
[n:127.0.0.1:37101_solr ] o.a.s.s.SolrDispatchFilter
user.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2
[junit4] 2> 1078611 INFO (jetty-launcher-1101-thread-4)
[n:127.0.0.1:37101_solr ] o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init() done
[junit4] 2> 1078629 INFO (jetty-launcher-1101-thread-3)
[n:127.0.0.1:41172_solr ] o.a.s.c.CoreContainer Security conf doesn't exist.
Skipping setup for authorization module.
[junit4] 2> 1078629 INFO (jetty-launcher-1101-thread-3)
[n:127.0.0.1:41172_solr ] o.a.s.c.CoreContainer No authentication plugin
used.
[junit4] 2> 1078629 INFO (jetty-launcher-1101-thread-3)
[n:127.0.0.1:41172_solr ] o.a.s.c.CoresLocator Looking for core definitions
underneath
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.PingRequestHandlerTest_F4E36866B6E6CC56-001/tempDir-001/.
[junit4] 2> 1078629 INFO (jetty-launcher-1101-thread-3)
[n:127.0.0.1:41172_solr ] o.a.s.c.CoresLocator Found 0 core definitions
[junit4] 2> 1078630 INFO (jetty-launcher-1101-thread-3)
[n:127.0.0.1:41172_solr ] o.a.s.s.SolrDispatchFilter
user.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2
[junit4] 2> 1078630 INFO (jetty-launcher-1101-thread-3)
[n:127.0.0.1:41172_solr ] o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init() done
[junit4] 2> 1079592 INFO (jetty-launcher-1101-thread-5)
[n:127.0.0.1:44845_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:44845_solr
[junit4] 2> 1079592 INFO (jetty-launcher-1101-thread-5)
[n:127.0.0.1:44845_solr ] o.a.s.c.c.SolrZkClient makePath:
/live_nodes/127.0.0.1:44845_solr
[junit4] 2> 1079592 INFO
(zkCallback-1114-thread-1-processing-n:127.0.0.1:37101_solr)
[n:127.0.0.1:37101_solr ] o.a.s.c.c.ZkStateReader A live node change:
WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has
occurred - updating... (live nodes size: 4)
[junit4] 2> 1079592 INFO
(zkCallback-1122-thread-1-processing-n:127.0.0.1:44845_solr)
[n:127.0.0.1:44845_solr ] o.a.s.c.c.ZkStateReader A live node change:
WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has
occurred - updating... (live nodes size: 4)
[junit4] 2> 1079592 INFO
(zkCallback-1116-thread-1-processing-n:127.0.0.1:46734_solr)
[n:127.0.0.1:46734_solr ] o.a.s.c.c.ZkStateReader A live node change:
WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has
occurred - updating... (live nodes size: 4)
[junit4] 2> 1079592 INFO
(zkCallback-1119-thread-1-processing-n:127.0.0.1:41172_solr)
[n:127.0.0.1:41172_solr ] o.a.s.c.c.ZkStateReader A live node change:
WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has
occurred - updating... (live nodes size: 4)
[junit4] 2> 1079592 INFO
(zkCallback-1118-thread-1-processing-n:127.0.0.1:47567_solr)
[n:127.0.0.1:47567_solr ] o.a.s.c.c.ZkStateReader A live node change:
WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has
occurred - updating... (live nodes size: 4)
[junit4] 2> 1079593 INFO
(zkCallback-1114-thread-2-processing-n:127.0.0.1:37101_solr)
[n:127.0.0.1:37101_solr ] o.a.s.c.c.ZkStateReader A live node change:
WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has
occurred - updating... (live nodes size: 5)
[junit4] 2> 1079593 INFO (jetty-launcher-1101-thread-5)
[n:127.0.0.1:44845_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1079593 INFO (jetty-launcher-1101-thread-5)
[n:127.0.0.1:44845_solr ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/94697210250592271-127.0.0.1:44845_solr-n_0000000004
[junit4] 2> 1079594 INFO (jetty-launcher-1101-thread-5)
[n:127.0.0.1:44845_solr ] o.a.s.c.LeaderElector Watching path
/overseer_elect/election/94697210250592266-127.0.0.1:46734_solr-n_0000000003 to
know if I could be the leader
[junit4] 2> 1079604 INFO (jetty-launcher-1101-thread-5)
[n:127.0.0.1:44845_solr ] o.a.s.c.CoreContainer Security conf doesn't exist.
Skipping setup for authorization module.
[junit4] 2> 1079604 INFO (jetty-launcher-1101-thread-5)
[n:127.0.0.1:44845_solr ] o.a.s.c.CoreContainer No authentication plugin
used.
[junit4] 2> 1079605 INFO (jetty-launcher-1101-thread-5)
[n:127.0.0.1:44845_solr ] o.a.s.c.CoresLocator Looking for core definitions
underneath
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.handler.PingRequestHandlerTest_F4E36866B6E6CC56-001/tempDir-001/.
[junit4] 2> 1079605 INFO (jetty-launcher-1101-thread-5)
[n:127.0.0.1:44845_solr ] o.a.s.c.CoresLocator Found 0 core definitions
[junit4] 2> 1079606 INFO (jetty-launcher-1101-thread-5)
[n:127.0.0.1:44845_solr ] o.a.s.s.SolrDispatchFilter
user.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2
[junit4] 2> 1079606 INFO (jetty-launcher-1101-thread-5)
[n:127.0.0.1:44845_solr ] o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init() done
[junit4] 2> 1079606 INFO
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[F4E36866B6E6CC56])
[ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1079606 INFO
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[F4E36866B6E6CC56])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1079607 INFO (zkCallback-1123-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@a01bbf name:ZooKeeperConnection
Watcher:127.0.0.1:35501 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 1079607 INFO
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[F4E36866B6E6CC56])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1079607 INFO
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[F4E36866B6E6CC56])
[ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1079608 INFO
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[F4E36866B6E6CC56])
[ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1079609 INFO
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[F4E36866B6E6CC56])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1079609 INFO (zkCallback-1125-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@1baddf7 name:ZooKeeperConnection
Watcher:127.0.0.1:35501/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1079609 INFO
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[F4E36866B6E6CC56])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1079609 INFO
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[F4E36866B6E6CC56])
[ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1079610 INFO (TEST-PingRequestHandlerTest.testPingInC
[...truncated too long message...]
t4] 2> at
org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:449)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:197)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:157)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:58)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:388)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$3$1.run(SolrZkClient.java:269)
[junit4] 2> at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:265)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] 2> at java.lang.Thread.run(Thread.java:747)
[junit4] 2> 1402889 INFO
(TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F4E36866B6E6CC56])
[ ] o.e.j.s.ServerConnector Stopped
ServerConnector@18d2d1a{HTTP/1.1}{127.0.0.1:0}
[junit4] 2> 1402889 INFO
(TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F4E36866B6E6CC56])
[ ] o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@17aecea{/k_gx/vo,null,UNAVAILABLE}
[junit4] 2> 1402890 INFO
(TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F4E36866B6E6CC56])
[n:127.0.0.1:40238_k_gx%2Fvo c:collection1 s:shard1 r:core_node4
x:collection1] o.a.s.c.ZkTestServer connecting to 127.0.0.1:45696 45696
[junit4] 2> 1402996 INFO (Thread-4286) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:45696 45696
[junit4] 2> 1402997 WARN (Thread-4286) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 9 /solr/aliases.json
[junit4] 2> 8 /solr/configs/gettingstarted/managed-schema
[junit4] 2> 8 /solr/configs/gettingstarted
[junit4] 2> 5 /solr/security.json
[junit4] 2> 5 /solr/configs/conf1
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 9 /solr/clusterstate.json
[junit4] 2> 4 /solr/collections/collection1/state.json
[junit4] 2> 4 /solr/collections/gettingstarted/state.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 9 /solr/live_nodes
[junit4] 2> 9 /solr/collections
[junit4] 2> 5 /solr/overseer/queue
[junit4] 2> 5 /solr/overseer/collection-queue-work
[junit4] 2>
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=SolrCloudExampleTest
-Dtests.method=testLoadDocsIntoGettingStartedCollection
-Dtests.seed=F4E36866B6E6CC56 -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=sr_ME_#Cyrl -Dtests.timezone=UCT -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] FAILURE 39.7s J2 |
SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection <<<
[junit4] > Throwable #1: java.lang.AssertionError: Delete action failed!
[junit4] > at
__randomizedtesting.SeedInfo.seed([F4E36866B6E6CC56:E7805A09878975F0]:0)
[junit4] > at
org.apache.solr.cloud.SolrCloudExampleTest.doTestDeleteAction(SolrCloudExampleTest.java:169)
[junit4] > at
org.apache.solr.cloud.SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection(SolrCloudExampleTest.java:145)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:963)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:938)
[junit4] > at java.lang.Thread.run(Thread.java:747)
[junit4] 2> 1403000 INFO
(SUITE-SolrCloudExampleTest-seed#[F4E36866B6E6CC56]-worker)
[n:127.0.0.1:40238_k_gx%2Fvo c:collection1 s:shard1 r:core_node4 x:collection1]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.SolrCloudExampleTest_F4E36866B6E6CC56-001
[junit4] 2> Oct 16, 2015 2:11:20 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=CheapBastard,
sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=sr_ME_#Cyrl,
timezone=UCT
[junit4] 2> NOTE: Linux 3.19.0-30-generic i386/Oracle Corporation 1.9.0-ea
(32-bit)/cpus=12,threads=1,free=112103904,total=365391872
[junit4] 2> NOTE: All tests run in this JVM:
[TestDynamicFieldCollectionResource, BasicDistributedZk2Test, ClusterStateTest,
DirectSolrConnectionTest, MergeStrategyTest, TestSolrQueryParser, TestReload,
AsyncMigrateRouteKeyTest, SuggesterWFSTTest, TestTrieFacet, NoCacheHeaderTest,
HdfsWriteToMultipleCollectionsTest, UnloadDistributedZkTest, AutoCommitTest,
FullSolrCloudDistribCmdsTest, StatsComponentTest, SolrTestCaseJ4Test,
OverseerTest, RegexBoostProcessorTest, TestFieldResource,
HdfsBasicDistributedZkTest, TestBulkSchemaConcurrent,
TestAuthenticationFramework, RAMDirectoryFactoryTest, SimpleFacetsTest,
SearchHandlerTest, TestFastWriter, SystemInfoHandlerTest,
DistributedFacetPivotSmallAdvancedTest, QueryParsingTest,
TestDefaultSimilarityFactory, TestOverriddenPrefixQueryForCustomFieldType,
ZkNodePropsTest, HardAutoCommitTest, CoreAdminHandlerTest, TestWriterPerf,
TestConfigReload, DocValuesMissingTest, CollectionsAPIAsyncDistributedZkTest,
CdcrVersionReplicationTest, TestImplicitCoreProperties, TestCSVResponseWriter,
TestSystemIdResolver, TestLRUCache, SampleTest, TestManagedResourceStorage,
DistributedDebugComponentTest, ConcurrentDeleteAndCreateCollectionTest,
AnalyticsMergeStrategyTest, TestHashQParserPlugin,
StatelessScriptUpdateProcessorFactoryTest, TestPerFieldSimilarity,
TestStressRecovery, TestLeaderInitiatedRecoveryThread, AddBlockUpdateTest,
TermVectorComponentDistributedTest, TestSearcherReuse,
SharedFSAutoReplicaFailoverUtilsTest, BadComponentTest,
ParsingFieldUpdateProcessorsTest, HdfsChaosMonkeySafeLeaderTest,
TestIndexingPerformance, TestJmxIntegration, SolrXmlInZkTest,
TestRequestStatusCollectionAPI, SecurityConfHandlerTest,
DistributedFacetPivotSmallTest, TestCustomSort, AnalyticsQueryTest,
TestReplicationHandlerBackup, SuggesterTSTTest, ChangedSchemaMergeTest,
TestMaxScoreQueryParser, PKIAuthenticationIntegrationTest, SuggesterTest,
DirectUpdateHandlerOptimizeTest, TestFieldTypeCollectionResource,
UUIDFieldTest, TestManagedStopFilterFactory, TestSolrDeletionPolicy1,
TestSolrIndexConfig, TestConfigSetProperties,
BigEndianAscendingWordDeserializerTest, TestRandomRequestDistribution,
HdfsSyncSliceTest, FieldMutatingUpdateProcessorTest, HighlighterConfigTest,
TestExactSharedStatsCache, ChaosMonkeySafeLeaderTest, SyncSliceTest,
OpenCloseCoreStressTest, LeaderElectionIntegrationTest, BasicZkTest,
RecoveryZkTest, TestReplicationHandler, TestZkChroot, ZkControllerTest,
TestRealTimeGet, TestStressReorder, SolrCoreTest, PeerSyncTest,
BadIndexSchemaTest, TestSort, TestFunctionQuery, TestLazyCores,
DirectUpdateHandlerTest, TestBadConfig, TestIndexSearcher, SoftAutoCommitTest,
CurrencyFieldXmlFileTest, SolrIndexSplitterTest, AnalysisAfterCoreReloadTest,
TestExtendedDismaxParser, SuggesterFSTTest, SolrRequestParserTest,
TestFoldingMultitermQuery, SpatialFilterTest,
SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest,
QueryEqualityTest, DistanceFunctionTest, DebugComponentTest,
IndexBasedSpellCheckerTest, StandardRequestHandlerTest,
TestReversedWildcardFilterFactory, XmlUpdateRequestHandlerTest,
TestValueSourceCache, RequiredFieldsTest, IndexSchemaTest, ReturnFieldsTest,
UniqFieldsUpdateProcessorFactoryTest, TestPartialUpdateDeduplication,
PingRequestHandlerTest, TestIBSimilarityFactory, TimeZoneUtilsTest,
TestFastOutputStream, URLClassifyProcessorTest, PluginInfoTest,
ChaosMonkeyNothingIsSafeTest, CollectionStateFormat2Test,
ConnectionManagerTest, DeleteInactiveReplicaTest, DeleteShardTest,
DistribCursorPagingTest, LeaderInitiatedRecoveryOnShardRestartTest,
MultiThreadedOCPTest, SaslZkACLProviderTest, SharedFSAutoReplicaFailoverTest,
SolrCloudExampleTest]
[junit4] Completed [427/552] on J2 in 40.25s, 1 test, 1 failure <<< FAILURES!
[...truncated 413 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:775: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:719: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:59: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:233: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:516: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1432:
The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:987:
There were test failures: 552 suites (8 ignored), 2170 tests, 1 error, 1
failure, 74 ignored (37 assumptions) [seed: F4E36866B6E6CC56]
Total time: 48 minutes 33 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]