Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A36D311C67 for ; Mon, 9 Jun 2014 06:04:02 +0000 (UTC) Received: (qmail 20875 invoked by uid 500); 9 Jun 2014 06:04:01 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 20835 invoked by uid 500); 9 Jun 2014 06:04:01 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 20819 invoked by uid 99); 9 Jun 2014 06:04:01 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jun 2014 06:04:01 +0000 Date: Mon, 9 Jun 2014 06:04:01 +0000 (UTC) From: "Vicky Kak (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (ACCUMULO-1919) Size of visibility cache in AccumuloFileOutputFormat should be configurable 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/ACCUMULO-1919?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vicky Kak updated ACCUMULO-1919: -------------------------------- Attachment: ACCUMULO-1919.patch A fixed one with the missing import, this is applied on 1.6.1-SNAPSHOP. > Size of visibility cache in AccumuloFileOutputFormat should be configurable > --------------------------------------------------------------------------- > > Key: ACCUMULO-1919 > URL: https://issues.apache.org/jira/browse/ACCUMULO-1919 > Project: Accumulo > Issue Type: Improvement > Components: client > Affects Versions: 1.5.0, 1.6.0 > Reporter: Mike Drob > Assignee: Vicky Kak > Priority: Minor > Labels: newbie > Attachments: ACCUMULO-1919.patch, ACCUMULO-1919.patch, ACCUMULO-1919.patch > > > AccumuloFileOutputFormat uses an LRUMap hard-coded to max size of 1000. It is possible that the client writing the data knows more about the visibility distribution and can specify a better value if this is made configurable. -- This message was sent by Atlassian JIRA (v6.2#6252)