Return-Path: X-Original-To: apmail-geode-issues-archive@minotaur.apache.org Delivered-To: apmail-geode-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 608F518F6B for ; Thu, 24 Sep 2015 23:45:07 +0000 (UTC) Received: (qmail 38606 invoked by uid 500); 24 Sep 2015 23:45:07 -0000 Delivered-To: apmail-geode-issues-archive@geode.apache.org Received: (qmail 38492 invoked by uid 500); 24 Sep 2015 23:45:07 -0000 Mailing-List: contact issues-help@geode.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.incubator.apache.org Delivered-To: mailing list issues@geode.incubator.apache.org Received: (qmail 38476 invoked by uid 99); 24 Sep 2015 23:45:07 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Sep 2015 23:45:07 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id C7BE2181129 for ; Thu, 24 Sep 2015 23:45:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.775 X-Spam-Level: * X-Spam-Status: No, score=1.775 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.006, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id vGZMD9qqWz4X for ; Thu, 24 Sep 2015 23:45:05 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with SMTP id 49FE920489 for ; Thu, 24 Sep 2015 23:45:05 +0000 (UTC) Received: (qmail 37963 invoked by uid 99); 24 Sep 2015 23:45:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Sep 2015 23:45:05 +0000 Date: Thu, 24 Sep 2015 23:45:05 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: issues@geode.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (GEODE-355) Intermittent suspect string failure of PRClientServerRegionFunctionExecutionSelectorNoSingleHopDUnitTest.testserverMultiKeyExecution_SocektTimeOut MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/GEODE-355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14907265#comment-14907265 ] ASF subversion and git services commented on GEODE-355: ------------------------------------------------------- Commit 7f758b5ee3d1a5a45ff21edab8955f7e61170bab in incubator-geode's branch refs/heads/feature/GEODE-352 from [~upthewaterspout] [ https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=7f758b5 ] GEODE-352: Ingoring SocketTimeoutException in dunit runs I believe this may also be the root cause of GEODE-270, GEODE-355, GEODE-298, and GEODE-326. The problem is that during tearDown, we start shutting down the cache servers first, resulting in connectivity errors on the client. > Intermittent suspect string failure of PRClientServerRegionFunctionExecutionSelectorNoSingleHopDUnitTest.testserverMultiKeyExecution_SocektTimeOut > -------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: GEODE-355 > URL: https://issues.apache.org/jira/browse/GEODE-355 > Project: Geode > Issue Type: Bug > Components: client/server > Reporter: Darrel Schneider > Assignee: Anilkumar Gingade > Priority: Minor > Labels: CI > > PRClientServerRegionFunctionExecutionSelectorNoSingleHopDUnitTest.testserverMultiKeyExecution_SocektTimeOut may fail with: > {code} > java.lang.AssertionError: Suspicious strings were written to the log during this run. > Fix the strings or use DistributedTestCase.addExpectedException to ignore. > ----------------------------------------------------------------------- > Found suspect string in log4j at line 3015 > java.net.SocketTimeoutException: Read timed out > {code} > The exception: > {code} > [vm_3][warn 2015/09/20 17:38:44.852 PDT tid=0x37e0] Could not connect to: cc2-rh6.gemstone.com:21380 > [vm_3]java.net.SocketTimeoutException: Read timed out > [vm_3] at java.net.SocketInputStream.socketRead0(Native Method) > [vm_3] at java.net.SocketInputStream.socketRead(SocketInputStream.java:116) > [vm_3] at java.net.SocketInputStream.read(SocketInputStream.java:170) > [vm_3] at java.net.SocketInputStream.read(SocketInputStream.java:141) > [vm_3] at java.net.SocketInputStream.read(SocketInputStream.java:223) > [vm_3] at java.io.DataInputStream.readByte(DataInputStream.java:265) > [vm_3] at com.gemstone.gemfire.internal.cache.tier.sockets.HandShake.greet(HandShake.java:1291) > [vm_3] at com.gemstone.gemfire.cache.client.internal.ConnectionImpl.connect(ConnectionImpl.java:127) > [vm_3] at com.gemstone.gemfire.cache.client.internal.ConnectionFactoryImpl.createClientToServerConnection(ConnectionFactoryImpl.java:117) > [vm_3] at com.gemstone.gemfire.cache.client.internal.ConnectionFactoryImpl.createClientToServerConnection(ConnectionFactoryImpl.java:233) > [vm_3] at com.gemstone.gemfire.cache.client.internal.pooling.ConnectionManagerImpl.prefillConnection(ConnectionManagerImpl.java:795) > [vm_3] at com.gemstone.gemfire.cache.client.internal.pooling.ConnectionManagerImpl.prefill(ConnectionManagerImpl.java:738) > [vm_3] at com.gemstone.gemfire.cache.client.internal.pooling.ConnectionManagerImpl$PrefillConnectionsTask.run2(ConnectionManagerImpl.java:889) > [vm_3] at com.gemstone.gemfire.cache.client.internal.PoolImpl$PoolTask.run(PoolImpl.java:1250) > [vm_3] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) > [vm_3] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) > [vm_3] at java.lang.Thread.run(Thread.java:745) > {code} > I also see this test adds SocketTimeoutException to its expected exceptions but it was not added before the above call stack -- This message was sent by Atlassian JIRA (v6.3.4#6332)