Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HADOOP-18091. S3A auditing leaks memory through ThreadLocal references #3930

Merged
merged 12 commits into from
Feb 10, 2022
Prev Previous commit
Next Next commit
HADOOP-18091. fix EOL
Change-Id: I6b2c76131e520081c649a89a638b03b2398780e1
steveloughran committed Jan 31, 2022
commit ec7fac67ce49afeb5ad5aa4f512acc08a45fff41
Original file line number Diff line number Diff line change
@@ -145,7 +145,7 @@ Where it did have problems was when the following conditions were met
from the cache of active instances.
4. Or, after a query for a specific user was completed,
`FileSystem.closeAllForUGI(UserGroupInformation)` was invoked to remove all
cached FS instances of that user.
cached FS instances of that user.

Conditions 1, 2 and 4 are exactly those which long-lived Hive services can
encounter.