You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2021/06/28 18:48:22 UTC

[accumulo] branch main updated (3b2cdb9 -> 6250aa5)

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(-)