Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/14512/
1 tests failed. REGRESSION: org.apache.solr.cloud.FullSolrCloudTest.testDistribSearch Error Message: Timeout occured while waiting response from server at: http://localhost:11049/solr/collection1 Stack Trace: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://localhost:11049/solr/collection1 at __randomizedtesting.SeedInfo.seed([97EFC838E0195C8C:1609462097463CB0]:0) at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:405) at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182) at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117) at org.apache.solr.cloud.FullSolrCloudTest.index_specific(FullSolrCloudTest.java:498) at org.apache.solr.cloud.FullSolrCloudTest.brindDownShardIndexSomeDocsAndRecover(FullSolrCloudTest.java:713) at org.apache.solr.cloud.FullSolrCloudTest.doTest(FullSolrCloudTest.java:550) at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:680) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1969) at com.carrotsearch.randomizedtesting.RandomizedRunner.access$1100(RandomizedRunner.java:132) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:814) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:875) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:889) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50) at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:32) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) at org.apache.lucene.util.TestRuleReportUncaughtExceptions$1.evaluate(TestRuleReportUncaughtExceptions.java:68) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:821) at com.carrotsearch.randomizedtesting.RandomizedRunner.access$700(RandomizedRunner.java:132) at com.carrotsearch.randomizedtesting.RandomizedRunner$3$1.run(RandomizedRunner.java:669) at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:695) at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:734) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:745) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleReportUncaughtExceptions$1.evaluate(TestRuleReportUncaughtExceptions.java:68) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at org.apache.lucene.util.TestRuleIcuHack$1.evaluate(TestRuleIcuHack.java:51) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) at org.apache.lucene.util.TestRuleNoInstanceHooksOverrides$1.evaluate(TestRuleNoInstanceHooksOverrides.java:53) at org.apache.lucene.util.TestRuleNoStaticHooksShadowing$1.evaluate(TestRuleNoStaticHooksShadowing.java:52) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:36) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:56) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:605) at com.carrotsearch.randomizedtesting.RandomizedRunner.access$400(RandomizedRunner.java:132) at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:551) Caused by: java.net.SocketTimeoutException: Read timed out at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:146) at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:149) at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:111) at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:264) at org.apache.http.impl.conn.DefaultResponseParser.parseHead(DefaultResponseParser.java:98) at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:252) at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:282) at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:247) at org.apache.http.impl.conn.AbstractClientConnAdapter.receiveResponseHeader(AbstractClientConnAdapter.java:216) at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:298) at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125) at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:647) at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:464) at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:820) at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:754) at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:732) at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:351) ... 43 more Build Log: [...truncated 12591 lines...] [junit4] 2> [junit4] 2> 71426 T1411 C67 P11049 oasc.SolrCore.close [collection1] CLOSING SolrCore org.apache.solr.core.SolrCore@138342f6 [junit4] 2> 71427 T1411 C67 P11049 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request. [junit4] 2> 71428 T1411 C67 P11049 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=6,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=36,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0} [junit4] 2> 71429 T1411 C67 P11049 oasc.RecoveryStrategy.close WARNING Stopping recovery for core collection1 zkNodeName=127.0.0.1:11049_solr_collection1 [junit4] 2> 71476 T1343 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch [junit4] 1> /solr/collections/collection1/shards (0) [junit4] 1> /solr/collections/collection1/leader_elect (2) [junit4] 1> /solr/collections/collection1/leader_elect/shard1 (1) [junit4] 1> /solr/collections/collection1/leader_elect/shard1/election (2) [junit4] 1> /solr/collections/collection1/leader_elect/shard1/election/87728939445518341-127.0.0.1:11046_solr_collection1-n_0000000001 (0) [junit4] 1> /solr/collections/collection1/leader_elect/shard1/election/87728939445518339-127.0.0.1:11042_solr_collection1-n_0000000000 (0) [junit4] 1> /solr/collections/collection1/leader_elect/shard2 (1) [junit4] 1> /solr/collections/collection1/leader_elect/shard2/election (1) [junit4] 1> /solr/collections/collection1/leader_elect/shard2/election/87728939445518342-127.0.0.1:11049_solr_collection1-n_0000000001 (0) [junit4] 1> /solr/collections/collection1/leaders (2) [junit4] 1> /solr/collections/collection1/leaders/shard1 (0) [junit4] 1> DATA: [junit4] 1> { [junit4] 1> "core":"collection1", [junit4] 1> "node_name":"127.0.0.1:11042_solr", [junit4] 1> "base_url":"http://127.0.0.1:11042/solr"} [junit4] 1> /solr/collections/collection1/leaders/shard2 (0) [junit4] 1> DATA: [junit4] 1> { [junit4] 1> "core":"collection1", [junit4] 1> "node_name":"127.0.0.1:11049_solr", [junit4] 1> "base_url":"http://127.0.0.1:11049/solr"} [junit4] 1> /solr/collections/control_collection (3) [junit4] 1> DATA: [junit4] 1> {"configName":"conf1"} [junit4] 1> /solr/collections/control_collection/shards (0) [junit4] 1> /solr/collections/control_collection/leader_elect (1) [junit4] 1> /solr/collections/control_collection/leader_elect/control_shard (1) [junit4] 1> /solr/collections/control_collection/leader_elect/control_shard/election (1) [junit4] 1> /solr/collections/control_collection/leader_elect/control_shard/election/87728939445518338-127.0.0.1:11040_solr_collection1-n_0000000000 (0) [junit4] 1> /solr/collections/control_collection/leaders (1) [junit4] 1> /solr/collections/control_collection/leaders/control_shard (0) [junit4] 1> DATA: [junit4] 1> { [junit4] 1> "core":"collection1", [junit4] 1> "node_name":"127.0.0.1:11040_solr", [junit4] 1> "base_url":"http://127.0.0.1:11040/solr"} [junit4] 1> /solr/clusterstate.json (0) [junit4] 1> DATA: [junit4] 1> { [junit4] 1> "collection1":{ [junit4] 1> "shard1":{ [junit4] 1> "127.0.0.1:11042_solr_collection1":{ [junit4] 1> "shard":"shard1", [junit4] 1> "leader":"true", [junit4] 1> "state":"active", [junit4] 1> "core":"collection1", [junit4] 1> "collection":"collection1", [junit4] 1> "node_name":"127.0.0.1:11042_solr", [junit4] 1> "base_url":"http://127.0.0.1:11042/solr"}, [junit4] 1> "127.0.0.1:11046_solr_collection1":{ [junit4] 1> "shard":"shard1", [junit4] 1> "state":"active", [junit4] 1> "core":"collection1", [junit4] 1> "collection":"collection1", [junit4] 1> "node_name":"127.0.0.1:11046_solr", [junit4] 1> "base_url":"http://127.0.0.1:11046/solr"}}, [junit4] 1> "shard2":{ [junit4] 1> "127.0.0.1:11044_solr_collection1":{ [junit4] 1> "shard":"shard2", [junit4] 1> "state":"active", [junit4] 1> "core":"collection1", [junit4] 1> "collection":"collection1", [junit4] 1> "node_name":"127.0.0.1:11044_solr", [junit4] 1> "base_url":"http://127.0.0.1:11044/solr"}, [junit4] 1> "127.0.0.1:11049_solr_collection1":{ [junit4] 1> "shard":"shard2", [junit4] 1> "leader":"true", [junit4] 1> "state":"active", [junit4] 1> "core":"collection1", [junit4] 1> "collection":"collection1", [junit4] 1> "node_name":"127.0.0.1:11049_solr", [junit4] 1> "base_url":"http://127.0.0.1:11049/solr"}}}, [junit4] 1> "control_collection":{"control_shard":{"127.0.0.1:11040_solr_collection1":{ [junit4] 1> "shard":"control_shard", [junit4] 1> "leader":"true", [junit4] 1> "state":"active", [junit4] 1> "core":"collection1", [junit4] 1> "collection":"control_collection", [junit4] 1> "node_name":"127.0.0.1:11040_solr", [junit4] 1> "base_url":"http://127.0.0.1:11040/solr"}}}} [junit4] 1> /zookeeper (1) [junit4] 1> DATA: [junit4] 1> [junit4] 1> [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=FullSolrCloudTest -Dtests.method=testDistribSearch -Dtests.seed=97EFC838E0195C8C -Dtests.multiplier=3 -Dtests.locale=bg_BG -Dtests.timezone=America/Mexico_City -Dargs="-Dfile.encoding=ISO8859-1" [junit4] 1> [junit4] 2> [junit4] > (@AfterClass output) [junit4] 2> 71505 T1343 oas.SolrTestCaseJ4.deleteCore ###deleteCore [junit4] 2> NOTE: test params are: codec=Lucene40: {}, sim=DefaultSimilarity, locale=bg_BG, timezone=America/Mexico_City [junit4] 2> NOTE: FreeBSD 9.0-RELEASE amd64/Sun Microsystems Inc. 1.6.0_32 (64-bit)/cpus=16,threads=2,free=88520320,total=180879360 [junit4] 2> NOTE: All tests run in this JVM: [DistributedSpellCheckComponentTest, TestPropInjectDefaults, SampleTest, PolyFieldTest, DateFieldTest, StandardRequestHandlerTest, TestQuerySenderListener, TestPhoneticFilterFactory, SuggesterWFSTTest, JsonLoaderTest, TestRemoveDuplicatesTokenFilterFactory, LukeRequestHandlerTest, TestBM25SimilarityFactory, TestPHPSerializedResponseWriter, MinimalSchemaTest, TestDocSet, StatsComponentTest, TestRandomFaceting, TestUAX29URLEmailTokenizerFactory, ZkControllerTest, TestPatternReplaceCharFilterFactory, TestLMDirichletSimilarityFactory, TestStopFilterFactory, TestJoin, TestCJKWidthFilterFactory, TestJapanesePartOfSpeechStopFilterFactory, TestDelimitedPayloadTokenFilterFactory, BasicDistributedZkTest, FastVectorHighlighterTest, TestDictionaryCompoundWordTokenFilterFactory, TestFrenchMinimalStemFilterFactory, TestNorwegianLightStemFilterFactory, DirectUpdateHandlerOptimizeTest, TestTurkishLowerCaseFilterFactory, DisMaxRequestHandlerTest, TestBinaryField, LeaderElectionIntegrationTest, SpellingQueryConverterTest, TestBrazilianStemFilterFactory, FieldMutatingUpdateProcessorTest, TestBeiderMorseFilterFactory, TestHunspellStemFilterFactory, FieldAnalysisRequestHandlerTest, TestFunctionQuery, TestShingleFilterFactory, CommonGramsFilterFactoryTest, TestFastLRUCache, SolrCoreCheckLockOnStartupTest, TestReversedWildcardFilterFactory, TestJmxMonitoredMap, RequestHandlersTest, SpatialFilterTest, NotRequiredUniqueKeyTest, TestLMJelinekMercerSimilarityFactory, TestMultiCoreConfBootstrap, TestWriterPerf, TestDistributedSearch, CSVRequestHandlerTest, BadIndexSchemaTest, TestKStemFilterFactory, TestStemmerOverrideFilterFactory, MBeansHandlerTest, ConvertedLegacyTest, TestUtils, TestNumberUtils, OpenExchangeRatesOrgProviderTest, LengthFilterTest, TestLatvianStemFilterFactory, LeaderElectionTest, FullSolrCloudTest] [junit4] 2> [junit4] Completed on J0 in 71.51s, 1 test, 1 error <<< FAILURES! [...truncated 397 lines...] [...truncated 13089 lines...] [...truncated 13089 lines...] [...truncated 13089 lines...]
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
