You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by kt...@apache.org on 2019/07/08 18:20:16 UTC

[accumulo] branch 2.0 updated: change FATE prefix #1247

This is an automated email from the ASF dual-hosted git repository.

kturner pushed a commit to branch 2.0
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/2.0 by this push:
     new ea58037  change FATE prefix #1247
ea58037 is described below

commit ea58037d81f28cd66c71e3e0bd863f893a64da7c
Author: Keith Turner <kt...@apache.org>
AuthorDate: Mon Jul 8 14:20:04 2019 -0400

    change FATE prefix #1247
---
 core/src/main/java/org/apache/accumulo/fate/FateTxId.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/src/main/java/org/apache/accumulo/fate/FateTxId.java b/core/src/main/java/org/apache/accumulo/fate/FateTxId.java
index 2b516d1..f2927db 100644
--- a/core/src/main/java/org/apache/accumulo/fate/FateTxId.java
+++ b/core/src/main/java/org/apache/accumulo/fate/FateTxId.java
@@ -23,7 +23,7 @@ import com.google.common.base.Preconditions;
 
 public class FateTxId {
 
-  private static final String PREFIX = "FTID[";
+  private static final String PREFIX = "FATE[";
   private static final String SUFFIX = "]";
 
   private final static Pattern PATTERN =