From commits-return-23354-archive-asf-public=cust-asf.ponee.io@accumulo.apache.org Thu Aug 15 19:48:14 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 8F62B180645 for ; Thu, 15 Aug 2019 21:48:14 +0200 (CEST) Received: (qmail 68575 invoked by uid 500); 15 Aug 2019 19:48:14 -0000 Mailing-List: contact commits-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 commits@accumulo.apache.org Received: (qmail 68564 invoked by uid 99); 15 Aug 2019 19:48:14 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Aug 2019 19:48:14 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id DD6B285F46; Thu, 15 Aug 2019 19:48:13 +0000 (UTC) Date: Thu, 15 Aug 2019 19:48:13 +0000 To: "commits@accumulo.apache.org" Subject: [accumulo] branch 2.0 updated (95c92ed -> 6ae7ddb) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <156589849377.12406.684344300026849363@gitbox.apache.org> From: ctubbsii@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: accumulo X-Git-Refname: refs/heads/2.0 X-Git-Reftype: branch X-Git-Oldrev: 95c92ed95404ec1663ea97d8b4b00d58c26ba762 X-Git-Newrev: 6ae7ddb99d10635e713742f35fc1db0ce9332ba2 X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. ctubbsii pushed a change to branch 2.0 in repository https://gitbox.apache.org/repos/asf/accumulo.git. from 95c92ed Merge branch '1.9' into 2.0 add ab90032 Fix #1314 fixes gc thread issue by creating one timed task instance (#1318) new 6ae7ddb Merge branch '1.9' into 2.0 The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../accumulo/gc/GarbageCollectWriteAheadLogs.java | 10 ++++------ .../org/apache/accumulo/gc/SimpleGarbageCollector.java | 15 ++++++++++++++- .../accumulo/gc/GarbageCollectWriteAheadLogsTest.java | 18 ++++++++++++++++++ 3 files changed, 36 insertions(+), 7 deletions(-)