Skip to content

Commit

Permalink
Removed TSERV_WORKQ_THREADS property usage (apache#281)
Browse files Browse the repository at this point in the history
Remove the property usage because it was removed in apache/accumulo#4747

This fixes apache#280
  • Loading branch information
dlmarion authored Aug 7, 2024
1 parent 3e78ef7 commit 813d336
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ static Setting s(Property property, long min, long max) {
final Property TSERV_COMPACTION_SERVICE_DEFAULT_EXECUTORS_deprecated =
Property.TSERV_COMPACTION_SERVICE_DEFAULT_EXECUTORS;

@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;
Expand Down Expand Up @@ -96,7 +93,6 @@ static Setting s(Property property, long min, long max) {
s(Property.TSERV_WAL_SORT_BUFFER_SIZE, 1024 * 1024, 1024 * 1024 * 1024L),
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),
s(Property.MANAGER_FATE_THREADPOOL_SIZE, 1, 100),
s(Property.MANAGER_RECOVERY_DELAY, 0, 100),
Expand Down

0 comments on commit 813d336

Please sign in to comment.