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

ctubbsii 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 25864b2c8 Add suggested typo fixes to 2.1.3 release notes
25864b2c8 is described below

commit 25864b2c8358dc3c76dc39967b950d83d9aa3324
Author: Christopher Tubbs <ctubb...@apache.org>
AuthorDate: Tue Aug 13 19:18:13 2024 -0400

    Add suggested typo fixes to 2.1.3 release notes
    
    Add suggestions sent to me from @DomGarguilo
    
    ---------
    
    Co-authored-by: Dom G. <domgargu...@apache.org>
---
 _posts/release/2024-08-12-accumulo-2.1.3.md | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/_posts/release/2024-08-12-accumulo-2.1.3.md 
b/_posts/release/2024-08-12-accumulo-2.1.3.md
index 054b1ee1b..c1480132d 100644
--- a/_posts/release/2024-08-12-accumulo-2.1.3.md
+++ b/_posts/release/2024-08-12-accumulo-2.1.3.md
@@ -11,8 +11,8 @@ fixes and minor enhancements. This version supersedes 2.1.2. 
Users upgrading to
 
 ## Notable Changes
 
-The full set of changes are too numerous to be useful here. Included here are 
some highlights of the
-most interesting bugs fixed and features added in 2.1.3. For the full set of 
changes, please see the
+The full set of changes are too numerous to be useful here. Below are some 
highlights of the most
+significant bug fixes and features added in 2.1.3. For the full set of 
changes, please see the
 commit history or issue tracker milestone links below.
 
 ### Configurable Improvements
@@ -38,8 +38,8 @@ or existing properties to improve system performance or 
behavior. These include:
   `scan.server.selector.impl` client property called
   `org.apache.accumulo.core.spi.scan.ConfigurableScanServerHostSelector` that 
tries to use scan
   servers on the same host to leverage shared off-heap-cache usage.
-* {% ghi 3737 %},{% ghi 3783 %} Addressed some common transport layer errors 
about max message sizes
-  being exceeded. The max message size configuration was greatly simplified by 
removing any
+* {% ghi 3737 %}, {% ghi 3783 %} Addressed some common transport layer errors 
about max message
+  sizes being exceeded. The max message size configuration was greatly 
simplified by removing any
   experimental max message size properties, and deprecating the other 
non-experimental ones, all in
   favor of a new common single property, {% plink rpc.message.size.max %}, for 
all server types. The
   default value is now very large to avoid users experiencing errors, but can 
be constrained by
@@ -88,9 +88,9 @@ ways, but are not directly configurable by the user. These 
include:
   plugin environment.
 * {% ghi 3721 %} Fixed an issue with writes happening in a retry after batch 
writer was closed. This
   strengthens metadata consistency.
-* {% ghi 3749 %},{% ghi 3750 %} Fixed an issue where deleting a compaction 
pool with running
+* {% ghi 3749 %}, {% ghi 3750 %} Fixed an issue where deleting a compaction 
pool with running
   compactions would leave the tserver in a bad state.
-* {% ghi 3748 %} Fixed a bug where a wal could remained locked if an exception 
occurred.
+* {% ghi 3748 %} Fixed a bug where a wal could remain locked if an exception 
occurred.
 * {% ghi 608 %}, {% ghi 3755 %} Add validation to GC that checks that the 
scanner used by GC to
   determine candidates for deletion returned a complete row as a mitigation 
for {% ghi 608 %} which
   observed referenced files being removed when they are still in use.
@@ -100,17 +100,17 @@ ways, but are not directly configurable by the user. 
These include:
 * {% ghi 4117 %} Fixed a bug in compaction properties where the replacement 
`maxOpen` property was
   being ignored in favor of the deprecated `open.max` property.
 * {% ghi 4681 %} Stopped listing all compactors in each compactor to reduce 
load on Zookeeper.
-* {% ghi 3966 %} Changed the default value of the the property
-  {% plink table.majc.compaction.strategy %} to empty string to fix a 
compatibility bug with old and
-  new compaction plugins.
+* {% ghi 3966 %} Changed the default value of the property
+  {% plink table.majc.compaction.strategy %} to an empty string to fix a 
compatibility bug with old
+  and new compaction plugins.
 * {% ghi 4554 %} Fixed a race condition that could cause duplicate compactions 
to run. While
   harmless in terms of data, the duplicate compactions could waste significant 
compute resources.
 * {% ghi 4127 %} Updated new compaction plugins to honor {% plink 
table.file.max %} property using a
   much more efficient algorithm than old compaction plugins had for this 
property.
-* {% ghi 4485 %} Interrupt compactions on tablet unload. This prevents long 
running compactions from
+* {% ghi 4485 %} Interrupt compactions on tablet unload. This prevents 
long-running compactions from
   blocking tablet migration.
 * {% ghi 3512 %} Fixed an issue with improperly cleaned up scans preventing 
metadata tablet unload.
-* {% ghi 4456 %} Fixed an issue where setting an empty property value deleted 
the property
+* {% ghi 4456 %} Fixed an issue where setting an empty property value deleted 
the property.
 * {% ghi 4000 %} Fixed a bug that could cause bulk import to lose files when 
errors happened in the
   tablet server.
 * {% ghi 4462 %} Fixed bug that prevented listing Fate operations in some 
situations.

Reply via email to