You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/11/18 13:05:39 UTC

[GitHub] [accumulo-website] dlmarion commented on a diff in pull request #368: Begin 2.1.1 release notes

dlmarion commented on code in PR #368:
URL: https://github.com/apache/accumulo-website/pull/368#discussion_r1026412410


##########
_posts/release/2022-12-01-accumulo-2.1.1.md:
##########
@@ -0,0 +1,50 @@
+---
+title: Apache Accumulo 2.1.1
+sortableversion: '02.01.01'
+LTM: true
+draft: true
+---
+
+** DRAFT RELEASE NOTES **
+
+## About
+
+Apache Accumulo 2.1.1 is a patch release of the 2.1.0 LTM line. 
+
+### Major Improvements
+
+### Minor Improvements
+
+* {% ghi 3077 %} Call FSDataOutputStream.setDropBehind when reading and writing WAL files
+* {% ghi 3079 %} Call FSDataOutputStream.setDropBehind on major compaction input files
+* {% ghi 3023 %} Reduced the amount of logging when an ExternalCompaction is cancelled for cause
+
+### Behavior Changes
+
+* {% ghi 3082 %} ScanServers can now scan offline tables. The AccumuloClient will no longer
+  throw a TableOfflineException when creating a Scanner or BatchScanner against an offline table.
+  Instead, an error will be thrown on the call to iterator().
+
+### Bug Fixes
+
+* {% ghi 3059 %} Remove stale compactions from CompactionCoordinator internal structure
+* {% ghi 3057 %} Modified Monitor to direct DataTable errors to console

Review Comment:
   Moved to Minor Improvements in 0a951b3.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org