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 <us...@infra.apache.org> AuthorDate: Thu Feb 23 13:41:27 2023 +0000 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.</p> 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 @@ </description> <link>https://accumulo.apache.org/</link> <atom:link href="https://accumulo.apache.org/feed.xml" rel="self" type="application/rss+xml"/> - <pubDate>Thu, 16 Feb 2023 16:13:18 +0000</pubDate> - <lastBuildDate>Thu, 16 Feb 2023 16:13:18 +0000</lastBuildDate> + <pubDate>Thu, 23 Feb 2023 13:41:20 +0000</pubDate> + <lastBuildDate>Thu, 23 Feb 2023 13:41:20 +0000</lastBuildDate> <generator>Jekyll v4.3.1</generator> 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" },