Return-Path: Delivered-To: apmail-lucene-solr-dev-archive@minotaur.apache.org Received: (qmail 51672 invoked from network); 6 Jun 2009 14:09:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Jun 2009 14:09:43 -0000 Received: (qmail 934 invoked by uid 500); 6 Jun 2009 14:09:55 -0000 Delivered-To: apmail-lucene-solr-dev-archive@lucene.apache.org Received: (qmail 852 invoked by uid 500); 6 Jun 2009 14:09:54 -0000 Mailing-List: contact solr-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-dev@lucene.apache.org Delivered-To: mailing list solr-dev@lucene.apache.org Received: (qmail 842 invoked by uid 99); 6 Jun 2009 14:09:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Jun 2009 14:09:54 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of koji@r.email.ne.jp designates 202.224.39.198 as permitted sender) Received: from [202.224.39.198] (HELO mail2.asahi-net.or.jp) (202.224.39.198) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Jun 2009 14:09:44 +0000 Received: from koji-sekiguchi-no-macbook.local (w244069.ppp.asahi-net.or.jp [121.1.244.69]) by mail2.asahi-net.or.jp (Postfix) with ESMTP id 4EF8C780F2 for ; Sat, 6 Jun 2009 23:09:22 +0900 (JST) Message-ID: <4A2A7892.9050609@r.email.ne.jp> Date: Sat, 06 Jun 2009 23:09:22 +0900 From: Koji Sekiguchi User-Agent: Thunderbird 2.0.0.21 (Macintosh/20090302) MIME-Version: 1.0 To: solr-dev@lucene.apache.org Subject: CommitTracker scheduler delay Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org There seems to be two delay time in CommitTracker, 100 (run method) and 250(DOC_COMMIT_DELAY_MS), for . Is it intended or something fault? Thank you, Koji