Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 83900 invoked from network); 4 Sep 2009 06:11:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Sep 2009 06:11:32 -0000 Received: (qmail 7686 invoked by uid 500); 4 Sep 2009 06:11:29 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 7612 invoked by uid 500); 4 Sep 2009 06:11:29 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 7602 invoked by uid 99); 4 Sep 2009 06:11:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Sep 2009 06:11:29 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [202.86.5.92] (HELO smtp105.mail.in.yahoo.com) (202.86.5.92) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 04 Sep 2009 06:11:19 +0000 Received: (qmail 21186 invoked from network); 4 Sep 2009 06:10:56 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.co.in; h=Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:Message-ID:From:To:Subject:Date:MIME-Version:Content-Type:Content-Transfer-Encoding:X-Priority:X-MSMail-Priority:X-Mailer:X-MimeOLE; b=nKdueOiff5DTyTF6OzTMxt1uc4EO0yLz10KnEW+FcZHAu4pt5QhyaoPNsBIw8Skuw+34PIpuIT0TvkKhJdpXoMf0Qn5dFlPFwRkn6w0Zu8odAC50cPufsI9nHbxG9pZ0pflykohG3lEDiv/Hwlm2wCMsUdBJK3H/2RfenQyoPzM= ; Received: from unknown (HELO GaneshM) (emailgane@203.98.194.130 with login) by smtp105.mail.in.yahoo.com with SMTP; 4 Sep 2009 06:10:56 -0000 X-Yahoo-SMTP: UautoMGswBCijiDZb3m7wS2y3hHHGA-- X-YMail-OSG: yiDkMPsVM1nn1vu2tWrPgnAYeu5N1dxe18bJNXlLOe1JpHB7ji4a9hfF4oIJU_Of9VC.h5AjprJtwq6CykXAdj1lFypCYCqyptm1J5sjqYIIOzVvhEX.EAIM1Y1Kcm2nPNT0A8Y3em_UIoB2Mq38MeYP X-Yahoo-Newman-Property: ymail-3 Message-ID: <000d01ca2d26$76792b20$710bc30a@sv.us.sonicwall.com> From: "Ganesh" To: Subject: too many file descriptors opened by Lucene shows (deleted) in /proc Date: Fri, 4 Sep 2009 11:40:53 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 X-Virus-Checked: Checked by ClamAV on apache.org Hello all, In my linux pc, there are too many fd counts for lucene database. = /proc//fd shows very big list. I have provided sample below. lr-x------ 1 root root 64 Sep 3 17:02 360 -> = /opt/ganesh/lucenedb/_2w5.tvf (deleted) lr-x------ 1 root root 64 Sep 3 17:02 361 -> = /opt/ganesh/lucenedb/_hr.frq (deleted) lr-x------ 1 root root 64 Sep 3 17:02 362 -> = /opt/ganesh/lucenedb/_hr.prx (deleted) lr-x------ 1 root root 64 Sep 3 17:02 363 -> = /opt/ganesh/lucenedb/_hr.tvx (deleted) lr-x------ 1 root root 64 Sep 3 21:01 364 -> = /opt/ganesh/lucenedb/_hr.tvd (deleted) lr-x------ 1 root root 64 Sep 3 17:02 365 -> = /opt/ganesh/lucenedb/_hr.tvf (deleted) lr-x------ 1 root root 64 Sep 3 17:02 366 -> = /opt/ganesh/lucenedb/_2w4.fdt (deleted) lr-x------ 1 root root 64 Sep 3 17:02 367 -> = /opt/ganesh/lucenedb/_2w4.fdx (deleted) These files not exist in the disk but why it is showing as (deleted) in = the /proc. This means the process is still holding the fd. Please = provide me more information on this. I am using Fedora Linux, ext-3 file = system, Lucene 2.4.1. Regards Ganesh Send instant messages to your online friends http://in.messenger.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org