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 8ECAB9C56 for ; Wed, 9 May 2012 19:28:13 +0000 (UTC) Received: (qmail 88517 invoked by uid 500); 9 May 2012 19:28:13 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 88502 invoked by uid 500); 9 May 2012 19:28:13 -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 88494 invoked by uid 99); 9 May 2012 19:28:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 May 2012 19:28:13 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 May 2012 19:28:10 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id C4E1048B4C3 for ; Wed, 9 May 2012 19:27:49 +0000 (UTC) Date: Wed, 9 May 2012 19:27:49 +0000 (UTC) From: "Billie Rinaldi (JIRA)" To: dev@accumulo.apache.org Message-ID: <1242868094.45962.1336591669817.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1467652202.28105.1336154807749.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (ACCUMULO-574) Document reseek of iterators 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-574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Billie Rinaldi resolved ACCUMULO-574. ------------------------------------- Resolution: Fixed > Document reseek of iterators > ---------------------------- > > Key: ACCUMULO-574 > URL: https://issues.apache.org/jira/browse/ACCUMULO-574 > Project: Accumulo > Issue Type: Improvement > Components: docs > Affects Versions: 1.4.0, 1.3.5 > Reporter: Billie Rinaldi > Assignee: Billie Rinaldi > Fix For: 1.5.0, 1.4.1 > > > If a client seeks to range (a,c), the tablet server could send back a batch of entries corresponding to (a,b], then reseek the iterator to range (b,c) when the scan is continued. Iterators must not expect to be seeked to particular ranges. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira