-
Notifications
You must be signed in to change notification settings - Fork 167
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
SNOW-1787996: Unwanted INFO messages from arrow memory allocation manager [bis] #1956
Comments
Initially I found the issue when upgrading to 3.19.0. Then I noticed this fix in 3.19.1 https://docs.snowflake.com/en/release-notes/clients-drivers/jdbc-2024#id2
So I upgraded to 3.20.0 instead and I still have the issue: I suppose this is the fix in 3.19.1: https://github.com/snowflakedb/snowflake-jdbc/pull/1922/files but should it fix it? Or on the contrary seems it mentions the usage of "customer logger instead of slf4j logger"? |
hi - thanks for reporting this, the team will take a look. |
addressed in #1966 |
Yeaaah! Thank you :) I'll test it and let you know once it's released |
PR is merged now and will be part of the next upcoming driver release, probably towards the end of the month |
Good news, thank you! |
What version of JDBC driver are you using?
3.20.0
What operating system and processor architecture are you using?
Windows 11, x64
What version of Java are you using?
11
What did you do?
Upgraded a Kotlin program from JDBC driver version 3.14.2 to 3.20.0
No superfluous log messages
Instead, I have this:
Even though I'm using SLF4J with this JVM arg:
which is working properly because I have this logger config in
logback.xml
which has visible effects, except on these arrow messagesAlso, I noticed that the arrow messages are printed to stderr, instead of stdout for other messages.
It looks like they don't go through SLF4J.
Is there a regression perhaps? Seems very similar to: #1095
Not relevant I think
The text was updated successfully, but these errors were encountered: