Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-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 B633A10D78 for ; Thu, 29 Aug 2013 07:28:53 +0000 (UTC) Received: (qmail 73140 invoked by uid 500); 29 Aug 2013 07:28:53 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 73127 invoked by uid 500); 29 Aug 2013 07:28:52 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 73117 invoked by uid 99); 29 Aug 2013 07:28:52 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Aug 2013 07:28:52 +0000 Date: Thu, 29 Aug 2013 07:28:52 +0000 (UTC) From: "Binglin Chang (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HADOOP-9916) TestIPC timeouts occasionally MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Binglin Chang created HADOOP-9916: ------------------------------------- Summary: TestIPC timeouts occasionally Key: HADOOP-9916 URL: https://issues.apache.org/jira/browse/HADOOP-9916 Project: Hadoop Common Issue Type: Bug Reporter: Binglin Chang Assignee: Binglin Chang Priority: Minor TestIPC timeouts occasionally, for example: [https://issues.apache.org/jira/browse/HDFS-5130?focusedCommentId=13749870&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13749870] [https://issues.apache.org/jira/browse/HADOOP-9915?focusedCommentId=13753302&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13753302] Look into the code, have not found the cause yet, but we can do something first: 1. there are two method with same name: void testSerial() void testSerial(int handlerCount, boolean handlerSleep, ...) the second is not a test case, but somehow it causes testSerial(first one) run two times, see test report: {code} {code} 2. timeout annotation should be added, so next time related log is available. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira