From commits-return-25057-archive-asf-public=cust-asf.ponee.io@accumulo.apache.org Mon Jun 28 18:48:23 2021 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-he-de.apache.org (mxout1-he-de.apache.org [95.216.194.37]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id E1A5E180645 for ; Mon, 28 Jun 2021 20:48:23 +0200 (CEST) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-he-de.apache.org (ASF Mail Server at mxout1-he-de.apache.org) with SMTP id 5A2ED60BAB for ; Mon, 28 Jun 2021 18:48:23 +0000 (UTC) Received: (qmail 25480 invoked by uid 500); 28 Jun 2021 18:48:22 -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 25471 invoked by uid 99); 28 Jun 2021 18:48:22 -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; Mon, 28 Jun 2021 18:48:22 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 73FED82294; Mon, 28 Jun 2021 18:48:22 +0000 (UTC) Date: Mon, 28 Jun 2021 18:48:22 +0000 To: "commits@accumulo.apache.org" Subject: [accumulo] branch main updated (3b2cdb9 -> 6250aa5) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <162490610214.6143.9714859688708470248@gitbox.apache.org> From: ctubbsii@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: accumulo X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Oldrev: 3b2cdb99aeb60dfcc58eba26b6620825aadb560b X-Git-Newrev: 6250aa567dd2218bd4cc1ab7e08ba35ba3938193 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 main in repository https://gitbox.apache.org/repos/asf/accumulo.git. from 3b2cdb9 Add PreDeleteTable FaTE step to cancel compactions (#2175) add 6250aa5 Change WALOG Property Names to WAL (#2171) No new revisions were added by this update. Summary of changes: .../org/apache/accumulo/core/conf/Property.java | 47 ++++++++++++++++++++-- .../accumulo/core/conf/SiteConfigurationTest.java | 4 +- core/src/test/resources/accumulo2.properties | 2 +- .../miniclusterImpl/MiniAccumuloConfigImpl.java | 2 +- .../server/master/recovery/HadoopLogCloser.java | 2 +- .../accumulo/manager/recovery/RecoveryManager.java | 6 ++- .../src/test/resources/conf/accumulo-site.xml | 2 +- .../org/apache/accumulo/tserver/TabletServer.java | 30 +++++++++----- .../org/apache/accumulo/tserver/log/DfsLogger.java | 4 +- .../org/apache/accumulo/tserver/tablet/Tablet.java | 5 ++- .../org/apache/accumulo/test/MetaRecoveryIT.java | 2 +- .../accumulo/test/TabletServerGivesUpIT.java | 6 +-- .../java/org/apache/accumulo/test/UnusedWALIT.java | 2 +- .../test/functional/ManyWriteAheadLogsIT.java | 13 +++--- .../accumulo/test/functional/RestartStressIT.java | 2 +- .../accumulo/test/functional/WALSunnyDayIT.java | 4 +- .../accumulo/test/functional/WriteAheadLogIT.java | 2 +- .../test/replication/CyclicReplicationIT.java | 4 +- ...GarbageCollectorCommunicatesWithTServersIT.java | 2 +- .../test/replication/KerberosReplicationIT.java | 2 +- .../replication/MultiInstanceReplicationIT.java | 2 +- .../accumulo/test/replication/ReplicationIT.java | 2 +- .../UnorderedWorkAssignerReplicationIT.java | 2 +- 23 files changed, 101 insertions(+), 48 deletions(-)