Skip to content

Commit

Permalink
adds more issues to 2.1.3 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
keith-turner committed Jul 29, 2024
1 parent 1ccb991 commit cbc562c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions _posts/release/2024-07-10-accumulo-2.1.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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.
Expand Down

0 comments on commit cbc562c

Please sign in to comment.