Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 39009 invoked from network); 10 Mar 2008 22:02:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Mar 2008 22:02:16 -0000 Received: (qmail 3636 invoked by uid 500); 10 Mar 2008 22:02:12 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 3613 invoked by uid 500); 10 Mar 2008 22:02:12 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 3604 invoked by uid 99); 10 Mar 2008 22:02:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Mar 2008 15:02:12 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Mar 2008 22:01:43 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B2F97234C09A for ; Mon, 10 Mar 2008 15:00:48 -0700 (PDT) Message-ID: <1587595310.1205186448732.JavaMail.jira@brutus> Date: Mon, 10 Mar 2008 15:00:48 -0700 (PDT) From: "Raghu Angadi (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Updated: (HADOOP-2974) ipc unit tests fail due to connection errors In-Reply-To: <2047386561.1204928746266.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-2974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raghu Angadi updated HADOOP-2974: --------------------------------- Status: Patch Available (was: Open) Thanks Hairong. filed HADOOP-2989 for NameNode and JobTracker. > ipc unit tests fail due to connection errors > -------------------------------------------- > > Key: HADOOP-2974 > URL: https://issues.apache.org/jira/browse/HADOOP-2974 > Project: Hadoop Core > Issue Type: Bug > Components: ipc > Affects Versions: 0.17.0 > Environment: windows > Reporter: Mukund Madhugiri > Assignee: Raghu Angadi > Priority: Blocker > Fix For: 0.17.0 > > Attachments: HADOOP-2974.patch > > > ipc unit tests fail due to connection errors: > Failing tests: > org.apache.hadoop.ipc.TestIPC.unknown > org.apache.hadoop.ipc.TestIPCServerResponder.unknown > org.apache.hadoop.ipc.TestRPC.testSlowRpc > org.apache.hadoop.ipc.TestRPC.testCalls > Changes: > # HADOOP-2346. Utilities to support timeout while writing to sockets. DFSClient and DataNode sockets have 10min write timeout. > # HADOOP-2906. Add an OutputFormat capable of using keys, values, and config params to map records to different output files. > # HADOOP-2756. NPE in DFSClient while closing DFSOutputStreams under load. > # HADOOP-2934. The namenode was encountreing a NPE while loading leases from the fsimage. Fixed. > # HADOOP-2925. Fix HOD to create mapred system directory using a naming convention that will avoid clashes in multi-user shared cluster scenario. > # HADOOP-2911. Make the information printed by the HOD allocate and info commands less verbose and clearer. > # HADOOP-2883. Write failures and data corruptions on HDFS files. The write timeout is back to what it was on 0.15 release. Also, the datnodes flushes the block file buffered output stream before sending a positive ack for the packet back to the client. > # HADOOP-2861. INCOMPATIBLE CHANGE. Improve the user interface for the HOD commands. Command line structure has changed. > Error logs: > [junit] Running org.apache.hadoop.ipc.TestIPC > [junit] 2008-03-07 10:50:04,291 INFO metrics.RpcMetrics (RpcMetrics.java:(53)) - Initializing RPC Metrics with hostName=0, port=4785 > [junit] 2008-03-07 10:50:04,354 INFO ipc.Server (Server.java:run(443)) - IPC Server Responder: starting > [junit] 2008-03-07 10:50:04,369 INFO ipc.Server (Server.java:run(303)) - IPC Server listener on 4785: starting > [junit] 2008-03-07 10:50:04,369 INFO ipc.Server (Server.java:run(861)) - IPC Server handler 0 on 4785: starting > [junit] 2008-03-07 10:50:04,369 INFO ipc.Server (Server.java:run(861)) - IPC Server handler 1 on 4785: starting > [junit] 2008-03-07 10:50:04,369 INFO ipc.Server (Server.java:run(861)) - IPC Server handler 2 on 4785: starting > [junit] 2008-03-07 10:50:04,432 INFO ipc.Client (Client.java:setupIOstreams(177)) - Retrying connect to server: /0.0.0.0:4785. Already tried 1 time(s). > [junit] 2008-03-07 10:50:04,432 INFO ipc.Client (Client.java:setupIOstreams(177)) - Retrying connect to server: /0.0.0.0:4785. Already tried 1 time(s). > [junit] 2008-03-07 10:50:05,432 INFO ipc.Client (Client.java:setupIOstreams(177)) - Retrying connect to server: /0.0.0.0:4785. Already tried 2 time(s). > [junit] 2008-03-07 10:50:05,432 INFO ipc.Client (Client.java:setupIOstreams(177)) - Retrying connect to server: /0.0.0.0:4785. Already tried 2 time(s). > [junit] 2008-03-07 10:50:06,432 INFO ipc.Client (Client.java:setupIOstreams(177)) - Retrying connect to server: /0.0.0.0:4785. Already tried 3 time(s). > [junit] 2008-03-07 10:50:06,432 INFO ipc.Client (Client.java:setupIOstreams(177)) - Retrying connect to server: /0.0.0.0:4785. Already tried 3 time(s). > [junit] 2008-03-07 10:50:07,433 INFO ipc.Client (Client.java:setupIOstreams(177)) - Retrying connect to server: /0.0.0.0:4785. Already tried 4 time(s). > [junit] 2008-03-07 10:50:07,433 INFO ipc.Client (Client.java:setupIOstreams(177)) - Retrying connect to server: /0.0.0.0:4785. Already tried 4 time(s). > [junit] 2008-03-07 10:50:08,433 INFO ipc.Client (Client.java:setupIOstreams(177)) - Retrying connect to server: /0.0.0.0:4785. Already tried 5 time(s). > [junit] 2008-03-07 10:50:08,433 INFO ipc.Client (Client.java:setupIOstreams(177)) - Retrying connect to server: /0.0.0.0:4785. Already tried 5 time(s). > [junit] 2008-03-07 10:50:09,433 INFO ipc.Client (Client.java:setupIOstreams(177)) - Retrying connect to server: /0.0.0.0:4785. Already tried 6 time(s). > [junit] 2008-03-07 10:50:09,433 INFO ipc.Client (Client.java:setupIOstreams(177)) - Retrying connect to server: /0.0.0.0:4785. Already tried 6 time(s). > [junit] 2008-03-07 10:50:10,434 INFO ipc.Client (Client.java:setupIOstreams(177)) - Retrying connect to server: /0.0.0.0:4785. Already tried 7 time(s). > [junit] 2008-03-07 10:50:10,434 INFO ipc.Client (Client.java:setupIOstreams(177)) - Retrying connect to server: /0.0.0.0:4785. Already tried 7 time(s). > [junit] 2008-03-07 10:50:11,434 INFO ipc.Client (Client.java:setupIOstreams(177)) - Retrying connect to server: /0.0.0.0:4785. Already tried 8 time(s). > [junit] 2008-03-07 10:50:11,434 INFO ipc.Client (Client.java:setupIOstreams(177)) - Retrying connect to server: /0.0.0.0:4785. Already tried 8 time(s). > [junit] 2008-03-07 10:50:12,434 INFO ipc.Client (Client.java:setupIOstreams(177)) - Retrying connect to server: /0.0.0.0:4785. Already tried 9 time(s). > [junit] 2008-03-07 10:50:12,434 INFO ipc.Client (Client.java:setupIOstreams(177)) - Retrying connect to server: /0.0.0.0:4785. Already tried 9 time(s). > [junit] 2008-03-07 10:50:13,434 INFO ipc.Client (Client.java:setupIOstreams(177)) - Retrying connect to server: /0.0.0.0:4785. Already tried 10 time(s). > [junit] 2008-03-07 10:50:13,434 INFO ipc.Client (Client.java:setupIOstreams(177)) - Retrying connect to server: /0.0.0.0:4785. Already tried 10 time(s). > [junit] 2008-03-07 10:50:14,435 FATAL ipc.TestIPC (TestIPC.java:run(92)) - Caught: java.net.BindException: Cannot assign requested address: no further information > [junit] 2008-03-07 10:50:14,435 FATAL ipc.TestIPC (TestIPC.java:run(92)) - Caught: java.net.BindException: Cannot assign requested address: no further information -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.