You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by dl...@apache.org on 2022/10/13 20:09:34 UTC

[accumulo-website] branch main updated: Add Known Issue about VFS ClassLoader in latest release notes for each version (#344)

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

dlmarion 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 87bfe532 Add Known Issue about VFS ClassLoader in latest release notes for each version (#344)
87bfe532 is described below

commit 87bfe532dcc50adc4fd60e6bdc7ab64f0b70d3f7
Author: Dave Marion <dl...@apache.org>
AuthorDate: Thu Oct 13 16:09:28 2022 -0400

    Add Known Issue about VFS ClassLoader in latest release notes for each version (#344)
---
 _posts/release/2020-12-24-accumulo-2.0.1.md  | 6 ++++++
 _posts/release/2022-02-13-accumulo-1.10.2.md | 6 ++++++
 _posts/release/2022-04-27-accumulo-2.1.0.md  | 2 ++
 3 files changed, 14 insertions(+)

diff --git a/_posts/release/2020-12-24-accumulo-2.0.1.md b/_posts/release/2020-12-24-accumulo-2.0.1.md
index 0e7c14ab..9734f1bb 100644
--- a/_posts/release/2020-12-24-accumulo-2.0.1.md
+++ b/_posts/release/2020-12-24-accumulo-2.0.1.md
@@ -16,6 +16,11 @@ These release notes are highlights of the changes since 2.0.0. The full
 detailed changes can be seen in the git history. If anything is missing from
 this list, please [contact] us to have it included.
 
+## Known Issues
+
+Apache Commons VFS was upgraded in {% ghi 1295 %} and some users have reported
+issues similar to [VFS-683][VFS683]. Possible solutions are discussed in {% ghi 2775 %}.
+
 ## Critical Bug Fixes
 
 This release includes critical bug fixes to fix security bugs identified as
@@ -72,3 +77,4 @@ View the [Upgrading Accumulo documentation][upgrade] for guidance.
 [contact]: {{ site.baseurl }}/contact-us
 [upgrade]: /docs/2.x/administration/upgrading
 [vote-emails]: https://lists.apache.org/thread.html/r0835b67240060cae394c7e4a7ad18a7238f17cabc7a508aa176c95c9%40%3Cdev.accumulo.apache.org%3E
+[VFS683]: https://issues.apache.org/jira/projects/VFS/issues/VFS-683
diff --git a/_posts/release/2022-02-13-accumulo-1.10.2.md b/_posts/release/2022-02-13-accumulo-1.10.2.md
index ccc19689..709721a2 100644
--- a/_posts/release/2022-02-13-accumulo-1.10.2.md
+++ b/_posts/release/2022-02-13-accumulo-1.10.2.md
@@ -18,6 +18,11 @@ it supersedes any prior 1.x version. Users are also encouraged to consider
 migrating to a 2.x version when one that is suitable for their needs becomes
 available.
 
+## Known Issues
+
+Apache Commons VFS was upgraded in {% ghi 1295 %} and some users have reported
+issues similar to [VFS-683][VFS683]. Possible solutions are discussed in {% ghi 2775 %}.
+
 ## Major Improvements
 
 This release bundles [reload4j](https://reload4j.qos.ch/) ({% ghi 2458 %}) in
@@ -59,3 +64,4 @@ applicable to this version.
 [all-changes]: https://github.com/apache/accumulo/compare/rel/1.10.1...apache:rel/1.10.2
 [contact]: {{ site.baseurl }}/contact-us
 [vote-emails]: https://lists.apache.org/thread/bq424vnov27nwnkb471oxg5nd7m6xwn9
+[VFS683]: https://issues.apache.org/jira/projects/VFS/issues/VFS-683
diff --git a/_posts/release/2022-04-27-accumulo-2.1.0.md b/_posts/release/2022-04-27-accumulo-2.1.0.md
index 2b433304..d097cb7a 100644
--- a/_posts/release/2022-04-27-accumulo-2.1.0.md
+++ b/_posts/release/2022-04-27-accumulo-2.1.0.md
@@ -248,6 +248,8 @@ Deprecated the existing VFS ClassLoader for eventual removal and created a new m
 to load their own classloader implementations. The new VFS classloader and VFS context classloaders
 are in a new [repo] [vfs_system_classloader] and can now be specified using system properties. {% ghi 1747 %} {% ghi 1715 %}
 
+Please reference the Known Issues section of the 2.0.1 release notes for an issue affecting the VFSClassLoader.
+
 ### Change in uncaught Exception/Error handling in server-side threads
 
 Consolidated and normalized thread pool and thread creation. All threads created through this code path