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

domgarguilo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-testing.git


The following commit(s) were added to refs/heads/main by this push:
     new 53e75d3  Update deprecated TSERV_TABLET_SPLIT_FINDMIDPOINT_MAXOPEN 
prop (#278)
53e75d3 is described below

commit 53e75d3bf8511e6065515c8124a9debe3a41aea4
Author: Dom G <domgargu...@apache.org>
AuthorDate: Mon Apr 15 14:24:01 2024 -0400

    Update deprecated TSERV_TABLET_SPLIT_FINDMIDPOINT_MAXOPEN prop (#278)
---
 .../org/apache/accumulo/testing/randomwalk/concurrent/Config.java   | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/accumulo/testing/randomwalk/concurrent/Config.java 
b/src/main/java/org/apache/accumulo/testing/randomwalk/concurrent/Config.java
index 4abba0d..6253353 100644
--- 
a/src/main/java/org/apache/accumulo/testing/randomwalk/concurrent/Config.java
+++ 
b/src/main/java/org/apache/accumulo/testing/randomwalk/concurrent/Config.java
@@ -68,6 +68,10 @@ public class Config extends Test {
   @SuppressWarnings("deprecation")
   final Property TSERV_WORKQ_THREADS_deprecated = Property.TSERV_WORKQ_THREADS;
 
+  @SuppressWarnings("deprecation")
+  final Property TSERV_TABLET_SPLIT_FINDMIDPOINT_MAXOPEN_deprecated =
+      Property.TSERV_TABLET_SPLIT_FINDMIDPOINT_MAXOPEN;
+
   // @formatter:off
   final Setting[] settings = {
                        s(Property.TSERV_BLOOM_LOAD_MAXCONCURRENT, 1, 10),
@@ -90,7 +94,7 @@ public class Config extends Test {
                        s(Property.TSERV_MINTHREADS, 1, 100),
                        s(Property.TSERV_SESSION_MAXIDLE, 100, 5 * 60 * 1000),
                        s(Property.TSERV_WAL_SORT_BUFFER_SIZE, 1024 * 1024, 
1024 * 1024 * 1024L),
-                       s(Property.TSERV_TABLET_SPLIT_FINDMIDPOINT_MAXOPEN, 5, 
100),
+                       s(TSERV_TABLET_SPLIT_FINDMIDPOINT_MAXOPEN_deprecated, 
5, 100),
                        s(Property.TSERV_WAL_BLOCKSIZE, 1024 * 1024,1024 * 1024 
* 1024 * 10L),
                        s(TSERV_WORKQ_THREADS_deprecated, 1, 10),
                        s(Property.MANAGER_BULK_TIMEOUT, 10, 600),

Reply via email to