From 1ccb9916e0a3f320fb594a2eec0960c6831bb234 Mon Sep 17 00:00:00 2001 From: Keith Turner Date: Sat, 27 Jul 2024 16:30:24 -0400 Subject: [PATCH] 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