zmatyus opened a new pull request #1916: URL: https://github.com/apache/hive/pull/1916
### What changes were proposed in this pull request? Replace org.apache.commons.logging with org.slf4j and prevent it from being reintroduced. ### Why are the changes needed? I encountered HIVE-24636, a memory leak related to commons-logging. I either had to fix the leak on master, or remove commons-logging. Since HIVE-20019 already removed commons-logging, it just got reintroduced later, I chose the latter. ### 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
