This is an automated email from the ASF dual-hosted git repository.
kturner 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 1ccb9916e fix liquid tags
1ccb9916e is described below
commit 1ccb9916e0a3f320fb594a2eec0960c6831bb234
Author: Keith Turner <[email protected]>
AuthorDate: Sat Jul 27 16:30:24 2024 -0400
fix liquid tags
---
_posts/release/2024-07-10-accumulo-2.1.3.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/_posts/release/2024-07-10-accumulo-2.1.3.md
b/_posts/release/2024-07-10-accumulo-2.1.3.md
index ff56b0e9c..6dac3e34e 100644
--- a/_posts/release/2024-07-10-accumulo-2.1.3.md
+++ b/_posts/release/2024-07-10-accumulo-2.1.3.md
@@ -88,8 +88,8 @@ Improvements that affect performance:
* {% ghi 4622 %} Added compactor busy and server idle metrics {% ghi 4740 %}
to allow for proper scale-in operations.
Added property {% plink general.metrics.process.idle %} to configure idle
time for metrics.
* {% ghi 3927 %} Added a new JSON property type that validates the value is
json. Updated the properties
- {% plink monitor.resources.external %} and {%
tserver.compaction.major.service.meta.planner.opts.executors %} to use this new
type.
-* {% ghi 4223 %} Added properties {% plink compactor.wait.time.job.min %} and
{% compactor.wait.time.job.max %} to
+ {% plink monitor.resources.external %} and {% plink
tserver.compaction.major.service.meta.planner.opts.executors %} to use this new
type.
+* {% ghi 4223 %} Added properties {% plink compactor.wait.time.job.min %} and
{% plink compactor.wait.time.job.max %} to
control the min and max times compactors use when polling for work.
## Upgrading