Return-Path: X-Original-To: apmail-accumulo-dev-archive@www.apache.org Delivered-To: apmail-accumulo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E6D609017 for ; Tue, 3 Apr 2012 22:53:07 +0000 (UTC) Received: (qmail 68271 invoked by uid 500); 3 Apr 2012 22:53:07 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 68245 invoked by uid 500); 3 Apr 2012 22:53:07 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 68237 invoked by uid 99); 3 Apr 2012 22:53:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Apr 2012 22:53:07 +0000 X-ASF-Spam-Status: No, hits=-0.1 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of dennis.patrone@jhuapl.edu designates 128.244.251.36 as permitted sender) Received: from [128.244.251.36] (HELO jhuapl.edu) (128.244.251.36) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Apr 2012 22:52:59 +0000 Received: from ([128.244.198.90]) by pilot.jhuapl.edu with ESMTP with TLS id 63GHCH1.140330216; Tue, 03 Apr 2012 18:52:34 -0400 Received: from aplesrepublic.dom1.jhuapl.edu ([128.244.198.191]) by aplexcas1.dom1.jhuapl.edu ([128.244.198.90]) with mapi; Tue, 3 Apr 2012 18:52:34 -0400 From: "Patrone, Dennis S." To: "dev@accumulo.apache.org" Date: Tue, 3 Apr 2012 18:52:31 -0400 Subject: minor bug? Thread-Topic: minor bug? Thread-Index: Ac0R7HOh1qdYvE35QuCjWRU9JKl89A== Message-ID: <98A91F64A575E140AA9B83536EB376800E078CF1D6@aplesrepublic.dom1.jhuapl.edu> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: multipart/alternative; boundary="_000_98A91F64A575E140AA9B83536EB376800E078CF1D6aplesrepublic_" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org --_000_98A91F64A575E140AA9B83536EB376800E078CF1D6aplesrepublic_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi all, Sorry if this isn't the right venue... I poked around on the website for a = bit, but it wasn't obvious to me where non-committers should post/send issu= es found; this seemed like the most appropriate place. I think I may have stumbled across a minor bug in org.apache.accumulo.core.= client.mapreduce.AccumuloOutputFormat. This is in the trunk HEAD. The DEFAULT_MAX_LATENCY (line 88) is defined as: private static final int DEFAULT_MAX_LATENCY =3D 60; // 1 minute However, at line 233 that default value (assuming the key isn't set by the = user) is provided as an argument to createMultiTableBatchWriter. The laten= cy parameter there is documented as milliseconds. The DEFAULT_MAX_LATENCY = should be set to 60000 if the desired default latency value is 1 minute. Thanks, Dennis --_000_98A91F64A575E140AA9B83536EB376800E078CF1D6aplesrepublic_--