You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by GitBox <gi...@apache.org> on 2021/01/28 12:38:12 UTC

[GitHub] [hive] zmatyus opened a new pull request #1924: HIVE-24636: Memory leak due LogFactory retaining ClassLoaders

zmatyus opened a new pull request #1924:
URL: https://github.com/apache/hive/pull/1924


   ### What changes were proposed in this pull request?
   
   When a class loader is being closed, it should also be released from the `org.apache.commons.logging.LogFactory#factories`, where it is being used as a key.
   
   ### Why are the changes needed?
   
   Current implementation has a slow but steady memory leak.
   
   ### Does this PR introduce any user-facing change?
   
   No
   
   ### How was this patch tested?


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org


[GitHub] [hive] kgyrtkirk merged pull request #1924: HIVE-24636: Memory leak due LogFactory retaining ClassLoaders

Posted by GitBox <gi...@apache.org>.
kgyrtkirk merged pull request #1924:
URL: https://github.com/apache/hive/pull/1924


   


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org