You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
What did you expect to see?
No superfluous log messages
Instead, I have this:
nov. 05, 2024 12:17:20 PM net.snowflake.client.jdbc.internal.apache.arrow.memory.BaseAllocator <clinit>
INFO: Debug mode disabled. Enable with the VM option -Darrow.memory.debug.allocator=true.
nov. 05, 2024 12:17:20 PM net.snowflake.client.jdbc.internal.apache.arrow.memory.DefaultAllocationManagerOption getDefaultAllocationManagerFactory
INFO: allocation manager type not specified, using netty as the default type
nov. 05, 2024 12:17:20 PM net.snowflake.client.jdbc.internal.apache.arrow.memory.CheckAllocator reportResult
INFO: Using DefaultAllocationManager at memory/unsafe/DefaultAllocationManagerFactory.class
github-actionsbot
changed the title
Unwanted INFO messages from arrow memory allocation manager [bis]
SNOW-1787996: Unwanted INFO messages from arrow memory allocation manager [bis]
Nov 5, 2024
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: