This is an automated email from the ASF dual-hosted git repository. dlmarion pushed a commit to branch elasticity in repository https://gitbox.apache.org/repos/asf/accumulo-testing.git
commit af58350cd3f1e4fb4e1e63e6086e8c3b8c1dfc48 Merge: 89b15be 53e75d3 Author: Dave Marion <dlmar...@apache.org> AuthorDate: Mon Jun 24 14:09:59 2024 +0000 Merge branch 'main' into elasticity src/main/java/org/apache/accumulo/testing/randomwalk/Module.java | 4 ++-- src/main/java/org/apache/accumulo/testing/randomwalk/bulk/Setup.java | 4 ++-- .../org/apache/accumulo/testing/randomwalk/concurrent/Config.java | 2 -- 3 files changed, 4 insertions(+), 6 deletions(-) diff --cc src/main/java/org/apache/accumulo/testing/randomwalk/concurrent/Config.java index 6763bb3,6253353..f6854df --- a/src/main/java/org/apache/accumulo/testing/randomwalk/concurrent/Config.java +++ b/src/main/java/org/apache/accumulo/testing/randomwalk/concurrent/Config.java @@@ -76,9 -94,9 +76,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(Property.TSERV_WORKQ_THREADS, 1, 10), - s(TSERV_WORKQ_THREADS_deprecated, 1, 10), s(Property.MANAGER_BULK_TIMEOUT, 10, 600), s(Property.MANAGER_FATE_THREADPOOL_SIZE, 1, 100), s(Property.MANAGER_RECOVERY_DELAY, 0, 100),