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 00D89E6C4 for ; Thu, 30 May 2013 15:05:23 +0000 (UTC) Received: (qmail 84493 invoked by uid 500); 30 May 2013 15:05:22 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 84370 invoked by uid 500); 30 May 2013 15:05:22 -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 84323 invoked by uid 99); 30 May 2013 15:05:21 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 May 2013 15:05:21 +0000 Date: Thu, 30 May 2013 15:05:21 +0000 (UTC) From: "Michael Berman (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-1471) SortedMapIterator.seek() doesn't respect columnFamilies 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-1471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13670391#comment-13670391 ] Michael Berman commented on ACCUMULO-1471: ------------------------------------------ Ahh ok, so I guess my misunderstanding was the assumption that seek() actually specifies the range of possible results from the iterator, rather than it just being a hint that different iterators will respect to different degrees (and generally, you might get back results that are outside the range specified). So if you actually want your range to be enforced, you need to specifically ensure there's an iterator in your stack that is known to be strict. Definitely seems like this could use some more doc. > SortedMapIterator.seek() doesn't respect columnFamilies > ------------------------------------------------------- > > Key: ACCUMULO-1471 > URL: https://issues.apache.org/jira/browse/ACCUMULO-1471 > Project: Accumulo > Issue Type: Bug > Components: client > Affects Versions: 1.4.3, 1.5.0 > Reporter: Michael Berman > Priority: Minor > Fix For: 1.5.1, 1.6.0 > > > If you specify columnFamilies in a seek() on a SortedMapIterator, it will happily return results from other column families. The arguments are never even read. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira