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 10DC5200B44 for ; Wed, 8 Jun 2016 15:38:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 0F57A160A0E; Wed, 8 Jun 2016 13:38:23 +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 4D4DE160A2E for ; Wed, 8 Jun 2016 15:38:22 +0200 (CEST) Received: (qmail 88148 invoked by uid 500); 8 Jun 2016 13:38:21 -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 88057 invoked by uid 99); 8 Jun 2016 13:38:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jun 2016 13:38:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 053B72C1F69 for ; Wed, 8 Jun 2016 13:38:21 +0000 (UTC) Date: Wed, 8 Jun 2016 13:38:21 +0000 (UTC) From: "Michael Wall (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (ACCUMULO-4333) Ensure WAL are not prematurely deleted in 1.8 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 08 Jun 2016 13:38:23 -0000 Michael Wall created ACCUMULO-4333: -------------------------------------- Summary: Ensure WAL are not prematurely deleted in 1.8 Key: ACCUMULO-4333 URL: https://issues.apache.org/jira/browse/ACCUMULO-4333 Project: Accumulo Issue Type: Improvement Components: gc Affects Versions: 1.8.0 Reporter: Michael Wall Priority: Minor Fix For: 1.8.1 ACCUMULO-4157 fixes an issue where WAL were deleted too quickly for tservers that didn't have a lock. Ensure this can't happen with the changes that were made in the GarbageCollectWriteAheadLog in 1.8. -- This message was sent by Atlassian JIRA (v6.3.4#6332)