[accumulo-website] branch asf-site updated (f4932958 -> 4df3a3e9)

2023-02-23 Thread jmark99
This is an automated email from the ASF dual-hosted git repository.

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


from f4932958 Automatic Site Publish by Buildbot
 add 4df3a3e9 Automatic Site Publish by Buildbot

No new revisions were added by this update.

Summary of changes:
 output/docs/2.x/administration/compaction.html | 2 +-
 output/feed.xml| 4 ++--
 output/search_data.json| 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)



[accumulo-website] branch asf-staging updated: Automatic Site Publish by Buildbot

2023-02-23 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-staging by this push:
 new 4df3a3e9 Automatic Site Publish by Buildbot
4df3a3e9 is described below

commit 4df3a3e9dd3a319e5f8a014b9c5790beba312fa8
Author: buildbot 
AuthorDate: Thu Feb 23 13:41:27 2023 +

Automatic Site Publish by Buildbot
---
 output/docs/2.x/administration/compaction.html | 2 +-
 output/feed.xml| 4 ++--
 output/search_data.json| 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/output/docs/2.x/administration/compaction.html 
b/output/docs/2.x/administration/compaction.html
index 3be8f80a..f0f85515 100644
--- a/output/docs/2.x/administration/compaction.html
+++ b/output/docs/2.x/administration/compaction.html
@@ -482,7 +482,7 @@ of this documentation only applies to Accumulo 2.1 and 
later.
 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
diff --git a/output/feed.xml b/output/feed.xml
index cc8f6ebe..7ef1a75c 100644
--- a/output/feed.xml
+++ b/output/feed.xml
@@ -6,8 +6,8 @@
 
 https://accumulo.apache.org/
 https://accumulo.apache.org/feed.xml; rel="self" 
type="application/rss+xml"/>
-Thu, 16 Feb 2023 16:13:18 +
-Thu, 16 Feb 2023 16:13:18 +
+Thu, 23 Feb 2023 13:41:20 +
+Thu, 23 Feb 2023 13:41:20 +
 Jekyll v4.3.1
 
 
diff --git a/output/search_data.json b/output/search_data.json
index 9a6a2df9..bee35537 100644
--- a/output/search_data.json
+++ b/output/search_data.json
@@ -9,7 +9,7 @@
   
 "docs-2-x-administration-compaction": {
   "title": "Compactions",
-  "content": "In Accumulo each tablet has a list of files associated with 
it.  As data iswritten to Accumulo it is buffered in memory. The data buffered 
in memory iseventually written to files in DFS on a per-tablet basis. Files can 
also beadded to tablets directly by bulk import. In the background tablet 
servers runmajor compactions to merge multiple files into one. The tablet 
server has todecide which tablets to compact and which files within a tablet to 
compact.Within each tablet  [...]
+  "content": "In Accumulo each tablet has a list of files associated with 
it.  As data iswritten to Accumulo it is buffered in memory. The data buffered 
in memory iseventually written to files in DFS on a per-tablet basis. Files can 
also beadded to tablets directly by bulk import. In the background tablet 
servers runmajor compactions to merge multiple files into one. The tablet 
server has todecide which tablets to compact and which files within a tablet to 
compact.Within each tablet  [...]
   "url": " /docs/2.x/administration/compaction",
   "categories": "administration"
 },



[accumulo-website] branch main updated: Correct compaction property name (#376)

2023-02-23 Thread jmark99
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 
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