Return-Path: X-Original-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-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 742719A54 for ; Tue, 25 Oct 2011 02:54:53 +0000 (UTC) Received: (qmail 97331 invoked by uid 500); 25 Oct 2011 02:54:53 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 97293 invoked by uid 500); 25 Oct 2011 02:54:52 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-issues@hadoop.apache.org Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 97285 invoked by uid 99); 25 Oct 2011 02:54:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Oct 2011 02:54:52 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Oct 2011 02:54:51 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 3A98031AC5C for ; Tue, 25 Oct 2011 02:52:32 +0000 (UTC) Date: Tue, 25 Oct 2011 02:52:32 +0000 (UTC) From: "Uma Maheswara Rao G (Updated) (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: <847929654.11690.1319511152241.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <798053698.6804.1319387432133.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HDFS-2494) [webhdfs] When Getting the file using OP=OPEN with DN http address, ESTABLISHED sockets are growing. 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/HDFS-2494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uma Maheswara Rao G updated HDFS-2494: -------------------------------------- Attachment: HDFS-2494.patch > [webhdfs] When Getting the file using OP=OPEN with DN http address, ESTABLISHED sockets are growing. > ---------------------------------------------------------------------------------------------------- > > Key: HDFS-2494 > URL: https://issues.apache.org/jira/browse/HDFS-2494 > Project: Hadoop HDFS > Issue Type: Sub-task > Components: data-node > Affects Versions: 0.24.0 > Reporter: Uma Maheswara Rao G > Assignee: Uma Maheswara Rao G > Attachments: HDFS-2494.patch, HDFS-2494.patch, h2494_20111024.patch, h2494_20111024b.patch > > > As part of the reliable test, > Scenario: > Initially check the socket count. ---there are aroud 42 sockets are there. > open the file with DataNode http address using op=OPEN request parameter about 500 times in loop. > Wait for some time and check the socket count. --- There are thousands of ESTABLISHED sockets are growing. ~2052 > Here is the netstat result: > C:\Users\uma>netstat | grep 127.0.0.1 | grep ESTABLISHED |wc -l > 2042 > C:\Users\uma>netstat | grep 127.0.0.1 | grep ESTABLISHED |wc -l > 2042 > C:\Users\uma>netstat | grep 127.0.0.1 | grep ESTABLISHED |wc -l > 2042 > C:\Users\uma>netstat | grep 127.0.0.1 | grep ESTABLISHED |wc -l > 2042 > C:\Users\uma>netstat | grep 127.0.0.1 | grep ESTABLISHED |wc -l > 2042 > C:\Users\uma>netstat | grep 127.0.0.1 | grep ESTABLISHED |wc -l > 2042 > C:\Users\uma>netstat | grep 127.0.0.1 | grep ESTABLISHED |wc -l > 2042 > C:\Users\uma>netstat | grep 127.0.0.1 | grep ESTABLISHED |wc -l > 2042 > C:\Users\uma>netstat | grep 127.0.0.1 | grep ESTABLISHED |wc -l > 2042 > This count is not coming down. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira