Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 71EA4200BAC for ; Wed, 12 Oct 2016 02:30:04 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 70591160AF3; Wed, 12 Oct 2016 00:30:04 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id AF2E7160AE6 for ; Wed, 12 Oct 2016 02:30:03 +0200 (CEST) Received: (qmail 90404 invoked by uid 500); 12 Oct 2016 00:30:02 -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 90393 invoked by uid 99); 12 Oct 2016 00:30:02 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Oct 2016 00:30:02 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 801F2DFF4E; Wed, 12 Oct 2016 00:30:02 +0000 (UTC) From: ivakegg To: dev@accumulo.apache.org Reply-To: dev@accumulo.apache.org Message-ID: Subject: [GitHub] accumulo pull request #164: ACCUMULO-4483 Added another test case that force... Content-Type: text/plain Date: Wed, 12 Oct 2016 00:30:02 +0000 (UTC) archived-at: Wed, 12 Oct 2016 00:30:04 -0000 GitHub user ivakegg opened a pull request: https://github.com/apache/accumulo/pull/164 ACCUMULO-4483 Added another test case that forces the exception by re… …seeking the in memory map iterator to the same location after forcing a switch. You can merge this pull request into a Git repository by running: $ git pull https://github.com/ivakegg/accumulo 1.8 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/accumulo/pull/164.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #164 ---- commit 826af6f4801b254624b1e285ebc0968e39683176 Author: Ivan Bella Date: 2016-10-12T00:20:10Z ACCUMULO-4483 Added another test case that forces the exception by reseeking the in memory map iterator to the same location after forcing a switch. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---