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 cbc562c2d adds more issues to 2.1.3 release notes cbc562c2d is described below commit cbc562c2dcd9d3e3cbc541012ed3615ff97e0887 Author: Keith Turner <ktur...@apache.org> AuthorDate: Mon Jul 29 17:41:06 2024 +0000 adds more issues to 2.1.3 release notes --- _posts/release/2024-07-10-accumulo-2.1.3.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 6dac3e34e..629e06119 100644 --- a/_posts/release/2024-07-10-accumulo-2.1.3.md +++ b/_posts/release/2024-07-10-accumulo-2.1.3.md @@ -67,6 +67,15 @@ Improvements that affect performance: `compactor.message.size.max`,`compaction.coordinator.message.size.max`. * {% 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 4554 %} Fixed a race condtion 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. Implemented + 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 blocking + tablet migration. +* {% ghi 3512 %} Fixed issue with improperly cleaned up scans preventing metadata tablet unload. +* {% ghi 4456 %} Setting empty property value no longer deletes property +* {% ghi 4000 %} Fixed bug that could cause bulk import to lose files when errors happened in the tablet server. ### Improvements that help with administration: @@ -83,6 +92,7 @@ Improvements that affect performance: without accepting prompts for each one. * {% ghi 3726 %} Adjusted reauthentication messages from the shell to assist with troubleshooting. * {% ghi 4461 %}, {% ghi 4522 %}, {% ghi 4577 %} Added various metrics for scan servers to determine scan reservations and usage +* {% ghi 4492 %} Emit new metrics for the caches in tablet and scan servers. * {% ghi 4459 %} Added the ability to specify multiple MeterRegistryFactorys to allow for various metric exporters to be used at the same time. Updated documentation on the property {% plink general.micrometer.factory %} * {% ghi 4622 %} Added compactor busy and server idle metrics {% ghi 4740 %} to allow for proper scale-in operations.