You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2012/06/27 05:20:27 UTC

[JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 2837 - Failure

Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/2837/

1 tests failed.
REGRESSION:  org.apache.solr.cloud.FullSolrCloudTest.testDistribSearch

Error Message:
Timeout occured while waiting response from server at: http://localhost:19168/solr/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://localhost:19168/solr/collection1
	at __randomizedtesting.SeedInfo.seed([18423BA09E1E8A44:99A4B5B8E941EA78]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:413)
	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:601)
	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:150)
	at java.net.SocketInputStream.read(SocketInputStream.java:121)
	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:353)
	... 43 more




Build Log:
[...truncated 13856 lines...]
   [junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
   [junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
   [junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
   [junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
   [junit4]   2> 		at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:267)
   [junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1067)
   [junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
   [junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
   [junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
   [junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   [junit4]   2> 		at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
   [junit4]   2> 		at org.eclipse.jetty.server.Server.handle(Server.java:351)
   [junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
   [junit4]   2> 		at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47)
   [junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
   [junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
   [junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:952)
   [junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 		at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66)
   [junit4]   2> 		at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254)
   [junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
   [junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:722)
   [junit4]   2> 	
   [junit4]   2> 85825 T1522 C71 P19168 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4d7ff512
   [junit4]   2> 85827 T1522 C71 P19168 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 85828 T1522 C71 P19168 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> 85830 T1522 C71 P19168 oasc.RecoveryStrategy.close WARNING Stopping recovery for core collection1 zkNodeName=127.0.0.1:19168_solr_collection1
   [junit4]   2> 86013 T1454 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   1>       /solr/collections/control_collection/leader_elect/control_shard/election (1)
   [junit4]   1>        /solr/collections/control_collection/leader_elect/control_shard/election/87868462959362050-127.0.0.1:37882_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:37882_solr",
   [junit4]   1>            "base_url":"http://127.0.0.1:37882/solr"}
   [junit4]   1>   /solr/clusterstate.json (0)
   [junit4]   1>   DATA:
   [junit4]   1>       {
   [junit4]   1>         "collection1":{
   [junit4]   1>           "shard1":{
   [junit4]   1>             "127.0.0.1:39858_solr_collection1":{
   [junit4]   1>               "shard":"shard1",
   [junit4]   1>               "roles":null,
   [junit4]   1>               "leader":"true",
   [junit4]   1>               "state":"active",
   [junit4]   1>               "core":"collection1",
   [junit4]   1>               "collection":"collection1",
   [junit4]   1>               "node_name":"127.0.0.1:39858_solr",
   [junit4]   1>               "base_url":"http://127.0.0.1:39858/solr"},
   [junit4]   1>             "127.0.0.1:65450_solr_collection1":{
   [junit4]   1>               "shard":"shard1",
   [junit4]   1>               "roles":null,
   [junit4]   1>               "state":"active",
   [junit4]   1>               "core":"collection1",
   [junit4]   1>               "collection":"collection1",
   [junit4]   1>               "node_name":"127.0.0.1:65450_solr",
   [junit4]   1>               "base_url":"http://127.0.0.1:65450/solr"}},
   [junit4]   1>           "shard2":{
   [junit4]   1>             "127.0.0.1:22410_solr_collection1":{
   [junit4]   1>               "shard":"shard2",
   [junit4]   1>               "roles":null,
   [junit4]   1>               "state":"active",
   [junit4]   1>               "core":"collection1",
   [junit4]   1>               "collection":"collection1",
   [junit4]   1>               "node_name":"127.0.0.1:22410_solr",
   [junit4]   1>               "base_url":"http://127.0.0.1:22410/solr"},
   [junit4]   1>             "127.0.0.1:19168_solr_collection1":{
   [junit4]   1>               "shard":"shard2",
   [junit4]   1>               "leader":"true",
   [junit4]   1>               "roles":null,
   [junit4]   1>               "state":"active",
   [junit4]   1>               "core":"collection1",
   [junit4]   1>               "collection":"collection1",
   [junit4]   1>               "node_name":"127.0.0.1:19168_solr",
   [junit4]   1>               "base_url":"http://127.0.0.1:19168/solr"}}},
   [junit4]   1>         "control_collection":{"control_shard":{"127.0.0.1:37882_solr_collection1":{
   [junit4]   1>               "shard":"control_shard",
   [junit4]   1>               "roles":null,
   [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:37882_solr",
   [junit4]   1>               "base_url":"http://127.0.0.1:37882/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=18423BA09E1E8A44 -Dtests.multiplier=3 -Dtests.locale=sq_AL -Dtests.timezone=Antarctica/Palmer -Dargs="-Dfile.encoding=US-ASCII"
   [junit4]   1> 
   [junit4]   2>
   [junit4]    > (@AfterClass output)
   [junit4]   2> 86067 T1454 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Lucene40: {}, sim=RandomSimilarityProvider(queryNorm=true,coord=true): {}, locale=sq_AL, timezone=Antarctica/Palmer
   [junit4]   2> NOTE: FreeBSD 9.0-RELEASE amd64/Oracle Corporation 1.7.0_04 (64-bit)/cpus=16,threads=2,free=280527760,total=503316480
   [junit4]   2> NOTE: All tests run in this JVM: [NotRequiredUniqueKeyTest, TestLMDirichletSimilarityFactory, SystemInfoHandlerTest, TestJapanesePartOfSpeechStopFilterFactory, TestSolrDeletionPolicy2, TestKeywordMarkerFilterFactory, BinaryUpdateRequestHandlerTest, TestQuerySenderNoQuery, IndexSchemaTest, SolrRequestParserTest, CloudStateTest, TestCSVResponseWriter, TestItalianLightStemFilterFactory, TestIndexSearcher, FullSolrCloudDistribCmdsTest, DOMUtilTest, TestMultiCoreConfBootstrap, OpenExchangeRatesOrgProviderTest, ConvertedLegacyTest, TestTurkishLowerCaseFilterFactory, TestSolrXMLSerializer, TestGermanMinimalStemFilterFactory, TestIrishLowerCaseFilterFactory, TestBinaryResponseWriter, TestGermanNormalizationFilterFactory, TestHashPartitioner, TestCJKBigramFilterFactory, TestLMJelinekMercerSimilarityFactory, TestJapaneseReadingFormFilterFactory, OutputWriterTest, PrimUtilsTest, DebugComponentTest, TestNorwegianLightStemFilterFactory, XmlUpdateRequestHandlerTest, LeaderElectionTest, TestConfig, TestUAX29URLEmailTokenizerFactory, SearchHandlerTest, DateMathParserTest, BadComponentTest, SuggesterTest, UUIDFieldTest, TestPhraseSuggestions, QueryEqualityTest, TestStemmerOverrideFilterFactory, TestPatternReplaceCharFilterFactory, TestWordDelimiterFilterFactory, ZkNodePropsTest, DistributedQueryElevationComponentTest, CSVRequestHandlerTest, MultiTermTest, ShowFileRequestHandlerTest, TestFunctionQuery, MBeansHandlerTest, TestXIncludeConfig, DisMaxRequestHandlerTest, TestLFUCache, SortByFunctionTest, TestCSVLoader, BasicZkTest, CommonGramsQueryFilterFactoryTest, TestSystemIdResolver, TestDefaultSimilarityFactory, TestLatvianStemFilterFactory, TestTypeTokenFilterFactory, TestValueSourceCache, TestDistributedGrouping, DistanceFunctionTest, SoftAutoCommitTest, SpellingQueryConverterTest, TestStopFilterFactory, FastVectorHighlighterTest, TestPatternReplaceFilterFactory, TestIBSimilarityFactory, ZkControllerTest, SolrCoreCheckLockOnStartupTest, BasicFunctionalityTest, HighlighterConfigTest, TestSurroundQueryParser, TestRemoveDuplicatesTokenFilterFactory, TestCzechStemFilterFactory, TestSolrCoreProperties, TestPropInject, TestPersianNormalizationFilterFactory, TestCollationField, CommonGramsFilterFactoryTest, TestBinaryField, PluginInfoTest, TestReplicationHandler, PolyFieldTest, IndexSchemaRuntimeFieldTest, TestRandomFaceting, FullSolrCloudTest]
   [junit4]   2> 
   [junit4] Completed on J0 in 86.10s, 1 test, 1 error <<< FAILURES!
[...truncated 293 lines...]

[...truncated 14250 lines...]

[...truncated 14250 lines...]

[...truncated 14250 lines...]

[...truncated 14250 lines...]

[...truncated 14250 lines...]