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 4081f460ae removes TODO that is done 4081f460ae is described below commit 4081f460aea41342904929b0317edd5b650b69fb Author: Keith Turner <ktur...@apache.org> AuthorDate: Thu Apr 11 20:12:29 2024 -0400 removes TODO that is done --- .../base/src/main/java/org/apache/accumulo/server/split/SplitUtils.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/base/src/main/java/org/apache/accumulo/server/split/SplitUtils.java b/server/base/src/main/java/org/apache/accumulo/server/split/SplitUtils.java index eb5ceec1bf..8f64c461bc 100644 --- a/server/base/src/main/java/org/apache/accumulo/server/split/SplitUtils.java +++ b/server/base/src/main/java/org/apache/accumulo/server/split/SplitUtils.java @@ -203,8 +203,6 @@ public class SplitUtils { var threshold = tableConf.getAsBytes(Property.TABLE_SPLIT_THRESHOLD); var maxEndRowSize = tableConf.getAsBytes(Property.TABLE_MAX_END_ROW_SIZE); - // ELASTICITY_TODO rename and deprecate property. This is not executing in the tablet server - // anymore. int maxFilesToOpen = tableConf.getCount(Property.SPLIT_MAXOPEN); var estimatedSize = tabletMetadata.getFileSize();