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

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


The following commit(s) were added to refs/heads/elasticity by this push:
     new 4e8440a0cc removes TODO that is done (#4448)
4e8440a0cc is described below

commit 4e8440a0ccb449edc26dadfae6f2c01bf977627e
Author: Keith Turner <ktur...@apache.org>
AuthorDate: Wed Apr 10 22:27:01 2024 -0400

    removes TODO that is done (#4448)
    
    This todo was already done in #4072
---
 .../tserver/src/main/java/org/apache/accumulo/tserver/tablet/Tablet.java | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/Tablet.java 
b/server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/Tablet.java
index 414fedd105..0565a00bbf 100644
--- 
a/server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/Tablet.java
+++ 
b/server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/Tablet.java
@@ -1647,7 +1647,6 @@ public class Tablet extends TabletBase {
 
     getTabletMemory().getCommitSession().updateMaxCommittedTime(timestamp);
 
-    // ELASTICITY_TODO this needs to be persisted in the metadata table or 
walog
     return OptionalLong.of(timestamp);
   }
 }

Reply via email to