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

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


The following commit(s) were added to refs/heads/main by this push:
     new 7752a1e2 Correct compaction property name (#376)
7752a1e2 is described below

commit 7752a1e2f421e2770ffcebb68de83976adfcf7ab
Author: Mark Owens <jmar...@apache.org>
AuthorDate: Thu Feb 23 08:41:04 2023 -0500

    Correct compaction property name (#376)
    
    Replace use of 'throughput' with 'rate.limit' in the Configuration section 
of the Compaction documentation.
    
    Replaced:
      config -s tserver.compaction.major.service.cs2.throughput=40M
    with:
      config -s tserver.compaction.major.service.cs2.rate.limit=40M
---
 _docs-2/administration/compaction.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_docs-2/administration/compaction.md 
b/_docs-2/administration/compaction.md
index 6ef01668..d4eab1de 100644
--- a/_docs-2/administration/compaction.md
+++ b/_docs-2/administration/compaction.md
@@ -56,7 +56,7 @@ config -s 
tserver.compaction.major.service.cs1.planner=org.apache.accumulo.core.
 config -s 
'tserver.compaction.major.service.cs1.planner.opts.executors=[{"name":"small","type":"internal","maxSize":"16M","numThreads":8},{"name":"medium","type":"internal","maxSize":"128M","numThreads":4},{"name":"large","type":"internal","numThreads":2}]'
 config -s 
tserver.compaction.major.service.cs2.planner=org.apache.accumulo.core.spi.compaction.DefaultCompactionPlanner
 config -s 
'tserver.compaction.major.service.cs2.planner.opts.executors=[{"name":"small","type":"internal","maxSize":"16M","numThreads":4},{"name":"medium","type":"internal","maxSize":"128M","numThreads":2},{"name":"large","type":"internal","numThreads":1}]'
-config -s tserver.compaction.major.service.cs2.throughput=40M
+config -s tserver.compaction.major.service.cs2.rate.limit=40M
 config -t ci -s 
table.compaction.dispatcher=org.apache.accumulo.core.spi.compaction.SimpleCompactionDispatcher
 config -t ci -s table.compaction.dispatcher.opts.service=cs1
 config -t ci -s table.compaction.dispatcher.opts.service.user=cs2

Reply via email to