kevinrr888 commented on code in PR #5336:
URL: https://github.com/apache/accumulo/pull/5336#discussion_r1956297182
##########
core/src/main/java/org/apache/accumulo/core/fate/user/FateMutatorImpl.java:
##########
@@ -130,7 +130,7 @@ public FateMutator<T>
putUnreserveTx(FateStore.FateReservation reservation) {
@Override
public FateMutator<T> putName(byte[] data) {
Review Comment:
```suggestion
public FateMutator<T> putFateOp(byte[] data) {
```
##########
core/src/main/java/org/apache/accumulo/core/fate/user/schema/FateSchema.java:
##########
@@ -44,8 +44,8 @@ public static class TxInfoColumnFamily {
public static final String STR_NAME = "txinfo";
public static final Text NAME = new Text(STR_NAME);
- public static final String TX_NAME = "txname";
- public static final ColumnFQ TX_NAME_COLUMN = new ColumnFQ(NAME, new
Text(TX_NAME));
+ public static final String FATE_OP = "fateOp";
Review Comment:
```suggestion
public static final String FATE_OP = "fateop";
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]